Regenerate configure
[deliverable/binutils-gdb.git] / bfd / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
d8bd95ef 3# Generated by GNU Autoconf 2.64 for bfd 2.26.51.
81ecdfbb
RW
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.
252b5132
RH
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
5464f5a1 14
81ecdfbb
RW
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 :
5464f5a1
NN
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5464f5a1
NN
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
5464f5a1 31fi
5464f5a1 32
81ecdfbb
RW
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 }
5464f5a1
NN
79fi
80
81
81ecdfbb
RW
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
5464f5a1
NN
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
81ecdfbb
RW
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
3725885a
RW
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"
81ecdfbb
RW
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
5464f5a1 192do
81ecdfbb
RW
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."
5464f5a1 236 else
81ecdfbb
RW
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."
5464f5a1 241 fi
81ecdfbb
RW
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
5464f5a1 364
81ecdfbb
RW
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
5464f5a1
NN
383 as_expr=expr
384else
385 as_expr=false
386fi
387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5464f5a1
NN
389 as_basename=basename
390else
391 as_basename=false
392fi
393
81ecdfbb
RW
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
5464f5a1 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
5464f5a1
NN
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
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'`
5464f5a1 418
5464f5a1
NN
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
5464f5a1 426
81ecdfbb
RW
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 |
5464f5a1 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
5464f5a1 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
5464f5a1 444 t loop
81ecdfbb 445 s/-\n.*//
5464f5a1 446 ' >$as_me.lineno &&
81ecdfbb
RW
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; }
5464f5a1
NN
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
81ecdfbb
RW
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
5464f5a1
NN
454 # Exit status is that of the last command.
455 exit
456}
457
81ecdfbb
RW
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';;
5464f5a1
NN
469esac
470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
5464f5a1 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
5464f5a1 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
5464f5a1 480 as_ln_s='ln -s'
81ecdfbb
RW
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'
5464f5a1 491 fi
5464f5a1
NN
492else
493 as_ln_s='cp -p'
494fi
81ecdfbb
RW
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
5464f5a1
NN
497
498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
5464f5a1
NN
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
504
81ecdfbb
RW
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
5464f5a1
NN
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
d7040cdb
SE
534SHELL=${CONFIG_SHELL-/bin/sh}
535
d7040cdb 536
81ecdfbb
RW
537exec 7<&0 </dev/null 6>&1
538
5464f5a1
NN
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`
252b5132 543
5464f5a1
NN
544#
545# Initializations.
546#
252b5132 547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
5464f5a1 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
5464f5a1
NN
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
5464f5a1
NN
555
556# Identity of this package.
c4dd807e
MF
557PACKAGE_NAME='bfd'
558PACKAGE_TARNAME='bfd'
d8bd95ef
TG
559PACKAGE_VERSION='2.26.51'
560PACKAGE_STRING='bfd 2.26.51'
c4dd807e
MF
561PACKAGE_BUGREPORT=''
562PACKAGE_URL=''
5464f5a1
NN
563
564ac_unique_file="libbfd.c"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
81ecdfbb 568#ifdef HAVE_SYS_TYPES_H
5464f5a1
NN
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
5464f5a1
NN
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
5464f5a1
NN
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
5464f5a1
NN
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5464f5a1
NN
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
5464f5a1
NN
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
5464f5a1 592# include <inttypes.h>
5464f5a1 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
5464f5a1
NN
598# include <unistd.h>
599#endif"
600
81ecdfbb
RW
601ac_subst_vars='am__EXEEXT_FALSE
602am__EXEEXT_TRUE
603LTLIBOBJS
604LIBOBJS
81ecdfbb
RW
605bfd_ufile_ptr
606bfd_file_ptr
3cf9e6c4 607lt_cv_dlopen_libs
81ecdfbb 608supports_plugins
c603b11b
AM
609COREFLAG
610COREFILE
611havevecs
612tdefaults
81ecdfbb
RW
613bfd_default_target_size
614bfd_machines
615bfd_backends
616all_backends
617bfd64_libs
618wordsize
619TDEFINES
620SHARED_LIBADD
621SHARED_LDFLAGS
622LIBM
243340ad
L
623zlibinc
624zlibdir
81ecdfbb
RW
625EXEEXT_FOR_BUILD
626CC_FOR_BUILD
627BFD_HOSTPTR_T
628BFD_HOST_U_64_BIT
629BFD_HOST_64_BIT
630BFD_HOST_64_BIT_DEFINED
631BFD_HOST_64BIT_LONG_LONG
632BFD_HOST_64BIT_LONG
633HDEFINES
634MSGMERGE
635MSGFMT
636MKINSTALLDIRS
637CATOBJEXT
638GENCAT
639INSTOBJEXT
640DATADIRNAME
641CATALOGS
642POSUB
643GMSGFMT
644XGETTEXT
645INCINTL
646LIBINTL_DEP
647LIBINTL
648USE_NLS
649bfdincludedir
650bfdlibdir
651target_noncanonical
652host_noncanonical
653INSTALL_LIBBFD_FALSE
654INSTALL_LIBBFD_TRUE
655GENINSRC_NEVER_FALSE
656GENINSRC_NEVER_TRUE
657MAINT
658MAINTAINER_MODE_FALSE
659MAINTAINER_MODE_TRUE
6757cf57 660WARN_WRITE_STRINGS
81ecdfbb
RW
661NO_WERROR
662WARN_CFLAGS
663REPORT_BUGS_TEXI
664REPORT_BUGS_TO
665PKGVERSION
666DEBUGDIR
667PLUGINS_FALSE
668PLUGINS_TRUE
669OTOOL64
670OTOOL
671LIPO
672NMEDIT
673DSYMUTIL
81ecdfbb
RW
674OBJDUMP
675LN_S
676NM
677ac_ct_DUMPBIN
678DUMPBIN
679LD
680FGREP
681SED
682LIBTOOL
683EGREP
684GREP
685CPP
686RANLIB
687AR
688am__fastdepCC_FALSE
689am__fastdepCC_TRUE
690CCDEPMODE
6eb7d830 691am__nodep
81ecdfbb
RW
692AMDEPBACKSLASH
693AMDEP_FALSE
694AMDEP_TRUE
695am__quote
696am__include
697DEPDIR
698am__untar
699am__tar
700AMTAR
701am__leading_dot
702SET_MAKE
703AWK
704mkdir_p
705MKDIR_P
706INSTALL_STRIP_PROGRAM
707STRIP
708install_sh
709MAKEINFO
710AUTOHEADER
711AUTOMAKE
712AUTOCONF
713ACLOCAL
714VERSION
715PACKAGE
716CYGPATH_W
717am__isrc
718INSTALL_DATA
719INSTALL_SCRIPT
720INSTALL_PROGRAM
721OBJEXT
722EXEEXT
723ac_ct_CC
724CPPFLAGS
725LDFLAGS
726CFLAGS
727CC
728target_os
729target_vendor
730target_cpu
731target
732host_os
733host_vendor
734host_cpu
735host
736build_os
737build_vendor
738build_cpu
739build
740target_alias
741host_alias
742build_alias
743LIBS
744ECHO_T
745ECHO_N
746ECHO_C
747DEFS
748mandir
749localedir
750libdir
751psdir
752pdfdir
753dvidir
754htmldir
755infodir
756docdir
757oldincludedir
758includedir
759localstatedir
760sharedstatedir
761sysconfdir
762datadir
763datarootdir
764libexecdir
765sbindir
766bindir
767program_transform_name
768prefix
769exec_prefix
770PACKAGE_URL
771PACKAGE_BUGREPORT
772PACKAGE_STRING
773PACKAGE_VERSION
774PACKAGE_TARNAME
775PACKAGE_NAME
776PATH_SEPARATOR
777SHELL'
5464f5a1 778ac_subst_files=''
81ecdfbb
RW
779ac_user_opts='
780enable_option_checking
781enable_dependency_tracking
782enable_shared
783enable_static
784with_pic
785enable_fast_install
786with_gnu_ld
787enable_libtool_lock
788enable_plugins
789enable_largefile
790enable_64_bit_bfd
791enable_targets
792with_mmap
793enable_secureplt
ef72a554 794enable_leading_mingw64_underscores
81ecdfbb 795with_separate_debug_dir
81ecdfbb
RW
796with_pkgversion
797with_bugurl
798enable_werror
799enable_build_warnings
800enable_maintainer_mode
801enable_install_libbfd
802enable_nls
243340ad 803with_system_zlib
81ecdfbb
RW
804'
805 ac_precious_vars='build_alias
806host_alias
807target_alias
808CC
809CFLAGS
810LDFLAGS
811LIBS
812CPPFLAGS
813CPP'
814
252b5132
RH
815
816# Initialize some variables set by options.
5464f5a1
NN
817ac_init_help=
818ac_init_version=false
81ecdfbb
RW
819ac_unrecognized_opts=
820ac_unrecognized_sep=
252b5132
RH
821# The variables have the same names as the options, with
822# dashes changed to underlines.
5464f5a1 823cache_file=/dev/null
252b5132 824exec_prefix=NONE
252b5132 825no_create=
252b5132
RH
826no_recursion=
827prefix=NONE
828program_prefix=NONE
829program_suffix=NONE
830program_transform_name=s,x,x,
831silent=
832site=
833srcdir=
252b5132
RH
834verbose=
835x_includes=NONE
836x_libraries=NONE
5464f5a1
NN
837
838# Installation directory options.
839# These are left unexpanded so users can "make install exec_prefix=/foo"
840# and all the variables that are supposed to be based on exec_prefix
841# by default will actually change.
842# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 843# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
844bindir='${exec_prefix}/bin'
845sbindir='${exec_prefix}/sbin'
846libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
847datarootdir='${prefix}/share'
848datadir='${datarootdir}'
252b5132
RH
849sysconfdir='${prefix}/etc'
850sharedstatedir='${prefix}/com'
851localstatedir='${prefix}/var'
252b5132
RH
852includedir='${prefix}/include'
853oldincludedir='/usr/include'
c4dd807e 854docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
855infodir='${datarootdir}/info'
856htmldir='${docdir}'
857dvidir='${docdir}'
858pdfdir='${docdir}'
859psdir='${docdir}'
860libdir='${exec_prefix}/lib'
861localedir='${datarootdir}/locale'
862mandir='${datarootdir}/man'
252b5132 863
252b5132 864ac_prev=
81ecdfbb 865ac_dashdash=
252b5132
RH
866for ac_option
867do
252b5132
RH
868 # If the previous option needs an argument, assign it.
869 if test -n "$ac_prev"; then
81ecdfbb 870 eval $ac_prev=\$ac_option
252b5132
RH
871 ac_prev=
872 continue
873 fi
874
81ecdfbb
RW
875 case $ac_option in
876 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
877 *) ac_optarg=yes ;;
878 esac
252b5132
RH
879
880 # Accept the important Cygnus configure options, so we can diagnose typos.
881
81ecdfbb
RW
882 case $ac_dashdash$ac_option in
883 --)
884 ac_dashdash=yes ;;
252b5132
RH
885
886 -bindir | --bindir | --bindi | --bind | --bin | --bi)
887 ac_prev=bindir ;;
888 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
5464f5a1 889 bindir=$ac_optarg ;;
252b5132
RH
890
891 -build | --build | --buil | --bui | --bu)
5464f5a1 892 ac_prev=build_alias ;;
252b5132 893 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
5464f5a1 894 build_alias=$ac_optarg ;;
252b5132
RH
895
896 -cache-file | --cache-file | --cache-fil | --cache-fi \
897 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
898 ac_prev=cache_file ;;
899 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
900 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
5464f5a1
NN
901 cache_file=$ac_optarg ;;
902
903 --config-cache | -C)
904 cache_file=config.cache ;;
252b5132 905
81ecdfbb 906 -datadir | --datadir | --datadi | --datad)
252b5132 907 ac_prev=datadir ;;
81ecdfbb 908 -datadir=* | --datadir=* | --datadi=* | --datad=*)
5464f5a1 909 datadir=$ac_optarg ;;
252b5132 910
81ecdfbb
RW
911 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
912 | --dataroo | --dataro | --datar)
913 ac_prev=datarootdir ;;
914 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
915 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
916 datarootdir=$ac_optarg ;;
917
252b5132 918 -disable-* | --disable-*)
81ecdfbb 919 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 920 # Reject names that are not valid shell variable names.
81ecdfbb
RW
921 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
922 as_fn_error "invalid feature name: $ac_useropt"
923 ac_useropt_orig=$ac_useropt
924 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
925 case $ac_user_opts in
926 *"
927"enable_$ac_useropt"
928"*) ;;
929 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
930 ac_unrecognized_sep=', ';;
931 esac
932 eval enable_$ac_useropt=no ;;
933
934 -docdir | --docdir | --docdi | --doc | --do)
935 ac_prev=docdir ;;
936 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
937 docdir=$ac_optarg ;;
938
939 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
940 ac_prev=dvidir ;;
941 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
942 dvidir=$ac_optarg ;;
252b5132
RH
943
944 -enable-* | --enable-*)
81ecdfbb 945 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 946 # Reject names that are not valid shell variable names.
81ecdfbb
RW
947 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
948 as_fn_error "invalid feature name: $ac_useropt"
949 ac_useropt_orig=$ac_useropt
950 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
951 case $ac_user_opts in
952 *"
953"enable_$ac_useropt"
954"*) ;;
955 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
956 ac_unrecognized_sep=', ';;
252b5132 957 esac
81ecdfbb 958 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
959
960 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
961 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
962 | --exec | --exe | --ex)
963 ac_prev=exec_prefix ;;
964 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
965 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
966 | --exec=* | --exe=* | --ex=*)
5464f5a1 967 exec_prefix=$ac_optarg ;;
252b5132
RH
968
969 -gas | --gas | --ga | --g)
970 # Obsolete; use --with-gas.
971 with_gas=yes ;;
972
5464f5a1
NN
973 -help | --help | --hel | --he | -h)
974 ac_init_help=long ;;
975 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
976 ac_init_help=recursive ;;
977 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
978 ac_init_help=short ;;
252b5132
RH
979
980 -host | --host | --hos | --ho)
5464f5a1 981 ac_prev=host_alias ;;
252b5132 982 -host=* | --host=* | --hos=* | --ho=*)
5464f5a1 983 host_alias=$ac_optarg ;;
252b5132 984
81ecdfbb
RW
985 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
986 ac_prev=htmldir ;;
987 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
988 | --ht=*)
989 htmldir=$ac_optarg ;;
990
252b5132
RH
991 -includedir | --includedir | --includedi | --included | --include \
992 | --includ | --inclu | --incl | --inc)
993 ac_prev=includedir ;;
994 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
995 | --includ=* | --inclu=* | --incl=* | --inc=*)
5464f5a1 996 includedir=$ac_optarg ;;
252b5132
RH
997
998 -infodir | --infodir | --infodi | --infod | --info | --inf)
999 ac_prev=infodir ;;
1000 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
5464f5a1 1001 infodir=$ac_optarg ;;
252b5132
RH
1002
1003 -libdir | --libdir | --libdi | --libd)
1004 ac_prev=libdir ;;
1005 -libdir=* | --libdir=* | --libdi=* | --libd=*)
5464f5a1 1006 libdir=$ac_optarg ;;
252b5132
RH
1007
1008 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1009 | --libexe | --libex | --libe)
1010 ac_prev=libexecdir ;;
1011 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1012 | --libexe=* | --libex=* | --libe=*)
5464f5a1 1013 libexecdir=$ac_optarg ;;
252b5132 1014
81ecdfbb
RW
1015 -localedir | --localedir | --localedi | --localed | --locale)
1016 ac_prev=localedir ;;
1017 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1018 localedir=$ac_optarg ;;
1019
252b5132 1020 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1021 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1022 ac_prev=localstatedir ;;
1023 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1024 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
5464f5a1 1025 localstatedir=$ac_optarg ;;
252b5132
RH
1026
1027 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1028 ac_prev=mandir ;;
1029 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
5464f5a1 1030 mandir=$ac_optarg ;;
252b5132
RH
1031
1032 -nfp | --nfp | --nf)
1033 # Obsolete; use --without-fp.
1034 with_fp=no ;;
1035
1036 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
5464f5a1 1037 | --no-cr | --no-c | -n)
252b5132
RH
1038 no_create=yes ;;
1039
1040 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1041 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1042 no_recursion=yes ;;
1043
1044 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1045 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1046 | --oldin | --oldi | --old | --ol | --o)
1047 ac_prev=oldincludedir ;;
1048 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1049 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1050 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
5464f5a1 1051 oldincludedir=$ac_optarg ;;
252b5132
RH
1052
1053 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1054 ac_prev=prefix ;;
1055 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
5464f5a1 1056 prefix=$ac_optarg ;;
252b5132
RH
1057
1058 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1059 | --program-pre | --program-pr | --program-p)
1060 ac_prev=program_prefix ;;
1061 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1062 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
5464f5a1 1063 program_prefix=$ac_optarg ;;
252b5132
RH
1064
1065 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1066 | --program-suf | --program-su | --program-s)
1067 ac_prev=program_suffix ;;
1068 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1069 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
5464f5a1 1070 program_suffix=$ac_optarg ;;
252b5132
RH
1071
1072 -program-transform-name | --program-transform-name \
1073 | --program-transform-nam | --program-transform-na \
1074 | --program-transform-n | --program-transform- \
1075 | --program-transform | --program-transfor \
1076 | --program-transfo | --program-transf \
1077 | --program-trans | --program-tran \
1078 | --progr-tra | --program-tr | --program-t)
1079 ac_prev=program_transform_name ;;
1080 -program-transform-name=* | --program-transform-name=* \
1081 | --program-transform-nam=* | --program-transform-na=* \
1082 | --program-transform-n=* | --program-transform-=* \
1083 | --program-transform=* | --program-transfor=* \
1084 | --program-transfo=* | --program-transf=* \
1085 | --program-trans=* | --program-tran=* \
1086 | --progr-tra=* | --program-tr=* | --program-t=*)
5464f5a1 1087 program_transform_name=$ac_optarg ;;
252b5132 1088
81ecdfbb
RW
1089 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1090 ac_prev=pdfdir ;;
1091 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1092 pdfdir=$ac_optarg ;;
1093
1094 -psdir | --psdir | --psdi | --psd | --ps)
1095 ac_prev=psdir ;;
1096 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1097 psdir=$ac_optarg ;;
1098
252b5132
RH
1099 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1100 | -silent | --silent | --silen | --sile | --sil)
1101 silent=yes ;;
1102
1103 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1104 ac_prev=sbindir ;;
1105 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1106 | --sbi=* | --sb=*)
5464f5a1 1107 sbindir=$ac_optarg ;;
252b5132
RH
1108
1109 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1110 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1111 | --sharedst | --shareds | --shared | --share | --shar \
1112 | --sha | --sh)
1113 ac_prev=sharedstatedir ;;
1114 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1115 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1116 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1117 | --sha=* | --sh=*)
5464f5a1 1118 sharedstatedir=$ac_optarg ;;
252b5132
RH
1119
1120 -site | --site | --sit)
1121 ac_prev=site ;;
1122 -site=* | --site=* | --sit=*)
5464f5a1 1123 site=$ac_optarg ;;
6be7c12c 1124
252b5132
RH
1125 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1126 ac_prev=srcdir ;;
1127 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
5464f5a1 1128 srcdir=$ac_optarg ;;
252b5132
RH
1129
1130 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1131 | --syscon | --sysco | --sysc | --sys | --sy)
1132 ac_prev=sysconfdir ;;
1133 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1134 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
5464f5a1 1135 sysconfdir=$ac_optarg ;;
252b5132
RH
1136
1137 -target | --target | --targe | --targ | --tar | --ta | --t)
5464f5a1 1138 ac_prev=target_alias ;;
252b5132 1139 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
5464f5a1 1140 target_alias=$ac_optarg ;;
252b5132
RH
1141
1142 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1143 verbose=yes ;;
1144
5464f5a1
NN
1145 -version | --version | --versio | --versi | --vers | -V)
1146 ac_init_version=: ;;
252b5132
RH
1147
1148 -with-* | --with-*)
81ecdfbb 1149 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1150 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1151 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1152 as_fn_error "invalid package name: $ac_useropt"
1153 ac_useropt_orig=$ac_useropt
1154 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1155 case $ac_user_opts in
1156 *"
1157"with_$ac_useropt"
1158"*) ;;
1159 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1160 ac_unrecognized_sep=', ';;
252b5132 1161 esac
81ecdfbb 1162 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1163
1164 -without-* | --without-*)
81ecdfbb 1165 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1166 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1167 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1168 as_fn_error "invalid package name: $ac_useropt"
1169 ac_useropt_orig=$ac_useropt
1170 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1171 case $ac_user_opts in
1172 *"
1173"with_$ac_useropt"
1174"*) ;;
1175 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1176 ac_unrecognized_sep=', ';;
1177 esac
1178 eval with_$ac_useropt=no ;;
252b5132
RH
1179
1180 --x)
1181 # Obsolete; use --with-x.
1182 with_x=yes ;;
1183
1184 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1185 | --x-incl | --x-inc | --x-in | --x-i)
1186 ac_prev=x_includes ;;
1187 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1188 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
5464f5a1 1189 x_includes=$ac_optarg ;;
252b5132
RH
1190
1191 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1192 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1193 ac_prev=x_libraries ;;
1194 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1195 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
5464f5a1 1196 x_libraries=$ac_optarg ;;
252b5132 1197
81ecdfbb
RW
1198 -*) as_fn_error "unrecognized option: \`$ac_option'
1199Try \`$0 --help' for more information."
252b5132
RH
1200 ;;
1201
5464f5a1
NN
1202 *=*)
1203 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1204 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1205 case $ac_envvar in #(
1206 '' | [0-9]* | *[!_$as_cr_alnum]* )
1207 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1208 esac
1209 eval $ac_envvar=\$ac_optarg
5464f5a1
NN
1210 export $ac_envvar ;;
1211
252b5132 1212 *)
5464f5a1 1213 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1214 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
5464f5a1 1215 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1216 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
5464f5a1 1217 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1218 ;;
1219
1220 esac
1221done
1222
1223if test -n "$ac_prev"; then
5464f5a1 1224 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1225 as_fn_error "missing argument to $ac_option"
252b5132 1226fi
252b5132 1227
81ecdfbb
RW
1228if test -n "$ac_unrecognized_opts"; then
1229 case $enable_option_checking in
1230 no) ;;
1231 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1232 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
5464f5a1 1233 esac
81ecdfbb 1234fi
6be7c12c 1235
81ecdfbb
RW
1236# Check all directory arguments for consistency.
1237for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1238 datadir sysconfdir sharedstatedir localstatedir includedir \
1239 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1240 libdir localedir mandir
252b5132 1241do
81ecdfbb
RW
1242 eval ac_val=\$$ac_var
1243 # Remove trailing slashes.
5464f5a1 1244 case $ac_val in
81ecdfbb
RW
1245 */ )
1246 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1247 eval $ac_var=\$ac_val;;
252b5132 1248 esac
81ecdfbb
RW
1249 # Be sure to have absolute directory names.
1250 case $ac_val in
1251 [\\/$]* | ?:[\\/]* ) continue;;
1252 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1253 esac
1254 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1255done
1256
5464f5a1
NN
1257# There might be people who depend on the old broken behavior: `$host'
1258# used to hold the argument of --host etc.
1259# FIXME: To remove some day.
1260build=$build_alias
1261host=$host_alias
1262target=$target_alias
1263
1264# FIXME: To remove some day.
1265if test "x$host_alias" != x; then
1266 if test "x$build_alias" = x; then
1267 cross_compiling=maybe
81ecdfbb 1268 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
5464f5a1
NN
1269 If a cross compiler is detected then cross compile mode will be used." >&2
1270 elif test "x$build_alias" != "x$host_alias"; then
1271 cross_compiling=yes
1272 fi
1273fi
252b5132 1274
5464f5a1
NN
1275ac_tool_prefix=
1276test -n "$host_alias" && ac_tool_prefix=$host_alias-
1277
1278test "$silent" = yes && exec 6>/dev/null
252b5132 1279
252b5132 1280
81ecdfbb
RW
1281ac_pwd=`pwd` && test -n "$ac_pwd" &&
1282ac_ls_di=`ls -di .` &&
1283ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1284 as_fn_error "working directory cannot be determined"
1285test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1286 as_fn_error "pwd does not report name of working directory"
1287
1288
252b5132
RH
1289# Find the source files, if location was not specified.
1290if test -z "$srcdir"; then
1291 ac_srcdir_defaulted=yes
81ecdfbb
RW
1292 # Try the directory containing this script, then the parent directory.
1293 ac_confdir=`$as_dirname -- "$as_myself" ||
1294$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1295 X"$as_myself" : 'X\(//\)[^/]' \| \
1296 X"$as_myself" : 'X\(//\)$' \| \
1297 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1298$as_echo X"$as_myself" |
1299 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1300 s//\1/
1301 q
1302 }
1303 /^X\(\/\/\)[^/].*/{
1304 s//\1/
1305 q
1306 }
1307 /^X\(\/\/\)$/{
1308 s//\1/
1309 q
1310 }
1311 /^X\(\/\).*/{
1312 s//\1/
1313 q
1314 }
1315 s/.*/./; q'`
252b5132 1316 srcdir=$ac_confdir
81ecdfbb 1317 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1318 srcdir=..
1319 fi
1320else
1321 ac_srcdir_defaulted=no
1322fi
81ecdfbb
RW
1323if test ! -r "$srcdir/$ac_unique_file"; then
1324 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1325 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1326fi
1327ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1328ac_abs_confdir=`(
1329 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1330 pwd)`
1331# When building in place, set srcdir=.
1332if test "$ac_abs_confdir" = "$ac_pwd"; then
1333 srcdir=.
1334fi
1335# Remove unnecessary trailing slashes from srcdir.
1336# Double slashes in file names in object file debugging info
1337# mess up M-x gdb in Emacs.
1338case $srcdir in
1339*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1340esac
1341for ac_var in $ac_precious_vars; do
1342 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1343 eval ac_env_${ac_var}_value=\$${ac_var}
1344 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1345 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1346done
b3baf5d0 1347
5464f5a1
NN
1348#
1349# Report the --help message.
1350#
1351if test "$ac_init_help" = "long"; then
1352 # Omit some internal or obsolete options to make the list less imposing.
1353 # This message is too long to be a string in the A/UX 3.1 sh.
1354 cat <<_ACEOF
d8bd95ef 1355\`configure' configures bfd 2.26.51 to adapt to many kinds of systems.
252b5132 1356
5464f5a1 1357Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1358
5464f5a1
NN
1359To assign environment variables (e.g., CC, CFLAGS...), specify them as
1360VAR=VALUE. See below for descriptions of some of the useful variables.
6be7c12c 1361
5464f5a1 1362Defaults for the options are specified in brackets.
6be7c12c 1363
5464f5a1
NN
1364Configuration:
1365 -h, --help display this help and exit
1366 --help=short display options specific to this package
1367 --help=recursive display the short help of all the included packages
1368 -V, --version display version information and exit
1369 -q, --quiet, --silent do not print \`checking...' messages
1370 --cache-file=FILE cache test results in FILE [disabled]
1371 -C, --config-cache alias for \`--cache-file=config.cache'
1372 -n, --no-create do not create output files
1373 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1374
5464f5a1
NN
1375Installation directories:
1376 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1377 [$ac_default_prefix]
5464f5a1 1378 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1379 [PREFIX]
6be7c12c 1380
5464f5a1
NN
1381By default, \`make install' will install all the files in
1382\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1383an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1384for instance \`--prefix=\$HOME'.
6be7c12c 1385
5464f5a1 1386For better control, use the options below.
6be7c12c 1387
5464f5a1 1388Fine tuning of the installation directories:
81ecdfbb
RW
1389 --bindir=DIR user executables [EPREFIX/bin]
1390 --sbindir=DIR system admin executables [EPREFIX/sbin]
1391 --libexecdir=DIR program executables [EPREFIX/libexec]
1392 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1393 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1394 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1395 --libdir=DIR object code libraries [EPREFIX/lib]
1396 --includedir=DIR C header files [PREFIX/include]
1397 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1398 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1399 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1400 --infodir=DIR info documentation [DATAROOTDIR/info]
1401 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1402 --mandir=DIR man documentation [DATAROOTDIR/man]
c4dd807e 1403 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
81ecdfbb
RW
1404 --htmldir=DIR html documentation [DOCDIR]
1405 --dvidir=DIR dvi documentation [DOCDIR]
1406 --pdfdir=DIR pdf documentation [DOCDIR]
1407 --psdir=DIR ps documentation [DOCDIR]
5464f5a1 1408_ACEOF
6be7c12c 1409
5464f5a1 1410 cat <<\_ACEOF
6be7c12c 1411
5464f5a1
NN
1412Program names:
1413 --program-prefix=PREFIX prepend PREFIX to installed program names
1414 --program-suffix=SUFFIX append SUFFIX to installed program names
1415 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1416
5464f5a1
NN
1417System types:
1418 --build=BUILD configure for building on BUILD [guessed]
1419 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1420 --target=TARGET configure for building compilers for TARGET [HOST]
1421_ACEOF
252b5132 1422fi
252b5132 1423
5464f5a1 1424if test -n "$ac_init_help"; then
c4dd807e 1425 case $ac_init_help in
d8bd95ef 1426 short | recursive ) echo "Configuration of bfd 2.26.51:";;
c4dd807e 1427 esac
5464f5a1 1428 cat <<\_ACEOF
252b5132 1429
5464f5a1 1430Optional Features:
81ecdfbb 1431 --disable-option-checking ignore unrecognized --enable/--with options
5464f5a1
NN
1432 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1433 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
f5385ebf
AM
1434 --disable-dependency-tracking speeds up one-time build
1435 --enable-dependency-tracking do not reject slow dependency extractors
81ecdfbb
RW
1436 --enable-shared[=PKGS] build shared libraries [default=no]
1437 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1438 --enable-fast-install[=PKGS]
1439 optimize for fast installation [default=yes]
5464f5a1 1440 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f 1441 --enable-plugins Enable support for plugins
ce3c775b 1442 --disable-largefile omit support for large files
5464f5a1
NN
1443 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1444 --enable-targets alternative target configurations
6ec7057a 1445 --enable-secureplt Default to creating read-only plt entries
ef72a554
KT
1446 --enable-leading-mingw64-underscores
1447 Enable leading underscores on 64 bit mingw targets
241a6c40
AM
1448 --enable-werror treat compile warnings as errors
1449 --enable-build-warnings enable build-time compiler warnings
f5385ebf
AM
1450 --enable-maintainer-mode enable make rules and dependencies not useful
1451 (and sometimes confusing) to the casual installer
5464f5a1
NN
1452 --enable-install-libbfd controls installation of libbfd and related headers
1453 --disable-nls do not use Native Language Support
1454
1455Optional Packages:
1456 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1457 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1458 --with-pic try to use only PIC/non-PIC objects [default=use
1459 both]
1460 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
5464f5a1 1461 --with-mmap try using mmap for BFD input files if available
0d4a1476
AS
1462 --with-separate-debug-dir=DIR
1463 Look for global separate debug info in DIR
1464 [default=LIBDIR/debug]
a1ac8190
JM
1465 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1466 Binutils"
c428fa83 1467 --with-bugurl=URL Direct users to URL to report a bug
243340ad 1468 --with-system-zlib use installed libz
5464f5a1
NN
1469
1470Some influential environment variables:
1471 CC C compiler command
1472 CFLAGS C compiler flags
1473 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1474 nonstandard directory <lib dir>
81ecdfbb
RW
1475 LIBS libraries to pass to the linker, e.g. -l<library>
1476 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1477 you have headers in a nonstandard directory <include dir>
5464f5a1
NN
1478 CPP C preprocessor
1479
1480Use these variables to override the choices made by `configure' or to help
1481it to find libraries and programs with nonstandard names/locations.
1482
81ecdfbb 1483Report bugs to the package provider.
5464f5a1 1484_ACEOF
81ecdfbb 1485ac_status=$?
5464f5a1
NN
1486fi
1487
1488if test "$ac_init_help" = "recursive"; then
1489 # If there are subdirs, report their specific --help.
5464f5a1 1490 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1491 test -d "$ac_dir" ||
1492 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1493 continue
5464f5a1
NN
1494 ac_builddir=.
1495
81ecdfbb
RW
1496case "$ac_dir" in
1497.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1498*)
1499 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1500 # A ".." for each directory in $ac_dir_suffix.
1501 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1502 case $ac_top_builddir_sub in
1503 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1504 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1505 esac ;;
1506esac
1507ac_abs_top_builddir=$ac_pwd
1508ac_abs_builddir=$ac_pwd$ac_dir_suffix
1509# for backward compatibility:
1510ac_top_builddir=$ac_top_build_prefix
5464f5a1
NN
1511
1512case $srcdir in
81ecdfbb 1513 .) # We are building in place.
5464f5a1 1514 ac_srcdir=.
81ecdfbb
RW
1515 ac_top_srcdir=$ac_top_builddir_sub
1516 ac_abs_top_srcdir=$ac_pwd ;;
1517 [\\/]* | ?:[\\/]* ) # Absolute name.
5464f5a1 1518 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1519 ac_top_srcdir=$srcdir
1520 ac_abs_top_srcdir=$srcdir ;;
1521 *) # Relative name.
1522 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1523 ac_top_srcdir=$ac_top_build_prefix$srcdir
1524 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5464f5a1 1525esac
81ecdfbb
RW
1526ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1527
1528 cd "$ac_dir" || { ac_status=$?; continue; }
1529 # Check for guested configure.
1530 if test -f "$ac_srcdir/configure.gnu"; then
1531 echo &&
1532 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1533 elif test -f "$ac_srcdir/configure"; then
1534 echo &&
1535 $SHELL "$ac_srcdir/configure" --help=recursive
5464f5a1 1536 else
81ecdfbb
RW
1537 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1538 fi || ac_status=$?
1539 cd "$ac_pwd" || { ac_status=$?; break; }
5464f5a1 1540 done
6be7c12c
AO
1541fi
1542
81ecdfbb 1543test -n "$ac_init_help" && exit $ac_status
5464f5a1
NN
1544if $ac_init_version; then
1545 cat <<\_ACEOF
d8bd95ef 1546bfd configure 2.26.51
81ecdfbb 1547generated by GNU Autoconf 2.64
6be7c12c 1548
81ecdfbb 1549Copyright (C) 2009 Free Software Foundation, Inc.
5464f5a1
NN
1550This configure script is free software; the Free Software Foundation
1551gives unlimited permission to copy, distribute and modify it.
1552_ACEOF
81ecdfbb 1553 exit
5464f5a1 1554fi
6be7c12c 1555
81ecdfbb
RW
1556## ------------------------ ##
1557## Autoconf initialization. ##
1558## ------------------------ ##
6be7c12c 1559
81ecdfbb
RW
1560# ac_fn_c_try_compile LINENO
1561# --------------------------
1562# Try to compile conftest.$ac_ext, and return whether this succeeded.
1563ac_fn_c_try_compile ()
5464f5a1 1564{
81ecdfbb
RW
1565 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1566 rm -f conftest.$ac_objext
1567 if { { ac_try="$ac_compile"
1568case "(($ac_try" in
1569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1570 *) ac_try_echo=$ac_try;;
1571esac
1572eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1573$as_echo "$ac_try_echo"; } >&5
1574 (eval "$ac_compile") 2>conftest.err
1575 ac_status=$?
1576 if test -s conftest.err; then
1577 grep -v '^ *+' conftest.err >conftest.er1
1578 cat conftest.er1 >&5
1579 mv -f conftest.er1 conftest.err
1580 fi
1581 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1582 test $ac_status = 0; } && {
1583 test -z "$ac_c_werror_flag" ||
1584 test ! -s conftest.err
1585 } && test -s conftest.$ac_objext; then :
1586 ac_retval=0
1587else
1588 $as_echo "$as_me: failed program was:" >&5
1589sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1590
81ecdfbb
RW
1591 ac_retval=1
1592fi
1593 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1594 return $ac_retval
5464f5a1 1595
81ecdfbb 1596} # ac_fn_c_try_compile
5464f5a1 1597
81ecdfbb
RW
1598# ac_fn_c_try_link LINENO
1599# -----------------------
1600# Try to link conftest.$ac_ext, and return whether this succeeded.
1601ac_fn_c_try_link ()
1602{
1603 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1604 rm -f conftest.$ac_objext conftest$ac_exeext
1605 if { { ac_try="$ac_link"
1606case "(($ac_try" in
1607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1608 *) ac_try_echo=$ac_try;;
1609esac
1610eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1611$as_echo "$ac_try_echo"; } >&5
1612 (eval "$ac_link") 2>conftest.err
1613 ac_status=$?
1614 if test -s conftest.err; then
1615 grep -v '^ *+' conftest.err >conftest.er1
1616 cat conftest.er1 >&5
1617 mv -f conftest.er1 conftest.err
1618 fi
1619 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1620 test $ac_status = 0; } && {
1621 test -z "$ac_c_werror_flag" ||
1622 test ! -s conftest.err
1623 } && test -s conftest$ac_exeext && {
1624 test "$cross_compiling" = yes ||
1625 $as_test_x conftest$ac_exeext
1626 }; then :
1627 ac_retval=0
1628else
1629 $as_echo "$as_me: failed program was:" >&5
1630sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1631
81ecdfbb
RW
1632 ac_retval=1
1633fi
1634 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1635 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1636 # interfere with the next link command; also delete a directory that is
1637 # left behind by Apple's compiler. We do this before executing the actions.
1638 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1639 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1640 return $ac_retval
6be7c12c 1641
81ecdfbb 1642} # ac_fn_c_try_link
66e25bab 1643
81ecdfbb
RW
1644# ac_fn_c_try_cpp LINENO
1645# ----------------------
1646# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1647ac_fn_c_try_cpp ()
1648{
1649 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1650 if { { ac_try="$ac_cpp conftest.$ac_ext"
1651case "(($ac_try" in
1652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1653 *) ac_try_echo=$ac_try;;
1654esac
1655eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1656$as_echo "$ac_try_echo"; } >&5
1657 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1658 ac_status=$?
1659 if test -s conftest.err; then
1660 grep -v '^ *+' conftest.err >conftest.er1
1661 cat conftest.er1 >&5
1662 mv -f conftest.er1 conftest.err
1663 fi
1664 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1665 test $ac_status = 0; } >/dev/null && {
1666 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1667 test ! -s conftest.err
1668 }; then :
1669 ac_retval=0
1670else
1671 $as_echo "$as_me: failed program was:" >&5
1672sed 's/^/| /' conftest.$ac_ext >&5
b3baf5d0 1673
81ecdfbb
RW
1674 ac_retval=1
1675fi
1676 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1677 return $ac_retval
6be7c12c 1678
81ecdfbb 1679} # ac_fn_c_try_cpp
252b5132 1680
81ecdfbb
RW
1681# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1682# -------------------------------------------------------
1683# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1684# the include files in INCLUDES and setting the cache variable VAR
1685# accordingly.
1686ac_fn_c_check_header_mongrel ()
1687{
1688 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1689 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1691$as_echo_n "checking for $2... " >&6; }
1692if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1693 $as_echo_n "(cached) " >&6
1694fi
1695eval ac_res=\$$3
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1697$as_echo "$ac_res" >&6; }
1698else
1699 # Is the header compilable?
1700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1701$as_echo_n "checking $2 usability... " >&6; }
1702cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1703/* end confdefs.h. */
1704$4
1705#include <$2>
5464f5a1 1706_ACEOF
81ecdfbb
RW
1707if ac_fn_c_try_compile "$LINENO"; then :
1708 ac_header_compiler=yes
1709else
1710 ac_header_compiler=no
1711fi
1712rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1714$as_echo "$ac_header_compiler" >&6; }
c5d1701e 1715
81ecdfbb
RW
1716# Is the header present?
1717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1718$as_echo_n "checking $2 presence... " >&6; }
1719cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1720/* end confdefs.h. */
1721#include <$2>
1722_ACEOF
1723if ac_fn_c_try_cpp "$LINENO"; then :
1724 ac_header_preproc=yes
1725else
1726 ac_header_preproc=no
1727fi
1728rm -f conftest.err conftest.$ac_ext
1729{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1730$as_echo "$ac_header_preproc" >&6; }
6be7c12c 1731
81ecdfbb
RW
1732# So? What about this header?
1733case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1734 yes:no: )
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1736$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1738$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1739 ;;
1740 no:yes:* )
1741 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1742$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1744$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1746$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1748$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1750$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1751 ;;
1752esac
1753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1754$as_echo_n "checking for $2... " >&6; }
1755if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1756 $as_echo_n "(cached) " >&6
1757else
1758 eval "$3=\$ac_header_compiler"
1759fi
1760eval ac_res=\$$3
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1762$as_echo "$ac_res" >&6; }
1763fi
1764 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 1765
81ecdfbb 1766} # ac_fn_c_check_header_mongrel
5464f5a1 1767
81ecdfbb
RW
1768# ac_fn_c_try_run LINENO
1769# ----------------------
1770# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1771# that executables *can* be run.
1772ac_fn_c_try_run ()
5464f5a1 1773{
81ecdfbb
RW
1774 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1775 if { { ac_try="$ac_link"
1776case "(($ac_try" in
1777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1778 *) ac_try_echo=$ac_try;;
1779esac
1780eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1781$as_echo "$ac_try_echo"; } >&5
1782 (eval "$ac_link") 2>&5
1783 ac_status=$?
1784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1785 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1786 { { case "(($ac_try" in
1787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1788 *) ac_try_echo=$ac_try;;
1789esac
1790eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1791$as_echo "$ac_try_echo"; } >&5
1792 (eval "$ac_try") 2>&5
1793 ac_status=$?
1794 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1795 test $ac_status = 0; }; }; then :
1796 ac_retval=0
1797else
1798 $as_echo "$as_me: program exited with status $ac_status" >&5
1799 $as_echo "$as_me: failed program was:" >&5
1800sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1801
81ecdfbb
RW
1802 ac_retval=$ac_status
1803fi
1804 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1805 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1806 return $ac_retval
5464f5a1 1807
81ecdfbb 1808} # ac_fn_c_try_run
5464f5a1 1809
81ecdfbb
RW
1810# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1811# -------------------------------------------------------
1812# Tests whether HEADER exists and can be compiled using the include files in
1813# INCLUDES, setting the cache variable VAR accordingly.
1814ac_fn_c_check_header_compile ()
1815{
1816 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1818$as_echo_n "checking for $2... " >&6; }
1819if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1820 $as_echo_n "(cached) " >&6
1821else
1822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1823/* end confdefs.h. */
1824$4
1825#include <$2>
1826_ACEOF
1827if ac_fn_c_try_compile "$LINENO"; then :
1828 eval "$3=yes"
1829else
1830 eval "$3=no"
1831fi
1832rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1833fi
1834eval ac_res=\$$3
1835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1836$as_echo "$ac_res" >&6; }
1837 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 1838
81ecdfbb 1839} # ac_fn_c_check_header_compile
5464f5a1 1840
81ecdfbb
RW
1841# ac_fn_c_check_func LINENO FUNC VAR
1842# ----------------------------------
1843# Tests whether FUNC exists, setting the cache variable VAR accordingly
1844ac_fn_c_check_func ()
1845{
1846 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1848$as_echo_n "checking for $2... " >&6; }
1849if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1850 $as_echo_n "(cached) " >&6
1851else
1852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1853/* end confdefs.h. */
1854/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1855 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1856#define $2 innocuous_$2
5464f5a1 1857
81ecdfbb
RW
1858/* System header to define __stub macros and hopefully few prototypes,
1859 which can conflict with char $2 (); below.
1860 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1861 <limits.h> exists even on freestanding compilers. */
5464f5a1 1862
81ecdfbb
RW
1863#ifdef __STDC__
1864# include <limits.h>
1865#else
1866# include <assert.h>
1867#endif
5464f5a1 1868
81ecdfbb 1869#undef $2
5464f5a1 1870
81ecdfbb
RW
1871/* Override any GCC internal prototype to avoid an error.
1872 Use char because int might match the return type of a GCC
1873 builtin and then its argument prototype would still apply. */
1874#ifdef __cplusplus
1875extern "C"
1876#endif
1877char $2 ();
1878/* The GNU C library defines this for functions which it implements
1879 to always fail with ENOSYS. Some functions are actually named
1880 something starting with __ and the normal name is an alias. */
1881#if defined __stub_$2 || defined __stub___$2
1882choke me
1883#endif
5464f5a1 1884
81ecdfbb
RW
1885int
1886main ()
1887{
1888return $2 ();
1889 ;
1890 return 0;
1891}
5464f5a1 1892_ACEOF
81ecdfbb
RW
1893if ac_fn_c_try_link "$LINENO"; then :
1894 eval "$3=yes"
1895else
1896 eval "$3=no"
1897fi
1898rm -f core conftest.err conftest.$ac_objext \
1899 conftest$ac_exeext conftest.$ac_ext
1900fi
1901eval ac_res=\$$3
1902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1903$as_echo "$ac_res" >&6; }
1904 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 1905
81ecdfbb 1906} # ac_fn_c_check_func
5464f5a1 1907
81ecdfbb
RW
1908# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1909# --------------------------------------------
1910# Tries to find the compile-time value of EXPR in a program that includes
1911# INCLUDES, setting VAR accordingly. Returns whether the value could be
1912# computed
1913ac_fn_c_compute_int ()
1914{
1915 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1916 if test "$cross_compiling" = yes; then
1917 # Depending upon the size, compute the lo and hi bounds.
1918cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1919/* end confdefs.h. */
1920$4
1921int
1922main ()
1923{
1924static int test_array [1 - 2 * !(($2) >= 0)];
1925test_array [0] = 0
5464f5a1 1926
81ecdfbb
RW
1927 ;
1928 return 0;
1929}
5464f5a1 1930_ACEOF
81ecdfbb
RW
1931if ac_fn_c_try_compile "$LINENO"; then :
1932 ac_lo=0 ac_mid=0
1933 while :; do
1934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1935/* end confdefs.h. */
1936$4
1937int
1938main ()
1939{
1940static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1941test_array [0] = 0
5464f5a1 1942
81ecdfbb
RW
1943 ;
1944 return 0;
1945}
1946_ACEOF
1947if ac_fn_c_try_compile "$LINENO"; then :
1948 ac_hi=$ac_mid; break
5464f5a1 1949else
81ecdfbb
RW
1950 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1951 if test $ac_lo -le $ac_mid; then
1952 ac_lo= ac_hi=
1953 break
1954 fi
1955 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
5464f5a1 1956fi
81ecdfbb
RW
1957rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1958 done
1959else
1960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1961/* end confdefs.h. */
1962$4
1963int
1964main ()
1965{
1966static int test_array [1 - 2 * !(($2) < 0)];
1967test_array [0] = 0
5464f5a1 1968
81ecdfbb
RW
1969 ;
1970 return 0;
1971}
1972_ACEOF
1973if ac_fn_c_try_compile "$LINENO"; then :
1974 ac_hi=-1 ac_mid=-1
1975 while :; do
1976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1977/* end confdefs.h. */
1978$4
1979int
1980main ()
1981{
1982static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1983test_array [0] = 0
5464f5a1 1984
81ecdfbb
RW
1985 ;
1986 return 0;
1987}
1988_ACEOF
1989if ac_fn_c_try_compile "$LINENO"; then :
1990 ac_lo=$ac_mid; break
1991else
1992 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1993 if test $ac_mid -le $ac_hi; then
1994 ac_lo= ac_hi=
1995 break
1996 fi
1997 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1998fi
1999rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2000 done
2001else
2002 ac_lo= ac_hi=
2003fi
2004rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2005fi
2006rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2007# Binary search between lo and hi bounds.
2008while test "x$ac_lo" != "x$ac_hi"; do
2009 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2011/* end confdefs.h. */
2012$4
2013int
2014main ()
2015{
2016static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2017test_array [0] = 0
5464f5a1 2018
81ecdfbb
RW
2019 ;
2020 return 0;
2021}
2022_ACEOF
2023if ac_fn_c_try_compile "$LINENO"; then :
2024 ac_hi=$ac_mid
2025else
2026 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2027fi
2028rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2029done
2030case $ac_lo in #((
2031?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2032'') ac_retval=1 ;;
2033esac
2034 else
2035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2036/* end confdefs.h. */
2037$4
2038static long int longval () { return $2; }
2039static unsigned long int ulongval () { return $2; }
2040#include <stdio.h>
2041#include <stdlib.h>
2042int
2043main ()
2044{
5464f5a1 2045
81ecdfbb
RW
2046 FILE *f = fopen ("conftest.val", "w");
2047 if (! f)
2048 return 1;
2049 if (($2) < 0)
2050 {
2051 long int i = longval ();
2052 if (i != ($2))
2053 return 1;
2054 fprintf (f, "%ld", i);
2055 }
2056 else
2057 {
2058 unsigned long int i = ulongval ();
2059 if (i != ($2))
2060 return 1;
2061 fprintf (f, "%lu", i);
2062 }
2063 /* Do not output a trailing newline, as this causes \r\n confusion
2064 on some platforms. */
2065 return ferror (f) || fclose (f) != 0;
5464f5a1 2066
81ecdfbb
RW
2067 ;
2068 return 0;
2069}
2070_ACEOF
2071if ac_fn_c_try_run "$LINENO"; then :
2072 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2073else
2074 ac_retval=1
2075fi
2076rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2077 conftest.$ac_objext conftest.beam conftest.$ac_ext
2078rm -f conftest.val
7357c5b6 2079
81ecdfbb
RW
2080 fi
2081 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2082 return $ac_retval
7357c5b6 2083
81ecdfbb 2084} # ac_fn_c_compute_int
7357c5b6 2085
81ecdfbb
RW
2086# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2087# -------------------------------------------
2088# Tests whether TYPE exists after having included INCLUDES, setting cache
2089# variable VAR accordingly.
2090ac_fn_c_check_type ()
2091{
2092 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2094$as_echo_n "checking for $2... " >&6; }
2095if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2096 $as_echo_n "(cached) " >&6
2097else
2098 eval "$3=no"
2099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2100/* end confdefs.h. */
2101$4
2102int
2103main ()
2104{
2105if (sizeof ($2))
2106 return 0;
2107 ;
2108 return 0;
2109}
2110_ACEOF
2111if ac_fn_c_try_compile "$LINENO"; then :
2112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2113/* end confdefs.h. */
2114$4
2115int
2116main ()
2117{
2118if (sizeof (($2)))
2119 return 0;
2120 ;
2121 return 0;
2122}
2123_ACEOF
2124if ac_fn_c_try_compile "$LINENO"; then :
5464f5a1 2125
81ecdfbb
RW
2126else
2127 eval "$3=yes"
2128fi
2129rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2130fi
2131rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2132fi
2133eval ac_res=\$$3
2134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2135$as_echo "$ac_res" >&6; }
2136 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 2137
81ecdfbb 2138} # ac_fn_c_check_type
5464f5a1 2139
81ecdfbb
RW
2140# ac_fn_c_check_decl LINENO SYMBOL VAR
2141# ------------------------------------
2142# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2143ac_fn_c_check_decl ()
2144{
2145 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2146 as_decl_name=`echo $2|sed 's/ *(.*//'`
2147 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2149$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
2150if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2151 $as_echo_n "(cached) " >&6
2152else
2153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2154/* end confdefs.h. */
2155$4
2156int
2157main ()
2158{
360cfc9c
AM
2159#ifndef $as_decl_name
2160#ifdef __cplusplus
2161 (void) $as_decl_use;
2162#else
2163 (void) $as_decl_name;
2164#endif
81ecdfbb 2165#endif
5464f5a1 2166
81ecdfbb
RW
2167 ;
2168 return 0;
2169}
2170_ACEOF
2171if ac_fn_c_try_compile "$LINENO"; then :
2172 eval "$3=yes"
2173else
2174 eval "$3=no"
5464f5a1 2175fi
81ecdfbb
RW
2176rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2177fi
2178eval ac_res=\$$3
2179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2180$as_echo "$ac_res" >&6; }
2181 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 2182
81ecdfbb
RW
2183} # ac_fn_c_check_decl
2184cat >config.log <<_ACEOF
2185This file contains any messages produced by compilers while
2186running configure, to aid debugging if configure makes a mistake.
5464f5a1 2187
d8bd95ef 2188It was created by bfd $as_me 2.26.51, which was
81ecdfbb 2189generated by GNU Autoconf 2.64. Invocation command line was
5464f5a1 2190
81ecdfbb 2191 $ $0 $@
5464f5a1 2192
81ecdfbb
RW
2193_ACEOF
2194exec 5>>config.log
2195{
2196cat <<_ASUNAME
2197## --------- ##
2198## Platform. ##
2199## --------- ##
5464f5a1 2200
81ecdfbb
RW
2201hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2202uname -m = `(uname -m) 2>/dev/null || echo unknown`
2203uname -r = `(uname -r) 2>/dev/null || echo unknown`
2204uname -s = `(uname -s) 2>/dev/null || echo unknown`
2205uname -v = `(uname -v) 2>/dev/null || echo unknown`
5464f5a1 2206
81ecdfbb
RW
2207/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2208/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
5464f5a1 2209
81ecdfbb
RW
2210/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2211/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2212/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2213/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2214/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2215/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2216/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
5464f5a1 2217
81ecdfbb 2218_ASUNAME
5464f5a1 2219
5464f5a1
NN
2220as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2221for as_dir in $PATH
2222do
2223 IFS=$as_save_IFS
2224 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2225 $as_echo "PATH: $as_dir"
2226 done
2227IFS=$as_save_IFS
5464f5a1 2228
81ecdfbb 2229} >&5
5464f5a1 2230
81ecdfbb 2231cat >&5 <<_ACEOF
5464f5a1 2232
5464f5a1 2233
81ecdfbb
RW
2234## ----------- ##
2235## Core tests. ##
2236## ----------- ##
5464f5a1 2237
81ecdfbb
RW
2238_ACEOF
2239
2240
2241# Keep a trace of the command line.
2242# Strip out --no-create and --no-recursion so they do not pile up.
2243# Strip out --silent because we don't want to record it for future runs.
2244# Also quote any args containing shell meta-characters.
2245# Make two passes to allow for proper duplicate-argument suppression.
2246ac_configure_args=
2247ac_configure_args0=
2248ac_configure_args1=
2249ac_must_keep_next=false
2250for ac_pass in 1 2
2251do
2252 for ac_arg
2253 do
2254 case $ac_arg in
2255 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2256 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2257 | -silent | --silent | --silen | --sile | --sil)
2258 continue ;;
2259 *\'*)
2260 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2261 esac
2262 case $ac_pass in
2263 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2264 2)
2265 as_fn_append ac_configure_args1 " '$ac_arg'"
2266 if test $ac_must_keep_next = true; then
2267 ac_must_keep_next=false # Got value, back to normal.
2268 else
2269 case $ac_arg in
2270 *=* | --config-cache | -C | -disable-* | --disable-* \
2271 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2272 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2273 | -with-* | --with-* | -without-* | --without-* | --x)
2274 case "$ac_configure_args0 " in
2275 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2276 esac
2277 ;;
2278 -* ) ac_must_keep_next=true ;;
2279 esac
2280 fi
2281 as_fn_append ac_configure_args " '$ac_arg'"
2282 ;;
2283 esac
2284 done
2285done
2286{ ac_configure_args0=; unset ac_configure_args0;}
2287{ ac_configure_args1=; unset ac_configure_args1;}
2288
2289# When interrupted or exit'd, cleanup temporary files, and complete
2290# config.log. We remove comments because anyway the quotes in there
2291# would cause problems or look ugly.
2292# WARNING: Use '\'' to represent an apostrophe within the trap.
2293# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2294trap 'exit_status=$?
2295 # Save into config.log some information that might help in debugging.
2296 {
2297 echo
2298
2299 cat <<\_ASBOX
2300## ---------------- ##
2301## Cache variables. ##
2302## ---------------- ##
2303_ASBOX
2304 echo
2305 # The following way of writing the cache mishandles newlines in values,
2306(
2307 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2308 eval ac_val=\$$ac_var
2309 case $ac_val in #(
2310 *${as_nl}*)
2311 case $ac_var in #(
2312 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2313$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2314 esac
2315 case $ac_var in #(
2316 _ | IFS | as_nl) ;; #(
2317 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2318 *) { eval $ac_var=; unset $ac_var;} ;;
2319 esac ;;
2320 esac
2321 done
2322 (set) 2>&1 |
2323 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2324 *${as_nl}ac_space=\ *)
2325 sed -n \
2326 "s/'\''/'\''\\\\'\'''\''/g;
2327 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2328 ;; #(
2329 *)
2330 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2331 ;;
2332 esac |
2333 sort
2334)
2335 echo
2336
2337 cat <<\_ASBOX
2338## ----------------- ##
2339## Output variables. ##
2340## ----------------- ##
2341_ASBOX
2342 echo
2343 for ac_var in $ac_subst_vars
2344 do
2345 eval ac_val=\$$ac_var
2346 case $ac_val in
2347 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2348 esac
2349 $as_echo "$ac_var='\''$ac_val'\''"
2350 done | sort
2351 echo
2352
2353 if test -n "$ac_subst_files"; then
2354 cat <<\_ASBOX
2355## ------------------- ##
2356## File substitutions. ##
2357## ------------------- ##
2358_ASBOX
2359 echo
2360 for ac_var in $ac_subst_files
2361 do
2362 eval ac_val=\$$ac_var
2363 case $ac_val in
2364 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2365 esac
2366 $as_echo "$ac_var='\''$ac_val'\''"
2367 done | sort
2368 echo
2369 fi
2370
2371 if test -s confdefs.h; then
2372 cat <<\_ASBOX
2373## ----------- ##
2374## confdefs.h. ##
2375## ----------- ##
2376_ASBOX
2377 echo
2378 cat confdefs.h
2379 echo
2380 fi
2381 test "$ac_signal" != 0 &&
2382 $as_echo "$as_me: caught signal $ac_signal"
2383 $as_echo "$as_me: exit $exit_status"
2384 } >&5
2385 rm -f core *.core core.conftest.* &&
2386 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2387 exit $exit_status
2388' 0
2389for ac_signal in 1 2 13 15; do
2390 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2391done
2392ac_signal=0
2393
2394# confdefs.h avoids OS command line length limits that DEFS can exceed.
2395rm -f -r conftest* confdefs.h
2396
2397$as_echo "/* confdefs.h */" > confdefs.h
2398
2399# Predefined preprocessor variables.
2400
2401cat >>confdefs.h <<_ACEOF
2402#define PACKAGE_NAME "$PACKAGE_NAME"
2403_ACEOF
2404
2405cat >>confdefs.h <<_ACEOF
2406#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2407_ACEOF
2408
2409cat >>confdefs.h <<_ACEOF
2410#define PACKAGE_VERSION "$PACKAGE_VERSION"
2411_ACEOF
2412
2413cat >>confdefs.h <<_ACEOF
2414#define PACKAGE_STRING "$PACKAGE_STRING"
2415_ACEOF
2416
2417cat >>confdefs.h <<_ACEOF
2418#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2419_ACEOF
2420
2421cat >>confdefs.h <<_ACEOF
2422#define PACKAGE_URL "$PACKAGE_URL"
2423_ACEOF
2424
2425
2426# Let the site file select an alternate cache file if it wants to.
2427# Prefer an explicitly selected file to automatically selected ones.
2428ac_site_file1=NONE
2429ac_site_file2=NONE
2430if test -n "$CONFIG_SITE"; then
2431 ac_site_file1=$CONFIG_SITE
2432elif test "x$prefix" != xNONE; then
2433 ac_site_file1=$prefix/share/config.site
2434 ac_site_file2=$prefix/etc/config.site
2435else
2436 ac_site_file1=$ac_default_prefix/share/config.site
2437 ac_site_file2=$ac_default_prefix/etc/config.site
2438fi
2439for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2440do
2441 test "x$ac_site_file" = xNONE && continue
2442 if test -r "$ac_site_file"; then
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2444$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2445 sed 's/^/| /' "$ac_site_file" >&5
2446 . "$ac_site_file"
2447 fi
2448done
2449
2450if test -r "$cache_file"; then
2451 # Some versions of bash will fail to source /dev/null (special
2452 # files actually), so we avoid doing that.
2453 if test -f "$cache_file"; then
2454 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2455$as_echo "$as_me: loading cache $cache_file" >&6;}
2456 case $cache_file in
2457 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2458 *) . "./$cache_file";;
2459 esac
2460 fi
2461else
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2463$as_echo "$as_me: creating cache $cache_file" >&6;}
2464 >$cache_file
2465fi
2466
2467# Check that the precious variables saved in the cache have kept the same
2468# value.
2469ac_cache_corrupted=false
2470for ac_var in $ac_precious_vars; do
2471 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2472 eval ac_new_set=\$ac_env_${ac_var}_set
2473 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2474 eval ac_new_val=\$ac_env_${ac_var}_value
2475 case $ac_old_set,$ac_new_set in
2476 set,)
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2478$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2479 ac_cache_corrupted=: ;;
2480 ,set)
2481 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2482$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2483 ac_cache_corrupted=: ;;
2484 ,);;
2485 *)
2486 if test "x$ac_old_val" != "x$ac_new_val"; then
2487 # differences in whitespace do not lead to failure.
2488 ac_old_val_w=`echo x $ac_old_val`
2489 ac_new_val_w=`echo x $ac_new_val`
2490 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2491 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2492$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2493 ac_cache_corrupted=:
2494 else
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2496$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2497 eval $ac_var=\$ac_old_val
2498 fi
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2500$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2502$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2503 fi;;
2504 esac
2505 # Pass precious variables to config.status.
2506 if test "$ac_new_set" = set; then
2507 case $ac_new_val in
2508 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2509 *) ac_arg=$ac_var=$ac_new_val ;;
2510 esac
2511 case " $ac_configure_args " in
2512 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2513 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2514 esac
5464f5a1
NN
2515 fi
2516done
81ecdfbb
RW
2517if $ac_cache_corrupted; then
2518 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2519$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2520 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2521$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2522 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2523fi
2524## -------------------- ##
2525## Main body of script. ##
2526## -------------------- ##
2527
2528ac_ext=c
2529ac_cpp='$CPP $CPPFLAGS'
2530ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2531ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2532ac_compiler_gnu=$ac_cv_c_compiler_gnu
2533
2534
2535
2536
2537
2538
2539
2540ac_aux_dir=
2541for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2542 for ac_t in install-sh install.sh shtool; do
2543 if test -f "$ac_dir/$ac_t"; then
2544 ac_aux_dir=$ac_dir
2545 ac_install_sh="$ac_aux_dir/$ac_t -c"
2546 break 2
2547 fi
2548 done
5464f5a1 2549done
81ecdfbb
RW
2550if test -z "$ac_aux_dir"; then
2551 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2552fi
2553
2554# These three variables are undocumented and unsupported,
2555# and are intended to be withdrawn in a future Autoconf release.
2556# They can cause serious problems if a builder's source tree is in a directory
2557# whose full name contains unusual characters.
2558ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2559ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2560ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2561
2562
2563# Make sure we can run config.sub.
2564$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2565 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2566
2567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2568$as_echo_n "checking build system type... " >&6; }
2569if test "${ac_cv_build+set}" = set; then :
2570 $as_echo_n "(cached) " >&6
2571else
2572 ac_build_alias=$build_alias
2573test "x$ac_build_alias" = x &&
2574 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2575test "x$ac_build_alias" = x &&
2576 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2577ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2578 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2579
2580fi
2581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2582$as_echo "$ac_cv_build" >&6; }
2583case $ac_cv_build in
2584*-*-*) ;;
2585*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2586esac
2587build=$ac_cv_build
2588ac_save_IFS=$IFS; IFS='-'
2589set x $ac_cv_build
2590shift
2591build_cpu=$1
2592build_vendor=$2
2593shift; shift
2594# Remember, the first character of IFS is used to create $*,
2595# except with old shells:
2596build_os=$*
2597IFS=$ac_save_IFS
2598case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5464f5a1 2599
81ecdfbb
RW
2600
2601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2602$as_echo_n "checking host system type... " >&6; }
2603if test "${ac_cv_host+set}" = set; then :
2604 $as_echo_n "(cached) " >&6
2605else
2606 if test "x$host_alias" = x; then
2607 ac_cv_host=$ac_cv_build
2608else
2609 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2610 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5464f5a1 2611fi
81ecdfbb 2612
5464f5a1 2613fi
81ecdfbb
RW
2614{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2615$as_echo "$ac_cv_host" >&6; }
2616case $ac_cv_host in
2617*-*-*) ;;
2618*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2619esac
2620host=$ac_cv_host
2621ac_save_IFS=$IFS; IFS='-'
2622set x $ac_cv_host
2623shift
2624host_cpu=$1
2625host_vendor=$2
2626shift; shift
2627# Remember, the first character of IFS is used to create $*,
2628# except with old shells:
2629host_os=$*
2630IFS=$ac_save_IFS
2631case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2632
2633
2634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2635$as_echo_n "checking target system type... " >&6; }
2636if test "${ac_cv_target+set}" = set; then :
2637 $as_echo_n "(cached) " >&6
5464f5a1 2638else
81ecdfbb
RW
2639 if test "x$target_alias" = x; then
2640 ac_cv_target=$ac_cv_host
2641else
2642 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2643 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5464f5a1
NN
2644fi
2645
2646fi
81ecdfbb
RW
2647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2648$as_echo "$ac_cv_target" >&6; }
2649case $ac_cv_target in
2650*-*-*) ;;
2651*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2652esac
2653target=$ac_cv_target
2654ac_save_IFS=$IFS; IFS='-'
2655set x $ac_cv_target
2656shift
2657target_cpu=$1
2658target_vendor=$2
2659shift; shift
2660# Remember, the first character of IFS is used to create $*,
2661# except with old shells:
2662target_os=$*
2663IFS=$ac_save_IFS
2664case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2665
2666
2667# The aliases save the names the user supplied, while $host etc.
2668# will get canonicalized.
2669test -n "$target_alias" &&
2670 test "$program_prefix$program_suffix$program_transform_name" = \
2671 NONENONEs,x,x, &&
2672 program_prefix=${target_alias}-
2673ac_ext=c
2674ac_cpp='$CPP $CPPFLAGS'
2675ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2676ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2677ac_compiler_gnu=$ac_cv_c_compiler_gnu
2678if test -n "$ac_tool_prefix"; then
2679 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2680set dummy ${ac_tool_prefix}gcc; ac_word=$2
2681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2682$as_echo_n "checking for $ac_word... " >&6; }
2683if test "${ac_cv_prog_CC+set}" = set; then :
2684 $as_echo_n "(cached) " >&6
5464f5a1 2685else
81ecdfbb
RW
2686 if test -n "$CC"; then
2687 ac_cv_prog_CC="$CC" # Let the user override the test.
5464f5a1
NN
2688else
2689as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2690for as_dir in $PATH
2691do
2692 IFS=$as_save_IFS
2693 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2694 for ac_exec_ext in '' $ac_executable_extensions; do
2695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2696 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2698 break 2
2699 fi
2700done
81ecdfbb
RW
2701 done
2702IFS=$as_save_IFS
5464f5a1
NN
2703
2704fi
2705fi
81ecdfbb
RW
2706CC=$ac_cv_prog_CC
2707if test -n "$CC"; then
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2709$as_echo "$CC" >&6; }
5464f5a1 2710else
81ecdfbb
RW
2711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2712$as_echo "no" >&6; }
5464f5a1
NN
2713fi
2714
81ecdfbb
RW
2715
2716fi
2717if test -z "$ac_cv_prog_CC"; then
2718 ac_ct_CC=$CC
2719 # Extract the first word of "gcc", so it can be a program name with args.
2720set dummy gcc; ac_word=$2
2721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2722$as_echo_n "checking for $ac_word... " >&6; }
2723if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2724 $as_echo_n "(cached) " >&6
2725else
2726 if test -n "$ac_ct_CC"; then
2727 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2728else
2729as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2730for as_dir in $PATH
2731do
2732 IFS=$as_save_IFS
2733 test -z "$as_dir" && as_dir=.
2734 for ac_exec_ext in '' $ac_executable_extensions; do
2735 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2736 ac_cv_prog_ac_ct_CC="gcc"
2737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2738 break 2
2739 fi
2740done
2741 done
2742IFS=$as_save_IFS
2743
2744fi
2745fi
2746ac_ct_CC=$ac_cv_prog_ac_ct_CC
2747if test -n "$ac_ct_CC"; then
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2749$as_echo "$ac_ct_CC" >&6; }
2750else
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2752$as_echo "no" >&6; }
2753fi
2754
2755 if test "x$ac_ct_CC" = x; then
2756 CC=""
2757 else
2758 case $cross_compiling:$ac_tool_warned in
2759yes:)
2760{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2761$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2762ac_tool_warned=yes ;;
2763esac
2764 CC=$ac_ct_CC
2765 fi
2766else
2767 CC="$ac_cv_prog_CC"
2768fi
2769
2770if test -z "$CC"; then
2771 if test -n "$ac_tool_prefix"; then
2772 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2773set dummy ${ac_tool_prefix}cc; ac_word=$2
2774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2775$as_echo_n "checking for $ac_word... " >&6; }
2776if test "${ac_cv_prog_CC+set}" = set; then :
2777 $as_echo_n "(cached) " >&6
2778else
2779 if test -n "$CC"; then
2780 ac_cv_prog_CC="$CC" # Let the user override the test.
2781else
2782as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2783for as_dir in $PATH
2784do
2785 IFS=$as_save_IFS
2786 test -z "$as_dir" && as_dir=.
2787 for ac_exec_ext in '' $ac_executable_extensions; do
2788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2789 ac_cv_prog_CC="${ac_tool_prefix}cc"
2790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2791 break 2
2792 fi
2793done
2794 done
2795IFS=$as_save_IFS
2796
5464f5a1 2797fi
81ecdfbb
RW
2798fi
2799CC=$ac_cv_prog_CC
2800if test -n "$CC"; then
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2802$as_echo "$CC" >&6; }
2803else
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2805$as_echo "no" >&6; }
2806fi
2807
5464f5a1 2808
81ecdfbb 2809 fi
5464f5a1
NN
2810fi
2811if test -z "$CC"; then
2812 # Extract the first word of "cc", so it can be a program name with args.
2813set dummy cc; ac_word=$2
81ecdfbb
RW
2814{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2815$as_echo_n "checking for $ac_word... " >&6; }
2816if test "${ac_cv_prog_CC+set}" = set; then :
2817 $as_echo_n "(cached) " >&6
5464f5a1
NN
2818else
2819 if test -n "$CC"; then
2820 ac_cv_prog_CC="$CC" # Let the user override the test.
2821else
2822 ac_prog_rejected=no
2823as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2824for as_dir in $PATH
2825do
2826 IFS=$as_save_IFS
2827 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2828 for ac_exec_ext in '' $ac_executable_extensions; do
2829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1
NN
2830 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2831 ac_prog_rejected=yes
2832 continue
2833 fi
2834 ac_cv_prog_CC="cc"
81ecdfbb 2835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2836 break 2
2837 fi
2838done
81ecdfbb
RW
2839 done
2840IFS=$as_save_IFS
5464f5a1
NN
2841
2842if test $ac_prog_rejected = yes; then
2843 # We found a bogon in the path, so make sure we never use it.
2844 set dummy $ac_cv_prog_CC
2845 shift
2846 if test $# != 0; then
2847 # We chose a different compiler from the bogus one.
2848 # However, it has the same basename, so the bogon will be chosen
2849 # first if we set CC to just the basename; use the full file name.
2850 shift
2851 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2852 fi
2853fi
2854fi
2855fi
2856CC=$ac_cv_prog_CC
2857if test -n "$CC"; then
81ecdfbb
RW
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2859$as_echo "$CC" >&6; }
5464f5a1 2860else
81ecdfbb
RW
2861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2862$as_echo "no" >&6; }
5464f5a1
NN
2863fi
2864
81ecdfbb 2865
5464f5a1
NN
2866fi
2867if test -z "$CC"; then
2868 if test -n "$ac_tool_prefix"; then
81ecdfbb 2869 for ac_prog in cl.exe
5464f5a1
NN
2870 do
2871 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2872set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2874$as_echo_n "checking for $ac_word... " >&6; }
2875if test "${ac_cv_prog_CC+set}" = set; then :
2876 $as_echo_n "(cached) " >&6
5464f5a1
NN
2877else
2878 if test -n "$CC"; then
2879 ac_cv_prog_CC="$CC" # Let the user override the test.
2880else
2881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2882for as_dir in $PATH
2883do
2884 IFS=$as_save_IFS
2885 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2886 for ac_exec_ext in '' $ac_executable_extensions; do
2887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 2888 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2890 break 2
2891 fi
2892done
81ecdfbb
RW
2893 done
2894IFS=$as_save_IFS
5464f5a1
NN
2895
2896fi
2897fi
2898CC=$ac_cv_prog_CC
2899if test -n "$CC"; then
81ecdfbb
RW
2900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2901$as_echo "$CC" >&6; }
5464f5a1 2902else
81ecdfbb
RW
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2904$as_echo "no" >&6; }
5464f5a1
NN
2905fi
2906
81ecdfbb 2907
5464f5a1
NN
2908 test -n "$CC" && break
2909 done
2910fi
2911if test -z "$CC"; then
2912 ac_ct_CC=$CC
81ecdfbb 2913 for ac_prog in cl.exe
5464f5a1
NN
2914do
2915 # Extract the first word of "$ac_prog", so it can be a program name with args.
2916set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2918$as_echo_n "checking for $ac_word... " >&6; }
2919if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2920 $as_echo_n "(cached) " >&6
5464f5a1
NN
2921else
2922 if test -n "$ac_ct_CC"; then
2923 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2924else
2925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2926for as_dir in $PATH
2927do
2928 IFS=$as_save_IFS
2929 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2930 for ac_exec_ext in '' $ac_executable_extensions; do
2931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 2932 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2934 break 2
2935 fi
2936done
81ecdfbb
RW
2937 done
2938IFS=$as_save_IFS
5464f5a1
NN
2939
2940fi
2941fi
2942ac_ct_CC=$ac_cv_prog_ac_ct_CC
2943if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2945$as_echo "$ac_ct_CC" >&6; }
5464f5a1 2946else
81ecdfbb
RW
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2948$as_echo "no" >&6; }
5464f5a1
NN
2949fi
2950
81ecdfbb 2951
5464f5a1
NN
2952 test -n "$ac_ct_CC" && break
2953done
2954
81ecdfbb
RW
2955 if test "x$ac_ct_CC" = x; then
2956 CC=""
2957 else
2958 case $cross_compiling:$ac_tool_warned in
2959yes:)
2960{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2961$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2962ac_tool_warned=yes ;;
2963esac
2964 CC=$ac_ct_CC
2965 fi
5464f5a1
NN
2966fi
2967
2968fi
2969
2970
81ecdfbb
RW
2971test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2972$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2973as_fn_error "no acceptable C compiler found in \$PATH
2974See \`config.log' for more details." "$LINENO" 5; }
5464f5a1
NN
2975
2976# Provide some information about the compiler.
81ecdfbb
RW
2977$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2978set X $ac_compile
2979ac_compiler=$2
2980for ac_option in --version -v -V -qversion; do
2981 { { ac_try="$ac_compiler $ac_option >&5"
2982case "(($ac_try" in
2983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2984 *) ac_try_echo=$ac_try;;
2985esac
2986eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2987$as_echo "$ac_try_echo"; } >&5
2988 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5464f5a1 2989 ac_status=$?
81ecdfbb
RW
2990 if test -s conftest.err; then
2991 sed '10a\
2992... rest of stderr output deleted ...
2993 10q' conftest.err >conftest.er1
2994 cat conftest.er1 >&5
2995 rm -f conftest.er1 conftest.err
2996 fi
2997 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2998 test $ac_status = 0; }
2999done
5464f5a1 3000
81ecdfbb 3001cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3002/* end confdefs.h. */
3003
3004int
3005main ()
3006{
3007
3008 ;
3009 return 0;
3010}
3011_ACEOF
3012ac_clean_files_save=$ac_clean_files
81ecdfbb 3013ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
5464f5a1
NN
3014# Try to create an executable without -o first, disregard a.out.
3015# It will help us diagnose broken compilers, and finding out an intuition
3016# of exeext.
81ecdfbb
RW
3017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3018$as_echo_n "checking for C compiler default output file name... " >&6; }
3019ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3020
3021# The possible output files:
3022ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3023
3024ac_rmfiles=
3025for ac_file in $ac_files
3026do
3027 case $ac_file in
3028 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3029 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3030 esac
3031done
3032rm -f $ac_rmfiles
3033
3034if { { ac_try="$ac_link_default"
3035case "(($ac_try" in
3036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3037 *) ac_try_echo=$ac_try;;
3038esac
3039eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3040$as_echo "$ac_try_echo"; } >&5
3041 (eval "$ac_link_default") 2>&5
3042 ac_status=$?
3043 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3044 test $ac_status = 0; }; then :
3045 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3046# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3047# in a Makefile. We should not override ac_cv_exeext if it was cached,
3048# so that the user can short-circuit this test for compilers unknown to
3049# Autoconf.
3050for ac_file in $ac_files ''
5464f5a1
NN
3051do
3052 test -f "$ac_file" || continue
3053 case $ac_file in
81ecdfbb 3054 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
5464f5a1
NN
3055 ;;
3056 [ab].out )
3057 # We found the default executable, but exeext='' is most
3058 # certainly right.
3059 break;;
3060 *.* )
81ecdfbb
RW
3061 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3062 then :; else
3063 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3064 fi
3065 # We set ac_cv_exeext here because the later test for it is not
3066 # safe: cross compilers may not add the suffix if given an `-o'
3067 # argument, so we may need to know it at that point already.
3068 # Even if this section looks crufty: it has the advantage of
3069 # actually working.
5464f5a1
NN
3070 break;;
3071 * )
3072 break;;
3073 esac
3074done
81ecdfbb
RW
3075test "$ac_cv_exeext" = no && ac_cv_exeext=
3076
5464f5a1 3077else
81ecdfbb
RW
3078 ac_file=''
3079fi
3080{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3081$as_echo "$ac_file" >&6; }
3082if test -z "$ac_file"; then :
3083 $as_echo "$as_me: failed program was:" >&5
5464f5a1
NN
3084sed 's/^/| /' conftest.$ac_ext >&5
3085
81ecdfbb
RW
3086{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3087$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3088{ as_fn_set_status 77
3089as_fn_error "C compiler cannot create executables
3090See \`config.log' for more details." "$LINENO" 5; }; }
5464f5a1 3091fi
5464f5a1 3092ac_exeext=$ac_cv_exeext
5464f5a1 3093
81ecdfbb 3094# Check that the compiler produces executables we can run. If not, either
5464f5a1 3095# the compiler is broken, or we cross compile.
81ecdfbb
RW
3096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3097$as_echo_n "checking whether the C compiler works... " >&6; }
5464f5a1
NN
3098# If not cross compiling, check that we can run a simple program.
3099if test "$cross_compiling" != yes; then
3100 if { ac_try='./$ac_file'
81ecdfbb
RW
3101 { { case "(($ac_try" in
3102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3103 *) ac_try_echo=$ac_try;;
3104esac
3105eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3106$as_echo "$ac_try_echo"; } >&5
3107 (eval "$ac_try") 2>&5
5464f5a1 3108 ac_status=$?
81ecdfbb
RW
3109 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3110 test $ac_status = 0; }; }; then
5464f5a1
NN
3111 cross_compiling=no
3112 else
3113 if test "$cross_compiling" = maybe; then
3114 cross_compiling=yes
3115 else
81ecdfbb
RW
3116 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3117$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3118as_fn_error "cannot run C compiled programs.
5464f5a1 3119If you meant to cross compile, use \`--host'.
81ecdfbb 3120See \`config.log' for more details." "$LINENO" 5; }
5464f5a1
NN
3121 fi
3122 fi
3123fi
81ecdfbb
RW
3124{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3125$as_echo "yes" >&6; }
5464f5a1 3126
81ecdfbb 3127rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
5464f5a1 3128ac_clean_files=$ac_clean_files_save
81ecdfbb 3129# Check that the compiler produces executables we can run. If not, either
5464f5a1 3130# the compiler is broken, or we cross compile.
81ecdfbb
RW
3131{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3132$as_echo_n "checking whether we are cross compiling... " >&6; }
3133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3134$as_echo "$cross_compiling" >&6; }
3135
3136{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3137$as_echo_n "checking for suffix of executables... " >&6; }
3138if { { ac_try="$ac_link"
3139case "(($ac_try" in
3140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3141 *) ac_try_echo=$ac_try;;
3142esac
3143eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3144$as_echo "$ac_try_echo"; } >&5
3145 (eval "$ac_link") 2>&5
5464f5a1 3146 ac_status=$?
81ecdfbb
RW
3147 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3148 test $ac_status = 0; }; then :
5464f5a1
NN
3149 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3150# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3151# work properly (i.e., refer to `conftest.exe'), while it won't with
3152# `rm'.
3153for ac_file in conftest.exe conftest conftest.*; do
3154 test -f "$ac_file" || continue
3155 case $ac_file in
81ecdfbb 3156 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5464f5a1 3157 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5464f5a1
NN
3158 break;;
3159 * ) break;;
3160 esac
3161done
3162else
81ecdfbb
RW
3163 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3164$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3165as_fn_error "cannot compute suffix of executables: cannot compile and link
3166See \`config.log' for more details." "$LINENO" 5; }
5464f5a1 3167fi
5464f5a1 3168rm -f conftest$ac_cv_exeext
81ecdfbb
RW
3169{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3170$as_echo "$ac_cv_exeext" >&6; }
5464f5a1
NN
3171
3172rm -f conftest.$ac_ext
3173EXEEXT=$ac_cv_exeext
3174ac_exeext=$EXEEXT
81ecdfbb
RW
3175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3176$as_echo_n "checking for suffix of object files... " >&6; }
3177if test "${ac_cv_objext+set}" = set; then :
3178 $as_echo_n "(cached) " >&6
5464f5a1 3179else
81ecdfbb 3180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3181/* end confdefs.h. */
3182
3183int
3184main ()
3185{
3186
3187 ;
3188 return 0;
3189}
3190_ACEOF
3191rm -f conftest.o conftest.obj
81ecdfbb
RW
3192if { { ac_try="$ac_compile"
3193case "(($ac_try" in
3194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3195 *) ac_try_echo=$ac_try;;
3196esac
3197eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3198$as_echo "$ac_try_echo"; } >&5
3199 (eval "$ac_compile") 2>&5
3200 ac_status=$?
3201 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3202 test $ac_status = 0; }; then :
3203 for ac_file in conftest.o conftest.obj conftest.*; do
3204 test -f "$ac_file" || continue;
5464f5a1 3205 case $ac_file in
81ecdfbb 3206 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
5464f5a1
NN
3207 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3208 break;;
3209 esac
3210done
3211else
81ecdfbb 3212 $as_echo "$as_me: failed program was:" >&5
5464f5a1
NN
3213sed 's/^/| /' conftest.$ac_ext >&5
3214
81ecdfbb
RW
3215{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3216$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3217as_fn_error "cannot compute suffix of object files: cannot compile
3218See \`config.log' for more details." "$LINENO" 5; }
5464f5a1 3219fi
5464f5a1
NN
3220rm -f conftest.$ac_cv_objext conftest.$ac_ext
3221fi
81ecdfbb
RW
3222{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3223$as_echo "$ac_cv_objext" >&6; }
5464f5a1
NN
3224OBJEXT=$ac_cv_objext
3225ac_objext=$OBJEXT
81ecdfbb
RW
3226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3227$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3228if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3229 $as_echo_n "(cached) " >&6
5464f5a1 3230else
81ecdfbb 3231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3232/* end confdefs.h. */
3233
3234int
3235main ()
3236{
3237#ifndef __GNUC__
3238 choke me
3239#endif
3240
3241 ;
3242 return 0;
3243}
3244_ACEOF
81ecdfbb 3245if ac_fn_c_try_compile "$LINENO"; then :
5464f5a1
NN
3246 ac_compiler_gnu=yes
3247else
81ecdfbb 3248 ac_compiler_gnu=no
5464f5a1 3249fi
81ecdfbb 3250rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5464f5a1
NN
3251ac_cv_c_compiler_gnu=$ac_compiler_gnu
3252
3253fi
81ecdfbb
RW
3254{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3255$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3256if test $ac_compiler_gnu = yes; then
3257 GCC=yes
3258else
3259 GCC=
3260fi
5464f5a1
NN
3261ac_test_CFLAGS=${CFLAGS+set}
3262ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3264$as_echo_n "checking whether $CC accepts -g... " >&6; }
3265if test "${ac_cv_prog_cc_g+set}" = set; then :
3266 $as_echo_n "(cached) " >&6
3267else
3268 ac_save_c_werror_flag=$ac_c_werror_flag
3269 ac_c_werror_flag=yes
3270 ac_cv_prog_cc_g=no
3271 CFLAGS="-g"
3272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3273/* end confdefs.h. */
3274
3275int
3276main ()
3277{
3278
3279 ;
3280 return 0;
3281}
3282_ACEOF
81ecdfbb 3283if ac_fn_c_try_compile "$LINENO"; then :
5464f5a1
NN
3284 ac_cv_prog_cc_g=yes
3285else
81ecdfbb
RW
3286 CFLAGS=""
3287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3288/* end confdefs.h. */
5464f5a1 3289
81ecdfbb
RW
3290int
3291main ()
3292{
3293
3294 ;
3295 return 0;
3296}
3297_ACEOF
3298if ac_fn_c_try_compile "$LINENO"; then :
3299
3300else
3301 ac_c_werror_flag=$ac_save_c_werror_flag
3302 CFLAGS="-g"
3303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3304/* end confdefs.h. */
3305
3306int
3307main ()
3308{
3309
3310 ;
3311 return 0;
3312}
3313_ACEOF
3314if ac_fn_c_try_compile "$LINENO"; then :
3315 ac_cv_prog_cc_g=yes
3316fi
3317rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5464f5a1 3318fi
81ecdfbb 3319rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5464f5a1 3320fi
81ecdfbb
RW
3321rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3322 ac_c_werror_flag=$ac_save_c_werror_flag
3323fi
3324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3325$as_echo "$ac_cv_prog_cc_g" >&6; }
5464f5a1
NN
3326if test "$ac_test_CFLAGS" = set; then
3327 CFLAGS=$ac_save_CFLAGS
3328elif test $ac_cv_prog_cc_g = yes; then
3329 if test "$GCC" = yes; then
3330 CFLAGS="-g -O2"
3331 else
3332 CFLAGS="-g"
3333 fi
3334else
3335 if test "$GCC" = yes; then
3336 CFLAGS="-O2"
3337 else
3338 CFLAGS=
3339 fi
3340fi
81ecdfbb
RW
3341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3342$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3343if test "${ac_cv_prog_cc_c89+set}" = set; then :
3344 $as_echo_n "(cached) " >&6
5464f5a1 3345else
81ecdfbb 3346 ac_cv_prog_cc_c89=no
5464f5a1 3347ac_save_CC=$CC
81ecdfbb 3348cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3349/* end confdefs.h. */
3350#include <stdarg.h>
3351#include <stdio.h>
3352#include <sys/types.h>
3353#include <sys/stat.h>
3354/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3355struct buf { int x; };
3356FILE * (*rcsopen) (struct buf *, struct stat *, int);
3357static char *e (p, i)
3358 char **p;
3359 int i;
3360{
3361 return p[i];
3362}
3363static char *f (char * (*g) (char **, int), char **p, ...)
3364{
3365 char *s;
3366 va_list v;
3367 va_start (v,p);
3368 s = g (p, va_arg (v,int));
3369 va_end (v);
3370 return s;
3371}
3372
3373/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3374 function prototypes and stuff, but not '\xHH' hex character constants.
3375 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3376 as 'x'. The following induces an error, until -std is added to get
5464f5a1
NN
3377 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3378 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3379 that's true only with -std. */
5464f5a1
NN
3380int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3381
81ecdfbb
RW
3382/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3383 inside strings and character constants. */
3384#define FOO(x) 'x'
3385int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3386
5464f5a1
NN
3387int test (int i, double x);
3388struct s1 {int (*f) (int a);};
3389struct s2 {int (*f) (double a);};
3390int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3391int argc;
3392char **argv;
3393int
3394main ()
3395{
3396return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3397 ;
3398 return 0;
3399}
3400_ACEOF
81ecdfbb
RW
3401for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3402 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5464f5a1
NN
3403do
3404 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3405 if ac_fn_c_try_compile "$LINENO"; then :
3406 ac_cv_prog_cc_c89=$ac_arg
5464f5a1 3407fi
81ecdfbb
RW
3408rm -f core conftest.err conftest.$ac_objext
3409 test "x$ac_cv_prog_cc_c89" != "xno" && break
5464f5a1 3410done
81ecdfbb 3411rm -f conftest.$ac_ext
5464f5a1
NN
3412CC=$ac_save_CC
3413
3414fi
81ecdfbb
RW
3415# AC_CACHE_VAL
3416case "x$ac_cv_prog_cc_c89" in
3417 x)
3418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3419$as_echo "none needed" >&6; } ;;
3420 xno)
3421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3422$as_echo "unsupported" >&6; } ;;
5464f5a1 3423 *)
81ecdfbb
RW
3424 CC="$CC $ac_cv_prog_cc_c89"
3425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3426$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5464f5a1 3427esac
81ecdfbb 3428if test "x$ac_cv_prog_cc_c89" != xno; then :
5464f5a1
NN
3429
3430fi
5464f5a1 3431
5464f5a1
NN
3432ac_ext=c
3433ac_cpp='$CPP $CPPFLAGS'
3434ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3435ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3436ac_compiler_gnu=$ac_cv_c_compiler_gnu
3437
3438
81ecdfbb
RW
3439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3440$as_echo_n "checking for library containing strerror... " >&6; }
3441if test "${ac_cv_search_strerror+set}" = set; then :
3442 $as_echo_n "(cached) " >&6
5464f5a1 3443else
f5385ebf 3444 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3445cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3446/* end confdefs.h. */
3447
81ecdfbb
RW
3448/* Override any GCC internal prototype to avoid an error.
3449 Use char because int might match the return type of a GCC
3450 builtin and then its argument prototype would still apply. */
5464f5a1
NN
3451#ifdef __cplusplus
3452extern "C"
3453#endif
5464f5a1
NN
3454char strerror ();
3455int
3456main ()
3457{
81ecdfbb 3458return strerror ();
5464f5a1
NN
3459 ;
3460 return 0;
3461}
3462_ACEOF
81ecdfbb
RW
3463for ac_lib in '' cposix; do
3464 if test -z "$ac_lib"; then
3465 ac_res="none required"
3466 else
3467 ac_res=-l$ac_lib
f5385ebf 3468 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3469 fi
3470 if ac_fn_c_try_link "$LINENO"; then :
3471 ac_cv_search_strerror=$ac_res
3472fi
3473rm -f core conftest.err conftest.$ac_objext \
3474 conftest$ac_exeext
3475 if test "${ac_cv_search_strerror+set}" = set; then :
3476 break
3477fi
3478done
3479if test "${ac_cv_search_strerror+set}" = set; then :
f5385ebf 3480
f5385ebf 3481else
81ecdfbb 3482 ac_cv_search_strerror=no
5464f5a1 3483fi
81ecdfbb 3484rm conftest.$ac_ext
f5385ebf
AM
3485LIBS=$ac_func_search_save_LIBS
3486fi
81ecdfbb
RW
3487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3488$as_echo "$ac_cv_search_strerror" >&6; }
3489ac_res=$ac_cv_search_strerror
3490if test "$ac_res" != no; then :
3491 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
5464f5a1 3492
f5385ebf 3493fi
5464f5a1
NN
3494
3495
81ecdfbb
RW
3496am__api_version='1.11'
3497
5464f5a1
NN
3498# Find a good install program. We prefer a C program (faster),
3499# so one script is as good as another. But avoid the broken or
3500# incompatible versions:
3501# SysV /etc/install, /usr/sbin/install
3502# SunOS /usr/etc/install
3503# IRIX /sbin/install
3504# AIX /bin/install
3505# AmigaOS /C/install, which installs bootblocks on floppy discs
252b5132
RH
3506# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3507# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3508# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5464f5a1 3509# OS/2's system install, which has a completely different semantic
252b5132 3510# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3511# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3513$as_echo_n "checking for a BSD-compatible install... " >&6; }
252b5132 3514if test -z "$INSTALL"; then
81ecdfbb
RW
3515if test "${ac_cv_path_install+set}" = set; then :
3516 $as_echo_n "(cached) " >&6
252b5132 3517else
5464f5a1
NN
3518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3519for as_dir in $PATH
3520do
3521 IFS=$as_save_IFS
3522 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3523 # Account for people who put trailing slashes in PATH elements.
3524case $as_dir/ in #((
3525 ./ | .// | /[cC]/* | \
5464f5a1 3526 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3527 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5464f5a1
NN
3528 /usr/ucb/* ) ;;
3529 *)
3530 # OSF1 and SCO ODT 3.0 have their own names for install.
3531 # Don't use installbsd from OSF since it installs stuff as root
3532 # by default.
3533 for ac_prog in ginstall scoinst install; do
3534 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3535 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
252b5132 3536 if test $ac_prog = install &&
5464f5a1 3537 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3538 # AIX install. It has an incompatible calling convention.
3539 :
5464f5a1
NN
3540 elif test $ac_prog = install &&
3541 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3542 # program-specific install script used by HP pwplus--don't use.
3543 :
252b5132 3544 else
58c85be7
RW
3545 rm -rf conftest.one conftest.two conftest.dir
3546 echo one > conftest.one
3547 echo two > conftest.two
3548 mkdir conftest.dir
3549 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3550 test -s conftest.one && test -s conftest.two &&
3551 test -s conftest.dir/conftest.one &&
3552 test -s conftest.dir/conftest.two
3553 then
3554 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3555 break 3
3556 fi
252b5132
RH
3557 fi
3558 fi
3559 done
5464f5a1
NN
3560 done
3561 ;;
3562esac
81ecdfbb
RW
3563
3564 done
3565IFS=$as_save_IFS
5464f5a1 3566
58c85be7 3567rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3568
3569fi
3570 if test "${ac_cv_path_install+set}" = set; then
5464f5a1 3571 INSTALL=$ac_cv_path_install
252b5132 3572 else
58c85be7
RW
3573 # As a last resort, use the slow shell script. Don't cache a
3574 # value for INSTALL within a source directory, because that will
252b5132 3575 # break other packages using the cache if that directory is
58c85be7 3576 # removed, or if the value is a relative name.
5464f5a1 3577 INSTALL=$ac_install_sh
252b5132
RH
3578 fi
3579fi
81ecdfbb
RW
3580{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3581$as_echo "$INSTALL" >&6; }
252b5132
RH
3582
3583# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3584# It thinks the first close brace ends the variable substitution.
3585test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3586
5464f5a1 3587test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3588
3589test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3590
81ecdfbb
RW
3591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3592$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3593# Just in case
3594sleep 1
f5385ebf 3595echo timestamp > conftest.file
81ecdfbb
RW
3596# Reject unsafe characters in $srcdir or the absolute working directory
3597# name. Accept space and tab only in the latter.
3598am_lf='
3599'
3600case `pwd` in
3601 *[\\\"\#\$\&\'\`$am_lf]*)
3602 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3603esac
3604case $srcdir in
3605 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3606 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3607esac
3608
252b5132
RH
3609# Do `set' in a subshell so we don't clobber the current shell's
3610# arguments. Must try -L first in case configure is actually a
3611# symlink; some systems play weird games with the mod time of symlinks
3612# (eg FreeBSD returns the mod time of the symlink's containing
3613# directory).
3614if (
81ecdfbb 3615 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3616 if test "$*" = "X"; then
3617 # -L didn't work.
81ecdfbb 3618 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3619 fi
f5385ebf
AM
3620 rm -f conftest.file
3621 if test "$*" != "X $srcdir/configure conftest.file" \
3622 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3623
3624 # If neither matched, then we have a broken ls. This can happen
3625 # if, for instance, CONFIG_SHELL is bash and it inherits a
3626 # broken ls alias from the environment. This has actually
3627 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3628 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3629alias in your environment" "$LINENO" 5
252b5132
RH
3630 fi
3631
f5385ebf 3632 test "$2" = conftest.file
252b5132
RH
3633 )
3634then
3635 # Ok.
3636 :
3637else
81ecdfbb
RW
3638 as_fn_error "newly created file is older than distributed files!
3639Check your system clock" "$LINENO" 5
252b5132 3640fi
81ecdfbb
RW
3641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3642$as_echo "yes" >&6; }
252b5132 3643test "$program_prefix" != NONE &&
81ecdfbb 3644 program_transform_name="s&^&$program_prefix&;$program_transform_name"
252b5132
RH
3645# Use a double $ so make ignores it.
3646test "$program_suffix" != NONE &&
81ecdfbb
RW
3647 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3648# Double any \ or $.
5464f5a1 3649# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3650ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3651program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5464f5a1 3652
f5385ebf
AM
3653# expand $ac_aux_dir to an absolute path
3654am_aux_dir=`cd $ac_aux_dir && pwd`
3655
81ecdfbb
RW
3656if test x"${MISSING+set}" != xset; then
3657 case $am_aux_dir in
3658 *\ * | *\ *)
3659 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3660 *)
3661 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3662 esac
3663fi
f5385ebf
AM
3664# Use eval to expand $SHELL
3665if eval "$MISSING --run true"; then
3666 am_missing_run="$MISSING --run "
3667else
3668 am_missing_run=
81ecdfbb
RW
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3670$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3671fi
3672
3673if test x"${install_sh}" != xset; then
3674 case $am_aux_dir in
3675 *\ * | *\ *)
3676 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3677 *)
3678 install_sh="\${SHELL} $am_aux_dir/install-sh"
3679 esac
3680fi
3681
3682# Installed binaries are usually stripped using `strip' when the user
3683# run `make install-strip'. However `strip' might not be the right
3684# tool to use in cross-compilation environments, therefore Automake
3685# will honor the `STRIP' environment variable to overrule this program.
3686if test "$cross_compiling" != no; then
3687 if test -n "$ac_tool_prefix"; then
3688 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3689set dummy ${ac_tool_prefix}strip; ac_word=$2
3690{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3691$as_echo_n "checking for $ac_word... " >&6; }
3692if test "${ac_cv_prog_STRIP+set}" = set; then :
3693 $as_echo_n "(cached) " >&6
3694else
3695 if test -n "$STRIP"; then
3696 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3697else
3698as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3699for as_dir in $PATH
3700do
3701 IFS=$as_save_IFS
3702 test -z "$as_dir" && as_dir=.
3703 for ac_exec_ext in '' $ac_executable_extensions; do
3704 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3705 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3707 break 2
3708 fi
3709done
3710 done
3711IFS=$as_save_IFS
3712
3713fi
3714fi
3715STRIP=$ac_cv_prog_STRIP
3716if test -n "$STRIP"; then
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3718$as_echo "$STRIP" >&6; }
3719else
3720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3721$as_echo "no" >&6; }
3722fi
3723
3724
3725fi
3726if test -z "$ac_cv_prog_STRIP"; then
3727 ac_ct_STRIP=$STRIP
3728 # Extract the first word of "strip", so it can be a program name with args.
3729set dummy strip; ac_word=$2
3730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3731$as_echo_n "checking for $ac_word... " >&6; }
3732if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3733 $as_echo_n "(cached) " >&6
3734else
3735 if test -n "$ac_ct_STRIP"; then
3736 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3737else
3738as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3739for as_dir in $PATH
3740do
3741 IFS=$as_save_IFS
3742 test -z "$as_dir" && as_dir=.
3743 for ac_exec_ext in '' $ac_executable_extensions; do
3744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3745 ac_cv_prog_ac_ct_STRIP="strip"
3746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3747 break 2
3748 fi
3749done
3750 done
3751IFS=$as_save_IFS
3752
3753fi
3754fi
3755ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3756if test -n "$ac_ct_STRIP"; then
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3758$as_echo "$ac_ct_STRIP" >&6; }
3759else
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3761$as_echo "no" >&6; }
3762fi
3763
3764 if test "x$ac_ct_STRIP" = x; then
3765 STRIP=":"
3766 else
3767 case $cross_compiling:$ac_tool_warned in
3768yes:)
3769{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3770$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3771ac_tool_warned=yes ;;
3772esac
3773 STRIP=$ac_ct_STRIP
3774 fi
3775else
3776 STRIP="$ac_cv_prog_STRIP"
3777fi
3778
3779fi
3780INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3781
3782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3783$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3784if test -z "$MKDIR_P"; then
3785 if test "${ac_cv_path_mkdir+set}" = set; then :
3786 $as_echo_n "(cached) " >&6
3787else
3788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3789for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3790do
3791 IFS=$as_save_IFS
3792 test -z "$as_dir" && as_dir=.
3793 for ac_prog in mkdir gmkdir; do
3794 for ac_exec_ext in '' $ac_executable_extensions; do
3795 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3796 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3797 'mkdir (GNU coreutils) '* | \
3798 'mkdir (coreutils) '* | \
3799 'mkdir (fileutils) '4.1*)
3800 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3801 break 3;;
3802 esac
3803 done
3804 done
f5385ebf 3805 done
81ecdfbb
RW
3806IFS=$as_save_IFS
3807
3808fi
3809
3810 if test "${ac_cv_path_mkdir+set}" = set; then
3811 MKDIR_P="$ac_cv_path_mkdir -p"
f5385ebf 3812 else
81ecdfbb
RW
3813 # As a last resort, use the slow shell script. Don't cache a
3814 # value for MKDIR_P within a source directory, because that will
3815 # break other packages using the cache if that directory is
3816 # removed, or if the value is a relative name.
3817 test -d ./--version && rmdir ./--version
3818 MKDIR_P="$ac_install_sh -d"
f5385ebf
AM
3819 fi
3820fi
81ecdfbb
RW
3821{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3822$as_echo "$MKDIR_P" >&6; }
3823
3824mkdir_p="$MKDIR_P"
3825case $mkdir_p in
3826 [\\/$]* | ?:[\\/]*) ;;
3827 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3828esac
f5385ebf
AM
3829
3830for ac_prog in gawk mawk nawk awk
3831do
3832 # Extract the first word of "$ac_prog", so it can be a program name with args.
3833set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3835$as_echo_n "checking for $ac_word... " >&6; }
3836if test "${ac_cv_prog_AWK+set}" = set; then :
3837 $as_echo_n "(cached) " >&6
f5385ebf
AM
3838else
3839 if test -n "$AWK"; then
3840 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3841else
3842as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3843for as_dir in $PATH
3844do
3845 IFS=$as_save_IFS
3846 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3847 for ac_exec_ext in '' $ac_executable_extensions; do
3848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f5385ebf 3849 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 3850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f5385ebf
AM
3851 break 2
3852 fi
3853done
81ecdfbb
RW
3854 done
3855IFS=$as_save_IFS
f5385ebf
AM
3856
3857fi
3858fi
3859AWK=$ac_cv_prog_AWK
3860if test -n "$AWK"; then
81ecdfbb
RW
3861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3862$as_echo "$AWK" >&6; }
f5385ebf 3863else
81ecdfbb
RW
3864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3865$as_echo "no" >&6; }
f5385ebf
AM
3866fi
3867
81ecdfbb 3868
f5385ebf
AM
3869 test -n "$AWK" && break
3870done
3871
81ecdfbb
RW
3872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3873$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3874set x ${MAKE-make}
3875ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3876if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3877 $as_echo_n "(cached) " >&6
5464f5a1
NN
3878else
3879 cat >conftest.make <<\_ACEOF
81ecdfbb 3880SHELL = /bin/sh
252b5132 3881all:
81ecdfbb 3882 @echo '@@@%%%=$(MAKE)=@@@%%%'
5464f5a1 3883_ACEOF
252b5132 3884# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
3885case `${MAKE-make} -f conftest.make 2>/dev/null` in
3886 *@@@%%%=?*=@@@%%%*)
3887 eval ac_cv_prog_make_${ac_make}_set=yes;;
3888 *)
3889 eval ac_cv_prog_make_${ac_make}_set=no;;
3890esac
5464f5a1 3891rm -f conftest.make
252b5132 3892fi
81ecdfbb
RW
3893if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3895$as_echo "yes" >&6; }
252b5132
RH
3896 SET_MAKE=
3897else
81ecdfbb
RW
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3899$as_echo "no" >&6; }
252b5132
RH
3900 SET_MAKE="MAKE=${MAKE-make}"
3901fi
3902
f5385ebf
AM
3903rm -rf .tst 2>/dev/null
3904mkdir .tst 2>/dev/null
3905if test -d .tst; then
3906 am__leading_dot=.
3907else
3908 am__leading_dot=_
3909fi
3910rmdir .tst 2>/dev/null
3911
3912DEPDIR="${am__leading_dot}deps"
3913
81ecdfbb 3914ac_config_commands="$ac_config_commands depfiles"
f5385ebf
AM
3915
3916
3917am_make=${MAKE-make}
3918cat > confinc << 'END'
3919am__doit:
81ecdfbb 3920 @echo this is the am__doit target
f5385ebf
AM
3921.PHONY: am__doit
3922END
3923# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3924{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3925$as_echo_n "checking for style of include used by $am_make... " >&6; }
f5385ebf
AM
3926am__include="#"
3927am__quote=
3928_am_result=none
3929# First try GNU make style include.
3930echo "include confinc" > confmf
81ecdfbb
RW
3931# Ignore all kinds of additional output from `make'.
3932case `$am_make -s -f confmf 2> /dev/null` in #(
3933*the\ am__doit\ target*)
3934 am__include=include
3935 am__quote=
3936 _am_result=GNU
3937 ;;
3938esac
f5385ebf
AM
3939# Now try BSD make style include.
3940if test "$am__include" = "#"; then
3941 echo '.include "confinc"' > confmf
81ecdfbb
RW
3942 case `$am_make -s -f confmf 2> /dev/null` in #(
3943 *the\ am__doit\ target*)
3944 am__include=.include
3945 am__quote="\""
3946 _am_result=BSD
3947 ;;
3948 esac
f5385ebf
AM
3949fi
3950
3951
81ecdfbb
RW
3952{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3953$as_echo "$_am_result" >&6; }
f5385ebf
AM
3954rm -f confinc confmf
3955
81ecdfbb
RW
3956# Check whether --enable-dependency-tracking was given.
3957if test "${enable_dependency_tracking+set}" = set; then :
3958 enableval=$enable_dependency_tracking;
3959fi
f5385ebf 3960
f5385ebf
AM
3961if test "x$enable_dependency_tracking" != xno; then
3962 am_depcomp="$ac_aux_dir/depcomp"
3963 AMDEPBACKSLASH='\'
6eb7d830 3964 am__nodep='_no'
f5385ebf 3965fi
81ecdfbb 3966 if test "x$enable_dependency_tracking" != xno; then
f5385ebf
AM
3967 AMDEP_TRUE=
3968 AMDEP_FALSE='#'
3969else
3970 AMDEP_TRUE='#'
3971 AMDEP_FALSE=
3972fi
6be7c12c 3973
252b5132 3974
81ecdfbb
RW
3975if test "`cd $srcdir && pwd`" != "`pwd`"; then
3976 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3977 # is not polluted with repeated "-I."
3978 am__isrc=' -I$(srcdir)'
3979 # test to see if srcdir already configured
3980 if test -f $srcdir/config.status; then
3981 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3982 fi
252b5132 3983fi
5464f5a1 3984
f5385ebf
AM
3985# test whether we have cygpath
3986if test -z "$CYGPATH_W"; then
3987 if (cygpath --version) >/dev/null 2>/dev/null; then
3988 CYGPATH_W='cygpath -w'
3989 else
3990 CYGPATH_W=echo
3991 fi
3992fi
3993
3994
3995# Define the identity of the package.
c4dd807e 3996 PACKAGE='bfd'
d8bd95ef 3997 VERSION='2.26.51'
f5385ebf
AM
3998
3999
5464f5a1 4000cat >>confdefs.h <<_ACEOF
252b5132 4001#define PACKAGE "$PACKAGE"
5464f5a1 4002_ACEOF
252b5132 4003
5464f5a1
NN
4004
4005cat >>confdefs.h <<_ACEOF
252b5132 4006#define VERSION "$VERSION"
5464f5a1 4007_ACEOF
252b5132 4008
f5385ebf
AM
4009# Some tools Automake needs.
4010
4011ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4012
4013
4014AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4015
4016
4017AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4018
4019
4020AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4021
4022
4023MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
6be7c12c 4024
f5385ebf
AM
4025# We need awk for the "check" target. The system "awk" is bad on
4026# some platforms.
6eb7d830
AM
4027# Always define AMTAR for backward compatibility. Yes, it's still used
4028# in the wild :-( We should find a proper way to deprecate it ...
4029AMTAR='$${TAR-tar}'
f5385ebf 4030
6eb7d830 4031am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
f5385ebf 4032
252b5132 4033
f5385ebf
AM
4034
4035
4036depcc="$CC" am_compiler_list=
4037
81ecdfbb
RW
4038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4039$as_echo_n "checking dependency style of $depcc... " >&6; }
4040if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4041 $as_echo_n "(cached) " >&6
252b5132 4042else
f5385ebf
AM
4043 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4044 # We make a subdir and do the tests there. Otherwise we can end up
4045 # making bogus files that we don't know about and never remove. For
4046 # instance it was reported that on HP-UX the gcc test will end up
4047 # making a dummy file named `D' -- because `-MD' means `put the output
4048 # in D'.
6eb7d830 4049 rm -rf conftest.dir
f5385ebf
AM
4050 mkdir conftest.dir
4051 # Copy depcomp to subdir because otherwise we won't find it if we're
4052 # using a relative directory.
4053 cp "$am_depcomp" conftest.dir
4054 cd conftest.dir
4055 # We will build objects and dependencies in a subdirectory because
4056 # it helps to detect inapplicable dependency modes. For instance
4057 # both Tru64's cc and ICC support -MD to output dependencies as a
4058 # side effect of compilation, but ICC will put the dependencies in
4059 # the current directory while Tru64 will put them in the object
4060 # directory.
4061 mkdir sub
4062
4063 am_cv_CC_dependencies_compiler_type=none
4064 if test "$am_compiler_list" = ""; then
4065 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4066 fi
81ecdfbb
RW
4067 am__universal=false
4068 case " $depcc " in #(
4069 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4070 esac
4071
f5385ebf
AM
4072 for depmode in $am_compiler_list; do
4073 # Setup a source with many dependencies, because some compilers
4074 # like to wrap large dependency lists on column 80 (with \), and
4075 # we should not choose a depcomp mode which is confused by this.
4076 #
4077 # We need to recreate these files for each test, as the compiler may
4078 # overwrite some of them when testing with obscure command lines.
4079 # This happens at least with the AIX C compiler.
4080 : > sub/conftest.c
4081 for i in 1 2 3 4 5 6; do
4082 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4083 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4084 # Solaris 8's {/usr,}/bin/sh.
4085 touch sub/conftst$i.h
4086 done
4087 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4088
81ecdfbb
RW
4089 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4090 # mode. It turns out that the SunPro C++ compiler does not properly
4091 # handle `-M -o', and we need to detect this. Also, some Intel
4092 # versions had trouble with output in subdirs
4093 am__obj=sub/conftest.${OBJEXT-o}
4094 am__minus_obj="-o $am__obj"
f5385ebf 4095 case $depmode in
81ecdfbb
RW
4096 gcc)
4097 # This depmode causes a compiler race in universal mode.
4098 test "$am__universal" = false || continue
4099 ;;
f5385ebf
AM
4100 nosideeffect)
4101 # after this tag, mechanisms are not by side-effect, so they'll
4102 # only be used when explicitly requested
4103 if test "x$enable_dependency_tracking" = xyes; then
4104 continue
4105 else
4106 break
4107 fi
4108 ;;
6eb7d830 4109 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
81ecdfbb
RW
4110 # This compiler won't grok `-c -o', but also, the minuso test has
4111 # not run yet. These depmodes are late enough in the game, and
4112 # so weak that their functioning should not be impacted.
4113 am__obj=conftest.${OBJEXT-o}
4114 am__minus_obj=
4115 ;;
f5385ebf
AM
4116 none) break ;;
4117 esac
f5385ebf 4118 if depmode=$depmode \
81ecdfbb 4119 source=sub/conftest.c object=$am__obj \
f5385ebf 4120 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4121 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
f5385ebf 4122 >/dev/null 2>conftest.err &&
81ecdfbb 4123 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
f5385ebf 4124 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4125 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
f5385ebf
AM
4126 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4127 # icc doesn't choke on unknown options, it will just issue warnings
4128 # or remarks (even with -Werror). So we grep stderr for any message
4129 # that says an option was ignored or not supported.
4130 # When given -MP, icc 7.0 and 7.1 complain thusly:
4131 # icc: Command line warning: ignoring option '-M'; no argument required
4132 # The diagnosis changed in icc 8.0:
4133 # icc: Command line remark: option '-MP' not supported
4134 if (grep 'ignoring option' conftest.err ||
4135 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4136 am_cv_CC_dependencies_compiler_type=$depmode
4137 break
4138 fi
4139 fi
4140 done
4141
4142 cd ..
4143 rm -rf conftest.dir
4144else
4145 am_cv_CC_dependencies_compiler_type=none
4146fi
4147
252b5132 4148fi
81ecdfbb
RW
4149{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4150$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
f5385ebf 4151CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 4152
81ecdfbb 4153 if
f5385ebf
AM
4154 test "x$enable_dependency_tracking" != xno \
4155 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4156 am__fastdepCC_TRUE=
4157 am__fastdepCC_FALSE='#'
252b5132 4158else
f5385ebf
AM
4159 am__fastdepCC_TRUE='#'
4160 am__fastdepCC_FALSE=
252b5132
RH
4161fi
4162
6be7c12c 4163
e43d48cc 4164
f5385ebf 4165
5464f5a1
NN
4166if test -n "$ac_tool_prefix"; then
4167 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
252b5132 4168set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
4169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4170$as_echo_n "checking for $ac_word... " >&6; }
4171if test "${ac_cv_prog_AR+set}" = set; then :
4172 $as_echo_n "(cached) " >&6
252b5132
RH
4173else
4174 if test -n "$AR"; then
4175 ac_cv_prog_AR="$AR" # Let the user override the test.
4176else
5464f5a1
NN
4177as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4178for as_dir in $PATH
4179do
4180 IFS=$as_save_IFS
4181 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4182 for ac_exec_ext in '' $ac_executable_extensions; do
4183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4184 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 4185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4186 break 2
4187 fi
4188done
81ecdfbb
RW
4189 done
4190IFS=$as_save_IFS
5464f5a1 4191
252b5132
RH
4192fi
4193fi
5464f5a1 4194AR=$ac_cv_prog_AR
252b5132 4195if test -n "$AR"; then
81ecdfbb
RW
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4197$as_echo "$AR" >&6; }
252b5132 4198else
81ecdfbb
RW
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4200$as_echo "no" >&6; }
5464f5a1
NN
4201fi
4202
81ecdfbb 4203
252b5132 4204fi
5464f5a1
NN
4205if test -z "$ac_cv_prog_AR"; then
4206 ac_ct_AR=$AR
4207 # Extract the first word of "ar", so it can be a program name with args.
4208set dummy ar; ac_word=$2
81ecdfbb
RW
4209{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4210$as_echo_n "checking for $ac_word... " >&6; }
4211if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4212 $as_echo_n "(cached) " >&6
5464f5a1
NN
4213else
4214 if test -n "$ac_ct_AR"; then
4215 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4216else
4217as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4218for as_dir in $PATH
4219do
4220 IFS=$as_save_IFS
4221 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4222 for ac_exec_ext in '' $ac_executable_extensions; do
4223 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4224 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 4225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4226 break 2
4227 fi
4228done
81ecdfbb
RW
4229 done
4230IFS=$as_save_IFS
252b5132 4231
5464f5a1
NN
4232fi
4233fi
4234ac_ct_AR=$ac_cv_prog_ac_ct_AR
4235if test -n "$ac_ct_AR"; then
81ecdfbb
RW
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4237$as_echo "$ac_ct_AR" >&6; }
5464f5a1 4238else
81ecdfbb
RW
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4240$as_echo "no" >&6; }
5464f5a1 4241fi
252b5132 4242
81ecdfbb
RW
4243 if test "x$ac_ct_AR" = x; then
4244 AR=""
4245 else
4246 case $cross_compiling:$ac_tool_warned in
4247yes:)
4248{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4249$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4250ac_tool_warned=yes ;;
4251esac
4252 AR=$ac_ct_AR
4253 fi
5464f5a1
NN
4254else
4255 AR="$ac_cv_prog_AR"
4256fi
6be7c12c 4257
5464f5a1
NN
4258if test -n "$ac_tool_prefix"; then
4259 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
252b5132 4260set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
4261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4262$as_echo_n "checking for $ac_word... " >&6; }
4263if test "${ac_cv_prog_RANLIB+set}" = set; then :
4264 $as_echo_n "(cached) " >&6
252b5132
RH
4265else
4266 if test -n "$RANLIB"; then
4267 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4268else
5464f5a1
NN
4269as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4270for as_dir in $PATH
4271do
4272 IFS=$as_save_IFS
4273 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4274 for ac_exec_ext in '' $ac_executable_extensions; do
4275 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4276 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 4277 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4278 break 2
4279 fi
4280done
81ecdfbb
RW
4281 done
4282IFS=$as_save_IFS
5464f5a1 4283
252b5132
RH
4284fi
4285fi
5464f5a1 4286RANLIB=$ac_cv_prog_RANLIB
252b5132 4287if test -n "$RANLIB"; then
81ecdfbb
RW
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4289$as_echo "$RANLIB" >&6; }
252b5132 4290else
81ecdfbb
RW
4291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4292$as_echo "no" >&6; }
252b5132
RH
4293fi
4294
81ecdfbb 4295
5464f5a1 4296fi
252b5132 4297if test -z "$ac_cv_prog_RANLIB"; then
5464f5a1 4298 ac_ct_RANLIB=$RANLIB
252b5132
RH
4299 # Extract the first word of "ranlib", so it can be a program name with args.
4300set dummy ranlib; ac_word=$2
81ecdfbb
RW
4301{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4302$as_echo_n "checking for $ac_word... " >&6; }
4303if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4304 $as_echo_n "(cached) " >&6
6be7c12c 4305else
5464f5a1
NN
4306 if test -n "$ac_ct_RANLIB"; then
4307 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6be7c12c 4308else
5464f5a1
NN
4309as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4310for as_dir in $PATH
4311do
4312 IFS=$as_save_IFS
4313 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4314 for ac_exec_ext in '' $ac_executable_extensions; do
4315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4316 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 4317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4318 break 2
4319 fi
4320done
81ecdfbb
RW
4321 done
4322IFS=$as_save_IFS
5464f5a1 4323
252b5132
RH
4324fi
4325fi
5464f5a1
NN
4326ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4327if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4329$as_echo "$ac_ct_RANLIB" >&6; }
252b5132 4330else
81ecdfbb
RW
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4332$as_echo "no" >&6; }
252b5132
RH
4333fi
4334
81ecdfbb
RW
4335 if test "x$ac_ct_RANLIB" = x; then
4336 RANLIB=":"
4337 else
4338 case $cross_compiling:$ac_tool_warned in
4339yes:)
4340{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4341$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4342ac_tool_warned=yes ;;
4343esac
4344 RANLIB=$ac_ct_RANLIB
4345 fi
252b5132 4346else
5464f5a1 4347 RANLIB="$ac_cv_prog_RANLIB"
6be7c12c
AO
4348fi
4349
252b5132 4350
81ecdfbb
RW
4351# Check whether --enable-shared was given.
4352if test "${enable_shared+set}" = set; then :
4353 enableval=$enable_shared; p=${PACKAGE-default}
d7040cdb
SE
4354 case $enableval in
4355 yes) enable_shared=yes ;;
4356 no) enable_shared=no ;;
4357 *)
4358 enable_shared=no
4359 # Look at the argument we got. We use all the common list separators.
4360 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4361 for pkg in $enableval; do
4362 IFS="$lt_save_ifs"
4363 if test "X$pkg" = "X$p"; then
4364 enable_shared=yes
4365 fi
4366 done
4367 IFS="$lt_save_ifs"
4368 ;;
4369 esac
252b5132
RH
4370else
4371 enable_shared=no
81ecdfbb
RW
4372fi
4373
252b5132 4374
d7040cdb
SE
4375
4376
4377
4378
4379
4380
4381
4382
cfbc9945
SE
4383ac_ext=c
4384ac_cpp='$CPP $CPPFLAGS'
4385ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4386ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4387ac_compiler_gnu=$ac_cv_c_compiler_gnu
4388if test -n "$ac_tool_prefix"; then
4389 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4390set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4392$as_echo_n "checking for $ac_word... " >&6; }
4393if test "${ac_cv_prog_CC+set}" = set; then :
4394 $as_echo_n "(cached) " >&6
252b5132 4395else
cfbc9945
SE
4396 if test -n "$CC"; then
4397 ac_cv_prog_CC="$CC" # Let the user override the test.
b2ef150d 4398else
cfbc9945
SE
4399as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4400for as_dir in $PATH
4401do
4402 IFS=$as_save_IFS
4403 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4404 for ac_exec_ext in '' $ac_executable_extensions; do
4405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4406 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4408 break 2
4409 fi
4410done
81ecdfbb
RW
4411 done
4412IFS=$as_save_IFS
c5d1701e 4413
cfbc9945
SE
4414fi
4415fi
4416CC=$ac_cv_prog_CC
4417if test -n "$CC"; then
81ecdfbb
RW
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4419$as_echo "$CC" >&6; }
252b5132 4420else
81ecdfbb
RW
4421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4422$as_echo "no" >&6; }
252b5132 4423fi
cfbc9945 4424
81ecdfbb 4425
cfbc9945
SE
4426fi
4427if test -z "$ac_cv_prog_CC"; then
4428 ac_ct_CC=$CC
4429 # Extract the first word of "gcc", so it can be a program name with args.
4430set dummy gcc; ac_word=$2
81ecdfbb
RW
4431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4432$as_echo_n "checking for $ac_word... " >&6; }
4433if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4434 $as_echo_n "(cached) " >&6
252b5132 4435else
cfbc9945
SE
4436 if test -n "$ac_ct_CC"; then
4437 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 4438else
cfbc9945
SE
4439as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4440for as_dir in $PATH
4441do
4442 IFS=$as_save_IFS
4443 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4444 for ac_exec_ext in '' $ac_executable_extensions; do
4445 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4446 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4447 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4448 break 2
4449 fi
4450done
81ecdfbb
RW
4451 done
4452IFS=$as_save_IFS
cfbc9945 4453
252b5132
RH
4454fi
4455fi
cfbc9945
SE
4456ac_ct_CC=$ac_cv_prog_ac_ct_CC
4457if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4459$as_echo "$ac_ct_CC" >&6; }
252b5132 4460else
81ecdfbb
RW
4461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4462$as_echo "no" >&6; }
252b5132 4463fi
cfbc9945 4464
81ecdfbb
RW
4465 if test "x$ac_ct_CC" = x; then
4466 CC=""
4467 else
4468 case $cross_compiling:$ac_tool_warned in
4469yes:)
4470{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4471$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4472ac_tool_warned=yes ;;
4473esac
4474 CC=$ac_ct_CC
4475 fi
cfbc9945
SE
4476else
4477 CC="$ac_cv_prog_CC"
4478fi
4479
4480if test -z "$CC"; then
81ecdfbb
RW
4481 if test -n "$ac_tool_prefix"; then
4482 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
cfbc9945 4483set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4485$as_echo_n "checking for $ac_word... " >&6; }
4486if test "${ac_cv_prog_CC+set}" = set; then :
4487 $as_echo_n "(cached) " >&6
252b5132 4488else
cfbc9945
SE
4489 if test -n "$CC"; then
4490 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4491else
cfbc9945
SE
4492as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4493for as_dir in $PATH
4494do
4495 IFS=$as_save_IFS
4496 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4497 for ac_exec_ext in '' $ac_executable_extensions; do
4498 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4499 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4500 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4501 break 2
4502 fi
4503done
81ecdfbb
RW
4504 done
4505IFS=$as_save_IFS
cfbc9945 4506
252b5132
RH
4507fi
4508fi
cfbc9945
SE
4509CC=$ac_cv_prog_CC
4510if test -n "$CC"; then
81ecdfbb
RW
4511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4512$as_echo "$CC" >&6; }
ac48eca1 4513else
81ecdfbb
RW
4514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4515$as_echo "no" >&6; }
ac48eca1 4516fi
ac48eca1 4517
81ecdfbb
RW
4518
4519 fi
cfbc9945 4520fi
81ecdfbb 4521if test -z "$CC"; then
cfbc9945
SE
4522 # Extract the first word of "cc", so it can be a program name with args.
4523set dummy cc; ac_word=$2
81ecdfbb
RW
4524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4525$as_echo_n "checking for $ac_word... " >&6; }
4526if test "${ac_cv_prog_CC+set}" = set; then :
4527 $as_echo_n "(cached) " >&6
252b5132 4528else
81ecdfbb
RW
4529 if test -n "$CC"; then
4530 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4531else
81ecdfbb 4532 ac_prog_rejected=no
cfbc9945
SE
4533as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4534for as_dir in $PATH
4535do
4536 IFS=$as_save_IFS
4537 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4538 for ac_exec_ext in '' $ac_executable_extensions; do
4539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945
SE
4540 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4541 ac_prog_rejected=yes
4542 continue
4543 fi
4544 ac_cv_prog_CC="cc"
81ecdfbb 4545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4546 break 2
4547 fi
4548done
81ecdfbb
RW
4549 done
4550IFS=$as_save_IFS
cfbc9945
SE
4551
4552if test $ac_prog_rejected = yes; then
4553 # We found a bogon in the path, so make sure we never use it.
4554 set dummy $ac_cv_prog_CC
4555 shift
4556 if test $# != 0; then
4557 # We chose a different compiler from the bogus one.
4558 # However, it has the same basename, so the bogon will be chosen
4559 # first if we set CC to just the basename; use the full file name.
4560 shift
4561 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4562 fi
4563fi
4564fi
4565fi
4566CC=$ac_cv_prog_CC
4567if test -n "$CC"; then
81ecdfbb
RW
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4569$as_echo "$CC" >&6; }
cfbc9945 4570else
81ecdfbb
RW
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4572$as_echo "no" >&6; }
252b5132
RH
4573fi
4574
81ecdfbb 4575
cfbc9945
SE
4576fi
4577if test -z "$CC"; then
4578 if test -n "$ac_tool_prefix"; then
81ecdfbb 4579 for ac_prog in cl.exe
cfbc9945
SE
4580 do
4581 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4582set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4584$as_echo_n "checking for $ac_word... " >&6; }
4585if test "${ac_cv_prog_CC+set}" = set; then :
4586 $as_echo_n "(cached) " >&6
ac48eca1 4587else
cfbc9945
SE
4588 if test -n "$CC"; then
4589 ac_cv_prog_CC="$CC" # Let the user override the test.
4590else
4591as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4592for as_dir in $PATH
4593do
4594 IFS=$as_save_IFS
4595 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4596 for ac_exec_ext in '' $ac_executable_extensions; do
4597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4598 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4600 break 2
4601 fi
4602done
81ecdfbb
RW
4603 done
4604IFS=$as_save_IFS
ac48eca1 4605
cfbc9945
SE
4606fi
4607fi
4608CC=$ac_cv_prog_CC
4609if test -n "$CC"; then
81ecdfbb
RW
4610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4611$as_echo "$CC" >&6; }
cfbc9945 4612else
81ecdfbb
RW
4613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4614$as_echo "no" >&6; }
cfbc9945 4615fi
ac48eca1 4616
81ecdfbb 4617
cfbc9945
SE
4618 test -n "$CC" && break
4619 done
4620fi
4621if test -z "$CC"; then
4622 ac_ct_CC=$CC
81ecdfbb 4623 for ac_prog in cl.exe
cfbc9945
SE
4624do
4625 # Extract the first word of "$ac_prog", so it can be a program name with args.
4626set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4628$as_echo_n "checking for $ac_word... " >&6; }
4629if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4630 $as_echo_n "(cached) " >&6
cfbc9945
SE
4631else
4632 if test -n "$ac_ct_CC"; then
4633 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4634else
4635as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4636for as_dir in $PATH
4637do
4638 IFS=$as_save_IFS
4639 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4640 for ac_exec_ext in '' $ac_executable_extensions; do
4641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4642 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4644 break 2
4645 fi
4646done
81ecdfbb
RW
4647 done
4648IFS=$as_save_IFS
ac48eca1 4649
cfbc9945
SE
4650fi
4651fi
4652ac_ct_CC=$ac_cv_prog_ac_ct_CC
4653if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4655$as_echo "$ac_ct_CC" >&6; }
cfbc9945 4656else
81ecdfbb
RW
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4658$as_echo "no" >&6; }
cfbc9945 4659fi
ac48eca1 4660
81ecdfbb 4661
cfbc9945
SE
4662 test -n "$ac_ct_CC" && break
4663done
ac48eca1 4664
81ecdfbb
RW
4665 if test "x$ac_ct_CC" = x; then
4666 CC=""
4667 else
4668 case $cross_compiling:$ac_tool_warned in
4669yes:)
4670{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4671$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4672ac_tool_warned=yes ;;
4673esac
4674 CC=$ac_ct_CC
4675 fi
cfbc9945 4676fi
55c80943 4677
cfbc9945 4678fi
ac48eca1 4679
ac48eca1 4680
81ecdfbb
RW
4681test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4682$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4683as_fn_error "no acceptable C compiler found in \$PATH
4684See \`config.log' for more details." "$LINENO" 5; }
ac48eca1 4685
cfbc9945 4686# Provide some information about the compiler.
81ecdfbb
RW
4687$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4688set X $ac_compile
4689ac_compiler=$2
4690for ac_option in --version -v -V -qversion; do
4691 { { ac_try="$ac_compiler $ac_option >&5"
4692case "(($ac_try" in
4693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4694 *) ac_try_echo=$ac_try;;
4695esac
4696eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4697$as_echo "$ac_try_echo"; } >&5
4698 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
cfbc9945 4699 ac_status=$?
81ecdfbb
RW
4700 if test -s conftest.err; then
4701 sed '10a\
4702... rest of stderr output deleted ...
4703 10q' conftest.err >conftest.er1
4704 cat conftest.er1 >&5
4705 rm -f conftest.er1 conftest.err
4706 fi
4707 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4708 test $ac_status = 0; }
4709done
ac48eca1 4710
81ecdfbb
RW
4711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4712$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4713if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4714 $as_echo_n "(cached) " >&6
ac48eca1 4715else
81ecdfbb 4716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945 4717/* end confdefs.h. */
ac48eca1 4718
cfbc9945
SE
4719int
4720main ()
4721{
4722#ifndef __GNUC__
4723 choke me
4724#endif
5464f5a1 4725
cfbc9945
SE
4726 ;
4727 return 0;
4728}
4729_ACEOF
81ecdfbb 4730if ac_fn_c_try_compile "$LINENO"; then :
cfbc9945 4731 ac_compiler_gnu=yes
ac48eca1 4732else
81ecdfbb 4733 ac_compiler_gnu=no
ac48eca1 4734fi
81ecdfbb 4735rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
cfbc9945 4736ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac48eca1 4737
5464f5a1 4738fi
81ecdfbb
RW
4739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4740$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4741if test $ac_compiler_gnu = yes; then
4742 GCC=yes
4743else
4744 GCC=
4745fi
cfbc9945
SE
4746ac_test_CFLAGS=${CFLAGS+set}
4747ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4749$as_echo_n "checking whether $CC accepts -g... " >&6; }
4750if test "${ac_cv_prog_cc_g+set}" = set; then :
4751 $as_echo_n "(cached) " >&6
4752else
4753 ac_save_c_werror_flag=$ac_c_werror_flag
4754 ac_c_werror_flag=yes
4755 ac_cv_prog_cc_g=no
4756 CFLAGS="-g"
4757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945
SE
4758/* end confdefs.h. */
4759
4760int
4761main ()
4762{
4763
4764 ;
4765 return 0;
4766}
4767_ACEOF
81ecdfbb 4768if ac_fn_c_try_compile "$LINENO"; then :
cfbc9945 4769 ac_cv_prog_cc_g=yes
6be7c12c 4770else
81ecdfbb
RW
4771 CFLAGS=""
4772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4773/* end confdefs.h. */
4774
4775int
4776main ()
4777{
4778
4779 ;
4780 return 0;
4781}
4782_ACEOF
4783if ac_fn_c_try_compile "$LINENO"; then :
4784
4785else
4786 ac_c_werror_flag=$ac_save_c_werror_flag
4787 CFLAGS="-g"
4788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4789/* end confdefs.h. */
4790
4791int
4792main ()
4793{
5464f5a1 4794
81ecdfbb
RW
4795 ;
4796 return 0;
4797}
4798_ACEOF
4799if ac_fn_c_try_compile "$LINENO"; then :
4800 ac_cv_prog_cc_g=yes
4801fi
4802rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4803fi
81ecdfbb 4804rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4805fi
81ecdfbb
RW
4806rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4807 ac_c_werror_flag=$ac_save_c_werror_flag
4808fi
4809{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4810$as_echo "$ac_cv_prog_cc_g" >&6; }
cfbc9945
SE
4811if test "$ac_test_CFLAGS" = set; then
4812 CFLAGS=$ac_save_CFLAGS
4813elif test $ac_cv_prog_cc_g = yes; then
4814 if test "$GCC" = yes; then
4815 CFLAGS="-g -O2"
4816 else
4817 CFLAGS="-g"
4818 fi
ac48eca1 4819else
cfbc9945
SE
4820 if test "$GCC" = yes; then
4821 CFLAGS="-O2"
4822 else
4823 CFLAGS=
4824 fi
ac48eca1 4825fi
81ecdfbb
RW
4826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4827$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4828if test "${ac_cv_prog_cc_c89+set}" = set; then :
4829 $as_echo_n "(cached) " >&6
ac48eca1 4830else
81ecdfbb 4831 ac_cv_prog_cc_c89=no
cfbc9945 4832ac_save_CC=$CC
81ecdfbb 4833cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945
SE
4834/* end confdefs.h. */
4835#include <stdarg.h>
4836#include <stdio.h>
4837#include <sys/types.h>
4838#include <sys/stat.h>
4839/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4840struct buf { int x; };
4841FILE * (*rcsopen) (struct buf *, struct stat *, int);
4842static char *e (p, i)
4843 char **p;
4844 int i;
4845{
4846 return p[i];
4847}
4848static char *f (char * (*g) (char **, int), char **p, ...)
4849{
4850 char *s;
4851 va_list v;
4852 va_start (v,p);
4853 s = g (p, va_arg (v,int));
4854 va_end (v);
4855 return s;
4856}
5464f5a1 4857
cfbc9945
SE
4858/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4859 function prototypes and stuff, but not '\xHH' hex character constants.
4860 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4861 as 'x'. The following induces an error, until -std is added to get
cfbc9945
SE
4862 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4863 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4864 that's true only with -std. */
cfbc9945
SE
4865int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4866
81ecdfbb
RW
4867/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4868 inside strings and character constants. */
4869#define FOO(x) 'x'
4870int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4871
cfbc9945
SE
4872int test (int i, double x);
4873struct s1 {int (*f) (int a);};
4874struct s2 {int (*f) (double a);};
4875int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4876int argc;
4877char **argv;
4878int
4879main ()
4880{
4881return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4882 ;
4883 return 0;
4884}
4885_ACEOF
81ecdfbb
RW
4886for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4887 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
cfbc9945
SE
4888do
4889 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4890 if ac_fn_c_try_compile "$LINENO"; then :
4891 ac_cv_prog_cc_c89=$ac_arg
5464f5a1 4892fi
81ecdfbb
RW
4893rm -f core conftest.err conftest.$ac_objext
4894 test "x$ac_cv_prog_cc_c89" != "xno" && break
5464f5a1 4895done
81ecdfbb 4896rm -f conftest.$ac_ext
cfbc9945 4897CC=$ac_save_CC
5464f5a1 4898
ac48eca1 4899fi
81ecdfbb
RW
4900# AC_CACHE_VAL
4901case "x$ac_cv_prog_cc_c89" in
4902 x)
4903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4904$as_echo "none needed" >&6; } ;;
4905 xno)
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4907$as_echo "unsupported" >&6; } ;;
cfbc9945 4908 *)
81ecdfbb
RW
4909 CC="$CC $ac_cv_prog_cc_c89"
4910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4911$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
cfbc9945 4912esac
81ecdfbb 4913if test "x$ac_cv_prog_cc_c89" != xno; then :
6be7c12c 4914
6ec7057a 4915fi
cfbc9945 4916
cfbc9945
SE
4917ac_ext=c
4918ac_cpp='$CPP $CPPFLAGS'
4919ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4920ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4921ac_compiler_gnu=$ac_cv_c_compiler_gnu
92f01d61 4922
7357c5b6
AM
4923ac_ext=c
4924ac_cpp='$CPP $CPPFLAGS'
4925ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4926ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4927ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4929$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4930# On Suns, sometimes $CPP names a directory.
4931if test -n "$CPP" && test -d "$CPP"; then
4932 CPP=
4933fi
4934if test -z "$CPP"; then
81ecdfbb
RW
4935 if test "${ac_cv_prog_CPP+set}" = set; then :
4936 $as_echo_n "(cached) " >&6
7357c5b6
AM
4937else
4938 # Double quotes because CPP needs to be expanded
4939 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4940 do
4941 ac_preproc_ok=false
4942for ac_c_preproc_warn_flag in '' yes
4943do
4944 # Use a header file that comes with gcc, so configuring glibc
4945 # with a fresh cross-compiler works.
4946 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4947 # <limits.h> exists even on freestanding compilers.
4948 # On the NeXT, cc -E runs the code through the compiler's parser,
4949 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4951/* end confdefs.h. */
4952#ifdef __STDC__
4953# include <limits.h>
4954#else
4955# include <assert.h>
4956#endif
4957 Syntax error
4958_ACEOF
81ecdfbb 4959if ac_fn_c_try_cpp "$LINENO"; then :
cfbc9945 4960
81ecdfbb 4961else
7357c5b6
AM
4962 # Broken: fails on valid input.
4963continue
4964fi
4965rm -f conftest.err conftest.$ac_ext
d7040cdb 4966
81ecdfbb 4967 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4968 # can be detected and how.
81ecdfbb 4969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4970/* end confdefs.h. */
4971#include <ac_nonexistent.h>
4972_ACEOF
81ecdfbb 4973if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4974 # Broken: success on invalid input.
4975continue
4976else
7357c5b6
AM
4977 # Passes both tests.
4978ac_preproc_ok=:
4979break
4980fi
4981rm -f conftest.err conftest.$ac_ext
d7040cdb 4982
7357c5b6
AM
4983done
4984# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4985rm -f conftest.err conftest.$ac_ext
81ecdfbb 4986if $ac_preproc_ok; then :
7357c5b6
AM
4987 break
4988fi
d7040cdb 4989
7357c5b6
AM
4990 done
4991 ac_cv_prog_CPP=$CPP
d7040cdb 4992
7357c5b6
AM
4993fi
4994 CPP=$ac_cv_prog_CPP
4995else
4996 ac_cv_prog_CPP=$CPP
4997fi
81ecdfbb
RW
4998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4999$as_echo "$CPP" >&6; }
7357c5b6
AM
5000ac_preproc_ok=false
5001for ac_c_preproc_warn_flag in '' yes
5002do
5003 # Use a header file that comes with gcc, so configuring glibc
5004 # with a fresh cross-compiler works.
5005 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5006 # <limits.h> exists even on freestanding compilers.
5007 # On the NeXT, cc -E runs the code through the compiler's parser,
5008 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5010/* end confdefs.h. */
5011#ifdef __STDC__
5012# include <limits.h>
5013#else
5014# include <assert.h>
5015#endif
5016 Syntax error
5017_ACEOF
81ecdfbb 5018if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 5019
81ecdfbb 5020else
7357c5b6
AM
5021 # Broken: fails on valid input.
5022continue
5023fi
5024rm -f conftest.err conftest.$ac_ext
d7040cdb 5025
81ecdfbb 5026 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 5027 # can be detected and how.
81ecdfbb 5028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5029/* end confdefs.h. */
5030#include <ac_nonexistent.h>
5031_ACEOF
81ecdfbb 5032if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
5033 # Broken: success on invalid input.
5034continue
5035else
7357c5b6
AM
5036 # Passes both tests.
5037ac_preproc_ok=:
5038break
5039fi
5040rm -f conftest.err conftest.$ac_ext
d7040cdb 5041
7357c5b6
AM
5042done
5043# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5044rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
5045if $ac_preproc_ok; then :
5046
7357c5b6 5047else
81ecdfbb
RW
5048 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5049$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5050as_fn_error "C preprocessor \"$CPP\" fails sanity check
5051See \`config.log' for more details." "$LINENO" 5; }
7357c5b6 5052fi
d7040cdb 5053
7357c5b6
AM
5054ac_ext=c
5055ac_cpp='$CPP $CPPFLAGS'
5056ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5057ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5058ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 5059
d7040cdb 5060
81ecdfbb
RW
5061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5062$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5063if test "${ac_cv_path_GREP+set}" = set; then :
5064 $as_echo_n "(cached) " >&6
5065else
5066 if test -z "$GREP"; then
5067 ac_path_GREP_found=false
5068 # Loop through the user's path and test for each of PROGNAME-LIST
5069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5070for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5071do
5072 IFS=$as_save_IFS
5073 test -z "$as_dir" && as_dir=.
5074 for ac_prog in grep ggrep; do
5075 for ac_exec_ext in '' $ac_executable_extensions; do
5076 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5077 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5078# Check for GNU ac_path_GREP and select it if it is found.
5079 # Check for GNU $ac_path_GREP
5080case `"$ac_path_GREP" --version 2>&1` in
5081*GNU*)
5082 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5083*)
5084 ac_count=0
5085 $as_echo_n 0123456789 >"conftest.in"
5086 while :
5087 do
5088 cat "conftest.in" "conftest.in" >"conftest.tmp"
5089 mv "conftest.tmp" "conftest.in"
5090 cp "conftest.in" "conftest.nl"
5091 $as_echo 'GREP' >> "conftest.nl"
5092 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5093 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5094 as_fn_arith $ac_count + 1 && ac_count=$as_val
5095 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5096 # Best one so far, save it but keep looking for a better one
5097 ac_cv_path_GREP="$ac_path_GREP"
5098 ac_path_GREP_max=$ac_count
5099 fi
5100 # 10*(2^10) chars as input seems more than enough
5101 test $ac_count -gt 10 && break
5102 done
5103 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5104esac
5105
5106 $ac_path_GREP_found && break 3
5107 done
5108 done
5109 done
5110IFS=$as_save_IFS
5111 if test -z "$ac_cv_path_GREP"; then
5112 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5113 fi
5114else
5115 ac_cv_path_GREP=$GREP
5116fi
5117
5118fi
5119{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5120$as_echo "$ac_cv_path_GREP" >&6; }
5121 GREP="$ac_cv_path_GREP"
5122
5123
5124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5125$as_echo_n "checking for egrep... " >&6; }
5126if test "${ac_cv_path_EGREP+set}" = set; then :
5127 $as_echo_n "(cached) " >&6
7357c5b6 5128else
81ecdfbb
RW
5129 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5130 then ac_cv_path_EGREP="$GREP -E"
5131 else
5132 if test -z "$EGREP"; then
5133 ac_path_EGREP_found=false
5134 # Loop through the user's path and test for each of PROGNAME-LIST
5135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5136for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5137do
5138 IFS=$as_save_IFS
5139 test -z "$as_dir" && as_dir=.
5140 for ac_prog in egrep; do
5141 for ac_exec_ext in '' $ac_executable_extensions; do
5142 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5143 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5144# Check for GNU ac_path_EGREP and select it if it is found.
5145 # Check for GNU $ac_path_EGREP
5146case `"$ac_path_EGREP" --version 2>&1` in
5147*GNU*)
5148 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5149*)
5150 ac_count=0
5151 $as_echo_n 0123456789 >"conftest.in"
5152 while :
5153 do
5154 cat "conftest.in" "conftest.in" >"conftest.tmp"
5155 mv "conftest.tmp" "conftest.in"
5156 cp "conftest.in" "conftest.nl"
5157 $as_echo 'EGREP' >> "conftest.nl"
5158 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5159 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5160 as_fn_arith $ac_count + 1 && ac_count=$as_val
5161 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5162 # Best one so far, save it but keep looking for a better one
5163 ac_cv_path_EGREP="$ac_path_EGREP"
5164 ac_path_EGREP_max=$ac_count
7357c5b6 5165 fi
81ecdfbb
RW
5166 # 10*(2^10) chars as input seems more than enough
5167 test $ac_count -gt 10 && break
5168 done
5169 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5170esac
5171
5172 $ac_path_EGREP_found && break 3
5173 done
5174 done
5175 done
5176IFS=$as_save_IFS
5177 if test -z "$ac_cv_path_EGREP"; then
5178 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5179 fi
5180else
5181 ac_cv_path_EGREP=$EGREP
5182fi
5183
5184 fi
7357c5b6 5185fi
81ecdfbb
RW
5186{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5187$as_echo "$ac_cv_path_EGREP" >&6; }
5188 EGREP="$ac_cv_path_EGREP"
d7040cdb
SE
5189
5190
81ecdfbb
RW
5191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5192$as_echo_n "checking for ANSI C header files... " >&6; }
5193if test "${ac_cv_header_stdc+set}" = set; then :
5194 $as_echo_n "(cached) " >&6
7357c5b6 5195else
81ecdfbb 5196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5197/* end confdefs.h. */
5198#include <stdlib.h>
5199#include <stdarg.h>
5200#include <string.h>
5201#include <float.h>
d7040cdb 5202
7357c5b6
AM
5203int
5204main ()
5205{
d7040cdb 5206
7357c5b6
AM
5207 ;
5208 return 0;
5209}
5210_ACEOF
81ecdfbb 5211if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 5212 ac_cv_header_stdc=yes
c428fa83 5213else
81ecdfbb 5214 ac_cv_header_stdc=no
7357c5b6 5215fi
81ecdfbb 5216rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 5217
7357c5b6
AM
5218if test $ac_cv_header_stdc = yes; then
5219 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 5220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5221/* end confdefs.h. */
5222#include <string.h>
d7040cdb 5223
7357c5b6
AM
5224_ACEOF
5225if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5226 $EGREP "memchr" >/dev/null 2>&1; then :
5227
7357c5b6
AM
5228else
5229 ac_cv_header_stdc=no
5230fi
5231rm -f conftest*
d7040cdb 5232
7357c5b6 5233fi
d7040cdb 5234
7357c5b6
AM
5235if test $ac_cv_header_stdc = yes; then
5236 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5238/* end confdefs.h. */
5239#include <stdlib.h>
d7040cdb 5240
7357c5b6
AM
5241_ACEOF
5242if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5243 $EGREP "free" >/dev/null 2>&1; then :
5244
7357c5b6
AM
5245else
5246 ac_cv_header_stdc=no
5247fi
5248rm -f conftest*
d7040cdb 5249
7357c5b6 5250fi
d7040cdb 5251
7357c5b6
AM
5252if test $ac_cv_header_stdc = yes; then
5253 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5254 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5255 :
5256else
81ecdfbb 5257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5258/* end confdefs.h. */
5259#include <ctype.h>
81ecdfbb 5260#include <stdlib.h>
7357c5b6
AM
5261#if ((' ' & 0x0FF) == 0x020)
5262# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5263# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5264#else
5265# define ISLOWER(c) \
5266 (('a' <= (c) && (c) <= 'i') \
5267 || ('j' <= (c) && (c) <= 'r') \
5268 || ('s' <= (c) && (c) <= 'z'))
5269# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5270#endif
d7040cdb 5271
7357c5b6
AM
5272#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5273int
5274main ()
5275{
5276 int i;
5277 for (i = 0; i < 256; i++)
5278 if (XOR (islower (i), ISLOWER (i))
5279 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5280 return 2;
5281 return 0;
7357c5b6
AM
5282}
5283_ACEOF
81ecdfbb 5284if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5285
81ecdfbb
RW
5286else
5287 ac_cv_header_stdc=no
7357c5b6 5288fi
81ecdfbb
RW
5289rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5290 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5291fi
81ecdfbb 5292
7357c5b6
AM
5293fi
5294fi
81ecdfbb
RW
5295{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5296$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5297if test $ac_cv_header_stdc = yes; then
d7040cdb 5298
81ecdfbb 5299$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5300
7357c5b6 5301fi
d7040cdb 5302
7357c5b6 5303# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
5304for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5305 inttypes.h stdint.h unistd.h
81ecdfbb
RW
5306do :
5307 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5308ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5309"
5310eval as_val=\$$as_ac_Header
5311 if test "x$as_val" = x""yes; then :
7357c5b6 5312 cat >>confdefs.h <<_ACEOF
81ecdfbb 5313#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 5314_ACEOF
d7040cdb 5315
7357c5b6
AM
5316fi
5317
5318done
5319
5320
5321
81ecdfbb
RW
5322 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5323if test "x$ac_cv_header_minix_config_h" = x""yes; then :
7357c5b6
AM
5324 MINIX=yes
5325else
5326 MINIX=
5327fi
d7040cdb
SE
5328
5329
7357c5b6 5330 if test "$MINIX" = yes; then
d7040cdb 5331
81ecdfbb 5332$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb
SE
5333
5334
81ecdfbb 5335$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5336
5337
81ecdfbb 5338$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5339
7357c5b6 5340 fi
d7040cdb
SE
5341
5342
81ecdfbb
RW
5343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5344$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5345if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5346 $as_echo_n "(cached) " >&6
d053aef8 5347else
81ecdfbb 5348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8 5349/* end confdefs.h. */
ce3c775b
NC
5350
5351# define __EXTENSIONS__ 1
5352 $ac_includes_default
d053aef8
JK
5353int
5354main ()
5355{
5356
5357 ;
5358 return 0;
5359}
5360_ACEOF
81ecdfbb 5361if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 5362 ac_cv_safe_to_define___extensions__=yes
d053aef8 5363else
81ecdfbb 5364 ac_cv_safe_to_define___extensions__=no
d053aef8 5365fi
81ecdfbb 5366rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce3c775b 5367fi
81ecdfbb
RW
5368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5369$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
ce3c775b 5370 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5371 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d053aef8 5372
81ecdfbb 5373 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d053aef8 5374
81ecdfbb
RW
5375 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5376
5377 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5378
5379 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d053aef8 5380
ce3c775b 5381
d053aef8 5382
d053aef8 5383
d7040cdb 5384
718a6fd8
SE
5385case `pwd` in
5386 *\ * | *\ *)
81ecdfbb
RW
5387 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5388$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5389esac
d7040cdb
SE
5390
5391
7357c5b6 5392
3725885a
RW
5393macro_version='2.2.7a'
5394macro_revision='1.3134'
7357c5b6
AM
5395
5396
5397
5398
5399
5400
7357c5b6
AM
5401
5402
5403
5404
5405
5406
5407
718a6fd8 5408ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5409
3725885a
RW
5410# Backslashify metacharacters that are still active within
5411# double-quoted strings.
5412sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5413
5414# Same as above, but do not quote variable references.
5415double_quote_subst='s/\(["`\\]\)/\\\1/g'
5416
5417# Sed substitution to delay expansion of an escaped shell variable in a
5418# double_quote_subst'ed string.
5419delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5420
5421# Sed substitution to delay expansion of an escaped single quote.
5422delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5423
5424# Sed substitution to avoid accidental globbing in evaled expressions
5425no_glob_subst='s/\*/\\\*/g'
5426
5427ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5428ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5429ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5430
5431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5432$as_echo_n "checking how to print strings... " >&6; }
5433# Test print first, because it will be a builtin if present.
5434if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5435 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5436 ECHO='print -r --'
5437elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5438 ECHO='printf %s\n'
5439else
5440 # Use this function as a fallback that always works.
5441 func_fallback_echo ()
5442 {
5443 eval 'cat <<_LTECHO_EOF
5444$1
5445_LTECHO_EOF'
5446 }
5447 ECHO='func_fallback_echo'
5448fi
5449
5450# func_echo_all arg...
5451# Invoke $ECHO with all args, space-separated.
5452func_echo_all ()
5453{
5454 $ECHO ""
5455}
5456
5457case "$ECHO" in
5458 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5459$as_echo "printf" >&6; } ;;
5460 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5461$as_echo "print -r" >&6; } ;;
5462 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5463$as_echo "cat" >&6; } ;;
5464esac
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
81ecdfbb
RW
5479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5480$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5481if test "${ac_cv_path_SED+set}" = set; then :
5482 $as_echo_n "(cached) " >&6
7357c5b6 5483else
81ecdfbb
RW
5484 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5485 for ac_i in 1 2 3 4 5 6 7; do
5486 ac_script="$ac_script$as_nl$ac_script"
5487 done
5488 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5489 { ac_script=; unset ac_script;}
5490 if test -z "$SED"; then
5491 ac_path_SED_found=false
5492 # Loop through the user's path and test for each of PROGNAME-LIST
5493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5494for as_dir in $PATH
5495do
5496 IFS=$as_save_IFS
5497 test -z "$as_dir" && as_dir=.
81ecdfbb 5498 for ac_prog in sed gsed; do
7357c5b6 5499 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5500 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5501 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5502# Check for GNU ac_path_SED and select it if it is found.
5503 # Check for GNU $ac_path_SED
5504case `"$ac_path_SED" --version 2>&1` in
5505*GNU*)
5506 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5507*)
5508 ac_count=0
5509 $as_echo_n 0123456789 >"conftest.in"
5510 while :
5511 do
5512 cat "conftest.in" "conftest.in" >"conftest.tmp"
5513 mv "conftest.tmp" "conftest.in"
5514 cp "conftest.in" "conftest.nl"
5515 $as_echo '' >> "conftest.nl"
5516 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5517 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5518 as_fn_arith $ac_count + 1 && ac_count=$as_val
5519 if test $ac_count -gt ${ac_path_SED_max-0}; then
5520 # Best one so far, save it but keep looking for a better one
5521 ac_cv_path_SED="$ac_path_SED"
5522 ac_path_SED_max=$ac_count
5523 fi
5524 # 10*(2^10) chars as input seems more than enough
5525 test $ac_count -gt 10 && break
5526 done
5527 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5528esac
5529
5530 $ac_path_SED_found && break 3
7357c5b6
AM
5531 done
5532 done
81ecdfbb 5533 done
7357c5b6 5534IFS=$as_save_IFS
81ecdfbb
RW
5535 if test -z "$ac_cv_path_SED"; then
5536 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5537 fi
81ecdfbb
RW
5538else
5539 ac_cv_path_SED=$SED
7357c5b6
AM
5540fi
5541
81ecdfbb
RW
5542fi
5543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5544$as_echo "$ac_cv_path_SED" >&6; }
5545 SED="$ac_cv_path_SED"
5546 rm -f conftest.sed
7357c5b6
AM
5547
5548test -z "$SED" && SED=sed
5549Xsed="$SED -e 1s/^X//"
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
81ecdfbb
RW
5561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5562$as_echo_n "checking for fgrep... " >&6; }
5563if test "${ac_cv_path_FGREP+set}" = set; then :
5564 $as_echo_n "(cached) " >&6
7357c5b6 5565else
81ecdfbb
RW
5566 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5567 then ac_cv_path_FGREP="$GREP -F"
5568 else
5569 if test -z "$FGREP"; then
5570 ac_path_FGREP_found=false
5571 # Loop through the user's path and test for each of PROGNAME-LIST
5572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5573for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5574do
5575 IFS=$as_save_IFS
5576 test -z "$as_dir" && as_dir=.
5577 for ac_prog in fgrep; do
5578 for ac_exec_ext in '' $ac_executable_extensions; do
5579 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5580 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5581# Check for GNU ac_path_FGREP and select it if it is found.
5582 # Check for GNU $ac_path_FGREP
5583case `"$ac_path_FGREP" --version 2>&1` in
5584*GNU*)
5585 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5586*)
5587 ac_count=0
5588 $as_echo_n 0123456789 >"conftest.in"
5589 while :
5590 do
5591 cat "conftest.in" "conftest.in" >"conftest.tmp"
5592 mv "conftest.tmp" "conftest.in"
5593 cp "conftest.in" "conftest.nl"
5594 $as_echo 'FGREP' >> "conftest.nl"
5595 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5596 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5597 as_fn_arith $ac_count + 1 && ac_count=$as_val
5598 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5599 # Best one so far, save it but keep looking for a better one
5600 ac_cv_path_FGREP="$ac_path_FGREP"
5601 ac_path_FGREP_max=$ac_count
7357c5b6 5602 fi
81ecdfbb
RW
5603 # 10*(2^10) chars as input seems more than enough
5604 test $ac_count -gt 10 && break
5605 done
5606 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5607esac
5608
5609 $ac_path_FGREP_found && break 3
5610 done
5611 done
5612 done
5613IFS=$as_save_IFS
5614 if test -z "$ac_cv_path_FGREP"; then
5615 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5616 fi
5617else
5618 ac_cv_path_FGREP=$FGREP
7357c5b6 5619fi
81ecdfbb
RW
5620
5621 fi
5622fi
5623{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5624$as_echo "$ac_cv_path_FGREP" >&6; }
5625 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5626
5627
5628test -z "$GREP" && GREP=grep
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
81ecdfbb
RW
5648# Check whether --with-gnu-ld was given.
5649if test "${with_gnu_ld+set}" = set; then :
5650 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5651else
5652 with_gnu_ld=no
81ecdfbb
RW
5653fi
5654
7357c5b6
AM
5655ac_prog=ld
5656if test "$GCC" = yes; then
5657 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5659$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5660 case $host in
5661 *-*-mingw*)
5662 # gcc leaves a trailing carriage return which upsets mingw
5663 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5664 *)
5665 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5666 esac
5667 case $ac_prog in
5668 # Accept absolute paths.
5669 [\\/]* | ?:[\\/]*)
5670 re_direlt='/[^/][^/]*/\.\./'
5671 # Canonicalize the pathname of ld
5672 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5673 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
d7040cdb 5674 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
cfbc9945
SE
5675 done
5676 test -z "$LD" && LD="$ac_prog"
5677 ;;
5bd8253d 5678 "")
cfbc9945
SE
5679 # If it fails, then pretend we aren't using GCC.
5680 ac_prog=ld
5bd8253d
L
5681 ;;
5682 *)
cfbc9945
SE
5683 # If it is relative, then search for the first ld in PATH.
5684 with_gnu_ld=unknown
5bd8253d 5685 ;;
cfbc9945
SE
5686 esac
5687elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5689$as_echo_n "checking for GNU ld... " >&6; }
cfbc9945 5690else
81ecdfbb
RW
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5692$as_echo_n "checking for non-GNU ld... " >&6; }
cfbc9945 5693fi
81ecdfbb
RW
5694if test "${lt_cv_path_LD+set}" = set; then :
5695 $as_echo_n "(cached) " >&6
cfbc9945
SE
5696else
5697 if test -z "$LD"; then
d7040cdb 5698 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
cfbc9945 5699 for ac_dir in $PATH; do
d7040cdb 5700 IFS="$lt_save_ifs"
cfbc9945
SE
5701 test -z "$ac_dir" && ac_dir=.
5702 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5703 lt_cv_path_LD="$ac_dir/$ac_prog"
5704 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5705 # but apparently some variants of GNU ld only accept -v.
cfbc9945 5706 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5707 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5708 *GNU* | *'with BFD'*)
cfbc9945 5709 test "$with_gnu_ld" != no && break
d7040cdb
SE
5710 ;;
5711 *)
cfbc9945 5712 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5713 ;;
5714 esac
cfbc9945
SE
5715 fi
5716 done
d7040cdb 5717 IFS="$lt_save_ifs"
cfbc9945
SE
5718else
5719 lt_cv_path_LD="$LD" # Let the user override the test with a path.
9e9b66a9 5720fi
1ad12f97
NC
5721fi
5722
cfbc9945
SE
5723LD="$lt_cv_path_LD"
5724if test -n "$LD"; then
81ecdfbb
RW
5725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5726$as_echo "$LD" >&6; }
cfbc9945 5727else
81ecdfbb
RW
5728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5729$as_echo "no" >&6; }
cfbc9945 5730fi
81ecdfbb
RW
5731test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5733$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5734if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5735 $as_echo_n "(cached) " >&6
cfbc9945 5736else
d7040cdb
SE
5737 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5738case `$LD -v 2>&1 </dev/null` in
5739*GNU* | *'with BFD'*)
cfbc9945 5740 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5741 ;;
5742*)
cfbc9945 5743 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5744 ;;
5745esac
49c96104 5746fi
81ecdfbb
RW
5747{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5748$as_echo "$lt_cv_prog_gnu_ld" >&6; }
cfbc9945 5749with_gnu_ld=$lt_cv_prog_gnu_ld
49c96104 5750
9e9b66a9 5751
cfbc9945 5752
d7040cdb
SE
5753
5754
5755
5756
5757
5758
81ecdfbb
RW
5759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5760$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5761if test "${lt_cv_path_NM+set}" = set; then :
5762 $as_echo_n "(cached) " >&6
cfbc9945
SE
5763else
5764 if test -n "$NM"; then
5765 # Let the user override the test.
5766 lt_cv_path_NM="$NM"
5767else
d7040cdb
SE
5768 lt_nm_to_check="${ac_tool_prefix}nm"
5769 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5770 lt_nm_to_check="$lt_nm_to_check nm"
5771 fi
5772 for lt_tmp_nm in $lt_nm_to_check; do
5773 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5774 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5775 IFS="$lt_save_ifs"
5776 test -z "$ac_dir" && ac_dir=.
5777 tmp_nm="$ac_dir/$lt_tmp_nm"
5778 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5779 # Check to see if the nm accepts a BSD-compat flag.
5780 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5781 # nm: unknown option "B" ignored
5782 # Tru64's nm complains that /dev/null is an invalid object file
5783 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5784 */dev/null* | *'Invalid file or object type'*)
5785 lt_cv_path_NM="$tmp_nm -B"
5786 break
5787 ;;
5788 *)
5789 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5790 */dev/null*)
5791 lt_cv_path_NM="$tmp_nm -p"
5792 break
5793 ;;
5794 *)
5795 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5796 continue # so that we can try to find one that supports BSD flags
5797 ;;
5798 esac
5799 ;;
5800 esac
cfbc9945 5801 fi
d7040cdb
SE
5802 done
5803 IFS="$lt_save_ifs"
cfbc9945 5804 done
d7040cdb 5805 : ${lt_cv_path_NM=no}
cfbc9945 5806fi
a2d91340 5807fi
81ecdfbb
RW
5808{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5809$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5810if test "$lt_cv_path_NM" != "no"; then
5811 NM="$lt_cv_path_NM"
cfbc9945 5812else
d7040cdb 5813 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5814 if test -n "$DUMPBIN"; then :
5815 # Let the user override the test.
5816 else
5817 if test -n "$ac_tool_prefix"; then
5818 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5819 do
5820 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5821set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5823$as_echo_n "checking for $ac_word... " >&6; }
5824if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5825 $as_echo_n "(cached) " >&6
252b5132 5826else
d7040cdb
SE
5827 if test -n "$DUMPBIN"; then
5828 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5829else
5830as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5831for as_dir in $PATH
5832do
5833 IFS=$as_save_IFS
5834 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5835 for ac_exec_ext in '' $ac_executable_extensions; do
5836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5837 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5839 break 2
5840 fi
5841done
81ecdfbb
RW
5842 done
5843IFS=$as_save_IFS
5464f5a1 5844
d7040cdb
SE
5845fi
5846fi
5847DUMPBIN=$ac_cv_prog_DUMPBIN
5848if test -n "$DUMPBIN"; then
81ecdfbb
RW
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5850$as_echo "$DUMPBIN" >&6; }
d7040cdb 5851else
81ecdfbb
RW
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5853$as_echo "no" >&6; }
d7040cdb 5854fi
d5fbea21 5855
81ecdfbb 5856
d7040cdb
SE
5857 test -n "$DUMPBIN" && break
5858 done
5859fi
5860if test -z "$DUMPBIN"; then
5861 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5862 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5863do
5864 # Extract the first word of "$ac_prog", so it can be a program name with args.
5865set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5867$as_echo_n "checking for $ac_word... " >&6; }
5868if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5869 $as_echo_n "(cached) " >&6
d7040cdb
SE
5870else
5871 if test -n "$ac_ct_DUMPBIN"; then
5872 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5873else
5874as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5875for as_dir in $PATH
5876do
5877 IFS=$as_save_IFS
5878 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5879 for ac_exec_ext in '' $ac_executable_extensions; do
5880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5881 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5883 break 2
cfbc9945 5884 fi
d7040cdb 5885done
81ecdfbb
RW
5886 done
5887IFS=$as_save_IFS
d5fbea21 5888
d7040cdb
SE
5889fi
5890fi
5891ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5892if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5894$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5895else
81ecdfbb
RW
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5897$as_echo "no" >&6; }
d7040cdb 5898fi
d5fbea21 5899
81ecdfbb 5900
d7040cdb
SE
5901 test -n "$ac_ct_DUMPBIN" && break
5902done
24443139 5903
81ecdfbb
RW
5904 if test "x$ac_ct_DUMPBIN" = x; then
5905 DUMPBIN=":"
5906 else
5907 case $cross_compiling:$ac_tool_warned in
5908yes:)
5909{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5910$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5911ac_tool_warned=yes ;;
5912esac
5913 DUMPBIN=$ac_ct_DUMPBIN
5914 fi
d7040cdb 5915fi
24443139 5916
3725885a
RW
5917 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5918 *COFF*)
5919 DUMPBIN="$DUMPBIN -symbols"
5920 ;;
5921 *)
5922 DUMPBIN=:
5923 ;;
5924 esac
5925 fi
24443139 5926
d7040cdb
SE
5927 if test "$DUMPBIN" != ":"; then
5928 NM="$DUMPBIN"
cfbc9945 5929 fi
d7040cdb
SE
5930fi
5931test -z "$NM" && NM=nm
a703a6ea 5932
f5385ebf 5933
cfbc9945 5934
24443139
AS
5935
5936
5937
81ecdfbb
RW
5938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5939$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5940if test "${lt_cv_nm_interface+set}" = set; then :
5941 $as_echo_n "(cached) " >&6
d7040cdb
SE
5942else
5943 lt_cv_nm_interface="BSD nm"
5944 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5945 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
5946 (eval "$ac_compile" 2>conftest.err)
5947 cat conftest.err >&5
3725885a 5948 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
5949 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5950 cat conftest.err >&5
3725885a 5951 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
5952 cat conftest.out >&5
5953 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5954 lt_cv_nm_interface="MS dumpbin"
5955 fi
5956 rm -f conftest*
cfbc9945 5957fi
81ecdfbb
RW
5958{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5959$as_echo "$lt_cv_nm_interface" >&6; }
a703a6ea 5960
81ecdfbb
RW
5961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5962$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
5963LN_S=$as_ln_s
5964if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5966$as_echo "yes" >&6; }
d7040cdb 5967else
81ecdfbb
RW
5968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5969$as_echo "no, using $LN_S" >&6; }
d7040cdb 5970fi
252b5132 5971
cfbc9945 5972# find the maximum length of command line arguments
81ecdfbb
RW
5973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5974$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5975if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5976 $as_echo_n "(cached) " >&6
cfbc9945
SE
5977else
5978 i=0
5979 teststring="ABCD"
5464f5a1 5980
cfbc9945
SE
5981 case $build_os in
5982 msdosdjgpp*)
5983 # On DJGPP, this test can blow up pretty badly due to problems in libc
5984 # (any single argument exceeding 2000 bytes causes a buffer overrun
5985 # during glob expansion). Even if it were fixed, the result of this
5986 # check would be larger than it should be.
5987 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5988 ;;
5464f5a1 5989
d7040cdb
SE
5990 gnu*)
5991 # Under GNU Hurd, this test is not required because there is
5992 # no limit to the length of command line arguments.
5993 # Libtool will interpret -1 as no limit whatsoever
5994 lt_cv_sys_max_cmd_len=-1;
5995 ;;
5996
718a6fd8 5997 cygwin* | mingw* | cegcc*)
cfbc9945
SE
5998 # On Win9x/ME, this test blows up -- it succeeds, but takes
5999 # about 5 minutes as the teststring grows exponentially.
6000 # Worse, since 9x/ME are not pre-emptively multitasking,
6001 # you end up with a "frozen" computer, even though with patience
6002 # the test eventually succeeds (with a max line length of 256k).
6003 # Instead, let's just punt: use the minimum linelength reported by
6004 # all of the supported platforms: 8192 (on NT/2K/XP).
6005 lt_cv_sys_max_cmd_len=8192;
6006 ;;
5464f5a1 6007
3725885a
RW
6008 mint*)
6009 # On MiNT this can take a long time and run out of memory.
6010 lt_cv_sys_max_cmd_len=8192;
6011 ;;
6012
cfbc9945
SE
6013 amigaos*)
6014 # On AmigaOS with pdksh, this test takes hours, literally.
6015 # So we just punt and use a minimum line length of 8192.
6016 lt_cv_sys_max_cmd_len=8192;
6017 ;;
5464f5a1 6018
cfbc9945
SE
6019 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6020 # This has been around since 386BSD, at least. Likely further.
6021 if test -x /sbin/sysctl; then
6022 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6023 elif test -x /usr/sbin/sysctl; then
6024 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6025 else
d7040cdb 6026 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
cfbc9945
SE
6027 fi
6028 # And add a safety zone
6029 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6030 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6031 ;;
d7040cdb
SE
6032
6033 interix*)
6034 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6035 lt_cv_sys_max_cmd_len=196608
6036 ;;
6037
6038 osf*)
6039 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6040 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6041 # nice to cause kernel panics so lets avoid the loop below.
6042 # First set a reasonable default.
6043 lt_cv_sys_max_cmd_len=16384
6044 #
6045 if test -x /sbin/sysconfig; then
6046 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6047 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6048 esac
6049 fi
6050 ;;
6051 sco3.2v5*)
6052 lt_cv_sys_max_cmd_len=102400
6053 ;;
6054 sysv5* | sco5v6* | sysv4.2uw2*)
6055 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6056 if test -n "$kargmax"; then
6057 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6058 else
6059 lt_cv_sys_max_cmd_len=32768
6060 fi
6061 ;;
6062 *)
718a6fd8
SE
6063 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6064 if test -n "$lt_cv_sys_max_cmd_len"; then
79887925
L
6065 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6066 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6067 else
6068 # Make teststring a little bigger before we do anything with it.
6069 # a 1K string should be a reasonable start.
6070 for i in 1 2 3 4 5 6 7 8 ; do
6071 teststring=$teststring$teststring
6072 done
6073 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6074 # If test is not a shell built-in, we'll probably end up computing a
6075 # maximum length that is only half of the actual maximum length, but
6076 # we can't tell.
3725885a
RW
6077 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6078 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
79887925
L
6079 test $i != 17 # 1/2 MB should be enough
6080 do
6081 i=`expr $i + 1`
6082 teststring=$teststring$teststring
6083 done
6084 # Only check the string length outside the loop.
6085 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6086 teststring=
6087 # Add a significant safety factor because C++ compilers can tack on
6088 # massive amounts of additional arguments before passing them to the
6089 # linker. It appears as though 1/2 is a usable value.
6090 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6091 fi
d7040cdb 6092 ;;
cfbc9945 6093 esac
5464f5a1 6094
252b5132 6095fi
cfbc9945 6096
d7040cdb 6097if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
6098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6099$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5464f5a1 6100else
81ecdfbb
RW
6101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6102$as_echo "none" >&6; }
5464f5a1 6103fi
d7040cdb 6104max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 6105
cfbc9945 6106
252b5132 6107
cfbc9945 6108
cfbc9945 6109
d7040cdb 6110
d7040cdb
SE
6111: ${CP="cp -f"}
6112: ${MV="mv -f"}
6113: ${RM="rm -f"}
6114
81ecdfbb
RW
6115{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6116$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
6117# Try some XSI features
6118xsi_shell=no
6119( _lt_dummy="a/b/c"
6120 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
718a6fd8
SE
6121 = c,a/b,, \
6122 && eval 'test $(( 1 + 1 )) -eq 2 \
6123 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 6124 && xsi_shell=yes
81ecdfbb
RW
6125{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6126$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
6127
6128
81ecdfbb
RW
6129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6130$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
6131lt_shell_append=no
6132( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6133 >/dev/null 2>&1 \
6134 && lt_shell_append=yes
81ecdfbb
RW
6135{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6136$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
6137
6138
6139if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6140 lt_unset=unset
5464f5a1 6141else
d7040cdb 6142 lt_unset=false
5464f5a1 6143fi
252b5132 6144
d7040cdb
SE
6145
6146
6147
6148
6149# test EBCDIC or ASCII
6150case `echo X|tr X '\101'` in
6151 A) # ASCII based system
6152 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6153 lt_SP2NL='tr \040 \012'
6154 lt_NL2SP='tr \015\012 \040\040'
6155 ;;
6156 *) # EBCDIC based system
6157 lt_SP2NL='tr \100 \n'
6158 lt_NL2SP='tr \r\n \100\100'
6159 ;;
6160esac
6161
6162
6163
6164
6165
6166
6167
6168
6169
81ecdfbb
RW
6170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6171$as_echo_n "checking for $LD option to reload object files... " >&6; }
6172if test "${lt_cv_ld_reload_flag+set}" = set; then :
6173 $as_echo_n "(cached) " >&6
5464f5a1 6174else
d7040cdb
SE
6175 lt_cv_ld_reload_flag='-r'
6176fi
81ecdfbb
RW
6177{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6178$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
6179reload_flag=$lt_cv_ld_reload_flag
6180case $reload_flag in
6181"" | " "*) ;;
6182*) reload_flag=" $reload_flag" ;;
6183esac
6184reload_cmds='$LD$reload_flag -o $output$reload_objs'
6185case $host_os in
6186 darwin*)
6187 if test "$GCC" = yes; then
6188 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6189 else
6190 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6191 fi
6192 ;;
6193esac
6194
6195
6196
6197
6198
6199
6200
6201
6202
718a6fd8
SE
6203if test -n "$ac_tool_prefix"; then
6204 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6205set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
6206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6207$as_echo_n "checking for $ac_word... " >&6; }
6208if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6209 $as_echo_n "(cached) " >&6
718a6fd8
SE
6210else
6211 if test -n "$OBJDUMP"; then
6212 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6213else
6214as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6215for as_dir in $PATH
6216do
6217 IFS=$as_save_IFS
6218 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6219 for ac_exec_ext in '' $ac_executable_extensions; do
6220 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6221 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 6222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6223 break 2
6224 fi
6225done
81ecdfbb
RW
6226 done
6227IFS=$as_save_IFS
718a6fd8
SE
6228
6229fi
6230fi
6231OBJDUMP=$ac_cv_prog_OBJDUMP
6232if test -n "$OBJDUMP"; then
81ecdfbb
RW
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6234$as_echo "$OBJDUMP" >&6; }
718a6fd8 6235else
81ecdfbb
RW
6236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6237$as_echo "no" >&6; }
718a6fd8
SE
6238fi
6239
81ecdfbb 6240
718a6fd8
SE
6241fi
6242if test -z "$ac_cv_prog_OBJDUMP"; then
6243 ac_ct_OBJDUMP=$OBJDUMP
6244 # Extract the first word of "objdump", so it can be a program name with args.
6245set dummy objdump; ac_word=$2
81ecdfbb
RW
6246{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6247$as_echo_n "checking for $ac_word... " >&6; }
6248if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6249 $as_echo_n "(cached) " >&6
718a6fd8
SE
6250else
6251 if test -n "$ac_ct_OBJDUMP"; then
6252 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6253else
6254as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6255for as_dir in $PATH
6256do
6257 IFS=$as_save_IFS
6258 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6259 for ac_exec_ext in '' $ac_executable_extensions; do
6260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6261 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6263 break 2
6264 fi
6265done
81ecdfbb
RW
6266 done
6267IFS=$as_save_IFS
718a6fd8 6268
718a6fd8
SE
6269fi
6270fi
6271ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6272if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6274$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6275else
81ecdfbb
RW
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6277$as_echo "no" >&6; }
718a6fd8
SE
6278fi
6279
81ecdfbb
RW
6280 if test "x$ac_ct_OBJDUMP" = x; then
6281 OBJDUMP="false"
6282 else
6283 case $cross_compiling:$ac_tool_warned in
6284yes:)
6285{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6286$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6287ac_tool_warned=yes ;;
6288esac
6289 OBJDUMP=$ac_ct_OBJDUMP
6290 fi
718a6fd8
SE
6291else
6292 OBJDUMP="$ac_cv_prog_OBJDUMP"
6293fi
6294
6295test -z "$OBJDUMP" && OBJDUMP=objdump
6296
6297
6298
6299
6300
6301
6302
6303
d7040cdb 6304
81ecdfbb
RW
6305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6306$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6307if test "${lt_cv_deplibs_check_method+set}" = set; then :
6308 $as_echo_n "(cached) " >&6
d7040cdb
SE
6309else
6310 lt_cv_file_magic_cmd='$MAGIC_CMD'
6311lt_cv_file_magic_test_file=
6312lt_cv_deplibs_check_method='unknown'
6313# Need to set the preceding variable on all platforms that support
6314# interlibrary dependencies.
6315# 'none' -- dependencies not supported.
6316# `unknown' -- same as none, but documents that we really don't know.
6317# 'pass_all' -- all dependencies passed with no checks.
6318# 'test_compile' -- check by making test program.
6319# 'file_magic [[regex]]' -- check by looking for files in library path
6320# which responds to the $file_magic_cmd with a given extended regex.
6321# If you have `file' or equivalent on your system and you're not sure
6322# whether `pass_all' will *always* work, you probably want this one.
6323
6324case $host_os in
e81819a5 6325aix[4-9]*)
d7040cdb
SE
6326 lt_cv_deplibs_check_method=pass_all
6327 ;;
6328
6329beos*)
6330 lt_cv_deplibs_check_method=pass_all
6331 ;;
6332
6333bsdi[45]*)
6334 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6335 lt_cv_file_magic_cmd='/usr/bin/file -L'
6336 lt_cv_file_magic_test_file=/shlib/libc.so
6337 ;;
6338
6339cygwin*)
6340 # func_win32_libid is a shell function defined in ltmain.sh
6341 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6342 lt_cv_file_magic_cmd='func_win32_libid'
6343 ;;
6344
6345mingw* | pw32*)
6346 # Base MSYS/MinGW do not provide the 'file' command needed by
6347 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6348 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6349 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6350 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
6351 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6352 lt_cv_file_magic_cmd='func_win32_libid'
6353 else
6354 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6355 lt_cv_file_magic_cmd='$OBJDUMP -f'
6356 fi
6357 ;;
6358
3725885a 6359cegcc*)
718a6fd8
SE
6360 # use the weaker test based on 'objdump'. See mingw*.
6361 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6362 lt_cv_file_magic_cmd='$OBJDUMP -f'
6363 ;;
6364
d7040cdb
SE
6365darwin* | rhapsody*)
6366 lt_cv_deplibs_check_method=pass_all
cfbc9945 6367 ;;
d7040cdb
SE
6368
6369freebsd* | dragonfly*)
6370 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6371 case $host_cpu in
6372 i*86 )
6373 # Not sure whether the presence of OpenBSD here was a mistake.
6374 # Let's accept both of them until this is cleared up.
6375 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6376 lt_cv_file_magic_cmd=/usr/bin/file
6377 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6378 ;;
6379 esac
6380 else
6381 lt_cv_deplibs_check_method=pass_all
6382 fi
6383 ;;
6384
6385gnu*)
6386 lt_cv_deplibs_check_method=pass_all
cfbc9945 6387 ;;
d7040cdb 6388
3725885a
RW
6389haiku*)
6390 lt_cv_deplibs_check_method=pass_all
6391 ;;
6392
d7040cdb
SE
6393hpux10.20* | hpux11*)
6394 lt_cv_file_magic_cmd=/usr/bin/file
6395 case $host_cpu in
6396 ia64*)
6397 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6398 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6399 ;;
6400 hppa*64*)
3725885a 6401 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
d7040cdb
SE
6402 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6403 ;;
cfbc9945 6404 *)
3725885a 6405 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6406 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6407 ;;
6408 esac
6409 ;;
6be7c12c 6410
d7040cdb
SE
6411interix[3-9]*)
6412 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6413 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6414 ;;
cfbc9945 6415
d7040cdb
SE
6416irix5* | irix6* | nonstopux*)
6417 case $LD in
6418 *-32|*"-32 ") libmagic=32-bit;;
6419 *-n32|*"-n32 ") libmagic=N32;;
6420 *-64|*"-64 ") libmagic=64-bit;;
6421 *) libmagic=never-match;;
6422 esac
6423 lt_cv_deplibs_check_method=pass_all
cfbc9945 6424 ;;
cfbc9945 6425
d7040cdb 6426# This must be Linux ELF.
58e24671 6427linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6428 lt_cv_deplibs_check_method=pass_all
6429 ;;
5464f5a1 6430
d7040cdb
SE
6431netbsd*)
6432 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6433 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
cfbc9945 6434 else
d7040cdb 6435 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
cfbc9945 6436 fi
d7040cdb
SE
6437 ;;
6438
6439newos6*)
6440 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6441 lt_cv_file_magic_cmd=/usr/bin/file
6442 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6443 ;;
6444
6445*nto* | *qnx*)
6446 lt_cv_deplibs_check_method=pass_all
6447 ;;
cfbc9945 6448
d7040cdb
SE
6449openbsd*)
6450 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6451 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6452 else
6453 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
cfbc9945
SE
6454 fi
6455 ;;
d7040cdb
SE
6456
6457osf3* | osf4* | osf5*)
6458 lt_cv_deplibs_check_method=pass_all
6459 ;;
6460
6461rdos*)
6462 lt_cv_deplibs_check_method=pass_all
6463 ;;
6464
6465solaris*)
6466 lt_cv_deplibs_check_method=pass_all
6467 ;;
6468
6469sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6470 lt_cv_deplibs_check_method=pass_all
6471 ;;
6472
6473sysv4 | sysv4.3*)
6474 case $host_vendor in
6475 motorola)
6476 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
6477 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6478 ;;
6479 ncr)
6480 lt_cv_deplibs_check_method=pass_all
6481 ;;
6482 sequent)
6483 lt_cv_file_magic_cmd='/bin/file'
6484 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6485 ;;
6486 sni)
6487 lt_cv_file_magic_cmd='/bin/file'
6488 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6489 lt_cv_file_magic_test_file=/lib/libc.so
6490 ;;
6491 siemens)
6492 lt_cv_deplibs_check_method=pass_all
6493 ;;
6494 pc)
6495 lt_cv_deplibs_check_method=pass_all
6496 ;;
6497 esac
6498 ;;
6499
6500tpf*)
6501 lt_cv_deplibs_check_method=pass_all
6502 ;;
cfbc9945
SE
6503esac
6504
d7040cdb 6505fi
81ecdfbb
RW
6506{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6507$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6508file_magic_cmd=$lt_cv_file_magic_cmd
6509deplibs_check_method=$lt_cv_deplibs_check_method
6510test -z "$deplibs_check_method" && deplibs_check_method=unknown
6511
6512
6513
6514
6515
6516
6517
6518
6519
6520
6521
6522
cfbc9945 6523if test -n "$ac_tool_prefix"; then
d7040cdb
SE
6524 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6525set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6527$as_echo_n "checking for $ac_word... " >&6; }
6528if test "${ac_cv_prog_AR+set}" = set; then :
6529 $as_echo_n "(cached) " >&6
5464f5a1 6530else
d7040cdb
SE
6531 if test -n "$AR"; then
6532 ac_cv_prog_AR="$AR" # Let the user override the test.
5464f5a1
NN
6533else
6534as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6535for as_dir in $PATH
6536do
6537 IFS=$as_save_IFS
6538 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6539 for ac_exec_ext in '' $ac_executable_extensions; do
6540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6541 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6543 break 2
6544 fi
6545done
81ecdfbb
RW
6546 done
6547IFS=$as_save_IFS
5464f5a1
NN
6548
6549fi
6550fi
d7040cdb
SE
6551AR=$ac_cv_prog_AR
6552if test -n "$AR"; then
81ecdfbb
RW
6553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6554$as_echo "$AR" >&6; }
5464f5a1 6555else
81ecdfbb
RW
6556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6557$as_echo "no" >&6; }
5464f5a1
NN
6558fi
6559
81ecdfbb 6560
5464f5a1 6561fi
d7040cdb
SE
6562if test -z "$ac_cv_prog_AR"; then
6563 ac_ct_AR=$AR
6564 # Extract the first word of "ar", so it can be a program name with args.
6565set dummy ar; ac_word=$2
81ecdfbb
RW
6566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6567$as_echo_n "checking for $ac_word... " >&6; }
6568if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6569 $as_echo_n "(cached) " >&6
252b5132 6570else
d7040cdb
SE
6571 if test -n "$ac_ct_AR"; then
6572 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
252b5132 6573else
5464f5a1
NN
6574as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6575for as_dir in $PATH
6576do
6577 IFS=$as_save_IFS
6578 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6579 for ac_exec_ext in '' $ac_executable_extensions; do
6580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6581 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6583 break 2
6584 fi
6585done
81ecdfbb
RW
6586 done
6587IFS=$as_save_IFS
5464f5a1 6588
5464f5a1
NN
6589fi
6590fi
d7040cdb
SE
6591ac_ct_AR=$ac_cv_prog_ac_ct_AR
6592if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6594$as_echo "$ac_ct_AR" >&6; }
d7040cdb 6595else
81ecdfbb
RW
6596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6597$as_echo "no" >&6; }
5464f5a1
NN
6598fi
6599
81ecdfbb
RW
6600 if test "x$ac_ct_AR" = x; then
6601 AR="false"
6602 else
6603 case $cross_compiling:$ac_tool_warned in
6604yes:)
6605{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6606$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6607ac_tool_warned=yes ;;
6608esac
6609 AR=$ac_ct_AR
6610 fi
cfbc9945 6611else
d7040cdb 6612 AR="$ac_cv_prog_AR"
5464f5a1 6613fi
cfbc9945 6614
d7040cdb
SE
6615test -z "$AR" && AR=ar
6616test -z "$AR_FLAGS" && AR_FLAGS=cru
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
cfbc9945
SE
6628if test -n "$ac_tool_prefix"; then
6629 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6630set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6632$as_echo_n "checking for $ac_word... " >&6; }
6633if test "${ac_cv_prog_STRIP+set}" = set; then :
6634 $as_echo_n "(cached) " >&6
5464f5a1 6635else
cfbc9945
SE
6636 if test -n "$STRIP"; then
6637 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5464f5a1
NN
6638else
6639as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6640for as_dir in $PATH
6641do
6642 IFS=$as_save_IFS
6643 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6644 for ac_exec_ext in '' $ac_executable_extensions; do
6645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 6646 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6648 break 2
6649 fi
6650done
81ecdfbb
RW
6651 done
6652IFS=$as_save_IFS
5464f5a1
NN
6653
6654fi
6655fi
cfbc9945
SE
6656STRIP=$ac_cv_prog_STRIP
6657if test -n "$STRIP"; then
81ecdfbb
RW
6658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6659$as_echo "$STRIP" >&6; }
5464f5a1 6660else
81ecdfbb
RW
6661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6662$as_echo "no" >&6; }
5464f5a1
NN
6663fi
6664
81ecdfbb 6665
252b5132 6666fi
cfbc9945
SE
6667if test -z "$ac_cv_prog_STRIP"; then
6668 ac_ct_STRIP=$STRIP
6669 # Extract the first word of "strip", so it can be a program name with args.
6670set dummy strip; ac_word=$2
81ecdfbb
RW
6671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6672$as_echo_n "checking for $ac_word... " >&6; }
6673if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6674 $as_echo_n "(cached) " >&6
5464f5a1 6675else
cfbc9945
SE
6676 if test -n "$ac_ct_STRIP"; then
6677 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5464f5a1
NN
6678else
6679as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6680for as_dir in $PATH
6681do
6682 IFS=$as_save_IFS
6683 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6684 for ac_exec_ext in '' $ac_executable_extensions; do
6685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 6686 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6688 break 2
6689 fi
6690done
81ecdfbb
RW
6691 done
6692IFS=$as_save_IFS
5464f5a1
NN
6693
6694fi
6695fi
cfbc9945
SE
6696ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6697if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6699$as_echo "$ac_ct_STRIP" >&6; }
5464f5a1 6700else
81ecdfbb
RW
6701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6702$as_echo "no" >&6; }
5464f5a1
NN
6703fi
6704
81ecdfbb
RW
6705 if test "x$ac_ct_STRIP" = x; then
6706 STRIP=":"
6707 else
6708 case $cross_compiling:$ac_tool_warned in
6709yes:)
6710{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6711$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6712ac_tool_warned=yes ;;
6713esac
6714 STRIP=$ac_ct_STRIP
6715 fi
cfbc9945
SE
6716else
6717 STRIP="$ac_cv_prog_STRIP"
5464f5a1
NN
6718fi
6719
d7040cdb 6720test -z "$STRIP" && STRIP=:
5464f5a1 6721
cfbc9945
SE
6722
6723
cfbc9945 6724
cfbc9945
SE
6725
6726
d7040cdb
SE
6727if test -n "$ac_tool_prefix"; then
6728 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6729set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6731$as_echo_n "checking for $ac_word... " >&6; }
6732if test "${ac_cv_prog_RANLIB+set}" = set; then :
6733 $as_echo_n "(cached) " >&6
cfbc9945 6734else
d7040cdb
SE
6735 if test -n "$RANLIB"; then
6736 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6737else
6738as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6739for as_dir in $PATH
6740do
6741 IFS=$as_save_IFS
6742 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6743 for ac_exec_ext in '' $ac_executable_extensions; do
6744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6745 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6747 break 2
cfbc9945 6748 fi
d7040cdb 6749done
81ecdfbb
RW
6750 done
6751IFS=$as_save_IFS
cfbc9945 6752
d7040cdb
SE
6753fi
6754fi
6755RANLIB=$ac_cv_prog_RANLIB
6756if test -n "$RANLIB"; then
81ecdfbb
RW
6757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6758$as_echo "$RANLIB" >&6; }
d7040cdb 6759else
81ecdfbb
RW
6760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6761$as_echo "no" >&6; }
d7040cdb 6762fi
cfbc9945 6763
81ecdfbb 6764
d7040cdb
SE
6765fi
6766if test -z "$ac_cv_prog_RANLIB"; then
6767 ac_ct_RANLIB=$RANLIB
6768 # Extract the first word of "ranlib", so it can be a program name with args.
6769set dummy ranlib; ac_word=$2
81ecdfbb
RW
6770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6771$as_echo_n "checking for $ac_word... " >&6; }
6772if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6773 $as_echo_n "(cached) " >&6
d7040cdb
SE
6774else
6775 if test -n "$ac_ct_RANLIB"; then
6776 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6777else
6778as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6779for as_dir in $PATH
6780do
6781 IFS=$as_save_IFS
6782 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6783 for ac_exec_ext in '' $ac_executable_extensions; do
6784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6785 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6787 break 2
cfbc9945 6788 fi
d7040cdb 6789done
81ecdfbb
RW
6790 done
6791IFS=$as_save_IFS
cfbc9945 6792
d7040cdb
SE
6793fi
6794fi
6795ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6796if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6798$as_echo "$ac_ct_RANLIB" >&6; }
cfbc9945 6799else
81ecdfbb
RW
6800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6801$as_echo "no" >&6; }
d7040cdb 6802fi
5464f5a1 6803
81ecdfbb
RW
6804 if test "x$ac_ct_RANLIB" = x; then
6805 RANLIB=":"
6806 else
6807 case $cross_compiling:$ac_tool_warned in
6808yes:)
6809{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6810$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6811ac_tool_warned=yes ;;
6812esac
6813 RANLIB=$ac_ct_RANLIB
6814 fi
d7040cdb
SE
6815else
6816 RANLIB="$ac_cv_prog_RANLIB"
6817fi
5464f5a1 6818
d7040cdb 6819test -z "$RANLIB" && RANLIB=:
5464f5a1 6820
5464f5a1 6821
5464f5a1 6822
cfbc9945 6823
cfbc9945 6824
d7040cdb
SE
6825
6826# Determine commands to create old-style static archives.
718a6fd8 6827old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6828old_postinstall_cmds='chmod 644 $oldlib'
6829old_postuninstall_cmds=
6830
6831if test -n "$RANLIB"; then
6832 case $host_os in
6833 openbsd*)
6834 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6835 ;;
6836 *)
6837 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6838 ;;
6839 esac
6840 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
cfbc9945 6841fi
cfbc9945 6842
3725885a
RW
6843case $host_os in
6844 darwin*)
6845 lock_old_archive_extraction=yes ;;
6846 *)
6847 lock_old_archive_extraction=no ;;
6848esac
6849
6850
6851
6852
6853
6854
cfbc9945 6855
cfbc9945
SE
6856
6857
cfbc9945 6858
cfbc9945 6859
cfbc9945 6860
cfbc9945 6861
cfbc9945
SE
6862
6863
cfbc9945 6864
cfbc9945 6865
cfbc9945
SE
6866
6867
6868
6869
6870
6871
6872
5464f5a1 6873
5464f5a1 6874
cfbc9945
SE
6875
6876
6877
5464f5a1 6878
5464f5a1 6879
cfbc9945
SE
6880
6881
6882
5464f5a1 6883
cfbc9945
SE
6884
6885
6886
6887
d7040cdb
SE
6888# If no C compiler was specified, use CC.
6889LTCC=${LTCC-"$CC"}
cfbc9945 6890
d7040cdb
SE
6891# If no C compiler flags were specified, use CFLAGS.
6892LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
cfbc9945 6893
d7040cdb
SE
6894# Allow CC to be a program name with arguments.
6895compiler=$CC
cfbc9945 6896
cfbc9945 6897
d7040cdb 6898# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6900$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6901if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6902 $as_echo_n "(cached) " >&6
d7040cdb 6903else
5464f5a1 6904
d7040cdb
SE
6905# These are sane defaults that work on at least a few old systems.
6906# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5464f5a1 6907
d7040cdb
SE
6908# Character class describing NM global symbol codes.
6909symcode='[BCDEGRST]'
6910
6911# Regexp to match symbols that can be accessed directly from C.
6912sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6913
6914# Define system-specific variables.
6915case $host_os in
6916aix*)
6917 symcode='[BCDT]'
6918 ;;
718a6fd8 6919cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6920 symcode='[ABCDGISTW]'
6921 ;;
6922hpux*)
6923 if test "$host_cpu" = ia64; then
6924 symcode='[ABCDEGRST]'
6925 fi
6926 ;;
6927irix* | nonstopux*)
6928 symcode='[BCDEGRST]'
6929 ;;
6930osf*)
6931 symcode='[BCDEGQRST]'
6932 ;;
6933solaris*)
6934 symcode='[BDRT]'
6935 ;;
6936sco3.2v5*)
6937 symcode='[DT]'
6938 ;;
6939sysv4.2uw2*)
6940 symcode='[DT]'
6941 ;;
6942sysv5* | sco5v6* | unixware* | OpenUNIX*)
6943 symcode='[ABDT]'
6944 ;;
6945sysv4)
6946 symcode='[DFNSTU]'
6947 ;;
cfbc9945 6948esac
5464f5a1 6949
d7040cdb
SE
6950# If we're using GNU nm, then use its standard symbol codes.
6951case `$NM -V 2>&1` in
6952*GNU* | *'with BFD'*)
6953 symcode='[ABCDGIRSTW]' ;;
6954esac
5464f5a1 6955
d7040cdb
SE
6956# Transform an extracted symbol line into a proper C declaration.
6957# Some systems (esp. on ia64) link data and code symbols differently,
6958# so use this general approach.
6959lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5464f5a1 6960
d7040cdb
SE
6961# Transform an extracted symbol line into symbol name and symbol address
6962lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
718a6fd8 6963lt_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'"
5464f5a1 6964
d7040cdb
SE
6965# Handle CRLF in mingw tool chain
6966opt_cr=
6967case $build_os in
6968mingw*)
6969 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6970 ;;
6971esac
5464f5a1 6972
d7040cdb
SE
6973# Try without a prefix underscore, then with it.
6974for ac_symprfx in "" "_"; do
6975
6976 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6977 symxfrm="\\1 $ac_symprfx\\2 \\2"
6978
6979 # Write the raw and C identifiers.
6980 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6981 # Fake it for dumpbin and say T for any non-static function
6982 # and D for any global variable.
6983 # Also find C++ and __fastcall symbols from MSVC++,
6984 # which start with @ or ?.
6985 lt_cv_sys_global_symbol_pipe="$AWK '"\
6986" {last_section=section; section=\$ 3};"\
6987" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6988" \$ 0!~/External *\|/{next};"\
6989" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6990" {if(hide[section]) next};"\
6991" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6992" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6993" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6994" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6995" ' prfx=^$ac_symprfx"
6996 else
6997 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6998 fi
cfbc9945 6999
d7040cdb
SE
7000 # Check to see that the pipe works correctly.
7001 pipe_works=no
cfbc9945 7002
d7040cdb
SE
7003 rm -f conftest*
7004 cat > conftest.$ac_ext <<_LT_EOF
7005#ifdef __cplusplus
7006extern "C" {
7007#endif
7008char nm_test_var;
7009void nm_test_func(void);
7010void nm_test_func(void){}
7011#ifdef __cplusplus
7012}
7013#endif
7014int main(){nm_test_var='a';nm_test_func();return(0);}
7015_LT_EOF
cfbc9945 7016
81ecdfbb 7017 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7018 (eval $ac_compile) 2>&5
7019 ac_status=$?
81ecdfbb
RW
7020 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7021 test $ac_status = 0; }; then
d7040cdb
SE
7022 # Now try to grab the symbols.
7023 nlist=conftest.nm
3725885a
RW
7024 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7025 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
d7040cdb 7026 ac_status=$?
81ecdfbb
RW
7027 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7028 test $ac_status = 0; } && test -s "$nlist"; then
d7040cdb
SE
7029 # Try sorting and uniquifying the output.
7030 if sort "$nlist" | uniq > "$nlist"T; then
7031 mv -f "$nlist"T "$nlist"
7032 else
7033 rm -f "$nlist"T
7034 fi
cfbc9945 7035
d7040cdb
SE
7036 # Make sure that we snagged all the symbols we need.
7037 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7038 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7039 cat <<_LT_EOF > conftest.$ac_ext
7040#ifdef __cplusplus
7041extern "C" {
7042#endif
cfbc9945 7043
d7040cdb
SE
7044_LT_EOF
7045 # Now generate the symbol file.
7046 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5464f5a1 7047
d7040cdb 7048 cat <<_LT_EOF >> conftest.$ac_ext
cfbc9945 7049
d7040cdb
SE
7050/* The mapping between symbol names and symbols. */
7051const struct {
7052 const char *name;
7053 void *address;
7054}
7055lt__PROGRAM__LTX_preloaded_symbols[] =
7056{
7057 { "@PROGRAM@", (void *) 0 },
7058_LT_EOF
7059 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7060 cat <<\_LT_EOF >> conftest.$ac_ext
7061 {0, (void *) 0}
7062};
7063
7064/* This works around a problem in FreeBSD linker */
7065#ifdef FREEBSD_WORKAROUND
7066static const void *lt_preloaded_setup() {
7067 return lt__PROGRAM__LTX_preloaded_symbols;
7068}
7069#endif
cfbc9945 7070
d7040cdb
SE
7071#ifdef __cplusplus
7072}
7073#endif
7074_LT_EOF
7075 # Now try linking the two files.
7076 mv conftest.$ac_objext conftstm.$ac_objext
7077 lt_save_LIBS="$LIBS"
7078 lt_save_CFLAGS="$CFLAGS"
7079 LIBS="conftstm.$ac_objext"
7080 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 7081 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
7082 (eval $ac_link) 2>&5
7083 ac_status=$?
81ecdfbb
RW
7084 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7085 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
d7040cdb
SE
7086 pipe_works=yes
7087 fi
7088 LIBS="$lt_save_LIBS"
7089 CFLAGS="$lt_save_CFLAGS"
7090 else
7091 echo "cannot find nm_test_func in $nlist" >&5
7092 fi
7093 else
7094 echo "cannot find nm_test_var in $nlist" >&5
7095 fi
7096 else
7097 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7098 fi
7099 else
7100 echo "$progname: failed program was:" >&5
7101 cat conftest.$ac_ext >&5
7102 fi
718a6fd8 7103 rm -rf conftest* conftst*
cfbc9945 7104
d7040cdb
SE
7105 # Do not use the global_symbol_pipe unless it works.
7106 if test "$pipe_works" = yes; then
7107 break
7108 else
7109 lt_cv_sys_global_symbol_pipe=
7110 fi
7111done
cfbc9945 7112
252b5132 7113fi
5464f5a1 7114
d7040cdb
SE
7115if test -z "$lt_cv_sys_global_symbol_pipe"; then
7116 lt_cv_sys_global_symbol_to_cdecl=
7117fi
7118if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
7119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7120$as_echo "failed" >&6; }
b3baf5d0 7121else
81ecdfbb
RW
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7123$as_echo "ok" >&6; }
d7040cdb 7124fi
5464f5a1 7125
cfbc9945 7126
b3baf5d0 7127
cfbc9945
SE
7128
7129
7130
7131
5464f5a1 7132
4a2a2686
HPN
7133
7134
7135
cfbc9945
SE
7136
7137
cfbc9945 7138
cfbc9945 7139
718a6fd8
SE
7140
7141
7142
7143
7144
9d7cbccd 7145
20e95c23 7146
81ecdfbb
RW
7147# Check whether --enable-libtool-lock was given.
7148if test "${enable_libtool_lock+set}" = set; then :
7149 enableval=$enable_libtool_lock;
7150fi
20e95c23 7151
d7040cdb 7152test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
20e95c23 7153
d7040cdb
SE
7154# Some flags need to be propagated to the compiler or linker for good
7155# libtool support.
7156case $host in
7157ia64-*-hpux*)
7158 # Find out which ABI we are using.
7159 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7160 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7161 (eval $ac_compile) 2>&5
7162 ac_status=$?
81ecdfbb
RW
7163 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7164 test $ac_status = 0; }; then
d7040cdb
SE
7165 case `/usr/bin/file conftest.$ac_objext` in
7166 *ELF-32*)
7167 HPUX_IA64_MODE="32"
7168 ;;
7169 *ELF-64*)
7170 HPUX_IA64_MODE="64"
7171 ;;
20e95c23 7172 esac
d7040cdb
SE
7173 fi
7174 rm -rf conftest*
7175 ;;
7176*-*-irix6*)
7177 # Find out which ABI we are using.
3725885a 7178 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 7179 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7180 (eval $ac_compile) 2>&5
7181 ac_status=$?
81ecdfbb
RW
7182 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7183 test $ac_status = 0; }; then
d7040cdb
SE
7184 if test "$lt_cv_prog_gnu_ld" = yes; then
7185 case `/usr/bin/file conftest.$ac_objext` in
7186 *32-bit*)
7187 LD="${LD-ld} -melf32bsmip"
7188 ;;
7189 *N32*)
7190 LD="${LD-ld} -melf32bmipn32"
7191 ;;
7192 *64-bit*)
7193 LD="${LD-ld} -melf64bmip"
7194 ;;
7195 esac
20e95c23 7196 else
d7040cdb
SE
7197 case `/usr/bin/file conftest.$ac_objext` in
7198 *32-bit*)
7199 LD="${LD-ld} -32"
7200 ;;
7201 *N32*)
7202 LD="${LD-ld} -n32"
7203 ;;
7204 *64-bit*)
7205 LD="${LD-ld} -64"
7206 ;;
20e95c23
DJ
7207 esac
7208 fi
d7040cdb
SE
7209 fi
7210 rm -rf conftest*
7211 ;;
20e95c23 7212
cc9afea3 7213x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
d7040cdb
SE
7214s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7215 # Find out which ABI we are using.
7216 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7217 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7218 (eval $ac_compile) 2>&5
7219 ac_status=$?
81ecdfbb
RW
7220 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7221 test $ac_status = 0; }; then
d7040cdb
SE
7222 case `/usr/bin/file conftest.o` in
7223 *32-bit*)
7224 case $host in
7225 x86_64-*kfreebsd*-gnu)
7226 LD="${LD-ld} -m elf_i386_fbsd"
7227 ;;
7228 x86_64-*linux*)
6d2920c8
L
7229 case `/usr/bin/file conftest.o` in
7230 *x86-64*)
7231 LD="${LD-ld} -m elf32_x86_64"
7232 ;;
7233 *)
7234 LD="${LD-ld} -m elf_i386"
7235 ;;
7236 esac
d7040cdb 7237 ;;
cc9afea3
AM
7238 powerpc64le-*linux*)
7239 LD="${LD-ld} -m elf32lppclinux"
7240 ;;
7241 powerpc64-*linux*)
d7040cdb
SE
7242 LD="${LD-ld} -m elf32ppclinux"
7243 ;;
7244 s390x-*linux*)
7245 LD="${LD-ld} -m elf_s390"
7246 ;;
7247 sparc64-*linux*)
7248 LD="${LD-ld} -m elf32_sparc"
7249 ;;
7250 esac
7251 ;;
7252 *64-bit*)
7253 case $host in
7254 x86_64-*kfreebsd*-gnu)
7255 LD="${LD-ld} -m elf_x86_64_fbsd"
7256 ;;
7257 x86_64-*linux*)
7258 LD="${LD-ld} -m elf_x86_64"
7259 ;;
cc9afea3
AM
7260 powerpcle-*linux*)
7261 LD="${LD-ld} -m elf64lppc"
7262 ;;
7263 powerpc-*linux*)
d7040cdb
SE
7264 LD="${LD-ld} -m elf64ppc"
7265 ;;
7266 s390*-*linux*|s390*-*tpf*)
7267 LD="${LD-ld} -m elf64_s390"
7268 ;;
7269 sparc*-*linux*)
7270 LD="${LD-ld} -m elf64_sparc"
7271 ;;
7272 esac
7273 ;;
20e95c23
DJ
7274 esac
7275 fi
d7040cdb 7276 rm -rf conftest*
7357c5b6 7277 ;;
d7040cdb 7278
7357c5b6
AM
7279*-*-sco3.2v5*)
7280 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7281 SAVE_CFLAGS="$CFLAGS"
7282 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7284$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7285if test "${lt_cv_cc_needs_belf+set}" = set; then :
7286 $as_echo_n "(cached) " >&6
d7040cdb 7287else
7357c5b6
AM
7288 ac_ext=c
7289ac_cpp='$CPP $CPPFLAGS'
7290ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7291ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7292ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7293
81ecdfbb 7294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 7295/* end confdefs.h. */
d7040cdb 7296
d7040cdb
SE
7297int
7298main ()
7299{
7357c5b6
AM
7300
7301 ;
7302 return 0;
d7040cdb
SE
7303}
7304_ACEOF
81ecdfbb 7305if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7306 lt_cv_cc_needs_belf=yes
d7040cdb 7307else
81ecdfbb 7308 lt_cv_cc_needs_belf=no
d7040cdb 7309fi
81ecdfbb
RW
7310rm -f core conftest.err conftest.$ac_objext \
7311 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7312 ac_ext=c
7313ac_cpp='$CPP $CPPFLAGS'
7314ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7315ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7316ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
7317
7318fi
81ecdfbb
RW
7319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7320$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
7321 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7322 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7323 CFLAGS="$SAVE_CFLAGS"
7324 fi
7325 ;;
7326sparc*-*solaris*)
7327 # Find out which ABI we are using.
7328 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7329 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7330 (eval $ac_compile) 2>&5
7331 ac_status=$?
81ecdfbb
RW
7332 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7333 test $ac_status = 0; }; then
7357c5b6
AM
7334 case `/usr/bin/file conftest.o` in
7335 *64-bit*)
7336 case $lt_cv_prog_gnu_ld in
7337 yes*) LD="${LD-ld} -m elf64_sparc" ;;
718a6fd8
SE
7338 *)
7339 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7340 LD="${LD-ld} -64"
7341 fi
7342 ;;
7357c5b6
AM
7343 esac
7344 ;;
7345 esac
7346 fi
7347 rm -rf conftest*
7348 ;;
7349esac
d7040cdb 7350
7357c5b6 7351need_locks="$enable_libtool_lock"
d7040cdb
SE
7352
7353
718a6fd8
SE
7354 case $host_os in
7355 rhapsody* | darwin*)
7356 if test -n "$ac_tool_prefix"; then
7357 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7358set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7359{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7360$as_echo_n "checking for $ac_word... " >&6; }
7361if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7362 $as_echo_n "(cached) " >&6
718a6fd8
SE
7363else
7364 if test -n "$DSYMUTIL"; then
7365 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7366else
7367as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7368for as_dir in $PATH
7369do
7370 IFS=$as_save_IFS
7371 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7372 for ac_exec_ext in '' $ac_executable_extensions; do
7373 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7374 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7375 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7376 break 2
7377 fi
7378done
81ecdfbb
RW
7379 done
7380IFS=$as_save_IFS
718a6fd8
SE
7381
7382fi
7383fi
7384DSYMUTIL=$ac_cv_prog_DSYMUTIL
7385if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7387$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7388else
81ecdfbb
RW
7389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7390$as_echo "no" >&6; }
718a6fd8
SE
7391fi
7392
81ecdfbb 7393
718a6fd8
SE
7394fi
7395if test -z "$ac_cv_prog_DSYMUTIL"; then
7396 ac_ct_DSYMUTIL=$DSYMUTIL
7397 # Extract the first word of "dsymutil", so it can be a program name with args.
7398set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7399{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7400$as_echo_n "checking for $ac_word... " >&6; }
7401if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7402 $as_echo_n "(cached) " >&6
718a6fd8
SE
7403else
7404 if test -n "$ac_ct_DSYMUTIL"; then
7405 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7406else
7407as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7408for as_dir in $PATH
7409do
7410 IFS=$as_save_IFS
7411 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7412 for ac_exec_ext in '' $ac_executable_extensions; do
7413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7414 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7416 break 2
7417 fi
7418done
81ecdfbb
RW
7419 done
7420IFS=$as_save_IFS
718a6fd8 7421
718a6fd8
SE
7422fi
7423fi
7424ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7425if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7427$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7428else
81ecdfbb
RW
7429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7430$as_echo "no" >&6; }
718a6fd8
SE
7431fi
7432
81ecdfbb
RW
7433 if test "x$ac_ct_DSYMUTIL" = x; then
7434 DSYMUTIL=":"
7435 else
7436 case $cross_compiling:$ac_tool_warned in
7437yes:)
7438{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7439$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7440ac_tool_warned=yes ;;
7441esac
7442 DSYMUTIL=$ac_ct_DSYMUTIL
7443 fi
718a6fd8
SE
7444else
7445 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7446fi
7447
7448 if test -n "$ac_tool_prefix"; then
7449 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7450set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7451{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7452$as_echo_n "checking for $ac_word... " >&6; }
7453if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7454 $as_echo_n "(cached) " >&6
718a6fd8
SE
7455else
7456 if test -n "$NMEDIT"; then
7457 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7458else
7459as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7460for as_dir in $PATH
7461do
7462 IFS=$as_save_IFS
7463 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7464 for ac_exec_ext in '' $ac_executable_extensions; do
7465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7466 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7468 break 2
7469 fi
7470done
81ecdfbb
RW
7471 done
7472IFS=$as_save_IFS
718a6fd8
SE
7473
7474fi
7475fi
7476NMEDIT=$ac_cv_prog_NMEDIT
7477if test -n "$NMEDIT"; then
81ecdfbb
RW
7478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7479$as_echo "$NMEDIT" >&6; }
718a6fd8 7480else
81ecdfbb
RW
7481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7482$as_echo "no" >&6; }
718a6fd8
SE
7483fi
7484
81ecdfbb 7485
718a6fd8
SE
7486fi
7487if test -z "$ac_cv_prog_NMEDIT"; then
7488 ac_ct_NMEDIT=$NMEDIT
7489 # Extract the first word of "nmedit", so it can be a program name with args.
7490set dummy nmedit; ac_word=$2
81ecdfbb
RW
7491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7492$as_echo_n "checking for $ac_word... " >&6; }
7493if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7494 $as_echo_n "(cached) " >&6
718a6fd8
SE
7495else
7496 if test -n "$ac_ct_NMEDIT"; then
7497 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7498else
7499as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7500for as_dir in $PATH
7501do
7502 IFS=$as_save_IFS
7503 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7504 for ac_exec_ext in '' $ac_executable_extensions; do
7505 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7506 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7507 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7508 break 2
7509 fi
7510done
81ecdfbb
RW
7511 done
7512IFS=$as_save_IFS
718a6fd8 7513
718a6fd8
SE
7514fi
7515fi
7516ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7517if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7519$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7520else
81ecdfbb
RW
7521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7522$as_echo "no" >&6; }
718a6fd8
SE
7523fi
7524
81ecdfbb
RW
7525 if test "x$ac_ct_NMEDIT" = x; then
7526 NMEDIT=":"
7527 else
7528 case $cross_compiling:$ac_tool_warned in
7529yes:)
7530{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7531$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7532ac_tool_warned=yes ;;
7533esac
7534 NMEDIT=$ac_ct_NMEDIT
7535 fi
718a6fd8
SE
7536else
7537 NMEDIT="$ac_cv_prog_NMEDIT"
7538fi
7539
7540 if test -n "$ac_tool_prefix"; then
7541 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7542set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7543{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7544$as_echo_n "checking for $ac_word... " >&6; }
7545if test "${ac_cv_prog_LIPO+set}" = set; then :
7546 $as_echo_n "(cached) " >&6
718a6fd8
SE
7547else
7548 if test -n "$LIPO"; then
7549 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7550else
7551as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7552for as_dir in $PATH
7553do
7554 IFS=$as_save_IFS
7555 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7556 for ac_exec_ext in '' $ac_executable_extensions; do
7557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7558 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7559 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7560 break 2
7561 fi
7562done
81ecdfbb
RW
7563 done
7564IFS=$as_save_IFS
718a6fd8
SE
7565
7566fi
7567fi
7568LIPO=$ac_cv_prog_LIPO
7569if test -n "$LIPO"; then
81ecdfbb
RW
7570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7571$as_echo "$LIPO" >&6; }
718a6fd8 7572else
81ecdfbb
RW
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7574$as_echo "no" >&6; }
718a6fd8
SE
7575fi
7576
81ecdfbb 7577
718a6fd8
SE
7578fi
7579if test -z "$ac_cv_prog_LIPO"; then
7580 ac_ct_LIPO=$LIPO
7581 # Extract the first word of "lipo", so it can be a program name with args.
7582set dummy lipo; ac_word=$2
81ecdfbb
RW
7583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7584$as_echo_n "checking for $ac_word... " >&6; }
7585if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7586 $as_echo_n "(cached) " >&6
718a6fd8
SE
7587else
7588 if test -n "$ac_ct_LIPO"; then
7589 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7590else
7591as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7592for as_dir in $PATH
7593do
7594 IFS=$as_save_IFS
7595 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7596 for ac_exec_ext in '' $ac_executable_extensions; do
7597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7598 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7600 break 2
7601 fi
7602done
81ecdfbb
RW
7603 done
7604IFS=$as_save_IFS
718a6fd8 7605
718a6fd8
SE
7606fi
7607fi
7608ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7609if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7611$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7612else
81ecdfbb
RW
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7614$as_echo "no" >&6; }
718a6fd8
SE
7615fi
7616
81ecdfbb
RW
7617 if test "x$ac_ct_LIPO" = x; then
7618 LIPO=":"
7619 else
7620 case $cross_compiling:$ac_tool_warned in
7621yes:)
7622{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7623$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7624ac_tool_warned=yes ;;
7625esac
7626 LIPO=$ac_ct_LIPO
7627 fi
7628else
718a6fd8
SE
7629 LIPO="$ac_cv_prog_LIPO"
7630fi
7631
7632 if test -n "$ac_tool_prefix"; then
7633 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7634set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7636$as_echo_n "checking for $ac_word... " >&6; }
7637if test "${ac_cv_prog_OTOOL+set}" = set; then :
7638 $as_echo_n "(cached) " >&6
718a6fd8
SE
7639else
7640 if test -n "$OTOOL"; then
7641 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7642else
7643as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7644for as_dir in $PATH
7645do
7646 IFS=$as_save_IFS
7647 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7648 for ac_exec_ext in '' $ac_executable_extensions; do
7649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7650 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7652 break 2
7653 fi
7654done
81ecdfbb
RW
7655 done
7656IFS=$as_save_IFS
718a6fd8
SE
7657
7658fi
7659fi
7660OTOOL=$ac_cv_prog_OTOOL
7661if test -n "$OTOOL"; then
81ecdfbb
RW
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7663$as_echo "$OTOOL" >&6; }
718a6fd8 7664else
81ecdfbb
RW
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7666$as_echo "no" >&6; }
718a6fd8
SE
7667fi
7668
81ecdfbb 7669
718a6fd8
SE
7670fi
7671if test -z "$ac_cv_prog_OTOOL"; then
7672 ac_ct_OTOOL=$OTOOL
7673 # Extract the first word of "otool", so it can be a program name with args.
7674set dummy otool; ac_word=$2
81ecdfbb
RW
7675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7676$as_echo_n "checking for $ac_word... " >&6; }
7677if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7678 $as_echo_n "(cached) " >&6
718a6fd8
SE
7679else
7680 if test -n "$ac_ct_OTOOL"; then
7681 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7682else
7683as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7684for as_dir in $PATH
7685do
7686 IFS=$as_save_IFS
7687 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7688 for ac_exec_ext in '' $ac_executable_extensions; do
7689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7690 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7692 break 2
7693 fi
7694done
81ecdfbb
RW
7695 done
7696IFS=$as_save_IFS
718a6fd8 7697
718a6fd8
SE
7698fi
7699fi
7700ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7701if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7703$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7704else
81ecdfbb
RW
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7706$as_echo "no" >&6; }
718a6fd8
SE
7707fi
7708
81ecdfbb
RW
7709 if test "x$ac_ct_OTOOL" = x; then
7710 OTOOL=":"
7711 else
7712 case $cross_compiling:$ac_tool_warned in
7713yes:)
7714{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7715$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7716ac_tool_warned=yes ;;
7717esac
7718 OTOOL=$ac_ct_OTOOL
7719 fi
718a6fd8
SE
7720else
7721 OTOOL="$ac_cv_prog_OTOOL"
7722fi
7723
7724 if test -n "$ac_tool_prefix"; then
7725 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7726set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7728$as_echo_n "checking for $ac_word... " >&6; }
7729if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7730 $as_echo_n "(cached) " >&6
718a6fd8
SE
7731else
7732 if test -n "$OTOOL64"; then
7733 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7734else
7735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7736for as_dir in $PATH
7737do
7738 IFS=$as_save_IFS
7739 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7740 for ac_exec_ext in '' $ac_executable_extensions; do
7741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7742 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7744 break 2
7745 fi
7746done
81ecdfbb
RW
7747 done
7748IFS=$as_save_IFS
718a6fd8
SE
7749
7750fi
7751fi
7752OTOOL64=$ac_cv_prog_OTOOL64
7753if test -n "$OTOOL64"; then
81ecdfbb
RW
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7755$as_echo "$OTOOL64" >&6; }
718a6fd8 7756else
81ecdfbb
RW
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7758$as_echo "no" >&6; }
718a6fd8
SE
7759fi
7760
81ecdfbb 7761
718a6fd8
SE
7762fi
7763if test -z "$ac_cv_prog_OTOOL64"; then
7764 ac_ct_OTOOL64=$OTOOL64
7765 # Extract the first word of "otool64", so it can be a program name with args.
7766set dummy otool64; ac_word=$2
81ecdfbb
RW
7767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7768$as_echo_n "checking for $ac_word... " >&6; }
7769if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7770 $as_echo_n "(cached) " >&6
718a6fd8
SE
7771else
7772 if test -n "$ac_ct_OTOOL64"; then
7773 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7774else
7775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7776for as_dir in $PATH
7777do
7778 IFS=$as_save_IFS
7779 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7780 for ac_exec_ext in '' $ac_executable_extensions; do
7781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7782 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7784 break 2
7785 fi
7786done
81ecdfbb
RW
7787 done
7788IFS=$as_save_IFS
718a6fd8 7789
718a6fd8
SE
7790fi
7791fi
7792ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7793if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7795$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7796else
81ecdfbb
RW
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7798$as_echo "no" >&6; }
718a6fd8
SE
7799fi
7800
81ecdfbb
RW
7801 if test "x$ac_ct_OTOOL64" = x; then
7802 OTOOL64=":"
7803 else
7804 case $cross_compiling:$ac_tool_warned in
7805yes:)
7806{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7807$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7808ac_tool_warned=yes ;;
7809esac
7810 OTOOL64=$ac_ct_OTOOL64
7811 fi
718a6fd8
SE
7812else
7813 OTOOL64="$ac_cv_prog_OTOOL64"
7814fi
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
7840
7841
81ecdfbb
RW
7842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7843$as_echo_n "checking for -single_module linker flag... " >&6; }
7844if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7845 $as_echo_n "(cached) " >&6
718a6fd8
SE
7846else
7847 lt_cv_apple_cc_single_mod=no
7848 if test -z "${LT_MULTI_MODULE}"; then
7849 # By default we will add the -single_module flag. You can override
7850 # by either setting the environment variable LT_MULTI_MODULE
7851 # non-empty at configure time, or by adding -multi_module to the
7852 # link flags.
7853 rm -rf libconftest.dylib*
7854 echo "int foo(void){return 1;}" > conftest.c
7855 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7856-dynamiclib -Wl,-single_module conftest.c" >&5
7857 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7858 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7859 _lt_result=$?
7860 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7861 lt_cv_apple_cc_single_mod=yes
7862 else
7863 cat conftest.err >&5
7864 fi
7865 rm -rf libconftest.dylib*
7866 rm -f conftest.*
7867 fi
7868fi
81ecdfbb
RW
7869{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7870$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7872$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7873if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7874 $as_echo_n "(cached) " >&6
718a6fd8
SE
7875else
7876 lt_cv_ld_exported_symbols_list=no
7877 save_LDFLAGS=$LDFLAGS
7878 echo "_main" > conftest.sym
7879 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7881/* end confdefs.h. */
7882
7883int
7884main ()
7885{
7886
7887 ;
7888 return 0;
7889}
7890_ACEOF
81ecdfbb 7891if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7892 lt_cv_ld_exported_symbols_list=yes
7893else
81ecdfbb 7894 lt_cv_ld_exported_symbols_list=no
718a6fd8 7895fi
81ecdfbb
RW
7896rm -f core conftest.err conftest.$ac_objext \
7897 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7898 LDFLAGS="$save_LDFLAGS"
7899
7900fi
81ecdfbb
RW
7901{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7902$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7904$as_echo_n "checking for -force_load linker flag... " >&6; }
7905if test "${lt_cv_ld_force_load+set}" = set; then :
7906 $as_echo_n "(cached) " >&6
7907else
7908 lt_cv_ld_force_load=no
7909 cat > conftest.c << _LT_EOF
7910int forced_loaded() { return 2;}
7911_LT_EOF
7912 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7913 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7914 echo "$AR cru libconftest.a conftest.o" >&5
7915 $AR cru libconftest.a conftest.o 2>&5
7916 cat > conftest.c << _LT_EOF
7917int main() { return 0;}
7918_LT_EOF
7919 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7920 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7921 _lt_result=$?
7922 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7923 lt_cv_ld_force_load=yes
7924 else
7925 cat conftest.err >&5
7926 fi
7927 rm -f conftest.err libconftest.a conftest conftest.c
7928 rm -rf conftest.dSYM
7929
7930fi
7931{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7932$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7933 case $host_os in
7934 rhapsody* | darwin1.[012])
7935 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7936 darwin1.*)
7937 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7938 darwin*) # darwin 5.x on
7939 # if running on 10.5 or later, the deployment target defaults
7940 # to the OS version, if on x86, and 10.4, the deployment
7941 # target defaults to 10.4. Don't you love it?
7942 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7943 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7944 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7945 10.[012][,.]*)
718a6fd8
SE
7946 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7947 10.*)
7948 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7949 esac
7950 ;;
7951 esac
7952 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7953 _lt_dar_single_mod='$single_module'
7954 fi
7955 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7956 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7957 else
7958 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7959 fi
3725885a 7960 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7961 _lt_dsymutil='~$DSYMUTIL $lib || :'
7962 else
7963 _lt_dsymutil=
7964 fi
7965 ;;
7966 esac
7967
d7040cdb 7968for ac_header in dlfcn.h
81ecdfbb
RW
7969do :
7970 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7971"
7972if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
d7040cdb 7973 cat >>confdefs.h <<_ACEOF
81ecdfbb 7974#define HAVE_DLFCN_H 1
d7040cdb
SE
7975_ACEOF
7976
7977fi
7978
7979done
7980
7981
7982
3725885a
RW
7983
7984
718a6fd8 7985# Set options
ce3c775b 7986enable_dlopen=yes
718a6fd8
SE
7987
7988
7989
718a6fd8
SE
7990
7991 enable_win32_dll=no
7992
7993
7994
81ecdfbb
RW
7995 # Check whether --enable-static was given.
7996if test "${enable_static+set}" = set; then :
7997 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7998 case $enableval in
7999 yes) enable_static=yes ;;
8000 no) enable_static=no ;;
8001 *)
8002 enable_static=no
8003 # Look at the argument we got. We use all the common list separators.
8004 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8005 for pkg in $enableval; do
8006 IFS="$lt_save_ifs"
8007 if test "X$pkg" = "X$p"; then
8008 enable_static=yes
8009 fi
8010 done
8011 IFS="$lt_save_ifs"
8012 ;;
8013 esac
8014else
8015 enable_static=yes
81ecdfbb 8016fi
718a6fd8
SE
8017
8018
8019
8020
8021
8022
8023
8024
8025
81ecdfbb
RW
8026
8027# Check whether --with-pic was given.
8028if test "${with_pic+set}" = set; then :
8029 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
8030else
8031 pic_mode=default
81ecdfbb
RW
8032fi
8033
718a6fd8
SE
8034
8035test -z "$pic_mode" && pic_mode=default
8036
8037
8038
8039
8040
8041
8042
81ecdfbb
RW
8043 # Check whether --enable-fast-install was given.
8044if test "${enable_fast_install+set}" = set; then :
8045 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
8046 case $enableval in
8047 yes) enable_fast_install=yes ;;
8048 no) enable_fast_install=no ;;
8049 *)
8050 enable_fast_install=no
8051 # Look at the argument we got. We use all the common list separators.
8052 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8053 for pkg in $enableval; do
8054 IFS="$lt_save_ifs"
8055 if test "X$pkg" = "X$p"; then
8056 enable_fast_install=yes
8057 fi
8058 done
8059 IFS="$lt_save_ifs"
8060 ;;
8061 esac
8062else
8063 enable_fast_install=yes
81ecdfbb
RW
8064fi
8065
718a6fd8
SE
8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
d7040cdb
SE
8076# This can be used to rebuild libtool when needed
8077LIBTOOL_DEPS="$ltmain"
8078
8079# Always use our own libtool.
8080LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
3725885a 8104
d7040cdb
SE
8105
8106
8107test -z "$LN_S" && LN_S="ln -s"
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
8121
8122if test -n "${ZSH_VERSION+set}" ; then
8123 setopt NO_GLOB_SUBST
8124fi
8125
81ecdfbb
RW
8126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8127$as_echo_n "checking for objdir... " >&6; }
8128if test "${lt_cv_objdir+set}" = set; then :
8129 $as_echo_n "(cached) " >&6
d7040cdb
SE
8130else
8131 rm -f .libs 2>/dev/null
8132mkdir .libs 2>/dev/null
8133if test -d .libs; then
8134 lt_cv_objdir=.libs
8135else
8136 # MS-DOS does not allow filenames that begin with a dot.
8137 lt_cv_objdir=_libs
8138fi
8139rmdir .libs 2>/dev/null
8140fi
81ecdfbb
RW
8141{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8142$as_echo "$lt_cv_objdir" >&6; }
d7040cdb
SE
8143objdir=$lt_cv_objdir
8144
8145
8146
8147
8148
8149cat >>confdefs.h <<_ACEOF
8150#define LT_OBJDIR "$lt_cv_objdir/"
8151_ACEOF
8152
8153
8154
8155
d7040cdb
SE
8156case $host_os in
8157aix3*)
8158 # AIX sometimes has problems with the GCC collect2 program. For some
8159 # reason, if we set the COLLECT_NAMES environment variable, the problems
8160 # vanish in a puff of smoke.
8161 if test "X${COLLECT_NAMES+set}" != Xset; then
8162 COLLECT_NAMES=
8163 export COLLECT_NAMES
8164 fi
8165 ;;
8166esac
8167
d7040cdb
SE
8168# Global variables:
8169ofile=libtool
8170can_build_shared=yes
8171
8172# All known linkers require a `.a' archive for static linking (except MSVC,
8173# which needs '.lib').
8174libext=a
8175
8176with_gnu_ld="$lt_cv_prog_gnu_ld"
8177
8178old_CC="$CC"
8179old_CFLAGS="$CFLAGS"
8180
8181# Set sane defaults for various variables
8182test -z "$CC" && CC=cc
8183test -z "$LTCC" && LTCC=$CC
8184test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8185test -z "$LD" && LD=ld
8186test -z "$ac_objext" && ac_objext=o
8187
8188for cc_temp in $compiler""; do
8189 case $cc_temp in
8190 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8191 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8192 \-*) ;;
8193 *) break;;
8194 esac
8195done
3725885a 8196cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
8197
8198
8199# Only perform the check for file, if the check method requires it
8200test -z "$MAGIC_CMD" && MAGIC_CMD=file
8201case $deplibs_check_method in
8202file_magic*)
8203 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8205$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8206if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8207 $as_echo_n "(cached) " >&6
d7040cdb
SE
8208else
8209 case $MAGIC_CMD in
8210[\\/*] | ?:[\\/]*)
8211 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8212 ;;
8213*)
8214 lt_save_MAGIC_CMD="$MAGIC_CMD"
8215 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8216 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8217 for ac_dir in $ac_dummy; do
8218 IFS="$lt_save_ifs"
8219 test -z "$ac_dir" && ac_dir=.
8220 if test -f $ac_dir/${ac_tool_prefix}file; then
8221 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8222 if test -n "$file_magic_test_file"; then
8223 case $deplibs_check_method in
8224 "file_magic "*)
8225 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8226 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8227 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8228 $EGREP "$file_magic_regex" > /dev/null; then
8229 :
8230 else
8231 cat <<_LT_EOF 1>&2
8232
8233*** Warning: the command libtool uses to detect shared libraries,
8234*** $file_magic_cmd, produces output that libtool cannot recognize.
8235*** The result is that libtool may fail to recognize shared libraries
8236*** as such. This will affect the creation of libtool libraries that
8237*** depend on shared libraries, but programs linked with such libtool
8238*** libraries will work regardless of this problem. Nevertheless, you
8239*** may want to report the problem to your system manager and/or to
8240*** bug-libtool@gnu.org
8241
8242_LT_EOF
8243 fi ;;
8244 esac
8245 fi
8246 break
8247 fi
8248 done
8249 IFS="$lt_save_ifs"
8250 MAGIC_CMD="$lt_save_MAGIC_CMD"
8251 ;;
8252esac
8253fi
8254
8255MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8256if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8258$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 8259else
81ecdfbb
RW
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8261$as_echo "no" >&6; }
d7040cdb
SE
8262fi
8263
8264
8265
8266
8267
8268if test -z "$lt_cv_path_MAGIC_CMD"; then
8269 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8271$as_echo_n "checking for file... " >&6; }
8272if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8273 $as_echo_n "(cached) " >&6
d7040cdb
SE
8274else
8275 case $MAGIC_CMD in
8276[\\/*] | ?:[\\/]*)
8277 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8278 ;;
8279*)
8280 lt_save_MAGIC_CMD="$MAGIC_CMD"
8281 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8282 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8283 for ac_dir in $ac_dummy; do
8284 IFS="$lt_save_ifs"
8285 test -z "$ac_dir" && ac_dir=.
8286 if test -f $ac_dir/file; then
8287 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8288 if test -n "$file_magic_test_file"; then
8289 case $deplibs_check_method in
8290 "file_magic "*)
8291 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8292 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8293 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8294 $EGREP "$file_magic_regex" > /dev/null; then
8295 :
8296 else
8297 cat <<_LT_EOF 1>&2
8298
8299*** Warning: the command libtool uses to detect shared libraries,
8300*** $file_magic_cmd, produces output that libtool cannot recognize.
8301*** The result is that libtool may fail to recognize shared libraries
8302*** as such. This will affect the creation of libtool libraries that
8303*** depend on shared libraries, but programs linked with such libtool
8304*** libraries will work regardless of this problem. Nevertheless, you
8305*** may want to report the problem to your system manager and/or to
8306*** bug-libtool@gnu.org
8307
8308_LT_EOF
8309 fi ;;
8310 esac
8311 fi
8312 break
8313 fi
8314 done
8315 IFS="$lt_save_ifs"
8316 MAGIC_CMD="$lt_save_MAGIC_CMD"
8317 ;;
8318esac
8319fi
8320
8321MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8322if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8324$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 8325else
81ecdfbb
RW
8326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8327$as_echo "no" >&6; }
d7040cdb
SE
8328fi
8329
8330
8331 else
8332 MAGIC_CMD=:
8333 fi
8334fi
8335
8336 fi
8337 ;;
8338esac
8339
8340# Use C for the default configuration in the libtool script
8341
8342lt_save_CC="$CC"
8343ac_ext=c
8344ac_cpp='$CPP $CPPFLAGS'
8345ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8346ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8347ac_compiler_gnu=$ac_cv_c_compiler_gnu
8348
8349
8350# Source file extension for C test sources.
8351ac_ext=c
8352
8353# Object file extension for compiled C test sources.
8354objext=o
8355objext=$objext
8356
8357# Code to be used in simple compile tests
8358lt_simple_compile_test_code="int some_variable = 0;"
8359
8360# Code to be used in simple link tests
8361lt_simple_link_test_code='int main(){return(0);}'
8362
8363
8364
8365
8366
8367
8368
8369# If no C compiler was specified, use CC.
8370LTCC=${LTCC-"$CC"}
8371
8372# If no C compiler flags were specified, use CFLAGS.
8373LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8374
8375# Allow CC to be a program name with arguments.
8376compiler=$CC
8377
8378# Save the default compiler, since it gets overwritten when the other
8379# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8380compiler_DEFAULT=$CC
8381
8382# save warnings/boilerplate of simple test code
8383ac_outfile=conftest.$ac_objext
8384echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8385eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8386_lt_compiler_boilerplate=`cat conftest.err`
8387$RM conftest*
8388
8389ac_outfile=conftest.$ac_objext
8390echo "$lt_simple_link_test_code" >conftest.$ac_ext
8391eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8392_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8393$RM -r conftest*
d7040cdb
SE
8394
8395
8396## CAVEAT EMPTOR:
8397## There is no encapsulation within the following macros, do not change
8398## the running order or otherwise move them around unless you know exactly
8399## what you are doing...
8400if test -n "$compiler"; then
8401
8402lt_prog_compiler_no_builtin_flag=
8403
8404if test "$GCC" = yes; then
3725885a
RW
8405 case $cc_basename in
8406 nvcc*)
8407 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8408 *)
8409 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8410 esac
d7040cdb 8411
81ecdfbb
RW
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8413$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8414if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8415 $as_echo_n "(cached) " >&6
d7040cdb
SE
8416else
8417 lt_cv_prog_compiler_rtti_exceptions=no
8418 ac_outfile=conftest.$ac_objext
8419 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8420 lt_compiler_flag="-fno-rtti -fno-exceptions"
8421 # Insert the option either (1) after the last *FLAGS variable, or
8422 # (2) before a word containing "conftest.", or (3) at the end.
8423 # Note that $ac_compile itself does not contain backslashes and begins
8424 # with a dollar sign (not a hyphen), so the echo should work correctly.
8425 # The option is referenced via a variable to avoid confusing sed.
8426 lt_compile=`echo "$ac_compile" | $SED \
8427 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8428 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8429 -e 's:$: $lt_compiler_flag:'`
3725885a 8430 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8431 (eval "$lt_compile" 2>conftest.err)
8432 ac_status=$?
8433 cat conftest.err >&5
3725885a 8434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8435 if (exit $ac_status) && test -s "$ac_outfile"; then
8436 # The compiler can only warn and ignore the option if not recognized
8437 # So say no if there are warnings other than the usual output.
3725885a 8438 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8439 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8440 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8441 lt_cv_prog_compiler_rtti_exceptions=yes
8442 fi
8443 fi
8444 $RM conftest*
8445
8446fi
81ecdfbb
RW
8447{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8448$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8449
8450if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8451 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8452else
8453 :
8454fi
8455
8456fi
8457
8458
8459
8460
8461
8462
8463 lt_prog_compiler_wl=
8464lt_prog_compiler_pic=
8465lt_prog_compiler_static=
8466
81ecdfbb
RW
8467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8468$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8469
8470 if test "$GCC" = yes; then
8471 lt_prog_compiler_wl='-Wl,'
8472 lt_prog_compiler_static='-static'
8473
8474 case $host_os in
8475 aix*)
8476 # All AIX code is PIC.
8477 if test "$host_cpu" = ia64; then
8478 # AIX 5 now supports IA64 processor
8479 lt_prog_compiler_static='-Bstatic'
8480 fi
6c9c0a50 8481 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8482 ;;
8483
8484 amigaos*)
718a6fd8
SE
8485 case $host_cpu in
8486 powerpc)
8487 # see comment about AmigaOS4 .so support
8488 lt_prog_compiler_pic='-fPIC'
8489 ;;
8490 m68k)
8491 # FIXME: we need at least 68020 code to build shared libraries, but
8492 # adding the `-m68020' flag to GCC prevents building anything better,
8493 # like `-m68040'.
8494 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8495 ;;
8496 esac
d7040cdb
SE
8497 ;;
8498
8499 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8500 # PIC is the default for these OSes.
8501 ;;
8502
718a6fd8 8503 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8504 # This hack is so that the source file can tell whether it is being
8505 # built for inclusion in a dll (and should export symbols for example).
8506 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8507 # (--disable-auto-import) libraries
8508 lt_prog_compiler_pic='-DDLL_EXPORT'
8509 ;;
8510
8511 darwin* | rhapsody*)
8512 # PIC is the default on this platform
8513 # Common symbols not allowed in MH_DYLIB files
8514 lt_prog_compiler_pic='-fno-common'
8515 ;;
8516
3725885a
RW
8517 haiku*)
8518 # PIC is the default for Haiku.
8519 # The "-static" flag exists, but is broken.
8520 lt_prog_compiler_static=
8521 ;;
8522
d7040cdb 8523 hpux*)
718a6fd8
SE
8524 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8525 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8526 # sets the default TLS model and affects inlining.
d7040cdb 8527 case $host_cpu in
718a6fd8 8528 hppa*64*)
d7040cdb
SE
8529 # +Z the default
8530 ;;
8531 *)
8532 lt_prog_compiler_pic='-fPIC'
8533 ;;
8534 esac
8535 ;;
8536
8537 interix[3-9]*)
8538 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8539 # Instead, we relocate shared libraries at runtime.
8540 ;;
8541
8542 msdosdjgpp*)
8543 # Just because we use GCC doesn't mean we suddenly get shared libraries
8544 # on systems that don't support them.
8545 lt_prog_compiler_can_build_shared=no
8546 enable_shared=no
8547 ;;
8548
8549 *nto* | *qnx*)
8550 # QNX uses GNU C++, but need to define -shared option too, otherwise
8551 # it will coredump.
8552 lt_prog_compiler_pic='-fPIC -shared'
8553 ;;
8554
8555 sysv4*MP*)
8556 if test -d /usr/nec; then
8557 lt_prog_compiler_pic=-Kconform_pic
8558 fi
8559 ;;
8560
8561 *)
8562 lt_prog_compiler_pic='-fPIC'
8563 ;;
8564 esac
3725885a
RW
8565
8566 case $cc_basename in
8567 nvcc*) # Cuda Compiler Driver 2.2
8568 lt_prog_compiler_wl='-Xlinker '
8569 lt_prog_compiler_pic='-Xcompiler -fPIC'
8570 ;;
8571 esac
d7040cdb
SE
8572 else
8573 # PORTME Check for flag to pass linker flags through the system compiler.
8574 case $host_os in
8575 aix*)
8576 lt_prog_compiler_wl='-Wl,'
8577 if test "$host_cpu" = ia64; then
8578 # AIX 5 now supports IA64 processor
8579 lt_prog_compiler_static='-Bstatic'
8580 else
8581 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8582 fi
8583 ;;
d7040cdb 8584
718a6fd8 8585 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8586 # This hack is so that the source file can tell whether it is being
8587 # built for inclusion in a dll (and should export symbols for example).
8588 lt_prog_compiler_pic='-DDLL_EXPORT'
8589 ;;
8590
8591 hpux9* | hpux10* | hpux11*)
8592 lt_prog_compiler_wl='-Wl,'
8593 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8594 # not for PA HP-UX.
8595 case $host_cpu in
8596 hppa*64*|ia64*)
8597 # +Z the default
8598 ;;
8599 *)
8600 lt_prog_compiler_pic='+Z'
8601 ;;
8602 esac
8603 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8604 lt_prog_compiler_static='${wl}-a ${wl}archive'
8605 ;;
8606
8607 irix5* | irix6* | nonstopux*)
8608 lt_prog_compiler_wl='-Wl,'
8609 # PIC (with -KPIC) is the default.
8610 lt_prog_compiler_static='-non_shared'
8611 ;;
8612
58e24671 8613 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8614 case $cc_basename in
718a6fd8
SE
8615 # old Intel for x86_64 which still supported -KPIC.
8616 ecc*)
d7040cdb
SE
8617 lt_prog_compiler_wl='-Wl,'
8618 lt_prog_compiler_pic='-KPIC'
8619 lt_prog_compiler_static='-static'
8620 ;;
718a6fd8
SE
8621 # icc used to be incompatible with GCC.
8622 # ICC 10 doesn't accept -KPIC any more.
8623 icc* | ifort*)
8624 lt_prog_compiler_wl='-Wl,'
8625 lt_prog_compiler_pic='-fPIC'
8626 lt_prog_compiler_static='-static'
8627 ;;
8628 # Lahey Fortran 8.1.
8629 lf95*)
8630 lt_prog_compiler_wl='-Wl,'
8631 lt_prog_compiler_pic='--shared'
8632 lt_prog_compiler_static='--static'
8633 ;;
3725885a 8634 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8635 # Portland Group compilers (*not* the Pentium gcc compiler,
8636 # which looks to be a dead project)
8637 lt_prog_compiler_wl='-Wl,'
8638 lt_prog_compiler_pic='-fpic'
8639 lt_prog_compiler_static='-Bstatic'
8640 ;;
8641 ccc*)
8642 lt_prog_compiler_wl='-Wl,'
8643 # All Alpha code is PIC.
8644 lt_prog_compiler_static='-non_shared'
8645 ;;
3725885a
RW
8646 xl* | bgxl* | bgf* | mpixl*)
8647 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8648 lt_prog_compiler_wl='-Wl,'
8649 lt_prog_compiler_pic='-qpic'
8650 lt_prog_compiler_static='-qstaticlink'
8651 ;;
d7040cdb
SE
8652 *)
8653 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8654 *Sun\ F* | *Sun*Fortran*)
8655 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8656 lt_prog_compiler_pic='-KPIC'
8657 lt_prog_compiler_static='-Bstatic'
3725885a 8658 lt_prog_compiler_wl=''
d7040cdb 8659 ;;
3725885a
RW
8660 *Sun\ C*)
8661 # Sun C 5.9
d7040cdb
SE
8662 lt_prog_compiler_pic='-KPIC'
8663 lt_prog_compiler_static='-Bstatic'
3725885a 8664 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8665 ;;
8666 esac
8667 ;;
8668 esac
8669 ;;
8670
8671 newsos6)
8672 lt_prog_compiler_pic='-KPIC'
8673 lt_prog_compiler_static='-Bstatic'
8674 ;;
8675
8676 *nto* | *qnx*)
8677 # QNX uses GNU C++, but need to define -shared option too, otherwise
8678 # it will coredump.
8679 lt_prog_compiler_pic='-fPIC -shared'
8680 ;;
8681
8682 osf3* | osf4* | osf5*)
8683 lt_prog_compiler_wl='-Wl,'
8684 # All OSF/1 code is PIC.
8685 lt_prog_compiler_static='-non_shared'
8686 ;;
8687
8688 rdos*)
8689 lt_prog_compiler_static='-non_shared'
8690 ;;
8691
8692 solaris*)
8693 lt_prog_compiler_pic='-KPIC'
8694 lt_prog_compiler_static='-Bstatic'
8695 case $cc_basename in
8696 f77* | f90* | f95*)
8697 lt_prog_compiler_wl='-Qoption ld ';;
8698 *)
8699 lt_prog_compiler_wl='-Wl,';;
8700 esac
8701 ;;
8702
8703 sunos4*)
8704 lt_prog_compiler_wl='-Qoption ld '
8705 lt_prog_compiler_pic='-PIC'
8706 lt_prog_compiler_static='-Bstatic'
8707 ;;
8708
8709 sysv4 | sysv4.2uw2* | sysv4.3*)
8710 lt_prog_compiler_wl='-Wl,'
8711 lt_prog_compiler_pic='-KPIC'
8712 lt_prog_compiler_static='-Bstatic'
8713 ;;
8714
8715 sysv4*MP*)
8716 if test -d /usr/nec ;then
8717 lt_prog_compiler_pic='-Kconform_pic'
8718 lt_prog_compiler_static='-Bstatic'
8719 fi
8720 ;;
8721
8722 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8723 lt_prog_compiler_wl='-Wl,'
8724 lt_prog_compiler_pic='-KPIC'
8725 lt_prog_compiler_static='-Bstatic'
8726 ;;
8727
8728 unicos*)
8729 lt_prog_compiler_wl='-Wl,'
8730 lt_prog_compiler_can_build_shared=no
8731 ;;
8732
8733 uts4*)
8734 lt_prog_compiler_pic='-pic'
8735 lt_prog_compiler_static='-Bstatic'
8736 ;;
8737
8738 *)
8739 lt_prog_compiler_can_build_shared=no
8740 ;;
8741 esac
8742 fi
8743
8744case $host_os in
8745 # For platforms which do not support PIC, -DPIC is meaningless:
8746 *djgpp*)
8747 lt_prog_compiler_pic=
8748 ;;
8749 *)
8750 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8751 ;;
8752esac
81ecdfbb
RW
8753{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8754$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
8755
8756
8757
8758
8759
8760
8761#
8762# Check to make sure the PIC flag actually works.
8763#
8764if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8766$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8767if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8768 $as_echo_n "(cached) " >&6
d7040cdb 8769else
718a6fd8 8770 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8771 ac_outfile=conftest.$ac_objext
8772 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8773 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8774 # Insert the option either (1) after the last *FLAGS variable, or
8775 # (2) before a word containing "conftest.", or (3) at the end.
8776 # Note that $ac_compile itself does not contain backslashes and begins
8777 # with a dollar sign (not a hyphen), so the echo should work correctly.
8778 # The option is referenced via a variable to avoid confusing sed.
8779 lt_compile=`echo "$ac_compile" | $SED \
8780 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8781 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8782 -e 's:$: $lt_compiler_flag:'`
3725885a 8783 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8784 (eval "$lt_compile" 2>conftest.err)
8785 ac_status=$?
8786 cat conftest.err >&5
3725885a 8787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8788 if (exit $ac_status) && test -s "$ac_outfile"; then
8789 # The compiler can only warn and ignore the option if not recognized
8790 # So say no if there are warnings other than the usual output.
3725885a 8791 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8792 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8793 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8794 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8795 fi
8796 fi
8797 $RM conftest*
8798
8799fi
81ecdfbb
RW
8800{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8801$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8802
718a6fd8 8803if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8804 case $lt_prog_compiler_pic in
8805 "" | " "*) ;;
8806 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8807 esac
8808else
8809 lt_prog_compiler_pic=
8810 lt_prog_compiler_can_build_shared=no
8811fi
8812
8813fi
8814
8815
8816
8817
8818
8819
8820#
8821# Check to make sure the static flag actually works.
8822#
8823wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8825$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8826if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8827 $as_echo_n "(cached) " >&6
d7040cdb 8828else
718a6fd8 8829 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8830 save_LDFLAGS="$LDFLAGS"
8831 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8832 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8833 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8834 # The linker can only warn and ignore the option if not recognized
8835 # So say no if there are warnings
8836 if test -s conftest.err; then
8837 # Append any errors to the config.log.
8838 cat conftest.err 1>&5
3725885a 8839 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8840 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8841 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8842 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8843 fi
8844 else
718a6fd8 8845 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8846 fi
8847 fi
718a6fd8 8848 $RM -r conftest*
d7040cdb
SE
8849 LDFLAGS="$save_LDFLAGS"
8850
8851fi
81ecdfbb
RW
8852{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8853$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8854
718a6fd8 8855if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8856 :
8857else
8858 lt_prog_compiler_static=
8859fi
8860
8861
8862
8863
8864
8865
8866
81ecdfbb
RW
8867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8868$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8869if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8870 $as_echo_n "(cached) " >&6
d7040cdb
SE
8871else
8872 lt_cv_prog_compiler_c_o=no
8873 $RM -r conftest 2>/dev/null
8874 mkdir conftest
8875 cd conftest
8876 mkdir out
8877 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8878
8879 lt_compiler_flag="-o out/conftest2.$ac_objext"
8880 # Insert the option either (1) after the last *FLAGS variable, or
8881 # (2) before a word containing "conftest.", or (3) at the end.
8882 # Note that $ac_compile itself does not contain backslashes and begins
8883 # with a dollar sign (not a hyphen), so the echo should work correctly.
8884 lt_compile=`echo "$ac_compile" | $SED \
8885 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8886 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8887 -e 's:$: $lt_compiler_flag:'`
3725885a 8888 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8889 (eval "$lt_compile" 2>out/conftest.err)
8890 ac_status=$?
8891 cat out/conftest.err >&5
3725885a 8892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8893 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8894 then
8895 # The compiler can only warn and ignore the option if not recognized
8896 # So say no if there are warnings
3725885a 8897 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8898 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8899 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8900 lt_cv_prog_compiler_c_o=yes
8901 fi
8902 fi
8903 chmod u+w . 2>&5
8904 $RM conftest*
8905 # SGI C++ compiler will create directory out/ii_files/ for
8906 # template instantiation
8907 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8908 $RM out/* && rmdir out
8909 cd ..
8910 $RM -r conftest
8911 $RM conftest*
8912
8913fi
81ecdfbb
RW
8914{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8915$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8916
8917
8918
8919
8920
8921
81ecdfbb
RW
8922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8923$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8924if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8925 $as_echo_n "(cached) " >&6
d7040cdb
SE
8926else
8927 lt_cv_prog_compiler_c_o=no
8928 $RM -r conftest 2>/dev/null
8929 mkdir conftest
8930 cd conftest
8931 mkdir out
8932 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8933
8934 lt_compiler_flag="-o out/conftest2.$ac_objext"
8935 # Insert the option either (1) after the last *FLAGS variable, or
8936 # (2) before a word containing "conftest.", or (3) at the end.
8937 # Note that $ac_compile itself does not contain backslashes and begins
8938 # with a dollar sign (not a hyphen), so the echo should work correctly.
8939 lt_compile=`echo "$ac_compile" | $SED \
8940 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8941 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8942 -e 's:$: $lt_compiler_flag:'`
3725885a 8943 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8944 (eval "$lt_compile" 2>out/conftest.err)
8945 ac_status=$?
8946 cat out/conftest.err >&5
3725885a 8947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8948 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8949 then
8950 # The compiler can only warn and ignore the option if not recognized
8951 # So say no if there are warnings
3725885a 8952 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8953 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8954 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8955 lt_cv_prog_compiler_c_o=yes
8956 fi
8957 fi
8958 chmod u+w . 2>&5
8959 $RM conftest*
8960 # SGI C++ compiler will create directory out/ii_files/ for
8961 # template instantiation
8962 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8963 $RM out/* && rmdir out
8964 cd ..
8965 $RM -r conftest
8966 $RM conftest*
8967
8968fi
81ecdfbb
RW
8969{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8970$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8971
8972
8973
8974
8975hard_links="nottested"
8976if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8977 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8979$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
8980 hard_links=yes
8981 $RM conftest*
8982 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8983 touch conftest.a
8984 ln conftest.a conftest.b 2>&5 || hard_links=no
8985 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8987$as_echo "$hard_links" >&6; }
d7040cdb 8988 if test "$hard_links" = no; then
81ecdfbb
RW
8989 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8990$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
8991 need_locks=warn
8992 fi
8993else
8994 need_locks=no
8995fi
8996
8997
8998
8999
9000
9001
81ecdfbb
RW
9002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9003$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
9004
9005 runpath_var=
9006 allow_undefined_flag=
9007 always_export_symbols=no
9008 archive_cmds=
9009 archive_expsym_cmds=
9010 compiler_needs_object=no
9011 enable_shared_with_static_runtimes=no
9012 export_dynamic_flag_spec=
9013 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9014 hardcode_automatic=no
9015 hardcode_direct=no
9016 hardcode_direct_absolute=no
9017 hardcode_libdir_flag_spec=
9018 hardcode_libdir_flag_spec_ld=
9019 hardcode_libdir_separator=
9020 hardcode_minus_L=no
9021 hardcode_shlibpath_var=unsupported
9022 inherit_rpath=no
9023 link_all_deplibs=unknown
9024 module_cmds=
9025 module_expsym_cmds=
9026 old_archive_from_new_cmds=
9027 old_archive_from_expsyms_cmds=
9028 thread_safe_flag_spec=
9029 whole_archive_flag_spec=
9030 # include_expsyms should be a list of space-separated symbols to be *always*
9031 # included in the symbol list
9032 include_expsyms=
9033 # exclude_expsyms can be an extended regexp of symbols to exclude
9034 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9035 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9036 # as well as any symbol that contains `d'.
718a6fd8 9037 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
9038 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9039 # platforms (ab)use it in PIC code, but their linkers get confused if
9040 # the symbol is explicitly referenced. Since portable code cannot
9041 # rely on this symbol name, it's probably fine to never include it in
9042 # preloaded symbol tables.
718a6fd8 9043 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
9044 extract_expsyms_cmds=
9045
9046 case $host_os in
718a6fd8 9047 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9048 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9049 # When not using gcc, we currently assume that we are using
9050 # Microsoft Visual C++.
9051 if test "$GCC" != yes; then
9052 with_gnu_ld=no
9053 fi
9054 ;;
9055 interix*)
9056 # we just hope/assume this is gcc and not c89 (= MSVC++)
9057 with_gnu_ld=yes
9058 ;;
9059 openbsd*)
9060 with_gnu_ld=no
9061 ;;
9062 esac
9063
9064 ld_shlibs=yes
3725885a
RW
9065
9066 # On some targets, GNU ld is compatible enough with the native linker
9067 # that we're better off using the native interface for both.
9068 lt_use_gnu_ld_interface=no
d7040cdb 9069 if test "$with_gnu_ld" = yes; then
3725885a
RW
9070 case $host_os in
9071 aix*)
9072 # The AIX port of GNU ld has always aspired to compatibility
9073 # with the native linker. However, as the warning in the GNU ld
9074 # block says, versions before 2.19.5* couldn't really create working
9075 # shared libraries, regardless of the interface used.
9076 case `$LD -v 2>&1` in
9077 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9078 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9079 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9080 *)
9081 lt_use_gnu_ld_interface=yes
9082 ;;
9083 esac
9084 ;;
9085 *)
9086 lt_use_gnu_ld_interface=yes
9087 ;;
9088 esac
9089 fi
9090
9091 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
9092 # If archive_cmds runs LD, not CC, wlarc should be empty
9093 wlarc='${wl}'
9094
9095 # Set some defaults for GNU ld with shared library support. These
9096 # are reset later if shared libraries are not supported. Putting them
9097 # here allows them to be overridden if necessary.
9098 runpath_var=LD_RUN_PATH
9099 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9100 export_dynamic_flag_spec='${wl}--export-dynamic'
9101 # ancient GNU ld didn't support --whole-archive et. al.
9102 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9103 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9104 else
9105 whole_archive_flag_spec=
9106 fi
9107 supports_anon_versioning=no
9108 case `$LD -v 2>&1` in
3725885a 9109 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
9110 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9111 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9112 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9113 *\ 2.11.*) ;; # other 2.11 versions
9114 *) supports_anon_versioning=yes ;;
9115 esac
9116
9117 # See if GNU ld supports shared libraries.
9118 case $host_os in
e81819a5 9119 aix[3-9]*)
d7040cdb
SE
9120 # On AIX/PPC, the GNU linker is very broken
9121 if test "$host_cpu" != ia64; then
9122 ld_shlibs=no
9123 cat <<_LT_EOF 1>&2
9124
3725885a 9125*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
9126*** to be unable to reliably create shared libraries on AIX.
9127*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
9128*** really care for shared libraries, you may want to install binutils
9129*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9130*** You will then need to restart the configuration process.
d7040cdb
SE
9131
9132_LT_EOF
9133 fi
9134 ;;
9135
9136 amigaos*)
718a6fd8
SE
9137 case $host_cpu in
9138 powerpc)
9139 # see comment about AmigaOS4 .so support
9140 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9141 archive_expsym_cmds=''
9142 ;;
9143 m68k)
9144 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9145 hardcode_libdir_flag_spec='-L$libdir'
9146 hardcode_minus_L=yes
9147 ;;
9148 esac
d7040cdb
SE
9149 ;;
9150
9151 beos*)
9152 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9153 allow_undefined_flag=unsupported
9154 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9155 # support --undefined. This deserves some investigation. FIXME
9156 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9157 else
9158 ld_shlibs=no
9159 fi
9160 ;;
9161
718a6fd8 9162 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9163 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9164 # as there is no search path for DLLs.
9165 hardcode_libdir_flag_spec='-L$libdir'
3725885a 9166 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
9167 allow_undefined_flag=unsupported
9168 always_export_symbols=no
9169 enable_shared_with_static_runtimes=yes
9170 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9171
9172 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9173 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9174 # If the export-symbols file already is a .def file (1st line
9175 # is EXPORTS), use it as is; otherwise, prepend...
9176 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9177 cp $export_symbols $output_objdir/$soname.def;
9178 else
9179 echo EXPORTS > $output_objdir/$soname.def;
9180 cat $export_symbols >> $output_objdir/$soname.def;
9181 fi~
9182 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9183 else
9184 ld_shlibs=no
9185 fi
9186 ;;
9187
3725885a
RW
9188 haiku*)
9189 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9190 link_all_deplibs=yes
9191 ;;
9192
d7040cdb
SE
9193 interix[3-9]*)
9194 hardcode_direct=no
9195 hardcode_shlibpath_var=no
9196 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9197 export_dynamic_flag_spec='${wl}-E'
9198 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9199 # Instead, shared libraries are loaded at an image base (0x10000000 by
9200 # default) and relocated if they conflict, which is a slow very memory
9201 # consuming and fragmenting process. To avoid this, we pick a random,
9202 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9203 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9204 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9205 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9206 ;;
9207
58e24671 9208 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
9209 tmp_diet=no
9210 if test "$host_os" = linux-dietlibc; then
9211 case $cc_basename in
9212 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9213 esac
9214 fi
9215 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9216 && test "$tmp_diet" = no
9217 then
6e733cce 9218 tmp_addflag=' $pic_flag'
718a6fd8 9219 tmp_sharedflag='-shared'
d7040cdb
SE
9220 case $cc_basename,$host_cpu in
9221 pgcc*) # Portland Group C compiler
3725885a 9222 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
d7040cdb
SE
9223 tmp_addflag=' $pic_flag'
9224 ;;
3725885a
RW
9225 pgf77* | pgf90* | pgf95* | pgfortran*)
9226 # Portland Group f77 and f90 compilers
9227 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
d7040cdb
SE
9228 tmp_addflag=' $pic_flag -Mnomain' ;;
9229 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9230 tmp_addflag=' -i_dynamic' ;;
9231 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9232 tmp_addflag=' -i_dynamic -nofor_main' ;;
9233 ifc* | ifort*) # Intel Fortran compiler
9234 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9235 lf95*) # Lahey Fortran 8.1
9236 whole_archive_flag_spec=
9237 tmp_sharedflag='--shared' ;;
3725885a 9238 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9239 tmp_sharedflag='-qmkshrobj'
9240 tmp_addflag= ;;
3725885a
RW
9241 nvcc*) # Cuda Compiler Driver 2.2
9242 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9243 compiler_needs_object=yes
9244 ;;
d7040cdb
SE
9245 esac
9246 case `$CC -V 2>&1 | sed 5q` in
9247 *Sun\ C*) # Sun C 5.9
3725885a 9248 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
d7040cdb
SE
9249 compiler_needs_object=yes
9250 tmp_sharedflag='-G' ;;
9251 *Sun\ F*) # Sun Fortran 8.3
9252 tmp_sharedflag='-G' ;;
d7040cdb
SE
9253 esac
9254 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9255
9256 if test "x$supports_anon_versioning" = xyes; then
9257 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9258 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9259 echo "local: *; };" >> $output_objdir/$libname.ver~
9260 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9261 fi
718a6fd8
SE
9262
9263 case $cc_basename in
3725885a 9264 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9265 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9266 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9267 hardcode_libdir_flag_spec=
9268 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9269 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9270 if test "x$supports_anon_versioning" = xyes; then
9271 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9272 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9273 echo "local: *; };" >> $output_objdir/$libname.ver~
9274 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9275 fi
9276 ;;
9277 esac
d7040cdb
SE
9278 else
9279 ld_shlibs=no
9280 fi
9281 ;;
9282
9283 netbsd*)
9284 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9285 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9286 wlarc=
9287 else
9288 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9289 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9290 fi
9291 ;;
9292
9293 solaris*)
9294 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9295 ld_shlibs=no
9296 cat <<_LT_EOF 1>&2
9297
9298*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9299*** create shared libraries on Solaris systems. Therefore, libtool
9300*** is disabling shared libraries support. We urge you to upgrade GNU
9301*** binutils to release 2.9.1 or newer. Another option is to modify
9302*** your PATH or compiler configuration so that the native linker is
9303*** used, and then restart.
9304
9305_LT_EOF
9306 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9307 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9308 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9309 else
9310 ld_shlibs=no
9311 fi
9312 ;;
9313
9314 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9315 case `$LD -v 2>&1` in
9316 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9317 ld_shlibs=no
9318 cat <<_LT_EOF 1>&2
9319
9320*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9321*** reliably create shared libraries on SCO systems. Therefore, libtool
9322*** is disabling shared libraries support. We urge you to upgrade GNU
9323*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9324*** your PATH or compiler configuration so that the native linker is
9325*** used, and then restart.
9326
9327_LT_EOF
9328 ;;
9329 *)
9330 # For security reasons, it is highly recommended that you always
9331 # use absolute paths for naming shared libraries, and exclude the
9332 # DT_RUNPATH tag from executables and libraries. But doing so
9333 # requires that you compile everything twice, which is a pain.
9334 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9335 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9336 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9337 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9338 else
9339 ld_shlibs=no
9340 fi
9341 ;;
9342 esac
9343 ;;
9344
9345 sunos4*)
9346 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9347 wlarc=
9348 hardcode_direct=yes
9349 hardcode_shlibpath_var=no
9350 ;;
9351
9352 *)
9353 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9354 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9355 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9356 else
9357 ld_shlibs=no
9358 fi
9359 ;;
9360 esac
9361
9362 if test "$ld_shlibs" = no; then
9363 runpath_var=
9364 hardcode_libdir_flag_spec=
9365 export_dynamic_flag_spec=
9366 whole_archive_flag_spec=
9367 fi
9368 else
9369 # PORTME fill in a description of your system's linker (not GNU ld)
9370 case $host_os in
9371 aix3*)
9372 allow_undefined_flag=unsupported
9373 always_export_symbols=yes
9374 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
9375 # Note: this linker hardcodes the directories in LIBPATH if there
9376 # are no directories specified by -L.
9377 hardcode_minus_L=yes
9378 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9379 # Neither direct hardcoding nor static linking is supported with a
9380 # broken collect2.
9381 hardcode_direct=unsupported
9382 fi
9383 ;;
9384
e81819a5 9385 aix[4-9]*)
d7040cdb
SE
9386 if test "$host_cpu" = ia64; then
9387 # On IA64, the linker does run time linking by default, so we don't
9388 # have to do anything special.
9389 aix_use_runtimelinking=no
9390 exp_sym_flag='-Bexport'
9391 no_entry_flag=""
9392 else
9393 # If we're using GNU nm, then we don't want the "-C" option.
9394 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9395 # Also, AIX nm treats weak defined symbols like other global
9396 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9397 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9398 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
d7040cdb 9399 else
5c14705f 9400 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
d7040cdb
SE
9401 fi
9402 aix_use_runtimelinking=no
9403
9404 # Test if we are trying to use run time linking or normal
9405 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9406 # need to do runtime linking.
e81819a5 9407 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9408 for ld_flag in $LDFLAGS; do
9409 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9410 aix_use_runtimelinking=yes
9411 break
9412 fi
9413 done
9414 ;;
9415 esac
9416
9417 exp_sym_flag='-bexport'
9418 no_entry_flag='-bnoentry'
9419 fi
9420
9421 # When large executables or shared objects are built, AIX ld can
9422 # have problems creating the table of contents. If linking a library
9423 # or program results in "error TOC overflow" add -mminimal-toc to
9424 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9425 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9426
9427 archive_cmds=''
9428 hardcode_direct=yes
9429 hardcode_direct_absolute=yes
9430 hardcode_libdir_separator=':'
9431 link_all_deplibs=yes
9432 file_list_spec='${wl}-f,'
9433
9434 if test "$GCC" = yes; then
9435 case $host_os in aix4.[012]|aix4.[012].*)
9436 # We only want to do this on AIX 4.2 and lower, the check
9437 # below for broken collect2 doesn't work under 4.3+
9438 collect2name=`${CC} -print-prog-name=collect2`
9439 if test -f "$collect2name" &&
9440 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9441 then
9442 # We have reworked collect2
9443 :
9444 else
9445 # We have old collect2
9446 hardcode_direct=unsupported
9447 # It fails to find uninstalled libraries when the uninstalled
9448 # path is not listed in the libpath. Setting hardcode_minus_L
9449 # to unsupported forces relinking
9450 hardcode_minus_L=yes
9451 hardcode_libdir_flag_spec='-L$libdir'
9452 hardcode_libdir_separator=
9453 fi
9454 ;;
9455 esac
9456 shared_flag='-shared'
9457 if test "$aix_use_runtimelinking" = yes; then
9458 shared_flag="$shared_flag "'${wl}-G'
9459 fi
9460 else
9461 # not using gcc
9462 if test "$host_cpu" = ia64; then
9463 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9464 # chokes on -Wl,-G. The following line is correct:
9465 shared_flag='-G'
9466 else
9467 if test "$aix_use_runtimelinking" = yes; then
9468 shared_flag='${wl}-G'
9469 else
9470 shared_flag='${wl}-bM:SRE'
9471 fi
9472 fi
9473 fi
9474
718a6fd8 9475 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9476 # It seems that -bexpall does not export symbols beginning with
9477 # underscore (_), so it is better to generate a list of symbols to export.
9478 always_export_symbols=yes
9479 if test "$aix_use_runtimelinking" = yes; then
9480 # Warning - without using the other runtime loading flags (-brtl),
9481 # -berok will link without error, but may produce a broken library.
9482 allow_undefined_flag='-berok'
9483 # Determine the default libpath from the value encoded in an
9484 # empty executable.
81ecdfbb 9485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
9486/* end confdefs.h. */
9487
9488int
9489main ()
9490{
9491
9492 ;
9493 return 0;
9494}
9495_ACEOF
81ecdfbb 9496if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9497
9498lt_aix_libpath_sed='
9499 /Import File Strings/,/^$/ {
9500 /^0/ {
9501 s/^0 *\(.*\)$/\1/
9502 p
9503 }
9504 }'
9505aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9506# Check for a 64-bit object if we didn't find anything.
9507if test -z "$aix_libpath"; then
9508 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9509fi
d7040cdb 9510fi
81ecdfbb
RW
9511rm -f core conftest.err conftest.$ac_objext \
9512 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9513if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9514
9515 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9516 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
d7040cdb
SE
9517 else
9518 if test "$host_cpu" = ia64; then
9519 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9520 allow_undefined_flag="-z nodefs"
9521 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
9522 else
9523 # Determine the default libpath from the value encoded in an
9524 # empty executable.
81ecdfbb 9525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
9526/* end confdefs.h. */
9527
9528int
9529main ()
9530{
9531
9532 ;
9533 return 0;
9534}
9535_ACEOF
81ecdfbb 9536if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9537
9538lt_aix_libpath_sed='
9539 /Import File Strings/,/^$/ {
9540 /^0/ {
9541 s/^0 *\(.*\)$/\1/
9542 p
9543 }
9544 }'
9545aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9546# Check for a 64-bit object if we didn't find anything.
9547if test -z "$aix_libpath"; then
9548 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9549fi
d7040cdb 9550fi
81ecdfbb
RW
9551rm -f core conftest.err conftest.$ac_objext \
9552 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9553if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9554
9555 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9556 # Warning - without using the other run time loading flags,
9557 # -berok will link without error, but may produce a broken library.
9558 no_undefined_flag=' ${wl}-bernotok'
9559 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9560 if test "$with_gnu_ld" = yes; then
9561 # We only use this code for GNU lds that support --whole-archive.
9562 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9563 else
9564 # Exported symbols can be pulled into shared objects from archives
9565 whole_archive_flag_spec='$convenience'
9566 fi
d7040cdb
SE
9567 archive_cmds_need_lc=yes
9568 # This is similar to how AIX traditionally builds its shared libraries.
9569 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
9570 fi
9571 fi
9572 ;;
9573
9574 amigaos*)
718a6fd8
SE
9575 case $host_cpu in
9576 powerpc)
9577 # see comment about AmigaOS4 .so support
9578 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9579 archive_expsym_cmds=''
9580 ;;
9581 m68k)
9582 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9583 hardcode_libdir_flag_spec='-L$libdir'
9584 hardcode_minus_L=yes
9585 ;;
9586 esac
d7040cdb
SE
9587 ;;
9588
9589 bsdi[45]*)
9590 export_dynamic_flag_spec=-rdynamic
9591 ;;
9592
718a6fd8 9593 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9594 # When not using gcc, we currently assume that we are using
9595 # Microsoft Visual C++.
9596 # hardcode_libdir_flag_spec is actually meaningless, as there is
9597 # no search path for DLLs.
9598 hardcode_libdir_flag_spec=' '
9599 allow_undefined_flag=unsupported
9600 # Tell ltmain to make .lib files, not .a files.
9601 libext=lib
9602 # Tell ltmain to make .dll files, not .so files.
9603 shrext_cmds=".dll"
9604 # FIXME: Setting linknames here is a bad hack.
3725885a 9605 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
d7040cdb
SE
9606 # The linker will automatically build a .lib file if we build a DLL.
9607 old_archive_from_new_cmds='true'
9608 # FIXME: Should let the user specify the lib program.
9609 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9610 fix_srcfile_path='`cygpath -w "$srcfile"`'
9611 enable_shared_with_static_runtimes=yes
9612 ;;
9613
9614 darwin* | rhapsody*)
d7040cdb 9615
718a6fd8
SE
9616
9617 archive_cmds_need_lc=no
9618 hardcode_direct=no
9619 hardcode_automatic=yes
9620 hardcode_shlibpath_var=unsupported
3725885a
RW
9621 if test "$lt_cv_ld_force_load" = "yes"; then
9622 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9623 else
9624 whole_archive_flag_spec=''
9625 fi
718a6fd8
SE
9626 link_all_deplibs=yes
9627 allow_undefined_flag="$_lt_dar_allow_undefined"
9628 case $cc_basename in
9629 ifort*) _lt_dar_can_shared=yes ;;
9630 *) _lt_dar_can_shared=$GCC ;;
9631 esac
9632 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9633 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9634 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9635 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9636 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9637 module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
9638
9639 else
9640 ld_shlibs=no
9641 fi
9642
d7040cdb
SE
9643 ;;
9644
9645 dgux*)
9646 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9647 hardcode_libdir_flag_spec='-L$libdir'
9648 hardcode_shlibpath_var=no
9649 ;;
9650
d7040cdb
SE
9651 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9652 # support. Future versions do this automatically, but an explicit c++rt0.o
9653 # does not break anything, and helps significantly (at the cost of a little
9654 # extra space).
9655 freebsd2.2*)
9656 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9657 hardcode_libdir_flag_spec='-R$libdir'
9658 hardcode_direct=yes
9659 hardcode_shlibpath_var=no
9660 ;;
9661
9662 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9663 freebsd2.*)
d7040cdb
SE
9664 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9665 hardcode_direct=yes
9666 hardcode_minus_L=yes
9667 hardcode_shlibpath_var=no
9668 ;;
9669
9670 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9671 freebsd* | dragonfly*)
9672 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9673 hardcode_libdir_flag_spec='-R$libdir'
9674 hardcode_direct=yes
9675 hardcode_shlibpath_var=no
9676 ;;
9677
9678 hpux9*)
9679 if test "$GCC" = yes; then
9680 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9681 else
9682 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9683 fi
9684 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9685 hardcode_libdir_separator=:
9686 hardcode_direct=yes
9687
9688 # hardcode_minus_L: Not really in the search PATH,
9689 # but as the default location of the library.
9690 hardcode_minus_L=yes
9691 export_dynamic_flag_spec='${wl}-E'
9692 ;;
9693
9694 hpux10*)
3725885a 9695 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9696 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9697 else
9698 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9699 fi
9700 if test "$with_gnu_ld" = no; then
9701 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9702 hardcode_libdir_flag_spec_ld='+b $libdir'
9703 hardcode_libdir_separator=:
9704 hardcode_direct=yes
9705 hardcode_direct_absolute=yes
9706 export_dynamic_flag_spec='${wl}-E'
9707 # hardcode_minus_L: Not really in the search PATH,
9708 # but as the default location of the library.
9709 hardcode_minus_L=yes
9710 fi
9711 ;;
9712
9713 hpux11*)
3725885a 9714 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9715 case $host_cpu in
9716 hppa*64*)
9717 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9718 ;;
9719 ia64*)
718a6fd8 9720 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9721 ;;
9722 *)
9723 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9724 ;;
9725 esac
9726 else
9727 case $host_cpu in
9728 hppa*64*)
9729 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9730 ;;
9731 ia64*)
9732 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9733 ;;
9734 *)
3725885a
RW
9735
9736 # Older versions of the 11.00 compiler do not understand -b yet
9737 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9739$as_echo_n "checking if $CC understands -b... " >&6; }
9740if test "${lt_cv_prog_compiler__b+set}" = set; then :
9741 $as_echo_n "(cached) " >&6
9742else
9743 lt_cv_prog_compiler__b=no
9744 save_LDFLAGS="$LDFLAGS"
9745 LDFLAGS="$LDFLAGS -b"
9746 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9747 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9748 # The linker can only warn and ignore the option if not recognized
9749 # So say no if there are warnings
9750 if test -s conftest.err; then
9751 # Append any errors to the config.log.
9752 cat conftest.err 1>&5
9753 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9754 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9755 if diff conftest.exp conftest.er2 >/dev/null; then
9756 lt_cv_prog_compiler__b=yes
9757 fi
9758 else
9759 lt_cv_prog_compiler__b=yes
9760 fi
9761 fi
9762 $RM -r conftest*
9763 LDFLAGS="$save_LDFLAGS"
9764
9765fi
9766{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9767$as_echo "$lt_cv_prog_compiler__b" >&6; }
9768
9769if test x"$lt_cv_prog_compiler__b" = xyes; then
9770 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9771else
9772 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9773fi
9774
d7040cdb
SE
9775 ;;
9776 esac
9777 fi
9778 if test "$with_gnu_ld" = no; then
9779 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9780 hardcode_libdir_separator=:
9781
9782 case $host_cpu in
9783 hppa*64*|ia64*)
9784 hardcode_direct=no
9785 hardcode_shlibpath_var=no
9786 ;;
9787 *)
9788 hardcode_direct=yes
9789 hardcode_direct_absolute=yes
9790 export_dynamic_flag_spec='${wl}-E'
9791
9792 # hardcode_minus_L: Not really in the search PATH,
9793 # but as the default location of the library.
9794 hardcode_minus_L=yes
9795 ;;
9796 esac
9797 fi
9798 ;;
9799
9800 irix5* | irix6* | nonstopux*)
9801 if test "$GCC" = yes; then
3725885a 9802 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
d7040cdb
SE
9803 # Try to use the -exported_symbol ld option, if it does not
9804 # work, assume that -exports_file does not work either and
9805 # implicitly export all symbols.
9806 save_LDFLAGS="$LDFLAGS"
9807 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
9808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9809/* end confdefs.h. */
d7040cdb
SE
9810int foo(void) {}
9811_ACEOF
81ecdfbb 9812if ac_fn_c_try_link "$LINENO"; then :
3725885a 9813 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
d7040cdb 9814
d7040cdb 9815fi
81ecdfbb
RW
9816rm -f core conftest.err conftest.$ac_objext \
9817 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9818 LDFLAGS="$save_LDFLAGS"
9819 else
3725885a
RW
9820 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9821 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
d7040cdb
SE
9822 fi
9823 archive_cmds_need_lc='no'
9824 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9825 hardcode_libdir_separator=:
9826 inherit_rpath=yes
9827 link_all_deplibs=yes
9828 ;;
9829
9830 netbsd*)
9831 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9832 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9833 else
9834 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9835 fi
9836 hardcode_libdir_flag_spec='-R$libdir'
9837 hardcode_direct=yes
9838 hardcode_shlibpath_var=no
9839 ;;
9840
9841 newsos6)
9842 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9843 hardcode_direct=yes
9844 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9845 hardcode_libdir_separator=:
9846 hardcode_shlibpath_var=no
9847 ;;
9848
9849 *nto* | *qnx*)
9850 ;;
9851
9852 openbsd*)
718a6fd8
SE
9853 if test -f /usr/libexec/ld.so; then
9854 hardcode_direct=yes
9855 hardcode_shlibpath_var=no
9856 hardcode_direct_absolute=yes
9857 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9858 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9859 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9860 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9861 export_dynamic_flag_spec='${wl}-E'
9862 else
9863 case $host_os in
9864 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9865 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9866 hardcode_libdir_flag_spec='-R$libdir'
9867 ;;
9868 *)
9869 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9870 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9871 ;;
9872 esac
9873 fi
9874 else
9875 ld_shlibs=no
d7040cdb
SE
9876 fi
9877 ;;
9878
9879 os2*)
9880 hardcode_libdir_flag_spec='-L$libdir'
9881 hardcode_minus_L=yes
9882 allow_undefined_flag=unsupported
3725885a 9883 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
d7040cdb
SE
9884 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9885 ;;
9886
9887 osf3*)
9888 if test "$GCC" = yes; then
9889 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9890 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
d7040cdb
SE
9891 else
9892 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9893 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
d7040cdb
SE
9894 fi
9895 archive_cmds_need_lc='no'
9896 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9897 hardcode_libdir_separator=:
9898 ;;
9899
9900 osf4* | osf5*) # as osf3* with the addition of -msym flag
9901 if test "$GCC" = yes; then
9902 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9903 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
d7040cdb
SE
9904 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9905 else
9906 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9907 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
d7040cdb 9908 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
3725885a 9909 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
d7040cdb
SE
9910
9911 # Both c and cxx compiler support -rpath directly
9912 hardcode_libdir_flag_spec='-rpath $libdir'
9913 fi
9914 archive_cmds_need_lc='no'
9915 hardcode_libdir_separator=:
9916 ;;
9917
9918 solaris*)
9919 no_undefined_flag=' -z defs'
9920 if test "$GCC" = yes; then
9921 wlarc='${wl}'
9922 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9923 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9924 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9925 else
9926 case `$CC -V 2>&1` in
9927 *"Compilers 5.0"*)
9928 wlarc=''
9929 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9930 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9931 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9932 ;;
9933 *)
9934 wlarc='${wl}'
9935 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9936 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9937 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9938 ;;
9939 esac
9940 fi
9941 hardcode_libdir_flag_spec='-R$libdir'
9942 hardcode_shlibpath_var=no
9943 case $host_os in
9944 solaris2.[0-5] | solaris2.[0-5].*) ;;
9945 *)
9946 # The compiler driver will combine and reorder linker options,
9947 # but understands `-z linker_flag'. GCC discards it without `$wl',
9948 # but is careful enough not to reorder.
9949 # Supported since Solaris 2.6 (maybe 2.5.1?)
9950 if test "$GCC" = yes; then
9951 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9952 else
9953 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9954 fi
9955 ;;
9956 esac
9957 link_all_deplibs=yes
9958 ;;
9959
9960 sunos4*)
9961 if test "x$host_vendor" = xsequent; then
9962 # Use $CC to link under sequent, because it throws in some extra .o
9963 # files that make .init and .fini sections work.
9964 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9965 else
9966 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9967 fi
9968 hardcode_libdir_flag_spec='-L$libdir'
9969 hardcode_direct=yes
9970 hardcode_minus_L=yes
9971 hardcode_shlibpath_var=no
9972 ;;
9973
9974 sysv4)
9975 case $host_vendor in
9976 sni)
9977 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9978 hardcode_direct=yes # is this really true???
9979 ;;
9980 siemens)
9981 ## LD is ld it makes a PLAMLIB
9982 ## CC just makes a GrossModule.
9983 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9984 reload_cmds='$CC -r -o $output$reload_objs'
9985 hardcode_direct=no
9986 ;;
9987 motorola)
9988 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9989 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9990 ;;
9991 esac
9992 runpath_var='LD_RUN_PATH'
9993 hardcode_shlibpath_var=no
9994 ;;
9995
9996 sysv4.3*)
9997 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9998 hardcode_shlibpath_var=no
9999 export_dynamic_flag_spec='-Bexport'
10000 ;;
10001
10002 sysv4*MP*)
10003 if test -d /usr/nec; then
10004 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10005 hardcode_shlibpath_var=no
10006 runpath_var=LD_RUN_PATH
10007 hardcode_runpath_var=yes
10008 ld_shlibs=yes
10009 fi
10010 ;;
10011
10012 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10013 no_undefined_flag='${wl}-z,text'
10014 archive_cmds_need_lc=no
10015 hardcode_shlibpath_var=no
10016 runpath_var='LD_RUN_PATH'
10017
10018 if test "$GCC" = yes; then
10019 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10020 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10021 else
10022 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10023 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10024 fi
10025 ;;
10026
10027 sysv5* | sco3.2v5* | sco5v6*)
10028 # Note: We can NOT use -z defs as we might desire, because we do not
10029 # link with -lc, and that would cause any symbols used from libc to
10030 # always be unresolved, which means just about no library would
10031 # ever link correctly. If we're not using GNU ld we use -z text
10032 # though, which does catch some bad symbols but isn't as heavy-handed
10033 # as -z defs.
10034 no_undefined_flag='${wl}-z,text'
10035 allow_undefined_flag='${wl}-z,nodefs'
10036 archive_cmds_need_lc=no
10037 hardcode_shlibpath_var=no
10038 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10039 hardcode_libdir_separator=':'
10040 link_all_deplibs=yes
10041 export_dynamic_flag_spec='${wl}-Bexport'
10042 runpath_var='LD_RUN_PATH'
10043
10044 if test "$GCC" = yes; then
10045 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10046 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10047 else
10048 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10049 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10050 fi
10051 ;;
10052
10053 uts4*)
10054 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10055 hardcode_libdir_flag_spec='-L$libdir'
10056 hardcode_shlibpath_var=no
10057 ;;
10058
10059 *)
10060 ld_shlibs=no
10061 ;;
10062 esac
10063
10064 if test x$host_vendor = xsni; then
10065 case $host in
10066 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10067 export_dynamic_flag_spec='${wl}-Blargedynsym'
10068 ;;
10069 esac
10070 fi
10071 fi
10072
81ecdfbb
RW
10073{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10074$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
10075test "$ld_shlibs" = no && can_build_shared=no
10076
10077with_gnu_ld=$with_gnu_ld
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093#
10094# Do we need to explicitly link libc?
10095#
10096case "x$archive_cmds_need_lc" in
10097x|xyes)
10098 # Assume -lc should be added
10099 archive_cmds_need_lc=yes
10100
10101 if test "$enable_shared" = yes && test "$GCC" = yes; then
10102 case $archive_cmds in
10103 *'~'*)
10104 # FIXME: we may have to deal with multi-command sequences.
10105 ;;
10106 '$CC '*)
10107 # Test whether the compiler implicitly links with -lc since on some
10108 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10109 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
10110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10111$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10112if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10113 $as_echo_n "(cached) " >&6
39144654
RW
10114else
10115 $RM conftest*
10116 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 10117
81ecdfbb 10118 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
10119 (eval $ac_compile) 2>&5
10120 ac_status=$?
81ecdfbb
RW
10121 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10122 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
10123 soname=conftest
10124 lib=conftest
10125 libobjs=conftest.$ac_objext
10126 deplibs=
10127 wl=$lt_prog_compiler_wl
10128 pic_flag=$lt_prog_compiler_pic
10129 compiler_flags=-v
10130 linker_flags=-v
10131 verstring=
10132 output_objdir=.
10133 libname=conftest
10134 lt_save_allow_undefined_flag=$allow_undefined_flag
10135 allow_undefined_flag=
81ecdfbb 10136 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb
SE
10137 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10138 ac_status=$?
81ecdfbb
RW
10139 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10140 test $ac_status = 0; }
39144654
RW
10141 then
10142 lt_cv_archive_cmds_need_lc=no
10143 else
10144 lt_cv_archive_cmds_need_lc=yes
10145 fi
10146 allow_undefined_flag=$lt_save_allow_undefined_flag
10147 else
10148 cat conftest.err 1>&5
10149 fi
10150 $RM conftest*
10151
10152fi
81ecdfbb
RW
10153{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10154$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 10155 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
10156 ;;
10157 esac
10158 fi
10159 ;;
10160esac
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
81ecdfbb
RW
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10319$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10320
10321if test "$GCC" = yes; then
d7040cdb
SE
10322 case $host_os in
10323 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10324 *) lt_awk_arg="/^libraries:/" ;;
10325 esac
3725885a
RW
10326 case $host_os in
10327 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10328 *) lt_sed_strip_eq="s,=/,/,g" ;;
10329 esac
10330 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10331 case $lt_search_path_spec in
10332 *\;*)
d7040cdb
SE
10333 # if the path contains ";" then we assume it to be the separator
10334 # otherwise default to the standard path separator (i.e. ":") - it is
10335 # assumed that no part of a normal pathname contains ";" but that should
10336 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10337 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10338 ;;
10339 *)
10340 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10341 ;;
10342 esac
d7040cdb
SE
10343 # Ok, now we have the path, separated by spaces, we can step through it
10344 # and add multilib dir if necessary.
10345 lt_tmp_lt_search_path_spec=
10346 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10347 for lt_sys_path in $lt_search_path_spec; do
10348 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10349 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10350 else
10351 test -d "$lt_sys_path" && \
10352 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10353 fi
10354 done
3725885a 10355 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10356BEGIN {RS=" "; FS="/|\n";} {
10357 lt_foo="";
10358 lt_count=0;
10359 for (lt_i = NF; lt_i > 0; lt_i--) {
10360 if ($lt_i != "" && $lt_i != ".") {
10361 if ($lt_i == "..") {
10362 lt_count++;
10363 } else {
10364 if (lt_count == 0) {
10365 lt_foo="/" $lt_i lt_foo;
10366 } else {
10367 lt_count--;
10368 }
10369 }
10370 }
10371 }
10372 if (lt_foo != "") { lt_freq[lt_foo]++; }
10373 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10374}'`
3725885a
RW
10375 # AWK program above erroneously prepends '/' to C:/dos/paths
10376 # for these hosts.
10377 case $host_os in
10378 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10379 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10380 esac
10381 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10382else
10383 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10384fi
10385library_names_spec=
10386libname_spec='lib$name'
10387soname_spec=
10388shrext_cmds=".so"
10389postinstall_cmds=
10390postuninstall_cmds=
10391finish_cmds=
10392finish_eval=
10393shlibpath_var=
10394shlibpath_overrides_runpath=unknown
10395version_type=none
10396dynamic_linker="$host_os ld.so"
10397sys_lib_dlsearch_path_spec="/lib /usr/lib"
10398need_lib_prefix=unknown
10399hardcode_into_libs=no
10400
10401# when you set need_version to no, make sure it does not cause -set_version
10402# flags to be left without arguments
10403need_version=unknown
10404
10405case $host_os in
10406aix3*)
10407 version_type=linux
10408 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10409 shlibpath_var=LIBPATH
10410
10411 # AIX 3 has no versioning support, so we append a major version to the name.
10412 soname_spec='${libname}${release}${shared_ext}$major'
10413 ;;
10414
e81819a5 10415aix[4-9]*)
d7040cdb
SE
10416 version_type=linux
10417 need_lib_prefix=no
10418 need_version=no
10419 hardcode_into_libs=yes
10420 if test "$host_cpu" = ia64; then
10421 # AIX 5 supports IA64
10422 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10423 shlibpath_var=LD_LIBRARY_PATH
10424 else
10425 # With GCC up to 2.95.x, collect2 would create an import file
10426 # for dependence libraries. The import file would start with
10427 # the line `#! .'. This would cause the generated library to
10428 # depend on `.', always an invalid library. This was fixed in
10429 # development snapshots of GCC prior to 3.0.
10430 case $host_os in
10431 aix4 | aix4.[01] | aix4.[01].*)
10432 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10433 echo ' yes '
10434 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10435 :
10436 else
10437 can_build_shared=no
10438 fi
10439 ;;
10440 esac
10441 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10442 # soname into executable. Probably we can add versioning support to
10443 # collect2, so additional links can be useful in future.
10444 if test "$aix_use_runtimelinking" = yes; then
10445 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10446 # instead of lib<name>.a to let people know that these are not
10447 # typical AIX shared libraries.
10448 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10449 else
10450 # We preserve .a as extension for shared libraries through AIX4.2
10451 # and later when we are not doing run time linking.
10452 library_names_spec='${libname}${release}.a $libname.a'
10453 soname_spec='${libname}${release}${shared_ext}$major'
10454 fi
10455 shlibpath_var=LIBPATH
10456 fi
10457 ;;
10458
10459amigaos*)
718a6fd8
SE
10460 case $host_cpu in
10461 powerpc)
10462 # Since July 2007 AmigaOS4 officially supports .so libraries.
10463 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10464 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10465 ;;
10466 m68k)
d7040cdb
SE
10467 library_names_spec='$libname.ixlibrary $libname.a'
10468 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10469 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
718a6fd8
SE
10470 ;;
10471 esac
d7040cdb
SE
10472 ;;
10473
10474beos*)
10475 library_names_spec='${libname}${shared_ext}'
10476 dynamic_linker="$host_os ld.so"
10477 shlibpath_var=LIBRARY_PATH
10478 ;;
10479
10480bsdi[45]*)
10481 version_type=linux
10482 need_version=no
10483 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10484 soname_spec='${libname}${release}${shared_ext}$major'
10485 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10486 shlibpath_var=LD_LIBRARY_PATH
10487 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10488 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10489 # the default ld.so.conf also contains /usr/contrib/lib and
10490 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10491 # libtool to hard-code these into programs
10492 ;;
10493
718a6fd8 10494cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10495 version_type=windows
10496 shrext_cmds=".dll"
10497 need_version=no
10498 need_lib_prefix=no
10499
718a6fd8
SE
10500 case $GCC,$host_os in
10501 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10502 library_names_spec='$libname.dll.a'
10503 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10504 postinstall_cmds='base_file=`basename \${file}`~
10505 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10506 dldir=$destdir/`dirname \$dlpath`~
10507 test -d \$dldir || mkdir -p \$dldir~
10508 $install_prog $dir/$dlname \$dldir/$dlname~
10509 chmod a+x \$dldir/$dlname~
10510 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10511 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10512 fi'
10513 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10514 dlpath=$dir/\$dldll~
10515 $RM \$dlpath'
10516 shlibpath_overrides_runpath=yes
10517
10518 case $host_os in
10519 cygwin*)
10520 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10521 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10522
10523 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10524 ;;
718a6fd8 10525 mingw* | cegcc*)
d7040cdb
SE
10526 # MinGW DLLs use traditional 'lib' prefix
10527 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10528 ;;
10529 pw32*)
10530 # pw32 DLLs use 'pw' prefix rather than 'lib'
10531 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10532 ;;
10533 esac
10534 ;;
10535
10536 *)
10537 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10538 ;;
10539 esac
10540 dynamic_linker='Win32 ld.exe'
10541 # FIXME: first we should search . and the directory the executable is in
10542 shlibpath_var=PATH
10543 ;;
10544
10545darwin* | rhapsody*)
10546 dynamic_linker="$host_os dyld"
10547 version_type=darwin
10548 need_lib_prefix=no
10549 need_version=no
10550 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10551 soname_spec='${libname}${release}${major}$shared_ext'
10552 shlibpath_overrides_runpath=yes
10553 shlibpath_var=DYLD_LIBRARY_PATH
10554 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10555
10556 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10557 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10558 ;;
10559
10560dgux*)
10561 version_type=linux
10562 need_lib_prefix=no
10563 need_version=no
10564 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10565 soname_spec='${libname}${release}${shared_ext}$major'
10566 shlibpath_var=LD_LIBRARY_PATH
10567 ;;
10568
d7040cdb
SE
10569freebsd* | dragonfly*)
10570 # DragonFly does not have aout. When/if they implement a new
10571 # versioning mechanism, adjust this.
10572 if test -x /usr/bin/objformat; then
10573 objformat=`/usr/bin/objformat`
10574 else
10575 case $host_os in
6d2920c8 10576 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
10577 *) objformat=elf ;;
10578 esac
10579 fi
10580 version_type=freebsd-$objformat
10581 case $version_type in
10582 freebsd-elf*)
10583 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10584 need_version=no
10585 need_lib_prefix=no
10586 ;;
10587 freebsd-*)
10588 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10589 need_version=yes
10590 ;;
10591 esac
10592 shlibpath_var=LD_LIBRARY_PATH
10593 case $host_os in
6d2920c8 10594 freebsd2.*)
d7040cdb
SE
10595 shlibpath_overrides_runpath=yes
10596 ;;
10597 freebsd3.[01]* | freebsdelf3.[01]*)
10598 shlibpath_overrides_runpath=yes
10599 hardcode_into_libs=yes
10600 ;;
10601 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10602 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10603 shlibpath_overrides_runpath=no
10604 hardcode_into_libs=yes
10605 ;;
10606 *) # from 4.6 on, and DragonFly
10607 shlibpath_overrides_runpath=yes
10608 hardcode_into_libs=yes
10609 ;;
10610 esac
10611 ;;
10612
10613gnu*)
10614 version_type=linux
10615 need_lib_prefix=no
10616 need_version=no
10617 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10618 soname_spec='${libname}${release}${shared_ext}$major'
10619 shlibpath_var=LD_LIBRARY_PATH
10620 hardcode_into_libs=yes
10621 ;;
10622
3725885a
RW
10623haiku*)
10624 version_type=linux
10625 need_lib_prefix=no
10626 need_version=no
10627 dynamic_linker="$host_os runtime_loader"
10628 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10629 soname_spec='${libname}${release}${shared_ext}$major'
10630 shlibpath_var=LIBRARY_PATH
10631 shlibpath_overrides_runpath=yes
10632 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10633 hardcode_into_libs=yes
10634 ;;
10635
d7040cdb
SE
10636hpux9* | hpux10* | hpux11*)
10637 # Give a soname corresponding to the major version so that dld.sl refuses to
10638 # link against other versions.
10639 version_type=sunos
10640 need_lib_prefix=no
10641 need_version=no
10642 case $host_cpu in
10643 ia64*)
10644 shrext_cmds='.so'
10645 hardcode_into_libs=yes
10646 dynamic_linker="$host_os dld.so"
10647 shlibpath_var=LD_LIBRARY_PATH
10648 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10649 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10650 soname_spec='${libname}${release}${shared_ext}$major'
10651 if test "X$HPUX_IA64_MODE" = X32; then
10652 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10653 else
10654 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10655 fi
10656 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10657 ;;
10658 hppa*64*)
10659 shrext_cmds='.sl'
10660 hardcode_into_libs=yes
10661 dynamic_linker="$host_os dld.sl"
10662 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10663 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10664 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10665 soname_spec='${libname}${release}${shared_ext}$major'
10666 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10667 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10668 ;;
10669 *)
10670 shrext_cmds='.sl'
10671 dynamic_linker="$host_os dld.sl"
10672 shlibpath_var=SHLIB_PATH
10673 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10674 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10675 soname_spec='${libname}${release}${shared_ext}$major'
10676 ;;
10677 esac
3725885a 10678 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10679 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10680 # or fails outright, so override atomically:
10681 install_override_mode=555
d7040cdb
SE
10682 ;;
10683
10684interix[3-9]*)
10685 version_type=linux
10686 need_lib_prefix=no
10687 need_version=no
10688 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10689 soname_spec='${libname}${release}${shared_ext}$major'
10690 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10691 shlibpath_var=LD_LIBRARY_PATH
10692 shlibpath_overrides_runpath=no
10693 hardcode_into_libs=yes
10694 ;;
10695
10696irix5* | irix6* | nonstopux*)
10697 case $host_os in
10698 nonstopux*) version_type=nonstopux ;;
10699 *)
10700 if test "$lt_cv_prog_gnu_ld" = yes; then
10701 version_type=linux
10702 else
10703 version_type=irix
10704 fi ;;
10705 esac
10706 need_lib_prefix=no
10707 need_version=no
10708 soname_spec='${libname}${release}${shared_ext}$major'
10709 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10710 case $host_os in
10711 irix5* | nonstopux*)
10712 libsuff= shlibsuff=
10713 ;;
10714 *)
10715 case $LD in # libtool.m4 will add one of these switches to LD
10716 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10717 libsuff= shlibsuff= libmagic=32-bit;;
10718 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10719 libsuff=32 shlibsuff=N32 libmagic=N32;;
10720 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10721 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10722 *) libsuff= shlibsuff= libmagic=never-match;;
10723 esac
10724 ;;
10725 esac
10726 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10727 shlibpath_overrides_runpath=no
10728 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10729 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10730 hardcode_into_libs=yes
10731 ;;
10732
10733# No shared lib support for Linux oldld, aout, or coff.
10734linux*oldld* | linux*aout* | linux*coff*)
10735 dynamic_linker=no
10736 ;;
10737
10738# This must be Linux ELF.
58e24671 10739linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
10740 version_type=linux
10741 need_lib_prefix=no
10742 need_version=no
10743 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10744 soname_spec='${libname}${release}${shared_ext}$major'
10745 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10746 shlibpath_var=LD_LIBRARY_PATH
10747 shlibpath_overrides_runpath=no
39144654 10748
d7040cdb 10749 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10750 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10751 $as_echo_n "(cached) " >&6
39144654
RW
10752else
10753 lt_cv_shlibpath_overrides_runpath=no
10754 save_LDFLAGS=$LDFLAGS
10755 save_libdir=$libdir
10756 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10757 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10759/* end confdefs.h. */
10760
10761int
10762main ()
10763{
10764
10765 ;
10766 return 0;
10767}
10768_ACEOF
81ecdfbb
RW
10769if ac_fn_c_try_link "$LINENO"; then :
10770 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10771 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10772fi
d7040cdb 10773fi
81ecdfbb
RW
10774rm -f core conftest.err conftest.$ac_objext \
10775 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10776 LDFLAGS=$save_LDFLAGS
10777 libdir=$save_libdir
10778
10779fi
10780
10781 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10782
10783 # This implies no fast_install, which is unacceptable.
10784 # Some rework will be needed to allow for fast_install
10785 # before this can be enabled.
10786 hardcode_into_libs=yes
10787
10788 # Append ld.so.conf contents to the search path
10789 if test -f /etc/ld.so.conf; then
3725885a 10790 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
d7040cdb
SE
10791 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10792 fi
10793
10794 # We used to test for /lib/ld.so.1 and disable shared libraries on
10795 # powerpc, because MkLinux only supported shared libraries with the
10796 # GNU dynamic linker. Since this was broken with cross compilers,
10797 # most powerpc-linux boxes support dynamic linking these days and
10798 # people can always --disable-shared, the test was removed, and we
10799 # assume the GNU/Linux dynamic linker is in use.
10800 dynamic_linker='GNU/Linux ld.so'
10801 ;;
10802
10803netbsd*)
10804 version_type=sunos
10805 need_lib_prefix=no
10806 need_version=no
10807 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10808 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10809 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10810 dynamic_linker='NetBSD (a.out) ld.so'
10811 else
10812 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10813 soname_spec='${libname}${release}${shared_ext}$major'
10814 dynamic_linker='NetBSD ld.elf_so'
10815 fi
10816 shlibpath_var=LD_LIBRARY_PATH
10817 shlibpath_overrides_runpath=yes
10818 hardcode_into_libs=yes
10819 ;;
10820
10821newsos6)
10822 version_type=linux
10823 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10824 shlibpath_var=LD_LIBRARY_PATH
10825 shlibpath_overrides_runpath=yes
10826 ;;
10827
10828*nto* | *qnx*)
10829 version_type=qnx
10830 need_lib_prefix=no
10831 need_version=no
10832 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10833 soname_spec='${libname}${release}${shared_ext}$major'
10834 shlibpath_var=LD_LIBRARY_PATH
10835 shlibpath_overrides_runpath=no
10836 hardcode_into_libs=yes
10837 dynamic_linker='ldqnx.so'
10838 ;;
10839
10840openbsd*)
10841 version_type=sunos
10842 sys_lib_dlsearch_path_spec="/usr/lib"
10843 need_lib_prefix=no
10844 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10845 case $host_os in
10846 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10847 *) need_version=no ;;
10848 esac
10849 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10850 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10851 shlibpath_var=LD_LIBRARY_PATH
10852 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10853 case $host_os in
10854 openbsd2.[89] | openbsd2.[89].*)
10855 shlibpath_overrides_runpath=no
10856 ;;
10857 *)
10858 shlibpath_overrides_runpath=yes
10859 ;;
10860 esac
10861 else
10862 shlibpath_overrides_runpath=yes
10863 fi
10864 ;;
10865
10866os2*)
10867 libname_spec='$name'
10868 shrext_cmds=".dll"
10869 need_lib_prefix=no
10870 library_names_spec='$libname${shared_ext} $libname.a'
10871 dynamic_linker='OS/2 ld.exe'
10872 shlibpath_var=LIBPATH
10873 ;;
10874
10875osf3* | osf4* | osf5*)
10876 version_type=osf
10877 need_lib_prefix=no
10878 need_version=no
10879 soname_spec='${libname}${release}${shared_ext}$major'
10880 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10881 shlibpath_var=LD_LIBRARY_PATH
10882 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10883 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10884 ;;
10885
10886rdos*)
10887 dynamic_linker=no
10888 ;;
10889
10890solaris*)
10891 version_type=linux
10892 need_lib_prefix=no
10893 need_version=no
10894 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10895 soname_spec='${libname}${release}${shared_ext}$major'
10896 shlibpath_var=LD_LIBRARY_PATH
10897 shlibpath_overrides_runpath=yes
10898 hardcode_into_libs=yes
10899 # ldd complains unless libraries are executable
10900 postinstall_cmds='chmod +x $lib'
10901 ;;
10902
10903sunos4*)
10904 version_type=sunos
10905 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10906 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10907 shlibpath_var=LD_LIBRARY_PATH
10908 shlibpath_overrides_runpath=yes
10909 if test "$with_gnu_ld" = yes; then
10910 need_lib_prefix=no
10911 fi
10912 need_version=yes
10913 ;;
10914
10915sysv4 | sysv4.3*)
10916 version_type=linux
10917 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10918 soname_spec='${libname}${release}${shared_ext}$major'
10919 shlibpath_var=LD_LIBRARY_PATH
10920 case $host_vendor in
10921 sni)
10922 shlibpath_overrides_runpath=no
10923 need_lib_prefix=no
10924 runpath_var=LD_RUN_PATH
10925 ;;
10926 siemens)
10927 need_lib_prefix=no
10928 ;;
10929 motorola)
10930 need_lib_prefix=no
10931 need_version=no
10932 shlibpath_overrides_runpath=no
10933 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10934 ;;
10935 esac
10936 ;;
10937
10938sysv4*MP*)
10939 if test -d /usr/nec ;then
10940 version_type=linux
10941 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10942 soname_spec='$libname${shared_ext}.$major'
10943 shlibpath_var=LD_LIBRARY_PATH
10944 fi
10945 ;;
10946
10947sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10948 version_type=freebsd-elf
10949 need_lib_prefix=no
10950 need_version=no
10951 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10952 soname_spec='${libname}${release}${shared_ext}$major'
10953 shlibpath_var=LD_LIBRARY_PATH
10954 shlibpath_overrides_runpath=yes
10955 hardcode_into_libs=yes
10956 if test "$with_gnu_ld" = yes; then
10957 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10958 else
10959 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10960 case $host_os in
10961 sco3.2v5*)
10962 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10963 ;;
10964 esac
10965 fi
10966 sys_lib_dlsearch_path_spec='/usr/lib'
10967 ;;
10968
10969tpf*)
10970 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10971 version_type=linux
10972 need_lib_prefix=no
10973 need_version=no
718a6fd8 10974 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
10975 shlibpath_var=LD_LIBRARY_PATH
10976 shlibpath_overrides_runpath=no
10977 hardcode_into_libs=yes
10978 ;;
10979
10980uts4*)
10981 version_type=linux
10982 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10983 soname_spec='${libname}${release}${shared_ext}$major'
10984 shlibpath_var=LD_LIBRARY_PATH
10985 ;;
10986
10987*)
10988 dynamic_linker=no
10989 ;;
10990esac
81ecdfbb
RW
10991{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10992$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
10993test "$dynamic_linker" = no && can_build_shared=no
10994
10995variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10996if test "$GCC" = yes; then
10997 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10998fi
10999
718a6fd8
SE
11000if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11001 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11002fi
11003if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11004 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11005fi
11006
d7040cdb
SE
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
3725885a
RW
11087
11088
11089
11090
11091
d7040cdb
SE
11092
11093
11094
11095
11096
11097
81ecdfbb
RW
11098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11099$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
11100hardcode_action=
11101if test -n "$hardcode_libdir_flag_spec" ||
11102 test -n "$runpath_var" ||
11103 test "X$hardcode_automatic" = "Xyes" ; then
11104
11105 # We can hardcode non-existent directories.
11106 if test "$hardcode_direct" != no &&
11107 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11108 # have to relink, otherwise we might link with an installed library
11109 # when we should be linking with a yet-to-be-installed one
11110 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11111 test "$hardcode_minus_L" != no; then
11112 # Linking always hardcodes the temporary library directory.
11113 hardcode_action=relink
11114 else
11115 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11116 hardcode_action=immediate
11117 fi
11118else
11119 # We cannot hardcode anything, or else we can only hardcode existing
11120 # directories.
11121 hardcode_action=unsupported
11122fi
81ecdfbb
RW
11123{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11124$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
11125
11126if test "$hardcode_action" = relink ||
11127 test "$inherit_rpath" = yes; then
11128 # Fast installation is not supported
11129 enable_fast_install=no
11130elif test "$shlibpath_overrides_runpath" = yes ||
11131 test "$enable_shared" = no; then
11132 # Fast installation is not necessary
11133 enable_fast_install=needless
11134fi
11135
11136
11137
11138
11139
11140
11141 if test "x$enable_dlopen" != xyes; then
11142 enable_dlopen=unknown
11143 enable_dlopen_self=unknown
11144 enable_dlopen_self_static=unknown
11145else
11146 lt_cv_dlopen=no
11147 lt_cv_dlopen_libs=
11148
11149 case $host_os in
11150 beos*)
11151 lt_cv_dlopen="load_add_on"
11152 lt_cv_dlopen_libs=
11153 lt_cv_dlopen_self=yes
11154 ;;
11155
718a6fd8 11156 mingw* | pw32* | cegcc*)
d7040cdb
SE
11157 lt_cv_dlopen="LoadLibrary"
11158 lt_cv_dlopen_libs=
11159 ;;
11160
11161 cygwin*)
11162 lt_cv_dlopen="dlopen"
11163 lt_cv_dlopen_libs=
11164 ;;
11165
11166 darwin*)
11167 # if libdl is installed we need to link against it
81ecdfbb
RW
11168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11169$as_echo_n "checking for dlopen in -ldl... " >&6; }
11170if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11171 $as_echo_n "(cached) " >&6
d7040cdb
SE
11172else
11173 ac_check_lib_save_LIBS=$LIBS
11174LIBS="-ldl $LIBS"
81ecdfbb 11175cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11176/* end confdefs.h. */
11177
81ecdfbb
RW
11178/* Override any GCC internal prototype to avoid an error.
11179 Use char because int might match the return type of a GCC
11180 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11181#ifdef __cplusplus
11182extern "C"
11183#endif
d7040cdb
SE
11184char dlopen ();
11185int
11186main ()
11187{
81ecdfbb 11188return dlopen ();
d7040cdb
SE
11189 ;
11190 return 0;
11191}
11192_ACEOF
81ecdfbb 11193if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11194 ac_cv_lib_dl_dlopen=yes
11195else
81ecdfbb 11196 ac_cv_lib_dl_dlopen=no
d7040cdb 11197fi
81ecdfbb
RW
11198rm -f core conftest.err conftest.$ac_objext \
11199 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11200LIBS=$ac_check_lib_save_LIBS
11201fi
81ecdfbb
RW
11202{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11203$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11204if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
d7040cdb
SE
11205 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11206else
11207
11208 lt_cv_dlopen="dyld"
11209 lt_cv_dlopen_libs=
11210 lt_cv_dlopen_self=yes
11211
11212fi
11213
11214 ;;
11215
11216 *)
81ecdfbb
RW
11217 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11218if test "x$ac_cv_func_shl_load" = x""yes; then :
d7040cdb
SE
11219 lt_cv_dlopen="shl_load"
11220else
81ecdfbb
RW
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11222$as_echo_n "checking for shl_load in -ldld... " >&6; }
11223if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11224 $as_echo_n "(cached) " >&6
d7040cdb
SE
11225else
11226 ac_check_lib_save_LIBS=$LIBS
11227LIBS="-ldld $LIBS"
81ecdfbb 11228cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11229/* end confdefs.h. */
11230
81ecdfbb
RW
11231/* Override any GCC internal prototype to avoid an error.
11232 Use char because int might match the return type of a GCC
11233 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11234#ifdef __cplusplus
11235extern "C"
11236#endif
d7040cdb
SE
11237char shl_load ();
11238int
11239main ()
11240{
81ecdfbb 11241return shl_load ();
d7040cdb
SE
11242 ;
11243 return 0;
11244}
11245_ACEOF
81ecdfbb 11246if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11247 ac_cv_lib_dld_shl_load=yes
11248else
81ecdfbb 11249 ac_cv_lib_dld_shl_load=no
d7040cdb 11250fi
81ecdfbb
RW
11251rm -f core conftest.err conftest.$ac_objext \
11252 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11253LIBS=$ac_check_lib_save_LIBS
11254fi
81ecdfbb
RW
11255{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11256$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11257if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
718a6fd8 11258 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 11259else
81ecdfbb
RW
11260 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11261if test "x$ac_cv_func_dlopen" = x""yes; then :
d7040cdb
SE
11262 lt_cv_dlopen="dlopen"
11263else
81ecdfbb
RW
11264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11265$as_echo_n "checking for dlopen in -ldl... " >&6; }
11266if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11267 $as_echo_n "(cached) " >&6
d7040cdb
SE
11268else
11269 ac_check_lib_save_LIBS=$LIBS
11270LIBS="-ldl $LIBS"
81ecdfbb 11271cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11272/* end confdefs.h. */
11273
81ecdfbb
RW
11274/* Override any GCC internal prototype to avoid an error.
11275 Use char because int might match the return type of a GCC
11276 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11277#ifdef __cplusplus
11278extern "C"
11279#endif
d7040cdb
SE
11280char dlopen ();
11281int
11282main ()
11283{
81ecdfbb 11284return dlopen ();
d7040cdb
SE
11285 ;
11286 return 0;
11287}
11288_ACEOF
81ecdfbb 11289if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11290 ac_cv_lib_dl_dlopen=yes
11291else
81ecdfbb 11292 ac_cv_lib_dl_dlopen=no
d7040cdb 11293fi
81ecdfbb
RW
11294rm -f core conftest.err conftest.$ac_objext \
11295 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11296LIBS=$ac_check_lib_save_LIBS
11297fi
81ecdfbb
RW
11298{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11299$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11300if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
d7040cdb
SE
11301 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11302else
81ecdfbb
RW
11303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11304$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11305if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11306 $as_echo_n "(cached) " >&6
d7040cdb
SE
11307else
11308 ac_check_lib_save_LIBS=$LIBS
11309LIBS="-lsvld $LIBS"
81ecdfbb 11310cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11311/* end confdefs.h. */
11312
81ecdfbb
RW
11313/* Override any GCC internal prototype to avoid an error.
11314 Use char because int might match the return type of a GCC
11315 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11316#ifdef __cplusplus
11317extern "C"
11318#endif
d7040cdb
SE
11319char dlopen ();
11320int
11321main ()
11322{
81ecdfbb 11323return dlopen ();
d7040cdb
SE
11324 ;
11325 return 0;
11326}
11327_ACEOF
81ecdfbb 11328if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11329 ac_cv_lib_svld_dlopen=yes
11330else
81ecdfbb 11331 ac_cv_lib_svld_dlopen=no
d7040cdb 11332fi
81ecdfbb
RW
11333rm -f core conftest.err conftest.$ac_objext \
11334 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11335LIBS=$ac_check_lib_save_LIBS
11336fi
81ecdfbb
RW
11337{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11338$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11339if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
d7040cdb
SE
11340 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11341else
81ecdfbb
RW
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11343$as_echo_n "checking for dld_link in -ldld... " >&6; }
11344if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11345 $as_echo_n "(cached) " >&6
d7040cdb
SE
11346else
11347 ac_check_lib_save_LIBS=$LIBS
11348LIBS="-ldld $LIBS"
81ecdfbb 11349cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11350/* end confdefs.h. */
11351
81ecdfbb
RW
11352/* Override any GCC internal prototype to avoid an error.
11353 Use char because int might match the return type of a GCC
11354 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11355#ifdef __cplusplus
11356extern "C"
11357#endif
d7040cdb
SE
11358char dld_link ();
11359int
11360main ()
11361{
81ecdfbb 11362return dld_link ();
d7040cdb
SE
11363 ;
11364 return 0;
11365}
11366_ACEOF
81ecdfbb 11367if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11368 ac_cv_lib_dld_dld_link=yes
11369else
81ecdfbb 11370 ac_cv_lib_dld_dld_link=no
d7040cdb 11371fi
81ecdfbb
RW
11372rm -f core conftest.err conftest.$ac_objext \
11373 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11374LIBS=$ac_check_lib_save_LIBS
11375fi
81ecdfbb
RW
11376{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11377$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11378if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
718a6fd8 11379 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11380fi
11381
11382
11383fi
11384
11385
11386fi
11387
11388
11389fi
11390
11391
11392fi
11393
11394
11395fi
11396
11397 ;;
11398 esac
11399
11400 if test "x$lt_cv_dlopen" != xno; then
11401 enable_dlopen=yes
20e95c23 11402 else
d7040cdb 11403 enable_dlopen=no
252b5132 11404 fi
5464f5a1 11405
d7040cdb
SE
11406 case $lt_cv_dlopen in
11407 dlopen)
11408 save_CPPFLAGS="$CPPFLAGS"
11409 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11410
11411 save_LDFLAGS="$LDFLAGS"
11412 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11413
11414 save_LIBS="$LIBS"
11415 LIBS="$lt_cv_dlopen_libs $LIBS"
11416
81ecdfbb
RW
11417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11418$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11419if test "${lt_cv_dlopen_self+set}" = set; then :
11420 $as_echo_n "(cached) " >&6
20e95c23 11421else
d7040cdb
SE
11422 if test "$cross_compiling" = yes; then :
11423 lt_cv_dlopen_self=cross
11424else
11425 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11426 lt_status=$lt_dlunknown
11427 cat > conftest.$ac_ext <<_LT_EOF
6eb7d830 11428#line 11428 "configure"
d7040cdb
SE
11429#include "confdefs.h"
11430
11431#if HAVE_DLFCN_H
11432#include <dlfcn.h>
11433#endif
11434
11435#include <stdio.h>
11436
11437#ifdef RTLD_GLOBAL
11438# define LT_DLGLOBAL RTLD_GLOBAL
11439#else
11440# ifdef DL_GLOBAL
11441# define LT_DLGLOBAL DL_GLOBAL
11442# else
11443# define LT_DLGLOBAL 0
11444# endif
11445#endif
11446
11447/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11448 find out it does not work in some platform. */
11449#ifndef LT_DLLAZY_OR_NOW
11450# ifdef RTLD_LAZY
11451# define LT_DLLAZY_OR_NOW RTLD_LAZY
11452# else
11453# ifdef DL_LAZY
11454# define LT_DLLAZY_OR_NOW DL_LAZY
11455# else
11456# ifdef RTLD_NOW
11457# define LT_DLLAZY_OR_NOW RTLD_NOW
11458# else
11459# ifdef DL_NOW
11460# define LT_DLLAZY_OR_NOW DL_NOW
11461# else
11462# define LT_DLLAZY_OR_NOW 0
11463# endif
11464# endif
11465# endif
11466# endif
11467#endif
11468
3725885a
RW
11469/* When -fvisbility=hidden is used, assume the code has been annotated
11470 correspondingly for the symbols needed. */
11471#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11472void fnord () __attribute__((visibility("default")));
11473#endif
11474
11475void fnord () { int i=42; }
d7040cdb
SE
11476int main ()
11477{
11478 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11479 int status = $lt_dlunknown;
11480
11481 if (self)
11482 {
11483 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11484 else
11485 {
11486 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11487 else puts (dlerror ());
11488 }
d7040cdb
SE
11489 /* dlclose (self); */
11490 }
11491 else
11492 puts (dlerror ());
11493
718a6fd8 11494 return status;
d7040cdb
SE
11495}
11496_LT_EOF
81ecdfbb 11497 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11498 (eval $ac_link) 2>&5
11499 ac_status=$?
81ecdfbb
RW
11500 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11501 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11502 (./conftest; exit; ) >&5 2>/dev/null
11503 lt_status=$?
11504 case x$lt_status in
11505 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11506 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11507 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11508 esac
11509 else :
11510 # compilation failed
11511 lt_cv_dlopen_self=no
11512 fi
252b5132 11513fi
d7040cdb 11514rm -fr conftest*
20e95c23 11515
d7040cdb
SE
11516
11517fi
81ecdfbb
RW
11518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11519$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11520
11521 if test "x$lt_cv_dlopen_self" = xyes; then
11522 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11524$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11525if test "${lt_cv_dlopen_self_static+set}" = set; then :
11526 $as_echo_n "(cached) " >&6
20e95c23 11527else
d7040cdb
SE
11528 if test "$cross_compiling" = yes; then :
11529 lt_cv_dlopen_self_static=cross
11530else
11531 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11532 lt_status=$lt_dlunknown
11533 cat > conftest.$ac_ext <<_LT_EOF
6eb7d830 11534#line 11534 "configure"
d7040cdb
SE
11535#include "confdefs.h"
11536
11537#if HAVE_DLFCN_H
11538#include <dlfcn.h>
11539#endif
11540
11541#include <stdio.h>
11542
11543#ifdef RTLD_GLOBAL
11544# define LT_DLGLOBAL RTLD_GLOBAL
11545#else
11546# ifdef DL_GLOBAL
11547# define LT_DLGLOBAL DL_GLOBAL
11548# else
11549# define LT_DLGLOBAL 0
11550# endif
11551#endif
11552
11553/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11554 find out it does not work in some platform. */
11555#ifndef LT_DLLAZY_OR_NOW
11556# ifdef RTLD_LAZY
11557# define LT_DLLAZY_OR_NOW RTLD_LAZY
11558# else
11559# ifdef DL_LAZY
11560# define LT_DLLAZY_OR_NOW DL_LAZY
11561# else
11562# ifdef RTLD_NOW
11563# define LT_DLLAZY_OR_NOW RTLD_NOW
11564# else
11565# ifdef DL_NOW
11566# define LT_DLLAZY_OR_NOW DL_NOW
11567# else
11568# define LT_DLLAZY_OR_NOW 0
11569# endif
11570# endif
11571# endif
11572# endif
11573#endif
11574
3725885a
RW
11575/* When -fvisbility=hidden is used, assume the code has been annotated
11576 correspondingly for the symbols needed. */
11577#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11578void fnord () __attribute__((visibility("default")));
11579#endif
11580
11581void fnord () { int i=42; }
d7040cdb
SE
11582int main ()
11583{
11584 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11585 int status = $lt_dlunknown;
11586
11587 if (self)
11588 {
11589 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11590 else
11591 {
11592 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11593 else puts (dlerror ());
11594 }
d7040cdb
SE
11595 /* dlclose (self); */
11596 }
11597 else
11598 puts (dlerror ());
11599
718a6fd8 11600 return status;
d7040cdb
SE
11601}
11602_LT_EOF
81ecdfbb 11603 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11604 (eval $ac_link) 2>&5
11605 ac_status=$?
81ecdfbb
RW
11606 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11607 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11608 (./conftest; exit; ) >&5 2>/dev/null
11609 lt_status=$?
11610 case x$lt_status in
11611 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11612 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11613 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11614 esac
11615 else :
11616 # compilation failed
11617 lt_cv_dlopen_self_static=no
11618 fi
11619fi
11620rm -fr conftest*
11621
11622
11623fi
81ecdfbb
RW
11624{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11625$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11626 fi
11627
11628 CPPFLAGS="$save_CPPFLAGS"
11629 LDFLAGS="$save_LDFLAGS"
11630 LIBS="$save_LIBS"
11631 ;;
11632 esac
11633
11634 case $lt_cv_dlopen_self in
11635 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11636 *) enable_dlopen_self=unknown ;;
11637 esac
11638
11639 case $lt_cv_dlopen_self_static in
11640 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11641 *) enable_dlopen_self_static=unknown ;;
11642 esac
11643fi
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661striplib=
11662old_striplib=
81ecdfbb
RW
11663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11664$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11665if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11666 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11667 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11669$as_echo "yes" >&6; }
d7040cdb
SE
11670else
11671# FIXME - insert some real tests, host_os isn't really good enough
11672 case $host_os in
11673 darwin*)
11674 if test -n "$STRIP" ; then
11675 striplib="$STRIP -x"
11676 old_striplib="$STRIP -S"
81ecdfbb
RW
11677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11678$as_echo "yes" >&6; }
d7040cdb 11679 else
81ecdfbb
RW
11680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11681$as_echo "no" >&6; }
d7040cdb 11682 fi
20e95c23
DJ
11683 ;;
11684 *)
81ecdfbb
RW
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11686$as_echo "no" >&6; }
d7040cdb
SE
11687 ;;
11688 esac
11689fi
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702 # Report which library types will actually be built
81ecdfbb
RW
11703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11704$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11706$as_echo "$can_build_shared" >&6; }
d7040cdb 11707
81ecdfbb
RW
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11709$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11710 test "$can_build_shared" = "no" && enable_shared=no
11711
11712 # On AIX, shared libraries and static libraries use the same namespace, and
11713 # are all built from PIC.
11714 case $host_os in
11715 aix3*)
11716 test "$enable_shared" = yes && enable_static=no
11717 if test -n "$RANLIB"; then
11718 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11719 postinstall_cmds='$RANLIB $lib'
11720 fi
11721 ;;
11722
e81819a5 11723 aix[4-9]*)
d7040cdb
SE
11724 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11725 test "$enable_shared" = yes && enable_static=no
11726 fi
20e95c23 11727 ;;
d7040cdb 11728 esac
81ecdfbb
RW
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11730$as_echo "$enable_shared" >&6; }
d7040cdb 11731
81ecdfbb
RW
11732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11733$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11734 # Make sure either enable_shared or enable_static is yes.
11735 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11737$as_echo "$enable_static" >&6; }
d7040cdb
SE
11738
11739
11740
11741
11742fi
11743ac_ext=c
11744ac_cpp='$CPP $CPPFLAGS'
11745ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11746ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11747ac_compiler_gnu=$ac_cv_c_compiler_gnu
11748
11749CC="$lt_save_CC"
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
81ecdfbb 11763 ac_config_commands="$ac_config_commands libtool"
ce3c775b
NC
11764
11765
11766
11767
11768# Only expand once:
11769
11770
11771
da2f07f1
JK
11772# AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11773
3388710e
JM
11774# The tests for host and target for $enable_largefile require
11775# canonical names.
11776
11777
11778
da2f07f1
JK
11779# As the $enable_largefile decision depends on --enable-plugins we must set it
11780# even in directories otherwise not depending on the $plugins option.
11781
5691d22d 11782
b879806f
AM
11783 maybe_plugins=no
11784 for ac_header in dlfcn.h
11785do :
11786 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11787"
11788if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11789 cat >>confdefs.h <<_ACEOF
11790#define HAVE_DLFCN_H 1
11791_ACEOF
11792 maybe_plugins=yes
11793fi
11794
11795done
11796
11797 for ac_header in windows.h
11798do :
11799 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11800"
11801if test "x$ac_cv_header_windows_h" = x""yes; then :
11802 cat >>confdefs.h <<_ACEOF
11803#define HAVE_WINDOWS_H 1
11804_ACEOF
11805 maybe_plugins=yes
11806fi
11807
11808done
11809
11810
11811 # Check whether --enable-plugins was given.
81ecdfbb
RW
11812if test "${enable_plugins+set}" = set; then :
11813 enableval=$enable_plugins; case "${enableval}" in
b879806f
AM
11814 no) plugins=no ;;
11815 *) plugins=yes
11816 if test "$maybe_plugins" != "yes" ; then
11817 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11818 fi ;;
11819 esac
ce3c775b 11820else
b879806f
AM
11821 plugins=$maybe_plugins
11822
81ecdfbb 11823fi
ce3c775b 11824
2974be62
AM
11825 if test "$plugins" = "yes"; then
11826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11827$as_echo_n "checking for library containing dlopen... " >&6; }
11828if test "${ac_cv_search_dlopen+set}" = set; then :
11829 $as_echo_n "(cached) " >&6
11830else
11831 ac_func_search_save_LIBS=$LIBS
11832cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11833/* end confdefs.h. */
11834
11835/* Override any GCC internal prototype to avoid an error.
11836 Use char because int might match the return type of a GCC
11837 builtin and then its argument prototype would still apply. */
11838#ifdef __cplusplus
11839extern "C"
11840#endif
11841char dlopen ();
11842int
11843main ()
11844{
11845return dlopen ();
11846 ;
11847 return 0;
11848}
11849_ACEOF
11850for ac_lib in '' dl; do
11851 if test -z "$ac_lib"; then
11852 ac_res="none required"
11853 else
11854 ac_res=-l$ac_lib
11855 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11856 fi
11857 if ac_fn_c_try_link "$LINENO"; then :
11858 ac_cv_search_dlopen=$ac_res
11859fi
11860rm -f core conftest.err conftest.$ac_objext \
11861 conftest$ac_exeext
11862 if test "${ac_cv_search_dlopen+set}" = set; then :
11863 break
11864fi
11865done
11866if test "${ac_cv_search_dlopen+set}" = set; then :
11867
11868else
11869 ac_cv_search_dlopen=no
11870fi
11871rm conftest.$ac_ext
11872LIBS=$ac_func_search_save_LIBS
11873fi
11874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11875$as_echo "$ac_cv_search_dlopen" >&6; }
11876ac_res=$ac_cv_search_dlopen
11877if test "$ac_res" != no; then :
11878 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11879
11880fi
11881
11882 fi
ce3c775b 11883
5691d22d 11884
da2f07f1 11885case "${host}" in
ce3c775b
NC
11886 sparc-*-solaris*|i[3-7]86-*-solaris*)
11887 # On native 32bit sparc and ia32 solaris, large-file and procfs support
da2f07f1 11888 # are mutually exclusive; and without procfs support, the bfd/ elf module
ce3c775b
NC
11889 # cannot provide certain routines such as elfcore_write_prpsinfo
11890 # or elfcore_write_prstatus. So unless the user explicitly requested
11891 # large-file support through the --enable-largefile switch, disable
11892 # large-file support in favor of procfs support.
da2f07f1
JK
11893 test "${target}" = "${host}" -a "x$plugins" = xno \
11894 && : ${enable_largefile="no"}
ce3c775b
NC
11895 ;;
11896esac
11897
81ecdfbb
RW
11898# Check whether --enable-largefile was given.
11899if test "${enable_largefile+set}" = set; then :
11900 enableval=$enable_largefile;
11901fi
ce3c775b 11902
ce3c775b
NC
11903if test "$enable_largefile" != no; then
11904
81ecdfbb
RW
11905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11906$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11907if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11908 $as_echo_n "(cached) " >&6
ce3c775b
NC
11909else
11910 ac_cv_sys_largefile_CC=no
11911 if test "$GCC" != yes; then
11912 ac_save_CC=$CC
11913 while :; do
81ecdfbb
RW
11914 # IRIX 6.2 and later do not support large files by default,
11915 # so use the C compiler's -n32 option if that helps.
11916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11917/* end confdefs.h. */
11918#include <sys/types.h>
11919 /* Check that off_t can represent 2**63 - 1 correctly.
11920 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11921 since some C++ compilers masquerading as C compilers
11922 incorrectly reject 9223372036854775807. */
11923#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11924 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11925 && LARGE_OFF_T % 2147483647 == 1)
11926 ? 1 : -1];
11927int
11928main ()
11929{
11930
11931 ;
11932 return 0;
11933}
11934_ACEOF
81ecdfbb 11935 if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11936 break
ce3c775b 11937fi
81ecdfbb
RW
11938rm -f core conftest.err conftest.$ac_objext
11939 CC="$CC -n32"
11940 if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11941 ac_cv_sys_largefile_CC=' -n32'; break
ce3c775b 11942fi
81ecdfbb 11943rm -f core conftest.err conftest.$ac_objext
ce3c775b
NC
11944 break
11945 done
11946 CC=$ac_save_CC
11947 rm -f conftest.$ac_ext
11948 fi
11949fi
81ecdfbb
RW
11950{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11951$as_echo "$ac_cv_sys_largefile_CC" >&6; }
ce3c775b
NC
11952 if test "$ac_cv_sys_largefile_CC" != no; then
11953 CC=$CC$ac_cv_sys_largefile_CC
11954 fi
11955
81ecdfbb
RW
11956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11957$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11958if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11959 $as_echo_n "(cached) " >&6
ce3c775b
NC
11960else
11961 while :; do
81ecdfbb 11962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11963/* end confdefs.h. */
11964#include <sys/types.h>
11965 /* Check that off_t can represent 2**63 - 1 correctly.
11966 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11967 since some C++ compilers masquerading as C compilers
11968 incorrectly reject 9223372036854775807. */
11969#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11970 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11971 && LARGE_OFF_T % 2147483647 == 1)
11972 ? 1 : -1];
11973int
11974main ()
11975{
11976
11977 ;
11978 return 0;
11979}
11980_ACEOF
81ecdfbb
RW
11981if ac_fn_c_try_compile "$LINENO"; then :
11982 ac_cv_sys_file_offset_bits=no; break
ce3c775b 11983fi
81ecdfbb
RW
11984rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11986/* end confdefs.h. */
11987#define _FILE_OFFSET_BITS 64
11988#include <sys/types.h>
11989 /* Check that off_t can represent 2**63 - 1 correctly.
11990 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11991 since some C++ compilers masquerading as C compilers
11992 incorrectly reject 9223372036854775807. */
11993#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11994 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11995 && LARGE_OFF_T % 2147483647 == 1)
11996 ? 1 : -1];
11997int
11998main ()
11999{
12000
12001 ;
12002 return 0;
12003}
12004_ACEOF
81ecdfbb 12005if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 12006 ac_cv_sys_file_offset_bits=64; break
ce3c775b 12007fi
81ecdfbb
RW
12008rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12009 ac_cv_sys_file_offset_bits=unknown
ce3c775b
NC
12010 break
12011done
12012fi
81ecdfbb
RW
12013{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12014$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12015case $ac_cv_sys_file_offset_bits in #(
12016 no | unknown) ;;
12017 *)
ce3c775b
NC
12018cat >>confdefs.h <<_ACEOF
12019#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12020_ACEOF
81ecdfbb
RW
12021;;
12022esac
12023rm -rf conftest*
12024 if test $ac_cv_sys_file_offset_bits = unknown; then
12025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12026$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
12027if test "${ac_cv_sys_large_files+set}" = set; then :
12028 $as_echo_n "(cached) " >&6
ce3c775b
NC
12029else
12030 while :; do
81ecdfbb 12031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
12032/* end confdefs.h. */
12033#include <sys/types.h>
12034 /* Check that off_t can represent 2**63 - 1 correctly.
12035 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12036 since some C++ compilers masquerading as C compilers
12037 incorrectly reject 9223372036854775807. */
12038#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12039 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12040 && LARGE_OFF_T % 2147483647 == 1)
12041 ? 1 : -1];
12042int
12043main ()
12044{
12045
12046 ;
12047 return 0;
12048}
12049_ACEOF
81ecdfbb
RW
12050if ac_fn_c_try_compile "$LINENO"; then :
12051 ac_cv_sys_large_files=no; break
ce3c775b 12052fi
81ecdfbb
RW
12053rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
12055/* end confdefs.h. */
12056#define _LARGE_FILES 1
12057#include <sys/types.h>
12058 /* Check that off_t can represent 2**63 - 1 correctly.
12059 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12060 since some C++ compilers masquerading as C compilers
12061 incorrectly reject 9223372036854775807. */
12062#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12063 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12064 && LARGE_OFF_T % 2147483647 == 1)
12065 ? 1 : -1];
12066int
12067main ()
12068{
d7040cdb 12069
ce3c775b
NC
12070 ;
12071 return 0;
12072}
12073_ACEOF
81ecdfbb 12074if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 12075 ac_cv_sys_large_files=1; break
ce3c775b 12076fi
81ecdfbb
RW
12077rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12078 ac_cv_sys_large_files=unknown
ce3c775b
NC
12079 break
12080done
12081fi
81ecdfbb
RW
12082{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12083$as_echo "$ac_cv_sys_large_files" >&6; }
12084case $ac_cv_sys_large_files in #(
12085 no | unknown) ;;
12086 *)
ce3c775b
NC
12087cat >>confdefs.h <<_ACEOF
12088#define _LARGE_FILES $ac_cv_sys_large_files
12089_ACEOF
81ecdfbb
RW
12090;;
12091esac
12092rm -rf conftest*
12093 fi
ce3c775b 12094fi
d7040cdb
SE
12095
12096
da2f07f1
JK
12097
12098 if test "$plugins" = "yes"; then
12099 PLUGINS_TRUE=
12100 PLUGINS_FALSE='#'
12101else
12102 PLUGINS_TRUE='#'
12103 PLUGINS_FALSE=
12104fi
12105
12106
12107if test "$plugins" = "yes"; then
da2f07f1
JK
12108 enable_targets="$enable_targets plugin"
12109fi
12110
81ecdfbb
RW
12111# Check whether --enable-64-bit-bfd was given.
12112if test "${enable_64_bit_bfd+set}" = set; then :
12113 enableval=$enable_64_bit_bfd; case "${enableval}" in
d7040cdb
SE
12114 yes) want64=true ;;
12115 no) want64=false ;;
81ecdfbb 12116 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
d7040cdb
SE
12117esac
12118else
12119 want64=false
81ecdfbb
RW
12120fi
12121
12122# Check whether --enable-targets was given.
12123if test "${enable_targets+set}" = set; then :
12124 enableval=$enable_targets; case "${enableval}" in
12125 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
12126 ;;
12127 no) enable_targets= ;;
12128 *) enable_targets=$enableval ;;
12129esac
81ecdfbb 12130fi
504b7d20 12131
81ecdfbb
RW
12132
12133# Check whether --with-mmap was given.
12134if test "${with_mmap+set}" = set; then :
12135 withval=$with_mmap; case "${withval}" in
d7040cdb
SE
12136 yes) want_mmap=true ;;
12137 no) want_mmap=false ;;
81ecdfbb 12138 *) as_fn_error "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
20e95c23 12139esac
252b5132 12140else
d7040cdb 12141 want_mmap=false
81ecdfbb
RW
12142fi
12143
12144# Check whether --enable-secureplt was given.
12145if test "${enable_secureplt+set}" = set; then :
12146 enableval=$enable_secureplt; case "${enableval}" in
d7040cdb
SE
12147 yes) use_secureplt=true ;;
12148 no) use_secureplt=false ;;
81ecdfbb 12149 *) as_fn_error "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
d7040cdb 12150esac
252b5132 12151else
cc75d373 12152 use_secureplt=true
81ecdfbb
RW
12153fi
12154if test $use_secureplt = true; then
d7040cdb 12155
81ecdfbb 12156$as_echo "#define USE_SECUREPLT 1" >>confdefs.h
5464f5a1 12157
252b5132 12158fi
20e95c23 12159
ef72a554
KT
12160# Check whether --enable-leading-mingw64-underscores was given.
12161if test "${enable_leading_mingw64_underscores+set}" = set; then :
12162 enableval=$enable_leading_mingw64_underscores;
12163fi
12164
12165if test x"$enable_leading_mingw64_underscores" = xyes ; then :
12166
12167$as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12168
12169fi
12170
0d4a1476
AS
12171DEBUGDIR=${libdir}/debug
12172
81ecdfbb
RW
12173# Check whether --with-separate-debug-dir was given.
12174if test "${with_separate_debug_dir+set}" = set; then :
12175 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12176fi
12177
0d4a1476
AS
12178
12179
504b7d20 12180
d7040cdb 12181
81ecdfbb
RW
12182# Check whether --with-pkgversion was given.
12183if test "${with_pkgversion+set}" = set; then :
12184 withval=$with_pkgversion; case "$withval" in
12185 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
d7040cdb
SE
12186 no) PKGVERSION= ;;
12187 *) PKGVERSION="($withval) " ;;
12188 esac
252b5132 12189else
d7040cdb 12190 PKGVERSION="(GNU Binutils) "
252b5132 12191
81ecdfbb
RW
12192fi
12193
20e95c23
DJ
12194
12195
5464f5a1 12196
20e95c23 12197
81ecdfbb
RW
12198# Check whether --with-bugurl was given.
12199if test "${with_bugurl+set}" = set; then :
12200 withval=$with_bugurl; case "$withval" in
12201 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
d7040cdb
SE
12202 no) BUGURL=
12203 ;;
12204 *) BUGURL="$withval"
12205 ;;
12206 esac
252b5132 12207else
d7040cdb
SE
12208 BUGURL="http://www.sourceware.org/bugzilla/"
12209
81ecdfbb
RW
12210fi
12211
d7040cdb
SE
12212 case ${BUGURL} in
12213 "")
12214 REPORT_BUGS_TO=
12215 REPORT_BUGS_TEXI=
20e95c23
DJ
12216 ;;
12217 *)
d7040cdb
SE
12218 REPORT_BUGS_TO="<$BUGURL>"
12219 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
20e95c23 12220 ;;
d7040cdb
SE
12221 esac;
12222
12223
12224
12225
12226
270c9937
JB
12227# Set the 'development' global.
12228. $srcdir/../bfd/development.sh
12229
9780e045 12230# Default set of GCC warnings to enable.
d1a98e0c 12231GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
12232
12233# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
d1a98e0c
AM
12234cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12235/* end confdefs.h. */
12236__GNUC__
12237_ACEOF
12238if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12239 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
12240
12241else
12242 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12243fi
12244rm -f conftest*
12245
d7040cdb 12246
9780e045
NC
12247# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12248cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12249/* end confdefs.h. */
12250__GNUC__
12251_ACEOF
12252if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12253 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
12254
12255else
12256 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12257fi
12258rm -f conftest*
12259
12260
6757cf57
TS
12261# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12262WARN_WRITE_STRINGS=""
12263cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12264/* end confdefs.h. */
12265__GNUC__
12266_ACEOF
12267if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12268 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
12269
12270else
12271 WARN_WRITE_STRINGS="-Wwrite-strings"
12272fi
12273rm -f conftest*
12274
9780e045 12275
81ecdfbb
RW
12276# Check whether --enable-werror was given.
12277if test "${enable_werror+set}" = set; then :
12278 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
12279 yes | y) ERROR_ON_WARNING="yes" ;;
12280 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 12281 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 12282 esac
81ecdfbb
RW
12283fi
12284
d7040cdb 12285
d1a98e0c 12286# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
12287case "${host}" in
12288 *-*-mingw32*)
12289 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12290 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12291 fi
12292 ;;
12293 *) ;;
12294esac
12295
270c9937
JB
12296# Enable -Werror by default when using gcc. Turn it off for releases.
12297if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
12298 ERROR_ON_WARNING=yes
12299fi
12300
12301NO_WERROR=
12302if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 12303 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
d7040cdb
SE
12304 NO_WERROR="-Wno-error"
12305fi
12306
12307if test "${GCC}" = yes ; then
12308 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12309fi
12310
81ecdfbb
RW
12311# Check whether --enable-build-warnings was given.
12312if test "${enable_build_warnings+set}" = set; then :
12313 enableval=$enable_build_warnings; case "${enableval}" in
d7040cdb
SE
12314 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
12315 no) if test "${GCC}" = yes ; then
12316 WARN_CFLAGS="-w"
12317 fi;;
12318 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12319 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12320 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12321 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12322 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
20e95c23 12323esac
81ecdfbb
RW
12324fi
12325
d7040cdb
SE
12326
12327if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12328 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
20e95c23 12329fi
d7040cdb
SE
12330
12331
12332
12333
12334
6757cf57 12335
81ecdfbb 12336ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12337
12338
df7b86aa
NC
12339# PR 14072
12340
12341
d7040cdb 12342if test -z "$target" ; then
81ecdfbb 12343 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
20e95c23
DJ
12344fi
12345
81ecdfbb
RW
12346
12347{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12348$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12349 # Check whether --enable-maintainer-mode was given.
12350if test "${enable_maintainer_mode+set}" = set; then :
12351 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
d7040cdb
SE
12352else
12353 USE_MAINTAINER_MODE=no
81ecdfbb 12354fi
20e95c23 12355
81ecdfbb
RW
12356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12357$as_echo "$USE_MAINTAINER_MODE" >&6; }
12358 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
12359 MAINTAINER_MODE_TRUE=
12360 MAINTAINER_MODE_FALSE='#'
12361else
12362 MAINTAINER_MODE_TRUE='#'
12363 MAINTAINER_MODE_FALSE=
6be7c12c 12364fi
5464f5a1 12365
d7040cdb
SE
12366 MAINT=$MAINTAINER_MODE_TRUE
12367
12368
81ecdfbb 12369 if false; then
d7040cdb
SE
12370 GENINSRC_NEVER_TRUE=
12371 GENINSRC_NEVER_FALSE='#'
20e95c23 12372else
d7040cdb
SE
12373 GENINSRC_NEVER_TRUE='#'
12374 GENINSRC_NEVER_FALSE=
5464f5a1 12375fi
5464f5a1 12376
d7040cdb
SE
12377 case ${build_alias} in
12378 "") build_noncanonical=${build} ;;
12379 *) build_noncanonical=${build_alias} ;;
20e95c23 12380esac
d7040cdb
SE
12381
12382 case ${host_alias} in
12383 "") host_noncanonical=${build_noncanonical} ;;
12384 *) host_noncanonical=${host_alias} ;;
12385esac
12386
12387 case ${target_alias} in
12388 "") target_noncanonical=${host_noncanonical} ;;
12389 *) target_noncanonical=${target_alias} ;;
12390esac
12391
81ecdfbb
RW
12392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12393$as_echo_n "checking whether to install libbfd... " >&6; }
12394 # Check whether --enable-install-libbfd was given.
12395if test "${enable_install_libbfd+set}" = set; then :
12396 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
252b5132 12397else
d7040cdb
SE
12398 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12399 install_libbfd_p=yes
12400 else
12401 install_libbfd_p=no
12402 fi
81ecdfbb 12403fi
d7040cdb 12404
81ecdfbb
RW
12405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12406$as_echo "$install_libbfd_p" >&6; }
12407 if test $install_libbfd_p = yes; then
d7040cdb
SE
12408 INSTALL_LIBBFD_TRUE=
12409 INSTALL_LIBBFD_FALSE='#'
12410else
12411 INSTALL_LIBBFD_TRUE='#'
12412 INSTALL_LIBBFD_FALSE=
5464f5a1 12413fi
5464f5a1 12414
d7040cdb 12415 # Need _noncanonical variables for this.
5464f5a1 12416
5464f5a1 12417
d7040cdb
SE
12418
12419
12420 # libbfd.a is a host library containing target dependent code
12421 bfdlibdir='$(libdir)'
12422 bfdincludedir='$(includedir)'
12423 if test "${host}" != "${target}"; then
12424 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12425 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
20e95c23 12426 fi
6be7c12c 12427
5464f5a1 12428
5464f5a1
NN
12429
12430
5464f5a1 12431
ac48eca1 12432
573e8a1c
RW
12433
12434
d7040cdb
SE
12435host64=false
12436target64=false
12437bfd_default_target_size=32
252b5132 12438
d7040cdb 12439# host stuff:
20e95c23 12440
4c6a93d3 12441ALL_LINGUAS="fr tr ja es sv da zh_CN ro rw vi fi id ru uk"
d7040cdb
SE
12442# If we haven't got the data from the intl directory,
12443# assume NLS is disabled.
12444USE_NLS=no
12445LIBINTL=
12446LIBINTL_DEP=
12447INCINTL=
12448XGETTEXT=
12449GMSGFMT=
12450POSUB=
12451
12452if test -f ../intl/config.intl; then
12453 . ../intl/config.intl
252b5132 12454fi
81ecdfbb
RW
12455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12456$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12457if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12459$as_echo "no" >&6; }
d7040cdb 12460else
81ecdfbb
RW
12461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12462$as_echo "yes" >&6; }
5464f5a1 12463
81ecdfbb 12464$as_echo "#define ENABLE_NLS 1" >>confdefs.h
252b5132 12465
6be7c12c 12466
81ecdfbb
RW
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12468$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12469 # Look for .po and .gmo files in the source directory.
12470 CATALOGS=
12471 XLINGUAS=
12472 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12473 # If there aren't any .gmo files the shell will give us the
12474 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12475 # weeded out.
12476 case "$cat" in *\**)
12477 continue;;
12478 esac
12479 # The quadruple backslash is collapsed to a double backslash
12480 # by the backticks, then collapsed again by the double quotes,
12481 # leaving us with one backslash in the sed expression (right
12482 # before the dot that mustn't act as a wildcard).
12483 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12484 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12485 # The user is allowed to set LINGUAS to a list of languages to
12486 # install catalogs for. If it's empty that means "all of them."
12487 if test "x$LINGUAS" = x; then
12488 CATALOGS="$CATALOGS $cat"
12489 XLINGUAS="$XLINGUAS $lang"
12490 else
12491 case "$LINGUAS" in *$lang*)
12492 CATALOGS="$CATALOGS $cat"
12493 XLINGUAS="$XLINGUAS $lang"
12494 ;;
12495 esac
12496 fi
12497 done
12498 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12500$as_echo "$LINGUAS" >&6; }
d7040cdb 12501
252b5132 12502
d7040cdb 12503 DATADIRNAME=share
252b5132 12504
d7040cdb 12505 INSTOBJEXT=.mo
5464f5a1 12506
d7040cdb 12507 GENCAT=gencat
20e95c23 12508
d7040cdb 12509 CATOBJEXT=.gmo
5464f5a1 12510
20e95c23 12511fi
5464f5a1 12512
d7040cdb
SE
12513 MKINSTALLDIRS=
12514 if test -n "$ac_aux_dir"; then
12515 case "$ac_aux_dir" in
12516 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12517 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12518 esac
12519 fi
12520 if test -z "$MKINSTALLDIRS"; then
12521 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
5464f5a1 12522 fi
5464f5a1 12523
5464f5a1 12524
d7040cdb 12525
81ecdfbb
RW
12526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12527$as_echo_n "checking whether NLS is requested... " >&6; }
12528 # Check whether --enable-nls was given.
12529if test "${enable_nls+set}" = set; then :
12530 enableval=$enable_nls; USE_NLS=$enableval
252b5132 12531else
d7040cdb 12532 USE_NLS=yes
81ecdfbb
RW
12533fi
12534
12535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12536$as_echo "$USE_NLS" >&6; }
5464f5a1 12537
252b5132 12538
5464f5a1 12539
252b5132 12540
d7040cdb
SE
12541
12542
12543# Prepare PATH_SEPARATOR.
12544# The user is always right.
12545if test "${PATH_SEPARATOR+set}" != set; then
12546 echo "#! /bin/sh" >conf$$.sh
12547 echo "exit 0" >>conf$$.sh
12548 chmod +x conf$$.sh
12549 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12550 PATH_SEPARATOR=';'
20e95c23 12551 else
d7040cdb 12552 PATH_SEPARATOR=:
20e95c23 12553 fi
d7040cdb
SE
12554 rm -f conf$$.sh
12555fi
12556
12557# Find out how to test for executable files. Don't use a zero-byte file,
12558# as systems may use methods other than mode bits to determine executability.
12559cat >conf$$.file <<_ASEOF
12560#! /bin/sh
12561exit 0
12562_ASEOF
12563chmod +x conf$$.file
12564if test -x conf$$.file >/dev/null 2>&1; then
12565 ac_executable_p="test -x"
20e95c23 12566else
d7040cdb 12567 ac_executable_p="test -f"
20e95c23 12568fi
d7040cdb 12569rm -f conf$$.file
5464f5a1 12570
d7040cdb
SE
12571# Extract the first word of "msgfmt", so it can be a program name with args.
12572set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12573{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12574$as_echo_n "checking for $ac_word... " >&6; }
12575if test "${ac_cv_path_MSGFMT+set}" = set; then :
12576 $as_echo_n "(cached) " >&6
d7040cdb
SE
12577else
12578 case "$MSGFMT" in
12579 [\\/]* | ?:[\\/]*)
12580 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12581 ;;
12582 *)
12583 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12584 for ac_dir in $PATH; do
12585 IFS="$ac_save_IFS"
12586 test -z "$ac_dir" && ac_dir=.
12587 for ac_exec_ext in '' $ac_executable_extensions; do
12588 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12589 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12590 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12591 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12592 break 2
12593 fi
12594 fi
12595 done
12596 done
12597 IFS="$ac_save_IFS"
12598 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12599 ;;
12600esac
5464f5a1 12601fi
d7040cdb
SE
12602MSGFMT="$ac_cv_path_MSGFMT"
12603if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12605$as_echo "$MSGFMT" >&6; }
20e95c23 12606else
81ecdfbb
RW
12607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12608$as_echo "no" >&6; }
252b5132 12609fi
d7040cdb
SE
12610
12611 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12612set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12614$as_echo_n "checking for $ac_word... " >&6; }
12615if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12616 $as_echo_n "(cached) " >&6
252b5132 12617else
d7040cdb
SE
12618 case $GMSGFMT in
12619 [\\/]* | ?:[\\/]*)
12620 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12621 ;;
12622 *)
12623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12624for as_dir in $PATH
12625do
12626 IFS=$as_save_IFS
12627 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12628 for ac_exec_ext in '' $ac_executable_extensions; do
12629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12630 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12632 break 2
12633 fi
12634done
81ecdfbb
RW
12635 done
12636IFS=$as_save_IFS
5464f5a1 12637
d7040cdb
SE
12638 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12639 ;;
12640esac
252b5132 12641fi
d7040cdb 12642GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12643if test -n "$GMSGFMT"; then
81ecdfbb
RW
12644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12645$as_echo "$GMSGFMT" >&6; }
252b5132 12646else
81ecdfbb
RW
12647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12648$as_echo "no" >&6; }
252b5132
RH
12649fi
12650
20e95c23
DJ
12651
12652
81ecdfbb 12653
d7040cdb
SE
12654# Prepare PATH_SEPARATOR.
12655# The user is always right.
12656if test "${PATH_SEPARATOR+set}" != set; then
12657 echo "#! /bin/sh" >conf$$.sh
12658 echo "exit 0" >>conf$$.sh
12659 chmod +x conf$$.sh
12660 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12661 PATH_SEPARATOR=';'
12662 else
12663 PATH_SEPARATOR=:
12664 fi
12665 rm -f conf$$.sh
252b5132 12666fi
20e95c23 12667
d7040cdb
SE
12668# Find out how to test for executable files. Don't use a zero-byte file,
12669# as systems may use methods other than mode bits to determine executability.
12670cat >conf$$.file <<_ASEOF
12671#! /bin/sh
12672exit 0
12673_ASEOF
12674chmod +x conf$$.file
12675if test -x conf$$.file >/dev/null 2>&1; then
12676 ac_executable_p="test -x"
12677else
12678 ac_executable_p="test -f"
12679fi
12680rm -f conf$$.file
252b5132 12681
d7040cdb
SE
12682# Extract the first word of "xgettext", so it can be a program name with args.
12683set dummy xgettext; ac_word=$2
81ecdfbb
RW
12684{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12685$as_echo_n "checking for $ac_word... " >&6; }
12686if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12687 $as_echo_n "(cached) " >&6
20e95c23 12688else
d7040cdb
SE
12689 case "$XGETTEXT" in
12690 [\\/]* | ?:[\\/]*)
12691 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12692 ;;
12693 *)
12694 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12695 for ac_dir in $PATH; do
12696 IFS="$ac_save_IFS"
12697 test -z "$ac_dir" && ac_dir=.
12698 for ac_exec_ext in '' $ac_executable_extensions; do
12699 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12700 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12701 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12702 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12703 break 2
12704 fi
12705 fi
12706 done
12707 done
12708 IFS="$ac_save_IFS"
12709 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12710 ;;
12711esac
12712fi
12713XGETTEXT="$ac_cv_path_XGETTEXT"
12714if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12716$as_echo "$XGETTEXT" >&6; }
252b5132 12717else
81ecdfbb
RW
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12719$as_echo "no" >&6; }
252b5132
RH
12720fi
12721
d7040cdb 12722 rm -f messages.po
5464f5a1 12723
252b5132 12724
d7040cdb
SE
12725# Prepare PATH_SEPARATOR.
12726# The user is always right.
12727if test "${PATH_SEPARATOR+set}" != set; then
12728 echo "#! /bin/sh" >conf$$.sh
12729 echo "exit 0" >>conf$$.sh
12730 chmod +x conf$$.sh
12731 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12732 PATH_SEPARATOR=';'
12733 else
12734 PATH_SEPARATOR=:
12735 fi
12736 rm -f conf$$.sh
252b5132
RH
12737fi
12738
d7040cdb
SE
12739# Find out how to test for executable files. Don't use a zero-byte file,
12740# as systems may use methods other than mode bits to determine executability.
12741cat >conf$$.file <<_ASEOF
12742#! /bin/sh
12743exit 0
12744_ASEOF
12745chmod +x conf$$.file
12746if test -x conf$$.file >/dev/null 2>&1; then
12747 ac_executable_p="test -x"
5464f5a1 12748else
d7040cdb 12749 ac_executable_p="test -f"
20e95c23 12750fi
d7040cdb 12751rm -f conf$$.file
5464f5a1 12752
d7040cdb
SE
12753# Extract the first word of "msgmerge", so it can be a program name with args.
12754set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12756$as_echo_n "checking for $ac_word... " >&6; }
12757if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12758 $as_echo_n "(cached) " >&6
d7040cdb
SE
12759else
12760 case "$MSGMERGE" in
12761 [\\/]* | ?:[\\/]*)
12762 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12763 ;;
12764 *)
12765 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12766 for ac_dir in $PATH; do
12767 IFS="$ac_save_IFS"
12768 test -z "$ac_dir" && ac_dir=.
12769 for ac_exec_ext in '' $ac_executable_extensions; do
12770 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12771 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12772 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12773 break 2
12774 fi
12775 fi
12776 done
12777 done
12778 IFS="$ac_save_IFS"
12779 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12780 ;;
12781esac
5464f5a1 12782fi
d7040cdb
SE
12783MSGMERGE="$ac_cv_path_MSGMERGE"
12784if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12786$as_echo "$MSGMERGE" >&6; }
20e95c23 12787else
81ecdfbb
RW
12788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12789$as_echo "no" >&6; }
d7040cdb 12790fi
20e95c23 12791
5464f5a1 12792
d7040cdb
SE
12793 if test "$GMSGFMT" != ":"; then
12794 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12795 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12796 : ;
12797 else
12798 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12800$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12801 GMSGFMT=":"
12802 fi
12803 fi
252b5132 12804
d7040cdb
SE
12805 if test "$XGETTEXT" != ":"; then
12806 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12807 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12808 : ;
12809 else
81ecdfbb
RW
12810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12811$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12812 XGETTEXT=":"
12813 fi
12814 rm -f messages.po
12815 fi
6be7c12c 12816
81ecdfbb 12817 ac_config_commands="$ac_config_commands default-1"
5464f5a1 12818
252b5132 12819
5464f5a1 12820
d7040cdb
SE
12821# Permit host specific settings.
12822. ${srcdir}/configure.host
12823
12824
252b5132 12825
252b5132 12826
d7040cdb 12827BFD_HOST_64BIT_LONG=0
d2df793a 12828BFD_HOST_64BIT_LONG_LONG=0
d7040cdb
SE
12829BFD_HOST_64_BIT_DEFINED=0
12830BFD_HOST_64_BIT=
12831BFD_HOST_U_64_BIT=
d2df793a 12832BFD_HOSTPTR_T="unsigned long"
6be7c12c 12833
81ecdfbb
RW
12834# The cast to long int works around a bug in the HP C Compiler
12835# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12836# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12837# This bug is HP SR number 8606223364.
12838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12839$as_echo_n "checking size of long long... " >&6; }
12840if test "${ac_cv_sizeof_long_long+set}" = set; then :
12841 $as_echo_n "(cached) " >&6
6726e1ea 12842else
81ecdfbb
RW
12843 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12844
12845else
12846 if test "$ac_cv_type_long_long" = yes; then
12847 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12848$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12849{ as_fn_set_status 77
12850as_fn_error "cannot compute sizeof (long long)
12851See \`config.log' for more details." "$LINENO" 5; }; }
12852 else
12853 ac_cv_sizeof_long_long=0
12854 fi
12855fi
12856
12857fi
12858{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12859$as_echo "$ac_cv_sizeof_long_long" >&6; }
12860
12861
12862
12863cat >>confdefs.h <<_ACEOF
12864#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5464f5a1 12865_ACEOF
81ecdfbb
RW
12866
12867
12868# The cast to long int works around a bug in the HP C Compiler
12869# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12870# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12871# This bug is HP SR number 8606223364.
12872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12873$as_echo_n "checking size of void *... " >&6; }
12874if test "${ac_cv_sizeof_void_p+set}" = set; then :
12875 $as_echo_n "(cached) " >&6
6726e1ea 12876else
81ecdfbb 12877 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
5464f5a1 12878
81ecdfbb
RW
12879else
12880 if test "$ac_cv_type_void_p" = yes; then
12881 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12882$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12883{ as_fn_set_status 77
12884as_fn_error "cannot compute sizeof (void *)
12885See \`config.log' for more details." "$LINENO" 5; }; }
12886 else
12887 ac_cv_sizeof_void_p=0
12888 fi
6726e1ea 12889fi
81ecdfbb 12890
6726e1ea 12891fi
81ecdfbb
RW
12892{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12893$as_echo "$ac_cv_sizeof_void_p" >&6; }
6726e1ea 12894
6726e1ea 12895
2ba49b59 12896
81ecdfbb
RW
12897cat >>confdefs.h <<_ACEOF
12898#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
5464f5a1 12899_ACEOF
81ecdfbb
RW
12900
12901
12902# The cast to long int works around a bug in the HP C Compiler
12903# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12904# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12905# This bug is HP SR number 8606223364.
12906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12907$as_echo_n "checking size of long... " >&6; }
12908if test "${ac_cv_sizeof_long+set}" = set; then :
12909 $as_echo_n "(cached) " >&6
6726e1ea 12910else
81ecdfbb 12911 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
5464f5a1 12912
252b5132 12913else
81ecdfbb
RW
12914 if test "$ac_cv_type_long" = yes; then
12915 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12916$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12917{ as_fn_set_status 77
12918as_fn_error "cannot compute sizeof (long)
12919See \`config.log' for more details." "$LINENO" 5; }; }
12920 else
12921 ac_cv_sizeof_long=0
12922 fi
12923fi
5464f5a1 12924
81ecdfbb
RW
12925fi
12926{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12927$as_echo "$ac_cv_sizeof_long" >&6; }
2ba49b59 12928
81ecdfbb
RW
12929
12930
12931cat >>confdefs.h <<_ACEOF
12932#define SIZEOF_LONG $ac_cv_sizeof_long
5464f5a1 12933_ACEOF
2ba49b59 12934
2ba49b59 12935
81ecdfbb
RW
12936
12937if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12938 host64=true
252b5132 12939fi
5464f5a1 12940
81ecdfbb
RW
12941if test "x${ac_cv_sizeof_long}" = "x8"; then
12942 BFD_HOST_64BIT_LONG=1
12943 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
12944 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
12945elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12946 BFD_HOST_64BIT_LONG_LONG=1
12947 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
12948 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
12949 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12950 BFD_HOSTPTR_T="unsigned long long"
12951 fi
252b5132 12952fi
81ecdfbb
RW
12953
12954if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12955 BFD_HOST_64_BIT_DEFINED=1
12956 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
12957 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
2ba49b59 12958fi
5464f5a1 12959
5464f5a1 12960
2ba49b59 12961
2ba49b59 12962
5464f5a1 12963
81ecdfbb
RW
12964
12965
12966
12967# Put a plausible default for CC_FOR_BUILD in Makefile.
12968if test -z "$CC_FOR_BUILD"; then
12969 if test "x$cross_compiling" = "xno"; then
12970 CC_FOR_BUILD='$(CC)'
12971 else
12972 CC_FOR_BUILD=gcc
12973 fi
2ba49b59 12974fi
81ecdfbb
RW
12975
12976# Also set EXEEXT_FOR_BUILD.
12977if test "x$cross_compiling" = "xno"; then
12978 EXEEXT_FOR_BUILD='$(EXEEXT)'
12979else
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12981$as_echo_n "checking for build system executable suffix... " >&6; }
12982if test "${bfd_cv_build_exeext+set}" = set; then :
12983 $as_echo_n "(cached) " >&6
6be7c12c 12984else
81ecdfbb
RW
12985 rm -f conftest*
12986 echo 'int main () { return 0; }' > conftest.c
12987 bfd_cv_build_exeext=
12988 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12989 for file in conftest.*; do
12990 case $file in
12991 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12992 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12993 esac
12994 done
12995 rm -f conftest*
12996 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
5464f5a1 12997fi
81ecdfbb
RW
12998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12999$as_echo "$bfd_cv_build_exeext" >&6; }
13000 EXEEXT_FOR_BUILD=""
13001 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
5464f5a1 13002fi
5464f5a1 13003
5464f5a1 13004
31593e1b 13005for ac_header in alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h wchar.h wctype.h
81ecdfbb
RW
13006do :
13007 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13008ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13009eval as_val=\$$as_ac_Header
13010 if test "x$as_val" = x""yes; then :
13011 cat >>confdefs.h <<_ACEOF
13012#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
d2df793a 13013_ACEOF
d2df793a 13014
d2df793a 13015fi
d2df793a 13016
81ecdfbb 13017done
d2df793a 13018
9d782e8d 13019for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h sys/resource.h
81ecdfbb
RW
13020do :
13021 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13022ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13023eval as_val=\$$as_ac_Header
13024 if test "x$as_val" = x""yes; then :
13025 cat >>confdefs.h <<_ACEOF
13026#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
d2df793a 13027_ACEOF
d2df793a 13028
d2df793a 13029fi
d2df793a 13030
81ecdfbb 13031done
d2df793a 13032
81ecdfbb 13033
d2df793a 13034
f3b4f6d0 13035inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
81ecdfbb 13036
f3b4f6d0
PB
13037acx_cv_header_stdint=stddef.h
13038acx_cv_header_stdint_kind="(already complete)"
13039for i in stdint.h $inttype_headers; do
13040 unset ac_cv_type_uintptr_t
13041 unset ac_cv_type_uintmax_t
13042 unset ac_cv_type_int_least32_t
13043 unset ac_cv_type_int_fast32_t
13044 unset ac_cv_type_uint64_t
13045 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
13046 ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
13047#include <$i>
13048"
13049if test "x$ac_cv_type_uintmax_t" = x""yes; then :
13050 acx_cv_header_stdint=$i
d2df793a 13051else
f3b4f6d0
PB
13052 continue
13053fi
81ecdfbb 13054
f3b4f6d0
PB
13055 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13056#include <$i>
13057"
13058if test "x$ac_cv_type_uintptr_t" = x""yes; then :
d2df793a 13059
81ecdfbb 13060else
f3b4f6d0 13061 acx_cv_header_stdint_kind="(mostly complete)"
d2df793a 13062fi
81ecdfbb 13063
f3b4f6d0
PB
13064 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
13065#include <$i>
13066"
13067if test "x$ac_cv_type_int_least32_t" = x""yes; then :
13068
d2df793a 13069else
f3b4f6d0 13070 acx_cv_header_stdint_kind="(mostly complete)"
81ecdfbb 13071fi
81ecdfbb 13072
f3b4f6d0
PB
13073 ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
13074#include <$i>
13075"
13076if test "x$ac_cv_type_int_fast32_t" = x""yes; then :
81ecdfbb 13077
f3b4f6d0
PB
13078else
13079 acx_cv_header_stdint_kind="(mostly complete)"
13080fi
81ecdfbb 13081
f3b4f6d0
PB
13082 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13083#include <$i>
13084"
13085if test "x$ac_cv_type_uint64_t" = x""yes; then :
d2df793a 13086
07c58694 13087else
f3b4f6d0
PB
13088 acx_cv_header_stdint_kind="(lacks uint64_t)"
13089fi
81ecdfbb 13090
f3b4f6d0
PB
13091 break
13092done
13093if test "$acx_cv_header_stdint" = stddef.h; then
13094 acx_cv_header_stdint_kind="(lacks uintmax_t)"
13095 for i in stdint.h $inttype_headers; do
13096 unset ac_cv_type_uintptr_t
13097 unset ac_cv_type_uint32_t
13098 unset ac_cv_type_uint64_t
13099 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
13100 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
13101#include <$i>
13102"
13103if test "x$ac_cv_type_uint32_t" = x""yes; then :
13104 acx_cv_header_stdint=$i
13105else
13106 continue
d2df793a 13107fi
81ecdfbb 13108
f3b4f6d0
PB
13109 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13110#include <$i>
13111"
13112if test "x$ac_cv_type_uint64_t" = x""yes; then :
81ecdfbb 13113
f3b4f6d0 13114fi
81ecdfbb 13115
f3b4f6d0
PB
13116 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13117#include <$i>
13118"
13119if test "x$ac_cv_type_uintptr_t" = x""yes; then :
81ecdfbb 13120
f3b4f6d0 13121fi
81ecdfbb 13122
f3b4f6d0
PB
13123 break
13124 done
13125fi
13126if test "$acx_cv_header_stdint" = stddef.h; then
13127 acx_cv_header_stdint_kind="(u_intXX_t style)"
13128 for i in sys/types.h $inttype_headers; do
13129 unset ac_cv_type_u_int32_t
13130 unset ac_cv_type_u_int64_t
13131 $as_echo_n "looking for u_intXX_t types in $i, " >&6
13132 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
13133#include <$i>
13134"
13135if test "x$ac_cv_type_u_int32_t" = x""yes; then :
13136 acx_cv_header_stdint=$i
07c58694 13137else
f3b4f6d0
PB
13138 continue
13139fi
81ecdfbb 13140
f3b4f6d0
PB
13141 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
13142#include <$i>
13143"
13144if test "x$ac_cv_type_u_int64_t" = x""yes; then :
81ecdfbb 13145
f3b4f6d0 13146fi
81ecdfbb 13147
f3b4f6d0
PB
13148 break
13149 done
d2df793a 13150fi
f3b4f6d0
PB
13151if test "$acx_cv_header_stdint" = stddef.h; then
13152 acx_cv_header_stdint_kind="(using manual detection)"
d2df793a 13153fi
81ecdfbb 13154
f3b4f6d0
PB
13155test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
13156test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
13157test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
13158test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
13159test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
81ecdfbb 13160
f3b4f6d0 13161# ----------------- Summarize what we found so far
07c58694 13162
f3b4f6d0
PB
13163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in bfd_stdint.h" >&5
13164$as_echo_n "checking what to include in bfd_stdint.h... " >&6; }
81ecdfbb 13165
f3b4f6d0
PB
13166case `$as_basename -- bfd_stdint.h ||
13167$as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \
13168 Xbfd_stdint.h : 'X\(//\)$' \| \
13169 Xbfd_stdint.h : 'X\(/\)' \| . 2>/dev/null ||
13170$as_echo X/bfd_stdint.h |
13171 sed '/^.*\/\([^/][^/]*\)\/*$/{
13172 s//\1/
13173 q
13174 }
13175 /^X\/\(\/\/\)$/{
13176 s//\1/
13177 q
13178 }
13179 /^X\/\(\/\).*/{
13180 s//\1/
13181 q
13182 }
13183 s/.*/./; q'` in
13184 stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13185$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13186 inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13187$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13188 *) ;;
13189esac
81ecdfbb 13190
f3b4f6d0
PB
13191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
13192$as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
5464f5a1 13193
f3b4f6d0 13194# ----------------- done included file, check C basic types --------
2ba49b59 13195
f3b4f6d0
PB
13196# Lacking an uintptr_t? Test size of void *
13197case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
13198 stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
13199# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13200# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13201# This bug is HP SR number 8606223364.
13202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13203$as_echo_n "checking size of void *... " >&6; }
13204if test "${ac_cv_sizeof_void_p+set}" = set; then :
13205 $as_echo_n "(cached) " >&6
13206else
13207 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
2ba49b59 13208
f3b4f6d0
PB
13209else
13210 if test "$ac_cv_type_void_p" = yes; then
13211 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13212$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13213{ as_fn_set_status 77
13214as_fn_error "cannot compute sizeof (void *)
13215See \`config.log' for more details." "$LINENO" 5; }; }
13216 else
13217 ac_cv_sizeof_void_p=0
13218 fi
13219fi
81ecdfbb 13220
f3b4f6d0
PB
13221fi
13222{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13223$as_echo "$ac_cv_sizeof_void_p" >&6; }
81ecdfbb 13224
07c58694
PB
13225
13226
13227cat >>confdefs.h <<_ACEOF
f3b4f6d0 13228#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
07c58694 13229_ACEOF
07c58694 13230
f3b4f6d0
PB
13231 ;;
13232esac
07c58694 13233
f3b4f6d0
PB
13234# Lacking an uint64_t? Test size of long
13235case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
13236 stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
13237# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13238# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13239# This bug is HP SR number 8606223364.
13240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13241$as_echo_n "checking size of long... " >&6; }
13242if test "${ac_cv_sizeof_long+set}" = set; then :
81ecdfbb 13243 $as_echo_n "(cached) " >&6
5464f5a1 13244else
f3b4f6d0 13245 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
07c58694 13246
2ba49b59 13247else
f3b4f6d0
PB
13248 if test "$ac_cv_type_long" = yes; then
13249 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13250$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13251{ as_fn_set_status 77
13252as_fn_error "cannot compute sizeof (long)
13253See \`config.log' for more details." "$LINENO" 5; }; }
13254 else
13255 ac_cv_sizeof_long=0
13256 fi
81ecdfbb 13257fi
2ba49b59 13258
f3b4f6d0
PB
13259fi
13260{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13261$as_echo "$ac_cv_sizeof_long" >&6; }
81ecdfbb 13262
5464f5a1 13263
81ecdfbb 13264
f3b4f6d0
PB
13265cat >>confdefs.h <<_ACEOF
13266#define SIZEOF_LONG $ac_cv_sizeof_long
13267_ACEOF
07c58694 13268
f3b4f6d0
PB
13269 ;;
13270esac
2ba49b59 13271
f3b4f6d0
PB
13272if test $acx_cv_header_stdint = stddef.h; then
13273 # Lacking a good header? Test size of everything and deduce all types.
13274 # The cast to long int works around a bug in the HP C Compiler
13275# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13276# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13277# This bug is HP SR number 8606223364.
13278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13279$as_echo_n "checking size of int... " >&6; }
13280if test "${ac_cv_sizeof_int+set}" = set; then :
13281 $as_echo_n "(cached) " >&6
81ecdfbb 13282else
f3b4f6d0 13283 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
81ecdfbb 13284
f3b4f6d0
PB
13285else
13286 if test "$ac_cv_type_int" = yes; then
13287 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13288$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13289{ as_fn_set_status 77
13290as_fn_error "cannot compute sizeof (int)
13291See \`config.log' for more details." "$LINENO" 5; }; }
13292 else
13293 ac_cv_sizeof_int=0
13294 fi
2ba49b59 13295fi
81ecdfbb 13296
f3b4f6d0
PB
13297fi
13298{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13299$as_echo "$ac_cv_sizeof_int" >&6; }
81ecdfbb
RW
13300
13301
07c58694
PB
13302
13303cat >>confdefs.h <<_ACEOF
f3b4f6d0 13304#define SIZEOF_INT $ac_cv_sizeof_int
07c58694 13305_ACEOF
81ecdfbb 13306
07c58694 13307
f3b4f6d0
PB
13308 # The cast to long int works around a bug in the HP C Compiler
13309# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13310# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13311# This bug is HP SR number 8606223364.
13312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13313$as_echo_n "checking size of short... " >&6; }
13314if test "${ac_cv_sizeof_short+set}" = set; then :
13315 $as_echo_n "(cached) " >&6
13316else
13317 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
07c58694 13318
f3b4f6d0
PB
13319else
13320 if test "$ac_cv_type_short" = yes; then
13321 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13322$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13323{ as_fn_set_status 77
13324as_fn_error "cannot compute sizeof (short)
13325See \`config.log' for more details." "$LINENO" 5; }; }
13326 else
13327 ac_cv_sizeof_short=0
13328 fi
13329fi
07c58694 13330
f3b4f6d0
PB
13331fi
13332{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13333$as_echo "$ac_cv_sizeof_short" >&6; }
07c58694
PB
13334
13335
13336
f3b4f6d0
PB
13337cat >>confdefs.h <<_ACEOF
13338#define SIZEOF_SHORT $ac_cv_sizeof_short
13339_ACEOF
07c58694
PB
13340
13341
f3b4f6d0
PB
13342 # The cast to long int works around a bug in the HP C Compiler
13343# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13344# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13345# This bug is HP SR number 8606223364.
13346{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
13347$as_echo_n "checking size of char... " >&6; }
13348if test "${ac_cv_sizeof_char+set}" = set; then :
13349 $as_echo_n "(cached) " >&6
13350else
13351 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
07c58694 13352
f3b4f6d0
PB
13353else
13354 if test "$ac_cv_type_char" = yes; then
13355 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13356$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13357{ as_fn_set_status 77
13358as_fn_error "cannot compute sizeof (char)
13359See \`config.log' for more details." "$LINENO" 5; }; }
13360 else
13361 ac_cv_sizeof_char=0
13362 fi
13363fi
07c58694 13364
f3b4f6d0
PB
13365fi
13366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
13367$as_echo "$ac_cv_sizeof_char" >&6; }
07c58694
PB
13368
13369
07c58694 13370
2ba49b59 13371cat >>confdefs.h <<_ACEOF
f3b4f6d0 13372#define SIZEOF_CHAR $ac_cv_sizeof_char
2ba49b59
KC
13373_ACEOF
13374
13375
2ba49b59 13376
f3b4f6d0
PB
13377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
13378$as_echo_n "checking for type equivalent to int8_t... " >&6; }
13379 case "$ac_cv_sizeof_char" in
13380 1) acx_cv_type_int8_t=char ;;
58bbed62 13381 *) as_fn_error "no 8-bit type, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13382 esac
13383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
13384$as_echo "$acx_cv_type_int8_t" >&6; }
13385
13386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
13387$as_echo_n "checking for type equivalent to int16_t... " >&6; }
13388 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
13389 2:*) acx_cv_type_int16_t=int ;;
13390 *:2) acx_cv_type_int16_t=short ;;
58bbed62 13391 *) as_fn_error "no 16-bit type, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13392 esac
13393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
13394$as_echo "$acx_cv_type_int16_t" >&6; }
13395
13396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
13397$as_echo_n "checking for type equivalent to int32_t... " >&6; }
13398 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
13399 4:*) acx_cv_type_int32_t=int ;;
13400 *:4) acx_cv_type_int32_t=long ;;
58bbed62 13401 *) as_fn_error "no 32-bit type, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13402 esac
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
13404$as_echo "$acx_cv_type_int32_t" >&6; }
81ecdfbb 13405fi
2ba49b59 13406
f3b4f6d0 13407# These tests are here to make the output prettier
07c58694 13408
f3b4f6d0
PB
13409if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
13410 case "$ac_cv_sizeof_long" in
13411 8) acx_cv_type_int64_t=long ;;
13412 esac
13413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
13414$as_echo_n "checking for type equivalent to int64_t... " >&6; }
13415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
13416$as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
13417fi
13418
13419# Now we can use the above types
13420
13421if test "$ac_cv_type_uintptr_t" != yes; then
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
13423$as_echo_n "checking for type equivalent to intptr_t... " >&6; }
13424 case $ac_cv_sizeof_void_p in
13425 2) acx_cv_type_intptr_t=int16_t ;;
13426 4) acx_cv_type_intptr_t=int32_t ;;
13427 8) acx_cv_type_intptr_t=int64_t ;;
58bbed62 13428 *) as_fn_error "no equivalent for intptr_t, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13429 esac
13430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
13431$as_echo "$acx_cv_type_intptr_t" >&6; }
13432fi
07c58694 13433
f3b4f6d0 13434# ----------------- done all checks, emit header -------------
81ecdfbb 13435ac_config_commands="$ac_config_commands bfd_stdint.h"
2ba49b59
KC
13436
13437
d2df793a 13438
81ecdfbb
RW
13439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
13440$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
13441if test "${ac_cv_header_time+set}" = set; then :
13442 $as_echo_n "(cached) " >&6
2ba49b59 13443else
81ecdfbb
RW
13444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13445/* end confdefs.h. */
13446#include <sys/types.h>
13447#include <sys/time.h>
13448#include <time.h>
13449
13450int
13451main ()
13452{
13453if ((struct tm *) 0)
13454return 0;
13455 ;
13456 return 0;
13457}
13458_ACEOF
13459if ac_fn_c_try_compile "$LINENO"; then :
13460 ac_cv_header_time=yes
2ba49b59 13461else
81ecdfbb 13462 ac_cv_header_time=no
2ba49b59 13463fi
81ecdfbb 13464rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2ba49b59 13465fi
81ecdfbb
RW
13466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
13467$as_echo "$ac_cv_header_time" >&6; }
13468if test $ac_cv_header_time = yes; then
2ba49b59 13469
81ecdfbb 13470$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
2ba49b59 13471
2ba49b59 13472fi
81ecdfbb
RW
13473
13474ac_header_dirent=no
13475for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
13476 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
13477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
13478$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
13479if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
13480 $as_echo_n "(cached) " >&6
2ba49b59 13481else
81ecdfbb 13482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2ba49b59 13483/* end confdefs.h. */
81ecdfbb
RW
13484#include <sys/types.h>
13485#include <$ac_hdr>
13486
13487int
13488main ()
13489{
13490if ((DIR *) 0)
13491return 0;
13492 ;
13493 return 0;
13494}
2ba49b59 13495_ACEOF
81ecdfbb
RW
13496if ac_fn_c_try_compile "$LINENO"; then :
13497 eval "$as_ac_Header=yes"
2ba49b59 13498else
81ecdfbb
RW
13499 eval "$as_ac_Header=no"
13500fi
13501rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13502fi
13503eval ac_res=\$$as_ac_Header
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13505$as_echo "$ac_res" >&6; }
13506eval as_val=\$$as_ac_Header
13507 if test "x$as_val" = x""yes; then :
13508 cat >>confdefs.h <<_ACEOF
13509#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
13510_ACEOF
2ba49b59 13511
81ecdfbb 13512ac_header_dirent=$ac_hdr; break
2ba49b59 13513fi
2ba49b59 13514
81ecdfbb
RW
13515done
13516# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
13517if test $ac_header_dirent = dirent.h; then
13518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13519$as_echo_n "checking for library containing opendir... " >&6; }
13520if test "${ac_cv_search_opendir+set}" = set; then :
13521 $as_echo_n "(cached) " >&6
13522else
13523 ac_func_search_save_LIBS=$LIBS
13524cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2ba49b59 13525/* end confdefs.h. */
81ecdfbb
RW
13526
13527/* Override any GCC internal prototype to avoid an error.
13528 Use char because int might match the return type of a GCC
13529 builtin and then its argument prototype would still apply. */
13530#ifdef __cplusplus
13531extern "C"
13532#endif
13533char opendir ();
13534int
13535main ()
13536{
13537return opendir ();
13538 ;
13539 return 0;
13540}
2ba49b59 13541_ACEOF
81ecdfbb
RW
13542for ac_lib in '' dir; do
13543 if test -z "$ac_lib"; then
13544 ac_res="none required"
2ba49b59 13545 else
81ecdfbb
RW
13546 ac_res=-l$ac_lib
13547 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2ba49b59 13548 fi
81ecdfbb
RW
13549 if ac_fn_c_try_link "$LINENO"; then :
13550 ac_cv_search_opendir=$ac_res
2ba49b59 13551fi
81ecdfbb
RW
13552rm -f core conftest.err conftest.$ac_objext \
13553 conftest$ac_exeext
13554 if test "${ac_cv_search_opendir+set}" = set; then :
13555 break
2ba49b59 13556fi
81ecdfbb
RW
13557done
13558if test "${ac_cv_search_opendir+set}" = set; then :
2ba49b59 13559
2ba49b59 13560else
81ecdfbb 13561 ac_cv_search_opendir=no
2ba49b59 13562fi
81ecdfbb
RW
13563rm conftest.$ac_ext
13564LIBS=$ac_func_search_save_LIBS
2ba49b59 13565fi
81ecdfbb
RW
13566{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13567$as_echo "$ac_cv_search_opendir" >&6; }
13568ac_res=$ac_cv_search_opendir
13569if test "$ac_res" != no; then :
13570 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
2ba49b59
KC
13571
13572fi
13573
81ecdfbb
RW
13574else
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13576$as_echo_n "checking for library containing opendir... " >&6; }
13577if test "${ac_cv_search_opendir+set}" = set; then :
13578 $as_echo_n "(cached) " >&6
13579else
13580 ac_func_search_save_LIBS=$LIBS
13581cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13582/* end confdefs.h. */
2ba49b59 13583
81ecdfbb
RW
13584/* Override any GCC internal prototype to avoid an error.
13585 Use char because int might match the return type of a GCC
13586 builtin and then its argument prototype would still apply. */
13587#ifdef __cplusplus
13588extern "C"
13589#endif
13590char opendir ();
13591int
13592main ()
13593{
13594return opendir ();
13595 ;
13596 return 0;
13597}
13598_ACEOF
13599for ac_lib in '' x; do
13600 if test -z "$ac_lib"; then
13601 ac_res="none required"
13602 else
13603 ac_res=-l$ac_lib
13604 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13605 fi
13606 if ac_fn_c_try_link "$LINENO"; then :
13607 ac_cv_search_opendir=$ac_res
13608fi
13609rm -f core conftest.err conftest.$ac_objext \
13610 conftest$ac_exeext
13611 if test "${ac_cv_search_opendir+set}" = set; then :
13612 break
13613fi
13614done
13615if test "${ac_cv_search_opendir+set}" = set; then :
2ba49b59 13616
81ecdfbb
RW
13617else
13618 ac_cv_search_opendir=no
13619fi
13620rm conftest.$ac_ext
13621LIBS=$ac_func_search_save_LIBS
13622fi
13623{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13624$as_echo "$ac_cv_search_opendir" >&6; }
13625ac_res=$ac_cv_search_opendir
13626if test "$ac_res" != no; then :
13627 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
2ba49b59 13628
81ecdfbb 13629fi
efde2f2c 13630
2ba49b59 13631fi
81ecdfbb 13632
17d5dae2 13633
81ecdfbb
RW
13634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13635$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13636if test "${gcc_cv_header_string+set}" = set; then :
13637 $as_echo_n "(cached) " >&6
2ba49b59 13638else
81ecdfbb 13639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2ba49b59 13640/* end confdefs.h. */
81ecdfbb
RW
13641#include <string.h>
13642#include <strings.h>
13643int
13644main ()
13645{
13646
13647 ;
13648 return 0;
13649}
2ba49b59 13650_ACEOF
81ecdfbb
RW
13651if ac_fn_c_try_compile "$LINENO"; then :
13652 gcc_cv_header_string=yes
2ba49b59 13653else
81ecdfbb
RW
13654 gcc_cv_header_string=no
13655fi
13656rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13657fi
13658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13659$as_echo "$gcc_cv_header_string" >&6; }
13660if test $gcc_cv_header_string = yes; then
13661
13662$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
2ba49b59 13663
2ba49b59 13664fi
2ba49b59 13665
81ecdfbb
RW
13666for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno
13667do :
13668 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13669ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13670eval as_val=\$$as_ac_var
13671 if test "x$as_val" = x""yes; then :
13672 cat >>confdefs.h <<_ACEOF
13673#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
2ba49b59 13674_ACEOF
81ecdfbb
RW
13675
13676fi
13677done
13678
9d782e8d 13679for ac_func in strtoull getrlimit
81ecdfbb 13680do :
9d782e8d
MW
13681 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13682ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13683eval as_val=\$$as_ac_var
13684 if test "x$as_val" = x""yes; then :
81ecdfbb 13685 cat >>confdefs.h <<_ACEOF
9d782e8d 13686#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
2ba49b59 13687_ACEOF
81ecdfbb
RW
13688
13689fi
13690done
13691
13692
13693ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
13694if test "x$ac_cv_have_decl_basename" = x""yes; then :
13695 ac_have_decl=1
2ba49b59 13696else
81ecdfbb 13697 ac_have_decl=0
2ba49b59 13698fi
81ecdfbb
RW
13699
13700cat >>confdefs.h <<_ACEOF
13701#define HAVE_DECL_BASENAME $ac_have_decl
13702_ACEOF
13703
13704ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
13705if test "x$ac_cv_have_decl_ftello" = x""yes; then :
13706 ac_have_decl=1
2ba49b59 13707else
81ecdfbb
RW
13708 ac_have_decl=0
13709fi
2ba49b59 13710
81ecdfbb
RW
13711cat >>confdefs.h <<_ACEOF
13712#define HAVE_DECL_FTELLO $ac_have_decl
13713_ACEOF
13714
13715ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
13716if test "x$ac_cv_have_decl_ftello64" = x""yes; then :
13717 ac_have_decl=1
13718else
13719 ac_have_decl=0
2ba49b59 13720fi
2ba49b59 13721
81ecdfbb
RW
13722cat >>confdefs.h <<_ACEOF
13723#define HAVE_DECL_FTELLO64 $ac_have_decl
13724_ACEOF
13725
13726ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
13727if test "x$ac_cv_have_decl_fseeko" = x""yes; then :
13728 ac_have_decl=1
2ba49b59 13729else
81ecdfbb 13730 ac_have_decl=0
2ba49b59 13731fi
2ba49b59 13732
81ecdfbb
RW
13733cat >>confdefs.h <<_ACEOF
13734#define HAVE_DECL_FSEEKO $ac_have_decl
13735_ACEOF
13736
13737ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
13738if test "x$ac_cv_have_decl_fseeko64" = x""yes; then :
13739 ac_have_decl=1
13740else
13741 ac_have_decl=0
2ba49b59 13742fi
81ecdfbb
RW
13743
13744cat >>confdefs.h <<_ACEOF
13745#define HAVE_DECL_FSEEKO64 $ac_have_decl
2ba49b59
KC
13746_ACEOF
13747
81ecdfbb
RW
13748
13749
13750case "${host}" in
13751*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13752
13753$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13754 ;;
13755esac
13756
13757ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
13758if test "x$ac_cv_have_decl_ffs" = x""yes; then :
13759 ac_have_decl=1
13760else
13761 ac_have_decl=0
2ba49b59
KC
13762fi
13763
81ecdfbb
RW
13764cat >>confdefs.h <<_ACEOF
13765#define HAVE_DECL_FFS $ac_have_decl
13766_ACEOF
2ba49b59 13767
81ecdfbb
RW
13768ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
13769if test "x$ac_cv_have_decl_free" = x""yes; then :
13770 ac_have_decl=1
13771else
13772 ac_have_decl=0
13773fi
d5efd9fc 13774
81ecdfbb
RW
13775cat >>confdefs.h <<_ACEOF
13776#define HAVE_DECL_FREE $ac_have_decl
13777_ACEOF
d5efd9fc 13778
81ecdfbb
RW
13779ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13780if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13781 ac_have_decl=1
13782else
13783 ac_have_decl=0
13784fi
d5efd9fc 13785
81ecdfbb
RW
13786cat >>confdefs.h <<_ACEOF
13787#define HAVE_DECL_GETENV $ac_have_decl
d5efd9fc 13788_ACEOF
d5efd9fc 13789
81ecdfbb
RW
13790ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
13791if test "x$ac_cv_have_decl_malloc" = x""yes; then :
13792 ac_have_decl=1
13793else
13794 ac_have_decl=0
13795fi
13796
13797cat >>confdefs.h <<_ACEOF
13798#define HAVE_DECL_MALLOC $ac_have_decl
d5efd9fc 13799_ACEOF
81ecdfbb
RW
13800
13801ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
13802if test "x$ac_cv_have_decl_realloc" = x""yes; then :
13803 ac_have_decl=1
d5efd9fc 13804else
81ecdfbb
RW
13805 ac_have_decl=0
13806fi
13807
13808cat >>confdefs.h <<_ACEOF
13809#define HAVE_DECL_REALLOC $ac_have_decl
13810_ACEOF
d5efd9fc 13811
81ecdfbb
RW
13812ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13813if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13814 ac_have_decl=1
13815else
13816 ac_have_decl=0
d5efd9fc 13817fi
81ecdfbb
RW
13818
13819cat >>confdefs.h <<_ACEOF
13820#define HAVE_DECL_STPCPY $ac_have_decl
13821_ACEOF
13822
13823ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13824if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13825 ac_have_decl=1
13826else
13827 ac_have_decl=0
d5efd9fc 13828fi
81ecdfbb
RW
13829
13830cat >>confdefs.h <<_ACEOF
13831#define HAVE_DECL_STRSTR $ac_have_decl
13832_ACEOF
13833
d6f1bafa
IB
13834ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13835if test "x$ac_cv_have_decl_asprintf" = x""yes; then :
13836 ac_have_decl=1
13837else
13838 ac_have_decl=0
13839fi
13840
13841cat >>confdefs.h <<_ACEOF
13842#define HAVE_DECL_ASPRINTF $ac_have_decl
13843_ACEOF
13844
13845ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
13846if test "x$ac_cv_have_decl_vasprintf" = x""yes; then :
13847 ac_have_decl=1
13848else
13849 ac_have_decl=0
13850fi
13851
13852cat >>confdefs.h <<_ACEOF
13853#define HAVE_DECL_VASPRINTF $ac_have_decl
13854_ACEOF
13855
81ecdfbb
RW
13856ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13857if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13858 ac_have_decl=1
d5efd9fc 13859else
81ecdfbb 13860 ac_have_decl=0
d5efd9fc
AM
13861fi
13862
81ecdfbb
RW
13863cat >>confdefs.h <<_ACEOF
13864#define HAVE_DECL_SNPRINTF $ac_have_decl
13865_ACEOF
13866
13867ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13868if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13869 ac_have_decl=1
d5efd9fc 13870else
81ecdfbb
RW
13871 ac_have_decl=0
13872fi
13873
13874cat >>confdefs.h <<_ACEOF
13875#define HAVE_DECL_VSNPRINTF $ac_have_decl
d5efd9fc 13876_ACEOF
81ecdfbb 13877
5a026fc9
NC
13878ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13879if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
13880 ac_have_decl=1
13881else
13882 ac_have_decl=0
13883fi
13884
13885cat >>confdefs.h <<_ACEOF
13886#define HAVE_DECL_STRNLEN $ac_have_decl
13887_ACEOF
13888
81ecdfbb 13889
9ae46699
L
13890# Link in zlib if we can. This allows us to read compressed debug sections.
13891# This is used only by compress.c.
13892
13893 # Use the system's zlib library.
39f3de7c
L
13894 zlibdir="-L\$(top_builddir)/../zlib"
13895 zlibinc="-I\$(top_srcdir)/../zlib"
bf993e3c 13896
243340ad
L
13897# Check whether --with-system-zlib was given.
13898if test "${with_system_zlib+set}" = set; then :
afa59b79
L
13899 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13900 zlibdir=
13901 zlibinc=
13902 fi
bf993e3c 13903
bf993e3c
JB
13904fi
13905
13906
bf993e3c 13907
d5efd9fc 13908
9ae46699 13909
c603b11b
AM
13910# Check if linker supports --as-needed and --no-as-needed options
13911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
13912$as_echo_n "checking linker --as-needed support... " >&6; }
13913if test "${bfd_cv_ld_as_needed+set}" = set; then :
13914 $as_echo_n "(cached) " >&6
13915else
13916 bfd_cv_ld_as_needed=no
13917 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
13918 bfd_cv_ld_as_needed=yes
13919 fi
d5efd9fc 13920
c603b11b
AM
13921fi
13922{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
13923$as_echo "$bfd_cv_ld_as_needed" >&6; }
d5efd9fc 13924
c603b11b
AM
13925LIBM=
13926case $host in
13927*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13928 # These system don't have libm, or don't need it
13929 ;;
13930*-ncr-sysv4.3*)
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13932$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13933if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
13934 $as_echo_n "(cached) " >&6
13935else
13936 ac_check_lib_save_LIBS=$LIBS
13937LIBS="-lmw $LIBS"
13938cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 13939/* end confdefs.h. */
c603b11b
AM
13940
13941/* Override any GCC internal prototype to avoid an error.
13942 Use char because int might match the return type of a GCC
13943 builtin and then its argument prototype would still apply. */
13944#ifdef __cplusplus
13945extern "C"
13946#endif
13947char _mwvalidcheckl ();
d5efd9fc
AM
13948int
13949main ()
13950{
c603b11b 13951return _mwvalidcheckl ();
d5efd9fc
AM
13952 ;
13953 return 0;
13954}
13955_ACEOF
c603b11b
AM
13956if ac_fn_c_try_link "$LINENO"; then :
13957 ac_cv_lib_mw__mwvalidcheckl=yes
d5efd9fc 13958else
c603b11b 13959 ac_cv_lib_mw__mwvalidcheckl=no
d5efd9fc 13960fi
c603b11b
AM
13961rm -f core conftest.err conftest.$ac_objext \
13962 conftest$ac_exeext conftest.$ac_ext
13963LIBS=$ac_check_lib_save_LIBS
d5efd9fc 13964fi
c603b11b
AM
13965{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13966$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13967if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
13968 LIBM="-lmw"
d5efd9fc
AM
13969fi
13970
c603b11b
AM
13971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13972$as_echo_n "checking for cos in -lm... " >&6; }
13973if test "${ac_cv_lib_m_cos+set}" = set; then :
81ecdfbb 13974 $as_echo_n "(cached) " >&6
d5efd9fc 13975else
c603b11b
AM
13976 ac_check_lib_save_LIBS=$LIBS
13977LIBS="-lm $LIBS"
13978cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 13979/* end confdefs.h. */
81ecdfbb 13980
c603b11b
AM
13981/* Override any GCC internal prototype to avoid an error.
13982 Use char because int might match the return type of a GCC
13983 builtin and then its argument prototype would still apply. */
13984#ifdef __cplusplus
13985extern "C"
13986#endif
13987char cos ();
d5efd9fc
AM
13988int
13989main ()
13990{
c603b11b 13991return cos ();
d5efd9fc
AM
13992 ;
13993 return 0;
13994}
13995_ACEOF
c603b11b
AM
13996if ac_fn_c_try_link "$LINENO"; then :
13997 ac_cv_lib_m_cos=yes
d5efd9fc 13998else
c603b11b 13999 ac_cv_lib_m_cos=no
d5efd9fc 14000fi
c603b11b
AM
14001rm -f core conftest.err conftest.$ac_objext \
14002 conftest$ac_exeext conftest.$ac_ext
14003LIBS=$ac_check_lib_save_LIBS
14004fi
14005{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14006$as_echo "$ac_cv_lib_m_cos" >&6; }
14007if test "x$ac_cv_lib_m_cos" = x""yes; then :
14008 LIBM="$LIBM -lm"
d5efd9fc 14009fi
d5efd9fc 14010
c603b11b
AM
14011 ;;
14012*)
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14014$as_echo_n "checking for cos in -lm... " >&6; }
14015if test "${ac_cv_lib_m_cos+set}" = set; then :
81ecdfbb 14016 $as_echo_n "(cached) " >&6
d5efd9fc 14017else
c603b11b
AM
14018 ac_check_lib_save_LIBS=$LIBS
14019LIBS="-lm $LIBS"
14020cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14021/* end confdefs.h. */
81ecdfbb 14022
c603b11b
AM
14023/* Override any GCC internal prototype to avoid an error.
14024 Use char because int might match the return type of a GCC
14025 builtin and then its argument prototype would still apply. */
14026#ifdef __cplusplus
14027extern "C"
14028#endif
14029char cos ();
d5efd9fc
AM
14030int
14031main ()
14032{
c603b11b 14033return cos ();
d5efd9fc
AM
14034 ;
14035 return 0;
14036}
14037_ACEOF
c603b11b
AM
14038if ac_fn_c_try_link "$LINENO"; then :
14039 ac_cv_lib_m_cos=yes
81ecdfbb 14040else
c603b11b 14041 ac_cv_lib_m_cos=no
81ecdfbb 14042fi
c603b11b
AM
14043rm -f core conftest.err conftest.$ac_objext \
14044 conftest$ac_exeext conftest.$ac_ext
14045LIBS=$ac_check_lib_save_LIBS
14046fi
14047{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14048$as_echo "$ac_cv_lib_m_cos" >&6; }
14049if test "x$ac_cv_lib_m_cos" = x""yes; then :
14050 LIBM="-lm"
81ecdfbb
RW
14051fi
14052
c603b11b
AM
14053 ;;
14054esac
81ecdfbb 14055
81ecdfbb 14056
81ecdfbb 14057
c603b11b
AM
14058# When building a shared libbfd, link against the pic version of libiberty
14059# so that apps that use libbfd won't need libiberty just to satisfy any
14060# libbfd references.
14061# We can't do that if a pic libiberty is unavailable since including non-pic
14062# code would insert text relocations into libbfd.
14063SHARED_LIBADD=
14064SHARED_LDFLAGS=
14065if test "$enable_shared" = "yes"; then
14066 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
14067 if test -n "$x"; then
14068 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
14069 fi
81ecdfbb 14070
c603b11b
AM
14071# More hacks to build DLLs on Windows.
14072 case "${host}" in
14073 *-*-cygwin*)
14074 SHARED_LDFLAGS="-no-undefined"
14075 SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
14076 ;;
d5efd9fc 14077
c603b11b
AM
14078 # Hack to build or1k-src on OSX
14079 or1k*-*-darwin*)
14080 SHARED_LIBADD="-L`pwd`/../libiberty/pic -L`pwd`/../intl -liberty -lintl"
14081 ;;
14082 esac
14083
14084 if test -n "$SHARED_LIBADD"; then
14085 if test -n "$LIBM"; then
14086 if test x"$bfd_cv_ld_as_needed" = xyes; then
14087 # Link against libm only when needed. Put -lc, -lm inside -Wl
14088 # to stop libtool reordering these options.
14089 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
14090 else
14091 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
14092 fi
14093 fi
14094 fi
81ecdfbb 14095fi
d5efd9fc 14096
81ecdfbb 14097
81ecdfbb 14098
c603b11b 14099# target stuff:
81ecdfbb 14100
c603b11b
AM
14101# Canonicalize the secondary target names.
14102if test -n "$enable_targets" ; then
14103 for targ in `echo $enable_targets | sed 's/,/ /g'`
14104 do
14105 result=`$ac_config_sub $targ 2>/dev/null`
14106 if test -n "$result" ; then
14107 canon_targets="$canon_targets $result"
14108 else
14109 # Allow targets that config.sub doesn't recognize, like "all".
14110 canon_targets="$canon_targets $targ"
14111 fi
14112 done
d5efd9fc 14113fi
d5efd9fc 14114
c603b11b
AM
14115all_targets=false
14116defvec=
14117selvecs=
14118assocvecs=
14119selarchs=
14120TDEFINES=
14121for targ in $target $canon_targets
14122do
14123 if test "x$targ" = "xall"; then
14124 all_targets=true
14125 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
14126 else
14127 . $srcdir/config.bfd
14128 if test "x$targ" = "x$target"; then
14129 defvec=$targ_defvec
14130 fi
14131 selvecs="$selvecs $targ_defvec $targ_selvecs"
14132 selarchs="$selarchs $targ_archs"
14133 TDEFINES="$TDEFINES $targ_cflags"
14134 fi
14135done
d5efd9fc 14136
81ecdfbb 14137
c603b11b
AM
14138# This processing still needs to be done if we're to decide properly whether
14139# 64-bit support needs to be compiled in. Currently, it will be included if
14140# the default or any other explicitly requested target requires it; it
14141# will not be included on a 32-bit host if no 64-bit target is requested, and
14142# no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
14143# used.
81ecdfbb 14144
c603b11b
AM
14145# uniq the default and selected vectors in all the configured targets.
14146f=""
14147for i in $selvecs ; do
14148 case " $f " in
14149 *" $i "*) ;;
14150 *) f="$f $i" ;;
14151 esac
14152done
14153selvecs="$f"
335e41d4 14154
335e41d4 14155
c603b11b
AM
14156# uniq the associated vectors in all the configured targets.
14157f=""
14158for i in $assocvecs ; do
14159 case " $f " in
14160 *" $i "*) ;;
14161 *) f="$f $i" ;;
14162 esac
14163done
14164assocvecs="$f"
335e41d4 14165
335e41d4 14166
c603b11b
AM
14167# uniq the architectures in all the configured targets.
14168f=""
14169for i in $selarchs ; do
14170 case " $f " in
14171 *" $i "*) ;;
14172 *) f="$f $i" ;;
14173 esac
14174done
14175selarchs="$f"
335e41d4 14176
c603b11b
AM
14177# Target backend .o files.
14178tb=
335e41d4 14179
c603b11b
AM
14180elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo
14181 elf-eh-frame.lo dwarf1.lo dwarf2.lo"
14182coffgen="coffgen.lo dwarf2.lo"
14183coff="cofflink.lo $coffgen"
14184ecoff="ecofflink.lo $coffgen"
14185xcoff="xcofflink.lo $coffgen"
2ba49b59 14186
81ecdfbb 14187for vec in $selvecs
49c97a80 14188do
81ecdfbb
RW
14189 target_size=32
14190 case "$vec" in
14191 # This list is alphabetized to make it easy to compare
14192 # with the two vector lists in targets.c. For the same reason,
14193 # use one entry per line, even though this leads to long lines.
2f67d686
AM
14194 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14195 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
d8bd95ef 14196 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
a75cf613 14197 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
d8bd95ef 14198 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
a75cf613 14199 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
f075eb5e 14200 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
f4943d82 14201 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
2f67d686
AM
14202 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
14203 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
14204 alpha_nlm32_vec) tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size=64 ;;
14205 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
14206 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
14207 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
6d00b590 14208 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
2f67d686
AM
14209 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
14210 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
14211 aout_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;;
14212 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
14213 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
6d00b590
AM
14214 arm_aout_be_vec) tb="$tb aout-arm.lo aout32.lo" ;;
14215 arm_aout_le_vec) tb="$tb aout-arm.lo aout32.lo" ;;
2f67d686
AM
14216 arm_aout_nbsd_vec) tb="$tb armnetbsd.lo aout32.lo" ;;
14217 arm_aout_riscix_vec) tb="$tb aout32.lo riscix.lo" ;;
f4943d82
AM
14218 arm_coff_be_vec) tb="$tb coff-arm.lo $coff" ;;
14219 arm_coff_le_vec) tb="$tb coff-arm.lo $coff" ;;
2f67d686
AM
14220 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14221 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14222 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14223 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14224 arm_elf32_symbian_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14225 arm_elf32_symbian_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14226 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14227 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
f4943d82
AM
14228 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
14229 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
14230 arm_pe_epoc_be_vec) tb="$tb epoc-pe-arm.lo peigen.lo $coff" ;;
14231 arm_pe_epoc_le_vec) tb="$tb epoc-pe-arm.lo peigen.lo $coff" ;;
14232 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14233 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14234 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
14235 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
14236 arm_pei_epoc_be_vec) tb="$tb epoc-pei-arm.lo peigen.lo $coff" ;;
14237 arm_pei_epoc_le_vec) tb="$tb epoc-pei-arm.lo peigen.lo $coff" ;;
14238 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
14239 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
f075eb5e 14240 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
6d00b590
AM
14241 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
14242 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
14243 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
2f67d686
AM
14244 bout_be_vec) tb="$tb bout.lo aout32.lo" ;;
14245 bout_le_vec) tb="$tb bout.lo aout32.lo" ;;
6d00b590
AM
14246 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
14247 cr16c_elf32_vec) tb="$tb elf32-cr16c.lo elf32.lo $elf" ;;
2f67d686 14248 cris_aout_vec) tb="$tb aout-cris.lo" ;;
6d00b590 14249 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
2f67d686 14250 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
6d00b590
AM
14251 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
14252 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
14253 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
14254 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
2f67d686
AM
14255 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14256 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14257 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14258 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
6d00b590
AM
14259 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
14260 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
14261 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14262 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
f4943d82 14263 h8300_coff_vec) tb="$tb coff-h8300.lo reloc16.lo $coffgen" ;;
6d00b590 14264 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
5518c738 14265 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
f4943d82 14266 h8500_coff_vec) tb="$tb coff-h8500.lo reloc16.lo $coffgen" ;;
2f67d686 14267 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
6d00b590
AM
14268 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14269 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
2f67d686
AM
14270 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14271 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14272 hppa_som_vec) tb="$tb som.lo" ;;
6d00b590 14273 i370_elf32_vec) tb="$tb elf32-i370.lo elf32.lo $elf" ;;
2f67d686
AM
14274 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
14275 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
14276 i386_aout_dynix_vec) tb="$tb i386dynix.lo aout32.lo" ;;
14277 i386_aout_fbsd_vec) tb="$tb i386freebsd.lo aout32.lo" ;;
14278 i386_aout_linux_vec) tb="$tb i386linux.lo aout32.lo" ;;
14279 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
14280 i386_aout_mach3_vec) tb="$tb i386mach3.lo aout32.lo" ;;
14281 i386_aout_nbsd_vec) tb="$tb i386netbsd.lo aout32.lo" ;;
14282 i386_aout_os9k_vec) tb="$tb i386os9k.lo aout32.lo" ;;
f4943d82
AM
14283 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
14284 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
14285 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
14286 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
2f67d686 14287 i386_elf32_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
6d00b590
AM
14288 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
14289 i386_elf32_nacl_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
2f67d686 14290 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
6d00b590 14291 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
2f67d686
AM
14292 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
14293 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
14294 i386_nlm32_vec) tb="$tb nlm32-i386.lo nlm32.lo nlm.lo" ;;
f4943d82
AM
14295 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
14296 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
bf64a951 14297 iamcu_elf32_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
f4943d82 14298 i860_coff_vec) tb="$tb coff-i860.lo $coff" ;;
6d00b590 14299 i860_elf32_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
2f67d686 14300 i860_elf32_le_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
6d00b590
AM
14301 i960_elf32_vec) tb="$tb elf32-i960.lo elf32.lo $elf" ;;
14302 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
14303 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
2f67d686
AM
14304 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14305 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14306 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14307 ia64_elf64_vms_vec) tb="$tb elf64-ia64-vms.lo elf64-ia64.lo elfxx-ia64.lo elf64.lo vms-lib.lo vms-misc.lo $elf"; target_size=64 ;;
f4943d82
AM
14308 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
14309 icoff_be_vec) tb="$tb coff-i960.lo $coff" ;;
14310 icoff_le_vec) tb="$tb coff-i960.lo $coff" ;;
2f67d686 14311 ieee_vec) tb="$tb ieee.lo" ;;
6d00b590
AM
14312 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
14313 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
2f67d686
AM
14314 k1om_elf64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14315 k1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14316 l1om_elf64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14317 l1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
6d00b590
AM
14318 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14319 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
6d00b590
AM
14320 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
14321 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14322 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14323 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14324 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14325 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14326 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
2f67d686
AM
14327 m68k_aout_4knbsd_vec) tb="$tb m68k4knetbsd.lo aout32.lo" ;;
14328 m68k_aout_hp300bsd_vec) tb="$tb hp300bsd.lo aout32.lo" ;;
14329 m68k_aout_hp300hpux_vec) tb="$tb hp300hpux.lo aout32.lo" ;;
14330 m68k_aout_linux_vec) tb="$tb m68klinux.lo aout32.lo" ;;
14331 m68k_aout_nbsd_vec) tb="$tb m68knetbsd.lo aout32.lo" ;;
14332 m68k_aout_newsos3_vec) tb="$tb newsos3.lo aout32.lo" ;;
f4943d82
AM
14333 m68k_coff_vec) tb="$tb coff-m68k.lo $coff" ;;
14334 m68k_coff_apollo_vec) tb="$tb coff-apollo.lo $coffgen" ;;
14335 m68k_coff_aux_vec) tb="$tb coff-aux.lo coff-m68k.lo $coff" ;;
14336 m68k_coff_sysv_vec) tb="$tb coff-svm68k.lo $coff" ;;
14337 m68k_coff_un_vec) tb="$tb coff-u68k.lo coff-m68k.lo $coff" ;;
6d00b590 14338 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
2f67d686
AM
14339 m68k_versados_vec) tb="$tb versados.lo" ;;
14340 m88k_aout_mach3_vec) tb="$tb m88kmach3.lo aout32.lo" ;;
14341 m88k_aout_obsd_vec) tb="$tb m88kopenbsd.lo aout32.lo" ;;
f4943d82 14342 m88k_coff_bcs_vec) tb="$tb coff-m88k.lo $coffgen" ;;
6d00b590 14343 m88k_elf32_vec) tb="$tb elf32-m88k.lo elf32.lo $elf" ;;
f4943d82
AM
14344 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14345 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14346 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
6d00b590
AM
14347 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14348 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
f4943d82
AM
14349 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14350 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14351 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
14352 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
6d00b590
AM
14353 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14354 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14355 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
6d00b590 14356 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
2f67d686 14357 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
f4943d82
AM
14358 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14359 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14360 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14361 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14362 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14363 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14364 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14365 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14366 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14367 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14368 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14369 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14370 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14371 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14372 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14373 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14374 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14375 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14376 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14377 mips_elf64_trad_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14378 mips_elf64_trad_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14379 mips_elf64_tradfbsd_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14380 mips_elf64_tradfbsd_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14381 mips_pe_le_vec) tb="$tb pe-mips.lo peigen.lo $coff" ;;
14382 mips_pei_le_vec) tb="$tb pei-mips.lo peigen.lo $coff" ;;
2f67d686
AM
14383 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
14384 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
14385 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
14386 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
14387 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14388 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14389 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14390 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14391 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
6d00b590
AM
14392 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14393 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14394 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14395 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
2f67d686
AM
14396 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14397 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14398 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
14399 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
6d00b590 14400 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
2f67d686
AM
14401 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
14402 pef_vec) tb="$tb pef.lo" ;;
14403 pef_xlib_vec) tb="$tb pef.lo" ;;
6d00b590
AM
14404 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
14405 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
2f67d686
AM
14406 plugin_vec) tb="$tb plugin.lo" ;;
14407 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
6d00b590
AM
14408 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14409 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14410 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14411 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
2f67d686
AM
14412 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14413 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14414 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14415 powerpc_nlm32_vec) tb="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;;
f4943d82
AM
14416 powerpc_pe_vec) tb="$tb pe-ppc.lo peigen.lo $coff" ;;
14417 powerpc_pe_le_vec) tb="$tb pe-ppc.lo peigen.lo $coff" ;;
14418 powerpc_pei_vec) tb="$tb pei-ppc.lo peigen.lo $coff" ;;
14419 powerpc_pei_le_vec) tb="$tb pei-ppc.lo peigen.lo $coff" ;;
14420 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
6d00b590 14421 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
f4943d82
AM
14422 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14423 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14424 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
6d00b590
AM
14425 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14426 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
2f67d686 14427 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
6d00b590 14428 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
2f67d686 14429 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
6d00b590
AM
14430 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;;
14431 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;;
f4943d82
AM
14432 sh64_elf32_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
14433 sh64_elf32_le_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
14434 sh64_elf32_linux_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
14435 sh64_elf32_linux_be_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
14436 sh64_elf32_nbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" ;;
14437 sh64_elf32_nbsd_le_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" ;;
6d00b590
AM
14438 sh64_elf64_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14439 sh64_elf64_le_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14440 sh64_elf64_linux_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14441 sh64_elf64_linux_be_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
6d00b590 14442 sh64_elf64_nbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
2f67d686 14443 sh64_elf64_nbsd_le_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
f4943d82
AM
14444 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
14445 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
14446 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
14447 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
14448 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14449 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14450 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14451 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14452 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14453 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14454 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14455 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14456 sh_elf32_symbian_le_vec) tb="$tb elf32-sh-symbian.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14457 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14458 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14459 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
14460 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
6d00b590
AM
14461 sparc_aout_le_vec) tb="$tb aout-sparcle.lo aout32.lo" ;;
14462 sparc_aout_linux_vec) tb="$tb sparclinux.lo aout32.lo" ;;
14463 sparc_aout_lynx_vec) tb="$tb sparclynx.lo lynx-core.lo aout32.lo" ;;
6d00b590
AM
14464 sparc_aout_nbsd_vec) tb="$tb sparcnetbsd.lo aout32.lo" ;;
14465 sparc_aout_sunos_be_vec) tb="$tb sunos.lo aout32.lo" ;;
f4943d82
AM
14466 sparc_coff_vec) tb="$tb coff-sparc.lo $coffgen" ;;
14467 sparc_coff_lynx_vec) tb="$tb cf-sparclynx.lo lynx-core.lo $coffgen" ;;
2f67d686
AM
14468 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14469 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14470 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14471 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14472 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14473 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14474 sparc_nlm32_vec) tb="$tb nlm32-sparc.lo nlm32.lo nlm.lo" ;;
14475 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
6d00b590
AM
14476 sym_vec) tb="$tb xsym.lo" ;;
14477 tic30_aout_vec) tb="$tb aout-tic30.lo" ;;
f4943d82
AM
14478 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
14479 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14480 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14481 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14482 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14483 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14484 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14485 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14486 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14487 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14488 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14489 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14490 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
2f67d686
AM
14491 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14492 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14493 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14494 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14495 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14496 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
f4943d82 14497 tic80_coff_vec) tb="$tb coff-tic80.lo $coff" ;;
2f67d686
AM
14498 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14499 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14500 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14501 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14502 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
14503 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
14504 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
6d00b590
AM
14505 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
14506 vax_aout_bsd_vec) tb="$tb vaxbsd.lo aout32.lo" ;;
2f67d686
AM
14507 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
14508 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
3f8107ab 14509 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
d924db55 14510 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
f4943d82
AM
14511 w65_coff_vec) tb="$tb coff-w65.lo reloc16.lo $coffgen" ;;
14512 we32k_coff_vec) tb="$tb coff-we32k.lo $coffgen" ;;
14513 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
2f67d686
AM
14514 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;;
14515 x86_64_elf32_nacl_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;;
14516 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
6036f486 14517 x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
2f67d686
AM
14518 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14519 x86_64_elf64_nacl_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14520 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14521 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
f4943d82
AM
14522 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14523 x86_64_pe_be_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14524 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
2f67d686
AM
14525 xc16x_elf32_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
14526 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
14527 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
14528 xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14529 xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
f4943d82
AM
14530 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
14531 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
2ba49b59 14532
c603b11b
AM
14533 # These appear out of order in targets.c
14534 srec_vec) tb="$tb srec.lo" ;;
14535 symbolsrec_vec) tb="$tb srec.lo" ;;
14536 tekhex_vec) tb="$tb tekhex.lo" ;;
14537 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
14538 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
14539
14540 "") ;;
14541 *) as_fn_error "*** unknown target vector $vec" "$LINENO" 5 ;;
14542 esac
14543
14544 if test ${target_size} = 64; then
14545 target64=true
14546 fi
14547 if test x"${vec}" = x"${defvec}"; then
14548 bfd_default_target_size=${target_size}
14549 fi
14550done
14551
14552# Target architecture .o files.
14553# A couple of CPUs use shorter file names to avoid problems on DOS
14554# filesystems.
14555ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
14556
14557# Weed out duplicate .o files.
14558f=""
14559for i in $tb ; do
14560 case " $f " in
14561 *" $i "*) ;;
14562 *) f="$f $i" ;;
14563 esac
14564done
14565tb="$f"
14566
14567f=""
14568for i in $ta ; do
14569 case " $f " in
14570 *" $i "*) ;;
14571 *) f="$f $i" ;;
14572 esac
14573done
14574ta="$f"
14575
14576bfd_backends="$tb"
14577bfd_machines="$ta"
14578
14579if test x${all_targets} = xtrue ; then
14580 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
14581 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
14582 selvecs=
14583 havevecs=-DHAVE_all_vecs
14584 selarchs=
14585 test -n "$assocvecs" &&
14586 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14587else # all_targets is true
14588 # Only set these if they will be nonempty, for the clever echo.
14589 havevecs=
14590 assocvecs=
14591 test -n "$selvecs" &&
14592 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
14593 test -n "$selvecs" &&
14594 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14595 test -n "$selarchs" &&
14596 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14597fi # all_targets is true
14598
14599case ${host64}-${target64}-${want64} in
14600 *true*)
14601 wordsize=64
14602 bfd64_libs='$(BFD64_LIBS)'
14603 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
14604 if test $BFD_HOST_64_BIT_DEFINED = 0; then
14605 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
14606$as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
14607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
14608$as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
14609 fi
14610 if test -n "$GCC" ; then
14611 bad_64bit_gcc=no;
14612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
14613$as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
14614 # Add more tests for gcc versions with non-working 64-bit support here.
14615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14616/* end confdefs.h. */
14617:__GNUC__:__GNUC_MINOR__:__i386__:
14618_ACEOF
14619if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14620 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
14621 bad_64bit_gcc=yes;
14622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
14623$as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
14624else
14625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14626$as_echo "no" >&6; }
14627fi
14628rm -f conftest*
14629
14630 if test $bad_64bit_gcc = yes ; then
14631 as_fn_error "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
14632 fi
14633 fi
14634 ;;
14635 false-false-false)
14636 wordsize=32
14637 all_backends='$(BFD32_BACKENDS)'
14638 ;;
14639esac
14640
14641tdefaults=""
14642test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
14643test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
14644test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
14645test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
14656# If we are configured native, pick a core file support file.
14657COREFILE=
14658COREFLAG=
14659CORE_HEADER=
14660TRAD_HEADER=
14661if test "${target}" = "${host}"; then
14662 case "${host}" in
14663 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
14664 COREFILE=''
14665 ;;
14666 alpha*-*-linux-*)
14667 COREFILE=trad-core.lo
14668 TRAD_HEADER='"hosts/alphalinux.h"'
14669 ;;
14670 alpha*-*-netbsd* | alpha*-*-openbsd*)
14671 COREFILE=netbsd-core.lo
14672 ;;
14673 alpha*-*-*)
14674 COREFILE=osf-core.lo
14675 ;;
14676 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
14677 COREFILE='' ;;
14678 arm-*-netbsd* | arm-*-openbsd*)
14679 COREFILE=netbsd-core.lo
14680 ;;
14681 arm-*-riscix) COREFILE=trad-core.lo ;;
14682 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
14683 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
14684 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
14685 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
14686 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
14687 hppa*-*-netbsd* | hppa*-*-openbsd*)
14688 COREFILE=netbsd-core.lo
14689 ;;
14690
14691 i370-*-*)
14692 COREFILE=trad-core.lo
14693 TRAD_HEADER='"hosts/i370linux.h"'
14694 ;;
14695
14696 i[3-7]86-sequent-bsd*)
14697 COREFILE=trad-core.lo
14698 TRAD_HEADER='"hosts/symmetry.h"'
14699 ;;
14700 i[3-7]86-sequent-sysv4*) ;;
14701 i[3-7]86-sequent-sysv*)
14702 COREFILE=trad-core.lo
14703 TRAD_HEADER='"hosts/symmetry.h"'
14704 ;;
14705 i[3-7]86-*-bsdi)
14706 COREFILE=
14707 ;;
14708 i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]86-*-freebsd*aout*)
14709 COREFILE=trad-core.lo
14710 TRAD_HEADER='"hosts/i386bsd.h"'
14711 ;;
14712 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
14713 COREFILE=''
14714 TRAD_HEADER='"hosts/i386bsd.h"'
14715 ;;
14716 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
14717 COREFILE=netbsd-core.lo
14718 ;;
14719 i[3-7]86-esix-sysv3*)
14720 COREFILE=trad-core.lo
14721 TRAD_HEADER='"hosts/esix.h"'
14722 ;;
14723 i[3-7]86-*-sco3.2v5*)
14724 COREFILE=sco5-core.lo
14725 ;;
14726 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
14727 COREFILE=trad-core.lo
14728 TRAD_HEADER='"hosts/i386sco.h"'
14729 ;;
14730 i[3-7]86-*-mach3*)
14731 COREFILE=trad-core.lo
14732 TRAD_HEADER='"hosts/i386mach3.h"'
14733 ;;
14734 i[3-7]86-*-linux-*)
14735 COREFILE=trad-core.lo
14736 TRAD_HEADER='"hosts/i386linux.h"'
14737 case "$enable_targets"-"$want64" in
14738 *x86_64-*linux*|*-true)
14739 CORE_HEADER='"hosts/x86-64linux.h"'
14740 esac
14741 ;;
14742 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
14743 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
14744 i860-*-mach3* | i860-*-osf1*)
14745 COREFILE=trad-core.lo
14746 TRAD_HEADER='"hosts/i860mach3.h"'
14747 ;;
14748 mips-*-netbsd* | mips*-*-openbsd*)
14749 COREFILE=netbsd-core.lo
14750 ;;
14751 mips-dec-*)
14752 COREFILE=trad-core.lo
14753 TRAD_HEADER='"hosts/decstation.h"'
14754 ;;
14755 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
14756 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
14757 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
14758 mips-*-sysv4*) ;;
14759 mips-*-sysv* | mips-*-riscos*)
14760 COREFILE=trad-core.lo
14761 TRAD_HEADER='"hosts/riscos.h"'
14762 ;;
14763 mips-sony-bsd*)
14764 COREFILE=trad-core.lo
14765 TRAD_HEADER='"hosts/news-mips.h"'
14766 ;;
14767 m68*-bull*-sysv*)
14768 COREFILE=trad-core.lo
14769 TRAD_HEADER='"hosts/dpx2.h"'
14770 ;;
14771 m68*-hp-hpux*) COREFILE=hpux-core.lo ;;
14772 m68*-hp-bsd*)
14773 COREFILE=trad-core.lo
14774 TRAD_HEADER='"hosts/hp300bsd.h"'
14775 ;;
14776 m68*-*-linux-*)
14777 COREFILE=trad-core.lo
14778 TRAD_HEADER='"hosts/m68klinux.h"'
14779 ;;
14780 m68*-motorola-sysv*)
14781 COREFILE=trad-core.lo
14782 TRAD_HEADER='"hosts/delta68.h"'
14783 ;;
14784 m68*-sony-*)
14785 COREFILE=trad-core.lo
14786 TRAD_HEADER='"hosts/news.h"'
14787 ;;
14788 m68*-*-netbsd* | m68*-*-openbsd*)
14789 COREFILE=netbsd-core.lo
14790 ;;
14791 m68*-apple-aux*)
14792 COREFILE=trad-core.lo
14793 TRAD_HEADER='"hosts/m68kaux.h"'
14794 ;;
14795 m88*-*-sysv4*)
14796 ;;
14797 m88*-motorola-sysv*)
14798 COREFILE=ptrace-core.lo
14799 ;;
14800 m88*-*-mach3*)
14801 COREFILE=trad-core.lo
14802 TRAD_HEADER='"hosts/m88kmach3.h"'
14803 ;;
14804 m88*-*-openbsd*)
14805 COREFILE=netbsd-core.lo
14806 ;;
14807 ns32k-pc532-mach)
14808 COREFILE=trad-core.lo
14809 TRAD_HEADER='"hosts/pc532mach.h"'
14810 ;;
14811 ns32k-*-netbsd* | ns32k-*-openbsd*)
14812 COREFILE=netbsd-core.lo
14813 ;;
14814 rs6000-*-lynx*)
14815 COREFILE=lynx-core.lo
14816 ;;
14817 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
14818 COREFILE=rs6000-core.lo
14819 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
14820 ;;
14821 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
14822 COREFILE=rs6000-core.lo
14823 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
14824 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
14825 # have c_impl as a member of struct core_dumpx
14826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
14827$as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
14828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14829/* end confdefs.h. */
14830#include <core.h>
14831int
14832main ()
14833{
14834struct core_dumpx c; c.c_impl = 0;
14835 ;
14836 return 0;
14837}
14838_ACEOF
14839if ac_fn_c_try_compile "$LINENO"; then :
14840
14841$as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
14842
14843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14844$as_echo "yes" >&6; }
14845else
14846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14847$as_echo "no" >&6; }
14848fi
14849rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14850 ;;
14851 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
14852 rs6000-*-*) COREFILE=rs6000-core.lo ;;
14853 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
14854 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
14855 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
14856 powerpc-*-beos*) ;;
14857 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
14858 COREFILE='' ;;
14859 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
14860 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
14861 s390*-*-*) COREFILE=trad-core.lo ;;
14862 sh*-*-netbsd* | sh*-*-openbsd*)
14863 COREFILE=netbsd-core.lo
14864 ;;
14865 sparc-*-netbsd* | sparc*-*-openbsd*)
14866 COREFILE=netbsd-core.lo
14867 ;;
14868 tahoe-*-*)
14869 COREFILE=trad-core.lo
14870 TRAD_HEADER='"hosts/tahoe.h"'
14871 ;;
14872 vax-*-netbsd* | vax-*-openbsd*)
14873 COREFILE=netbsd-core.lo
14874 ;;
14875 vax-*-ultrix2*)
14876 COREFILE=trad-core.lo
14877 TRAD_HEADER='"hosts/vaxult2.h"'
14878 ;;
14879 vax-*-ultrix*)
14880 COREFILE=trad-core.lo
14881 TRAD_HEADER='"hosts/vaxult2.h"'
14882 ;;
14883 vax-*-linux-*)
14884 COREFILE=trad-core.lo
14885 TRAD_HEADER='"hosts/vaxlinux.h"'
14886 ;;
14887 vax-*-*)
14888 COREFILE=trad-core.lo
14889 TRAD_HEADER='"hosts/vaxbsd.h"'
14890 ;;
14891 x86_64-*-linux*)
14892 CORE_HEADER='"hosts/x86-64linux.h"'
14893 ;;
14894 x86_64-*-netbsd* | x86_64-*-openbsd*)
14895 COREFILE=netbsd-core.lo
14896 ;;
14897 esac
14898
14899 case "$COREFILE" in
14900 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
14901 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
14902 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
14903 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
14904 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
14905 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
14906 osf-core.lo) COREFLAG=-DOSF_CORE ;;
14907 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
14908 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
14909 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
14910 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
14911 esac
14912
14913 # ELF corefile support has several flavors, but all of
14914 # them use something called <sys/procfs.h>
14915 for ac_header in sys/procfs.h
14916do :
14917 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
14918if test "x$ac_cv_header_sys_procfs_h" = x""yes; then :
14919 cat >>confdefs.h <<_ACEOF
14920#define HAVE_SYS_PROCFS_H 1
14921_ACEOF
14922
14923fi
14924
14925done
14926
14927 if test "$ac_cv_header_sys_procfs_h" = yes; then
14928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
14929$as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
14930 if test "${bfd_cv_have_sys_procfs_type_prstatus_t+set}" = set; then :
14931 $as_echo_n "(cached) " >&6
14932else
14933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14934/* end confdefs.h. */
14935
14936#define _SYSCALL32
14937/* Needed for new procfs interface on sparc-solaris. */
14938#define _STRUCTURED_PROC 1
14939#include <sys/procfs.h>
14940int
14941main ()
14942{
14943prstatus_t avar
14944 ;
14945 return 0;
14946}
14947_ACEOF
14948if ac_fn_c_try_compile "$LINENO"; then :
14949 bfd_cv_have_sys_procfs_type_prstatus_t=yes
14950else
14951 bfd_cv_have_sys_procfs_type_prstatus_t=no
14952
14953fi
14954rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14955fi
14956
14957 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
14958
14959$as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
14960
14961 fi
14962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
14963$as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
14964
14965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
14966$as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
14967 if test "${bfd_cv_have_sys_procfs_type_prstatus32_t+set}" = set; then :
14968 $as_echo_n "(cached) " >&6
14969else
14970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14971/* end confdefs.h. */
14972
14973#define _SYSCALL32
14974/* Needed for new procfs interface on sparc-solaris. */
14975#define _STRUCTURED_PROC 1
14976#include <sys/procfs.h>
14977int
14978main ()
14979{
14980prstatus32_t avar
14981 ;
14982 return 0;
14983}
14984_ACEOF
14985if ac_fn_c_try_compile "$LINENO"; then :
14986 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
14987else
14988 bfd_cv_have_sys_procfs_type_prstatus32_t=no
14989
14990fi
14991rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14992fi
14993
14994 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14995
14996$as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14997
14998 fi
14999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
15000$as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
15001
15002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
15003$as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
15004 if test "${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+set}" = set; then :
15005 $as_echo_n "(cached) " >&6
15006else
15007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15008/* end confdefs.h. */
15009
15010#define _SYSCALL32
15011/* Needed for new procfs interface on sparc-solaris. */
15012#define _STRUCTURED_PROC 1
15013#include <sys/procfs.h>
15014int
15015main ()
15016{
15017prstatus_t avar; void* aref = (void*) &avar.pr_who
15018 ;
15019 return 0;
15020}
15021_ACEOF
15022if ac_fn_c_try_compile "$LINENO"; then :
15023 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
15024else
15025 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
15026
15027fi
15028rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15029fi
15030
15031 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
15032
15033$as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
15034
15035 fi
15036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
15037$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
15038
15039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
15040$as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
15041 if test "${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+set}" = set; then :
15042 $as_echo_n "(cached) " >&6
15043else
15044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15045/* end confdefs.h. */
15046
15047#define _SYSCALL32
15048/* Needed for new procfs interface on sparc-solaris. */
15049#define _STRUCTURED_PROC 1
15050#include <sys/procfs.h>
15051int
15052main ()
15053{
15054prstatus32_t avar; void* aref = (void*) &avar.pr_who
15055 ;
15056 return 0;
15057}
15058_ACEOF
15059if ac_fn_c_try_compile "$LINENO"; then :
15060 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
15061else
15062 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
15063
15064fi
15065rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15066fi
15067
15068 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
15069
15070$as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
15071
15072 fi
15073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
15074$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
15075
15076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
15077$as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
15078 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then :
15079 $as_echo_n "(cached) " >&6
15080else
15081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15082/* end confdefs.h. */
15083
15084#define _SYSCALL32
15085/* Needed for new procfs interface on sparc-solaris. */
15086#define _STRUCTURED_PROC 1
15087#include <sys/procfs.h>
15088int
15089main ()
15090{
15091pstatus_t avar
15092 ;
15093 return 0;
15094}
15095_ACEOF
15096if ac_fn_c_try_compile "$LINENO"; then :
15097 bfd_cv_have_sys_procfs_type_pstatus_t=yes
15098else
15099 bfd_cv_have_sys_procfs_type_pstatus_t=no
15100
15101fi
15102rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15103fi
15104
15105 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
15106
15107$as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
15108
15109 fi
15110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
15111$as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
15112
15113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
15114$as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
15115 if test "${bfd_cv_have_sys_procfs_type_pxstatus_t+set}" = set; then :
15116 $as_echo_n "(cached) " >&6
15117else
15118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15119/* end confdefs.h. */
15120
15121#define _SYSCALL32
15122/* Needed for new procfs interface on sparc-solaris. */
15123#define _STRUCTURED_PROC 1
15124#include <sys/procfs.h>
15125int
15126main ()
15127{
15128pxstatus_t avar
15129 ;
15130 return 0;
15131}
15132_ACEOF
15133if ac_fn_c_try_compile "$LINENO"; then :
15134 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
15135else
15136 bfd_cv_have_sys_procfs_type_pxstatus_t=no
15137
15138fi
15139rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15140fi
15141
15142 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
15143
15144$as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
15145
15146 fi
15147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
15148$as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
15149
15150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
15151$as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
15152 if test "${bfd_cv_have_sys_procfs_type_pstatus32_t+set}" = set; then :
15153 $as_echo_n "(cached) " >&6
15154else
15155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15156/* end confdefs.h. */
15157
15158#define _SYSCALL32
15159/* Needed for new procfs interface on sparc-solaris. */
15160#define _STRUCTURED_PROC 1
15161#include <sys/procfs.h>
15162int
15163main ()
15164{
15165pstatus32_t avar
15166 ;
15167 return 0;
15168}
15169_ACEOF
15170if ac_fn_c_try_compile "$LINENO"; then :
15171 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
15172else
15173 bfd_cv_have_sys_procfs_type_pstatus32_t=no
15174
15175fi
15176rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15177fi
15178
15179 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
15180
15181$as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
15182
15183 fi
15184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
15185$as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
15186
15187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
15188$as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
15189 if test "${bfd_cv_have_sys_procfs_type_prpsinfo_t+set}" = set; then :
15190 $as_echo_n "(cached) " >&6
15191else
15192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15193/* end confdefs.h. */
15194
15195#define _SYSCALL32
15196/* Needed for new procfs interface on sparc-solaris. */
15197#define _STRUCTURED_PROC 1
15198#include <sys/procfs.h>
15199int
15200main ()
15201{
15202prpsinfo_t avar
15203 ;
15204 return 0;
15205}
15206_ACEOF
15207if ac_fn_c_try_compile "$LINENO"; then :
15208 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
15209else
15210 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
15211
15212fi
15213rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15214fi
15215
15216 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
15217
15218$as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
15219
15220 fi
15221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
15222$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
15223
15224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
15225$as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
15226 if test "${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+set}" = set; then :
15227 $as_echo_n "(cached) " >&6
15228else
15229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15230/* end confdefs.h. */
15231
15232#define _SYSCALL32
15233/* Needed for new procfs interface on sparc-solaris. */
15234#define _STRUCTURED_PROC 1
15235#include <sys/procfs.h>
15236int
15237main ()
15238{
15239prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
15240 ;
15241 return 0;
15242}
15243_ACEOF
15244if ac_fn_c_try_compile "$LINENO"; then :
15245 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
15246else
15247 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
15248
15249fi
15250rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15251fi
15252
15253 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
15254
15255$as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
15256
15257 fi
15258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
15259$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
15260
15261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
15262$as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
15263 if test "${bfd_cv_have_sys_procfs_type_prpsinfo32_t+set}" = set; then :
15264 $as_echo_n "(cached) " >&6
15265else
15266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15267/* end confdefs.h. */
15268
15269#define _SYSCALL32
15270/* Needed for new procfs interface on sparc-solaris. */
15271#define _STRUCTURED_PROC 1
15272#include <sys/procfs.h>
15273int
15274main ()
15275{
15276prpsinfo32_t avar
15277 ;
15278 return 0;
15279}
15280_ACEOF
15281if ac_fn_c_try_compile "$LINENO"; then :
15282 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
15283else
15284 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
15285
15286fi
15287rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15288fi
15289
15290 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
15291
15292$as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
15293
15294 fi
15295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
15296$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
15297
15298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
15299$as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
15300 if test "${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+set}" = set; then :
15301 $as_echo_n "(cached) " >&6
15302else
15303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15304/* end confdefs.h. */
15305
15306#define _SYSCALL32
15307/* Needed for new procfs interface on sparc-solaris. */
15308#define _STRUCTURED_PROC 1
15309#include <sys/procfs.h>
15310int
15311main ()
15312{
15313prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
15314 ;
15315 return 0;
15316}
15317_ACEOF
15318if ac_fn_c_try_compile "$LINENO"; then :
15319 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
15320else
15321 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
15322
15323fi
15324rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15325fi
15326
15327 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
15328
15329$as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
15330
15331 fi
15332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
15333$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
15334
15335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
15336$as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
15337 if test "${bfd_cv_have_sys_procfs_type_psinfo_t+set}" = set; then :
15338 $as_echo_n "(cached) " >&6
15339else
15340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15341/* end confdefs.h. */
15342
15343#define _SYSCALL32
15344/* Needed for new procfs interface on sparc-solaris. */
15345#define _STRUCTURED_PROC 1
15346#include <sys/procfs.h>
15347int
15348main ()
15349{
15350psinfo_t avar
15351 ;
15352 return 0;
15353}
15354_ACEOF
15355if ac_fn_c_try_compile "$LINENO"; then :
15356 bfd_cv_have_sys_procfs_type_psinfo_t=yes
15357else
15358 bfd_cv_have_sys_procfs_type_psinfo_t=no
15359
15360fi
15361rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15362fi
15363
15364 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
15365
15366$as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
15367
15368 fi
15369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
15370$as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
15371
15372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
15373$as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
15374 if test "${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+set}" = set; then :
15375 $as_echo_n "(cached) " >&6
15376else
15377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15378/* end confdefs.h. */
15379
15380#define _SYSCALL32
15381/* Needed for new procfs interface on sparc-solaris. */
15382#define _STRUCTURED_PROC 1
15383#include <sys/procfs.h>
15384int
15385main ()
15386{
15387psinfo_t avar; void* aref = (void*) &avar.pr_pid
15388 ;
15389 return 0;
15390}
15391_ACEOF
15392if ac_fn_c_try_compile "$LINENO"; then :
15393 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
15394else
15395 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
15396
15397fi
15398rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15399fi
15400
15401 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
15402
15403$as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
15404
15405 fi
15406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
15407$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
15408
15409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
15410$as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
15411 if test "${bfd_cv_have_sys_procfs_type_psinfo32_t+set}" = set; then :
15412 $as_echo_n "(cached) " >&6
15413else
15414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15415/* end confdefs.h. */
15416
15417#define _SYSCALL32
15418/* Needed for new procfs interface on sparc-solaris. */
15419#define _STRUCTURED_PROC 1
15420#include <sys/procfs.h>
15421int
15422main ()
15423{
15424psinfo32_t avar
15425 ;
15426 return 0;
15427}
15428_ACEOF
15429if ac_fn_c_try_compile "$LINENO"; then :
15430 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
15431else
15432 bfd_cv_have_sys_procfs_type_psinfo32_t=no
15433
15434fi
15435rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15436fi
15437
15438 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
15439
15440$as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
15441
15442 fi
15443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
15444$as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
15445
15446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
15447$as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
15448 if test "${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+set}" = set; then :
15449 $as_echo_n "(cached) " >&6
15450else
15451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15452/* end confdefs.h. */
15453
15454#define _SYSCALL32
15455/* Needed for new procfs interface on sparc-solaris. */
15456#define _STRUCTURED_PROC 1
15457#include <sys/procfs.h>
15458int
15459main ()
15460{
15461psinfo32_t avar; void* aref = (void*) &avar.pr_pid
15462 ;
15463 return 0;
15464}
15465_ACEOF
15466if ac_fn_c_try_compile "$LINENO"; then :
15467 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
15468else
15469 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
15470
15471fi
15472rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15473fi
15474
15475 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
15476
15477$as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
15478
15479 fi
15480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
15481$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
15482
15483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
15484$as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
15485 if test "${bfd_cv_have_sys_procfs_type_lwpstatus_t+set}" = set; then :
15486 $as_echo_n "(cached) " >&6
15487else
15488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15489/* end confdefs.h. */
15490
15491#define _SYSCALL32
15492/* Needed for new procfs interface on sparc-solaris. */
15493#define _STRUCTURED_PROC 1
15494#include <sys/procfs.h>
15495int
15496main ()
15497{
15498lwpstatus_t avar
15499 ;
15500 return 0;
15501}
15502_ACEOF
15503if ac_fn_c_try_compile "$LINENO"; then :
15504 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
15505else
15506 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
15507
15508fi
15509rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15510fi
15511
15512 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
15513
15514$as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
15515
15516 fi
15517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
15518$as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
15519
15520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
15521$as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
15522 if test "${bfd_cv_have_sys_procfs_type_lwpxstatus_t+set}" = set; then :
15523 $as_echo_n "(cached) " >&6
15524else
15525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15526/* end confdefs.h. */
15527
15528#define _SYSCALL32
15529/* Needed for new procfs interface on sparc-solaris. */
15530#define _STRUCTURED_PROC 1
15531#include <sys/procfs.h>
15532int
15533main ()
15534{
15535lwpxstatus_t avar
15536 ;
15537 return 0;
15538}
15539_ACEOF
15540if ac_fn_c_try_compile "$LINENO"; then :
15541 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
15542else
15543 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
15544
15545fi
15546rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15547fi
15548
15549 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
15550
15551$as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
5464f5a1 15552
c603b11b
AM
15553 fi
15554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
15555$as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
1012372a 15556
c603b11b
AM
15557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
15558$as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
15559 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+set}" = set; then :
15560 $as_echo_n "(cached) " >&6
15561else
15562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15563/* end confdefs.h. */
2ba49b59 15564
c603b11b
AM
15565#define _SYSCALL32
15566/* Needed for new procfs interface on sparc-solaris. */
15567#define _STRUCTURED_PROC 1
15568#include <sys/procfs.h>
15569int
15570main ()
15571{
15572lwpstatus_t avar; void* aref = (void*) &avar.pr_context
15573 ;
15574 return 0;
15575}
15576_ACEOF
15577if ac_fn_c_try_compile "$LINENO"; then :
15578 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
15579else
15580 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
5464f5a1 15581
c603b11b
AM
15582fi
15583rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15584fi
1012372a 15585
c603b11b 15586 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
2ba49b59 15587
c603b11b 15588$as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
1012372a 15589
c603b11b
AM
15590 fi
15591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
15592$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
81ecdfbb 15593
c603b11b
AM
15594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
15595$as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
15596 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+set}" = set; then :
15597 $as_echo_n "(cached) " >&6
15598else
15599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 15600/* end confdefs.h. */
c603b11b
AM
15601
15602#define _SYSCALL32
15603/* Needed for new procfs interface on sparc-solaris. */
15604#define _STRUCTURED_PROC 1
15605#include <sys/procfs.h>
15606int
15607main ()
15608{
15609lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
15610 ;
15611 return 0;
15612}
81ecdfbb 15613_ACEOF
c603b11b
AM
15614if ac_fn_c_try_compile "$LINENO"; then :
15615 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
2ba49b59 15616else
c603b11b
AM
15617 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
15618
15619fi
15620rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2ba49b59 15621fi
1012372a 15622
c603b11b
AM
15623 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
15624
15625$as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
15626
15627 fi
15628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
15629$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
15630
15631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
15632$as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
15633 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+set}" = set; then :
15634 $as_echo_n "(cached) " >&6
15635else
15636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15637/* end confdefs.h. */
15638
15639#define _SYSCALL32
15640/* Needed for new procfs interface on sparc-solaris. */
15641#define _STRUCTURED_PROC 1
15642#include <sys/procfs.h>
15643int
15644main ()
15645{
15646lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
15647 ;
15648 return 0;
15649}
15650_ACEOF
15651if ac_fn_c_try_compile "$LINENO"; then :
15652 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
15653else
15654 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
15655
15656fi
15657rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15658fi
15659
15660 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
1012372a 15661
c603b11b
AM
15662$as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
15663
15664 fi
15665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
15666$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
15667
15668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
15669$as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
15670 if test "${bfd_cv_have_sys_procfs_type_win32_pstatus_t+set}" = set; then :
15671 $as_echo_n "(cached) " >&6
15672else
15673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15674/* end confdefs.h. */
15675
15676#define _SYSCALL32
15677/* Needed for new procfs interface on sparc-solaris. */
15678#define _STRUCTURED_PROC 1
15679#include <sys/procfs.h>
15680int
15681main ()
15682{
15683win32_pstatus_t avar
15684 ;
15685 return 0;
15686}
15687_ACEOF
15688if ac_fn_c_try_compile "$LINENO"; then :
15689 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
15690else
15691 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
15692
15693fi
15694rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15695fi
15696
15697 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
15698
15699$as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
15700
15701 fi
15702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
15703$as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
15704
15705 fi
15706fi
1012372a
AC
15707
15708
c603b11b 15709if test -n "$CORE_HEADER"; then
1012372a 15710
c603b11b
AM
15711cat >>confdefs.h <<_ACEOF
15712#define CORE_HEADER $CORE_HEADER
15713_ACEOF
252b5132 15714
c603b11b
AM
15715fi
15716if test -n "$TRAD_HEADER"; then
6be7c12c 15717
c603b11b
AM
15718cat >>confdefs.h <<_ACEOF
15719#define TRAD_HEADER $TRAD_HEADER
15720_ACEOF
5464f5a1 15721
c603b11b 15722fi
5464f5a1 15723
81ecdfbb
RW
15724if test "$plugins" = "yes"; then
15725 supports_plugins=1
5464f5a1 15726else
81ecdfbb 15727 supports_plugins=0
5464f5a1 15728fi
5464f5a1 15729
81ecdfbb 15730
3cf9e6c4 15731
81ecdfbb
RW
15732# Determine the host dependant file_ptr a.k.a. off_t type. In order
15733# prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
15734# fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
15735# Hopefully a reasonable assumption since fseeko et.al. should be
15736# upward compatible.
15737for ac_func in ftello ftello64 fseeko fseeko64 fopen64
15738do :
15739 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15740ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15741eval as_val=\$$as_ac_var
15742 if test "x$as_val" = x""yes; then :
15743 cat >>confdefs.h <<_ACEOF
15744#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5464f5a1 15745_ACEOF
5464f5a1 15746
252b5132 15747fi
81ecdfbb 15748done
5464f5a1 15749
81ecdfbb
RW
15750if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
15751 # The cast to long int works around a bug in the HP C Compiler
15752# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15753# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15754# This bug is HP SR number 8606223364.
15755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
15756$as_echo_n "checking size of off_t... " >&6; }
15757if test "${ac_cv_sizeof_off_t+set}" = set; then :
15758 $as_echo_n "(cached) " >&6
6be7c12c 15759else
81ecdfbb 15760 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
5464f5a1 15761
81ecdfbb
RW
15762else
15763 if test "$ac_cv_type_off_t" = yes; then
15764 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15765$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15766{ as_fn_set_status 77
15767as_fn_error "cannot compute sizeof (off_t)
15768See \`config.log' for more details." "$LINENO" 5; }; }
15769 else
15770 ac_cv_sizeof_off_t=0
15771 fi
5464f5a1 15772fi
5464f5a1 15773
252b5132 15774fi
81ecdfbb
RW
15775{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
15776$as_echo "$ac_cv_sizeof_off_t" >&6; }
5464f5a1 15777
252b5132 15778
5464f5a1 15779
81ecdfbb
RW
15780cat >>confdefs.h <<_ACEOF
15781#define SIZEOF_OFF_T $ac_cv_sizeof_off_t
5464f5a1 15782_ACEOF
5464f5a1 15783
5464f5a1 15784
81ecdfbb
RW
15785fi
15786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
15787$as_echo_n "checking file_ptr type... " >&6; }
15788bfd_file_ptr="long"
15789bfd_ufile_ptr="unsigned long"
15790if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
15791 -o x"${ac_cv_sizeof_off_t}" = x8; then
15792 bfd_file_ptr=BFD_HOST_64_BIT
15793 bfd_ufile_ptr=BFD_HOST_U_64_BIT
15794fi
15795{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
15796$as_echo "$bfd_file_ptr" >&6; }
15797
6be7c12c 15798
252b5132 15799
81ecdfbb
RW
15800for ac_header in stdlib.h unistd.h
15801do :
15802 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15803ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15804eval as_val=\$$as_ac_Header
15805 if test "x$as_val" = x""yes; then :
15806 cat >>confdefs.h <<_ACEOF
15807#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5464f5a1 15808_ACEOF
5464f5a1 15809
5464f5a1 15810fi
81ecdfbb
RW
15811
15812done
15813
15814for ac_func in getpagesize
15815do :
15816 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
15817if test "x$ac_cv_func_getpagesize" = x""yes; then :
5464f5a1 15818 cat >>confdefs.h <<_ACEOF
81ecdfbb 15819#define HAVE_GETPAGESIZE 1
5464f5a1 15820_ACEOF
252b5132 15821
252b5132
RH
15822fi
15823done
15824
81ecdfbb
RW
15825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
15826$as_echo_n "checking for working mmap... " >&6; }
15827if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
15828 $as_echo_n "(cached) " >&6
252b5132 15829else
81ecdfbb 15830 if test "$cross_compiling" = yes; then :
252b5132
RH
15831 ac_cv_func_mmap_fixed_mapped=no
15832else
81ecdfbb 15833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
15834/* end confdefs.h. */
15835$ac_includes_default
15836/* malloc might have been renamed as rpl_malloc. */
15837#undef malloc
6be7c12c 15838
252b5132
RH
15839/* Thanks to Mike Haertel and Jim Avera for this test.
15840 Here is a matrix of mmap possibilities:
15841 mmap private not fixed
15842 mmap private fixed at somewhere currently unmapped
15843 mmap private fixed at somewhere already mapped
15844 mmap shared not fixed
15845 mmap shared fixed at somewhere currently unmapped
15846 mmap shared fixed at somewhere already mapped
15847 For private mappings, we should verify that changes cannot be read()
15848 back from the file, nor mmap's back from the file at a different
15849 address. (There have been systems where private was not correctly
15850 implemented like the infamous i386 svr4.0, and systems where the
5464f5a1 15851 VM page cache was not coherent with the file system buffer cache
252b5132
RH
15852 like early versions of FreeBSD and possibly contemporary NetBSD.)
15853 For shared mappings, we should conversely verify that changes get
5464f5a1 15854 propagated back to all the places they're supposed to be.
252b5132
RH
15855
15856 Grep wants private fixed already mapped.
15857 The main things grep needs to know about mmap are:
15858 * does it exist and is it safe to write into the mmap'd area
15859 * how to use it (BSD variants) */
5464f5a1 15860
252b5132
RH
15861#include <fcntl.h>
15862#include <sys/mman.h>
15863
81ecdfbb 15864#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
5464f5a1
NN
15865char *malloc ();
15866#endif
6be7c12c 15867
5464f5a1 15868/* This mess was copied from the GNU getpagesize.h. */
81ecdfbb 15869#ifndef HAVE_GETPAGESIZE
252b5132 15870/* Assume that all systems that can run configure have sys/param.h. */
81ecdfbb 15871# ifndef HAVE_SYS_PARAM_H
252b5132
RH
15872# define HAVE_SYS_PARAM_H 1
15873# endif
15874
15875# ifdef _SC_PAGESIZE
15876# define getpagesize() sysconf(_SC_PAGESIZE)
15877# else /* no _SC_PAGESIZE */
81ecdfbb 15878# ifdef HAVE_SYS_PARAM_H
252b5132
RH
15879# include <sys/param.h>
15880# ifdef EXEC_PAGESIZE
15881# define getpagesize() EXEC_PAGESIZE
15882# else /* no EXEC_PAGESIZE */
15883# ifdef NBPG
15884# define getpagesize() NBPG * CLSIZE
15885# ifndef CLSIZE
15886# define CLSIZE 1
15887# endif /* no CLSIZE */
15888# else /* no NBPG */
15889# ifdef NBPC
15890# define getpagesize() NBPC
15891# else /* no NBPC */
15892# ifdef PAGESIZE
15893# define getpagesize() PAGESIZE
15894# endif /* PAGESIZE */
15895# endif /* no NBPC */
15896# endif /* no NBPG */
15897# endif /* no EXEC_PAGESIZE */
15898# else /* no HAVE_SYS_PARAM_H */
15899# define getpagesize() 8192 /* punt totally */
15900# endif /* no HAVE_SYS_PARAM_H */
15901# endif /* no _SC_PAGESIZE */
15902
5464f5a1
NN
15903#endif /* no HAVE_GETPAGESIZE */
15904
15905int
15906main ()
15907{
15908 char *data, *data2, *data3;
15909 int i, pagesize;
15910 int fd;
15911
15912 pagesize = getpagesize ();
15913
15914 /* First, make a file with some known garbage in it. */
15915 data = (char *) malloc (pagesize);
15916 if (!data)
81ecdfbb 15917 return 1;
5464f5a1
NN
15918 for (i = 0; i < pagesize; ++i)
15919 *(data + i) = rand ();
15920 umask (0);
15921 fd = creat ("conftest.mmap", 0600);
15922 if (fd < 0)
81ecdfbb 15923 return 1;
5464f5a1 15924 if (write (fd, data, pagesize) != pagesize)
81ecdfbb 15925 return 1;
5464f5a1
NN
15926 close (fd);
15927
15928 /* Next, try to mmap the file at a fixed address which already has
15929 something else allocated at it. If we can, also make sure that
15930 we see the same garbage. */
15931 fd = open ("conftest.mmap", O_RDWR);
15932 if (fd < 0)
81ecdfbb 15933 return 1;
5464f5a1
NN
15934 data2 = (char *) malloc (2 * pagesize);
15935 if (!data2)
81ecdfbb
RW
15936 return 1;
15937 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
5464f5a1
NN
15938 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15939 MAP_PRIVATE | MAP_FIXED, fd, 0L))
81ecdfbb 15940 return 1;
5464f5a1
NN
15941 for (i = 0; i < pagesize; ++i)
15942 if (*(data + i) != *(data2 + i))
81ecdfbb 15943 return 1;
5464f5a1
NN
15944
15945 /* Finally, make sure that changes to the mapped area do not
15946 percolate back to the file as seen by read(). (This is a bug on
15947 some variants of i386 svr4.0.) */
15948 for (i = 0; i < pagesize; ++i)
15949 *(data2 + i) = *(data2 + i) + 1;
15950 data3 = (char *) malloc (pagesize);
15951 if (!data3)
81ecdfbb 15952 return 1;
5464f5a1 15953 if (read (fd, data3, pagesize) != pagesize)
81ecdfbb 15954 return 1;
5464f5a1
NN
15955 for (i = 0; i < pagesize; ++i)
15956 if (*(data + i) != *(data3 + i))
81ecdfbb 15957 return 1;
5464f5a1 15958 close (fd);
81ecdfbb 15959 return 0;
5464f5a1
NN
15960}
15961_ACEOF
81ecdfbb 15962if ac_fn_c_try_run "$LINENO"; then :
5464f5a1
NN
15963 ac_cv_func_mmap_fixed_mapped=yes
15964else
81ecdfbb 15965 ac_cv_func_mmap_fixed_mapped=no
5464f5a1 15966fi
81ecdfbb
RW
15967rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15968 conftest.$ac_objext conftest.beam conftest.$ac_ext
5464f5a1 15969fi
81ecdfbb 15970
5464f5a1 15971fi
81ecdfbb
RW
15972{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15973$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
5464f5a1
NN
15974if test $ac_cv_func_mmap_fixed_mapped = yes; then
15975
81ecdfbb 15976$as_echo "#define HAVE_MMAP 1" >>confdefs.h
5464f5a1
NN
15977
15978fi
15979rm -f conftest.mmap
15980
5464f5a1 15981for ac_func in madvise mprotect
81ecdfbb
RW
15982do :
15983 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15984ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15985eval as_val=\$$as_ac_var
15986 if test "x$as_val" = x""yes; then :
5464f5a1 15987 cat >>confdefs.h <<_ACEOF
81ecdfbb 15988#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5464f5a1
NN
15989_ACEOF
15990
15991fi
15992done
15993
15994case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15995 true+yes )
81ecdfbb 15996$as_echo "#define USE_MMAP 1" >>confdefs.h
5464f5a1
NN
15997 ;;
15998esac
15999
16000rm -f doc/config.status
81ecdfbb 16001ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
5464f5a1 16002
20e95c23 16003
81ecdfbb 16004ac_config_commands="$ac_config_commands default"
5464f5a1 16005
108a6f8e
CD
16006
16007
16008
16009
16010
31dd3154 16011
5464f5a1
NN
16012cat >confcache <<\_ACEOF
16013# This file is a shell script that caches the results of configure
16014# tests run on this system so they can be shared between configure
16015# scripts and configure runs, see configure's option --config-cache.
16016# It is not useful on other systems. If it contains results you don't
16017# want to keep, you may remove or edit it.
16018#
16019# config.status only pays attention to the cache file if you give it
16020# the --recheck option to rerun configure.
16021#
16022# `ac_cv_env_foo' variables (set or unset) will be overridden when
16023# loading this file, other *unset* `ac_cv_foo' will be assigned the
16024# following values.
16025
16026_ACEOF
16027
16028# The following way of writing the cache mishandles newlines in values,
16029# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 16030# So, we kill variables containing newlines.
5464f5a1
NN
16031# Ultrix sh set writes to stderr and can't be redirected directly,
16032# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
16033(
16034 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16035 eval ac_val=\$$ac_var
16036 case $ac_val in #(
16037 *${as_nl}*)
16038 case $ac_var in #(
16039 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16040$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16041 esac
16042 case $ac_var in #(
16043 _ | IFS | as_nl) ;; #(
16044 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16045 *) { eval $ac_var=; unset $ac_var;} ;;
16046 esac ;;
16047 esac
16048 done
16049
5464f5a1 16050 (set) 2>&1 |
81ecdfbb
RW
16051 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16052 *${as_nl}ac_space=\ *)
16053 # `set' does not quote correctly, so add quotes: double-quote
16054 # substitution turns \\\\ into \\, and sed turns \\ into \.
5464f5a1
NN
16055 sed -n \
16056 "s/'/'\\\\''/g;
16057 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 16058 ;; #(
5464f5a1
NN
16059 *)
16060 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 16061 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
5464f5a1 16062 ;;
81ecdfbb
RW
16063 esac |
16064 sort
16065) |
5464f5a1 16066 sed '
81ecdfbb 16067 /^ac_cv_env_/b end
5464f5a1 16068 t clear
81ecdfbb 16069 :clear
5464f5a1
NN
16070 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16071 t end
81ecdfbb
RW
16072 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16073 :end' >>confcache
16074if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16075 if test -w "$cache_file"; then
16076 test "x$cache_file" != "x/dev/null" &&
16077 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16078$as_echo "$as_me: updating cache $cache_file" >&6;}
5464f5a1
NN
16079 cat confcache >$cache_file
16080 else
81ecdfbb
RW
16081 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16082$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5464f5a1
NN
16083 fi
16084fi
16085rm -f confcache
16086
16087test "x$prefix" = xNONE && prefix=$ac_default_prefix
16088# Let make expand exec_prefix.
16089test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16090
5464f5a1
NN
16091DEFS=-DHAVE_CONFIG_H
16092
16093ac_libobjs=
16094ac_ltlibobjs=
16095for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16096 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
16097 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16098 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16099 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16100 # will be set to the directory where LIBOBJS objects are built.
16101 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16102 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
5464f5a1
NN
16103done
16104LIBOBJS=$ac_libobjs
16105
16106LTLIBOBJS=$ac_ltlibobjs
16107
16108
f5385ebf 16109if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
16110 as_fn_error "conditional \"AMDEP\" was never defined.
16111Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf
AM
16112fi
16113if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
16114 as_fn_error "conditional \"am__fastdepCC\" was never defined.
16115Usually this means the macro was only invoked conditionally." "$LINENO" 5
16116fi
16117 if test -n "$EXEEXT"; then
16118 am__EXEEXT_TRUE=
16119 am__EXEEXT_FALSE='#'
16120else
16121 am__EXEEXT_TRUE='#'
16122 am__EXEEXT_FALSE=
f5385ebf 16123fi
81ecdfbb 16124
ce3c775b 16125if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
81ecdfbb
RW
16126 as_fn_error "conditional \"PLUGINS\" was never defined.
16127Usually this means the macro was only invoked conditionally." "$LINENO" 5
ce3c775b 16128fi
f5385ebf 16129if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
16130 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
16131Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf 16132fi
d5fbea21 16133if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
16134 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
16135Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 16136fi
f5385ebf 16137if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
81ecdfbb
RW
16138 as_fn_error "conditional \"INSTALL_LIBBFD\" was never defined.
16139Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf 16140fi
5464f5a1
NN
16141
16142: ${CONFIG_STATUS=./config.status}
81ecdfbb 16143ac_write_fail=0
5464f5a1
NN
16144ac_clean_files_save=$ac_clean_files
16145ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
16146{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16147$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16148as_write_fail=0
16149cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
5464f5a1
NN
16150#! $SHELL
16151# Generated by $as_me.
16152# Run this file to recreate the current configuration.
16153# Compiler output produced by configure, useful for debugging
16154# configure, is in config.log if it exists.
16155
16156debug=false
16157ac_cs_recheck=false
16158ac_cs_silent=false
5464f5a1 16159
81ecdfbb
RW
16160SHELL=\${CONFIG_SHELL-$SHELL}
16161export SHELL
16162_ASEOF
16163cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16164## -------------------- ##
16165## M4sh Initialization. ##
16166## -------------------- ##
5464f5a1 16167
81ecdfbb
RW
16168# Be more Bourne compatible
16169DUALCASE=1; export DUALCASE # for MKS sh
16170if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
5464f5a1
NN
16171 emulate sh
16172 NULLCMD=:
81ecdfbb 16173 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5464f5a1
NN
16174 # is contrary to our usage. Disable this feature.
16175 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
16176 setopt NO_GLOB_SUBST
16177else
16178 case `(set -o) 2>/dev/null` in #(
16179 *posix*) :
16180 set -o posix ;; #(
16181 *) :
16182 ;;
16183esac
5464f5a1 16184fi
5464f5a1 16185
81ecdfbb
RW
16186
16187as_nl='
16188'
16189export as_nl
16190# Printing a long string crashes Solaris 7 /usr/bin/printf.
16191as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16192as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16193as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16194# Prefer a ksh shell builtin over an external printf program on Solaris,
16195# but without wasting forks for bash or zsh.
16196if test -z "$BASH_VERSION$ZSH_VERSION" \
16197 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16198 as_echo='print -r --'
16199 as_echo_n='print -rn --'
16200elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16201 as_echo='printf %s\n'
16202 as_echo_n='printf %s'
16203else
16204 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16205 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16206 as_echo_n='/usr/ucb/echo -n'
16207 else
16208 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16209 as_echo_n_body='eval
16210 arg=$1;
16211 case $arg in #(
16212 *"$as_nl"*)
16213 expr "X$arg" : "X\\(.*\\)$as_nl";
16214 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16215 esac;
16216 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16217 '
16218 export as_echo_n_body
16219 as_echo_n='sh -c $as_echo_n_body as_echo'
16220 fi
16221 export as_echo_body
16222 as_echo='sh -c $as_echo_body as_echo'
16223fi
16224
16225# The user is always right.
16226if test "${PATH_SEPARATOR+set}" != set; then
16227 PATH_SEPARATOR=:
16228 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16229 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16230 PATH_SEPARATOR=';'
16231 }
5464f5a1
NN
16232fi
16233
16234
81ecdfbb
RW
16235# IFS
16236# We need space, tab and new line, in precisely that order. Quoting is
16237# there to prevent editors from complaining about space-tab.
16238# (If _AS_PATH_WALK were called with IFS unset, it would disable word
16239# splitting by setting IFS to empty value.)
16240IFS=" "" $as_nl"
16241
16242# Find who we are. Look in the path if we contain no directory separator.
16243case $0 in #((
16244 *[\\/]* ) as_myself=$0 ;;
16245 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16246for as_dir in $PATH
16247do
16248 IFS=$as_save_IFS
16249 test -z "$as_dir" && as_dir=.
16250 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16251 done
16252IFS=$as_save_IFS
16253
16254 ;;
16255esac
16256# We did not find ourselves, most probably we were run as `sh COMMAND'
16257# in which case we are not to be found in the path.
16258if test "x$as_myself" = x; then
16259 as_myself=$0
16260fi
16261if test ! -f "$as_myself"; then
16262 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16263 exit 1
16264fi
16265
16266# Unset variables that we do not need and which cause bugs (e.g. in
16267# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16268# suppresses any "Segmentation fault" message there. '((' could
16269# trigger a bug in pdksh 5.2.14.
16270for as_var in BASH_ENV ENV MAIL MAILPATH
16271do eval test x\${$as_var+set} = xset \
16272 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16273done
5464f5a1
NN
16274PS1='$ '
16275PS2='> '
16276PS4='+ '
16277
16278# NLS nuisances.
81ecdfbb
RW
16279LC_ALL=C
16280export LC_ALL
16281LANGUAGE=C
16282export LANGUAGE
16283
16284# CDPATH.
16285(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16286
16287
16288# as_fn_error ERROR [LINENO LOG_FD]
16289# ---------------------------------
16290# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16291# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16292# script with status $?, using 1 if that was 0.
16293as_fn_error ()
16294{
16295 as_status=$?; test $as_status -eq 0 && as_status=1
16296 if test "$3"; then
16297 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16298 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
5464f5a1 16299 fi
81ecdfbb
RW
16300 $as_echo "$as_me: error: $1" >&2
16301 as_fn_exit $as_status
16302} # as_fn_error
16303
16304
16305# as_fn_set_status STATUS
16306# -----------------------
16307# Set $? to STATUS, without forking.
16308as_fn_set_status ()
16309{
16310 return $1
16311} # as_fn_set_status
16312
16313# as_fn_exit STATUS
16314# -----------------
16315# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16316as_fn_exit ()
16317{
16318 set +e
16319 as_fn_set_status $1
16320 exit $1
16321} # as_fn_exit
16322
16323# as_fn_unset VAR
16324# ---------------
16325# Portably unset VAR.
16326as_fn_unset ()
16327{
16328 { eval $1=; unset $1;}
16329}
16330as_unset=as_fn_unset
16331# as_fn_append VAR VALUE
16332# ----------------------
16333# Append the text in VALUE to the end of the definition contained in VAR. Take
16334# advantage of any shell optimizations that allow amortized linear growth over
16335# repeated appends, instead of the typical quadratic growth present in naive
16336# implementations.
16337if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16338 eval 'as_fn_append ()
16339 {
16340 eval $1+=\$2
16341 }'
16342else
16343 as_fn_append ()
16344 {
16345 eval $1=\$$1\$2
16346 }
16347fi # as_fn_append
16348
16349# as_fn_arith ARG...
16350# ------------------
16351# Perform arithmetic evaluation on the ARGs, and store the result in the
16352# global $as_val. Take advantage of shells that can avoid forks. The arguments
16353# must be portable across $(()) and expr.
16354if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16355 eval 'as_fn_arith ()
16356 {
16357 as_val=$(( $* ))
16358 }'
16359else
16360 as_fn_arith ()
16361 {
16362 as_val=`expr "$@" || test $? -eq 1`
16363 }
16364fi # as_fn_arith
16365
5464f5a1 16366
81ecdfbb
RW
16367if expr a : '\(a\)' >/dev/null 2>&1 &&
16368 test "X`expr 00001 : '.*\(...\)'`" = X001; then
5464f5a1
NN
16369 as_expr=expr
16370else
16371 as_expr=false
16372fi
16373
81ecdfbb 16374if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5464f5a1
NN
16375 as_basename=basename
16376else
16377 as_basename=false
16378fi
252b5132 16379
81ecdfbb
RW
16380if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16381 as_dirname=dirname
16382else
16383 as_dirname=false
16384fi
6be7c12c 16385
81ecdfbb 16386as_me=`$as_basename -- "$0" ||
5464f5a1
NN
16387$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16388 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
16389 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16390$as_echo X/"$0" |
16391 sed '/^.*\/\([^/][^/]*\)\/*$/{
16392 s//\1/
16393 q
16394 }
16395 /^X\/\(\/\/\)$/{
16396 s//\1/
16397 q
16398 }
16399 /^X\/\(\/\).*/{
16400 s//\1/
16401 q
16402 }
16403 s/.*/./; q'`
5464f5a1 16404
5464f5a1
NN
16405# Avoid depending upon Character Ranges.
16406as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16407as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16408as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16409as_cr_digits='0123456789'
16410as_cr_alnum=$as_cr_Letters$as_cr_digits
16411
81ecdfbb
RW
16412ECHO_C= ECHO_N= ECHO_T=
16413case `echo -n x` in #(((((
16414-n*)
16415 case `echo 'xy\c'` in
16416 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16417 xy) ECHO_C='\c';;
16418 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16419 ECHO_T=' ';;
16420 esac;;
16421*)
16422 ECHO_N='-n';;
5464f5a1
NN
16423esac
16424
81ecdfbb
RW
16425rm -f conf$$ conf$$.exe conf$$.file
16426if test -d conf$$.dir; then
16427 rm -f conf$$.dir/conf$$.file
252b5132 16428else
81ecdfbb
RW
16429 rm -f conf$$.dir
16430 mkdir conf$$.dir 2>/dev/null
252b5132 16431fi
81ecdfbb
RW
16432if (echo >conf$$.file) 2>/dev/null; then
16433 if ln -s conf$$.file conf$$ 2>/dev/null; then
5464f5a1 16434 as_ln_s='ln -s'
81ecdfbb
RW
16435 # ... but there are two gotchas:
16436 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16437 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16438 # In both cases, we have to default to `cp -p'.
16439 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16440 as_ln_s='cp -p'
16441 elif ln conf$$.file conf$$ 2>/dev/null; then
16442 as_ln_s=ln
16443 else
16444 as_ln_s='cp -p'
5464f5a1 16445 fi
5464f5a1
NN
16446else
16447 as_ln_s='cp -p'
252b5132 16448fi
81ecdfbb
RW
16449rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16450rmdir conf$$.dir 2>/dev/null
16451
16452
16453# as_fn_mkdir_p
16454# -------------
16455# Create "$as_dir" as a directory, including parents if necessary.
16456as_fn_mkdir_p ()
16457{
16458
16459 case $as_dir in #(
16460 -*) as_dir=./$as_dir;;
16461 esac
16462 test -d "$as_dir" || eval $as_mkdir_p || {
16463 as_dirs=
16464 while :; do
16465 case $as_dir in #(
16466 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16467 *) as_qdir=$as_dir;;
16468 esac
16469 as_dirs="'$as_qdir' $as_dirs"
16470 as_dir=`$as_dirname -- "$as_dir" ||
16471$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16472 X"$as_dir" : 'X\(//\)[^/]' \| \
16473 X"$as_dir" : 'X\(//\)$' \| \
16474 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16475$as_echo X"$as_dir" |
16476 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16477 s//\1/
16478 q
16479 }
16480 /^X\(\/\/\)[^/].*/{
16481 s//\1/
16482 q
16483 }
16484 /^X\(\/\/\)$/{
16485 s//\1/
16486 q
16487 }
16488 /^X\(\/\).*/{
16489 s//\1/
16490 q
16491 }
16492 s/.*/./; q'`
16493 test -d "$as_dir" && break
16494 done
16495 test -z "$as_dirs" || eval "mkdir $as_dirs"
16496 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
16497
6be7c12c 16498
81ecdfbb 16499} # as_fn_mkdir_p
5464f5a1 16500if mkdir -p . 2>/dev/null; then
81ecdfbb 16501 as_mkdir_p='mkdir -p "$as_dir"'
5464f5a1
NN
16502else
16503 test -d ./-p && rmdir ./-p
16504 as_mkdir_p=false
252b5132 16505fi
81ecdfbb
RW
16506
16507if test -x / >/dev/null 2>&1; then
16508 as_test_x='test -x'
16509else
16510 if ls -dL / >/dev/null 2>&1; then
16511 as_ls_L_option=L
16512 else
16513 as_ls_L_option=
16514 fi
16515 as_test_x='
16516 eval sh -c '\''
16517 if test -d "$1"; then
16518 test -d "$1/.";
16519 else
16520 case $1 in #(
16521 -*)set "./$1";;
16522 esac;
16523 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16524 ???[sx]*):;;*)false;;esac;fi
16525 '\'' sh
16526 '
16527fi
16528as_executable_p=$as_test_x
252b5132 16529
5464f5a1
NN
16530# Sed expression to map a string onto a valid CPP name.
16531as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 16532
5464f5a1
NN
16533# Sed expression to map a string onto a valid variable name.
16534as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6be7c12c 16535
252b5132 16536
5464f5a1 16537exec 6>&1
81ecdfbb
RW
16538## ----------------------------------- ##
16539## Main body of $CONFIG_STATUS script. ##
16540## ----------------------------------- ##
16541_ASEOF
16542test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5464f5a1 16543
81ecdfbb
RW
16544cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16545# Save the log message, to keep $0 and so on meaningful, and to
5464f5a1 16546# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
16547# values after options handling.
16548ac_log="
d8bd95ef 16549This file was extended by bfd $as_me 2.26.51, which was
81ecdfbb 16550generated by GNU Autoconf 2.64. Invocation command line was
5464f5a1
NN
16551
16552 CONFIG_FILES = $CONFIG_FILES
16553 CONFIG_HEADERS = $CONFIG_HEADERS
16554 CONFIG_LINKS = $CONFIG_LINKS
16555 CONFIG_COMMANDS = $CONFIG_COMMANDS
16556 $ $0 $@
16557
81ecdfbb
RW
16558on `(hostname || uname -n) 2>/dev/null | sed 1q`
16559"
16560
5464f5a1
NN
16561_ACEOF
16562
81ecdfbb
RW
16563case $ac_config_files in *"
16564"*) set x $ac_config_files; shift; ac_config_files=$*;;
16565esac
5464f5a1 16566
81ecdfbb
RW
16567case $ac_config_headers in *"
16568"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16569esac
252b5132 16570
252b5132 16571
81ecdfbb
RW
16572cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16573# Files that config.status was made for.
16574config_files="$ac_config_files"
16575config_headers="$ac_config_headers"
16576config_commands="$ac_config_commands"
252b5132 16577
81ecdfbb 16578_ACEOF
5464f5a1 16579
81ecdfbb 16580cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1 16581ac_cs_usage="\
81ecdfbb
RW
16582\`$as_me' instantiates files and other configuration actions
16583from templates according to the current configuration. Unless the files
16584and actions are specified as TAGs, all are instantiated by default.
5464f5a1 16585
81ecdfbb 16586Usage: $0 [OPTION]... [TAG]...
5464f5a1
NN
16587
16588 -h, --help print this help, then exit
81ecdfbb
RW
16589 -V, --version print version number and configuration settings, then exit
16590 -q, --quiet, --silent
16591 do not print progress messages
5464f5a1
NN
16592 -d, --debug don't remove temporary files
16593 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
16594 --file=FILE[:TEMPLATE]
16595 instantiate the configuration file FILE
16596 --header=FILE[:TEMPLATE]
16597 instantiate the configuration header FILE
5464f5a1
NN
16598
16599Configuration files:
16600$config_files
16601
16602Configuration headers:
16603$config_headers
16604
16605Configuration commands:
16606$config_commands
16607
81ecdfbb 16608Report bugs to the package provider."
5464f5a1 16609
81ecdfbb
RW
16610_ACEOF
16611cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5464f5a1 16612ac_cs_version="\\
d8bd95ef 16613bfd config.status 2.26.51
81ecdfbb
RW
16614configured by $0, generated by GNU Autoconf 2.64,
16615 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5464f5a1 16616
81ecdfbb 16617Copyright (C) 2009 Free Software Foundation, Inc.
5464f5a1
NN
16618This config.status script is free software; the Free Software Foundation
16619gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
16620
16621ac_pwd='$ac_pwd'
16622srcdir='$srcdir'
16623INSTALL='$INSTALL'
16624MKDIR_P='$MKDIR_P'
16625AWK='$AWK'
16626test -n "\$AWK" || AWK=awk
5464f5a1
NN
16627_ACEOF
16628
81ecdfbb
RW
16629cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16630# The default lists apply if the user does not specify any file.
5464f5a1
NN
16631ac_need_defaults=:
16632while test $# != 0
16633do
16634 case $1 in
16635 --*=*)
81ecdfbb
RW
16636 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16637 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5464f5a1 16638 ac_shift=:
6be7c12c 16639 ;;
81ecdfbb 16640 *)
5464f5a1
NN
16641 ac_option=$1
16642 ac_optarg=$2
16643 ac_shift=shift
6be7c12c 16644 ;;
5464f5a1 16645 esac
252b5132 16646
5464f5a1
NN
16647 case $ac_option in
16648 # Handling of the options.
5464f5a1
NN
16649 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16650 ac_cs_recheck=: ;;
81ecdfbb
RW
16651 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16652 $as_echo "$ac_cs_version"; exit ;;
16653 --debug | --debu | --deb | --de | --d | -d )
5464f5a1
NN
16654 debug=: ;;
16655 --file | --fil | --fi | --f )
16656 $ac_shift
81ecdfbb
RW
16657 case $ac_optarg in
16658 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16659 esac
16660 as_fn_append CONFIG_FILES " '$ac_optarg'"
5464f5a1
NN
16661 ac_need_defaults=false;;
16662 --header | --heade | --head | --hea )
16663 $ac_shift
81ecdfbb
RW
16664 case $ac_optarg in
16665 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16666 esac
16667 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
5464f5a1 16668 ac_need_defaults=false;;
81ecdfbb
RW
16669 --he | --h)
16670 # Conflict between --help and --header
16671 as_fn_error "ambiguous option: \`$1'
16672Try \`$0 --help' for more information.";;
16673 --help | --hel | -h )
16674 $as_echo "$ac_cs_usage"; exit ;;
5464f5a1
NN
16675 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16676 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16677 ac_cs_silent=: ;;
6be7c12c 16678
5464f5a1 16679 # This is an error.
81ecdfbb
RW
16680 -*) as_fn_error "unrecognized option: \`$1'
16681Try \`$0 --help' for more information." ;;
252b5132 16682
81ecdfbb
RW
16683 *) as_fn_append ac_config_targets " $1"
16684 ac_need_defaults=false ;;
252b5132 16685
5464f5a1
NN
16686 esac
16687 shift
16688done
6be7c12c 16689
5464f5a1 16690ac_configure_extra_args=
252b5132 16691
5464f5a1
NN
16692if $ac_cs_silent; then
16693 exec 6>/dev/null
16694 ac_configure_extra_args="$ac_configure_extra_args --silent"
16695fi
6be7c12c 16696
5464f5a1 16697_ACEOF
81ecdfbb 16698cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5464f5a1 16699if \$ac_cs_recheck; then
81ecdfbb
RW
16700 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16701 shift
16702 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16703 CONFIG_SHELL='$SHELL'
16704 export CONFIG_SHELL
16705 exec "\$@"
5464f5a1
NN
16706fi
16707
16708_ACEOF
81ecdfbb
RW
16709cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16710exec 5>>config.log
16711{
16712 echo
16713 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16714## Running $as_me. ##
16715_ASBOX
16716 $as_echo "$ac_log"
16717} >&5
5464f5a1 16718
81ecdfbb
RW
16719_ACEOF
16720cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6be7c12c 16721#
81ecdfbb 16722# INIT-COMMANDS
6be7c12c 16723#
f5385ebf 16724AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
16725
16726
16727# The HP-UX ksh and POSIX shell print the target directory to stdout
16728# if CDPATH is set.
16729(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16730
16731sed_quote_subst='$sed_quote_subst'
16732double_quote_subst='$double_quote_subst'
16733delay_variable_subst='$delay_variable_subst'
3725885a
RW
16734enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16735macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16736macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16737enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16738pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16739enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16740SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16741ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16742host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16743host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16744host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16745build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16746build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16747build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16748SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16749Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16750GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16751EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16752FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16753LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16754NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16755LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16756max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16757ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16758exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16759lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16760lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16761lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16762reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16763reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16764OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16765deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16766file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16767AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16768AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16769STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16770RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16771old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16772old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16773old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16774lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16775CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16776CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16777compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16778GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16779lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16780lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16781lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16782lt_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"`'
16783objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16784MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16785lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16786lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16787lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16788lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16789lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16790need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16791DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16792NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16793LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16794OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16795OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16796libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16797shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16798extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16799archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16800enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16801export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16802whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16803compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16804old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16805old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16806archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16807archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16808module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16809module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16810with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16811allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16812no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16813hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16814hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16815hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16816hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16817hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16818hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16819hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16820hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16821inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16822link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16823fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16824always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16825export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16826exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16827include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16828prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16829file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16830variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16831need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16832need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16833version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16834runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16835shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16836shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16837libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16838library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16839soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16840install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16841postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16842postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16843finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16844finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16845hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16846sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16847sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16848hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16849enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16850enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16851enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16852old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16853striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
16854
16855LTCC='$LTCC'
16856LTCFLAGS='$LTCFLAGS'
16857compiler='$compiler_DEFAULT'
16858
3725885a
RW
16859# A function that is used when there is no print builtin or printf.
16860func_fallback_echo ()
16861{
16862 eval 'cat <<_LTECHO_EOF
16863\$1
16864_LTECHO_EOF'
16865}
16866
d7040cdb 16867# Quote evaled strings.
3725885a
RW
16868for var in SHELL \
16869ECHO \
16870SED \
d7040cdb
SE
16871GREP \
16872EGREP \
16873FGREP \
16874LD \
16875NM \
16876LN_S \
16877lt_SP2NL \
16878lt_NL2SP \
16879reload_flag \
718a6fd8 16880OBJDUMP \
d7040cdb
SE
16881deplibs_check_method \
16882file_magic_cmd \
16883AR \
16884AR_FLAGS \
16885STRIP \
16886RANLIB \
16887CC \
16888CFLAGS \
16889compiler \
16890lt_cv_sys_global_symbol_pipe \
16891lt_cv_sys_global_symbol_to_cdecl \
16892lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 16893lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
16894lt_prog_compiler_no_builtin_flag \
16895lt_prog_compiler_wl \
16896lt_prog_compiler_pic \
16897lt_prog_compiler_static \
16898lt_cv_prog_compiler_c_o \
16899need_locks \
718a6fd8
SE
16900DSYMUTIL \
16901NMEDIT \
16902LIPO \
16903OTOOL \
16904OTOOL64 \
d7040cdb
SE
16905shrext_cmds \
16906export_dynamic_flag_spec \
16907whole_archive_flag_spec \
16908compiler_needs_object \
16909with_gnu_ld \
16910allow_undefined_flag \
16911no_undefined_flag \
16912hardcode_libdir_flag_spec \
16913hardcode_libdir_flag_spec_ld \
16914hardcode_libdir_separator \
16915fix_srcfile_path \
16916exclude_expsyms \
16917include_expsyms \
16918file_list_spec \
16919variables_saved_for_relink \
16920libname_spec \
16921library_names_spec \
16922soname_spec \
3725885a 16923install_override_mode \
d7040cdb
SE
16924finish_eval \
16925old_striplib \
16926striplib; do
3725885a 16927 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16928 *[\\\\\\\`\\"\\\$]*)
3725885a 16929 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
16930 ;;
16931 *)
16932 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16933 ;;
16934 esac
16935done
16936
16937# Double-quote double-evaled strings.
16938for var in reload_cmds \
16939old_postinstall_cmds \
16940old_postuninstall_cmds \
16941old_archive_cmds \
16942extract_expsyms_cmds \
16943old_archive_from_new_cmds \
16944old_archive_from_expsyms_cmds \
16945archive_cmds \
16946archive_expsym_cmds \
16947module_cmds \
16948module_expsym_cmds \
16949export_symbols_cmds \
16950prelink_cmds \
16951postinstall_cmds \
16952postuninstall_cmds \
16953finish_cmds \
16954sys_lib_search_path_spec \
16955sys_lib_dlsearch_path_spec; do
3725885a 16956 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16957 *[\\\\\\\`\\"\\\$]*)
3725885a 16958 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
16959 ;;
16960 *)
16961 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16962 ;;
16963 esac
16964done
16965
d7040cdb
SE
16966ac_aux_dir='$ac_aux_dir'
16967xsi_shell='$xsi_shell'
16968lt_shell_append='$lt_shell_append'
16969
16970# See if we are running on zsh, and set the options which allow our
16971# commands through without removal of \ escapes INIT.
16972if test -n "\${ZSH_VERSION+set}" ; then
16973 setopt NO_GLOB_SUBST
16974fi
16975
16976
16977 PACKAGE='$PACKAGE'
16978 VERSION='$VERSION'
16979 TIMESTAMP='$TIMESTAMP'
16980 RM='$RM'
16981 ofile='$ofile'
16982
16983
16984
20e95c23
DJ
16985# Capture the value of obsolete ALL_LINGUAS because we need it to compute
16986 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16987 # from automake.
16988 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16989 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16990 LINGUAS="${LINGUAS-%UNSET%}"
16991
5464f5a1 16992
f3b4f6d0
PB
16993GCC="$GCC"
16994CC="$CC"
16995acx_cv_header_stdint="$acx_cv_header_stdint"
16996acx_cv_type_int8_t="$acx_cv_type_int8_t"
16997acx_cv_type_int16_t="$acx_cv_type_int16_t"
16998acx_cv_type_int32_t="$acx_cv_type_int32_t"
16999acx_cv_type_int64_t="$acx_cv_type_int64_t"
17000acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
17001ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
17002ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
17003ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
17004ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
17005ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
d5efd9fc
AM
17006ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
17007ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
f3b4f6d0 17008ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
d5efd9fc
AM
17009
17010
5464f5a1
NN
17011
17012_ACEOF
17013
81ecdfbb 17014cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1 17015
81ecdfbb 17016# Handling of arguments.
5464f5a1 17017for ac_config_target in $ac_config_targets
252b5132 17018do
81ecdfbb
RW
17019 case $ac_config_target in
17020 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
17021 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
17022 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
17023 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
17024 "bfd_stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS bfd_stdint.h" ;;
17025 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17026 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17027 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
17028 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
17029 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
17030
17031 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
252b5132
RH
17032 esac
17033done
17034
81ecdfbb 17035
5464f5a1
NN
17036# If the user did not use the arguments to specify the items to instantiate,
17037# then the envvar interface is used. Set only those that are not.
17038# We use the long form for the default assignment because of an extremely
17039# bizarre bug on SunOS 4.1.3.
17040if $ac_need_defaults; then
17041 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17042 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17043 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17044fi
17045
17046# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 17047# simply because there is no reason against having it here, and in addition,
5464f5a1 17048# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
17049# Hook for its removal unless debugging.
17050# Note that there is a small window in which the directory will not be cleaned:
17051# after its creation but before its name has been assigned to `$tmp'.
5464f5a1
NN
17052$debug ||
17053{
81ecdfbb
RW
17054 tmp=
17055 trap 'exit_status=$?
17056 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
17057' 0
17058 trap 'as_fn_exit 1' 1 2 13 15
5464f5a1 17059}
5464f5a1 17060# Create a (secure) tmp directory for tmp files.
b3baf5d0 17061
5464f5a1 17062{
81ecdfbb 17063 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5464f5a1
NN
17064 test -n "$tmp" && test -d "$tmp"
17065} ||
17066{
81ecdfbb
RW
17067 tmp=./conf$$-$RANDOM
17068 (umask 077 && mkdir "$tmp")
17069} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
17070
17071# Set up the scripts for CONFIG_FILES section.
17072# No need to generate them if there are no CONFIG_FILES.
17073# This happens for instance with `./config.status config.h'.
17074if test -n "$CONFIG_FILES"; then
17075
17076
17077ac_cr=`echo X | tr X '\015'`
17078# On cygwin, bash can eat \r inside `` if the user requested igncr.
17079# But we know of no other shell where ac_cr would be empty at this
17080# point, so we can use a bashism as a fallback.
17081if test "x$ac_cr" = x; then
17082 eval ac_cr=\$\'\\r\'
17083fi
17084ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17085if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17086 ac_cs_awk_cr='\r'
17087else
17088 ac_cs_awk_cr=$ac_cr
17089fi
17090
17091echo 'BEGIN {' >"$tmp/subs1.awk" &&
17092_ACEOF
17093
17094
17095{
17096 echo "cat >conf$$subs.awk <<_ACEOF" &&
17097 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17098 echo "_ACEOF"
17099} >conf$$subs.sh ||
17100 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17101ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
17102ac_delim='%!_!# '
17103for ac_last_try in false false false false false :; do
17104 . ./conf$$subs.sh ||
17105 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17106
17107 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17108 if test $ac_delim_n = $ac_delim_num; then
17109 break
17110 elif $ac_last_try; then
17111 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17112 else
17113 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17114 fi
17115done
17116rm -f conf$$subs.sh
17117
17118cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17119cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
17120_ACEOF
17121sed -n '
17122h
17123s/^/S["/; s/!.*/"]=/
17124p
17125g
17126s/^[^!]*!//
17127:repl
17128t repl
17129s/'"$ac_delim"'$//
17130t delim
17131:nl
17132h
17133s/\(.\{148\}\).*/\1/
17134t more1
17135s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17136p
17137n
17138b repl
17139:more1
17140s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17141p
17142g
17143s/.\{148\}//
17144t nl
17145:delim
17146h
17147s/\(.\{148\}\).*/\1/
17148t more2
17149s/["\\]/\\&/g; s/^/"/; s/$/"/
17150p
17151b
17152:more2
17153s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17154p
17155g
17156s/.\{148\}//
17157t delim
17158' <conf$$subs.awk | sed '
17159/^[^""]/{
17160 N
17161 s/\n//
17162}
17163' >>$CONFIG_STATUS || ac_write_fail=1
17164rm -f conf$$subs.awk
17165cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17166_ACAWK
17167cat >>"\$tmp/subs1.awk" <<_ACAWK &&
17168 for (key in S) S_is_set[key] = 1
17169 FS = "\a"
17170
17171}
5464f5a1 17172{
81ecdfbb
RW
17173 line = $ 0
17174 nfields = split(line, field, "@")
17175 substed = 0
17176 len = length(field[1])
17177 for (i = 2; i < nfields; i++) {
17178 key = field[i]
17179 keylen = length(key)
17180 if (S_is_set[key]) {
17181 value = S[key]
17182 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17183 len += length(value) + length(field[++i])
17184 substed = 1
17185 } else
17186 len += 1 + keylen
17187 }
17188
17189 print line
5464f5a1
NN
17190}
17191
81ecdfbb
RW
17192_ACAWK
17193_ACEOF
17194cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17195if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17196 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17197else
17198 cat
17199fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
17200 || as_fn_error "could not setup config files machinery" "$LINENO" 5
5464f5a1
NN
17201_ACEOF
17202
81ecdfbb
RW
17203# VPATH may cause trouble with some makes, so we remove $(srcdir),
17204# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
17205# trailing colons and then remove the whole line if VPATH becomes empty
17206# (actually we leave an empty line to preserve line numbers).
17207if test "x$srcdir" = x.; then
17208 ac_vpsub='/^[ ]*VPATH[ ]*=/{
17209s/:*\$(srcdir):*/:/
17210s/:*\${srcdir}:*/:/
17211s/:*@srcdir@:*/:/
17212s/^\([^=]*=[ ]*\):*/\1/
17213s/:*$//
17214s/^[^=]*=[ ]*$//
17215}'
17216fi
b3baf5d0 17217
81ecdfbb
RW
17218cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17219fi # test -n "$CONFIG_FILES"
252b5132 17220
81ecdfbb
RW
17221# Set up the scripts for CONFIG_HEADERS section.
17222# No need to generate them if there are no CONFIG_HEADERS.
17223# This happens for instance with `./config.status Makefile'.
17224if test -n "$CONFIG_HEADERS"; then
17225cat >"$tmp/defines.awk" <<\_ACAWK ||
17226BEGIN {
5464f5a1
NN
17227_ACEOF
17228
81ecdfbb
RW
17229# Transform confdefs.h into an awk script `defines.awk', embedded as
17230# here-document in config.status, that substitutes the proper values into
17231# config.h.in to produce config.h.
17232
17233# Create a delimiter string that does not exist in confdefs.h, to ease
17234# handling of long lines.
17235ac_delim='%!_!# '
17236for ac_last_try in false false :; do
17237 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
17238 if test -z "$ac_t"; then
17239 break
17240 elif $ac_last_try; then
17241 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
17242 else
17243 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 17244 fi
81ecdfbb 17245done
6be7c12c 17246
81ecdfbb
RW
17247# For the awk script, D is an array of macro values keyed by name,
17248# likewise P contains macro parameters if any. Preserve backslash
17249# newline sequences.
17250
17251ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17252sed -n '
17253s/.\{148\}/&'"$ac_delim"'/g
17254t rset
17255:rset
17256s/^[ ]*#[ ]*define[ ][ ]*/ /
17257t def
17258d
17259:def
17260s/\\$//
17261t bsnl
17262s/["\\]/\\&/g
17263s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17264D["\1"]=" \3"/p
17265s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17266d
17267:bsnl
17268s/["\\]/\\&/g
17269s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17270D["\1"]=" \3\\\\\\n"\\/p
17271t cont
17272s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17273t cont
17274d
17275:cont
17276n
17277s/.\{148\}/&'"$ac_delim"'/g
17278t clear
17279:clear
17280s/\\$//
17281t bsnlc
17282s/["\\]/\\&/g; s/^/"/; s/$/"/p
17283d
17284:bsnlc
17285s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17286b cont
17287' <confdefs.h | sed '
17288s/'"$ac_delim"'/"\\\
17289"/g' >>$CONFIG_STATUS || ac_write_fail=1
17290
17291cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17292 for (key in D) D_is_set[key] = 1
17293 FS = "\a"
17294}
17295/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17296 line = \$ 0
17297 split(line, arg, " ")
17298 if (arg[1] == "#") {
17299 defundef = arg[2]
17300 mac1 = arg[3]
17301 } else {
17302 defundef = substr(arg[1], 2)
17303 mac1 = arg[2]
17304 }
17305 split(mac1, mac2, "(") #)
17306 macro = mac2[1]
17307 prefix = substr(line, 1, index(line, defundef) - 1)
17308 if (D_is_set[macro]) {
17309 # Preserve the white space surrounding the "#".
17310 print prefix "define", macro P[macro] D[macro]
17311 next
17312 } else {
17313 # Replace #undef with comments. This is necessary, for example,
17314 # in the case of _POSIX_SOURCE, which is predefined and required
17315 # on some systems where configure will not decide to define it.
17316 if (defundef == "undef") {
17317 print "/*", prefix defundef, macro, "*/"
17318 next
17319 }
17320 }
17321}
17322{ print }
17323_ACAWK
5464f5a1 17324_ACEOF
81ecdfbb
RW
17325cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17326 as_fn_error "could not setup config headers machinery" "$LINENO" 5
17327fi # test -n "$CONFIG_HEADERS"
17328
17329
17330eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17331shift
17332for ac_tag
17333do
17334 case $ac_tag in
17335 :[FHLC]) ac_mode=$ac_tag; continue;;
17336 esac
17337 case $ac_mode$ac_tag in
17338 :[FHL]*:*);;
17339 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
17340 :[FH]-) ac_tag=-:-;;
17341 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17342 esac
17343 ac_save_IFS=$IFS
17344 IFS=:
17345 set x $ac_tag
17346 IFS=$ac_save_IFS
17347 shift
17348 ac_file=$1
17349 shift
17350
17351 case $ac_mode in
17352 :L) ac_source=$1;;
17353 :[FH])
17354 ac_file_inputs=
17355 for ac_f
17356 do
17357 case $ac_f in
17358 -) ac_f="$tmp/stdin";;
17359 *) # Look for the file first in the build tree, then in the source tree
17360 # (if the path is not absolute). The absolute path cannot be DOS-style,
17361 # because $ac_f cannot contain `:'.
17362 test -f "$ac_f" ||
17363 case $ac_f in
17364 [\\/$]*) false;;
17365 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17366 esac ||
17367 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17368 esac
17369 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17370 as_fn_append ac_file_inputs " '$ac_f'"
17371 done
17372
17373 # Let's still pretend it is `configure' which instantiates (i.e., don't
17374 # use $as_me), people would be surprised to read:
17375 # /* config.h. Generated by config.status. */
17376 configure_input='Generated from '`
17377 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17378 `' by configure.'
17379 if test x"$ac_file" != x-; then
17380 configure_input="$ac_file. $configure_input"
17381 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17382$as_echo "$as_me: creating $ac_file" >&6;}
17383 fi
17384 # Neutralize special characters interpreted by sed in replacement strings.
17385 case $configure_input in #(
17386 *\&* | *\|* | *\\* )
17387 ac_sed_conf_input=`$as_echo "$configure_input" |
17388 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17389 *) ac_sed_conf_input=$configure_input;;
17390 esac
17391
17392 case $ac_tag in
17393 *:-:* | *:-) cat >"$tmp/stdin" \
17394 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
17395 esac
17396 ;;
252b5132
RH
17397 esac
17398
81ecdfbb 17399 ac_dir=`$as_dirname -- "$ac_file" ||
5464f5a1
NN
17400$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17401 X"$ac_file" : 'X\(//\)[^/]' \| \
17402 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
17403 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17404$as_echo X"$ac_file" |
17405 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17406 s//\1/
17407 q
17408 }
17409 /^X\(\/\/\)[^/].*/{
17410 s//\1/
17411 q
17412 }
17413 /^X\(\/\/\)$/{
17414 s//\1/
17415 q
17416 }
17417 /^X\(\/\).*/{
17418 s//\1/
17419 q
17420 }
17421 s/.*/./; q'`
17422 as_dir="$ac_dir"; as_fn_mkdir_p
5464f5a1
NN
17423 ac_builddir=.
17424
81ecdfbb
RW
17425case "$ac_dir" in
17426.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17427*)
17428 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17429 # A ".." for each directory in $ac_dir_suffix.
17430 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17431 case $ac_top_builddir_sub in
17432 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17433 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17434 esac ;;
17435esac
17436ac_abs_top_builddir=$ac_pwd
17437ac_abs_builddir=$ac_pwd$ac_dir_suffix
17438# for backward compatibility:
17439ac_top_builddir=$ac_top_build_prefix
252b5132 17440
5464f5a1 17441case $srcdir in
81ecdfbb 17442 .) # We are building in place.
5464f5a1 17443 ac_srcdir=.
81ecdfbb
RW
17444 ac_top_srcdir=$ac_top_builddir_sub
17445 ac_abs_top_srcdir=$ac_pwd ;;
17446 [\\/]* | ?:[\\/]* ) # Absolute name.
5464f5a1 17447 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
17448 ac_top_srcdir=$srcdir
17449 ac_abs_top_srcdir=$srcdir ;;
17450 *) # Relative name.
17451 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17452 ac_top_srcdir=$ac_top_build_prefix$srcdir
17453 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5464f5a1 17454esac
81ecdfbb 17455ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 17456
252b5132 17457
81ecdfbb
RW
17458 case $ac_mode in
17459 :F)
17460 #
17461 # CONFIG_FILE
17462 #
5464f5a1
NN
17463
17464 case $INSTALL in
17465 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
17466 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17467 esac
17468 ac_MKDIR_P=$MKDIR_P
17469 case $MKDIR_P in
17470 [\\/$]* | ?:[\\/]* ) ;;
17471 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
6be7c12c 17472 esac
81ecdfbb 17473_ACEOF
252b5132 17474
81ecdfbb
RW
17475cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17476# If the template does not know about datarootdir, expand it.
17477# FIXME: This hack should be removed a few years after 2.60.
17478ac_datarootdir_hack=; ac_datarootdir_seen=
17479ac_sed_dataroot='
17480/datarootdir/ {
17481 p
17482 q
17483}
17484/@datadir@/p
17485/@docdir@/p
17486/@infodir@/p
17487/@localedir@/p
17488/@mandir@/p'
17489case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17490*datarootdir*) ac_datarootdir_seen=yes;;
17491*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17492 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17493$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17494_ACEOF
17495cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17496 ac_datarootdir_hack='
17497 s&@datadir@&$datadir&g
17498 s&@docdir@&$docdir&g
17499 s&@infodir@&$infodir&g
17500 s&@localedir@&$localedir&g
17501 s&@mandir@&$mandir&g
17502 s&\\\${datarootdir}&$datarootdir&g' ;;
17503esac
5464f5a1 17504_ACEOF
81ecdfbb
RW
17505
17506# Neutralize VPATH when `$srcdir' = `.'.
17507# Shell code in configure.ac might set extrasub.
17508# FIXME: do we really want to maintain this feature?
17509cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17510ac_sed_extra="$ac_vpsub
5464f5a1
NN
17511$extrasub
17512_ACEOF
81ecdfbb 17513cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1
NN
17514:t
17515/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
17516s|@configure_input@|$ac_sed_conf_input|;t t
17517s&@top_builddir@&$ac_top_builddir_sub&;t t
17518s&@top_build_prefix@&$ac_top_build_prefix&;t t
17519s&@srcdir@&$ac_srcdir&;t t
17520s&@abs_srcdir@&$ac_abs_srcdir&;t t
17521s&@top_srcdir@&$ac_top_srcdir&;t t
17522s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17523s&@builddir@&$ac_builddir&;t t
17524s&@abs_builddir@&$ac_abs_builddir&;t t
17525s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17526s&@INSTALL@&$ac_INSTALL&;t t
17527s&@MKDIR_P@&$ac_MKDIR_P&;t t
17528$ac_datarootdir_hack
17529"
17530eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
17531 || as_fn_error "could not create $ac_file" "$LINENO" 5
17532
17533test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17534 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
17535 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
17536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17537which seems to be undefined. Please make sure it is defined." >&5
17538$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17539which seems to be undefined. Please make sure it is defined." >&2;}
17540
17541 rm -f "$tmp/stdin"
5464f5a1 17542 case $ac_file in
81ecdfbb
RW
17543 -) cat "$tmp/out" && rm -f "$tmp/out";;
17544 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
17545 esac \
17546 || as_fn_error "could not create $ac_file" "$LINENO" 5
17547 ;;
17548 :H)
17549 #
17550 # CONFIG_HEADER
17551 #
5464f5a1 17552 if test x"$ac_file" != x-; then
81ecdfbb
RW
17553 {
17554 $as_echo "/* $configure_input */" \
17555 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
17556 } >"$tmp/config.h" \
17557 || as_fn_error "could not create $ac_file" "$LINENO" 5
17558 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
17559 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17560$as_echo "$as_me: $ac_file is unchanged" >&6;}
5464f5a1 17561 else
81ecdfbb
RW
17562 rm -f "$ac_file"
17563 mv "$tmp/config.h" "$ac_file" \
17564 || as_fn_error "could not create $ac_file" "$LINENO" 5
252b5132 17565 fi
5464f5a1 17566 else
81ecdfbb
RW
17567 $as_echo "/* $configure_input */" \
17568 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
17569 || as_fn_error "could not create -" "$LINENO" 5
252b5132 17570 fi
81ecdfbb
RW
17571# Compute "$ac_file"'s index in $config_headers.
17572_am_arg="$ac_file"
f5385ebf
AM
17573_am_stamp_count=1
17574for _am_header in $config_headers :; do
17575 case $_am_header in
81ecdfbb 17576 $_am_arg | $_am_arg:* )
f5385ebf
AM
17577 break ;;
17578 * )
17579 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17580 esac
17581done
81ecdfbb
RW
17582echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17583$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17584 X"$_am_arg" : 'X\(//\)[^/]' \| \
17585 X"$_am_arg" : 'X\(//\)$' \| \
17586 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17587$as_echo X"$_am_arg" |
17588 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17589 s//\1/
17590 q
17591 }
17592 /^X\(\/\/\)[^/].*/{
17593 s//\1/
17594 q
17595 }
17596 /^X\(\/\/\)$/{
17597 s//\1/
17598 q
17599 }
17600 /^X\(\/\).*/{
17601 s//\1/
17602 q
17603 }
17604 s/.*/./; q'`/stamp-h$_am_stamp_count
17605 ;;
5464f5a1 17606
81ecdfbb
RW
17607 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17608$as_echo "$as_me: executing $ac_file commands" >&6;}
17609 ;;
17610 esac
5464f5a1
NN
17611
17612
81ecdfbb
RW
17613 case $ac_file$ac_mode in
17614 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17615 # Autoconf 2.62 quotes --file arguments for eval, but not when files
17616 # are listed without --file. Let's play safe and only enable the eval
17617 # if we detect the quoting.
17618 case $CONFIG_FILES in
17619 *\'*) eval set x "$CONFIG_FILES" ;;
17620 *) set x $CONFIG_FILES ;;
17621 esac
17622 shift
17623 for mf
17624 do
17625 # Strip MF so we end up with the name of the file.
17626 mf=`echo "$mf" | sed -e 's/:.*$//'`
17627 # Check whether this is an Automake generated Makefile or not.
17628 # We used to match only the files named `Makefile.in', but
17629 # some people rename them; so instead we look at the file content.
17630 # Grep'ing the first line is not enough: some people post-process
17631 # each Makefile.in and add a new line on top of each file to say so.
17632 # Grep'ing the whole file is not good either: AIX grep has a line
17633 # limit of 2048, but all sed's we know have understand at least 4000.
17634 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17635 dirpart=`$as_dirname -- "$mf" ||
f5385ebf
AM
17636$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17637 X"$mf" : 'X\(//\)[^/]' \| \
17638 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
17639 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17640$as_echo X"$mf" |
17641 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17642 s//\1/
17643 q
17644 }
17645 /^X\(\/\/\)[^/].*/{
17646 s//\1/
17647 q
17648 }
17649 /^X\(\/\/\)$/{
17650 s//\1/
17651 q
17652 }
17653 /^X\(\/\).*/{
17654 s//\1/
17655 q
17656 }
17657 s/.*/./; q'`
17658 else
17659 continue
17660 fi
17661 # Extract the definition of DEPDIR, am__include, and am__quote
17662 # from the Makefile without running `make'.
17663 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17664 test -z "$DEPDIR" && continue
17665 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17666 test -z "am__include" && continue
17667 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17668 # When using ansi2knr, U may be empty or an underscore; expand it
17669 U=`sed -n 's/^U = //p' < "$mf"`
17670 # Find all dependency output files, they are included files with
17671 # $(DEPDIR) in their names. We invoke sed twice because it is the
17672 # simplest approach to changing $(DEPDIR) to its actual value in the
17673 # expansion.
17674 for file in `sed -n "
17675 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17676 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17677 # Make sure the directory exists.
17678 test -f "$dirpart/$file" && continue
17679 fdir=`$as_dirname -- "$file" ||
f5385ebf
AM
17680$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17681 X"$file" : 'X\(//\)[^/]' \| \
17682 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
17683 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17684$as_echo X"$file" |
17685 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17686 s//\1/
17687 q
17688 }
17689 /^X\(\/\/\)[^/].*/{
17690 s//\1/
17691 q
17692 }
17693 /^X\(\/\/\)$/{
17694 s//\1/
17695 q
17696 }
17697 /^X\(\/\).*/{
17698 s//\1/
17699 q
17700 }
17701 s/.*/./; q'`
17702 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17703 # echo "creating $dirpart/$file"
17704 echo '# dummy' > "$dirpart/$file"
f5385ebf 17705 done
f5385ebf 17706 done
81ecdfbb 17707}
d7040cdb 17708 ;;
81ecdfbb 17709 "libtool":C)
d7040cdb
SE
17710
17711 # See if we are running on zsh, and set the options which allow our
17712 # commands through without removal of \ escapes.
17713 if test -n "${ZSH_VERSION+set}" ; then
17714 setopt NO_GLOB_SUBST
17715 fi
17716
17717 cfgfile="${ofile}T"
17718 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17719 $RM "$cfgfile"
17720
17721 cat <<_LT_EOF >> "$cfgfile"
17722#! $SHELL
17723
17724# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 17725# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
17726# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17727# NOTE: Changes made to this file will be lost: look at ltmain.sh.
17728#
718a6fd8 17729# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 17730# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 17731# Written by Gordon Matzigkeit, 1996
d7040cdb 17732#
718a6fd8 17733# This file is part of GNU Libtool.
d7040cdb 17734#
718a6fd8
SE
17735# GNU Libtool is free software; you can redistribute it and/or
17736# modify it under the terms of the GNU General Public License as
17737# published by the Free Software Foundation; either version 2 of
17738# the License, or (at your option) any later version.
d7040cdb 17739#
718a6fd8
SE
17740# As a special exception to the GNU General Public License,
17741# if you distribute this file as part of a program or library that
17742# is built using GNU Libtool, you may include this file under the
17743# same distribution terms that you use for the rest of that program.
d7040cdb 17744#
718a6fd8
SE
17745# GNU Libtool is distributed in the hope that it will be useful,
17746# but WITHOUT ANY WARRANTY; without even the implied warranty of
17747# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17748# GNU General Public License for more details.
d7040cdb 17749#
718a6fd8
SE
17750# You should have received a copy of the GNU General Public License
17751# along with GNU Libtool; see the file COPYING. If not, a copy
17752# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17753# obtained by writing to the Free Software Foundation, Inc.,
17754# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
17755
17756
17757# The names of the tagged configurations supported by this script.
17758available_tags=""
17759
17760# ### BEGIN LIBTOOL CONFIG
17761
17762# Whether or not to build shared libraries.
17763build_libtool_libs=$enable_shared
17764
17765# Which release of libtool.m4 was used?
17766macro_version=$macro_version
17767macro_revision=$macro_revision
17768
17769# Whether or not to build static libraries.
17770build_old_libs=$enable_static
17771
17772# What type of objects to build.
17773pic_mode=$pic_mode
17774
17775# Whether or not to optimize for fast installation.
17776fast_install=$enable_fast_install
17777
3725885a
RW
17778# Shell to use when invoking shell scripts.
17779SHELL=$lt_SHELL
17780
17781# An echo program that protects backslashes.
17782ECHO=$lt_ECHO
17783
d7040cdb
SE
17784# The host system.
17785host_alias=$host_alias
17786host=$host
17787host_os=$host_os
17788
17789# The build system.
17790build_alias=$build_alias
17791build=$build
17792build_os=$build_os
17793
17794# A sed program that does not truncate output.
17795SED=$lt_SED
17796
17797# Sed that helps us avoid accidentally triggering echo(1) options like -n.
17798Xsed="\$SED -e 1s/^X//"
17799
17800# A grep program that handles long lines.
17801GREP=$lt_GREP
17802
17803# An ERE matcher.
17804EGREP=$lt_EGREP
17805
17806# A literal string matcher.
17807FGREP=$lt_FGREP
17808
17809# A BSD- or MS-compatible name lister.
17810NM=$lt_NM
17811
17812# Whether we need soft or hard links.
17813LN_S=$lt_LN_S
17814
17815# What is the maximum length of a command?
17816max_cmd_len=$max_cmd_len
17817
17818# Object file suffix (normally "o").
17819objext=$ac_objext
17820
17821# Executable file suffix (normally "").
17822exeext=$exeext
17823
17824# whether the shell understands "unset".
17825lt_unset=$lt_unset
17826
17827# turn spaces into newlines.
17828SP2NL=$lt_lt_SP2NL
17829
17830# turn newlines into spaces.
17831NL2SP=$lt_lt_NL2SP
17832
718a6fd8
SE
17833# An object symbol dumper.
17834OBJDUMP=$lt_OBJDUMP
17835
d7040cdb
SE
17836# Method to check whether dependent libraries are shared objects.
17837deplibs_check_method=$lt_deplibs_check_method
17838
17839# Command to use when deplibs_check_method == "file_magic".
17840file_magic_cmd=$lt_file_magic_cmd
17841
17842# The archiver.
17843AR=$lt_AR
17844AR_FLAGS=$lt_AR_FLAGS
17845
17846# A symbol stripping program.
17847STRIP=$lt_STRIP
17848
17849# Commands used to install an old-style archive.
17850RANLIB=$lt_RANLIB
17851old_postinstall_cmds=$lt_old_postinstall_cmds
17852old_postuninstall_cmds=$lt_old_postuninstall_cmds
17853
3725885a
RW
17854# Whether to use a lock for old archive extraction.
17855lock_old_archive_extraction=$lock_old_archive_extraction
17856
d7040cdb
SE
17857# A C compiler.
17858LTCC=$lt_CC
17859
17860# LTCC compiler flags.
17861LTCFLAGS=$lt_CFLAGS
17862
17863# Take the output of nm and produce a listing of raw symbols and C names.
17864global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17865
17866# Transform the output of nm in a proper C declaration.
17867global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17868
17869# Transform the output of nm in a C name address pair.
17870global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17871
718a6fd8
SE
17872# Transform the output of nm in a C name address pair when lib prefix is needed.
17873global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17874
d7040cdb
SE
17875# The name of the directory that contains temporary libtool files.
17876objdir=$objdir
17877
d7040cdb
SE
17878# Used to examine libraries when file_magic_cmd begins with "file".
17879MAGIC_CMD=$MAGIC_CMD
17880
17881# Must we lock files when doing compilation?
17882need_locks=$lt_need_locks
17883
718a6fd8
SE
17884# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17885DSYMUTIL=$lt_DSYMUTIL
17886
17887# Tool to change global to local symbols on Mac OS X.
17888NMEDIT=$lt_NMEDIT
17889
17890# Tool to manipulate fat objects and archives on Mac OS X.
17891LIPO=$lt_LIPO
17892
17893# ldd/readelf like tool for Mach-O binaries on Mac OS X.
17894OTOOL=$lt_OTOOL
17895
17896# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17897OTOOL64=$lt_OTOOL64
17898
d7040cdb
SE
17899# Old archive suffix (normally "a").
17900libext=$libext
17901
17902# Shared library suffix (normally ".so").
17903shrext_cmds=$lt_shrext_cmds
17904
17905# The commands to extract the exported symbol list from a shared archive.
17906extract_expsyms_cmds=$lt_extract_expsyms_cmds
17907
17908# Variables whose values should be saved in libtool wrapper scripts and
17909# restored at link time.
17910variables_saved_for_relink=$lt_variables_saved_for_relink
17911
17912# Do we need the "lib" prefix for modules?
17913need_lib_prefix=$need_lib_prefix
17914
17915# Do we need a version for libraries?
17916need_version=$need_version
17917
17918# Library versioning type.
17919version_type=$version_type
17920
17921# Shared library runtime path variable.
17922runpath_var=$runpath_var
17923
17924# Shared library path variable.
17925shlibpath_var=$shlibpath_var
17926
17927# Is shlibpath searched before the hard-coded library search path?
17928shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17929
17930# Format of library name prefix.
17931libname_spec=$lt_libname_spec
17932
17933# List of archive names. First name is the real one, the rest are links.
17934# The last name is the one that the linker finds with -lNAME
17935library_names_spec=$lt_library_names_spec
17936
17937# The coded name of the library, if different from the real name.
17938soname_spec=$lt_soname_spec
17939
3725885a
RW
17940# Permission mode override for installation of shared libraries.
17941install_override_mode=$lt_install_override_mode
17942
d7040cdb
SE
17943# Command to use after installation of a shared archive.
17944postinstall_cmds=$lt_postinstall_cmds
17945
17946# Command to use after uninstallation of a shared archive.
17947postuninstall_cmds=$lt_postuninstall_cmds
17948
17949# Commands used to finish a libtool library installation in a directory.
17950finish_cmds=$lt_finish_cmds
17951
17952# As "finish_cmds", except a single script fragment to be evaled but
17953# not shown.
17954finish_eval=$lt_finish_eval
17955
17956# Whether we should hardcode library paths into libraries.
17957hardcode_into_libs=$hardcode_into_libs
17958
17959# Compile-time system search path for libraries.
17960sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17961
17962# Run-time system search path for libraries.
17963sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17964
17965# Whether dlopen is supported.
17966dlopen_support=$enable_dlopen
17967
17968# Whether dlopen of programs is supported.
17969dlopen_self=$enable_dlopen_self
17970
17971# Whether dlopen of statically linked programs is supported.
17972dlopen_self_static=$enable_dlopen_self_static
17973
17974# Commands to strip libraries.
17975old_striplib=$lt_old_striplib
17976striplib=$lt_striplib
17977
17978
17979# The linker used to build libraries.
17980LD=$lt_LD
17981
3725885a
RW
17982# How to create reloadable object files.
17983reload_flag=$lt_reload_flag
17984reload_cmds=$lt_reload_cmds
17985
d7040cdb
SE
17986# Commands used to build an old-style archive.
17987old_archive_cmds=$lt_old_archive_cmds
17988
17989# A language specific compiler.
17990CC=$lt_compiler
17991
17992# Is the compiler the GNU compiler?
17993with_gcc=$GCC
17994
17995# Compiler flag to turn off builtin functions.
17996no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17997
17998# How to pass a linker flag through the compiler.
17999wl=$lt_lt_prog_compiler_wl
18000
18001# Additional compiler flags for building library objects.
18002pic_flag=$lt_lt_prog_compiler_pic
18003
18004# Compiler flag to prevent dynamic linking.
18005link_static_flag=$lt_lt_prog_compiler_static
18006
18007# Does compiler simultaneously support -c and -o options?
18008compiler_c_o=$lt_lt_cv_prog_compiler_c_o
18009
18010# Whether or not to add -lc for building shared libraries.
18011build_libtool_need_lc=$archive_cmds_need_lc
18012
18013# Whether or not to disallow shared libs when runtime libs are static.
18014allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
18015
18016# Compiler flag to allow reflexive dlopens.
18017export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
18018
18019# Compiler flag to generate shared objects directly from archives.
18020whole_archive_flag_spec=$lt_whole_archive_flag_spec
18021
18022# Whether the compiler copes with passing no objects directly.
18023compiler_needs_object=$lt_compiler_needs_object
18024
18025# Create an old-style archive from a shared archive.
18026old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
18027
18028# Create a temporary old-style archive to link instead of a shared archive.
18029old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
18030
18031# Commands used to build a shared archive.
18032archive_cmds=$lt_archive_cmds
18033archive_expsym_cmds=$lt_archive_expsym_cmds
18034
18035# Commands used to build a loadable module if different from building
18036# a shared archive.
18037module_cmds=$lt_module_cmds
18038module_expsym_cmds=$lt_module_expsym_cmds
18039
18040# Whether we are building with GNU ld or not.
18041with_gnu_ld=$lt_with_gnu_ld
18042
18043# Flag that allows shared libraries with undefined symbols to be built.
18044allow_undefined_flag=$lt_allow_undefined_flag
18045
18046# Flag that enforces no undefined symbols.
18047no_undefined_flag=$lt_no_undefined_flag
18048
18049# Flag to hardcode \$libdir into a binary during linking.
18050# This must work even if \$libdir does not exist
18051hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
18052
18053# If ld is used when linking, flag to hardcode \$libdir into a binary
18054# during linking. This must work even if \$libdir does not exist.
18055hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
18056
18057# Whether we need a single "-rpath" flag with a separated argument.
18058hardcode_libdir_separator=$lt_hardcode_libdir_separator
18059
18060# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18061# DIR into the resulting binary.
18062hardcode_direct=$hardcode_direct
18063
18064# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18065# DIR into the resulting binary and the resulting library dependency is
18066# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
18067# library is relocated.
18068hardcode_direct_absolute=$hardcode_direct_absolute
18069
18070# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
18071# into the resulting binary.
18072hardcode_minus_L=$hardcode_minus_L
18073
18074# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
18075# into the resulting binary.
18076hardcode_shlibpath_var=$hardcode_shlibpath_var
18077
18078# Set to "yes" if building a shared library automatically hardcodes DIR
18079# into the library and all subsequent libraries and executables linked
18080# against it.
18081hardcode_automatic=$hardcode_automatic
18082
18083# Set to yes if linker adds runtime paths of dependent libraries
18084# to runtime path list.
18085inherit_rpath=$inherit_rpath
18086
18087# Whether libtool must link a program against all its dependency libraries.
18088link_all_deplibs=$link_all_deplibs
18089
18090# Fix the shell variable \$srcfile for the compiler.
18091fix_srcfile_path=$lt_fix_srcfile_path
18092
18093# Set to "yes" if exported symbols are required.
18094always_export_symbols=$always_export_symbols
18095
18096# The commands to list exported symbols.
18097export_symbols_cmds=$lt_export_symbols_cmds
18098
18099# Symbols that should not be listed in the preloaded symbols.
18100exclude_expsyms=$lt_exclude_expsyms
18101
18102# Symbols that must always be exported.
18103include_expsyms=$lt_include_expsyms
18104
18105# Commands necessary for linking programs (against libraries) with templates.
18106prelink_cmds=$lt_prelink_cmds
18107
18108# Specify filename containing input files.
18109file_list_spec=$lt_file_list_spec
18110
18111# How to hardcode a shared library path into an executable.
18112hardcode_action=$hardcode_action
18113
18114# ### END LIBTOOL CONFIG
18115
18116_LT_EOF
18117
18118 case $host_os in
18119 aix3*)
18120 cat <<\_LT_EOF >> "$cfgfile"
18121# AIX sometimes has problems with the GCC collect2 program. For some
18122# reason, if we set the COLLECT_NAMES environment variable, the problems
18123# vanish in a puff of smoke.
18124if test "X${COLLECT_NAMES+set}" != Xset; then
18125 COLLECT_NAMES=
18126 export COLLECT_NAMES
18127fi
18128_LT_EOF
18129 ;;
18130 esac
18131
18132
18133ltmain="$ac_aux_dir/ltmain.sh"
18134
18135
18136 # We use sed instead of cat because bash on DJGPP gets confused if
18137 # if finds mixed CR/LF and LF-only lines. Since sed operates in
18138 # text mode, it properly converts lines to CR/LF. This bash problem
18139 # is reportedly fixed, but why not run on old versions too?
18140 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
18141 || (rm -f "$cfgfile"; exit 1)
18142
18143 case $xsi_shell in
18144 yes)
18145 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 18146
d7040cdb
SE
18147# func_dirname file append nondir_replacement
18148# Compute the dirname of FILE. If nonempty, add APPEND to the result,
18149# otherwise set result to NONDIR_REPLACEMENT.
18150func_dirname ()
18151{
18152 case ${1} in
18153 */*) func_dirname_result="${1%/*}${2}" ;;
18154 * ) func_dirname_result="${3}" ;;
18155 esac
18156}
18157
18158# func_basename file
18159func_basename ()
18160{
18161 func_basename_result="${1##*/}"
18162}
18163
718a6fd8
SE
18164# func_dirname_and_basename file append nondir_replacement
18165# perform func_basename and func_dirname in a single function
18166# call:
18167# dirname: Compute the dirname of FILE. If nonempty,
18168# add APPEND to the result, otherwise set result
18169# to NONDIR_REPLACEMENT.
18170# value returned in "$func_dirname_result"
18171# basename: Compute filename of FILE.
18172# value retuned in "$func_basename_result"
18173# Implementation must be kept synchronized with func_dirname
18174# and func_basename. For efficiency, we do not delegate to
18175# those functions but instead duplicate the functionality here.
18176func_dirname_and_basename ()
18177{
18178 case ${1} in
18179 */*) func_dirname_result="${1%/*}${2}" ;;
18180 * ) func_dirname_result="${3}" ;;
18181 esac
18182 func_basename_result="${1##*/}"
18183}
18184
d7040cdb
SE
18185# func_stripname prefix suffix name
18186# strip PREFIX and SUFFIX off of NAME.
18187# PREFIX and SUFFIX must not contain globbing or regex special
18188# characters, hashes, percent signs, but SUFFIX may contain a leading
18189# dot (in which case that matches only a dot).
18190func_stripname ()
18191{
18192 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
18193 # positional parameters, so assign one to ordinary parameter first.
18194 func_stripname_result=${3}
18195 func_stripname_result=${func_stripname_result#"${1}"}
18196 func_stripname_result=${func_stripname_result%"${2}"}
18197}
18198
18199# func_opt_split
18200func_opt_split ()
18201{
18202 func_opt_split_opt=${1%%=*}
18203 func_opt_split_arg=${1#*=}
18204}
18205
18206# func_lo2o object
18207func_lo2o ()
18208{
18209 case ${1} in
18210 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
18211 *) func_lo2o_result=${1} ;;
18212 esac
18213}
718a6fd8
SE
18214
18215# func_xform libobj-or-source
18216func_xform ()
18217{
18218 func_xform_result=${1%.*}.lo
18219}
18220
18221# func_arith arithmetic-term...
18222func_arith ()
18223{
18224 func_arith_result=$(( $* ))
18225}
18226
18227# func_len string
18228# STRING may not start with a hyphen.
18229func_len ()
18230{
18231 func_len_result=${#1}
18232}
18233
d7040cdb
SE
18234_LT_EOF
18235 ;;
18236 *) # Bourne compatible functions.
18237 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 18238
d7040cdb
SE
18239# func_dirname file append nondir_replacement
18240# Compute the dirname of FILE. If nonempty, add APPEND to the result,
18241# otherwise set result to NONDIR_REPLACEMENT.
18242func_dirname ()
18243{
18244 # Extract subdirectory from the argument.
3725885a 18245 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
18246 if test "X$func_dirname_result" = "X${1}"; then
18247 func_dirname_result="${3}"
18248 else
18249 func_dirname_result="$func_dirname_result${2}"
18250 fi
18251}
18252
18253# func_basename file
18254func_basename ()
18255{
3725885a 18256 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
18257}
18258
718a6fd8 18259
d7040cdb
SE
18260# func_stripname prefix suffix name
18261# strip PREFIX and SUFFIX off of NAME.
18262# PREFIX and SUFFIX must not contain globbing or regex special
18263# characters, hashes, percent signs, but SUFFIX may contain a leading
18264# dot (in which case that matches only a dot).
18265# func_strip_suffix prefix name
18266func_stripname ()
18267{
18268 case ${2} in
3725885a
RW
18269 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18270 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
18271 esac
18272}
18273
18274# sed scripts:
18275my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
18276my_sed_long_arg='1s/^-[^=]*=//'
18277
18278# func_opt_split
18279func_opt_split ()
18280{
3725885a
RW
18281 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18282 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
18283}
18284
18285# func_lo2o object
18286func_lo2o ()
18287{
3725885a 18288 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 18289}
718a6fd8
SE
18290
18291# func_xform libobj-or-source
18292func_xform ()
18293{
3725885a 18294 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
718a6fd8
SE
18295}
18296
18297# func_arith arithmetic-term...
18298func_arith ()
18299{
18300 func_arith_result=`expr "$@"`
18301}
18302
18303# func_len string
18304# STRING may not start with a hyphen.
18305func_len ()
18306{
18307 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18308}
18309
d7040cdb
SE
18310_LT_EOF
18311esac
18312
18313case $lt_shell_append in
18314 yes)
18315 cat << \_LT_EOF >> "$cfgfile"
18316
18317# func_append var value
18318# Append VALUE to the end of shell variable VAR.
18319func_append ()
18320{
18321 eval "$1+=\$2"
18322}
18323_LT_EOF
18324 ;;
18325 *)
18326 cat << \_LT_EOF >> "$cfgfile"
18327
18328# func_append var value
18329# Append VALUE to the end of shell variable VAR.
18330func_append ()
18331{
18332 eval "$1=\$$1\$2"
18333}
718a6fd8 18334
d7040cdb
SE
18335_LT_EOF
18336 ;;
18337 esac
18338
18339
18340 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18341 || (rm -f "$cfgfile"; exit 1)
18342
18343 mv -f "$cfgfile" "$ofile" ||
18344 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18345 chmod +x "$ofile"
18346
f5385ebf 18347 ;;
81ecdfbb 18348 "default-1":C)
20e95c23
DJ
18349 for ac_file in $CONFIG_FILES; do
18350 # Support "outfile[:infile[:infile...]]"
18351 case "$ac_file" in
18352 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18353 esac
18354 # PO directories have a Makefile.in generated from Makefile.in.in.
18355 case "$ac_file" in */Makefile.in)
18356 # Adjust a relative srcdir.
18357 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 18358 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
18359 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
18360 # In autoconf-2.13 it is called $ac_given_srcdir.
18361 # In autoconf-2.50 it is called $srcdir.
18362 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
18363 case "$ac_given_srcdir" in
18364 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
18365 /*) top_srcdir="$ac_given_srcdir" ;;
18366 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
18367 esac
18368 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
18369 rm -f "$ac_dir/POTFILES"
18370 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
18371 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
18372 POMAKEFILEDEPS="POTFILES.in"
18373 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
18374 # on $ac_dir but don't depend on user-specified configuration
18375 # parameters.
18376 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
18377 # The LINGUAS file contains the set of available languages.
18378 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 18379 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
20e95c23
DJ
18380 fi
18381 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
18382 # Hide the ALL_LINGUAS assigment from automake.
18383 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
18384 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
18385 else
37a42ee9 18386 # The set of available languages was given in configure.ac.
20e95c23
DJ
18387 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
18388 fi
18389 case "$ac_given_srcdir" in
18390 .) srcdirpre= ;;
18391 *) srcdirpre='$(srcdir)/' ;;
18392 esac
18393 POFILES=
18394 GMOFILES=
18395 UPDATEPOFILES=
18396 DUMMYPOFILES=
18397 for lang in $ALL_LINGUAS; do
18398 POFILES="$POFILES $srcdirpre$lang.po"
18399 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18400 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
18401 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
18402 done
18403 # CATALOGS depends on both $ac_dir and the user's LINGUAS
18404 # environment variable.
18405 INST_LINGUAS=
18406 if test -n "$ALL_LINGUAS"; then
18407 for presentlang in $ALL_LINGUAS; do
18408 useit=no
18409 if test "%UNSET%" != "$LINGUAS"; then
18410 desiredlanguages="$LINGUAS"
18411 else
18412 desiredlanguages="$ALL_LINGUAS"
18413 fi
18414 for desiredlang in $desiredlanguages; do
18415 # Use the presentlang catalog if desiredlang is
18416 # a. equal to presentlang, or
18417 # b. a variant of presentlang (because in this case,
18418 # presentlang can be used as a fallback for messages
18419 # which are not translated in the desiredlang catalog).
18420 case "$desiredlang" in
18421 "$presentlang"*) useit=yes;;
18422 esac
18423 done
18424 if test $useit = yes; then
18425 INST_LINGUAS="$INST_LINGUAS $presentlang"
18426 fi
18427 done
18428 fi
18429 CATALOGS=
18430 if test -n "$INST_LINGUAS"; then
18431 for lang in $INST_LINGUAS; do
18432 CATALOGS="$CATALOGS $lang.gmo"
18433 done
18434 fi
18435 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
18436 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
18437 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
18438 if test -f "$f"; then
18439 case "$f" in
18440 *.orig | *.bak | *~) ;;
18441 *) cat "$f" >> "$ac_dir/Makefile" ;;
18442 esac
18443 fi
18444 done
18445 fi
18446 ;;
18447 esac
18448 done ;;
81ecdfbb 18449 "bfd_stdint.h":C)
f3b4f6d0
PB
18450if test "$GCC" = yes; then
18451 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18452else
18453 echo "/* generated for $CC */" > tmp-stdint.h
18454fi
d5efd9fc 18455
f3b4f6d0
PB
18456sed 's/^ *//' >> tmp-stdint.h <<EOF
18457
18458 #ifndef GCC_GENERATED_STDINT_H
18459 #define GCC_GENERATED_STDINT_H 1
18460
18461 #include <sys/types.h>
18462EOF
18463
18464if test "$acx_cv_header_stdint" != stdint.h; then
18465 echo "#include <stddef.h>" >> tmp-stdint.h
18466fi
18467if test "$acx_cv_header_stdint" != stddef.h; then
18468 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18469fi
18470
18471sed 's/^ *//' >> tmp-stdint.h <<EOF
18472 /* glibc uses these symbols as guards to prevent redefinitions. */
18473 #ifdef __int8_t_defined
18474 #define _INT8_T
18475 #define _INT16_T
18476 #define _INT32_T
18477 #endif
18478 #ifdef __uint32_t_defined
18479 #define _UINT32_T
18480 #endif
18481
18482EOF
18483
18484# ----------------- done header, emit basic int types -------------
18485if test "$acx_cv_header_stdint" = stddef.h; then
18486 sed 's/^ *//' >> tmp-stdint.h <<EOF
18487
18488 #ifndef _UINT8_T
18489 #define _UINT8_T
18490 #ifndef __uint8_t_defined
18491 #define __uint8_t_defined
a009f2e7 18492 #ifndef uint8_t
f3b4f6d0
PB
18493 typedef unsigned $acx_cv_type_int8_t uint8_t;
18494 #endif
18495 #endif
a009f2e7 18496 #endif
f3b4f6d0
PB
18497
18498 #ifndef _UINT16_T
18499 #define _UINT16_T
18500 #ifndef __uint16_t_defined
18501 #define __uint16_t_defined
a009f2e7 18502 #ifndef uint16_t
f3b4f6d0
PB
18503 typedef unsigned $acx_cv_type_int16_t uint16_t;
18504 #endif
18505 #endif
a009f2e7 18506 #endif
f3b4f6d0
PB
18507
18508 #ifndef _UINT32_T
18509 #define _UINT32_T
18510 #ifndef __uint32_t_defined
18511 #define __uint32_t_defined
a009f2e7 18512 #ifndef uint32_t
f3b4f6d0
PB
18513 typedef unsigned $acx_cv_type_int32_t uint32_t;
18514 #endif
18515 #endif
a009f2e7 18516 #endif
f3b4f6d0
PB
18517
18518 #ifndef _INT8_T
18519 #define _INT8_T
18520 #ifndef __int8_t_defined
18521 #define __int8_t_defined
a009f2e7 18522 #ifndef int8_t
f3b4f6d0
PB
18523 typedef $acx_cv_type_int8_t int8_t;
18524 #endif
18525 #endif
a009f2e7 18526 #endif
f3b4f6d0
PB
18527
18528 #ifndef _INT16_T
18529 #define _INT16_T
18530 #ifndef __int16_t_defined
18531 #define __int16_t_defined
a009f2e7 18532 #ifndef int16_t
f3b4f6d0
PB
18533 typedef $acx_cv_type_int16_t int16_t;
18534 #endif
18535 #endif
a009f2e7 18536 #endif
f3b4f6d0
PB
18537
18538 #ifndef _INT32_T
18539 #define _INT32_T
18540 #ifndef __int32_t_defined
18541 #define __int32_t_defined
a009f2e7 18542 #ifndef int32_t
f3b4f6d0
PB
18543 typedef $acx_cv_type_int32_t int32_t;
18544 #endif
18545 #endif
a009f2e7 18546 #endif
f3b4f6d0
PB
18547EOF
18548elif test "$ac_cv_type_u_int32_t" = yes; then
18549 sed 's/^ *//' >> tmp-stdint.h <<EOF
18550
18551 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18552 #ifndef _INT8_T
18553 #define _INT8_T
18554 #endif
18555 #ifndef _INT16_T
18556 #define _INT16_T
18557 #endif
18558 #ifndef _INT32_T
18559 #define _INT32_T
18560 #endif
18561
18562 #ifndef _UINT8_T
18563 #define _UINT8_T
18564 #ifndef __uint8_t_defined
18565 #define __uint8_t_defined
a009f2e7 18566 #ifndef uint8_t
f3b4f6d0
PB
18567 typedef u_int8_t uint8_t;
18568 #endif
18569 #endif
a009f2e7 18570 #endif
f3b4f6d0
PB
18571
18572 #ifndef _UINT16_T
18573 #define _UINT16_T
18574 #ifndef __uint16_t_defined
18575 #define __uint16_t_defined
a009f2e7 18576 #ifndef uint16_t
f3b4f6d0
PB
18577 typedef u_int16_t uint16_t;
18578 #endif
18579 #endif
a009f2e7 18580 #endif
f3b4f6d0
PB
18581
18582 #ifndef _UINT32_T
18583 #define _UINT32_T
18584 #ifndef __uint32_t_defined
18585 #define __uint32_t_defined
a009f2e7 18586 #ifndef uint32_t
f3b4f6d0
PB
18587 typedef u_int32_t uint32_t;
18588 #endif
18589 #endif
a009f2e7 18590 #endif
d5efd9fc 18591EOF
f3b4f6d0
PB
18592else
18593 sed 's/^ *//' >> tmp-stdint.h <<EOF
18594
18595 /* Some systems have guard macros to prevent redefinitions, define them. */
18596 #ifndef _INT8_T
18597 #define _INT8_T
18598 #endif
18599 #ifndef _INT16_T
18600 #define _INT16_T
18601 #endif
18602 #ifndef _INT32_T
18603 #define _INT32_T
18604 #endif
18605 #ifndef _UINT8_T
18606 #define _UINT8_T
18607 #endif
18608 #ifndef _UINT16_T
18609 #define _UINT16_T
18610 #endif
18611 #ifndef _UINT32_T
18612 #define _UINT32_T
18613 #endif
18614EOF
18615fi
18616
18617# ------------- done basic int types, emit int64_t types ------------
18618if test "$ac_cv_type_uint64_t" = yes; then
18619 sed 's/^ *//' >> tmp-stdint.h <<EOF
d5efd9fc 18620
f3b4f6d0
PB
18621 /* system headers have good uint64_t and int64_t */
18622 #ifndef _INT64_T
18623 #define _INT64_T
18624 #endif
18625 #ifndef _UINT64_T
18626 #define _UINT64_T
18627 #endif
18628EOF
18629elif test "$ac_cv_type_u_int64_t" = yes; then
18630 sed 's/^ *//' >> tmp-stdint.h <<EOF
18631
18632 /* system headers have an u_int64_t (and int64_t) */
18633 #ifndef _INT64_T
18634 #define _INT64_T
18635 #endif
18636 #ifndef _UINT64_T
18637 #define _UINT64_T
18638 #ifndef __uint64_t_defined
18639 #define __uint64_t_defined
a009f2e7 18640 #ifndef uint64_t
f3b4f6d0
PB
18641 typedef u_int64_t uint64_t;
18642 #endif
18643 #endif
a009f2e7 18644 #endif
f3b4f6d0
PB
18645EOF
18646elif test -n "$acx_cv_type_int64_t"; then
18647 sed 's/^ *//' >> tmp-stdint.h <<EOF
18648
18649 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
18650 #ifndef _INT64_T
18651 #define _INT64_T
a009f2e7 18652 #ifndef int64_t
f3b4f6d0
PB
18653 typedef $acx_cv_type_int64_t int64_t;
18654 #endif
a009f2e7 18655 #endif
f3b4f6d0
PB
18656 #ifndef _UINT64_T
18657 #define _UINT64_T
18658 #ifndef __uint64_t_defined
18659 #define __uint64_t_defined
a009f2e7 18660 #ifndef uint64_t
f3b4f6d0
PB
18661 typedef unsigned $acx_cv_type_int64_t uint64_t;
18662 #endif
18663 #endif
a009f2e7 18664 #endif
f3b4f6d0
PB
18665EOF
18666else
18667 sed 's/^ *//' >> tmp-stdint.h <<EOF
18668
18669 /* some common heuristics for int64_t, using compiler-specific tests */
18670 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
18671 #ifndef _INT64_T
18672 #define _INT64_T
18673 #ifndef __int64_t_defined
a009f2e7 18674 #ifndef int64_t
f3b4f6d0
PB
18675 typedef long long int64_t;
18676 #endif
18677 #endif
a009f2e7 18678 #endif
f3b4f6d0
PB
18679 #ifndef _UINT64_T
18680 #define _UINT64_T
a009f2e7 18681 #ifndef uint64_t
f3b4f6d0
PB
18682 typedef unsigned long long uint64_t;
18683 #endif
a009f2e7 18684 #endif
f3b4f6d0
PB
18685
18686 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
18687 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
18688 does not implement __extension__. But that compiler doesn't define
18689 __GNUC_MINOR__. */
18690 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
18691 # define __extension__
18692 # endif
18693
18694 # ifndef _INT64_T
18695 # define _INT64_T
a009f2e7 18696 # ifndef int64_t
f3b4f6d0
PB
18697 __extension__ typedef long long int64_t;
18698 # endif
a009f2e7 18699 # endif
f3b4f6d0
PB
18700 # ifndef _UINT64_T
18701 # define _UINT64_T
a009f2e7 18702 # ifndef uint64_t
f3b4f6d0
PB
18703 __extension__ typedef unsigned long long uint64_t;
18704 # endif
a009f2e7 18705 # endif
f3b4f6d0
PB
18706
18707 #elif !defined __STRICT_ANSI__
18708 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
18709
18710 # ifndef _INT64_T
18711 # define _INT64_T
a009f2e7 18712 # ifndef int64_t
f3b4f6d0
PB
18713 typedef __int64 int64_t;
18714 # endif
a009f2e7 18715 # endif
f3b4f6d0
PB
18716 # ifndef _UINT64_T
18717 # define _UINT64_T
a009f2e7 18718 # ifndef uint64_t
f3b4f6d0
PB
18719 typedef unsigned __int64 uint64_t;
18720 # endif
a009f2e7 18721 # endif
f3b4f6d0
PB
18722 # endif /* compiler */
18723
18724 #endif /* ANSI version */
18725EOF
18726fi
18727
18728# ------------- done int64_t types, emit intptr types ------------
18729if test "$ac_cv_type_uintptr_t" != yes; then
18730 sed 's/^ *//' >> tmp-stdint.h <<EOF
18731
18732 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
18733 #ifndef __uintptr_t_defined
a009f2e7 18734 #ifndef uintptr_t
f3b4f6d0
PB
18735 typedef u$acx_cv_type_intptr_t uintptr_t;
18736 #endif
a009f2e7 18737 #endif
f3b4f6d0 18738 #ifndef __intptr_t_defined
a009f2e7 18739 #ifndef intptr_t
f3b4f6d0
PB
18740 typedef $acx_cv_type_intptr_t intptr_t;
18741 #endif
a009f2e7 18742 #endif
f3b4f6d0
PB
18743EOF
18744fi
18745
18746# ------------- done intptr types, emit int_least types ------------
d5efd9fc 18747if test "$ac_cv_type_int_least32_t" != yes; then
f3b4f6d0 18748 sed 's/^ *//' >> tmp-stdint.h <<EOF
d5efd9fc
AM
18749
18750 /* Define int_least types */
18751 typedef int8_t int_least8_t;
18752 typedef int16_t int_least16_t;
18753 typedef int32_t int_least32_t;
f3b4f6d0 18754 #ifdef _INT64_T
d5efd9fc 18755 typedef int64_t int_least64_t;
f3b4f6d0 18756 #endif
d5efd9fc
AM
18757
18758 typedef uint8_t uint_least8_t;
18759 typedef uint16_t uint_least16_t;
18760 typedef uint32_t uint_least32_t;
f3b4f6d0 18761 #ifdef _UINT64_T
d5efd9fc 18762 typedef uint64_t uint_least64_t;
f3b4f6d0 18763 #endif
d5efd9fc
AM
18764EOF
18765fi
18766
f3b4f6d0 18767# ------------- done intptr types, emit int_fast types ------------
d5efd9fc 18768if test "$ac_cv_type_int_fast32_t" != yes; then
f3b4f6d0 18769 sed 's/^ *//' >> tmp-stdint.h <<EOF
d5efd9fc
AM
18770
18771 /* Define int_fast types. short is often slow */
18772 typedef int8_t int_fast8_t;
18773 typedef int int_fast16_t;
18774 typedef int32_t int_fast32_t;
f3b4f6d0 18775 #ifdef _INT64_T
d5efd9fc 18776 typedef int64_t int_fast64_t;
f3b4f6d0 18777 #endif
d5efd9fc
AM
18778
18779 typedef uint8_t uint_fast8_t;
18780 typedef unsigned int uint_fast16_t;
18781 typedef uint32_t uint_fast32_t;
f3b4f6d0 18782 #ifdef _UINT64_T
d5efd9fc 18783 typedef uint64_t uint_fast64_t;
f3b4f6d0
PB
18784 #endif
18785EOF
18786fi
18787
18788if test "$ac_cv_type_uintmax_t" != yes; then
18789 sed 's/^ *//' >> tmp-stdint.h <<EOF
18790
18791 /* Define intmax based on what we found */
a009f2e7 18792 #ifndef intmax_t
f3b4f6d0
PB
18793 #ifdef _INT64_T
18794 typedef int64_t intmax_t;
18795 #else
18796 typedef long intmax_t;
18797 #endif
a009f2e7
RW
18798 #endif
18799 #ifndef uintmax_t
f3b4f6d0
PB
18800 #ifdef _UINT64_T
18801 typedef uint64_t uintmax_t;
18802 #else
18803 typedef unsigned long uintmax_t;
18804 #endif
a009f2e7 18805 #endif
d5efd9fc
AM
18806EOF
18807fi
18808
f3b4f6d0
PB
18809sed 's/^ *//' >> tmp-stdint.h <<EOF
18810
18811 #endif /* GCC_GENERATED_STDINT_H */
18812EOF
d5efd9fc 18813
f3b4f6d0
PB
18814if test -r bfd_stdint.h && cmp -s tmp-stdint.h bfd_stdint.h; then
18815 rm -f tmp-stdint.h
d5efd9fc 18816else
f3b4f6d0 18817 mv -f tmp-stdint.h bfd_stdint.h
d5efd9fc
AM
18818fi
18819
18820 ;;
81ecdfbb 18821 "default":C)
20e95c23
DJ
18822case "$srcdir" in
18823 .) srcdirpre= ;;
18824 *) srcdirpre='$(srcdir)/' ;;
18825esac
18826POFILES=
18827GMOFILES=
18828for lang in dummy $OBSOLETE_ALL_LINGUAS; do
18829 if test $lang != dummy; then
18830 POFILES="$POFILES $srcdirpre$lang.po"
18831 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18832 fi
18833done
18834sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
18835 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
18836 -e "s,@POFILES@,$POFILES," \
18837 -e "s,@GMOFILES@,$GMOFILES," \
18838 po/Makefile.in > po/Makefile ;;
81ecdfbb 18839
5464f5a1 18840 esac
81ecdfbb 18841done # for ac_tag
5464f5a1 18842
5464f5a1 18843
81ecdfbb 18844as_fn_exit 0
5464f5a1 18845_ACEOF
5464f5a1
NN
18846ac_clean_files=$ac_clean_files_save
18847
81ecdfbb
RW
18848test $ac_write_fail = 0 ||
18849 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
18850
5464f5a1
NN
18851
18852# configure is writing to config.log, and then calls config.status.
18853# config.status does its own redirection, appending to config.log.
18854# Unfortunately, on DOS this fails, as config.log is still kept open
18855# by configure, so config.status won't be able to write to it; its
18856# output is simply discarded. So we exec the FD to /dev/null,
18857# effectively closing config.log, so it can be properly (re)opened and
18858# appended to by config.status. When coming back to configure, we
18859# need to make the FD available again.
18860if test "$no_create" != yes; then
18861 ac_cs_success=:
18862 ac_config_status_args=
18863 test "$silent" = yes &&
18864 ac_config_status_args="$ac_config_status_args --quiet"
18865 exec 5>/dev/null
18866 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18867 exec 5>>config.log
18868 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18869 # would make configure fail if this is the last instruction.
81ecdfbb
RW
18870 $ac_cs_success || as_fn_exit $?
18871fi
18872if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18873 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18874$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5464f5a1 18875fi
252b5132 18876
This page took 3.007427 seconds and 4 git commands to generate.