[ARC] Fix typo in extension instruction name.
[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
660NO_WERROR
661WARN_CFLAGS
662REPORT_BUGS_TEXI
663REPORT_BUGS_TO
664PKGVERSION
665DEBUGDIR
666PLUGINS_FALSE
667PLUGINS_TRUE
668OTOOL64
669OTOOL
670LIPO
671NMEDIT
672DSYMUTIL
81ecdfbb
RW
673OBJDUMP
674LN_S
675NM
676ac_ct_DUMPBIN
677DUMPBIN
678LD
679FGREP
680SED
681LIBTOOL
682EGREP
683GREP
684CPP
685RANLIB
686AR
687am__fastdepCC_FALSE
688am__fastdepCC_TRUE
689CCDEPMODE
690AMDEPBACKSLASH
691AMDEP_FALSE
692AMDEP_TRUE
693am__quote
694am__include
695DEPDIR
696am__untar
697am__tar
698AMTAR
699am__leading_dot
700SET_MAKE
701AWK
702mkdir_p
703MKDIR_P
704INSTALL_STRIP_PROGRAM
705STRIP
706install_sh
707MAKEINFO
708AUTOHEADER
709AUTOMAKE
710AUTOCONF
711ACLOCAL
712VERSION
713PACKAGE
714CYGPATH_W
715am__isrc
716INSTALL_DATA
717INSTALL_SCRIPT
718INSTALL_PROGRAM
719OBJEXT
720EXEEXT
721ac_ct_CC
722CPPFLAGS
723LDFLAGS
724CFLAGS
725CC
726target_os
727target_vendor
728target_cpu
729target
730host_os
731host_vendor
732host_cpu
733host
734build_os
735build_vendor
736build_cpu
737build
738target_alias
739host_alias
740build_alias
741LIBS
742ECHO_T
743ECHO_N
744ECHO_C
745DEFS
746mandir
747localedir
748libdir
749psdir
750pdfdir
751dvidir
752htmldir
753infodir
754docdir
755oldincludedir
756includedir
757localstatedir
758sharedstatedir
759sysconfdir
760datadir
761datarootdir
762libexecdir
763sbindir
764bindir
765program_transform_name
766prefix
767exec_prefix
768PACKAGE_URL
769PACKAGE_BUGREPORT
770PACKAGE_STRING
771PACKAGE_VERSION
772PACKAGE_TARNAME
773PACKAGE_NAME
774PATH_SEPARATOR
775SHELL'
5464f5a1 776ac_subst_files=''
81ecdfbb
RW
777ac_user_opts='
778enable_option_checking
779enable_dependency_tracking
780enable_shared
781enable_static
782with_pic
783enable_fast_install
784with_gnu_ld
785enable_libtool_lock
786enable_plugins
787enable_largefile
788enable_64_bit_bfd
789enable_targets
790with_mmap
791enable_secureplt
ef72a554 792enable_leading_mingw64_underscores
81ecdfbb 793with_separate_debug_dir
81ecdfbb
RW
794with_pkgversion
795with_bugurl
796enable_werror
797enable_build_warnings
798enable_maintainer_mode
799enable_install_libbfd
800enable_nls
243340ad 801with_system_zlib
81ecdfbb
RW
802'
803 ac_precious_vars='build_alias
804host_alias
805target_alias
806CC
807CFLAGS
808LDFLAGS
809LIBS
810CPPFLAGS
811CPP'
812
252b5132
RH
813
814# Initialize some variables set by options.
5464f5a1
NN
815ac_init_help=
816ac_init_version=false
81ecdfbb
RW
817ac_unrecognized_opts=
818ac_unrecognized_sep=
252b5132
RH
819# The variables have the same names as the options, with
820# dashes changed to underlines.
5464f5a1 821cache_file=/dev/null
252b5132 822exec_prefix=NONE
252b5132 823no_create=
252b5132
RH
824no_recursion=
825prefix=NONE
826program_prefix=NONE
827program_suffix=NONE
828program_transform_name=s,x,x,
829silent=
830site=
831srcdir=
252b5132
RH
832verbose=
833x_includes=NONE
834x_libraries=NONE
5464f5a1
NN
835
836# Installation directory options.
837# These are left unexpanded so users can "make install exec_prefix=/foo"
838# and all the variables that are supposed to be based on exec_prefix
839# by default will actually change.
840# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 841# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
842bindir='${exec_prefix}/bin'
843sbindir='${exec_prefix}/sbin'
844libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
845datarootdir='${prefix}/share'
846datadir='${datarootdir}'
252b5132
RH
847sysconfdir='${prefix}/etc'
848sharedstatedir='${prefix}/com'
849localstatedir='${prefix}/var'
252b5132
RH
850includedir='${prefix}/include'
851oldincludedir='/usr/include'
c4dd807e 852docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
853infodir='${datarootdir}/info'
854htmldir='${docdir}'
855dvidir='${docdir}'
856pdfdir='${docdir}'
857psdir='${docdir}'
858libdir='${exec_prefix}/lib'
859localedir='${datarootdir}/locale'
860mandir='${datarootdir}/man'
252b5132 861
252b5132 862ac_prev=
81ecdfbb 863ac_dashdash=
252b5132
RH
864for ac_option
865do
252b5132
RH
866 # If the previous option needs an argument, assign it.
867 if test -n "$ac_prev"; then
81ecdfbb 868 eval $ac_prev=\$ac_option
252b5132
RH
869 ac_prev=
870 continue
871 fi
872
81ecdfbb
RW
873 case $ac_option in
874 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
875 *) ac_optarg=yes ;;
876 esac
252b5132
RH
877
878 # Accept the important Cygnus configure options, so we can diagnose typos.
879
81ecdfbb
RW
880 case $ac_dashdash$ac_option in
881 --)
882 ac_dashdash=yes ;;
252b5132
RH
883
884 -bindir | --bindir | --bindi | --bind | --bin | --bi)
885 ac_prev=bindir ;;
886 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
5464f5a1 887 bindir=$ac_optarg ;;
252b5132
RH
888
889 -build | --build | --buil | --bui | --bu)
5464f5a1 890 ac_prev=build_alias ;;
252b5132 891 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
5464f5a1 892 build_alias=$ac_optarg ;;
252b5132
RH
893
894 -cache-file | --cache-file | --cache-fil | --cache-fi \
895 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
896 ac_prev=cache_file ;;
897 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
898 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
5464f5a1
NN
899 cache_file=$ac_optarg ;;
900
901 --config-cache | -C)
902 cache_file=config.cache ;;
252b5132 903
81ecdfbb 904 -datadir | --datadir | --datadi | --datad)
252b5132 905 ac_prev=datadir ;;
81ecdfbb 906 -datadir=* | --datadir=* | --datadi=* | --datad=*)
5464f5a1 907 datadir=$ac_optarg ;;
252b5132 908
81ecdfbb
RW
909 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
910 | --dataroo | --dataro | --datar)
911 ac_prev=datarootdir ;;
912 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
913 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
914 datarootdir=$ac_optarg ;;
915
252b5132 916 -disable-* | --disable-*)
81ecdfbb 917 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 918 # Reject names that are not valid shell variable names.
81ecdfbb
RW
919 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
920 as_fn_error "invalid feature name: $ac_useropt"
921 ac_useropt_orig=$ac_useropt
922 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
923 case $ac_user_opts in
924 *"
925"enable_$ac_useropt"
926"*) ;;
927 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
928 ac_unrecognized_sep=', ';;
929 esac
930 eval enable_$ac_useropt=no ;;
931
932 -docdir | --docdir | --docdi | --doc | --do)
933 ac_prev=docdir ;;
934 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
935 docdir=$ac_optarg ;;
936
937 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
938 ac_prev=dvidir ;;
939 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
940 dvidir=$ac_optarg ;;
252b5132
RH
941
942 -enable-* | --enable-*)
81ecdfbb 943 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 944 # Reject names that are not valid shell variable names.
81ecdfbb
RW
945 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
946 as_fn_error "invalid feature name: $ac_useropt"
947 ac_useropt_orig=$ac_useropt
948 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
949 case $ac_user_opts in
950 *"
951"enable_$ac_useropt"
952"*) ;;
953 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
954 ac_unrecognized_sep=', ';;
252b5132 955 esac
81ecdfbb 956 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
957
958 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
959 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
960 | --exec | --exe | --ex)
961 ac_prev=exec_prefix ;;
962 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
963 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
964 | --exec=* | --exe=* | --ex=*)
5464f5a1 965 exec_prefix=$ac_optarg ;;
252b5132
RH
966
967 -gas | --gas | --ga | --g)
968 # Obsolete; use --with-gas.
969 with_gas=yes ;;
970
5464f5a1
NN
971 -help | --help | --hel | --he | -h)
972 ac_init_help=long ;;
973 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
974 ac_init_help=recursive ;;
975 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
976 ac_init_help=short ;;
252b5132
RH
977
978 -host | --host | --hos | --ho)
5464f5a1 979 ac_prev=host_alias ;;
252b5132 980 -host=* | --host=* | --hos=* | --ho=*)
5464f5a1 981 host_alias=$ac_optarg ;;
252b5132 982
81ecdfbb
RW
983 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
984 ac_prev=htmldir ;;
985 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
986 | --ht=*)
987 htmldir=$ac_optarg ;;
988
252b5132
RH
989 -includedir | --includedir | --includedi | --included | --include \
990 | --includ | --inclu | --incl | --inc)
991 ac_prev=includedir ;;
992 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
993 | --includ=* | --inclu=* | --incl=* | --inc=*)
5464f5a1 994 includedir=$ac_optarg ;;
252b5132
RH
995
996 -infodir | --infodir | --infodi | --infod | --info | --inf)
997 ac_prev=infodir ;;
998 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
5464f5a1 999 infodir=$ac_optarg ;;
252b5132
RH
1000
1001 -libdir | --libdir | --libdi | --libd)
1002 ac_prev=libdir ;;
1003 -libdir=* | --libdir=* | --libdi=* | --libd=*)
5464f5a1 1004 libdir=$ac_optarg ;;
252b5132
RH
1005
1006 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1007 | --libexe | --libex | --libe)
1008 ac_prev=libexecdir ;;
1009 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1010 | --libexe=* | --libex=* | --libe=*)
5464f5a1 1011 libexecdir=$ac_optarg ;;
252b5132 1012
81ecdfbb
RW
1013 -localedir | --localedir | --localedi | --localed | --locale)
1014 ac_prev=localedir ;;
1015 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1016 localedir=$ac_optarg ;;
1017
252b5132 1018 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1019 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1020 ac_prev=localstatedir ;;
1021 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1022 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
5464f5a1 1023 localstatedir=$ac_optarg ;;
252b5132
RH
1024
1025 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1026 ac_prev=mandir ;;
1027 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
5464f5a1 1028 mandir=$ac_optarg ;;
252b5132
RH
1029
1030 -nfp | --nfp | --nf)
1031 # Obsolete; use --without-fp.
1032 with_fp=no ;;
1033
1034 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
5464f5a1 1035 | --no-cr | --no-c | -n)
252b5132
RH
1036 no_create=yes ;;
1037
1038 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1039 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1040 no_recursion=yes ;;
1041
1042 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1043 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1044 | --oldin | --oldi | --old | --ol | --o)
1045 ac_prev=oldincludedir ;;
1046 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1047 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1048 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
5464f5a1 1049 oldincludedir=$ac_optarg ;;
252b5132
RH
1050
1051 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1052 ac_prev=prefix ;;
1053 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
5464f5a1 1054 prefix=$ac_optarg ;;
252b5132
RH
1055
1056 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1057 | --program-pre | --program-pr | --program-p)
1058 ac_prev=program_prefix ;;
1059 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1060 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
5464f5a1 1061 program_prefix=$ac_optarg ;;
252b5132
RH
1062
1063 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1064 | --program-suf | --program-su | --program-s)
1065 ac_prev=program_suffix ;;
1066 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1067 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
5464f5a1 1068 program_suffix=$ac_optarg ;;
252b5132
RH
1069
1070 -program-transform-name | --program-transform-name \
1071 | --program-transform-nam | --program-transform-na \
1072 | --program-transform-n | --program-transform- \
1073 | --program-transform | --program-transfor \
1074 | --program-transfo | --program-transf \
1075 | --program-trans | --program-tran \
1076 | --progr-tra | --program-tr | --program-t)
1077 ac_prev=program_transform_name ;;
1078 -program-transform-name=* | --program-transform-name=* \
1079 | --program-transform-nam=* | --program-transform-na=* \
1080 | --program-transform-n=* | --program-transform-=* \
1081 | --program-transform=* | --program-transfor=* \
1082 | --program-transfo=* | --program-transf=* \
1083 | --program-trans=* | --program-tran=* \
1084 | --progr-tra=* | --program-tr=* | --program-t=*)
5464f5a1 1085 program_transform_name=$ac_optarg ;;
252b5132 1086
81ecdfbb
RW
1087 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1088 ac_prev=pdfdir ;;
1089 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1090 pdfdir=$ac_optarg ;;
1091
1092 -psdir | --psdir | --psdi | --psd | --ps)
1093 ac_prev=psdir ;;
1094 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1095 psdir=$ac_optarg ;;
1096
252b5132
RH
1097 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1098 | -silent | --silent | --silen | --sile | --sil)
1099 silent=yes ;;
1100
1101 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1102 ac_prev=sbindir ;;
1103 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1104 | --sbi=* | --sb=*)
5464f5a1 1105 sbindir=$ac_optarg ;;
252b5132
RH
1106
1107 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1108 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1109 | --sharedst | --shareds | --shared | --share | --shar \
1110 | --sha | --sh)
1111 ac_prev=sharedstatedir ;;
1112 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1113 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1114 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1115 | --sha=* | --sh=*)
5464f5a1 1116 sharedstatedir=$ac_optarg ;;
252b5132
RH
1117
1118 -site | --site | --sit)
1119 ac_prev=site ;;
1120 -site=* | --site=* | --sit=*)
5464f5a1 1121 site=$ac_optarg ;;
6be7c12c 1122
252b5132
RH
1123 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1124 ac_prev=srcdir ;;
1125 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
5464f5a1 1126 srcdir=$ac_optarg ;;
252b5132
RH
1127
1128 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1129 | --syscon | --sysco | --sysc | --sys | --sy)
1130 ac_prev=sysconfdir ;;
1131 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1132 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
5464f5a1 1133 sysconfdir=$ac_optarg ;;
252b5132
RH
1134
1135 -target | --target | --targe | --targ | --tar | --ta | --t)
5464f5a1 1136 ac_prev=target_alias ;;
252b5132 1137 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
5464f5a1 1138 target_alias=$ac_optarg ;;
252b5132
RH
1139
1140 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1141 verbose=yes ;;
1142
5464f5a1
NN
1143 -version | --version | --versio | --versi | --vers | -V)
1144 ac_init_version=: ;;
252b5132
RH
1145
1146 -with-* | --with-*)
81ecdfbb 1147 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1148 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1149 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1150 as_fn_error "invalid package name: $ac_useropt"
1151 ac_useropt_orig=$ac_useropt
1152 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1153 case $ac_user_opts in
1154 *"
1155"with_$ac_useropt"
1156"*) ;;
1157 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1158 ac_unrecognized_sep=', ';;
252b5132 1159 esac
81ecdfbb 1160 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1161
1162 -without-* | --without-*)
81ecdfbb 1163 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1164 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1165 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1166 as_fn_error "invalid package name: $ac_useropt"
1167 ac_useropt_orig=$ac_useropt
1168 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1169 case $ac_user_opts in
1170 *"
1171"with_$ac_useropt"
1172"*) ;;
1173 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1174 ac_unrecognized_sep=', ';;
1175 esac
1176 eval with_$ac_useropt=no ;;
252b5132
RH
1177
1178 --x)
1179 # Obsolete; use --with-x.
1180 with_x=yes ;;
1181
1182 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1183 | --x-incl | --x-inc | --x-in | --x-i)
1184 ac_prev=x_includes ;;
1185 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1186 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
5464f5a1 1187 x_includes=$ac_optarg ;;
252b5132
RH
1188
1189 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1190 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1191 ac_prev=x_libraries ;;
1192 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1193 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
5464f5a1 1194 x_libraries=$ac_optarg ;;
252b5132 1195
81ecdfbb
RW
1196 -*) as_fn_error "unrecognized option: \`$ac_option'
1197Try \`$0 --help' for more information."
252b5132
RH
1198 ;;
1199
5464f5a1
NN
1200 *=*)
1201 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1202 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1203 case $ac_envvar in #(
1204 '' | [0-9]* | *[!_$as_cr_alnum]* )
1205 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1206 esac
1207 eval $ac_envvar=\$ac_optarg
5464f5a1
NN
1208 export $ac_envvar ;;
1209
252b5132 1210 *)
5464f5a1 1211 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1212 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
5464f5a1 1213 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1214 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
5464f5a1 1215 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1216 ;;
1217
1218 esac
1219done
1220
1221if test -n "$ac_prev"; then
5464f5a1 1222 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1223 as_fn_error "missing argument to $ac_option"
252b5132 1224fi
252b5132 1225
81ecdfbb
RW
1226if test -n "$ac_unrecognized_opts"; then
1227 case $enable_option_checking in
1228 no) ;;
1229 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1230 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
5464f5a1 1231 esac
81ecdfbb 1232fi
6be7c12c 1233
81ecdfbb
RW
1234# Check all directory arguments for consistency.
1235for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1236 datadir sysconfdir sharedstatedir localstatedir includedir \
1237 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1238 libdir localedir mandir
252b5132 1239do
81ecdfbb
RW
1240 eval ac_val=\$$ac_var
1241 # Remove trailing slashes.
5464f5a1 1242 case $ac_val in
81ecdfbb
RW
1243 */ )
1244 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1245 eval $ac_var=\$ac_val;;
252b5132 1246 esac
81ecdfbb
RW
1247 # Be sure to have absolute directory names.
1248 case $ac_val in
1249 [\\/$]* | ?:[\\/]* ) continue;;
1250 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1251 esac
1252 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1253done
1254
5464f5a1
NN
1255# There might be people who depend on the old broken behavior: `$host'
1256# used to hold the argument of --host etc.
1257# FIXME: To remove some day.
1258build=$build_alias
1259host=$host_alias
1260target=$target_alias
1261
1262# FIXME: To remove some day.
1263if test "x$host_alias" != x; then
1264 if test "x$build_alias" = x; then
1265 cross_compiling=maybe
81ecdfbb 1266 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
5464f5a1
NN
1267 If a cross compiler is detected then cross compile mode will be used." >&2
1268 elif test "x$build_alias" != "x$host_alias"; then
1269 cross_compiling=yes
1270 fi
1271fi
252b5132 1272
5464f5a1
NN
1273ac_tool_prefix=
1274test -n "$host_alias" && ac_tool_prefix=$host_alias-
1275
1276test "$silent" = yes && exec 6>/dev/null
252b5132 1277
252b5132 1278
81ecdfbb
RW
1279ac_pwd=`pwd` && test -n "$ac_pwd" &&
1280ac_ls_di=`ls -di .` &&
1281ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1282 as_fn_error "working directory cannot be determined"
1283test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1284 as_fn_error "pwd does not report name of working directory"
1285
1286
252b5132
RH
1287# Find the source files, if location was not specified.
1288if test -z "$srcdir"; then
1289 ac_srcdir_defaulted=yes
81ecdfbb
RW
1290 # Try the directory containing this script, then the parent directory.
1291 ac_confdir=`$as_dirname -- "$as_myself" ||
1292$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1293 X"$as_myself" : 'X\(//\)[^/]' \| \
1294 X"$as_myself" : 'X\(//\)$' \| \
1295 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1296$as_echo X"$as_myself" |
1297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1298 s//\1/
1299 q
1300 }
1301 /^X\(\/\/\)[^/].*/{
1302 s//\1/
1303 q
1304 }
1305 /^X\(\/\/\)$/{
1306 s//\1/
1307 q
1308 }
1309 /^X\(\/\).*/{
1310 s//\1/
1311 q
1312 }
1313 s/.*/./; q'`
252b5132 1314 srcdir=$ac_confdir
81ecdfbb 1315 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1316 srcdir=..
1317 fi
1318else
1319 ac_srcdir_defaulted=no
1320fi
81ecdfbb
RW
1321if test ! -r "$srcdir/$ac_unique_file"; then
1322 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1323 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1324fi
1325ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1326ac_abs_confdir=`(
1327 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1328 pwd)`
1329# When building in place, set srcdir=.
1330if test "$ac_abs_confdir" = "$ac_pwd"; then
1331 srcdir=.
1332fi
1333# Remove unnecessary trailing slashes from srcdir.
1334# Double slashes in file names in object file debugging info
1335# mess up M-x gdb in Emacs.
1336case $srcdir in
1337*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1338esac
1339for ac_var in $ac_precious_vars; do
1340 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1341 eval ac_env_${ac_var}_value=\$${ac_var}
1342 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1343 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1344done
b3baf5d0 1345
5464f5a1
NN
1346#
1347# Report the --help message.
1348#
1349if test "$ac_init_help" = "long"; then
1350 # Omit some internal or obsolete options to make the list less imposing.
1351 # This message is too long to be a string in the A/UX 3.1 sh.
1352 cat <<_ACEOF
d8bd95ef 1353\`configure' configures bfd 2.26.51 to adapt to many kinds of systems.
252b5132 1354
5464f5a1 1355Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1356
5464f5a1
NN
1357To assign environment variables (e.g., CC, CFLAGS...), specify them as
1358VAR=VALUE. See below for descriptions of some of the useful variables.
6be7c12c 1359
5464f5a1 1360Defaults for the options are specified in brackets.
6be7c12c 1361
5464f5a1
NN
1362Configuration:
1363 -h, --help display this help and exit
1364 --help=short display options specific to this package
1365 --help=recursive display the short help of all the included packages
1366 -V, --version display version information and exit
1367 -q, --quiet, --silent do not print \`checking...' messages
1368 --cache-file=FILE cache test results in FILE [disabled]
1369 -C, --config-cache alias for \`--cache-file=config.cache'
1370 -n, --no-create do not create output files
1371 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1372
5464f5a1
NN
1373Installation directories:
1374 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1375 [$ac_default_prefix]
5464f5a1 1376 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1377 [PREFIX]
6be7c12c 1378
5464f5a1
NN
1379By default, \`make install' will install all the files in
1380\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1381an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1382for instance \`--prefix=\$HOME'.
6be7c12c 1383
5464f5a1 1384For better control, use the options below.
6be7c12c 1385
5464f5a1 1386Fine tuning of the installation directories:
81ecdfbb
RW
1387 --bindir=DIR user executables [EPREFIX/bin]
1388 --sbindir=DIR system admin executables [EPREFIX/sbin]
1389 --libexecdir=DIR program executables [EPREFIX/libexec]
1390 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1391 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1392 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1393 --libdir=DIR object code libraries [EPREFIX/lib]
1394 --includedir=DIR C header files [PREFIX/include]
1395 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1396 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1397 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1398 --infodir=DIR info documentation [DATAROOTDIR/info]
1399 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1400 --mandir=DIR man documentation [DATAROOTDIR/man]
c4dd807e 1401 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
81ecdfbb
RW
1402 --htmldir=DIR html documentation [DOCDIR]
1403 --dvidir=DIR dvi documentation [DOCDIR]
1404 --pdfdir=DIR pdf documentation [DOCDIR]
1405 --psdir=DIR ps documentation [DOCDIR]
5464f5a1 1406_ACEOF
6be7c12c 1407
5464f5a1 1408 cat <<\_ACEOF
6be7c12c 1409
5464f5a1
NN
1410Program names:
1411 --program-prefix=PREFIX prepend PREFIX to installed program names
1412 --program-suffix=SUFFIX append SUFFIX to installed program names
1413 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1414
5464f5a1
NN
1415System types:
1416 --build=BUILD configure for building on BUILD [guessed]
1417 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1418 --target=TARGET configure for building compilers for TARGET [HOST]
1419_ACEOF
252b5132 1420fi
252b5132 1421
5464f5a1 1422if test -n "$ac_init_help"; then
c4dd807e 1423 case $ac_init_help in
d8bd95ef 1424 short | recursive ) echo "Configuration of bfd 2.26.51:";;
c4dd807e 1425 esac
5464f5a1 1426 cat <<\_ACEOF
252b5132 1427
5464f5a1 1428Optional Features:
81ecdfbb 1429 --disable-option-checking ignore unrecognized --enable/--with options
5464f5a1
NN
1430 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1431 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
f5385ebf
AM
1432 --disable-dependency-tracking speeds up one-time build
1433 --enable-dependency-tracking do not reject slow dependency extractors
81ecdfbb
RW
1434 --enable-shared[=PKGS] build shared libraries [default=no]
1435 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1436 --enable-fast-install[=PKGS]
1437 optimize for fast installation [default=yes]
5464f5a1 1438 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f 1439 --enable-plugins Enable support for plugins
ce3c775b 1440 --disable-largefile omit support for large files
5464f5a1
NN
1441 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1442 --enable-targets alternative target configurations
6ec7057a 1443 --enable-secureplt Default to creating read-only plt entries
ef72a554
KT
1444 --enable-leading-mingw64-underscores
1445 Enable leading underscores on 64 bit mingw targets
241a6c40
AM
1446 --enable-werror treat compile warnings as errors
1447 --enable-build-warnings enable build-time compiler warnings
f5385ebf
AM
1448 --enable-maintainer-mode enable make rules and dependencies not useful
1449 (and sometimes confusing) to the casual installer
5464f5a1
NN
1450 --enable-install-libbfd controls installation of libbfd and related headers
1451 --disable-nls do not use Native Language Support
1452
1453Optional Packages:
1454 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1455 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1456 --with-pic try to use only PIC/non-PIC objects [default=use
1457 both]
1458 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
5464f5a1 1459 --with-mmap try using mmap for BFD input files if available
0d4a1476
AS
1460 --with-separate-debug-dir=DIR
1461 Look for global separate debug info in DIR
1462 [default=LIBDIR/debug]
a1ac8190
JM
1463 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1464 Binutils"
c428fa83 1465 --with-bugurl=URL Direct users to URL to report a bug
243340ad 1466 --with-system-zlib use installed libz
5464f5a1
NN
1467
1468Some influential environment variables:
1469 CC C compiler command
1470 CFLAGS C compiler flags
1471 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1472 nonstandard directory <lib dir>
81ecdfbb
RW
1473 LIBS libraries to pass to the linker, e.g. -l<library>
1474 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1475 you have headers in a nonstandard directory <include dir>
5464f5a1
NN
1476 CPP C preprocessor
1477
1478Use these variables to override the choices made by `configure' or to help
1479it to find libraries and programs with nonstandard names/locations.
1480
81ecdfbb 1481Report bugs to the package provider.
5464f5a1 1482_ACEOF
81ecdfbb 1483ac_status=$?
5464f5a1
NN
1484fi
1485
1486if test "$ac_init_help" = "recursive"; then
1487 # If there are subdirs, report their specific --help.
5464f5a1 1488 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1489 test -d "$ac_dir" ||
1490 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1491 continue
5464f5a1
NN
1492 ac_builddir=.
1493
81ecdfbb
RW
1494case "$ac_dir" in
1495.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1496*)
1497 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1498 # A ".." for each directory in $ac_dir_suffix.
1499 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1500 case $ac_top_builddir_sub in
1501 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1502 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1503 esac ;;
1504esac
1505ac_abs_top_builddir=$ac_pwd
1506ac_abs_builddir=$ac_pwd$ac_dir_suffix
1507# for backward compatibility:
1508ac_top_builddir=$ac_top_build_prefix
5464f5a1
NN
1509
1510case $srcdir in
81ecdfbb 1511 .) # We are building in place.
5464f5a1 1512 ac_srcdir=.
81ecdfbb
RW
1513 ac_top_srcdir=$ac_top_builddir_sub
1514 ac_abs_top_srcdir=$ac_pwd ;;
1515 [\\/]* | ?:[\\/]* ) # Absolute name.
5464f5a1 1516 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1517 ac_top_srcdir=$srcdir
1518 ac_abs_top_srcdir=$srcdir ;;
1519 *) # Relative name.
1520 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1521 ac_top_srcdir=$ac_top_build_prefix$srcdir
1522 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5464f5a1 1523esac
81ecdfbb
RW
1524ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1525
1526 cd "$ac_dir" || { ac_status=$?; continue; }
1527 # Check for guested configure.
1528 if test -f "$ac_srcdir/configure.gnu"; then
1529 echo &&
1530 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1531 elif test -f "$ac_srcdir/configure"; then
1532 echo &&
1533 $SHELL "$ac_srcdir/configure" --help=recursive
5464f5a1 1534 else
81ecdfbb
RW
1535 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1536 fi || ac_status=$?
1537 cd "$ac_pwd" || { ac_status=$?; break; }
5464f5a1 1538 done
6be7c12c
AO
1539fi
1540
81ecdfbb 1541test -n "$ac_init_help" && exit $ac_status
5464f5a1
NN
1542if $ac_init_version; then
1543 cat <<\_ACEOF
d8bd95ef 1544bfd configure 2.26.51
81ecdfbb 1545generated by GNU Autoconf 2.64
6be7c12c 1546
81ecdfbb 1547Copyright (C) 2009 Free Software Foundation, Inc.
5464f5a1
NN
1548This configure script is free software; the Free Software Foundation
1549gives unlimited permission to copy, distribute and modify it.
1550_ACEOF
81ecdfbb 1551 exit
5464f5a1 1552fi
6be7c12c 1553
81ecdfbb
RW
1554## ------------------------ ##
1555## Autoconf initialization. ##
1556## ------------------------ ##
6be7c12c 1557
81ecdfbb
RW
1558# ac_fn_c_try_compile LINENO
1559# --------------------------
1560# Try to compile conftest.$ac_ext, and return whether this succeeded.
1561ac_fn_c_try_compile ()
5464f5a1 1562{
81ecdfbb
RW
1563 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1564 rm -f conftest.$ac_objext
1565 if { { ac_try="$ac_compile"
1566case "(($ac_try" in
1567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1568 *) ac_try_echo=$ac_try;;
1569esac
1570eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1571$as_echo "$ac_try_echo"; } >&5
1572 (eval "$ac_compile") 2>conftest.err
1573 ac_status=$?
1574 if test -s conftest.err; then
1575 grep -v '^ *+' conftest.err >conftest.er1
1576 cat conftest.er1 >&5
1577 mv -f conftest.er1 conftest.err
1578 fi
1579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1580 test $ac_status = 0; } && {
1581 test -z "$ac_c_werror_flag" ||
1582 test ! -s conftest.err
1583 } && test -s conftest.$ac_objext; then :
1584 ac_retval=0
1585else
1586 $as_echo "$as_me: failed program was:" >&5
1587sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1588
81ecdfbb
RW
1589 ac_retval=1
1590fi
1591 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1592 return $ac_retval
5464f5a1 1593
81ecdfbb 1594} # ac_fn_c_try_compile
5464f5a1 1595
81ecdfbb
RW
1596# ac_fn_c_try_link LINENO
1597# -----------------------
1598# Try to link conftest.$ac_ext, and return whether this succeeded.
1599ac_fn_c_try_link ()
1600{
1601 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1602 rm -f conftest.$ac_objext conftest$ac_exeext
1603 if { { ac_try="$ac_link"
1604case "(($ac_try" in
1605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1606 *) ac_try_echo=$ac_try;;
1607esac
1608eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1609$as_echo "$ac_try_echo"; } >&5
1610 (eval "$ac_link") 2>conftest.err
1611 ac_status=$?
1612 if test -s conftest.err; then
1613 grep -v '^ *+' conftest.err >conftest.er1
1614 cat conftest.er1 >&5
1615 mv -f conftest.er1 conftest.err
1616 fi
1617 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1618 test $ac_status = 0; } && {
1619 test -z "$ac_c_werror_flag" ||
1620 test ! -s conftest.err
1621 } && test -s conftest$ac_exeext && {
1622 test "$cross_compiling" = yes ||
1623 $as_test_x conftest$ac_exeext
1624 }; then :
1625 ac_retval=0
1626else
1627 $as_echo "$as_me: failed program was:" >&5
1628sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1629
81ecdfbb
RW
1630 ac_retval=1
1631fi
1632 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1633 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1634 # interfere with the next link command; also delete a directory that is
1635 # left behind by Apple's compiler. We do this before executing the actions.
1636 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1637 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1638 return $ac_retval
6be7c12c 1639
81ecdfbb 1640} # ac_fn_c_try_link
66e25bab 1641
81ecdfbb
RW
1642# ac_fn_c_try_cpp LINENO
1643# ----------------------
1644# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1645ac_fn_c_try_cpp ()
1646{
1647 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1648 if { { ac_try="$ac_cpp conftest.$ac_ext"
1649case "(($ac_try" in
1650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1651 *) ac_try_echo=$ac_try;;
1652esac
1653eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1654$as_echo "$ac_try_echo"; } >&5
1655 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1656 ac_status=$?
1657 if test -s conftest.err; then
1658 grep -v '^ *+' conftest.err >conftest.er1
1659 cat conftest.er1 >&5
1660 mv -f conftest.er1 conftest.err
1661 fi
1662 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1663 test $ac_status = 0; } >/dev/null && {
1664 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1665 test ! -s conftest.err
1666 }; then :
1667 ac_retval=0
1668else
1669 $as_echo "$as_me: failed program was:" >&5
1670sed 's/^/| /' conftest.$ac_ext >&5
b3baf5d0 1671
81ecdfbb
RW
1672 ac_retval=1
1673fi
1674 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1675 return $ac_retval
6be7c12c 1676
81ecdfbb 1677} # ac_fn_c_try_cpp
252b5132 1678
81ecdfbb
RW
1679# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1680# -------------------------------------------------------
1681# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1682# the include files in INCLUDES and setting the cache variable VAR
1683# accordingly.
1684ac_fn_c_check_header_mongrel ()
1685{
1686 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1687 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1689$as_echo_n "checking for $2... " >&6; }
1690if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1691 $as_echo_n "(cached) " >&6
1692fi
1693eval ac_res=\$$3
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1695$as_echo "$ac_res" >&6; }
1696else
1697 # Is the header compilable?
1698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1699$as_echo_n "checking $2 usability... " >&6; }
1700cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1701/* end confdefs.h. */
1702$4
1703#include <$2>
5464f5a1 1704_ACEOF
81ecdfbb
RW
1705if ac_fn_c_try_compile "$LINENO"; then :
1706 ac_header_compiler=yes
1707else
1708 ac_header_compiler=no
1709fi
1710rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1711{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1712$as_echo "$ac_header_compiler" >&6; }
c5d1701e 1713
81ecdfbb
RW
1714# Is the header present?
1715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1716$as_echo_n "checking $2 presence... " >&6; }
1717cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1718/* end confdefs.h. */
1719#include <$2>
1720_ACEOF
1721if ac_fn_c_try_cpp "$LINENO"; then :
1722 ac_header_preproc=yes
1723else
1724 ac_header_preproc=no
1725fi
1726rm -f conftest.err conftest.$ac_ext
1727{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1728$as_echo "$ac_header_preproc" >&6; }
6be7c12c 1729
81ecdfbb
RW
1730# So? What about this header?
1731case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1732 yes:no: )
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1734$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1736$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1737 ;;
1738 no:yes:* )
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1740$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1741 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1742$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1744$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1746$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1748$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1749 ;;
1750esac
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1752$as_echo_n "checking for $2... " >&6; }
1753if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1754 $as_echo_n "(cached) " >&6
1755else
1756 eval "$3=\$ac_header_compiler"
1757fi
1758eval ac_res=\$$3
1759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1760$as_echo "$ac_res" >&6; }
1761fi
1762 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 1763
81ecdfbb 1764} # ac_fn_c_check_header_mongrel
5464f5a1 1765
81ecdfbb
RW
1766# ac_fn_c_try_run LINENO
1767# ----------------------
1768# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1769# that executables *can* be run.
1770ac_fn_c_try_run ()
5464f5a1 1771{
81ecdfbb
RW
1772 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1773 if { { ac_try="$ac_link"
1774case "(($ac_try" in
1775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1776 *) ac_try_echo=$ac_try;;
1777esac
1778eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1779$as_echo "$ac_try_echo"; } >&5
1780 (eval "$ac_link") 2>&5
1781 ac_status=$?
1782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1783 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1784 { { case "(($ac_try" in
1785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1786 *) ac_try_echo=$ac_try;;
1787esac
1788eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1789$as_echo "$ac_try_echo"; } >&5
1790 (eval "$ac_try") 2>&5
1791 ac_status=$?
1792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1793 test $ac_status = 0; }; }; then :
1794 ac_retval=0
1795else
1796 $as_echo "$as_me: program exited with status $ac_status" >&5
1797 $as_echo "$as_me: failed program was:" >&5
1798sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1799
81ecdfbb
RW
1800 ac_retval=$ac_status
1801fi
1802 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1803 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1804 return $ac_retval
5464f5a1 1805
81ecdfbb 1806} # ac_fn_c_try_run
5464f5a1 1807
81ecdfbb
RW
1808# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1809# -------------------------------------------------------
1810# Tests whether HEADER exists and can be compiled using the include files in
1811# INCLUDES, setting the cache variable VAR accordingly.
1812ac_fn_c_check_header_compile ()
1813{
1814 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1816$as_echo_n "checking for $2... " >&6; }
1817if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1818 $as_echo_n "(cached) " >&6
1819else
1820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1821/* end confdefs.h. */
1822$4
1823#include <$2>
1824_ACEOF
1825if ac_fn_c_try_compile "$LINENO"; then :
1826 eval "$3=yes"
1827else
1828 eval "$3=no"
1829fi
1830rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1831fi
1832eval ac_res=\$$3
1833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1834$as_echo "$ac_res" >&6; }
1835 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 1836
81ecdfbb 1837} # ac_fn_c_check_header_compile
5464f5a1 1838
81ecdfbb
RW
1839# ac_fn_c_check_func LINENO FUNC VAR
1840# ----------------------------------
1841# Tests whether FUNC exists, setting the cache variable VAR accordingly
1842ac_fn_c_check_func ()
1843{
1844 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1846$as_echo_n "checking for $2... " >&6; }
1847if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1848 $as_echo_n "(cached) " >&6
1849else
1850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1851/* end confdefs.h. */
1852/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1853 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1854#define $2 innocuous_$2
5464f5a1 1855
81ecdfbb
RW
1856/* System header to define __stub macros and hopefully few prototypes,
1857 which can conflict with char $2 (); below.
1858 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1859 <limits.h> exists even on freestanding compilers. */
5464f5a1 1860
81ecdfbb
RW
1861#ifdef __STDC__
1862# include <limits.h>
1863#else
1864# include <assert.h>
1865#endif
5464f5a1 1866
81ecdfbb 1867#undef $2
5464f5a1 1868
81ecdfbb
RW
1869/* Override any GCC internal prototype to avoid an error.
1870 Use char because int might match the return type of a GCC
1871 builtin and then its argument prototype would still apply. */
1872#ifdef __cplusplus
1873extern "C"
1874#endif
1875char $2 ();
1876/* The GNU C library defines this for functions which it implements
1877 to always fail with ENOSYS. Some functions are actually named
1878 something starting with __ and the normal name is an alias. */
1879#if defined __stub_$2 || defined __stub___$2
1880choke me
1881#endif
5464f5a1 1882
81ecdfbb
RW
1883int
1884main ()
1885{
1886return $2 ();
1887 ;
1888 return 0;
1889}
5464f5a1 1890_ACEOF
81ecdfbb
RW
1891if ac_fn_c_try_link "$LINENO"; then :
1892 eval "$3=yes"
1893else
1894 eval "$3=no"
1895fi
1896rm -f core conftest.err conftest.$ac_objext \
1897 conftest$ac_exeext conftest.$ac_ext
1898fi
1899eval ac_res=\$$3
1900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1901$as_echo "$ac_res" >&6; }
1902 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 1903
81ecdfbb 1904} # ac_fn_c_check_func
5464f5a1 1905
81ecdfbb
RW
1906# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1907# --------------------------------------------
1908# Tries to find the compile-time value of EXPR in a program that includes
1909# INCLUDES, setting VAR accordingly. Returns whether the value could be
1910# computed
1911ac_fn_c_compute_int ()
1912{
1913 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1914 if test "$cross_compiling" = yes; then
1915 # Depending upon the size, compute the lo and hi bounds.
1916cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1917/* end confdefs.h. */
1918$4
1919int
1920main ()
1921{
1922static int test_array [1 - 2 * !(($2) >= 0)];
1923test_array [0] = 0
5464f5a1 1924
81ecdfbb
RW
1925 ;
1926 return 0;
1927}
5464f5a1 1928_ACEOF
81ecdfbb
RW
1929if ac_fn_c_try_compile "$LINENO"; then :
1930 ac_lo=0 ac_mid=0
1931 while :; do
1932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1933/* end confdefs.h. */
1934$4
1935int
1936main ()
1937{
1938static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1939test_array [0] = 0
5464f5a1 1940
81ecdfbb
RW
1941 ;
1942 return 0;
1943}
1944_ACEOF
1945if ac_fn_c_try_compile "$LINENO"; then :
1946 ac_hi=$ac_mid; break
5464f5a1 1947else
81ecdfbb
RW
1948 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1949 if test $ac_lo -le $ac_mid; then
1950 ac_lo= ac_hi=
1951 break
1952 fi
1953 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
5464f5a1 1954fi
81ecdfbb
RW
1955rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1956 done
1957else
1958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1959/* end confdefs.h. */
1960$4
1961int
1962main ()
1963{
1964static int test_array [1 - 2 * !(($2) < 0)];
1965test_array [0] = 0
5464f5a1 1966
81ecdfbb
RW
1967 ;
1968 return 0;
1969}
1970_ACEOF
1971if ac_fn_c_try_compile "$LINENO"; then :
1972 ac_hi=-1 ac_mid=-1
1973 while :; do
1974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1975/* end confdefs.h. */
1976$4
1977int
1978main ()
1979{
1980static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1981test_array [0] = 0
5464f5a1 1982
81ecdfbb
RW
1983 ;
1984 return 0;
1985}
1986_ACEOF
1987if ac_fn_c_try_compile "$LINENO"; then :
1988 ac_lo=$ac_mid; break
1989else
1990 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1991 if test $ac_mid -le $ac_hi; then
1992 ac_lo= ac_hi=
1993 break
1994 fi
1995 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1996fi
1997rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1998 done
1999else
2000 ac_lo= ac_hi=
2001fi
2002rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2003fi
2004rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2005# Binary search between lo and hi bounds.
2006while test "x$ac_lo" != "x$ac_hi"; do
2007 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2009/* end confdefs.h. */
2010$4
2011int
2012main ()
2013{
2014static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2015test_array [0] = 0
5464f5a1 2016
81ecdfbb
RW
2017 ;
2018 return 0;
2019}
2020_ACEOF
2021if ac_fn_c_try_compile "$LINENO"; then :
2022 ac_hi=$ac_mid
2023else
2024 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2025fi
2026rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2027done
2028case $ac_lo in #((
2029?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2030'') ac_retval=1 ;;
2031esac
2032 else
2033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2034/* end confdefs.h. */
2035$4
2036static long int longval () { return $2; }
2037static unsigned long int ulongval () { return $2; }
2038#include <stdio.h>
2039#include <stdlib.h>
2040int
2041main ()
2042{
5464f5a1 2043
81ecdfbb
RW
2044 FILE *f = fopen ("conftest.val", "w");
2045 if (! f)
2046 return 1;
2047 if (($2) < 0)
2048 {
2049 long int i = longval ();
2050 if (i != ($2))
2051 return 1;
2052 fprintf (f, "%ld", i);
2053 }
2054 else
2055 {
2056 unsigned long int i = ulongval ();
2057 if (i != ($2))
2058 return 1;
2059 fprintf (f, "%lu", i);
2060 }
2061 /* Do not output a trailing newline, as this causes \r\n confusion
2062 on some platforms. */
2063 return ferror (f) || fclose (f) != 0;
5464f5a1 2064
81ecdfbb
RW
2065 ;
2066 return 0;
2067}
2068_ACEOF
2069if ac_fn_c_try_run "$LINENO"; then :
2070 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2071else
2072 ac_retval=1
2073fi
2074rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2075 conftest.$ac_objext conftest.beam conftest.$ac_ext
2076rm -f conftest.val
7357c5b6 2077
81ecdfbb
RW
2078 fi
2079 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2080 return $ac_retval
7357c5b6 2081
81ecdfbb 2082} # ac_fn_c_compute_int
7357c5b6 2083
81ecdfbb
RW
2084# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2085# -------------------------------------------
2086# Tests whether TYPE exists after having included INCLUDES, setting cache
2087# variable VAR accordingly.
2088ac_fn_c_check_type ()
2089{
2090 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2092$as_echo_n "checking for $2... " >&6; }
2093if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2094 $as_echo_n "(cached) " >&6
2095else
2096 eval "$3=no"
2097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2098/* end confdefs.h. */
2099$4
2100int
2101main ()
2102{
2103if (sizeof ($2))
2104 return 0;
2105 ;
2106 return 0;
2107}
2108_ACEOF
2109if ac_fn_c_try_compile "$LINENO"; then :
2110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2111/* end confdefs.h. */
2112$4
2113int
2114main ()
2115{
2116if (sizeof (($2)))
2117 return 0;
2118 ;
2119 return 0;
2120}
2121_ACEOF
2122if ac_fn_c_try_compile "$LINENO"; then :
5464f5a1 2123
81ecdfbb
RW
2124else
2125 eval "$3=yes"
2126fi
2127rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2128fi
2129rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2130fi
2131eval ac_res=\$$3
2132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2133$as_echo "$ac_res" >&6; }
2134 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 2135
81ecdfbb 2136} # ac_fn_c_check_type
5464f5a1 2137
81ecdfbb
RW
2138# ac_fn_c_check_decl LINENO SYMBOL VAR
2139# ------------------------------------
2140# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2141ac_fn_c_check_decl ()
2142{
2143 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2144 as_decl_name=`echo $2|sed 's/ *(.*//'`
2145 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2147$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
2148if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2149 $as_echo_n "(cached) " >&6
2150else
2151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2152/* end confdefs.h. */
2153$4
2154int
2155main ()
2156{
360cfc9c
AM
2157#ifndef $as_decl_name
2158#ifdef __cplusplus
2159 (void) $as_decl_use;
2160#else
2161 (void) $as_decl_name;
2162#endif
81ecdfbb 2163#endif
5464f5a1 2164
81ecdfbb
RW
2165 ;
2166 return 0;
2167}
2168_ACEOF
2169if ac_fn_c_try_compile "$LINENO"; then :
2170 eval "$3=yes"
2171else
2172 eval "$3=no"
5464f5a1 2173fi
81ecdfbb
RW
2174rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2175fi
2176eval ac_res=\$$3
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2178$as_echo "$ac_res" >&6; }
2179 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 2180
81ecdfbb
RW
2181} # ac_fn_c_check_decl
2182cat >config.log <<_ACEOF
2183This file contains any messages produced by compilers while
2184running configure, to aid debugging if configure makes a mistake.
5464f5a1 2185
d8bd95ef 2186It was created by bfd $as_me 2.26.51, which was
81ecdfbb 2187generated by GNU Autoconf 2.64. Invocation command line was
5464f5a1 2188
81ecdfbb 2189 $ $0 $@
5464f5a1 2190
81ecdfbb
RW
2191_ACEOF
2192exec 5>>config.log
2193{
2194cat <<_ASUNAME
2195## --------- ##
2196## Platform. ##
2197## --------- ##
5464f5a1 2198
81ecdfbb
RW
2199hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2200uname -m = `(uname -m) 2>/dev/null || echo unknown`
2201uname -r = `(uname -r) 2>/dev/null || echo unknown`
2202uname -s = `(uname -s) 2>/dev/null || echo unknown`
2203uname -v = `(uname -v) 2>/dev/null || echo unknown`
5464f5a1 2204
81ecdfbb
RW
2205/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2206/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
5464f5a1 2207
81ecdfbb
RW
2208/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2209/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2210/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2211/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2212/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2213/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2214/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
5464f5a1 2215
81ecdfbb 2216_ASUNAME
5464f5a1 2217
5464f5a1
NN
2218as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2219for as_dir in $PATH
2220do
2221 IFS=$as_save_IFS
2222 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2223 $as_echo "PATH: $as_dir"
2224 done
2225IFS=$as_save_IFS
5464f5a1 2226
81ecdfbb 2227} >&5
5464f5a1 2228
81ecdfbb 2229cat >&5 <<_ACEOF
5464f5a1 2230
5464f5a1 2231
81ecdfbb
RW
2232## ----------- ##
2233## Core tests. ##
2234## ----------- ##
5464f5a1 2235
81ecdfbb
RW
2236_ACEOF
2237
2238
2239# Keep a trace of the command line.
2240# Strip out --no-create and --no-recursion so they do not pile up.
2241# Strip out --silent because we don't want to record it for future runs.
2242# Also quote any args containing shell meta-characters.
2243# Make two passes to allow for proper duplicate-argument suppression.
2244ac_configure_args=
2245ac_configure_args0=
2246ac_configure_args1=
2247ac_must_keep_next=false
2248for ac_pass in 1 2
2249do
2250 for ac_arg
2251 do
2252 case $ac_arg in
2253 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2254 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2255 | -silent | --silent | --silen | --sile | --sil)
2256 continue ;;
2257 *\'*)
2258 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2259 esac
2260 case $ac_pass in
2261 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2262 2)
2263 as_fn_append ac_configure_args1 " '$ac_arg'"
2264 if test $ac_must_keep_next = true; then
2265 ac_must_keep_next=false # Got value, back to normal.
2266 else
2267 case $ac_arg in
2268 *=* | --config-cache | -C | -disable-* | --disable-* \
2269 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2270 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2271 | -with-* | --with-* | -without-* | --without-* | --x)
2272 case "$ac_configure_args0 " in
2273 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2274 esac
2275 ;;
2276 -* ) ac_must_keep_next=true ;;
2277 esac
2278 fi
2279 as_fn_append ac_configure_args " '$ac_arg'"
2280 ;;
2281 esac
2282 done
2283done
2284{ ac_configure_args0=; unset ac_configure_args0;}
2285{ ac_configure_args1=; unset ac_configure_args1;}
2286
2287# When interrupted or exit'd, cleanup temporary files, and complete
2288# config.log. We remove comments because anyway the quotes in there
2289# would cause problems or look ugly.
2290# WARNING: Use '\'' to represent an apostrophe within the trap.
2291# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2292trap 'exit_status=$?
2293 # Save into config.log some information that might help in debugging.
2294 {
2295 echo
2296
2297 cat <<\_ASBOX
2298## ---------------- ##
2299## Cache variables. ##
2300## ---------------- ##
2301_ASBOX
2302 echo
2303 # The following way of writing the cache mishandles newlines in values,
2304(
2305 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2306 eval ac_val=\$$ac_var
2307 case $ac_val in #(
2308 *${as_nl}*)
2309 case $ac_var in #(
2310 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2311$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2312 esac
2313 case $ac_var in #(
2314 _ | IFS | as_nl) ;; #(
2315 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2316 *) { eval $ac_var=; unset $ac_var;} ;;
2317 esac ;;
2318 esac
2319 done
2320 (set) 2>&1 |
2321 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2322 *${as_nl}ac_space=\ *)
2323 sed -n \
2324 "s/'\''/'\''\\\\'\'''\''/g;
2325 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2326 ;; #(
2327 *)
2328 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2329 ;;
2330 esac |
2331 sort
2332)
2333 echo
2334
2335 cat <<\_ASBOX
2336## ----------------- ##
2337## Output variables. ##
2338## ----------------- ##
2339_ASBOX
2340 echo
2341 for ac_var in $ac_subst_vars
2342 do
2343 eval ac_val=\$$ac_var
2344 case $ac_val in
2345 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2346 esac
2347 $as_echo "$ac_var='\''$ac_val'\''"
2348 done | sort
2349 echo
2350
2351 if test -n "$ac_subst_files"; then
2352 cat <<\_ASBOX
2353## ------------------- ##
2354## File substitutions. ##
2355## ------------------- ##
2356_ASBOX
2357 echo
2358 for ac_var in $ac_subst_files
2359 do
2360 eval ac_val=\$$ac_var
2361 case $ac_val in
2362 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2363 esac
2364 $as_echo "$ac_var='\''$ac_val'\''"
2365 done | sort
2366 echo
2367 fi
2368
2369 if test -s confdefs.h; then
2370 cat <<\_ASBOX
2371## ----------- ##
2372## confdefs.h. ##
2373## ----------- ##
2374_ASBOX
2375 echo
2376 cat confdefs.h
2377 echo
2378 fi
2379 test "$ac_signal" != 0 &&
2380 $as_echo "$as_me: caught signal $ac_signal"
2381 $as_echo "$as_me: exit $exit_status"
2382 } >&5
2383 rm -f core *.core core.conftest.* &&
2384 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2385 exit $exit_status
2386' 0
2387for ac_signal in 1 2 13 15; do
2388 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2389done
2390ac_signal=0
2391
2392# confdefs.h avoids OS command line length limits that DEFS can exceed.
2393rm -f -r conftest* confdefs.h
2394
2395$as_echo "/* confdefs.h */" > confdefs.h
2396
2397# Predefined preprocessor variables.
2398
2399cat >>confdefs.h <<_ACEOF
2400#define PACKAGE_NAME "$PACKAGE_NAME"
2401_ACEOF
2402
2403cat >>confdefs.h <<_ACEOF
2404#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2405_ACEOF
2406
2407cat >>confdefs.h <<_ACEOF
2408#define PACKAGE_VERSION "$PACKAGE_VERSION"
2409_ACEOF
2410
2411cat >>confdefs.h <<_ACEOF
2412#define PACKAGE_STRING "$PACKAGE_STRING"
2413_ACEOF
2414
2415cat >>confdefs.h <<_ACEOF
2416#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2417_ACEOF
2418
2419cat >>confdefs.h <<_ACEOF
2420#define PACKAGE_URL "$PACKAGE_URL"
2421_ACEOF
2422
2423
2424# Let the site file select an alternate cache file if it wants to.
2425# Prefer an explicitly selected file to automatically selected ones.
2426ac_site_file1=NONE
2427ac_site_file2=NONE
2428if test -n "$CONFIG_SITE"; then
2429 ac_site_file1=$CONFIG_SITE
2430elif test "x$prefix" != xNONE; then
2431 ac_site_file1=$prefix/share/config.site
2432 ac_site_file2=$prefix/etc/config.site
2433else
2434 ac_site_file1=$ac_default_prefix/share/config.site
2435 ac_site_file2=$ac_default_prefix/etc/config.site
2436fi
2437for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2438do
2439 test "x$ac_site_file" = xNONE && continue
2440 if test -r "$ac_site_file"; then
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2442$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2443 sed 's/^/| /' "$ac_site_file" >&5
2444 . "$ac_site_file"
2445 fi
2446done
2447
2448if test -r "$cache_file"; then
2449 # Some versions of bash will fail to source /dev/null (special
2450 # files actually), so we avoid doing that.
2451 if test -f "$cache_file"; then
2452 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2453$as_echo "$as_me: loading cache $cache_file" >&6;}
2454 case $cache_file in
2455 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2456 *) . "./$cache_file";;
2457 esac
2458 fi
2459else
2460 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2461$as_echo "$as_me: creating cache $cache_file" >&6;}
2462 >$cache_file
2463fi
2464
2465# Check that the precious variables saved in the cache have kept the same
2466# value.
2467ac_cache_corrupted=false
2468for ac_var in $ac_precious_vars; do
2469 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2470 eval ac_new_set=\$ac_env_${ac_var}_set
2471 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2472 eval ac_new_val=\$ac_env_${ac_var}_value
2473 case $ac_old_set,$ac_new_set in
2474 set,)
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2476$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2477 ac_cache_corrupted=: ;;
2478 ,set)
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2480$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2481 ac_cache_corrupted=: ;;
2482 ,);;
2483 *)
2484 if test "x$ac_old_val" != "x$ac_new_val"; then
2485 # differences in whitespace do not lead to failure.
2486 ac_old_val_w=`echo x $ac_old_val`
2487 ac_new_val_w=`echo x $ac_new_val`
2488 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2489 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2490$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2491 ac_cache_corrupted=:
2492 else
2493 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2494$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2495 eval $ac_var=\$ac_old_val
2496 fi
2497 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2498$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2500$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2501 fi;;
2502 esac
2503 # Pass precious variables to config.status.
2504 if test "$ac_new_set" = set; then
2505 case $ac_new_val in
2506 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2507 *) ac_arg=$ac_var=$ac_new_val ;;
2508 esac
2509 case " $ac_configure_args " in
2510 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2511 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2512 esac
5464f5a1
NN
2513 fi
2514done
81ecdfbb
RW
2515if $ac_cache_corrupted; then
2516 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2517$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2518 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2519$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2520 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2521fi
2522## -------------------- ##
2523## Main body of script. ##
2524## -------------------- ##
2525
2526ac_ext=c
2527ac_cpp='$CPP $CPPFLAGS'
2528ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2529ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2530ac_compiler_gnu=$ac_cv_c_compiler_gnu
2531
2532
2533
2534
2535
2536
2537
2538ac_aux_dir=
2539for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2540 for ac_t in install-sh install.sh shtool; do
2541 if test -f "$ac_dir/$ac_t"; then
2542 ac_aux_dir=$ac_dir
2543 ac_install_sh="$ac_aux_dir/$ac_t -c"
2544 break 2
2545 fi
2546 done
5464f5a1 2547done
81ecdfbb
RW
2548if test -z "$ac_aux_dir"; then
2549 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2550fi
2551
2552# These three variables are undocumented and unsupported,
2553# and are intended to be withdrawn in a future Autoconf release.
2554# They can cause serious problems if a builder's source tree is in a directory
2555# whose full name contains unusual characters.
2556ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2557ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2558ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2559
2560
2561# Make sure we can run config.sub.
2562$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2563 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2564
2565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2566$as_echo_n "checking build system type... " >&6; }
2567if test "${ac_cv_build+set}" = set; then :
2568 $as_echo_n "(cached) " >&6
2569else
2570 ac_build_alias=$build_alias
2571test "x$ac_build_alias" = x &&
2572 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2573test "x$ac_build_alias" = x &&
2574 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2575ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2576 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2577
2578fi
2579{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2580$as_echo "$ac_cv_build" >&6; }
2581case $ac_cv_build in
2582*-*-*) ;;
2583*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2584esac
2585build=$ac_cv_build
2586ac_save_IFS=$IFS; IFS='-'
2587set x $ac_cv_build
2588shift
2589build_cpu=$1
2590build_vendor=$2
2591shift; shift
2592# Remember, the first character of IFS is used to create $*,
2593# except with old shells:
2594build_os=$*
2595IFS=$ac_save_IFS
2596case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5464f5a1 2597
81ecdfbb
RW
2598
2599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2600$as_echo_n "checking host system type... " >&6; }
2601if test "${ac_cv_host+set}" = set; then :
2602 $as_echo_n "(cached) " >&6
2603else
2604 if test "x$host_alias" = x; then
2605 ac_cv_host=$ac_cv_build
2606else
2607 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2608 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5464f5a1 2609fi
81ecdfbb 2610
5464f5a1 2611fi
81ecdfbb
RW
2612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2613$as_echo "$ac_cv_host" >&6; }
2614case $ac_cv_host in
2615*-*-*) ;;
2616*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2617esac
2618host=$ac_cv_host
2619ac_save_IFS=$IFS; IFS='-'
2620set x $ac_cv_host
2621shift
2622host_cpu=$1
2623host_vendor=$2
2624shift; shift
2625# Remember, the first character of IFS is used to create $*,
2626# except with old shells:
2627host_os=$*
2628IFS=$ac_save_IFS
2629case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2630
2631
2632{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2633$as_echo_n "checking target system type... " >&6; }
2634if test "${ac_cv_target+set}" = set; then :
2635 $as_echo_n "(cached) " >&6
5464f5a1 2636else
81ecdfbb
RW
2637 if test "x$target_alias" = x; then
2638 ac_cv_target=$ac_cv_host
2639else
2640 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2641 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5464f5a1
NN
2642fi
2643
2644fi
81ecdfbb
RW
2645{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2646$as_echo "$ac_cv_target" >&6; }
2647case $ac_cv_target in
2648*-*-*) ;;
2649*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2650esac
2651target=$ac_cv_target
2652ac_save_IFS=$IFS; IFS='-'
2653set x $ac_cv_target
2654shift
2655target_cpu=$1
2656target_vendor=$2
2657shift; shift
2658# Remember, the first character of IFS is used to create $*,
2659# except with old shells:
2660target_os=$*
2661IFS=$ac_save_IFS
2662case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2663
2664
2665# The aliases save the names the user supplied, while $host etc.
2666# will get canonicalized.
2667test -n "$target_alias" &&
2668 test "$program_prefix$program_suffix$program_transform_name" = \
2669 NONENONEs,x,x, &&
2670 program_prefix=${target_alias}-
2671ac_ext=c
2672ac_cpp='$CPP $CPPFLAGS'
2673ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2674ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2675ac_compiler_gnu=$ac_cv_c_compiler_gnu
2676if test -n "$ac_tool_prefix"; then
2677 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2678set dummy ${ac_tool_prefix}gcc; ac_word=$2
2679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2680$as_echo_n "checking for $ac_word... " >&6; }
2681if test "${ac_cv_prog_CC+set}" = set; then :
2682 $as_echo_n "(cached) " >&6
5464f5a1 2683else
81ecdfbb
RW
2684 if test -n "$CC"; then
2685 ac_cv_prog_CC="$CC" # Let the user override the test.
5464f5a1
NN
2686else
2687as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2688for as_dir in $PATH
2689do
2690 IFS=$as_save_IFS
2691 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2692 for ac_exec_ext in '' $ac_executable_extensions; do
2693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2694 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2696 break 2
2697 fi
2698done
81ecdfbb
RW
2699 done
2700IFS=$as_save_IFS
5464f5a1
NN
2701
2702fi
2703fi
81ecdfbb
RW
2704CC=$ac_cv_prog_CC
2705if test -n "$CC"; then
2706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2707$as_echo "$CC" >&6; }
5464f5a1 2708else
81ecdfbb
RW
2709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2710$as_echo "no" >&6; }
5464f5a1
NN
2711fi
2712
81ecdfbb
RW
2713
2714fi
2715if test -z "$ac_cv_prog_CC"; then
2716 ac_ct_CC=$CC
2717 # Extract the first word of "gcc", so it can be a program name with args.
2718set dummy gcc; ac_word=$2
2719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2720$as_echo_n "checking for $ac_word... " >&6; }
2721if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2722 $as_echo_n "(cached) " >&6
2723else
2724 if test -n "$ac_ct_CC"; then
2725 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2726else
2727as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2728for as_dir in $PATH
2729do
2730 IFS=$as_save_IFS
2731 test -z "$as_dir" && as_dir=.
2732 for ac_exec_ext in '' $ac_executable_extensions; do
2733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2734 ac_cv_prog_ac_ct_CC="gcc"
2735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2736 break 2
2737 fi
2738done
2739 done
2740IFS=$as_save_IFS
2741
2742fi
2743fi
2744ac_ct_CC=$ac_cv_prog_ac_ct_CC
2745if test -n "$ac_ct_CC"; then
2746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2747$as_echo "$ac_ct_CC" >&6; }
2748else
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2750$as_echo "no" >&6; }
2751fi
2752
2753 if test "x$ac_ct_CC" = x; then
2754 CC=""
2755 else
2756 case $cross_compiling:$ac_tool_warned in
2757yes:)
2758{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2759$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2760ac_tool_warned=yes ;;
2761esac
2762 CC=$ac_ct_CC
2763 fi
2764else
2765 CC="$ac_cv_prog_CC"
2766fi
2767
2768if test -z "$CC"; then
2769 if test -n "$ac_tool_prefix"; then
2770 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2771set dummy ${ac_tool_prefix}cc; ac_word=$2
2772{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2773$as_echo_n "checking for $ac_word... " >&6; }
2774if test "${ac_cv_prog_CC+set}" = set; then :
2775 $as_echo_n "(cached) " >&6
2776else
2777 if test -n "$CC"; then
2778 ac_cv_prog_CC="$CC" # Let the user override the test.
2779else
2780as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2781for as_dir in $PATH
2782do
2783 IFS=$as_save_IFS
2784 test -z "$as_dir" && as_dir=.
2785 for ac_exec_ext in '' $ac_executable_extensions; do
2786 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2787 ac_cv_prog_CC="${ac_tool_prefix}cc"
2788 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2789 break 2
2790 fi
2791done
2792 done
2793IFS=$as_save_IFS
2794
5464f5a1 2795fi
81ecdfbb
RW
2796fi
2797CC=$ac_cv_prog_CC
2798if test -n "$CC"; then
2799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2800$as_echo "$CC" >&6; }
2801else
2802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2803$as_echo "no" >&6; }
2804fi
2805
5464f5a1 2806
81ecdfbb 2807 fi
5464f5a1
NN
2808fi
2809if test -z "$CC"; then
2810 # Extract the first word of "cc", so it can be a program name with args.
2811set dummy cc; ac_word=$2
81ecdfbb
RW
2812{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2813$as_echo_n "checking for $ac_word... " >&6; }
2814if test "${ac_cv_prog_CC+set}" = set; then :
2815 $as_echo_n "(cached) " >&6
5464f5a1
NN
2816else
2817 if test -n "$CC"; then
2818 ac_cv_prog_CC="$CC" # Let the user override the test.
2819else
2820 ac_prog_rejected=no
2821as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2822for as_dir in $PATH
2823do
2824 IFS=$as_save_IFS
2825 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2826 for ac_exec_ext in '' $ac_executable_extensions; do
2827 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1
NN
2828 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2829 ac_prog_rejected=yes
2830 continue
2831 fi
2832 ac_cv_prog_CC="cc"
81ecdfbb 2833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2834 break 2
2835 fi
2836done
81ecdfbb
RW
2837 done
2838IFS=$as_save_IFS
5464f5a1
NN
2839
2840if test $ac_prog_rejected = yes; then
2841 # We found a bogon in the path, so make sure we never use it.
2842 set dummy $ac_cv_prog_CC
2843 shift
2844 if test $# != 0; then
2845 # We chose a different compiler from the bogus one.
2846 # However, it has the same basename, so the bogon will be chosen
2847 # first if we set CC to just the basename; use the full file name.
2848 shift
2849 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2850 fi
2851fi
2852fi
2853fi
2854CC=$ac_cv_prog_CC
2855if test -n "$CC"; then
81ecdfbb
RW
2856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2857$as_echo "$CC" >&6; }
5464f5a1 2858else
81ecdfbb
RW
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2860$as_echo "no" >&6; }
5464f5a1
NN
2861fi
2862
81ecdfbb 2863
5464f5a1
NN
2864fi
2865if test -z "$CC"; then
2866 if test -n "$ac_tool_prefix"; then
81ecdfbb 2867 for ac_prog in cl.exe
5464f5a1
NN
2868 do
2869 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2870set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2871{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2872$as_echo_n "checking for $ac_word... " >&6; }
2873if test "${ac_cv_prog_CC+set}" = set; then :
2874 $as_echo_n "(cached) " >&6
5464f5a1
NN
2875else
2876 if test -n "$CC"; then
2877 ac_cv_prog_CC="$CC" # Let the user override the test.
2878else
2879as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2880for as_dir in $PATH
2881do
2882 IFS=$as_save_IFS
2883 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2884 for ac_exec_ext in '' $ac_executable_extensions; do
2885 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 2886 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2888 break 2
2889 fi
2890done
81ecdfbb
RW
2891 done
2892IFS=$as_save_IFS
5464f5a1
NN
2893
2894fi
2895fi
2896CC=$ac_cv_prog_CC
2897if test -n "$CC"; then
81ecdfbb
RW
2898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2899$as_echo "$CC" >&6; }
5464f5a1 2900else
81ecdfbb
RW
2901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2902$as_echo "no" >&6; }
5464f5a1
NN
2903fi
2904
81ecdfbb 2905
5464f5a1
NN
2906 test -n "$CC" && break
2907 done
2908fi
2909if test -z "$CC"; then
2910 ac_ct_CC=$CC
81ecdfbb 2911 for ac_prog in cl.exe
5464f5a1
NN
2912do
2913 # Extract the first word of "$ac_prog", so it can be a program name with args.
2914set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2916$as_echo_n "checking for $ac_word... " >&6; }
2917if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2918 $as_echo_n "(cached) " >&6
5464f5a1
NN
2919else
2920 if test -n "$ac_ct_CC"; then
2921 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2922else
2923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2924for as_dir in $PATH
2925do
2926 IFS=$as_save_IFS
2927 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2928 for ac_exec_ext in '' $ac_executable_extensions; do
2929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 2930 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2932 break 2
2933 fi
2934done
81ecdfbb
RW
2935 done
2936IFS=$as_save_IFS
5464f5a1
NN
2937
2938fi
2939fi
2940ac_ct_CC=$ac_cv_prog_ac_ct_CC
2941if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2943$as_echo "$ac_ct_CC" >&6; }
5464f5a1 2944else
81ecdfbb
RW
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2946$as_echo "no" >&6; }
5464f5a1
NN
2947fi
2948
81ecdfbb 2949
5464f5a1
NN
2950 test -n "$ac_ct_CC" && break
2951done
2952
81ecdfbb
RW
2953 if test "x$ac_ct_CC" = x; then
2954 CC=""
2955 else
2956 case $cross_compiling:$ac_tool_warned in
2957yes:)
2958{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2959$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2960ac_tool_warned=yes ;;
2961esac
2962 CC=$ac_ct_CC
2963 fi
5464f5a1
NN
2964fi
2965
2966fi
2967
2968
81ecdfbb
RW
2969test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2970$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2971as_fn_error "no acceptable C compiler found in \$PATH
2972See \`config.log' for more details." "$LINENO" 5; }
5464f5a1
NN
2973
2974# Provide some information about the compiler.
81ecdfbb
RW
2975$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2976set X $ac_compile
2977ac_compiler=$2
2978for ac_option in --version -v -V -qversion; do
2979 { { ac_try="$ac_compiler $ac_option >&5"
2980case "(($ac_try" in
2981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2982 *) ac_try_echo=$ac_try;;
2983esac
2984eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2985$as_echo "$ac_try_echo"; } >&5
2986 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5464f5a1 2987 ac_status=$?
81ecdfbb
RW
2988 if test -s conftest.err; then
2989 sed '10a\
2990... rest of stderr output deleted ...
2991 10q' conftest.err >conftest.er1
2992 cat conftest.er1 >&5
2993 rm -f conftest.er1 conftest.err
2994 fi
2995 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2996 test $ac_status = 0; }
2997done
5464f5a1 2998
81ecdfbb 2999cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3000/* end confdefs.h. */
3001
3002int
3003main ()
3004{
3005
3006 ;
3007 return 0;
3008}
3009_ACEOF
3010ac_clean_files_save=$ac_clean_files
81ecdfbb 3011ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
5464f5a1
NN
3012# Try to create an executable without -o first, disregard a.out.
3013# It will help us diagnose broken compilers, and finding out an intuition
3014# of exeext.
81ecdfbb
RW
3015{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3016$as_echo_n "checking for C compiler default output file name... " >&6; }
3017ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3018
3019# The possible output files:
3020ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3021
3022ac_rmfiles=
3023for ac_file in $ac_files
3024do
3025 case $ac_file in
3026 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3027 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3028 esac
3029done
3030rm -f $ac_rmfiles
3031
3032if { { ac_try="$ac_link_default"
3033case "(($ac_try" in
3034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3035 *) ac_try_echo=$ac_try;;
3036esac
3037eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3038$as_echo "$ac_try_echo"; } >&5
3039 (eval "$ac_link_default") 2>&5
3040 ac_status=$?
3041 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3042 test $ac_status = 0; }; then :
3043 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3044# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3045# in a Makefile. We should not override ac_cv_exeext if it was cached,
3046# so that the user can short-circuit this test for compilers unknown to
3047# Autoconf.
3048for ac_file in $ac_files ''
5464f5a1
NN
3049do
3050 test -f "$ac_file" || continue
3051 case $ac_file in
81ecdfbb 3052 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
5464f5a1
NN
3053 ;;
3054 [ab].out )
3055 # We found the default executable, but exeext='' is most
3056 # certainly right.
3057 break;;
3058 *.* )
81ecdfbb
RW
3059 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3060 then :; else
3061 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3062 fi
3063 # We set ac_cv_exeext here because the later test for it is not
3064 # safe: cross compilers may not add the suffix if given an `-o'
3065 # argument, so we may need to know it at that point already.
3066 # Even if this section looks crufty: it has the advantage of
3067 # actually working.
5464f5a1
NN
3068 break;;
3069 * )
3070 break;;
3071 esac
3072done
81ecdfbb
RW
3073test "$ac_cv_exeext" = no && ac_cv_exeext=
3074
5464f5a1 3075else
81ecdfbb
RW
3076 ac_file=''
3077fi
3078{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3079$as_echo "$ac_file" >&6; }
3080if test -z "$ac_file"; then :
3081 $as_echo "$as_me: failed program was:" >&5
5464f5a1
NN
3082sed 's/^/| /' conftest.$ac_ext >&5
3083
81ecdfbb
RW
3084{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3085$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3086{ as_fn_set_status 77
3087as_fn_error "C compiler cannot create executables
3088See \`config.log' for more details." "$LINENO" 5; }; }
5464f5a1 3089fi
5464f5a1 3090ac_exeext=$ac_cv_exeext
5464f5a1 3091
81ecdfbb 3092# Check that the compiler produces executables we can run. If not, either
5464f5a1 3093# the compiler is broken, or we cross compile.
81ecdfbb
RW
3094{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3095$as_echo_n "checking whether the C compiler works... " >&6; }
5464f5a1
NN
3096# If not cross compiling, check that we can run a simple program.
3097if test "$cross_compiling" != yes; then
3098 if { ac_try='./$ac_file'
81ecdfbb
RW
3099 { { case "(($ac_try" in
3100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3101 *) ac_try_echo=$ac_try;;
3102esac
3103eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3104$as_echo "$ac_try_echo"; } >&5
3105 (eval "$ac_try") 2>&5
5464f5a1 3106 ac_status=$?
81ecdfbb
RW
3107 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3108 test $ac_status = 0; }; }; then
5464f5a1
NN
3109 cross_compiling=no
3110 else
3111 if test "$cross_compiling" = maybe; then
3112 cross_compiling=yes
3113 else
81ecdfbb
RW
3114 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3115$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3116as_fn_error "cannot run C compiled programs.
5464f5a1 3117If you meant to cross compile, use \`--host'.
81ecdfbb 3118See \`config.log' for more details." "$LINENO" 5; }
5464f5a1
NN
3119 fi
3120 fi
3121fi
81ecdfbb
RW
3122{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3123$as_echo "yes" >&6; }
5464f5a1 3124
81ecdfbb 3125rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
5464f5a1 3126ac_clean_files=$ac_clean_files_save
81ecdfbb 3127# Check that the compiler produces executables we can run. If not, either
5464f5a1 3128# the compiler is broken, or we cross compile.
81ecdfbb
RW
3129{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3130$as_echo_n "checking whether we are cross compiling... " >&6; }
3131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3132$as_echo "$cross_compiling" >&6; }
3133
3134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3135$as_echo_n "checking for suffix of executables... " >&6; }
3136if { { ac_try="$ac_link"
3137case "(($ac_try" in
3138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3139 *) ac_try_echo=$ac_try;;
3140esac
3141eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3142$as_echo "$ac_try_echo"; } >&5
3143 (eval "$ac_link") 2>&5
5464f5a1 3144 ac_status=$?
81ecdfbb
RW
3145 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3146 test $ac_status = 0; }; then :
5464f5a1
NN
3147 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3148# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3149# work properly (i.e., refer to `conftest.exe'), while it won't with
3150# `rm'.
3151for ac_file in conftest.exe conftest conftest.*; do
3152 test -f "$ac_file" || continue
3153 case $ac_file in
81ecdfbb 3154 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5464f5a1 3155 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5464f5a1
NN
3156 break;;
3157 * ) break;;
3158 esac
3159done
3160else
81ecdfbb
RW
3161 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3162$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3163as_fn_error "cannot compute suffix of executables: cannot compile and link
3164See \`config.log' for more details." "$LINENO" 5; }
5464f5a1 3165fi
5464f5a1 3166rm -f conftest$ac_cv_exeext
81ecdfbb
RW
3167{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3168$as_echo "$ac_cv_exeext" >&6; }
5464f5a1
NN
3169
3170rm -f conftest.$ac_ext
3171EXEEXT=$ac_cv_exeext
3172ac_exeext=$EXEEXT
81ecdfbb
RW
3173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3174$as_echo_n "checking for suffix of object files... " >&6; }
3175if test "${ac_cv_objext+set}" = set; then :
3176 $as_echo_n "(cached) " >&6
5464f5a1 3177else
81ecdfbb 3178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3179/* end confdefs.h. */
3180
3181int
3182main ()
3183{
3184
3185 ;
3186 return 0;
3187}
3188_ACEOF
3189rm -f conftest.o conftest.obj
81ecdfbb
RW
3190if { { ac_try="$ac_compile"
3191case "(($ac_try" in
3192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3193 *) ac_try_echo=$ac_try;;
3194esac
3195eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3196$as_echo "$ac_try_echo"; } >&5
3197 (eval "$ac_compile") 2>&5
3198 ac_status=$?
3199 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3200 test $ac_status = 0; }; then :
3201 for ac_file in conftest.o conftest.obj conftest.*; do
3202 test -f "$ac_file" || continue;
5464f5a1 3203 case $ac_file in
81ecdfbb 3204 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
5464f5a1
NN
3205 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3206 break;;
3207 esac
3208done
3209else
81ecdfbb 3210 $as_echo "$as_me: failed program was:" >&5
5464f5a1
NN
3211sed 's/^/| /' conftest.$ac_ext >&5
3212
81ecdfbb
RW
3213{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3214$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3215as_fn_error "cannot compute suffix of object files: cannot compile
3216See \`config.log' for more details." "$LINENO" 5; }
5464f5a1 3217fi
5464f5a1
NN
3218rm -f conftest.$ac_cv_objext conftest.$ac_ext
3219fi
81ecdfbb
RW
3220{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3221$as_echo "$ac_cv_objext" >&6; }
5464f5a1
NN
3222OBJEXT=$ac_cv_objext
3223ac_objext=$OBJEXT
81ecdfbb
RW
3224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3225$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3226if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3227 $as_echo_n "(cached) " >&6
5464f5a1 3228else
81ecdfbb 3229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3230/* end confdefs.h. */
3231
3232int
3233main ()
3234{
3235#ifndef __GNUC__
3236 choke me
3237#endif
3238
3239 ;
3240 return 0;
3241}
3242_ACEOF
81ecdfbb 3243if ac_fn_c_try_compile "$LINENO"; then :
5464f5a1
NN
3244 ac_compiler_gnu=yes
3245else
81ecdfbb 3246 ac_compiler_gnu=no
5464f5a1 3247fi
81ecdfbb 3248rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5464f5a1
NN
3249ac_cv_c_compiler_gnu=$ac_compiler_gnu
3250
3251fi
81ecdfbb
RW
3252{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3253$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3254if test $ac_compiler_gnu = yes; then
3255 GCC=yes
3256else
3257 GCC=
3258fi
5464f5a1
NN
3259ac_test_CFLAGS=${CFLAGS+set}
3260ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3262$as_echo_n "checking whether $CC accepts -g... " >&6; }
3263if test "${ac_cv_prog_cc_g+set}" = set; then :
3264 $as_echo_n "(cached) " >&6
3265else
3266 ac_save_c_werror_flag=$ac_c_werror_flag
3267 ac_c_werror_flag=yes
3268 ac_cv_prog_cc_g=no
3269 CFLAGS="-g"
3270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3271/* end confdefs.h. */
3272
3273int
3274main ()
3275{
3276
3277 ;
3278 return 0;
3279}
3280_ACEOF
81ecdfbb 3281if ac_fn_c_try_compile "$LINENO"; then :
5464f5a1
NN
3282 ac_cv_prog_cc_g=yes
3283else
81ecdfbb
RW
3284 CFLAGS=""
3285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3286/* end confdefs.h. */
5464f5a1 3287
81ecdfbb
RW
3288int
3289main ()
3290{
3291
3292 ;
3293 return 0;
3294}
3295_ACEOF
3296if ac_fn_c_try_compile "$LINENO"; then :
3297
3298else
3299 ac_c_werror_flag=$ac_save_c_werror_flag
3300 CFLAGS="-g"
3301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3302/* end confdefs.h. */
3303
3304int
3305main ()
3306{
3307
3308 ;
3309 return 0;
3310}
3311_ACEOF
3312if ac_fn_c_try_compile "$LINENO"; then :
3313 ac_cv_prog_cc_g=yes
3314fi
3315rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5464f5a1 3316fi
81ecdfbb 3317rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5464f5a1 3318fi
81ecdfbb
RW
3319rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3320 ac_c_werror_flag=$ac_save_c_werror_flag
3321fi
3322{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3323$as_echo "$ac_cv_prog_cc_g" >&6; }
5464f5a1
NN
3324if test "$ac_test_CFLAGS" = set; then
3325 CFLAGS=$ac_save_CFLAGS
3326elif test $ac_cv_prog_cc_g = yes; then
3327 if test "$GCC" = yes; then
3328 CFLAGS="-g -O2"
3329 else
3330 CFLAGS="-g"
3331 fi
3332else
3333 if test "$GCC" = yes; then
3334 CFLAGS="-O2"
3335 else
3336 CFLAGS=
3337 fi
3338fi
81ecdfbb
RW
3339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3340$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3341if test "${ac_cv_prog_cc_c89+set}" = set; then :
3342 $as_echo_n "(cached) " >&6
5464f5a1 3343else
81ecdfbb 3344 ac_cv_prog_cc_c89=no
5464f5a1 3345ac_save_CC=$CC
81ecdfbb 3346cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3347/* end confdefs.h. */
3348#include <stdarg.h>
3349#include <stdio.h>
3350#include <sys/types.h>
3351#include <sys/stat.h>
3352/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3353struct buf { int x; };
3354FILE * (*rcsopen) (struct buf *, struct stat *, int);
3355static char *e (p, i)
3356 char **p;
3357 int i;
3358{
3359 return p[i];
3360}
3361static char *f (char * (*g) (char **, int), char **p, ...)
3362{
3363 char *s;
3364 va_list v;
3365 va_start (v,p);
3366 s = g (p, va_arg (v,int));
3367 va_end (v);
3368 return s;
3369}
3370
3371/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3372 function prototypes and stuff, but not '\xHH' hex character constants.
3373 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3374 as 'x'. The following induces an error, until -std is added to get
5464f5a1
NN
3375 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3376 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3377 that's true only with -std. */
5464f5a1
NN
3378int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3379
81ecdfbb
RW
3380/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3381 inside strings and character constants. */
3382#define FOO(x) 'x'
3383int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3384
5464f5a1
NN
3385int test (int i, double x);
3386struct s1 {int (*f) (int a);};
3387struct s2 {int (*f) (double a);};
3388int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3389int argc;
3390char **argv;
3391int
3392main ()
3393{
3394return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3395 ;
3396 return 0;
3397}
3398_ACEOF
81ecdfbb
RW
3399for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3400 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5464f5a1
NN
3401do
3402 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3403 if ac_fn_c_try_compile "$LINENO"; then :
3404 ac_cv_prog_cc_c89=$ac_arg
5464f5a1 3405fi
81ecdfbb
RW
3406rm -f core conftest.err conftest.$ac_objext
3407 test "x$ac_cv_prog_cc_c89" != "xno" && break
5464f5a1 3408done
81ecdfbb 3409rm -f conftest.$ac_ext
5464f5a1
NN
3410CC=$ac_save_CC
3411
3412fi
81ecdfbb
RW
3413# AC_CACHE_VAL
3414case "x$ac_cv_prog_cc_c89" in
3415 x)
3416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3417$as_echo "none needed" >&6; } ;;
3418 xno)
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3420$as_echo "unsupported" >&6; } ;;
5464f5a1 3421 *)
81ecdfbb
RW
3422 CC="$CC $ac_cv_prog_cc_c89"
3423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3424$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5464f5a1 3425esac
81ecdfbb 3426if test "x$ac_cv_prog_cc_c89" != xno; then :
5464f5a1
NN
3427
3428fi
5464f5a1 3429
5464f5a1
NN
3430ac_ext=c
3431ac_cpp='$CPP $CPPFLAGS'
3432ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3433ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3434ac_compiler_gnu=$ac_cv_c_compiler_gnu
3435
3436
81ecdfbb
RW
3437{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3438$as_echo_n "checking for library containing strerror... " >&6; }
3439if test "${ac_cv_search_strerror+set}" = set; then :
3440 $as_echo_n "(cached) " >&6
5464f5a1 3441else
f5385ebf 3442 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3443cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3444/* end confdefs.h. */
3445
81ecdfbb
RW
3446/* Override any GCC internal prototype to avoid an error.
3447 Use char because int might match the return type of a GCC
3448 builtin and then its argument prototype would still apply. */
5464f5a1
NN
3449#ifdef __cplusplus
3450extern "C"
3451#endif
5464f5a1
NN
3452char strerror ();
3453int
3454main ()
3455{
81ecdfbb 3456return strerror ();
5464f5a1
NN
3457 ;
3458 return 0;
3459}
3460_ACEOF
81ecdfbb
RW
3461for ac_lib in '' cposix; do
3462 if test -z "$ac_lib"; then
3463 ac_res="none required"
3464 else
3465 ac_res=-l$ac_lib
f5385ebf 3466 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3467 fi
3468 if ac_fn_c_try_link "$LINENO"; then :
3469 ac_cv_search_strerror=$ac_res
3470fi
3471rm -f core conftest.err conftest.$ac_objext \
3472 conftest$ac_exeext
3473 if test "${ac_cv_search_strerror+set}" = set; then :
3474 break
3475fi
3476done
3477if test "${ac_cv_search_strerror+set}" = set; then :
f5385ebf 3478
f5385ebf 3479else
81ecdfbb 3480 ac_cv_search_strerror=no
5464f5a1 3481fi
81ecdfbb 3482rm conftest.$ac_ext
f5385ebf
AM
3483LIBS=$ac_func_search_save_LIBS
3484fi
81ecdfbb
RW
3485{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3486$as_echo "$ac_cv_search_strerror" >&6; }
3487ac_res=$ac_cv_search_strerror
3488if test "$ac_res" != no; then :
3489 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
5464f5a1 3490
f5385ebf 3491fi
5464f5a1
NN
3492
3493
81ecdfbb
RW
3494am__api_version='1.11'
3495
5464f5a1
NN
3496# Find a good install program. We prefer a C program (faster),
3497# so one script is as good as another. But avoid the broken or
3498# incompatible versions:
3499# SysV /etc/install, /usr/sbin/install
3500# SunOS /usr/etc/install
3501# IRIX /sbin/install
3502# AIX /bin/install
3503# AmigaOS /C/install, which installs bootblocks on floppy discs
252b5132
RH
3504# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3505# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3506# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5464f5a1 3507# OS/2's system install, which has a completely different semantic
252b5132 3508# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3509# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3510{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3511$as_echo_n "checking for a BSD-compatible install... " >&6; }
252b5132 3512if test -z "$INSTALL"; then
81ecdfbb
RW
3513if test "${ac_cv_path_install+set}" = set; then :
3514 $as_echo_n "(cached) " >&6
252b5132 3515else
5464f5a1
NN
3516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3517for as_dir in $PATH
3518do
3519 IFS=$as_save_IFS
3520 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3521 # Account for people who put trailing slashes in PATH elements.
3522case $as_dir/ in #((
3523 ./ | .// | /[cC]/* | \
5464f5a1 3524 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3525 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5464f5a1
NN
3526 /usr/ucb/* ) ;;
3527 *)
3528 # OSF1 and SCO ODT 3.0 have their own names for install.
3529 # Don't use installbsd from OSF since it installs stuff as root
3530 # by default.
3531 for ac_prog in ginstall scoinst install; do
3532 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3533 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
252b5132 3534 if test $ac_prog = install &&
5464f5a1 3535 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3536 # AIX install. It has an incompatible calling convention.
3537 :
5464f5a1
NN
3538 elif test $ac_prog = install &&
3539 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3540 # program-specific install script used by HP pwplus--don't use.
3541 :
252b5132 3542 else
58c85be7
RW
3543 rm -rf conftest.one conftest.two conftest.dir
3544 echo one > conftest.one
3545 echo two > conftest.two
3546 mkdir conftest.dir
3547 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3548 test -s conftest.one && test -s conftest.two &&
3549 test -s conftest.dir/conftest.one &&
3550 test -s conftest.dir/conftest.two
3551 then
3552 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3553 break 3
3554 fi
252b5132
RH
3555 fi
3556 fi
3557 done
5464f5a1
NN
3558 done
3559 ;;
3560esac
81ecdfbb
RW
3561
3562 done
3563IFS=$as_save_IFS
5464f5a1 3564
58c85be7 3565rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3566
3567fi
3568 if test "${ac_cv_path_install+set}" = set; then
5464f5a1 3569 INSTALL=$ac_cv_path_install
252b5132 3570 else
58c85be7
RW
3571 # As a last resort, use the slow shell script. Don't cache a
3572 # value for INSTALL within a source directory, because that will
252b5132 3573 # break other packages using the cache if that directory is
58c85be7 3574 # removed, or if the value is a relative name.
5464f5a1 3575 INSTALL=$ac_install_sh
252b5132
RH
3576 fi
3577fi
81ecdfbb
RW
3578{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3579$as_echo "$INSTALL" >&6; }
252b5132
RH
3580
3581# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3582# It thinks the first close brace ends the variable substitution.
3583test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3584
5464f5a1 3585test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3586
3587test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3588
81ecdfbb
RW
3589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3590$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3591# Just in case
3592sleep 1
f5385ebf 3593echo timestamp > conftest.file
81ecdfbb
RW
3594# Reject unsafe characters in $srcdir or the absolute working directory
3595# name. Accept space and tab only in the latter.
3596am_lf='
3597'
3598case `pwd` in
3599 *[\\\"\#\$\&\'\`$am_lf]*)
3600 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3601esac
3602case $srcdir in
3603 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3604 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3605esac
3606
252b5132
RH
3607# Do `set' in a subshell so we don't clobber the current shell's
3608# arguments. Must try -L first in case configure is actually a
3609# symlink; some systems play weird games with the mod time of symlinks
3610# (eg FreeBSD returns the mod time of the symlink's containing
3611# directory).
3612if (
81ecdfbb 3613 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3614 if test "$*" = "X"; then
3615 # -L didn't work.
81ecdfbb 3616 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3617 fi
f5385ebf
AM
3618 rm -f conftest.file
3619 if test "$*" != "X $srcdir/configure conftest.file" \
3620 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3621
3622 # If neither matched, then we have a broken ls. This can happen
3623 # if, for instance, CONFIG_SHELL is bash and it inherits a
3624 # broken ls alias from the environment. This has actually
3625 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3626 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3627alias in your environment" "$LINENO" 5
252b5132
RH
3628 fi
3629
f5385ebf 3630 test "$2" = conftest.file
252b5132
RH
3631 )
3632then
3633 # Ok.
3634 :
3635else
81ecdfbb
RW
3636 as_fn_error "newly created file is older than distributed files!
3637Check your system clock" "$LINENO" 5
252b5132 3638fi
81ecdfbb
RW
3639{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3640$as_echo "yes" >&6; }
252b5132 3641test "$program_prefix" != NONE &&
81ecdfbb 3642 program_transform_name="s&^&$program_prefix&;$program_transform_name"
252b5132
RH
3643# Use a double $ so make ignores it.
3644test "$program_suffix" != NONE &&
81ecdfbb
RW
3645 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3646# Double any \ or $.
5464f5a1 3647# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3648ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3649program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5464f5a1 3650
f5385ebf
AM
3651# expand $ac_aux_dir to an absolute path
3652am_aux_dir=`cd $ac_aux_dir && pwd`
3653
81ecdfbb
RW
3654if test x"${MISSING+set}" != xset; then
3655 case $am_aux_dir in
3656 *\ * | *\ *)
3657 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3658 *)
3659 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3660 esac
3661fi
f5385ebf
AM
3662# Use eval to expand $SHELL
3663if eval "$MISSING --run true"; then
3664 am_missing_run="$MISSING --run "
3665else
3666 am_missing_run=
81ecdfbb
RW
3667 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3668$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3669fi
3670
3671if test x"${install_sh}" != xset; then
3672 case $am_aux_dir in
3673 *\ * | *\ *)
3674 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3675 *)
3676 install_sh="\${SHELL} $am_aux_dir/install-sh"
3677 esac
3678fi
3679
3680# Installed binaries are usually stripped using `strip' when the user
3681# run `make install-strip'. However `strip' might not be the right
3682# tool to use in cross-compilation environments, therefore Automake
3683# will honor the `STRIP' environment variable to overrule this program.
3684if test "$cross_compiling" != no; then
3685 if test -n "$ac_tool_prefix"; then
3686 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3687set dummy ${ac_tool_prefix}strip; ac_word=$2
3688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3689$as_echo_n "checking for $ac_word... " >&6; }
3690if test "${ac_cv_prog_STRIP+set}" = set; then :
3691 $as_echo_n "(cached) " >&6
3692else
3693 if test -n "$STRIP"; then
3694 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3695else
3696as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3697for as_dir in $PATH
3698do
3699 IFS=$as_save_IFS
3700 test -z "$as_dir" && as_dir=.
3701 for ac_exec_ext in '' $ac_executable_extensions; do
3702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3703 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3705 break 2
3706 fi
3707done
3708 done
3709IFS=$as_save_IFS
3710
3711fi
3712fi
3713STRIP=$ac_cv_prog_STRIP
3714if test -n "$STRIP"; then
3715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3716$as_echo "$STRIP" >&6; }
3717else
3718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3719$as_echo "no" >&6; }
3720fi
3721
3722
3723fi
3724if test -z "$ac_cv_prog_STRIP"; then
3725 ac_ct_STRIP=$STRIP
3726 # Extract the first word of "strip", so it can be a program name with args.
3727set dummy strip; ac_word=$2
3728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3729$as_echo_n "checking for $ac_word... " >&6; }
3730if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3731 $as_echo_n "(cached) " >&6
3732else
3733 if test -n "$ac_ct_STRIP"; then
3734 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3735else
3736as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3737for as_dir in $PATH
3738do
3739 IFS=$as_save_IFS
3740 test -z "$as_dir" && as_dir=.
3741 for ac_exec_ext in '' $ac_executable_extensions; do
3742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3743 ac_cv_prog_ac_ct_STRIP="strip"
3744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3745 break 2
3746 fi
3747done
3748 done
3749IFS=$as_save_IFS
3750
3751fi
3752fi
3753ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3754if test -n "$ac_ct_STRIP"; then
3755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3756$as_echo "$ac_ct_STRIP" >&6; }
3757else
3758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3759$as_echo "no" >&6; }
3760fi
3761
3762 if test "x$ac_ct_STRIP" = x; then
3763 STRIP=":"
3764 else
3765 case $cross_compiling:$ac_tool_warned in
3766yes:)
3767{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3768$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3769ac_tool_warned=yes ;;
3770esac
3771 STRIP=$ac_ct_STRIP
3772 fi
3773else
3774 STRIP="$ac_cv_prog_STRIP"
3775fi
3776
3777fi
3778INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3779
3780{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3781$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3782if test -z "$MKDIR_P"; then
3783 if test "${ac_cv_path_mkdir+set}" = set; then :
3784 $as_echo_n "(cached) " >&6
3785else
3786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3787for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3788do
3789 IFS=$as_save_IFS
3790 test -z "$as_dir" && as_dir=.
3791 for ac_prog in mkdir gmkdir; do
3792 for ac_exec_ext in '' $ac_executable_extensions; do
3793 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3794 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3795 'mkdir (GNU coreutils) '* | \
3796 'mkdir (coreutils) '* | \
3797 'mkdir (fileutils) '4.1*)
3798 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3799 break 3;;
3800 esac
3801 done
3802 done
f5385ebf 3803 done
81ecdfbb
RW
3804IFS=$as_save_IFS
3805
3806fi
3807
3808 if test "${ac_cv_path_mkdir+set}" = set; then
3809 MKDIR_P="$ac_cv_path_mkdir -p"
f5385ebf 3810 else
81ecdfbb
RW
3811 # As a last resort, use the slow shell script. Don't cache a
3812 # value for MKDIR_P within a source directory, because that will
3813 # break other packages using the cache if that directory is
3814 # removed, or if the value is a relative name.
3815 test -d ./--version && rmdir ./--version
3816 MKDIR_P="$ac_install_sh -d"
f5385ebf
AM
3817 fi
3818fi
81ecdfbb
RW
3819{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3820$as_echo "$MKDIR_P" >&6; }
3821
3822mkdir_p="$MKDIR_P"
3823case $mkdir_p in
3824 [\\/$]* | ?:[\\/]*) ;;
3825 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3826esac
f5385ebf
AM
3827
3828for ac_prog in gawk mawk nawk awk
3829do
3830 # Extract the first word of "$ac_prog", so it can be a program name with args.
3831set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3832{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3833$as_echo_n "checking for $ac_word... " >&6; }
3834if test "${ac_cv_prog_AWK+set}" = set; then :
3835 $as_echo_n "(cached) " >&6
f5385ebf
AM
3836else
3837 if test -n "$AWK"; then
3838 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3839else
3840as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3841for as_dir in $PATH
3842do
3843 IFS=$as_save_IFS
3844 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3845 for ac_exec_ext in '' $ac_executable_extensions; do
3846 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f5385ebf 3847 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 3848 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f5385ebf
AM
3849 break 2
3850 fi
3851done
81ecdfbb
RW
3852 done
3853IFS=$as_save_IFS
f5385ebf
AM
3854
3855fi
3856fi
3857AWK=$ac_cv_prog_AWK
3858if test -n "$AWK"; then
81ecdfbb
RW
3859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3860$as_echo "$AWK" >&6; }
f5385ebf 3861else
81ecdfbb
RW
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3863$as_echo "no" >&6; }
f5385ebf
AM
3864fi
3865
81ecdfbb 3866
f5385ebf
AM
3867 test -n "$AWK" && break
3868done
3869
81ecdfbb
RW
3870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3871$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3872set x ${MAKE-make}
3873ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3874if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3875 $as_echo_n "(cached) " >&6
5464f5a1
NN
3876else
3877 cat >conftest.make <<\_ACEOF
81ecdfbb 3878SHELL = /bin/sh
252b5132 3879all:
81ecdfbb 3880 @echo '@@@%%%=$(MAKE)=@@@%%%'
5464f5a1 3881_ACEOF
252b5132 3882# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
3883case `${MAKE-make} -f conftest.make 2>/dev/null` in
3884 *@@@%%%=?*=@@@%%%*)
3885 eval ac_cv_prog_make_${ac_make}_set=yes;;
3886 *)
3887 eval ac_cv_prog_make_${ac_make}_set=no;;
3888esac
5464f5a1 3889rm -f conftest.make
252b5132 3890fi
81ecdfbb
RW
3891if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3893$as_echo "yes" >&6; }
252b5132
RH
3894 SET_MAKE=
3895else
81ecdfbb
RW
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3897$as_echo "no" >&6; }
252b5132
RH
3898 SET_MAKE="MAKE=${MAKE-make}"
3899fi
3900
f5385ebf
AM
3901rm -rf .tst 2>/dev/null
3902mkdir .tst 2>/dev/null
3903if test -d .tst; then
3904 am__leading_dot=.
3905else
3906 am__leading_dot=_
3907fi
3908rmdir .tst 2>/dev/null
3909
3910DEPDIR="${am__leading_dot}deps"
3911
81ecdfbb 3912ac_config_commands="$ac_config_commands depfiles"
f5385ebf
AM
3913
3914
3915am_make=${MAKE-make}
3916cat > confinc << 'END'
3917am__doit:
81ecdfbb 3918 @echo this is the am__doit target
f5385ebf
AM
3919.PHONY: am__doit
3920END
3921# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3923$as_echo_n "checking for style of include used by $am_make... " >&6; }
f5385ebf
AM
3924am__include="#"
3925am__quote=
3926_am_result=none
3927# First try GNU make style include.
3928echo "include confinc" > confmf
81ecdfbb
RW
3929# Ignore all kinds of additional output from `make'.
3930case `$am_make -s -f confmf 2> /dev/null` in #(
3931*the\ am__doit\ target*)
3932 am__include=include
3933 am__quote=
3934 _am_result=GNU
3935 ;;
3936esac
f5385ebf
AM
3937# Now try BSD make style include.
3938if test "$am__include" = "#"; then
3939 echo '.include "confinc"' > confmf
81ecdfbb
RW
3940 case `$am_make -s -f confmf 2> /dev/null` in #(
3941 *the\ am__doit\ target*)
3942 am__include=.include
3943 am__quote="\""
3944 _am_result=BSD
3945 ;;
3946 esac
f5385ebf
AM
3947fi
3948
3949
81ecdfbb
RW
3950{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3951$as_echo "$_am_result" >&6; }
f5385ebf
AM
3952rm -f confinc confmf
3953
81ecdfbb
RW
3954# Check whether --enable-dependency-tracking was given.
3955if test "${enable_dependency_tracking+set}" = set; then :
3956 enableval=$enable_dependency_tracking;
3957fi
f5385ebf 3958
f5385ebf
AM
3959if test "x$enable_dependency_tracking" != xno; then
3960 am_depcomp="$ac_aux_dir/depcomp"
3961 AMDEPBACKSLASH='\'
3962fi
81ecdfbb 3963 if test "x$enable_dependency_tracking" != xno; then
f5385ebf
AM
3964 AMDEP_TRUE=
3965 AMDEP_FALSE='#'
3966else
3967 AMDEP_TRUE='#'
3968 AMDEP_FALSE=
3969fi
6be7c12c 3970
252b5132 3971
81ecdfbb
RW
3972if test "`cd $srcdir && pwd`" != "`pwd`"; then
3973 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3974 # is not polluted with repeated "-I."
3975 am__isrc=' -I$(srcdir)'
3976 # test to see if srcdir already configured
3977 if test -f $srcdir/config.status; then
3978 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3979 fi
252b5132 3980fi
5464f5a1 3981
f5385ebf
AM
3982# test whether we have cygpath
3983if test -z "$CYGPATH_W"; then
3984 if (cygpath --version) >/dev/null 2>/dev/null; then
3985 CYGPATH_W='cygpath -w'
3986 else
3987 CYGPATH_W=echo
3988 fi
3989fi
3990
3991
3992# Define the identity of the package.
c4dd807e 3993 PACKAGE='bfd'
d8bd95ef 3994 VERSION='2.26.51'
f5385ebf
AM
3995
3996
5464f5a1 3997cat >>confdefs.h <<_ACEOF
252b5132 3998#define PACKAGE "$PACKAGE"
5464f5a1 3999_ACEOF
252b5132 4000
5464f5a1
NN
4001
4002cat >>confdefs.h <<_ACEOF
252b5132 4003#define VERSION "$VERSION"
5464f5a1 4004_ACEOF
252b5132 4005
f5385ebf
AM
4006# Some tools Automake needs.
4007
4008ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4009
4010
4011AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4012
4013
4014AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4015
4016
4017AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4018
4019
4020MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
6be7c12c 4021
f5385ebf
AM
4022# We need awk for the "check" target. The system "awk" is bad on
4023# some platforms.
4024# Always define AMTAR for backward compatibility.
4025
4026AMTAR=${AMTAR-"${am_missing_run}tar"}
4027
4028am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4029
252b5132 4030
f5385ebf
AM
4031
4032
4033depcc="$CC" am_compiler_list=
4034
81ecdfbb
RW
4035{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4036$as_echo_n "checking dependency style of $depcc... " >&6; }
4037if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4038 $as_echo_n "(cached) " >&6
252b5132 4039else
f5385ebf
AM
4040 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4041 # We make a subdir and do the tests there. Otherwise we can end up
4042 # making bogus files that we don't know about and never remove. For
4043 # instance it was reported that on HP-UX the gcc test will end up
4044 # making a dummy file named `D' -- because `-MD' means `put the output
4045 # in D'.
4046 mkdir conftest.dir
4047 # Copy depcomp to subdir because otherwise we won't find it if we're
4048 # using a relative directory.
4049 cp "$am_depcomp" conftest.dir
4050 cd conftest.dir
4051 # We will build objects and dependencies in a subdirectory because
4052 # it helps to detect inapplicable dependency modes. For instance
4053 # both Tru64's cc and ICC support -MD to output dependencies as a
4054 # side effect of compilation, but ICC will put the dependencies in
4055 # the current directory while Tru64 will put them in the object
4056 # directory.
4057 mkdir sub
4058
4059 am_cv_CC_dependencies_compiler_type=none
4060 if test "$am_compiler_list" = ""; then
4061 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4062 fi
81ecdfbb
RW
4063 am__universal=false
4064 case " $depcc " in #(
4065 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4066 esac
4067
f5385ebf
AM
4068 for depmode in $am_compiler_list; do
4069 # Setup a source with many dependencies, because some compilers
4070 # like to wrap large dependency lists on column 80 (with \), and
4071 # we should not choose a depcomp mode which is confused by this.
4072 #
4073 # We need to recreate these files for each test, as the compiler may
4074 # overwrite some of them when testing with obscure command lines.
4075 # This happens at least with the AIX C compiler.
4076 : > sub/conftest.c
4077 for i in 1 2 3 4 5 6; do
4078 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4079 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4080 # Solaris 8's {/usr,}/bin/sh.
4081 touch sub/conftst$i.h
4082 done
4083 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4084
81ecdfbb
RW
4085 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4086 # mode. It turns out that the SunPro C++ compiler does not properly
4087 # handle `-M -o', and we need to detect this. Also, some Intel
4088 # versions had trouble with output in subdirs
4089 am__obj=sub/conftest.${OBJEXT-o}
4090 am__minus_obj="-o $am__obj"
f5385ebf 4091 case $depmode in
81ecdfbb
RW
4092 gcc)
4093 # This depmode causes a compiler race in universal mode.
4094 test "$am__universal" = false || continue
4095 ;;
f5385ebf
AM
4096 nosideeffect)
4097 # after this tag, mechanisms are not by side-effect, so they'll
4098 # only be used when explicitly requested
4099 if test "x$enable_dependency_tracking" = xyes; then
4100 continue
4101 else
4102 break
4103 fi
4104 ;;
81ecdfbb
RW
4105 msvisualcpp | msvcmsys)
4106 # This compiler won't grok `-c -o', but also, the minuso test has
4107 # not run yet. These depmodes are late enough in the game, and
4108 # so weak that their functioning should not be impacted.
4109 am__obj=conftest.${OBJEXT-o}
4110 am__minus_obj=
4111 ;;
f5385ebf
AM
4112 none) break ;;
4113 esac
f5385ebf 4114 if depmode=$depmode \
81ecdfbb 4115 source=sub/conftest.c object=$am__obj \
f5385ebf 4116 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4117 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
f5385ebf 4118 >/dev/null 2>conftest.err &&
81ecdfbb 4119 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
f5385ebf 4120 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4121 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
f5385ebf
AM
4122 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4123 # icc doesn't choke on unknown options, it will just issue warnings
4124 # or remarks (even with -Werror). So we grep stderr for any message
4125 # that says an option was ignored or not supported.
4126 # When given -MP, icc 7.0 and 7.1 complain thusly:
4127 # icc: Command line warning: ignoring option '-M'; no argument required
4128 # The diagnosis changed in icc 8.0:
4129 # icc: Command line remark: option '-MP' not supported
4130 if (grep 'ignoring option' conftest.err ||
4131 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4132 am_cv_CC_dependencies_compiler_type=$depmode
4133 break
4134 fi
4135 fi
4136 done
4137
4138 cd ..
4139 rm -rf conftest.dir
4140else
4141 am_cv_CC_dependencies_compiler_type=none
4142fi
4143
252b5132 4144fi
81ecdfbb
RW
4145{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4146$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
f5385ebf 4147CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 4148
81ecdfbb 4149 if
f5385ebf
AM
4150 test "x$enable_dependency_tracking" != xno \
4151 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4152 am__fastdepCC_TRUE=
4153 am__fastdepCC_FALSE='#'
252b5132 4154else
f5385ebf
AM
4155 am__fastdepCC_TRUE='#'
4156 am__fastdepCC_FALSE=
252b5132
RH
4157fi
4158
6be7c12c 4159
e43d48cc 4160
f5385ebf 4161
5464f5a1
NN
4162if test -n "$ac_tool_prefix"; then
4163 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
252b5132 4164set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
4165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4166$as_echo_n "checking for $ac_word... " >&6; }
4167if test "${ac_cv_prog_AR+set}" = set; then :
4168 $as_echo_n "(cached) " >&6
252b5132
RH
4169else
4170 if test -n "$AR"; then
4171 ac_cv_prog_AR="$AR" # Let the user override the test.
4172else
5464f5a1
NN
4173as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4174for as_dir in $PATH
4175do
4176 IFS=$as_save_IFS
4177 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4178 for ac_exec_ext in '' $ac_executable_extensions; do
4179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4180 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 4181 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4182 break 2
4183 fi
4184done
81ecdfbb
RW
4185 done
4186IFS=$as_save_IFS
5464f5a1 4187
252b5132
RH
4188fi
4189fi
5464f5a1 4190AR=$ac_cv_prog_AR
252b5132 4191if test -n "$AR"; then
81ecdfbb
RW
4192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4193$as_echo "$AR" >&6; }
252b5132 4194else
81ecdfbb
RW
4195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4196$as_echo "no" >&6; }
5464f5a1
NN
4197fi
4198
81ecdfbb 4199
252b5132 4200fi
5464f5a1
NN
4201if test -z "$ac_cv_prog_AR"; then
4202 ac_ct_AR=$AR
4203 # Extract the first word of "ar", so it can be a program name with args.
4204set dummy ar; ac_word=$2
81ecdfbb
RW
4205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4206$as_echo_n "checking for $ac_word... " >&6; }
4207if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4208 $as_echo_n "(cached) " >&6
5464f5a1
NN
4209else
4210 if test -n "$ac_ct_AR"; then
4211 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4212else
4213as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4214for as_dir in $PATH
4215do
4216 IFS=$as_save_IFS
4217 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4218 for ac_exec_ext in '' $ac_executable_extensions; do
4219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4220 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 4221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4222 break 2
4223 fi
4224done
81ecdfbb
RW
4225 done
4226IFS=$as_save_IFS
252b5132 4227
5464f5a1
NN
4228fi
4229fi
4230ac_ct_AR=$ac_cv_prog_ac_ct_AR
4231if test -n "$ac_ct_AR"; then
81ecdfbb
RW
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4233$as_echo "$ac_ct_AR" >&6; }
5464f5a1 4234else
81ecdfbb
RW
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4236$as_echo "no" >&6; }
5464f5a1 4237fi
252b5132 4238
81ecdfbb
RW
4239 if test "x$ac_ct_AR" = x; then
4240 AR=""
4241 else
4242 case $cross_compiling:$ac_tool_warned in
4243yes:)
4244{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4245$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4246ac_tool_warned=yes ;;
4247esac
4248 AR=$ac_ct_AR
4249 fi
5464f5a1
NN
4250else
4251 AR="$ac_cv_prog_AR"
4252fi
6be7c12c 4253
5464f5a1
NN
4254if test -n "$ac_tool_prefix"; then
4255 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
252b5132 4256set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
4257{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4258$as_echo_n "checking for $ac_word... " >&6; }
4259if test "${ac_cv_prog_RANLIB+set}" = set; then :
4260 $as_echo_n "(cached) " >&6
252b5132
RH
4261else
4262 if test -n "$RANLIB"; then
4263 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4264else
5464f5a1
NN
4265as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4266for as_dir in $PATH
4267do
4268 IFS=$as_save_IFS
4269 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4270 for ac_exec_ext in '' $ac_executable_extensions; do
4271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4272 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 4273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4274 break 2
4275 fi
4276done
81ecdfbb
RW
4277 done
4278IFS=$as_save_IFS
5464f5a1 4279
252b5132
RH
4280fi
4281fi
5464f5a1 4282RANLIB=$ac_cv_prog_RANLIB
252b5132 4283if test -n "$RANLIB"; then
81ecdfbb
RW
4284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4285$as_echo "$RANLIB" >&6; }
252b5132 4286else
81ecdfbb
RW
4287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4288$as_echo "no" >&6; }
252b5132
RH
4289fi
4290
81ecdfbb 4291
5464f5a1 4292fi
252b5132 4293if test -z "$ac_cv_prog_RANLIB"; then
5464f5a1 4294 ac_ct_RANLIB=$RANLIB
252b5132
RH
4295 # Extract the first word of "ranlib", so it can be a program name with args.
4296set dummy ranlib; ac_word=$2
81ecdfbb
RW
4297{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4298$as_echo_n "checking for $ac_word... " >&6; }
4299if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4300 $as_echo_n "(cached) " >&6
6be7c12c 4301else
5464f5a1
NN
4302 if test -n "$ac_ct_RANLIB"; then
4303 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6be7c12c 4304else
5464f5a1
NN
4305as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4306for as_dir in $PATH
4307do
4308 IFS=$as_save_IFS
4309 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4310 for ac_exec_ext in '' $ac_executable_extensions; do
4311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4312 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 4313 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4314 break 2
4315 fi
4316done
81ecdfbb
RW
4317 done
4318IFS=$as_save_IFS
5464f5a1 4319
252b5132
RH
4320fi
4321fi
5464f5a1
NN
4322ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4323if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4325$as_echo "$ac_ct_RANLIB" >&6; }
252b5132 4326else
81ecdfbb
RW
4327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4328$as_echo "no" >&6; }
252b5132
RH
4329fi
4330
81ecdfbb
RW
4331 if test "x$ac_ct_RANLIB" = x; then
4332 RANLIB=":"
4333 else
4334 case $cross_compiling:$ac_tool_warned in
4335yes:)
4336{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4337$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4338ac_tool_warned=yes ;;
4339esac
4340 RANLIB=$ac_ct_RANLIB
4341 fi
252b5132 4342else
5464f5a1 4343 RANLIB="$ac_cv_prog_RANLIB"
6be7c12c
AO
4344fi
4345
252b5132 4346
81ecdfbb
RW
4347# Check whether --enable-shared was given.
4348if test "${enable_shared+set}" = set; then :
4349 enableval=$enable_shared; p=${PACKAGE-default}
d7040cdb
SE
4350 case $enableval in
4351 yes) enable_shared=yes ;;
4352 no) enable_shared=no ;;
4353 *)
4354 enable_shared=no
4355 # Look at the argument we got. We use all the common list separators.
4356 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4357 for pkg in $enableval; do
4358 IFS="$lt_save_ifs"
4359 if test "X$pkg" = "X$p"; then
4360 enable_shared=yes
4361 fi
4362 done
4363 IFS="$lt_save_ifs"
4364 ;;
4365 esac
252b5132
RH
4366else
4367 enable_shared=no
81ecdfbb
RW
4368fi
4369
252b5132 4370
d7040cdb
SE
4371
4372
4373
4374
4375
4376
4377
4378
cfbc9945
SE
4379ac_ext=c
4380ac_cpp='$CPP $CPPFLAGS'
4381ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4382ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4383ac_compiler_gnu=$ac_cv_c_compiler_gnu
4384if test -n "$ac_tool_prefix"; then
4385 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4386set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4387{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4388$as_echo_n "checking for $ac_word... " >&6; }
4389if test "${ac_cv_prog_CC+set}" = set; then :
4390 $as_echo_n "(cached) " >&6
252b5132 4391else
cfbc9945
SE
4392 if test -n "$CC"; then
4393 ac_cv_prog_CC="$CC" # Let the user override the test.
b2ef150d 4394else
cfbc9945
SE
4395as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4396for as_dir in $PATH
4397do
4398 IFS=$as_save_IFS
4399 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4400 for ac_exec_ext in '' $ac_executable_extensions; do
4401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4402 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4404 break 2
4405 fi
4406done
81ecdfbb
RW
4407 done
4408IFS=$as_save_IFS
c5d1701e 4409
cfbc9945
SE
4410fi
4411fi
4412CC=$ac_cv_prog_CC
4413if test -n "$CC"; then
81ecdfbb
RW
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4415$as_echo "$CC" >&6; }
252b5132 4416else
81ecdfbb
RW
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4418$as_echo "no" >&6; }
252b5132 4419fi
cfbc9945 4420
81ecdfbb 4421
cfbc9945
SE
4422fi
4423if test -z "$ac_cv_prog_CC"; then
4424 ac_ct_CC=$CC
4425 # Extract the first word of "gcc", so it can be a program name with args.
4426set dummy gcc; ac_word=$2
81ecdfbb
RW
4427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4428$as_echo_n "checking for $ac_word... " >&6; }
4429if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4430 $as_echo_n "(cached) " >&6
252b5132 4431else
cfbc9945
SE
4432 if test -n "$ac_ct_CC"; then
4433 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 4434else
cfbc9945
SE
4435as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4436for as_dir in $PATH
4437do
4438 IFS=$as_save_IFS
4439 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4440 for ac_exec_ext in '' $ac_executable_extensions; do
4441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4442 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4444 break 2
4445 fi
4446done
81ecdfbb
RW
4447 done
4448IFS=$as_save_IFS
cfbc9945 4449
252b5132
RH
4450fi
4451fi
cfbc9945
SE
4452ac_ct_CC=$ac_cv_prog_ac_ct_CC
4453if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4455$as_echo "$ac_ct_CC" >&6; }
252b5132 4456else
81ecdfbb
RW
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4458$as_echo "no" >&6; }
252b5132 4459fi
cfbc9945 4460
81ecdfbb
RW
4461 if test "x$ac_ct_CC" = x; then
4462 CC=""
4463 else
4464 case $cross_compiling:$ac_tool_warned in
4465yes:)
4466{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4467$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4468ac_tool_warned=yes ;;
4469esac
4470 CC=$ac_ct_CC
4471 fi
cfbc9945
SE
4472else
4473 CC="$ac_cv_prog_CC"
4474fi
4475
4476if test -z "$CC"; then
81ecdfbb
RW
4477 if test -n "$ac_tool_prefix"; then
4478 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
cfbc9945 4479set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4481$as_echo_n "checking for $ac_word... " >&6; }
4482if test "${ac_cv_prog_CC+set}" = set; then :
4483 $as_echo_n "(cached) " >&6
252b5132 4484else
cfbc9945
SE
4485 if test -n "$CC"; then
4486 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4487else
cfbc9945
SE
4488as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4489for as_dir in $PATH
4490do
4491 IFS=$as_save_IFS
4492 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4493 for ac_exec_ext in '' $ac_executable_extensions; do
4494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4495 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4497 break 2
4498 fi
4499done
81ecdfbb
RW
4500 done
4501IFS=$as_save_IFS
cfbc9945 4502
252b5132
RH
4503fi
4504fi
cfbc9945
SE
4505CC=$ac_cv_prog_CC
4506if test -n "$CC"; then
81ecdfbb
RW
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4508$as_echo "$CC" >&6; }
ac48eca1 4509else
81ecdfbb
RW
4510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4511$as_echo "no" >&6; }
ac48eca1 4512fi
ac48eca1 4513
81ecdfbb
RW
4514
4515 fi
cfbc9945 4516fi
81ecdfbb 4517if test -z "$CC"; then
cfbc9945
SE
4518 # Extract the first word of "cc", so it can be a program name with args.
4519set dummy cc; ac_word=$2
81ecdfbb
RW
4520{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4521$as_echo_n "checking for $ac_word... " >&6; }
4522if test "${ac_cv_prog_CC+set}" = set; then :
4523 $as_echo_n "(cached) " >&6
252b5132 4524else
81ecdfbb
RW
4525 if test -n "$CC"; then
4526 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4527else
81ecdfbb 4528 ac_prog_rejected=no
cfbc9945
SE
4529as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4530for as_dir in $PATH
4531do
4532 IFS=$as_save_IFS
4533 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4534 for ac_exec_ext in '' $ac_executable_extensions; do
4535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945
SE
4536 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4537 ac_prog_rejected=yes
4538 continue
4539 fi
4540 ac_cv_prog_CC="cc"
81ecdfbb 4541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4542 break 2
4543 fi
4544done
81ecdfbb
RW
4545 done
4546IFS=$as_save_IFS
cfbc9945
SE
4547
4548if test $ac_prog_rejected = yes; then
4549 # We found a bogon in the path, so make sure we never use it.
4550 set dummy $ac_cv_prog_CC
4551 shift
4552 if test $# != 0; then
4553 # We chose a different compiler from the bogus one.
4554 # However, it has the same basename, so the bogon will be chosen
4555 # first if we set CC to just the basename; use the full file name.
4556 shift
4557 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4558 fi
4559fi
4560fi
4561fi
4562CC=$ac_cv_prog_CC
4563if test -n "$CC"; then
81ecdfbb
RW
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4565$as_echo "$CC" >&6; }
cfbc9945 4566else
81ecdfbb
RW
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4568$as_echo "no" >&6; }
252b5132
RH
4569fi
4570
81ecdfbb 4571
cfbc9945
SE
4572fi
4573if test -z "$CC"; then
4574 if test -n "$ac_tool_prefix"; then
81ecdfbb 4575 for ac_prog in cl.exe
cfbc9945
SE
4576 do
4577 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4578set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4579{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4580$as_echo_n "checking for $ac_word... " >&6; }
4581if test "${ac_cv_prog_CC+set}" = set; then :
4582 $as_echo_n "(cached) " >&6
ac48eca1 4583else
cfbc9945
SE
4584 if test -n "$CC"; then
4585 ac_cv_prog_CC="$CC" # Let the user override the test.
4586else
4587as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4588for as_dir in $PATH
4589do
4590 IFS=$as_save_IFS
4591 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4592 for ac_exec_ext in '' $ac_executable_extensions; do
4593 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4594 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4596 break 2
4597 fi
4598done
81ecdfbb
RW
4599 done
4600IFS=$as_save_IFS
ac48eca1 4601
cfbc9945
SE
4602fi
4603fi
4604CC=$ac_cv_prog_CC
4605if test -n "$CC"; then
81ecdfbb
RW
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4607$as_echo "$CC" >&6; }
cfbc9945 4608else
81ecdfbb
RW
4609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4610$as_echo "no" >&6; }
cfbc9945 4611fi
ac48eca1 4612
81ecdfbb 4613
cfbc9945
SE
4614 test -n "$CC" && break
4615 done
4616fi
4617if test -z "$CC"; then
4618 ac_ct_CC=$CC
81ecdfbb 4619 for ac_prog in cl.exe
cfbc9945
SE
4620do
4621 # Extract the first word of "$ac_prog", so it can be a program name with args.
4622set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4624$as_echo_n "checking for $ac_word... " >&6; }
4625if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4626 $as_echo_n "(cached) " >&6
cfbc9945
SE
4627else
4628 if test -n "$ac_ct_CC"; then
4629 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4630else
4631as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4632for as_dir in $PATH
4633do
4634 IFS=$as_save_IFS
4635 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4636 for ac_exec_ext in '' $ac_executable_extensions; do
4637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4638 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4640 break 2
4641 fi
4642done
81ecdfbb
RW
4643 done
4644IFS=$as_save_IFS
ac48eca1 4645
cfbc9945
SE
4646fi
4647fi
4648ac_ct_CC=$ac_cv_prog_ac_ct_CC
4649if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4651$as_echo "$ac_ct_CC" >&6; }
cfbc9945 4652else
81ecdfbb
RW
4653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4654$as_echo "no" >&6; }
cfbc9945 4655fi
ac48eca1 4656
81ecdfbb 4657
cfbc9945
SE
4658 test -n "$ac_ct_CC" && break
4659done
ac48eca1 4660
81ecdfbb
RW
4661 if test "x$ac_ct_CC" = x; then
4662 CC=""
4663 else
4664 case $cross_compiling:$ac_tool_warned in
4665yes:)
4666{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4667$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4668ac_tool_warned=yes ;;
4669esac
4670 CC=$ac_ct_CC
4671 fi
cfbc9945 4672fi
55c80943 4673
cfbc9945 4674fi
ac48eca1 4675
ac48eca1 4676
81ecdfbb
RW
4677test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4678$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4679as_fn_error "no acceptable C compiler found in \$PATH
4680See \`config.log' for more details." "$LINENO" 5; }
ac48eca1 4681
cfbc9945 4682# Provide some information about the compiler.
81ecdfbb
RW
4683$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4684set X $ac_compile
4685ac_compiler=$2
4686for ac_option in --version -v -V -qversion; do
4687 { { ac_try="$ac_compiler $ac_option >&5"
4688case "(($ac_try" in
4689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4690 *) ac_try_echo=$ac_try;;
4691esac
4692eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4693$as_echo "$ac_try_echo"; } >&5
4694 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
cfbc9945 4695 ac_status=$?
81ecdfbb
RW
4696 if test -s conftest.err; then
4697 sed '10a\
4698... rest of stderr output deleted ...
4699 10q' conftest.err >conftest.er1
4700 cat conftest.er1 >&5
4701 rm -f conftest.er1 conftest.err
4702 fi
4703 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4704 test $ac_status = 0; }
4705done
ac48eca1 4706
81ecdfbb
RW
4707{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4708$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4709if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4710 $as_echo_n "(cached) " >&6
ac48eca1 4711else
81ecdfbb 4712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945 4713/* end confdefs.h. */
ac48eca1 4714
cfbc9945
SE
4715int
4716main ()
4717{
4718#ifndef __GNUC__
4719 choke me
4720#endif
5464f5a1 4721
cfbc9945
SE
4722 ;
4723 return 0;
4724}
4725_ACEOF
81ecdfbb 4726if ac_fn_c_try_compile "$LINENO"; then :
cfbc9945 4727 ac_compiler_gnu=yes
ac48eca1 4728else
81ecdfbb 4729 ac_compiler_gnu=no
ac48eca1 4730fi
81ecdfbb 4731rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
cfbc9945 4732ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac48eca1 4733
5464f5a1 4734fi
81ecdfbb
RW
4735{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4736$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4737if test $ac_compiler_gnu = yes; then
4738 GCC=yes
4739else
4740 GCC=
4741fi
cfbc9945
SE
4742ac_test_CFLAGS=${CFLAGS+set}
4743ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4744{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4745$as_echo_n "checking whether $CC accepts -g... " >&6; }
4746if test "${ac_cv_prog_cc_g+set}" = set; then :
4747 $as_echo_n "(cached) " >&6
4748else
4749 ac_save_c_werror_flag=$ac_c_werror_flag
4750 ac_c_werror_flag=yes
4751 ac_cv_prog_cc_g=no
4752 CFLAGS="-g"
4753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945
SE
4754/* end confdefs.h. */
4755
4756int
4757main ()
4758{
4759
4760 ;
4761 return 0;
4762}
4763_ACEOF
81ecdfbb 4764if ac_fn_c_try_compile "$LINENO"; then :
cfbc9945 4765 ac_cv_prog_cc_g=yes
6be7c12c 4766else
81ecdfbb
RW
4767 CFLAGS=""
4768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4769/* end confdefs.h. */
4770
4771int
4772main ()
4773{
4774
4775 ;
4776 return 0;
4777}
4778_ACEOF
4779if ac_fn_c_try_compile "$LINENO"; then :
4780
4781else
4782 ac_c_werror_flag=$ac_save_c_werror_flag
4783 CFLAGS="-g"
4784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4785/* end confdefs.h. */
4786
4787int
4788main ()
4789{
5464f5a1 4790
81ecdfbb
RW
4791 ;
4792 return 0;
4793}
4794_ACEOF
4795if ac_fn_c_try_compile "$LINENO"; then :
4796 ac_cv_prog_cc_g=yes
4797fi
4798rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4799fi
81ecdfbb 4800rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4801fi
81ecdfbb
RW
4802rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4803 ac_c_werror_flag=$ac_save_c_werror_flag
4804fi
4805{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4806$as_echo "$ac_cv_prog_cc_g" >&6; }
cfbc9945
SE
4807if test "$ac_test_CFLAGS" = set; then
4808 CFLAGS=$ac_save_CFLAGS
4809elif test $ac_cv_prog_cc_g = yes; then
4810 if test "$GCC" = yes; then
4811 CFLAGS="-g -O2"
4812 else
4813 CFLAGS="-g"
4814 fi
ac48eca1 4815else
cfbc9945
SE
4816 if test "$GCC" = yes; then
4817 CFLAGS="-O2"
4818 else
4819 CFLAGS=
4820 fi
ac48eca1 4821fi
81ecdfbb
RW
4822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4823$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4824if test "${ac_cv_prog_cc_c89+set}" = set; then :
4825 $as_echo_n "(cached) " >&6
ac48eca1 4826else
81ecdfbb 4827 ac_cv_prog_cc_c89=no
cfbc9945 4828ac_save_CC=$CC
81ecdfbb 4829cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945
SE
4830/* end confdefs.h. */
4831#include <stdarg.h>
4832#include <stdio.h>
4833#include <sys/types.h>
4834#include <sys/stat.h>
4835/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4836struct buf { int x; };
4837FILE * (*rcsopen) (struct buf *, struct stat *, int);
4838static char *e (p, i)
4839 char **p;
4840 int i;
4841{
4842 return p[i];
4843}
4844static char *f (char * (*g) (char **, int), char **p, ...)
4845{
4846 char *s;
4847 va_list v;
4848 va_start (v,p);
4849 s = g (p, va_arg (v,int));
4850 va_end (v);
4851 return s;
4852}
5464f5a1 4853
cfbc9945
SE
4854/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4855 function prototypes and stuff, but not '\xHH' hex character constants.
4856 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4857 as 'x'. The following induces an error, until -std is added to get
cfbc9945
SE
4858 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4859 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4860 that's true only with -std. */
cfbc9945
SE
4861int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4862
81ecdfbb
RW
4863/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4864 inside strings and character constants. */
4865#define FOO(x) 'x'
4866int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4867
cfbc9945
SE
4868int test (int i, double x);
4869struct s1 {int (*f) (int a);};
4870struct s2 {int (*f) (double a);};
4871int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4872int argc;
4873char **argv;
4874int
4875main ()
4876{
4877return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4878 ;
4879 return 0;
4880}
4881_ACEOF
81ecdfbb
RW
4882for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4883 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
cfbc9945
SE
4884do
4885 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4886 if ac_fn_c_try_compile "$LINENO"; then :
4887 ac_cv_prog_cc_c89=$ac_arg
5464f5a1 4888fi
81ecdfbb
RW
4889rm -f core conftest.err conftest.$ac_objext
4890 test "x$ac_cv_prog_cc_c89" != "xno" && break
5464f5a1 4891done
81ecdfbb 4892rm -f conftest.$ac_ext
cfbc9945 4893CC=$ac_save_CC
5464f5a1 4894
ac48eca1 4895fi
81ecdfbb
RW
4896# AC_CACHE_VAL
4897case "x$ac_cv_prog_cc_c89" in
4898 x)
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4900$as_echo "none needed" >&6; } ;;
4901 xno)
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4903$as_echo "unsupported" >&6; } ;;
cfbc9945 4904 *)
81ecdfbb
RW
4905 CC="$CC $ac_cv_prog_cc_c89"
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4907$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
cfbc9945 4908esac
81ecdfbb 4909if test "x$ac_cv_prog_cc_c89" != xno; then :
6be7c12c 4910
6ec7057a 4911fi
cfbc9945 4912
cfbc9945
SE
4913ac_ext=c
4914ac_cpp='$CPP $CPPFLAGS'
4915ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4916ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4917ac_compiler_gnu=$ac_cv_c_compiler_gnu
92f01d61 4918
7357c5b6
AM
4919ac_ext=c
4920ac_cpp='$CPP $CPPFLAGS'
4921ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4922ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4923ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4924{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4925$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4926# On Suns, sometimes $CPP names a directory.
4927if test -n "$CPP" && test -d "$CPP"; then
4928 CPP=
4929fi
4930if test -z "$CPP"; then
81ecdfbb
RW
4931 if test "${ac_cv_prog_CPP+set}" = set; then :
4932 $as_echo_n "(cached) " >&6
7357c5b6
AM
4933else
4934 # Double quotes because CPP needs to be expanded
4935 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4936 do
4937 ac_preproc_ok=false
4938for ac_c_preproc_warn_flag in '' yes
4939do
4940 # Use a header file that comes with gcc, so configuring glibc
4941 # with a fresh cross-compiler works.
4942 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4943 # <limits.h> exists even on freestanding compilers.
4944 # On the NeXT, cc -E runs the code through the compiler's parser,
4945 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4947/* end confdefs.h. */
4948#ifdef __STDC__
4949# include <limits.h>
4950#else
4951# include <assert.h>
4952#endif
4953 Syntax error
4954_ACEOF
81ecdfbb 4955if ac_fn_c_try_cpp "$LINENO"; then :
cfbc9945 4956
81ecdfbb 4957else
7357c5b6
AM
4958 # Broken: fails on valid input.
4959continue
4960fi
4961rm -f conftest.err conftest.$ac_ext
d7040cdb 4962
81ecdfbb 4963 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4964 # can be detected and how.
81ecdfbb 4965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4966/* end confdefs.h. */
4967#include <ac_nonexistent.h>
4968_ACEOF
81ecdfbb 4969if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4970 # Broken: success on invalid input.
4971continue
4972else
7357c5b6
AM
4973 # Passes both tests.
4974ac_preproc_ok=:
4975break
4976fi
4977rm -f conftest.err conftest.$ac_ext
d7040cdb 4978
7357c5b6
AM
4979done
4980# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4981rm -f conftest.err conftest.$ac_ext
81ecdfbb 4982if $ac_preproc_ok; then :
7357c5b6
AM
4983 break
4984fi
d7040cdb 4985
7357c5b6
AM
4986 done
4987 ac_cv_prog_CPP=$CPP
d7040cdb 4988
7357c5b6
AM
4989fi
4990 CPP=$ac_cv_prog_CPP
4991else
4992 ac_cv_prog_CPP=$CPP
4993fi
81ecdfbb
RW
4994{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4995$as_echo "$CPP" >&6; }
7357c5b6
AM
4996ac_preproc_ok=false
4997for ac_c_preproc_warn_flag in '' yes
4998do
4999 # Use a header file that comes with gcc, so configuring glibc
5000 # with a fresh cross-compiler works.
5001 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5002 # <limits.h> exists even on freestanding compilers.
5003 # On the NeXT, cc -E runs the code through the compiler's parser,
5004 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5006/* end confdefs.h. */
5007#ifdef __STDC__
5008# include <limits.h>
5009#else
5010# include <assert.h>
5011#endif
5012 Syntax error
5013_ACEOF
81ecdfbb 5014if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 5015
81ecdfbb 5016else
7357c5b6
AM
5017 # Broken: fails on valid input.
5018continue
5019fi
5020rm -f conftest.err conftest.$ac_ext
d7040cdb 5021
81ecdfbb 5022 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 5023 # can be detected and how.
81ecdfbb 5024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5025/* end confdefs.h. */
5026#include <ac_nonexistent.h>
5027_ACEOF
81ecdfbb 5028if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
5029 # Broken: success on invalid input.
5030continue
5031else
7357c5b6
AM
5032 # Passes both tests.
5033ac_preproc_ok=:
5034break
5035fi
5036rm -f conftest.err conftest.$ac_ext
d7040cdb 5037
7357c5b6
AM
5038done
5039# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5040rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
5041if $ac_preproc_ok; then :
5042
7357c5b6 5043else
81ecdfbb
RW
5044 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5045$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5046as_fn_error "C preprocessor \"$CPP\" fails sanity check
5047See \`config.log' for more details." "$LINENO" 5; }
7357c5b6 5048fi
d7040cdb 5049
7357c5b6
AM
5050ac_ext=c
5051ac_cpp='$CPP $CPPFLAGS'
5052ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5053ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5054ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 5055
d7040cdb 5056
81ecdfbb
RW
5057{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5058$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5059if test "${ac_cv_path_GREP+set}" = set; then :
5060 $as_echo_n "(cached) " >&6
5061else
5062 if test -z "$GREP"; then
5063 ac_path_GREP_found=false
5064 # Loop through the user's path and test for each of PROGNAME-LIST
5065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5066for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5067do
5068 IFS=$as_save_IFS
5069 test -z "$as_dir" && as_dir=.
5070 for ac_prog in grep ggrep; do
5071 for ac_exec_ext in '' $ac_executable_extensions; do
5072 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5073 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5074# Check for GNU ac_path_GREP and select it if it is found.
5075 # Check for GNU $ac_path_GREP
5076case `"$ac_path_GREP" --version 2>&1` in
5077*GNU*)
5078 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5079*)
5080 ac_count=0
5081 $as_echo_n 0123456789 >"conftest.in"
5082 while :
5083 do
5084 cat "conftest.in" "conftest.in" >"conftest.tmp"
5085 mv "conftest.tmp" "conftest.in"
5086 cp "conftest.in" "conftest.nl"
5087 $as_echo 'GREP' >> "conftest.nl"
5088 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5089 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5090 as_fn_arith $ac_count + 1 && ac_count=$as_val
5091 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5092 # Best one so far, save it but keep looking for a better one
5093 ac_cv_path_GREP="$ac_path_GREP"
5094 ac_path_GREP_max=$ac_count
5095 fi
5096 # 10*(2^10) chars as input seems more than enough
5097 test $ac_count -gt 10 && break
5098 done
5099 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5100esac
5101
5102 $ac_path_GREP_found && break 3
5103 done
5104 done
5105 done
5106IFS=$as_save_IFS
5107 if test -z "$ac_cv_path_GREP"; then
5108 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5109 fi
5110else
5111 ac_cv_path_GREP=$GREP
5112fi
5113
5114fi
5115{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5116$as_echo "$ac_cv_path_GREP" >&6; }
5117 GREP="$ac_cv_path_GREP"
5118
5119
5120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5121$as_echo_n "checking for egrep... " >&6; }
5122if test "${ac_cv_path_EGREP+set}" = set; then :
5123 $as_echo_n "(cached) " >&6
7357c5b6 5124else
81ecdfbb
RW
5125 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5126 then ac_cv_path_EGREP="$GREP -E"
5127 else
5128 if test -z "$EGREP"; then
5129 ac_path_EGREP_found=false
5130 # Loop through the user's path and test for each of PROGNAME-LIST
5131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5132for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5133do
5134 IFS=$as_save_IFS
5135 test -z "$as_dir" && as_dir=.
5136 for ac_prog in egrep; do
5137 for ac_exec_ext in '' $ac_executable_extensions; do
5138 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5139 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5140# Check for GNU ac_path_EGREP and select it if it is found.
5141 # Check for GNU $ac_path_EGREP
5142case `"$ac_path_EGREP" --version 2>&1` in
5143*GNU*)
5144 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5145*)
5146 ac_count=0
5147 $as_echo_n 0123456789 >"conftest.in"
5148 while :
5149 do
5150 cat "conftest.in" "conftest.in" >"conftest.tmp"
5151 mv "conftest.tmp" "conftest.in"
5152 cp "conftest.in" "conftest.nl"
5153 $as_echo 'EGREP' >> "conftest.nl"
5154 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5155 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5156 as_fn_arith $ac_count + 1 && ac_count=$as_val
5157 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5158 # Best one so far, save it but keep looking for a better one
5159 ac_cv_path_EGREP="$ac_path_EGREP"
5160 ac_path_EGREP_max=$ac_count
7357c5b6 5161 fi
81ecdfbb
RW
5162 # 10*(2^10) chars as input seems more than enough
5163 test $ac_count -gt 10 && break
5164 done
5165 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5166esac
5167
5168 $ac_path_EGREP_found && break 3
5169 done
5170 done
5171 done
5172IFS=$as_save_IFS
5173 if test -z "$ac_cv_path_EGREP"; then
5174 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5175 fi
5176else
5177 ac_cv_path_EGREP=$EGREP
5178fi
5179
5180 fi
7357c5b6 5181fi
81ecdfbb
RW
5182{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5183$as_echo "$ac_cv_path_EGREP" >&6; }
5184 EGREP="$ac_cv_path_EGREP"
d7040cdb
SE
5185
5186
81ecdfbb
RW
5187{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5188$as_echo_n "checking for ANSI C header files... " >&6; }
5189if test "${ac_cv_header_stdc+set}" = set; then :
5190 $as_echo_n "(cached) " >&6
7357c5b6 5191else
81ecdfbb 5192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5193/* end confdefs.h. */
5194#include <stdlib.h>
5195#include <stdarg.h>
5196#include <string.h>
5197#include <float.h>
d7040cdb 5198
7357c5b6
AM
5199int
5200main ()
5201{
d7040cdb 5202
7357c5b6
AM
5203 ;
5204 return 0;
5205}
5206_ACEOF
81ecdfbb 5207if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 5208 ac_cv_header_stdc=yes
c428fa83 5209else
81ecdfbb 5210 ac_cv_header_stdc=no
7357c5b6 5211fi
81ecdfbb 5212rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 5213
7357c5b6
AM
5214if test $ac_cv_header_stdc = yes; then
5215 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 5216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5217/* end confdefs.h. */
5218#include <string.h>
d7040cdb 5219
7357c5b6
AM
5220_ACEOF
5221if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5222 $EGREP "memchr" >/dev/null 2>&1; then :
5223
7357c5b6
AM
5224else
5225 ac_cv_header_stdc=no
5226fi
5227rm -f conftest*
d7040cdb 5228
7357c5b6 5229fi
d7040cdb 5230
7357c5b6
AM
5231if test $ac_cv_header_stdc = yes; then
5232 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5234/* end confdefs.h. */
5235#include <stdlib.h>
d7040cdb 5236
7357c5b6
AM
5237_ACEOF
5238if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5239 $EGREP "free" >/dev/null 2>&1; then :
5240
7357c5b6
AM
5241else
5242 ac_cv_header_stdc=no
5243fi
5244rm -f conftest*
d7040cdb 5245
7357c5b6 5246fi
d7040cdb 5247
7357c5b6
AM
5248if test $ac_cv_header_stdc = yes; then
5249 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5250 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5251 :
5252else
81ecdfbb 5253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5254/* end confdefs.h. */
5255#include <ctype.h>
81ecdfbb 5256#include <stdlib.h>
7357c5b6
AM
5257#if ((' ' & 0x0FF) == 0x020)
5258# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5259# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5260#else
5261# define ISLOWER(c) \
5262 (('a' <= (c) && (c) <= 'i') \
5263 || ('j' <= (c) && (c) <= 'r') \
5264 || ('s' <= (c) && (c) <= 'z'))
5265# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5266#endif
d7040cdb 5267
7357c5b6
AM
5268#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5269int
5270main ()
5271{
5272 int i;
5273 for (i = 0; i < 256; i++)
5274 if (XOR (islower (i), ISLOWER (i))
5275 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5276 return 2;
5277 return 0;
7357c5b6
AM
5278}
5279_ACEOF
81ecdfbb 5280if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5281
81ecdfbb
RW
5282else
5283 ac_cv_header_stdc=no
7357c5b6 5284fi
81ecdfbb
RW
5285rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5286 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5287fi
81ecdfbb 5288
7357c5b6
AM
5289fi
5290fi
81ecdfbb
RW
5291{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5292$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5293if test $ac_cv_header_stdc = yes; then
d7040cdb 5294
81ecdfbb 5295$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5296
7357c5b6 5297fi
d7040cdb 5298
7357c5b6 5299# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
5300for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5301 inttypes.h stdint.h unistd.h
81ecdfbb
RW
5302do :
5303 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5304ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5305"
5306eval as_val=\$$as_ac_Header
5307 if test "x$as_val" = x""yes; then :
7357c5b6 5308 cat >>confdefs.h <<_ACEOF
81ecdfbb 5309#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 5310_ACEOF
d7040cdb 5311
7357c5b6
AM
5312fi
5313
5314done
5315
5316
5317
81ecdfbb
RW
5318 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5319if test "x$ac_cv_header_minix_config_h" = x""yes; then :
7357c5b6
AM
5320 MINIX=yes
5321else
5322 MINIX=
5323fi
d7040cdb
SE
5324
5325
7357c5b6 5326 if test "$MINIX" = yes; then
d7040cdb 5327
81ecdfbb 5328$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb
SE
5329
5330
81ecdfbb 5331$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5332
5333
81ecdfbb 5334$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5335
7357c5b6 5336 fi
d7040cdb
SE
5337
5338
81ecdfbb
RW
5339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5340$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5341if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5342 $as_echo_n "(cached) " >&6
d053aef8 5343else
81ecdfbb 5344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8 5345/* end confdefs.h. */
ce3c775b
NC
5346
5347# define __EXTENSIONS__ 1
5348 $ac_includes_default
d053aef8
JK
5349int
5350main ()
5351{
5352
5353 ;
5354 return 0;
5355}
5356_ACEOF
81ecdfbb 5357if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 5358 ac_cv_safe_to_define___extensions__=yes
d053aef8 5359else
81ecdfbb 5360 ac_cv_safe_to_define___extensions__=no
d053aef8 5361fi
81ecdfbb 5362rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce3c775b 5363fi
81ecdfbb
RW
5364{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5365$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
ce3c775b 5366 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5367 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d053aef8 5368
81ecdfbb 5369 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d053aef8 5370
81ecdfbb
RW
5371 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5372
5373 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5374
5375 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d053aef8 5376
ce3c775b 5377
d053aef8 5378
d053aef8 5379
d7040cdb 5380
718a6fd8
SE
5381case `pwd` in
5382 *\ * | *\ *)
81ecdfbb
RW
5383 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5384$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5385esac
d7040cdb
SE
5386
5387
7357c5b6 5388
3725885a
RW
5389macro_version='2.2.7a'
5390macro_revision='1.3134'
7357c5b6
AM
5391
5392
5393
5394
5395
5396
7357c5b6
AM
5397
5398
5399
5400
5401
5402
5403
718a6fd8 5404ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5405
3725885a
RW
5406# Backslashify metacharacters that are still active within
5407# double-quoted strings.
5408sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5409
5410# Same as above, but do not quote variable references.
5411double_quote_subst='s/\(["`\\]\)/\\\1/g'
5412
5413# Sed substitution to delay expansion of an escaped shell variable in a
5414# double_quote_subst'ed string.
5415delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5416
5417# Sed substitution to delay expansion of an escaped single quote.
5418delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5419
5420# Sed substitution to avoid accidental globbing in evaled expressions
5421no_glob_subst='s/\*/\\\*/g'
5422
5423ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5424ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5425ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5426
5427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5428$as_echo_n "checking how to print strings... " >&6; }
5429# Test print first, because it will be a builtin if present.
5430if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5431 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5432 ECHO='print -r --'
5433elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5434 ECHO='printf %s\n'
5435else
5436 # Use this function as a fallback that always works.
5437 func_fallback_echo ()
5438 {
5439 eval 'cat <<_LTECHO_EOF
5440$1
5441_LTECHO_EOF'
5442 }
5443 ECHO='func_fallback_echo'
5444fi
5445
5446# func_echo_all arg...
5447# Invoke $ECHO with all args, space-separated.
5448func_echo_all ()
5449{
5450 $ECHO ""
5451}
5452
5453case "$ECHO" in
5454 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5455$as_echo "printf" >&6; } ;;
5456 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5457$as_echo "print -r" >&6; } ;;
5458 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5459$as_echo "cat" >&6; } ;;
5460esac
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
81ecdfbb
RW
5475{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5476$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5477if test "${ac_cv_path_SED+set}" = set; then :
5478 $as_echo_n "(cached) " >&6
7357c5b6 5479else
81ecdfbb
RW
5480 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5481 for ac_i in 1 2 3 4 5 6 7; do
5482 ac_script="$ac_script$as_nl$ac_script"
5483 done
5484 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5485 { ac_script=; unset ac_script;}
5486 if test -z "$SED"; then
5487 ac_path_SED_found=false
5488 # Loop through the user's path and test for each of PROGNAME-LIST
5489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5490for as_dir in $PATH
5491do
5492 IFS=$as_save_IFS
5493 test -z "$as_dir" && as_dir=.
81ecdfbb 5494 for ac_prog in sed gsed; do
7357c5b6 5495 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5496 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5497 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5498# Check for GNU ac_path_SED and select it if it is found.
5499 # Check for GNU $ac_path_SED
5500case `"$ac_path_SED" --version 2>&1` in
5501*GNU*)
5502 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5503*)
5504 ac_count=0
5505 $as_echo_n 0123456789 >"conftest.in"
5506 while :
5507 do
5508 cat "conftest.in" "conftest.in" >"conftest.tmp"
5509 mv "conftest.tmp" "conftest.in"
5510 cp "conftest.in" "conftest.nl"
5511 $as_echo '' >> "conftest.nl"
5512 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5513 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5514 as_fn_arith $ac_count + 1 && ac_count=$as_val
5515 if test $ac_count -gt ${ac_path_SED_max-0}; then
5516 # Best one so far, save it but keep looking for a better one
5517 ac_cv_path_SED="$ac_path_SED"
5518 ac_path_SED_max=$ac_count
5519 fi
5520 # 10*(2^10) chars as input seems more than enough
5521 test $ac_count -gt 10 && break
5522 done
5523 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5524esac
5525
5526 $ac_path_SED_found && break 3
7357c5b6
AM
5527 done
5528 done
81ecdfbb 5529 done
7357c5b6 5530IFS=$as_save_IFS
81ecdfbb
RW
5531 if test -z "$ac_cv_path_SED"; then
5532 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5533 fi
81ecdfbb
RW
5534else
5535 ac_cv_path_SED=$SED
7357c5b6
AM
5536fi
5537
81ecdfbb
RW
5538fi
5539{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5540$as_echo "$ac_cv_path_SED" >&6; }
5541 SED="$ac_cv_path_SED"
5542 rm -f conftest.sed
7357c5b6
AM
5543
5544test -z "$SED" && SED=sed
5545Xsed="$SED -e 1s/^X//"
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
81ecdfbb
RW
5557{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5558$as_echo_n "checking for fgrep... " >&6; }
5559if test "${ac_cv_path_FGREP+set}" = set; then :
5560 $as_echo_n "(cached) " >&6
7357c5b6 5561else
81ecdfbb
RW
5562 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5563 then ac_cv_path_FGREP="$GREP -F"
5564 else
5565 if test -z "$FGREP"; then
5566 ac_path_FGREP_found=false
5567 # Loop through the user's path and test for each of PROGNAME-LIST
5568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5569for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5570do
5571 IFS=$as_save_IFS
5572 test -z "$as_dir" && as_dir=.
5573 for ac_prog in fgrep; do
5574 for ac_exec_ext in '' $ac_executable_extensions; do
5575 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5576 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5577# Check for GNU ac_path_FGREP and select it if it is found.
5578 # Check for GNU $ac_path_FGREP
5579case `"$ac_path_FGREP" --version 2>&1` in
5580*GNU*)
5581 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5582*)
5583 ac_count=0
5584 $as_echo_n 0123456789 >"conftest.in"
5585 while :
5586 do
5587 cat "conftest.in" "conftest.in" >"conftest.tmp"
5588 mv "conftest.tmp" "conftest.in"
5589 cp "conftest.in" "conftest.nl"
5590 $as_echo 'FGREP' >> "conftest.nl"
5591 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5592 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5593 as_fn_arith $ac_count + 1 && ac_count=$as_val
5594 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5595 # Best one so far, save it but keep looking for a better one
5596 ac_cv_path_FGREP="$ac_path_FGREP"
5597 ac_path_FGREP_max=$ac_count
7357c5b6 5598 fi
81ecdfbb
RW
5599 # 10*(2^10) chars as input seems more than enough
5600 test $ac_count -gt 10 && break
5601 done
5602 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5603esac
5604
5605 $ac_path_FGREP_found && break 3
5606 done
5607 done
5608 done
5609IFS=$as_save_IFS
5610 if test -z "$ac_cv_path_FGREP"; then
5611 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5612 fi
5613else
5614 ac_cv_path_FGREP=$FGREP
7357c5b6 5615fi
81ecdfbb
RW
5616
5617 fi
5618fi
5619{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5620$as_echo "$ac_cv_path_FGREP" >&6; }
5621 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5622
5623
5624test -z "$GREP" && GREP=grep
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
81ecdfbb
RW
5644# Check whether --with-gnu-ld was given.
5645if test "${with_gnu_ld+set}" = set; then :
5646 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5647else
5648 with_gnu_ld=no
81ecdfbb
RW
5649fi
5650
7357c5b6
AM
5651ac_prog=ld
5652if test "$GCC" = yes; then
5653 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5655$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5656 case $host in
5657 *-*-mingw*)
5658 # gcc leaves a trailing carriage return which upsets mingw
5659 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5660 *)
5661 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5662 esac
5663 case $ac_prog in
5664 # Accept absolute paths.
5665 [\\/]* | ?:[\\/]*)
5666 re_direlt='/[^/][^/]*/\.\./'
5667 # Canonicalize the pathname of ld
5668 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5669 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
d7040cdb 5670 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
cfbc9945
SE
5671 done
5672 test -z "$LD" && LD="$ac_prog"
5673 ;;
5bd8253d 5674 "")
cfbc9945
SE
5675 # If it fails, then pretend we aren't using GCC.
5676 ac_prog=ld
5bd8253d
L
5677 ;;
5678 *)
cfbc9945
SE
5679 # If it is relative, then search for the first ld in PATH.
5680 with_gnu_ld=unknown
5bd8253d 5681 ;;
cfbc9945
SE
5682 esac
5683elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5685$as_echo_n "checking for GNU ld... " >&6; }
cfbc9945 5686else
81ecdfbb
RW
5687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5688$as_echo_n "checking for non-GNU ld... " >&6; }
cfbc9945 5689fi
81ecdfbb
RW
5690if test "${lt_cv_path_LD+set}" = set; then :
5691 $as_echo_n "(cached) " >&6
cfbc9945
SE
5692else
5693 if test -z "$LD"; then
d7040cdb 5694 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
cfbc9945 5695 for ac_dir in $PATH; do
d7040cdb 5696 IFS="$lt_save_ifs"
cfbc9945
SE
5697 test -z "$ac_dir" && ac_dir=.
5698 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5699 lt_cv_path_LD="$ac_dir/$ac_prog"
5700 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5701 # but apparently some variants of GNU ld only accept -v.
cfbc9945 5702 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5703 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5704 *GNU* | *'with BFD'*)
cfbc9945 5705 test "$with_gnu_ld" != no && break
d7040cdb
SE
5706 ;;
5707 *)
cfbc9945 5708 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5709 ;;
5710 esac
cfbc9945
SE
5711 fi
5712 done
d7040cdb 5713 IFS="$lt_save_ifs"
cfbc9945
SE
5714else
5715 lt_cv_path_LD="$LD" # Let the user override the test with a path.
9e9b66a9 5716fi
1ad12f97
NC
5717fi
5718
cfbc9945
SE
5719LD="$lt_cv_path_LD"
5720if test -n "$LD"; then
81ecdfbb
RW
5721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5722$as_echo "$LD" >&6; }
cfbc9945 5723else
81ecdfbb
RW
5724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5725$as_echo "no" >&6; }
cfbc9945 5726fi
81ecdfbb
RW
5727test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5729$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5730if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5731 $as_echo_n "(cached) " >&6
cfbc9945 5732else
d7040cdb
SE
5733 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5734case `$LD -v 2>&1 </dev/null` in
5735*GNU* | *'with BFD'*)
cfbc9945 5736 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5737 ;;
5738*)
cfbc9945 5739 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5740 ;;
5741esac
49c96104 5742fi
81ecdfbb
RW
5743{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5744$as_echo "$lt_cv_prog_gnu_ld" >&6; }
cfbc9945 5745with_gnu_ld=$lt_cv_prog_gnu_ld
49c96104 5746
9e9b66a9 5747
cfbc9945 5748
d7040cdb
SE
5749
5750
5751
5752
5753
5754
81ecdfbb
RW
5755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5756$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5757if test "${lt_cv_path_NM+set}" = set; then :
5758 $as_echo_n "(cached) " >&6
cfbc9945
SE
5759else
5760 if test -n "$NM"; then
5761 # Let the user override the test.
5762 lt_cv_path_NM="$NM"
5763else
d7040cdb
SE
5764 lt_nm_to_check="${ac_tool_prefix}nm"
5765 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5766 lt_nm_to_check="$lt_nm_to_check nm"
5767 fi
5768 for lt_tmp_nm in $lt_nm_to_check; do
5769 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5770 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5771 IFS="$lt_save_ifs"
5772 test -z "$ac_dir" && ac_dir=.
5773 tmp_nm="$ac_dir/$lt_tmp_nm"
5774 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5775 # Check to see if the nm accepts a BSD-compat flag.
5776 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5777 # nm: unknown option "B" ignored
5778 # Tru64's nm complains that /dev/null is an invalid object file
5779 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5780 */dev/null* | *'Invalid file or object type'*)
5781 lt_cv_path_NM="$tmp_nm -B"
5782 break
5783 ;;
5784 *)
5785 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5786 */dev/null*)
5787 lt_cv_path_NM="$tmp_nm -p"
5788 break
5789 ;;
5790 *)
5791 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5792 continue # so that we can try to find one that supports BSD flags
5793 ;;
5794 esac
5795 ;;
5796 esac
cfbc9945 5797 fi
d7040cdb
SE
5798 done
5799 IFS="$lt_save_ifs"
cfbc9945 5800 done
d7040cdb 5801 : ${lt_cv_path_NM=no}
cfbc9945 5802fi
a2d91340 5803fi
81ecdfbb
RW
5804{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5805$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5806if test "$lt_cv_path_NM" != "no"; then
5807 NM="$lt_cv_path_NM"
cfbc9945 5808else
d7040cdb 5809 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5810 if test -n "$DUMPBIN"; then :
5811 # Let the user override the test.
5812 else
5813 if test -n "$ac_tool_prefix"; then
5814 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5815 do
5816 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5817set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5818{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5819$as_echo_n "checking for $ac_word... " >&6; }
5820if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5821 $as_echo_n "(cached) " >&6
252b5132 5822else
d7040cdb
SE
5823 if test -n "$DUMPBIN"; then
5824 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5825else
5826as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5827for as_dir in $PATH
5828do
5829 IFS=$as_save_IFS
5830 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5831 for ac_exec_ext in '' $ac_executable_extensions; do
5832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5833 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5835 break 2
5836 fi
5837done
81ecdfbb
RW
5838 done
5839IFS=$as_save_IFS
5464f5a1 5840
d7040cdb
SE
5841fi
5842fi
5843DUMPBIN=$ac_cv_prog_DUMPBIN
5844if test -n "$DUMPBIN"; then
81ecdfbb
RW
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5846$as_echo "$DUMPBIN" >&6; }
d7040cdb 5847else
81ecdfbb
RW
5848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5849$as_echo "no" >&6; }
d7040cdb 5850fi
d5fbea21 5851
81ecdfbb 5852
d7040cdb
SE
5853 test -n "$DUMPBIN" && break
5854 done
5855fi
5856if test -z "$DUMPBIN"; then
5857 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5858 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5859do
5860 # Extract the first word of "$ac_prog", so it can be a program name with args.
5861set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5863$as_echo_n "checking for $ac_word... " >&6; }
5864if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5865 $as_echo_n "(cached) " >&6
d7040cdb
SE
5866else
5867 if test -n "$ac_ct_DUMPBIN"; then
5868 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5869else
5870as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5871for as_dir in $PATH
5872do
5873 IFS=$as_save_IFS
5874 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5875 for ac_exec_ext in '' $ac_executable_extensions; do
5876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5877 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5879 break 2
cfbc9945 5880 fi
d7040cdb 5881done
81ecdfbb
RW
5882 done
5883IFS=$as_save_IFS
d5fbea21 5884
d7040cdb
SE
5885fi
5886fi
5887ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5888if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5890$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5891else
81ecdfbb
RW
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5893$as_echo "no" >&6; }
d7040cdb 5894fi
d5fbea21 5895
81ecdfbb 5896
d7040cdb
SE
5897 test -n "$ac_ct_DUMPBIN" && break
5898done
24443139 5899
81ecdfbb
RW
5900 if test "x$ac_ct_DUMPBIN" = x; then
5901 DUMPBIN=":"
5902 else
5903 case $cross_compiling:$ac_tool_warned in
5904yes:)
5905{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5906$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5907ac_tool_warned=yes ;;
5908esac
5909 DUMPBIN=$ac_ct_DUMPBIN
5910 fi
d7040cdb 5911fi
24443139 5912
3725885a
RW
5913 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5914 *COFF*)
5915 DUMPBIN="$DUMPBIN -symbols"
5916 ;;
5917 *)
5918 DUMPBIN=:
5919 ;;
5920 esac
5921 fi
24443139 5922
d7040cdb
SE
5923 if test "$DUMPBIN" != ":"; then
5924 NM="$DUMPBIN"
cfbc9945 5925 fi
d7040cdb
SE
5926fi
5927test -z "$NM" && NM=nm
a703a6ea 5928
f5385ebf 5929
cfbc9945 5930
24443139
AS
5931
5932
5933
81ecdfbb
RW
5934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5935$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5936if test "${lt_cv_nm_interface+set}" = set; then :
5937 $as_echo_n "(cached) " >&6
d7040cdb
SE
5938else
5939 lt_cv_nm_interface="BSD nm"
5940 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5941 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
5942 (eval "$ac_compile" 2>conftest.err)
5943 cat conftest.err >&5
3725885a 5944 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
5945 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5946 cat conftest.err >&5
3725885a 5947 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
5948 cat conftest.out >&5
5949 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5950 lt_cv_nm_interface="MS dumpbin"
5951 fi
5952 rm -f conftest*
cfbc9945 5953fi
81ecdfbb
RW
5954{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5955$as_echo "$lt_cv_nm_interface" >&6; }
a703a6ea 5956
81ecdfbb
RW
5957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5958$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
5959LN_S=$as_ln_s
5960if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5962$as_echo "yes" >&6; }
d7040cdb 5963else
81ecdfbb
RW
5964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5965$as_echo "no, using $LN_S" >&6; }
d7040cdb 5966fi
252b5132 5967
cfbc9945 5968# find the maximum length of command line arguments
81ecdfbb
RW
5969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5970$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5971if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5972 $as_echo_n "(cached) " >&6
cfbc9945
SE
5973else
5974 i=0
5975 teststring="ABCD"
5464f5a1 5976
cfbc9945
SE
5977 case $build_os in
5978 msdosdjgpp*)
5979 # On DJGPP, this test can blow up pretty badly due to problems in libc
5980 # (any single argument exceeding 2000 bytes causes a buffer overrun
5981 # during glob expansion). Even if it were fixed, the result of this
5982 # check would be larger than it should be.
5983 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5984 ;;
5464f5a1 5985
d7040cdb
SE
5986 gnu*)
5987 # Under GNU Hurd, this test is not required because there is
5988 # no limit to the length of command line arguments.
5989 # Libtool will interpret -1 as no limit whatsoever
5990 lt_cv_sys_max_cmd_len=-1;
5991 ;;
5992
718a6fd8 5993 cygwin* | mingw* | cegcc*)
cfbc9945
SE
5994 # On Win9x/ME, this test blows up -- it succeeds, but takes
5995 # about 5 minutes as the teststring grows exponentially.
5996 # Worse, since 9x/ME are not pre-emptively multitasking,
5997 # you end up with a "frozen" computer, even though with patience
5998 # the test eventually succeeds (with a max line length of 256k).
5999 # Instead, let's just punt: use the minimum linelength reported by
6000 # all of the supported platforms: 8192 (on NT/2K/XP).
6001 lt_cv_sys_max_cmd_len=8192;
6002 ;;
5464f5a1 6003
3725885a
RW
6004 mint*)
6005 # On MiNT this can take a long time and run out of memory.
6006 lt_cv_sys_max_cmd_len=8192;
6007 ;;
6008
cfbc9945
SE
6009 amigaos*)
6010 # On AmigaOS with pdksh, this test takes hours, literally.
6011 # So we just punt and use a minimum line length of 8192.
6012 lt_cv_sys_max_cmd_len=8192;
6013 ;;
5464f5a1 6014
cfbc9945
SE
6015 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6016 # This has been around since 386BSD, at least. Likely further.
6017 if test -x /sbin/sysctl; then
6018 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6019 elif test -x /usr/sbin/sysctl; then
6020 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6021 else
d7040cdb 6022 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
cfbc9945
SE
6023 fi
6024 # And add a safety zone
6025 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6026 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6027 ;;
d7040cdb
SE
6028
6029 interix*)
6030 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6031 lt_cv_sys_max_cmd_len=196608
6032 ;;
6033
6034 osf*)
6035 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6036 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6037 # nice to cause kernel panics so lets avoid the loop below.
6038 # First set a reasonable default.
6039 lt_cv_sys_max_cmd_len=16384
6040 #
6041 if test -x /sbin/sysconfig; then
6042 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6043 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6044 esac
6045 fi
6046 ;;
6047 sco3.2v5*)
6048 lt_cv_sys_max_cmd_len=102400
6049 ;;
6050 sysv5* | sco5v6* | sysv4.2uw2*)
6051 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6052 if test -n "$kargmax"; then
6053 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6054 else
6055 lt_cv_sys_max_cmd_len=32768
6056 fi
6057 ;;
6058 *)
718a6fd8
SE
6059 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6060 if test -n "$lt_cv_sys_max_cmd_len"; then
79887925
L
6061 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6062 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6063 else
6064 # Make teststring a little bigger before we do anything with it.
6065 # a 1K string should be a reasonable start.
6066 for i in 1 2 3 4 5 6 7 8 ; do
6067 teststring=$teststring$teststring
6068 done
6069 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6070 # If test is not a shell built-in, we'll probably end up computing a
6071 # maximum length that is only half of the actual maximum length, but
6072 # we can't tell.
3725885a
RW
6073 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6074 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
79887925
L
6075 test $i != 17 # 1/2 MB should be enough
6076 do
6077 i=`expr $i + 1`
6078 teststring=$teststring$teststring
6079 done
6080 # Only check the string length outside the loop.
6081 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6082 teststring=
6083 # Add a significant safety factor because C++ compilers can tack on
6084 # massive amounts of additional arguments before passing them to the
6085 # linker. It appears as though 1/2 is a usable value.
6086 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6087 fi
d7040cdb 6088 ;;
cfbc9945 6089 esac
5464f5a1 6090
252b5132 6091fi
cfbc9945 6092
d7040cdb 6093if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
6094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6095$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5464f5a1 6096else
81ecdfbb
RW
6097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6098$as_echo "none" >&6; }
5464f5a1 6099fi
d7040cdb 6100max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 6101
cfbc9945 6102
252b5132 6103
cfbc9945 6104
cfbc9945 6105
d7040cdb 6106
d7040cdb
SE
6107: ${CP="cp -f"}
6108: ${MV="mv -f"}
6109: ${RM="rm -f"}
6110
81ecdfbb
RW
6111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6112$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
6113# Try some XSI features
6114xsi_shell=no
6115( _lt_dummy="a/b/c"
6116 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
718a6fd8
SE
6117 = c,a/b,, \
6118 && eval 'test $(( 1 + 1 )) -eq 2 \
6119 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 6120 && xsi_shell=yes
81ecdfbb
RW
6121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6122$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
6123
6124
81ecdfbb
RW
6125{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6126$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
6127lt_shell_append=no
6128( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6129 >/dev/null 2>&1 \
6130 && lt_shell_append=yes
81ecdfbb
RW
6131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6132$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
6133
6134
6135if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6136 lt_unset=unset
5464f5a1 6137else
d7040cdb 6138 lt_unset=false
5464f5a1 6139fi
252b5132 6140
d7040cdb
SE
6141
6142
6143
6144
6145# test EBCDIC or ASCII
6146case `echo X|tr X '\101'` in
6147 A) # ASCII based system
6148 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6149 lt_SP2NL='tr \040 \012'
6150 lt_NL2SP='tr \015\012 \040\040'
6151 ;;
6152 *) # EBCDIC based system
6153 lt_SP2NL='tr \100 \n'
6154 lt_NL2SP='tr \r\n \100\100'
6155 ;;
6156esac
6157
6158
6159
6160
6161
6162
6163
6164
6165
81ecdfbb
RW
6166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6167$as_echo_n "checking for $LD option to reload object files... " >&6; }
6168if test "${lt_cv_ld_reload_flag+set}" = set; then :
6169 $as_echo_n "(cached) " >&6
5464f5a1 6170else
d7040cdb
SE
6171 lt_cv_ld_reload_flag='-r'
6172fi
81ecdfbb
RW
6173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6174$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
6175reload_flag=$lt_cv_ld_reload_flag
6176case $reload_flag in
6177"" | " "*) ;;
6178*) reload_flag=" $reload_flag" ;;
6179esac
6180reload_cmds='$LD$reload_flag -o $output$reload_objs'
6181case $host_os in
6182 darwin*)
6183 if test "$GCC" = yes; then
6184 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6185 else
6186 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6187 fi
6188 ;;
6189esac
6190
6191
6192
6193
6194
6195
6196
6197
6198
718a6fd8
SE
6199if test -n "$ac_tool_prefix"; then
6200 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6201set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
6202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6203$as_echo_n "checking for $ac_word... " >&6; }
6204if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6205 $as_echo_n "(cached) " >&6
718a6fd8
SE
6206else
6207 if test -n "$OBJDUMP"; then
6208 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6209else
6210as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6211for as_dir in $PATH
6212do
6213 IFS=$as_save_IFS
6214 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6215 for ac_exec_ext in '' $ac_executable_extensions; do
6216 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6217 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 6218 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6219 break 2
6220 fi
6221done
81ecdfbb
RW
6222 done
6223IFS=$as_save_IFS
718a6fd8
SE
6224
6225fi
6226fi
6227OBJDUMP=$ac_cv_prog_OBJDUMP
6228if test -n "$OBJDUMP"; then
81ecdfbb
RW
6229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6230$as_echo "$OBJDUMP" >&6; }
718a6fd8 6231else
81ecdfbb
RW
6232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6233$as_echo "no" >&6; }
718a6fd8
SE
6234fi
6235
81ecdfbb 6236
718a6fd8
SE
6237fi
6238if test -z "$ac_cv_prog_OBJDUMP"; then
6239 ac_ct_OBJDUMP=$OBJDUMP
6240 # Extract the first word of "objdump", so it can be a program name with args.
6241set dummy objdump; ac_word=$2
81ecdfbb
RW
6242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6243$as_echo_n "checking for $ac_word... " >&6; }
6244if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6245 $as_echo_n "(cached) " >&6
718a6fd8
SE
6246else
6247 if test -n "$ac_ct_OBJDUMP"; then
6248 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6249else
6250as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6251for as_dir in $PATH
6252do
6253 IFS=$as_save_IFS
6254 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6255 for ac_exec_ext in '' $ac_executable_extensions; do
6256 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6257 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6258 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6259 break 2
6260 fi
6261done
81ecdfbb
RW
6262 done
6263IFS=$as_save_IFS
718a6fd8 6264
718a6fd8
SE
6265fi
6266fi
6267ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6268if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6270$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6271else
81ecdfbb
RW
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6273$as_echo "no" >&6; }
718a6fd8
SE
6274fi
6275
81ecdfbb
RW
6276 if test "x$ac_ct_OBJDUMP" = x; then
6277 OBJDUMP="false"
6278 else
6279 case $cross_compiling:$ac_tool_warned in
6280yes:)
6281{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6282$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6283ac_tool_warned=yes ;;
6284esac
6285 OBJDUMP=$ac_ct_OBJDUMP
6286 fi
718a6fd8
SE
6287else
6288 OBJDUMP="$ac_cv_prog_OBJDUMP"
6289fi
6290
6291test -z "$OBJDUMP" && OBJDUMP=objdump
6292
6293
6294
6295
6296
6297
6298
6299
d7040cdb 6300
81ecdfbb
RW
6301{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6302$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6303if test "${lt_cv_deplibs_check_method+set}" = set; then :
6304 $as_echo_n "(cached) " >&6
d7040cdb
SE
6305else
6306 lt_cv_file_magic_cmd='$MAGIC_CMD'
6307lt_cv_file_magic_test_file=
6308lt_cv_deplibs_check_method='unknown'
6309# Need to set the preceding variable on all platforms that support
6310# interlibrary dependencies.
6311# 'none' -- dependencies not supported.
6312# `unknown' -- same as none, but documents that we really don't know.
6313# 'pass_all' -- all dependencies passed with no checks.
6314# 'test_compile' -- check by making test program.
6315# 'file_magic [[regex]]' -- check by looking for files in library path
6316# which responds to the $file_magic_cmd with a given extended regex.
6317# If you have `file' or equivalent on your system and you're not sure
6318# whether `pass_all' will *always* work, you probably want this one.
6319
6320case $host_os in
e81819a5 6321aix[4-9]*)
d7040cdb
SE
6322 lt_cv_deplibs_check_method=pass_all
6323 ;;
6324
6325beos*)
6326 lt_cv_deplibs_check_method=pass_all
6327 ;;
6328
6329bsdi[45]*)
6330 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6331 lt_cv_file_magic_cmd='/usr/bin/file -L'
6332 lt_cv_file_magic_test_file=/shlib/libc.so
6333 ;;
6334
6335cygwin*)
6336 # func_win32_libid is a shell function defined in ltmain.sh
6337 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6338 lt_cv_file_magic_cmd='func_win32_libid'
6339 ;;
6340
6341mingw* | pw32*)
6342 # Base MSYS/MinGW do not provide the 'file' command needed by
6343 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6344 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6345 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6346 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
6347 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6348 lt_cv_file_magic_cmd='func_win32_libid'
6349 else
6350 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6351 lt_cv_file_magic_cmd='$OBJDUMP -f'
6352 fi
6353 ;;
6354
3725885a 6355cegcc*)
718a6fd8
SE
6356 # use the weaker test based on 'objdump'. See mingw*.
6357 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6358 lt_cv_file_magic_cmd='$OBJDUMP -f'
6359 ;;
6360
d7040cdb
SE
6361darwin* | rhapsody*)
6362 lt_cv_deplibs_check_method=pass_all
cfbc9945 6363 ;;
d7040cdb
SE
6364
6365freebsd* | dragonfly*)
6366 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6367 case $host_cpu in
6368 i*86 )
6369 # Not sure whether the presence of OpenBSD here was a mistake.
6370 # Let's accept both of them until this is cleared up.
6371 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6372 lt_cv_file_magic_cmd=/usr/bin/file
6373 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6374 ;;
6375 esac
6376 else
6377 lt_cv_deplibs_check_method=pass_all
6378 fi
6379 ;;
6380
6381gnu*)
6382 lt_cv_deplibs_check_method=pass_all
cfbc9945 6383 ;;
d7040cdb 6384
3725885a
RW
6385haiku*)
6386 lt_cv_deplibs_check_method=pass_all
6387 ;;
6388
d7040cdb
SE
6389hpux10.20* | hpux11*)
6390 lt_cv_file_magic_cmd=/usr/bin/file
6391 case $host_cpu in
6392 ia64*)
6393 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6394 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6395 ;;
6396 hppa*64*)
3725885a 6397 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
6398 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6399 ;;
cfbc9945 6400 *)
3725885a 6401 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6402 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6403 ;;
6404 esac
6405 ;;
6be7c12c 6406
d7040cdb
SE
6407interix[3-9]*)
6408 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6409 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6410 ;;
cfbc9945 6411
d7040cdb
SE
6412irix5* | irix6* | nonstopux*)
6413 case $LD in
6414 *-32|*"-32 ") libmagic=32-bit;;
6415 *-n32|*"-n32 ") libmagic=N32;;
6416 *-64|*"-64 ") libmagic=64-bit;;
6417 *) libmagic=never-match;;
6418 esac
6419 lt_cv_deplibs_check_method=pass_all
cfbc9945 6420 ;;
cfbc9945 6421
d7040cdb 6422# This must be Linux ELF.
58e24671 6423linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6424 lt_cv_deplibs_check_method=pass_all
6425 ;;
5464f5a1 6426
d7040cdb
SE
6427netbsd*)
6428 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6429 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
cfbc9945 6430 else
d7040cdb 6431 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
cfbc9945 6432 fi
d7040cdb
SE
6433 ;;
6434
6435newos6*)
6436 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6437 lt_cv_file_magic_cmd=/usr/bin/file
6438 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6439 ;;
6440
6441*nto* | *qnx*)
6442 lt_cv_deplibs_check_method=pass_all
6443 ;;
cfbc9945 6444
d7040cdb
SE
6445openbsd*)
6446 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6447 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6448 else
6449 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
cfbc9945
SE
6450 fi
6451 ;;
d7040cdb
SE
6452
6453osf3* | osf4* | osf5*)
6454 lt_cv_deplibs_check_method=pass_all
6455 ;;
6456
6457rdos*)
6458 lt_cv_deplibs_check_method=pass_all
6459 ;;
6460
6461solaris*)
6462 lt_cv_deplibs_check_method=pass_all
6463 ;;
6464
6465sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6466 lt_cv_deplibs_check_method=pass_all
6467 ;;
6468
6469sysv4 | sysv4.3*)
6470 case $host_vendor in
6471 motorola)
6472 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]'
6473 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6474 ;;
6475 ncr)
6476 lt_cv_deplibs_check_method=pass_all
6477 ;;
6478 sequent)
6479 lt_cv_file_magic_cmd='/bin/file'
6480 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6481 ;;
6482 sni)
6483 lt_cv_file_magic_cmd='/bin/file'
6484 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6485 lt_cv_file_magic_test_file=/lib/libc.so
6486 ;;
6487 siemens)
6488 lt_cv_deplibs_check_method=pass_all
6489 ;;
6490 pc)
6491 lt_cv_deplibs_check_method=pass_all
6492 ;;
6493 esac
6494 ;;
6495
6496tpf*)
6497 lt_cv_deplibs_check_method=pass_all
6498 ;;
cfbc9945
SE
6499esac
6500
d7040cdb 6501fi
81ecdfbb
RW
6502{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6503$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6504file_magic_cmd=$lt_cv_file_magic_cmd
6505deplibs_check_method=$lt_cv_deplibs_check_method
6506test -z "$deplibs_check_method" && deplibs_check_method=unknown
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518
cfbc9945 6519if test -n "$ac_tool_prefix"; then
d7040cdb
SE
6520 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6521set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6523$as_echo_n "checking for $ac_word... " >&6; }
6524if test "${ac_cv_prog_AR+set}" = set; then :
6525 $as_echo_n "(cached) " >&6
5464f5a1 6526else
d7040cdb
SE
6527 if test -n "$AR"; then
6528 ac_cv_prog_AR="$AR" # Let the user override the test.
5464f5a1
NN
6529else
6530as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6531for as_dir in $PATH
6532do
6533 IFS=$as_save_IFS
6534 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6535 for ac_exec_ext in '' $ac_executable_extensions; do
6536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6537 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6539 break 2
6540 fi
6541done
81ecdfbb
RW
6542 done
6543IFS=$as_save_IFS
5464f5a1
NN
6544
6545fi
6546fi
d7040cdb
SE
6547AR=$ac_cv_prog_AR
6548if test -n "$AR"; then
81ecdfbb
RW
6549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6550$as_echo "$AR" >&6; }
5464f5a1 6551else
81ecdfbb
RW
6552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6553$as_echo "no" >&6; }
5464f5a1
NN
6554fi
6555
81ecdfbb 6556
5464f5a1 6557fi
d7040cdb
SE
6558if test -z "$ac_cv_prog_AR"; then
6559 ac_ct_AR=$AR
6560 # Extract the first word of "ar", so it can be a program name with args.
6561set dummy ar; ac_word=$2
81ecdfbb
RW
6562{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6563$as_echo_n "checking for $ac_word... " >&6; }
6564if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6565 $as_echo_n "(cached) " >&6
252b5132 6566else
d7040cdb
SE
6567 if test -n "$ac_ct_AR"; then
6568 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
252b5132 6569else
5464f5a1
NN
6570as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6571for as_dir in $PATH
6572do
6573 IFS=$as_save_IFS
6574 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6575 for ac_exec_ext in '' $ac_executable_extensions; do
6576 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6577 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6578 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6579 break 2
6580 fi
6581done
81ecdfbb
RW
6582 done
6583IFS=$as_save_IFS
5464f5a1 6584
5464f5a1
NN
6585fi
6586fi
d7040cdb
SE
6587ac_ct_AR=$ac_cv_prog_ac_ct_AR
6588if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6590$as_echo "$ac_ct_AR" >&6; }
d7040cdb 6591else
81ecdfbb
RW
6592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6593$as_echo "no" >&6; }
5464f5a1
NN
6594fi
6595
81ecdfbb
RW
6596 if test "x$ac_ct_AR" = x; then
6597 AR="false"
6598 else
6599 case $cross_compiling:$ac_tool_warned in
6600yes:)
6601{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6602$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6603ac_tool_warned=yes ;;
6604esac
6605 AR=$ac_ct_AR
6606 fi
cfbc9945 6607else
d7040cdb 6608 AR="$ac_cv_prog_AR"
5464f5a1 6609fi
cfbc9945 6610
d7040cdb
SE
6611test -z "$AR" && AR=ar
6612test -z "$AR_FLAGS" && AR_FLAGS=cru
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623
cfbc9945
SE
6624if test -n "$ac_tool_prefix"; then
6625 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6626set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6627{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6628$as_echo_n "checking for $ac_word... " >&6; }
6629if test "${ac_cv_prog_STRIP+set}" = set; then :
6630 $as_echo_n "(cached) " >&6
5464f5a1 6631else
cfbc9945
SE
6632 if test -n "$STRIP"; then
6633 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5464f5a1
NN
6634else
6635as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6636for as_dir in $PATH
6637do
6638 IFS=$as_save_IFS
6639 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6640 for ac_exec_ext in '' $ac_executable_extensions; do
6641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 6642 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6643 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6644 break 2
6645 fi
6646done
81ecdfbb
RW
6647 done
6648IFS=$as_save_IFS
5464f5a1
NN
6649
6650fi
6651fi
cfbc9945
SE
6652STRIP=$ac_cv_prog_STRIP
6653if test -n "$STRIP"; then
81ecdfbb
RW
6654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6655$as_echo "$STRIP" >&6; }
5464f5a1 6656else
81ecdfbb
RW
6657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6658$as_echo "no" >&6; }
5464f5a1
NN
6659fi
6660
81ecdfbb 6661
252b5132 6662fi
cfbc9945
SE
6663if test -z "$ac_cv_prog_STRIP"; then
6664 ac_ct_STRIP=$STRIP
6665 # Extract the first word of "strip", so it can be a program name with args.
6666set dummy strip; ac_word=$2
81ecdfbb
RW
6667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6668$as_echo_n "checking for $ac_word... " >&6; }
6669if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6670 $as_echo_n "(cached) " >&6
5464f5a1 6671else
cfbc9945
SE
6672 if test -n "$ac_ct_STRIP"; then
6673 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5464f5a1
NN
6674else
6675as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6676for as_dir in $PATH
6677do
6678 IFS=$as_save_IFS
6679 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6680 for ac_exec_ext in '' $ac_executable_extensions; do
6681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 6682 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6684 break 2
6685 fi
6686done
81ecdfbb
RW
6687 done
6688IFS=$as_save_IFS
5464f5a1
NN
6689
6690fi
6691fi
cfbc9945
SE
6692ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6693if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6695$as_echo "$ac_ct_STRIP" >&6; }
5464f5a1 6696else
81ecdfbb
RW
6697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6698$as_echo "no" >&6; }
5464f5a1
NN
6699fi
6700
81ecdfbb
RW
6701 if test "x$ac_ct_STRIP" = x; then
6702 STRIP=":"
6703 else
6704 case $cross_compiling:$ac_tool_warned in
6705yes:)
6706{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6707$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6708ac_tool_warned=yes ;;
6709esac
6710 STRIP=$ac_ct_STRIP
6711 fi
cfbc9945
SE
6712else
6713 STRIP="$ac_cv_prog_STRIP"
5464f5a1
NN
6714fi
6715
d7040cdb 6716test -z "$STRIP" && STRIP=:
5464f5a1 6717
cfbc9945
SE
6718
6719
cfbc9945 6720
cfbc9945
SE
6721
6722
d7040cdb
SE
6723if test -n "$ac_tool_prefix"; then
6724 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6725set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6727$as_echo_n "checking for $ac_word... " >&6; }
6728if test "${ac_cv_prog_RANLIB+set}" = set; then :
6729 $as_echo_n "(cached) " >&6
cfbc9945 6730else
d7040cdb
SE
6731 if test -n "$RANLIB"; then
6732 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6733else
6734as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6735for as_dir in $PATH
6736do
6737 IFS=$as_save_IFS
6738 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6739 for ac_exec_ext in '' $ac_executable_extensions; do
6740 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6741 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6743 break 2
cfbc9945 6744 fi
d7040cdb 6745done
81ecdfbb
RW
6746 done
6747IFS=$as_save_IFS
cfbc9945 6748
d7040cdb
SE
6749fi
6750fi
6751RANLIB=$ac_cv_prog_RANLIB
6752if test -n "$RANLIB"; then
81ecdfbb
RW
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6754$as_echo "$RANLIB" >&6; }
d7040cdb 6755else
81ecdfbb
RW
6756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6757$as_echo "no" >&6; }
d7040cdb 6758fi
cfbc9945 6759
81ecdfbb 6760
d7040cdb
SE
6761fi
6762if test -z "$ac_cv_prog_RANLIB"; then
6763 ac_ct_RANLIB=$RANLIB
6764 # Extract the first word of "ranlib", so it can be a program name with args.
6765set dummy ranlib; ac_word=$2
81ecdfbb
RW
6766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6767$as_echo_n "checking for $ac_word... " >&6; }
6768if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6769 $as_echo_n "(cached) " >&6
d7040cdb
SE
6770else
6771 if test -n "$ac_ct_RANLIB"; then
6772 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6773else
6774as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6775for as_dir in $PATH
6776do
6777 IFS=$as_save_IFS
6778 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6779 for ac_exec_ext in '' $ac_executable_extensions; do
6780 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6781 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6782 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6783 break 2
cfbc9945 6784 fi
d7040cdb 6785done
81ecdfbb
RW
6786 done
6787IFS=$as_save_IFS
cfbc9945 6788
d7040cdb
SE
6789fi
6790fi
6791ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6792if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6794$as_echo "$ac_ct_RANLIB" >&6; }
cfbc9945 6795else
81ecdfbb
RW
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6797$as_echo "no" >&6; }
d7040cdb 6798fi
5464f5a1 6799
81ecdfbb
RW
6800 if test "x$ac_ct_RANLIB" = x; then
6801 RANLIB=":"
6802 else
6803 case $cross_compiling:$ac_tool_warned in
6804yes:)
6805{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6806$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6807ac_tool_warned=yes ;;
6808esac
6809 RANLIB=$ac_ct_RANLIB
6810 fi
d7040cdb
SE
6811else
6812 RANLIB="$ac_cv_prog_RANLIB"
6813fi
5464f5a1 6814
d7040cdb 6815test -z "$RANLIB" && RANLIB=:
5464f5a1 6816
5464f5a1 6817
5464f5a1 6818
cfbc9945 6819
cfbc9945 6820
d7040cdb
SE
6821
6822# Determine commands to create old-style static archives.
718a6fd8 6823old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6824old_postinstall_cmds='chmod 644 $oldlib'
6825old_postuninstall_cmds=
6826
6827if test -n "$RANLIB"; then
6828 case $host_os in
6829 openbsd*)
6830 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6831 ;;
6832 *)
6833 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6834 ;;
6835 esac
6836 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
cfbc9945 6837fi
cfbc9945 6838
3725885a
RW
6839case $host_os in
6840 darwin*)
6841 lock_old_archive_extraction=yes ;;
6842 *)
6843 lock_old_archive_extraction=no ;;
6844esac
6845
6846
6847
6848
6849
6850
cfbc9945 6851
cfbc9945
SE
6852
6853
cfbc9945 6854
cfbc9945 6855
cfbc9945 6856
cfbc9945 6857
cfbc9945
SE
6858
6859
cfbc9945 6860
cfbc9945 6861
cfbc9945
SE
6862
6863
6864
6865
6866
6867
6868
5464f5a1 6869
5464f5a1 6870
cfbc9945
SE
6871
6872
6873
5464f5a1 6874
5464f5a1 6875
cfbc9945
SE
6876
6877
6878
5464f5a1 6879
cfbc9945
SE
6880
6881
6882
6883
d7040cdb
SE
6884# If no C compiler was specified, use CC.
6885LTCC=${LTCC-"$CC"}
cfbc9945 6886
d7040cdb
SE
6887# If no C compiler flags were specified, use CFLAGS.
6888LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
cfbc9945 6889
d7040cdb
SE
6890# Allow CC to be a program name with arguments.
6891compiler=$CC
cfbc9945 6892
cfbc9945 6893
d7040cdb 6894# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6895{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6896$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6897if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6898 $as_echo_n "(cached) " >&6
d7040cdb 6899else
5464f5a1 6900
d7040cdb
SE
6901# These are sane defaults that work on at least a few old systems.
6902# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5464f5a1 6903
d7040cdb
SE
6904# Character class describing NM global symbol codes.
6905symcode='[BCDEGRST]'
6906
6907# Regexp to match symbols that can be accessed directly from C.
6908sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6909
6910# Define system-specific variables.
6911case $host_os in
6912aix*)
6913 symcode='[BCDT]'
6914 ;;
718a6fd8 6915cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6916 symcode='[ABCDGISTW]'
6917 ;;
6918hpux*)
6919 if test "$host_cpu" = ia64; then
6920 symcode='[ABCDEGRST]'
6921 fi
6922 ;;
6923irix* | nonstopux*)
6924 symcode='[BCDEGRST]'
6925 ;;
6926osf*)
6927 symcode='[BCDEGQRST]'
6928 ;;
6929solaris*)
6930 symcode='[BDRT]'
6931 ;;
6932sco3.2v5*)
6933 symcode='[DT]'
6934 ;;
6935sysv4.2uw2*)
6936 symcode='[DT]'
6937 ;;
6938sysv5* | sco5v6* | unixware* | OpenUNIX*)
6939 symcode='[ABDT]'
6940 ;;
6941sysv4)
6942 symcode='[DFNSTU]'
6943 ;;
cfbc9945 6944esac
5464f5a1 6945
d7040cdb
SE
6946# If we're using GNU nm, then use its standard symbol codes.
6947case `$NM -V 2>&1` in
6948*GNU* | *'with BFD'*)
6949 symcode='[ABCDGIRSTW]' ;;
6950esac
5464f5a1 6951
d7040cdb
SE
6952# Transform an extracted symbol line into a proper C declaration.
6953# Some systems (esp. on ia64) link data and code symbols differently,
6954# so use this general approach.
6955lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5464f5a1 6956
d7040cdb
SE
6957# Transform an extracted symbol line into symbol name and symbol address
6958lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
718a6fd8 6959lt_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 6960
d7040cdb
SE
6961# Handle CRLF in mingw tool chain
6962opt_cr=
6963case $build_os in
6964mingw*)
6965 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6966 ;;
6967esac
5464f5a1 6968
d7040cdb
SE
6969# Try without a prefix underscore, then with it.
6970for ac_symprfx in "" "_"; do
6971
6972 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6973 symxfrm="\\1 $ac_symprfx\\2 \\2"
6974
6975 # Write the raw and C identifiers.
6976 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6977 # Fake it for dumpbin and say T for any non-static function
6978 # and D for any global variable.
6979 # Also find C++ and __fastcall symbols from MSVC++,
6980 # which start with @ or ?.
6981 lt_cv_sys_global_symbol_pipe="$AWK '"\
6982" {last_section=section; section=\$ 3};"\
6983" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6984" \$ 0!~/External *\|/{next};"\
6985" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6986" {if(hide[section]) next};"\
6987" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6988" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6989" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6990" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6991" ' prfx=^$ac_symprfx"
6992 else
6993 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6994 fi
cfbc9945 6995
d7040cdb
SE
6996 # Check to see that the pipe works correctly.
6997 pipe_works=no
cfbc9945 6998
d7040cdb
SE
6999 rm -f conftest*
7000 cat > conftest.$ac_ext <<_LT_EOF
7001#ifdef __cplusplus
7002extern "C" {
7003#endif
7004char nm_test_var;
7005void nm_test_func(void);
7006void nm_test_func(void){}
7007#ifdef __cplusplus
7008}
7009#endif
7010int main(){nm_test_var='a';nm_test_func();return(0);}
7011_LT_EOF
cfbc9945 7012
81ecdfbb 7013 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7014 (eval $ac_compile) 2>&5
7015 ac_status=$?
81ecdfbb
RW
7016 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7017 test $ac_status = 0; }; then
d7040cdb
SE
7018 # Now try to grab the symbols.
7019 nlist=conftest.nm
3725885a
RW
7020 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7021 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
d7040cdb 7022 ac_status=$?
81ecdfbb
RW
7023 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7024 test $ac_status = 0; } && test -s "$nlist"; then
d7040cdb
SE
7025 # Try sorting and uniquifying the output.
7026 if sort "$nlist" | uniq > "$nlist"T; then
7027 mv -f "$nlist"T "$nlist"
7028 else
7029 rm -f "$nlist"T
7030 fi
cfbc9945 7031
d7040cdb
SE
7032 # Make sure that we snagged all the symbols we need.
7033 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7034 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7035 cat <<_LT_EOF > conftest.$ac_ext
7036#ifdef __cplusplus
7037extern "C" {
7038#endif
cfbc9945 7039
d7040cdb
SE
7040_LT_EOF
7041 # Now generate the symbol file.
7042 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5464f5a1 7043
d7040cdb 7044 cat <<_LT_EOF >> conftest.$ac_ext
cfbc9945 7045
d7040cdb
SE
7046/* The mapping between symbol names and symbols. */
7047const struct {
7048 const char *name;
7049 void *address;
7050}
7051lt__PROGRAM__LTX_preloaded_symbols[] =
7052{
7053 { "@PROGRAM@", (void *) 0 },
7054_LT_EOF
7055 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7056 cat <<\_LT_EOF >> conftest.$ac_ext
7057 {0, (void *) 0}
7058};
7059
7060/* This works around a problem in FreeBSD linker */
7061#ifdef FREEBSD_WORKAROUND
7062static const void *lt_preloaded_setup() {
7063 return lt__PROGRAM__LTX_preloaded_symbols;
7064}
7065#endif
cfbc9945 7066
d7040cdb
SE
7067#ifdef __cplusplus
7068}
7069#endif
7070_LT_EOF
7071 # Now try linking the two files.
7072 mv conftest.$ac_objext conftstm.$ac_objext
7073 lt_save_LIBS="$LIBS"
7074 lt_save_CFLAGS="$CFLAGS"
7075 LIBS="conftstm.$ac_objext"
7076 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 7077 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
7078 (eval $ac_link) 2>&5
7079 ac_status=$?
81ecdfbb
RW
7080 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7081 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
d7040cdb
SE
7082 pipe_works=yes
7083 fi
7084 LIBS="$lt_save_LIBS"
7085 CFLAGS="$lt_save_CFLAGS"
7086 else
7087 echo "cannot find nm_test_func in $nlist" >&5
7088 fi
7089 else
7090 echo "cannot find nm_test_var in $nlist" >&5
7091 fi
7092 else
7093 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7094 fi
7095 else
7096 echo "$progname: failed program was:" >&5
7097 cat conftest.$ac_ext >&5
7098 fi
718a6fd8 7099 rm -rf conftest* conftst*
cfbc9945 7100
d7040cdb
SE
7101 # Do not use the global_symbol_pipe unless it works.
7102 if test "$pipe_works" = yes; then
7103 break
7104 else
7105 lt_cv_sys_global_symbol_pipe=
7106 fi
7107done
cfbc9945 7108
252b5132 7109fi
5464f5a1 7110
d7040cdb
SE
7111if test -z "$lt_cv_sys_global_symbol_pipe"; then
7112 lt_cv_sys_global_symbol_to_cdecl=
7113fi
7114if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
7115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7116$as_echo "failed" >&6; }
b3baf5d0 7117else
81ecdfbb
RW
7118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7119$as_echo "ok" >&6; }
d7040cdb 7120fi
5464f5a1 7121
cfbc9945 7122
b3baf5d0 7123
cfbc9945
SE
7124
7125
7126
7127
5464f5a1 7128
4a2a2686
HPN
7129
7130
7131
cfbc9945
SE
7132
7133
cfbc9945 7134
cfbc9945 7135
718a6fd8
SE
7136
7137
7138
7139
7140
9d7cbccd 7141
20e95c23 7142
81ecdfbb
RW
7143# Check whether --enable-libtool-lock was given.
7144if test "${enable_libtool_lock+set}" = set; then :
7145 enableval=$enable_libtool_lock;
7146fi
20e95c23 7147
d7040cdb 7148test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
20e95c23 7149
d7040cdb
SE
7150# Some flags need to be propagated to the compiler or linker for good
7151# libtool support.
7152case $host in
7153ia64-*-hpux*)
7154 # Find out which ABI we are using.
7155 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7156 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7157 (eval $ac_compile) 2>&5
7158 ac_status=$?
81ecdfbb
RW
7159 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7160 test $ac_status = 0; }; then
d7040cdb
SE
7161 case `/usr/bin/file conftest.$ac_objext` in
7162 *ELF-32*)
7163 HPUX_IA64_MODE="32"
7164 ;;
7165 *ELF-64*)
7166 HPUX_IA64_MODE="64"
7167 ;;
20e95c23 7168 esac
d7040cdb
SE
7169 fi
7170 rm -rf conftest*
7171 ;;
7172*-*-irix6*)
7173 # Find out which ABI we are using.
3725885a 7174 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 7175 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7176 (eval $ac_compile) 2>&5
7177 ac_status=$?
81ecdfbb
RW
7178 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7179 test $ac_status = 0; }; then
d7040cdb
SE
7180 if test "$lt_cv_prog_gnu_ld" = yes; then
7181 case `/usr/bin/file conftest.$ac_objext` in
7182 *32-bit*)
7183 LD="${LD-ld} -melf32bsmip"
7184 ;;
7185 *N32*)
7186 LD="${LD-ld} -melf32bmipn32"
7187 ;;
7188 *64-bit*)
7189 LD="${LD-ld} -melf64bmip"
7190 ;;
7191 esac
20e95c23 7192 else
d7040cdb
SE
7193 case `/usr/bin/file conftest.$ac_objext` in
7194 *32-bit*)
7195 LD="${LD-ld} -32"
7196 ;;
7197 *N32*)
7198 LD="${LD-ld} -n32"
7199 ;;
7200 *64-bit*)
7201 LD="${LD-ld} -64"
7202 ;;
20e95c23
DJ
7203 esac
7204 fi
d7040cdb
SE
7205 fi
7206 rm -rf conftest*
7207 ;;
20e95c23 7208
cc9afea3 7209x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
d7040cdb
SE
7210s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7211 # Find out which ABI we are using.
7212 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7213 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7214 (eval $ac_compile) 2>&5
7215 ac_status=$?
81ecdfbb
RW
7216 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7217 test $ac_status = 0; }; then
d7040cdb
SE
7218 case `/usr/bin/file conftest.o` in
7219 *32-bit*)
7220 case $host in
7221 x86_64-*kfreebsd*-gnu)
7222 LD="${LD-ld} -m elf_i386_fbsd"
7223 ;;
7224 x86_64-*linux*)
6d2920c8
L
7225 case `/usr/bin/file conftest.o` in
7226 *x86-64*)
7227 LD="${LD-ld} -m elf32_x86_64"
7228 ;;
7229 *)
7230 LD="${LD-ld} -m elf_i386"
7231 ;;
7232 esac
d7040cdb 7233 ;;
cc9afea3
AM
7234 powerpc64le-*linux*)
7235 LD="${LD-ld} -m elf32lppclinux"
7236 ;;
7237 powerpc64-*linux*)
d7040cdb
SE
7238 LD="${LD-ld} -m elf32ppclinux"
7239 ;;
7240 s390x-*linux*)
7241 LD="${LD-ld} -m elf_s390"
7242 ;;
7243 sparc64-*linux*)
7244 LD="${LD-ld} -m elf32_sparc"
7245 ;;
7246 esac
7247 ;;
7248 *64-bit*)
7249 case $host in
7250 x86_64-*kfreebsd*-gnu)
7251 LD="${LD-ld} -m elf_x86_64_fbsd"
7252 ;;
7253 x86_64-*linux*)
7254 LD="${LD-ld} -m elf_x86_64"
7255 ;;
cc9afea3
AM
7256 powerpcle-*linux*)
7257 LD="${LD-ld} -m elf64lppc"
7258 ;;
7259 powerpc-*linux*)
d7040cdb
SE
7260 LD="${LD-ld} -m elf64ppc"
7261 ;;
7262 s390*-*linux*|s390*-*tpf*)
7263 LD="${LD-ld} -m elf64_s390"
7264 ;;
7265 sparc*-*linux*)
7266 LD="${LD-ld} -m elf64_sparc"
7267 ;;
7268 esac
7269 ;;
20e95c23
DJ
7270 esac
7271 fi
d7040cdb 7272 rm -rf conftest*
7357c5b6 7273 ;;
d7040cdb 7274
7357c5b6
AM
7275*-*-sco3.2v5*)
7276 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7277 SAVE_CFLAGS="$CFLAGS"
7278 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7280$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7281if test "${lt_cv_cc_needs_belf+set}" = set; then :
7282 $as_echo_n "(cached) " >&6
d7040cdb 7283else
7357c5b6
AM
7284 ac_ext=c
7285ac_cpp='$CPP $CPPFLAGS'
7286ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7287ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7288ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7289
81ecdfbb 7290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 7291/* end confdefs.h. */
d7040cdb 7292
d7040cdb
SE
7293int
7294main ()
7295{
7357c5b6
AM
7296
7297 ;
7298 return 0;
d7040cdb
SE
7299}
7300_ACEOF
81ecdfbb 7301if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7302 lt_cv_cc_needs_belf=yes
d7040cdb 7303else
81ecdfbb 7304 lt_cv_cc_needs_belf=no
d7040cdb 7305fi
81ecdfbb
RW
7306rm -f core conftest.err conftest.$ac_objext \
7307 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7308 ac_ext=c
7309ac_cpp='$CPP $CPPFLAGS'
7310ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7311ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7312ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
7313
7314fi
81ecdfbb
RW
7315{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7316$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
7317 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7318 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7319 CFLAGS="$SAVE_CFLAGS"
7320 fi
7321 ;;
7322sparc*-*solaris*)
7323 # Find out which ABI we are using.
7324 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7325 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7326 (eval $ac_compile) 2>&5
7327 ac_status=$?
81ecdfbb
RW
7328 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7329 test $ac_status = 0; }; then
7357c5b6
AM
7330 case `/usr/bin/file conftest.o` in
7331 *64-bit*)
7332 case $lt_cv_prog_gnu_ld in
7333 yes*) LD="${LD-ld} -m elf64_sparc" ;;
718a6fd8
SE
7334 *)
7335 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7336 LD="${LD-ld} -64"
7337 fi
7338 ;;
7357c5b6
AM
7339 esac
7340 ;;
7341 esac
7342 fi
7343 rm -rf conftest*
7344 ;;
7345esac
d7040cdb 7346
7357c5b6 7347need_locks="$enable_libtool_lock"
d7040cdb
SE
7348
7349
718a6fd8
SE
7350 case $host_os in
7351 rhapsody* | darwin*)
7352 if test -n "$ac_tool_prefix"; then
7353 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7354set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7355{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7356$as_echo_n "checking for $ac_word... " >&6; }
7357if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7358 $as_echo_n "(cached) " >&6
718a6fd8
SE
7359else
7360 if test -n "$DSYMUTIL"; then
7361 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7362else
7363as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7364for as_dir in $PATH
7365do
7366 IFS=$as_save_IFS
7367 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7368 for ac_exec_ext in '' $ac_executable_extensions; do
7369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7370 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7372 break 2
7373 fi
7374done
81ecdfbb
RW
7375 done
7376IFS=$as_save_IFS
718a6fd8
SE
7377
7378fi
7379fi
7380DSYMUTIL=$ac_cv_prog_DSYMUTIL
7381if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7383$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7384else
81ecdfbb
RW
7385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7386$as_echo "no" >&6; }
718a6fd8
SE
7387fi
7388
81ecdfbb 7389
718a6fd8
SE
7390fi
7391if test -z "$ac_cv_prog_DSYMUTIL"; then
7392 ac_ct_DSYMUTIL=$DSYMUTIL
7393 # Extract the first word of "dsymutil", so it can be a program name with args.
7394set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7395{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7396$as_echo_n "checking for $ac_word... " >&6; }
7397if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7398 $as_echo_n "(cached) " >&6
718a6fd8
SE
7399else
7400 if test -n "$ac_ct_DSYMUTIL"; then
7401 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7402else
7403as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7404for as_dir in $PATH
7405do
7406 IFS=$as_save_IFS
7407 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7408 for ac_exec_ext in '' $ac_executable_extensions; do
7409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7410 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7412 break 2
7413 fi
7414done
81ecdfbb
RW
7415 done
7416IFS=$as_save_IFS
718a6fd8 7417
718a6fd8
SE
7418fi
7419fi
7420ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7421if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7423$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7424else
81ecdfbb
RW
7425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7426$as_echo "no" >&6; }
718a6fd8
SE
7427fi
7428
81ecdfbb
RW
7429 if test "x$ac_ct_DSYMUTIL" = x; then
7430 DSYMUTIL=":"
7431 else
7432 case $cross_compiling:$ac_tool_warned in
7433yes:)
7434{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7435$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7436ac_tool_warned=yes ;;
7437esac
7438 DSYMUTIL=$ac_ct_DSYMUTIL
7439 fi
718a6fd8
SE
7440else
7441 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7442fi
7443
7444 if test -n "$ac_tool_prefix"; then
7445 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7446set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7447{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7448$as_echo_n "checking for $ac_word... " >&6; }
7449if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7450 $as_echo_n "(cached) " >&6
718a6fd8
SE
7451else
7452 if test -n "$NMEDIT"; then
7453 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7454else
7455as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7456for as_dir in $PATH
7457do
7458 IFS=$as_save_IFS
7459 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7460 for ac_exec_ext in '' $ac_executable_extensions; do
7461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7462 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7464 break 2
7465 fi
7466done
81ecdfbb
RW
7467 done
7468IFS=$as_save_IFS
718a6fd8
SE
7469
7470fi
7471fi
7472NMEDIT=$ac_cv_prog_NMEDIT
7473if test -n "$NMEDIT"; then
81ecdfbb
RW
7474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7475$as_echo "$NMEDIT" >&6; }
718a6fd8 7476else
81ecdfbb
RW
7477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7478$as_echo "no" >&6; }
718a6fd8
SE
7479fi
7480
81ecdfbb 7481
718a6fd8
SE
7482fi
7483if test -z "$ac_cv_prog_NMEDIT"; then
7484 ac_ct_NMEDIT=$NMEDIT
7485 # Extract the first word of "nmedit", so it can be a program name with args.
7486set dummy nmedit; ac_word=$2
81ecdfbb
RW
7487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7488$as_echo_n "checking for $ac_word... " >&6; }
7489if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7490 $as_echo_n "(cached) " >&6
718a6fd8
SE
7491else
7492 if test -n "$ac_ct_NMEDIT"; then
7493 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7494else
7495as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7496for as_dir in $PATH
7497do
7498 IFS=$as_save_IFS
7499 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7500 for ac_exec_ext in '' $ac_executable_extensions; do
7501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7502 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7504 break 2
7505 fi
7506done
81ecdfbb
RW
7507 done
7508IFS=$as_save_IFS
718a6fd8 7509
718a6fd8
SE
7510fi
7511fi
7512ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7513if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7515$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7516else
81ecdfbb
RW
7517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7518$as_echo "no" >&6; }
718a6fd8
SE
7519fi
7520
81ecdfbb
RW
7521 if test "x$ac_ct_NMEDIT" = x; then
7522 NMEDIT=":"
7523 else
7524 case $cross_compiling:$ac_tool_warned in
7525yes:)
7526{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7527$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7528ac_tool_warned=yes ;;
7529esac
7530 NMEDIT=$ac_ct_NMEDIT
7531 fi
718a6fd8
SE
7532else
7533 NMEDIT="$ac_cv_prog_NMEDIT"
7534fi
7535
7536 if test -n "$ac_tool_prefix"; then
7537 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7538set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7540$as_echo_n "checking for $ac_word... " >&6; }
7541if test "${ac_cv_prog_LIPO+set}" = set; then :
7542 $as_echo_n "(cached) " >&6
718a6fd8
SE
7543else
7544 if test -n "$LIPO"; then
7545 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7546else
7547as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7548for as_dir in $PATH
7549do
7550 IFS=$as_save_IFS
7551 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7552 for ac_exec_ext in '' $ac_executable_extensions; do
7553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7554 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7556 break 2
7557 fi
7558done
81ecdfbb
RW
7559 done
7560IFS=$as_save_IFS
718a6fd8
SE
7561
7562fi
7563fi
7564LIPO=$ac_cv_prog_LIPO
7565if test -n "$LIPO"; then
81ecdfbb
RW
7566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7567$as_echo "$LIPO" >&6; }
718a6fd8 7568else
81ecdfbb
RW
7569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7570$as_echo "no" >&6; }
718a6fd8
SE
7571fi
7572
81ecdfbb 7573
718a6fd8
SE
7574fi
7575if test -z "$ac_cv_prog_LIPO"; then
7576 ac_ct_LIPO=$LIPO
7577 # Extract the first word of "lipo", so it can be a program name with args.
7578set dummy lipo; ac_word=$2
81ecdfbb
RW
7579{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7580$as_echo_n "checking for $ac_word... " >&6; }
7581if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7582 $as_echo_n "(cached) " >&6
718a6fd8
SE
7583else
7584 if test -n "$ac_ct_LIPO"; then
7585 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7586else
7587as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7588for as_dir in $PATH
7589do
7590 IFS=$as_save_IFS
7591 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7592 for ac_exec_ext in '' $ac_executable_extensions; do
7593 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7594 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7596 break 2
7597 fi
7598done
81ecdfbb
RW
7599 done
7600IFS=$as_save_IFS
718a6fd8 7601
718a6fd8
SE
7602fi
7603fi
7604ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7605if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7607$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7608else
81ecdfbb
RW
7609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7610$as_echo "no" >&6; }
718a6fd8
SE
7611fi
7612
81ecdfbb
RW
7613 if test "x$ac_ct_LIPO" = x; then
7614 LIPO=":"
7615 else
7616 case $cross_compiling:$ac_tool_warned in
7617yes:)
7618{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7619$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7620ac_tool_warned=yes ;;
7621esac
7622 LIPO=$ac_ct_LIPO
7623 fi
7624else
718a6fd8
SE
7625 LIPO="$ac_cv_prog_LIPO"
7626fi
7627
7628 if test -n "$ac_tool_prefix"; then
7629 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7630set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7632$as_echo_n "checking for $ac_word... " >&6; }
7633if test "${ac_cv_prog_OTOOL+set}" = set; then :
7634 $as_echo_n "(cached) " >&6
718a6fd8
SE
7635else
7636 if test -n "$OTOOL"; then
7637 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7638else
7639as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7640for as_dir in $PATH
7641do
7642 IFS=$as_save_IFS
7643 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7644 for ac_exec_ext in '' $ac_executable_extensions; do
7645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7646 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7648 break 2
7649 fi
7650done
81ecdfbb
RW
7651 done
7652IFS=$as_save_IFS
718a6fd8
SE
7653
7654fi
7655fi
7656OTOOL=$ac_cv_prog_OTOOL
7657if test -n "$OTOOL"; then
81ecdfbb
RW
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7659$as_echo "$OTOOL" >&6; }
718a6fd8 7660else
81ecdfbb
RW
7661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7662$as_echo "no" >&6; }
718a6fd8
SE
7663fi
7664
81ecdfbb 7665
718a6fd8
SE
7666fi
7667if test -z "$ac_cv_prog_OTOOL"; then
7668 ac_ct_OTOOL=$OTOOL
7669 # Extract the first word of "otool", so it can be a program name with args.
7670set dummy otool; ac_word=$2
81ecdfbb
RW
7671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7672$as_echo_n "checking for $ac_word... " >&6; }
7673if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7674 $as_echo_n "(cached) " >&6
718a6fd8
SE
7675else
7676 if test -n "$ac_ct_OTOOL"; then
7677 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7678else
7679as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7680for as_dir in $PATH
7681do
7682 IFS=$as_save_IFS
7683 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7684 for ac_exec_ext in '' $ac_executable_extensions; do
7685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7686 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7688 break 2
7689 fi
7690done
81ecdfbb
RW
7691 done
7692IFS=$as_save_IFS
718a6fd8 7693
718a6fd8
SE
7694fi
7695fi
7696ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7697if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7699$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7700else
81ecdfbb
RW
7701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7702$as_echo "no" >&6; }
718a6fd8
SE
7703fi
7704
81ecdfbb
RW
7705 if test "x$ac_ct_OTOOL" = x; then
7706 OTOOL=":"
7707 else
7708 case $cross_compiling:$ac_tool_warned in
7709yes:)
7710{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7711$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7712ac_tool_warned=yes ;;
7713esac
7714 OTOOL=$ac_ct_OTOOL
7715 fi
718a6fd8
SE
7716else
7717 OTOOL="$ac_cv_prog_OTOOL"
7718fi
7719
7720 if test -n "$ac_tool_prefix"; then
7721 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7722set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7724$as_echo_n "checking for $ac_word... " >&6; }
7725if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7726 $as_echo_n "(cached) " >&6
718a6fd8
SE
7727else
7728 if test -n "$OTOOL64"; then
7729 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7730else
7731as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7732for as_dir in $PATH
7733do
7734 IFS=$as_save_IFS
7735 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7736 for ac_exec_ext in '' $ac_executable_extensions; do
7737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7738 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7740 break 2
7741 fi
7742done
81ecdfbb
RW
7743 done
7744IFS=$as_save_IFS
718a6fd8
SE
7745
7746fi
7747fi
7748OTOOL64=$ac_cv_prog_OTOOL64
7749if test -n "$OTOOL64"; then
81ecdfbb
RW
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7751$as_echo "$OTOOL64" >&6; }
718a6fd8 7752else
81ecdfbb
RW
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7754$as_echo "no" >&6; }
718a6fd8
SE
7755fi
7756
81ecdfbb 7757
718a6fd8
SE
7758fi
7759if test -z "$ac_cv_prog_OTOOL64"; then
7760 ac_ct_OTOOL64=$OTOOL64
7761 # Extract the first word of "otool64", so it can be a program name with args.
7762set dummy otool64; ac_word=$2
81ecdfbb
RW
7763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7764$as_echo_n "checking for $ac_word... " >&6; }
7765if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7766 $as_echo_n "(cached) " >&6
718a6fd8
SE
7767else
7768 if test -n "$ac_ct_OTOOL64"; then
7769 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7770else
7771as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7772for as_dir in $PATH
7773do
7774 IFS=$as_save_IFS
7775 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7776 for ac_exec_ext in '' $ac_executable_extensions; do
7777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7778 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7780 break 2
7781 fi
7782done
81ecdfbb
RW
7783 done
7784IFS=$as_save_IFS
718a6fd8 7785
718a6fd8
SE
7786fi
7787fi
7788ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7789if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7791$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7792else
81ecdfbb
RW
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7794$as_echo "no" >&6; }
718a6fd8
SE
7795fi
7796
81ecdfbb
RW
7797 if test "x$ac_ct_OTOOL64" = x; then
7798 OTOOL64=":"
7799 else
7800 case $cross_compiling:$ac_tool_warned in
7801yes:)
7802{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7803$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7804ac_tool_warned=yes ;;
7805esac
7806 OTOOL64=$ac_ct_OTOOL64
7807 fi
718a6fd8
SE
7808else
7809 OTOOL64="$ac_cv_prog_OTOOL64"
7810fi
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836
7837
81ecdfbb
RW
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7839$as_echo_n "checking for -single_module linker flag... " >&6; }
7840if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7841 $as_echo_n "(cached) " >&6
718a6fd8
SE
7842else
7843 lt_cv_apple_cc_single_mod=no
7844 if test -z "${LT_MULTI_MODULE}"; then
7845 # By default we will add the -single_module flag. You can override
7846 # by either setting the environment variable LT_MULTI_MODULE
7847 # non-empty at configure time, or by adding -multi_module to the
7848 # link flags.
7849 rm -rf libconftest.dylib*
7850 echo "int foo(void){return 1;}" > conftest.c
7851 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7852-dynamiclib -Wl,-single_module conftest.c" >&5
7853 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7854 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7855 _lt_result=$?
7856 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7857 lt_cv_apple_cc_single_mod=yes
7858 else
7859 cat conftest.err >&5
7860 fi
7861 rm -rf libconftest.dylib*
7862 rm -f conftest.*
7863 fi
7864fi
81ecdfbb
RW
7865{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7866$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7868$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7869if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7870 $as_echo_n "(cached) " >&6
718a6fd8
SE
7871else
7872 lt_cv_ld_exported_symbols_list=no
7873 save_LDFLAGS=$LDFLAGS
7874 echo "_main" > conftest.sym
7875 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7877/* end confdefs.h. */
7878
7879int
7880main ()
7881{
7882
7883 ;
7884 return 0;
7885}
7886_ACEOF
81ecdfbb 7887if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7888 lt_cv_ld_exported_symbols_list=yes
7889else
81ecdfbb 7890 lt_cv_ld_exported_symbols_list=no
718a6fd8 7891fi
81ecdfbb
RW
7892rm -f core conftest.err conftest.$ac_objext \
7893 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7894 LDFLAGS="$save_LDFLAGS"
7895
7896fi
81ecdfbb
RW
7897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7898$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7900$as_echo_n "checking for -force_load linker flag... " >&6; }
7901if test "${lt_cv_ld_force_load+set}" = set; then :
7902 $as_echo_n "(cached) " >&6
7903else
7904 lt_cv_ld_force_load=no
7905 cat > conftest.c << _LT_EOF
7906int forced_loaded() { return 2;}
7907_LT_EOF
7908 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7909 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7910 echo "$AR cru libconftest.a conftest.o" >&5
7911 $AR cru libconftest.a conftest.o 2>&5
7912 cat > conftest.c << _LT_EOF
7913int main() { return 0;}
7914_LT_EOF
7915 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7916 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7917 _lt_result=$?
7918 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7919 lt_cv_ld_force_load=yes
7920 else
7921 cat conftest.err >&5
7922 fi
7923 rm -f conftest.err libconftest.a conftest conftest.c
7924 rm -rf conftest.dSYM
7925
7926fi
7927{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7928$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7929 case $host_os in
7930 rhapsody* | darwin1.[012])
7931 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7932 darwin1.*)
7933 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7934 darwin*) # darwin 5.x on
7935 # if running on 10.5 or later, the deployment target defaults
7936 # to the OS version, if on x86, and 10.4, the deployment
7937 # target defaults to 10.4. Don't you love it?
7938 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7939 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7940 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7941 10.[012][,.]*)
718a6fd8
SE
7942 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7943 10.*)
7944 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7945 esac
7946 ;;
7947 esac
7948 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7949 _lt_dar_single_mod='$single_module'
7950 fi
7951 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7952 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7953 else
7954 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7955 fi
3725885a 7956 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7957 _lt_dsymutil='~$DSYMUTIL $lib || :'
7958 else
7959 _lt_dsymutil=
7960 fi
7961 ;;
7962 esac
7963
d7040cdb 7964for ac_header in dlfcn.h
81ecdfbb
RW
7965do :
7966 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7967"
7968if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
d7040cdb 7969 cat >>confdefs.h <<_ACEOF
81ecdfbb 7970#define HAVE_DLFCN_H 1
d7040cdb
SE
7971_ACEOF
7972
7973fi
7974
7975done
7976
7977
7978
3725885a
RW
7979
7980
718a6fd8 7981# Set options
ce3c775b 7982enable_dlopen=yes
718a6fd8
SE
7983
7984
7985
718a6fd8
SE
7986
7987 enable_win32_dll=no
7988
7989
7990
81ecdfbb
RW
7991 # Check whether --enable-static was given.
7992if test "${enable_static+set}" = set; then :
7993 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7994 case $enableval in
7995 yes) enable_static=yes ;;
7996 no) enable_static=no ;;
7997 *)
7998 enable_static=no
7999 # Look at the argument we got. We use all the common list separators.
8000 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8001 for pkg in $enableval; do
8002 IFS="$lt_save_ifs"
8003 if test "X$pkg" = "X$p"; then
8004 enable_static=yes
8005 fi
8006 done
8007 IFS="$lt_save_ifs"
8008 ;;
8009 esac
8010else
8011 enable_static=yes
81ecdfbb 8012fi
718a6fd8
SE
8013
8014
8015
8016
8017
8018
8019
8020
8021
81ecdfbb
RW
8022
8023# Check whether --with-pic was given.
8024if test "${with_pic+set}" = set; then :
8025 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
8026else
8027 pic_mode=default
81ecdfbb
RW
8028fi
8029
718a6fd8
SE
8030
8031test -z "$pic_mode" && pic_mode=default
8032
8033
8034
8035
8036
8037
8038
81ecdfbb
RW
8039 # Check whether --enable-fast-install was given.
8040if test "${enable_fast_install+set}" = set; then :
8041 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
8042 case $enableval in
8043 yes) enable_fast_install=yes ;;
8044 no) enable_fast_install=no ;;
8045 *)
8046 enable_fast_install=no
8047 # Look at the argument we got. We use all the common list separators.
8048 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8049 for pkg in $enableval; do
8050 IFS="$lt_save_ifs"
8051 if test "X$pkg" = "X$p"; then
8052 enable_fast_install=yes
8053 fi
8054 done
8055 IFS="$lt_save_ifs"
8056 ;;
8057 esac
8058else
8059 enable_fast_install=yes
81ecdfbb
RW
8060fi
8061
718a6fd8
SE
8062
8063
8064
8065
8066
8067
8068
8069
8070
8071
d7040cdb
SE
8072# This can be used to rebuild libtool when needed
8073LIBTOOL_DEPS="$ltmain"
8074
8075# Always use our own libtool.
8076LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8077
8078
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
3725885a 8100
d7040cdb
SE
8101
8102
8103test -z "$LN_S" && LN_S="ln -s"
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118if test -n "${ZSH_VERSION+set}" ; then
8119 setopt NO_GLOB_SUBST
8120fi
8121
81ecdfbb
RW
8122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8123$as_echo_n "checking for objdir... " >&6; }
8124if test "${lt_cv_objdir+set}" = set; then :
8125 $as_echo_n "(cached) " >&6
d7040cdb
SE
8126else
8127 rm -f .libs 2>/dev/null
8128mkdir .libs 2>/dev/null
8129if test -d .libs; then
8130 lt_cv_objdir=.libs
8131else
8132 # MS-DOS does not allow filenames that begin with a dot.
8133 lt_cv_objdir=_libs
8134fi
8135rmdir .libs 2>/dev/null
8136fi
81ecdfbb
RW
8137{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8138$as_echo "$lt_cv_objdir" >&6; }
d7040cdb
SE
8139objdir=$lt_cv_objdir
8140
8141
8142
8143
8144
8145cat >>confdefs.h <<_ACEOF
8146#define LT_OBJDIR "$lt_cv_objdir/"
8147_ACEOF
8148
8149
8150
8151
d7040cdb
SE
8152case $host_os in
8153aix3*)
8154 # AIX sometimes has problems with the GCC collect2 program. For some
8155 # reason, if we set the COLLECT_NAMES environment variable, the problems
8156 # vanish in a puff of smoke.
8157 if test "X${COLLECT_NAMES+set}" != Xset; then
8158 COLLECT_NAMES=
8159 export COLLECT_NAMES
8160 fi
8161 ;;
8162esac
8163
d7040cdb
SE
8164# Global variables:
8165ofile=libtool
8166can_build_shared=yes
8167
8168# All known linkers require a `.a' archive for static linking (except MSVC,
8169# which needs '.lib').
8170libext=a
8171
8172with_gnu_ld="$lt_cv_prog_gnu_ld"
8173
8174old_CC="$CC"
8175old_CFLAGS="$CFLAGS"
8176
8177# Set sane defaults for various variables
8178test -z "$CC" && CC=cc
8179test -z "$LTCC" && LTCC=$CC
8180test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8181test -z "$LD" && LD=ld
8182test -z "$ac_objext" && ac_objext=o
8183
8184for cc_temp in $compiler""; do
8185 case $cc_temp in
8186 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8187 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8188 \-*) ;;
8189 *) break;;
8190 esac
8191done
3725885a 8192cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
8193
8194
8195# Only perform the check for file, if the check method requires it
8196test -z "$MAGIC_CMD" && MAGIC_CMD=file
8197case $deplibs_check_method in
8198file_magic*)
8199 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8201$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8202if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8203 $as_echo_n "(cached) " >&6
d7040cdb
SE
8204else
8205 case $MAGIC_CMD in
8206[\\/*] | ?:[\\/]*)
8207 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8208 ;;
8209*)
8210 lt_save_MAGIC_CMD="$MAGIC_CMD"
8211 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8212 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8213 for ac_dir in $ac_dummy; do
8214 IFS="$lt_save_ifs"
8215 test -z "$ac_dir" && ac_dir=.
8216 if test -f $ac_dir/${ac_tool_prefix}file; then
8217 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8218 if test -n "$file_magic_test_file"; then
8219 case $deplibs_check_method in
8220 "file_magic "*)
8221 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8222 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8223 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8224 $EGREP "$file_magic_regex" > /dev/null; then
8225 :
8226 else
8227 cat <<_LT_EOF 1>&2
8228
8229*** Warning: the command libtool uses to detect shared libraries,
8230*** $file_magic_cmd, produces output that libtool cannot recognize.
8231*** The result is that libtool may fail to recognize shared libraries
8232*** as such. This will affect the creation of libtool libraries that
8233*** depend on shared libraries, but programs linked with such libtool
8234*** libraries will work regardless of this problem. Nevertheless, you
8235*** may want to report the problem to your system manager and/or to
8236*** bug-libtool@gnu.org
8237
8238_LT_EOF
8239 fi ;;
8240 esac
8241 fi
8242 break
8243 fi
8244 done
8245 IFS="$lt_save_ifs"
8246 MAGIC_CMD="$lt_save_MAGIC_CMD"
8247 ;;
8248esac
8249fi
8250
8251MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8252if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8254$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 8255else
81ecdfbb
RW
8256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8257$as_echo "no" >&6; }
d7040cdb
SE
8258fi
8259
8260
8261
8262
8263
8264if test -z "$lt_cv_path_MAGIC_CMD"; then
8265 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8267$as_echo_n "checking for file... " >&6; }
8268if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8269 $as_echo_n "(cached) " >&6
d7040cdb
SE
8270else
8271 case $MAGIC_CMD in
8272[\\/*] | ?:[\\/]*)
8273 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8274 ;;
8275*)
8276 lt_save_MAGIC_CMD="$MAGIC_CMD"
8277 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8278 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8279 for ac_dir in $ac_dummy; do
8280 IFS="$lt_save_ifs"
8281 test -z "$ac_dir" && ac_dir=.
8282 if test -f $ac_dir/file; then
8283 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8284 if test -n "$file_magic_test_file"; then
8285 case $deplibs_check_method in
8286 "file_magic "*)
8287 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8288 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8289 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8290 $EGREP "$file_magic_regex" > /dev/null; then
8291 :
8292 else
8293 cat <<_LT_EOF 1>&2
8294
8295*** Warning: the command libtool uses to detect shared libraries,
8296*** $file_magic_cmd, produces output that libtool cannot recognize.
8297*** The result is that libtool may fail to recognize shared libraries
8298*** as such. This will affect the creation of libtool libraries that
8299*** depend on shared libraries, but programs linked with such libtool
8300*** libraries will work regardless of this problem. Nevertheless, you
8301*** may want to report the problem to your system manager and/or to
8302*** bug-libtool@gnu.org
8303
8304_LT_EOF
8305 fi ;;
8306 esac
8307 fi
8308 break
8309 fi
8310 done
8311 IFS="$lt_save_ifs"
8312 MAGIC_CMD="$lt_save_MAGIC_CMD"
8313 ;;
8314esac
8315fi
8316
8317MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8318if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8320$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 8321else
81ecdfbb
RW
8322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8323$as_echo "no" >&6; }
d7040cdb
SE
8324fi
8325
8326
8327 else
8328 MAGIC_CMD=:
8329 fi
8330fi
8331
8332 fi
8333 ;;
8334esac
8335
8336# Use C for the default configuration in the libtool script
8337
8338lt_save_CC="$CC"
8339ac_ext=c
8340ac_cpp='$CPP $CPPFLAGS'
8341ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8342ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8343ac_compiler_gnu=$ac_cv_c_compiler_gnu
8344
8345
8346# Source file extension for C test sources.
8347ac_ext=c
8348
8349# Object file extension for compiled C test sources.
8350objext=o
8351objext=$objext
8352
8353# Code to be used in simple compile tests
8354lt_simple_compile_test_code="int some_variable = 0;"
8355
8356# Code to be used in simple link tests
8357lt_simple_link_test_code='int main(){return(0);}'
8358
8359
8360
8361
8362
8363
8364
8365# If no C compiler was specified, use CC.
8366LTCC=${LTCC-"$CC"}
8367
8368# If no C compiler flags were specified, use CFLAGS.
8369LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8370
8371# Allow CC to be a program name with arguments.
8372compiler=$CC
8373
8374# Save the default compiler, since it gets overwritten when the other
8375# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8376compiler_DEFAULT=$CC
8377
8378# save warnings/boilerplate of simple test code
8379ac_outfile=conftest.$ac_objext
8380echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8381eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8382_lt_compiler_boilerplate=`cat conftest.err`
8383$RM conftest*
8384
8385ac_outfile=conftest.$ac_objext
8386echo "$lt_simple_link_test_code" >conftest.$ac_ext
8387eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8388_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8389$RM -r conftest*
d7040cdb
SE
8390
8391
8392## CAVEAT EMPTOR:
8393## There is no encapsulation within the following macros, do not change
8394## the running order or otherwise move them around unless you know exactly
8395## what you are doing...
8396if test -n "$compiler"; then
8397
8398lt_prog_compiler_no_builtin_flag=
8399
8400if test "$GCC" = yes; then
3725885a
RW
8401 case $cc_basename in
8402 nvcc*)
8403 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8404 *)
8405 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8406 esac
d7040cdb 8407
81ecdfbb
RW
8408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8409$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8410if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8411 $as_echo_n "(cached) " >&6
d7040cdb
SE
8412else
8413 lt_cv_prog_compiler_rtti_exceptions=no
8414 ac_outfile=conftest.$ac_objext
8415 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8416 lt_compiler_flag="-fno-rtti -fno-exceptions"
8417 # Insert the option either (1) after the last *FLAGS variable, or
8418 # (2) before a word containing "conftest.", or (3) at the end.
8419 # Note that $ac_compile itself does not contain backslashes and begins
8420 # with a dollar sign (not a hyphen), so the echo should work correctly.
8421 # The option is referenced via a variable to avoid confusing sed.
8422 lt_compile=`echo "$ac_compile" | $SED \
8423 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8424 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8425 -e 's:$: $lt_compiler_flag:'`
3725885a 8426 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8427 (eval "$lt_compile" 2>conftest.err)
8428 ac_status=$?
8429 cat conftest.err >&5
3725885a 8430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8431 if (exit $ac_status) && test -s "$ac_outfile"; then
8432 # The compiler can only warn and ignore the option if not recognized
8433 # So say no if there are warnings other than the usual output.
3725885a 8434 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8435 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8436 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8437 lt_cv_prog_compiler_rtti_exceptions=yes
8438 fi
8439 fi
8440 $RM conftest*
8441
8442fi
81ecdfbb
RW
8443{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8444$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8445
8446if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8447 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8448else
8449 :
8450fi
8451
8452fi
8453
8454
8455
8456
8457
8458
8459 lt_prog_compiler_wl=
8460lt_prog_compiler_pic=
8461lt_prog_compiler_static=
8462
81ecdfbb
RW
8463{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8464$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8465
8466 if test "$GCC" = yes; then
8467 lt_prog_compiler_wl='-Wl,'
8468 lt_prog_compiler_static='-static'
8469
8470 case $host_os in
8471 aix*)
8472 # All AIX code is PIC.
8473 if test "$host_cpu" = ia64; then
8474 # AIX 5 now supports IA64 processor
8475 lt_prog_compiler_static='-Bstatic'
8476 fi
6c9c0a50 8477 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8478 ;;
8479
8480 amigaos*)
718a6fd8
SE
8481 case $host_cpu in
8482 powerpc)
8483 # see comment about AmigaOS4 .so support
8484 lt_prog_compiler_pic='-fPIC'
8485 ;;
8486 m68k)
8487 # FIXME: we need at least 68020 code to build shared libraries, but
8488 # adding the `-m68020' flag to GCC prevents building anything better,
8489 # like `-m68040'.
8490 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8491 ;;
8492 esac
d7040cdb
SE
8493 ;;
8494
8495 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8496 # PIC is the default for these OSes.
8497 ;;
8498
718a6fd8 8499 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8500 # This hack is so that the source file can tell whether it is being
8501 # built for inclusion in a dll (and should export symbols for example).
8502 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8503 # (--disable-auto-import) libraries
8504 lt_prog_compiler_pic='-DDLL_EXPORT'
8505 ;;
8506
8507 darwin* | rhapsody*)
8508 # PIC is the default on this platform
8509 # Common symbols not allowed in MH_DYLIB files
8510 lt_prog_compiler_pic='-fno-common'
8511 ;;
8512
3725885a
RW
8513 haiku*)
8514 # PIC is the default for Haiku.
8515 # The "-static" flag exists, but is broken.
8516 lt_prog_compiler_static=
8517 ;;
8518
d7040cdb 8519 hpux*)
718a6fd8
SE
8520 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8521 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8522 # sets the default TLS model and affects inlining.
d7040cdb 8523 case $host_cpu in
718a6fd8 8524 hppa*64*)
d7040cdb
SE
8525 # +Z the default
8526 ;;
8527 *)
8528 lt_prog_compiler_pic='-fPIC'
8529 ;;
8530 esac
8531 ;;
8532
8533 interix[3-9]*)
8534 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8535 # Instead, we relocate shared libraries at runtime.
8536 ;;
8537
8538 msdosdjgpp*)
8539 # Just because we use GCC doesn't mean we suddenly get shared libraries
8540 # on systems that don't support them.
8541 lt_prog_compiler_can_build_shared=no
8542 enable_shared=no
8543 ;;
8544
8545 *nto* | *qnx*)
8546 # QNX uses GNU C++, but need to define -shared option too, otherwise
8547 # it will coredump.
8548 lt_prog_compiler_pic='-fPIC -shared'
8549 ;;
8550
8551 sysv4*MP*)
8552 if test -d /usr/nec; then
8553 lt_prog_compiler_pic=-Kconform_pic
8554 fi
8555 ;;
8556
8557 *)
8558 lt_prog_compiler_pic='-fPIC'
8559 ;;
8560 esac
3725885a
RW
8561
8562 case $cc_basename in
8563 nvcc*) # Cuda Compiler Driver 2.2
8564 lt_prog_compiler_wl='-Xlinker '
8565 lt_prog_compiler_pic='-Xcompiler -fPIC'
8566 ;;
8567 esac
d7040cdb
SE
8568 else
8569 # PORTME Check for flag to pass linker flags through the system compiler.
8570 case $host_os in
8571 aix*)
8572 lt_prog_compiler_wl='-Wl,'
8573 if test "$host_cpu" = ia64; then
8574 # AIX 5 now supports IA64 processor
8575 lt_prog_compiler_static='-Bstatic'
8576 else
8577 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8578 fi
8579 ;;
d7040cdb 8580
718a6fd8 8581 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8582 # This hack is so that the source file can tell whether it is being
8583 # built for inclusion in a dll (and should export symbols for example).
8584 lt_prog_compiler_pic='-DDLL_EXPORT'
8585 ;;
8586
8587 hpux9* | hpux10* | hpux11*)
8588 lt_prog_compiler_wl='-Wl,'
8589 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8590 # not for PA HP-UX.
8591 case $host_cpu in
8592 hppa*64*|ia64*)
8593 # +Z the default
8594 ;;
8595 *)
8596 lt_prog_compiler_pic='+Z'
8597 ;;
8598 esac
8599 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8600 lt_prog_compiler_static='${wl}-a ${wl}archive'
8601 ;;
8602
8603 irix5* | irix6* | nonstopux*)
8604 lt_prog_compiler_wl='-Wl,'
8605 # PIC (with -KPIC) is the default.
8606 lt_prog_compiler_static='-non_shared'
8607 ;;
8608
58e24671 8609 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8610 case $cc_basename in
718a6fd8
SE
8611 # old Intel for x86_64 which still supported -KPIC.
8612 ecc*)
d7040cdb
SE
8613 lt_prog_compiler_wl='-Wl,'
8614 lt_prog_compiler_pic='-KPIC'
8615 lt_prog_compiler_static='-static'
8616 ;;
718a6fd8
SE
8617 # icc used to be incompatible with GCC.
8618 # ICC 10 doesn't accept -KPIC any more.
8619 icc* | ifort*)
8620 lt_prog_compiler_wl='-Wl,'
8621 lt_prog_compiler_pic='-fPIC'
8622 lt_prog_compiler_static='-static'
8623 ;;
8624 # Lahey Fortran 8.1.
8625 lf95*)
8626 lt_prog_compiler_wl='-Wl,'
8627 lt_prog_compiler_pic='--shared'
8628 lt_prog_compiler_static='--static'
8629 ;;
3725885a 8630 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8631 # Portland Group compilers (*not* the Pentium gcc compiler,
8632 # which looks to be a dead project)
8633 lt_prog_compiler_wl='-Wl,'
8634 lt_prog_compiler_pic='-fpic'
8635 lt_prog_compiler_static='-Bstatic'
8636 ;;
8637 ccc*)
8638 lt_prog_compiler_wl='-Wl,'
8639 # All Alpha code is PIC.
8640 lt_prog_compiler_static='-non_shared'
8641 ;;
3725885a
RW
8642 xl* | bgxl* | bgf* | mpixl*)
8643 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8644 lt_prog_compiler_wl='-Wl,'
8645 lt_prog_compiler_pic='-qpic'
8646 lt_prog_compiler_static='-qstaticlink'
8647 ;;
d7040cdb
SE
8648 *)
8649 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8650 *Sun\ F* | *Sun*Fortran*)
8651 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8652 lt_prog_compiler_pic='-KPIC'
8653 lt_prog_compiler_static='-Bstatic'
3725885a 8654 lt_prog_compiler_wl=''
d7040cdb 8655 ;;
3725885a
RW
8656 *Sun\ C*)
8657 # Sun C 5.9
d7040cdb
SE
8658 lt_prog_compiler_pic='-KPIC'
8659 lt_prog_compiler_static='-Bstatic'
3725885a 8660 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8661 ;;
8662 esac
8663 ;;
8664 esac
8665 ;;
8666
8667 newsos6)
8668 lt_prog_compiler_pic='-KPIC'
8669 lt_prog_compiler_static='-Bstatic'
8670 ;;
8671
8672 *nto* | *qnx*)
8673 # QNX uses GNU C++, but need to define -shared option too, otherwise
8674 # it will coredump.
8675 lt_prog_compiler_pic='-fPIC -shared'
8676 ;;
8677
8678 osf3* | osf4* | osf5*)
8679 lt_prog_compiler_wl='-Wl,'
8680 # All OSF/1 code is PIC.
8681 lt_prog_compiler_static='-non_shared'
8682 ;;
8683
8684 rdos*)
8685 lt_prog_compiler_static='-non_shared'
8686 ;;
8687
8688 solaris*)
8689 lt_prog_compiler_pic='-KPIC'
8690 lt_prog_compiler_static='-Bstatic'
8691 case $cc_basename in
8692 f77* | f90* | f95*)
8693 lt_prog_compiler_wl='-Qoption ld ';;
8694 *)
8695 lt_prog_compiler_wl='-Wl,';;
8696 esac
8697 ;;
8698
8699 sunos4*)
8700 lt_prog_compiler_wl='-Qoption ld '
8701 lt_prog_compiler_pic='-PIC'
8702 lt_prog_compiler_static='-Bstatic'
8703 ;;
8704
8705 sysv4 | sysv4.2uw2* | sysv4.3*)
8706 lt_prog_compiler_wl='-Wl,'
8707 lt_prog_compiler_pic='-KPIC'
8708 lt_prog_compiler_static='-Bstatic'
8709 ;;
8710
8711 sysv4*MP*)
8712 if test -d /usr/nec ;then
8713 lt_prog_compiler_pic='-Kconform_pic'
8714 lt_prog_compiler_static='-Bstatic'
8715 fi
8716 ;;
8717
8718 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8719 lt_prog_compiler_wl='-Wl,'
8720 lt_prog_compiler_pic='-KPIC'
8721 lt_prog_compiler_static='-Bstatic'
8722 ;;
8723
8724 unicos*)
8725 lt_prog_compiler_wl='-Wl,'
8726 lt_prog_compiler_can_build_shared=no
8727 ;;
8728
8729 uts4*)
8730 lt_prog_compiler_pic='-pic'
8731 lt_prog_compiler_static='-Bstatic'
8732 ;;
8733
8734 *)
8735 lt_prog_compiler_can_build_shared=no
8736 ;;
8737 esac
8738 fi
8739
8740case $host_os in
8741 # For platforms which do not support PIC, -DPIC is meaningless:
8742 *djgpp*)
8743 lt_prog_compiler_pic=
8744 ;;
8745 *)
8746 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8747 ;;
8748esac
81ecdfbb
RW
8749{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8750$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
8751
8752
8753
8754
8755
8756
8757#
8758# Check to make sure the PIC flag actually works.
8759#
8760if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8762$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8763if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8764 $as_echo_n "(cached) " >&6
d7040cdb 8765else
718a6fd8 8766 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8767 ac_outfile=conftest.$ac_objext
8768 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8769 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8770 # Insert the option either (1) after the last *FLAGS variable, or
8771 # (2) before a word containing "conftest.", or (3) at the end.
8772 # Note that $ac_compile itself does not contain backslashes and begins
8773 # with a dollar sign (not a hyphen), so the echo should work correctly.
8774 # The option is referenced via a variable to avoid confusing sed.
8775 lt_compile=`echo "$ac_compile" | $SED \
8776 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8777 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8778 -e 's:$: $lt_compiler_flag:'`
3725885a 8779 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8780 (eval "$lt_compile" 2>conftest.err)
8781 ac_status=$?
8782 cat conftest.err >&5
3725885a 8783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8784 if (exit $ac_status) && test -s "$ac_outfile"; then
8785 # The compiler can only warn and ignore the option if not recognized
8786 # So say no if there are warnings other than the usual output.
3725885a 8787 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8788 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8789 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8790 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8791 fi
8792 fi
8793 $RM conftest*
8794
8795fi
81ecdfbb
RW
8796{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8797$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8798
718a6fd8 8799if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8800 case $lt_prog_compiler_pic in
8801 "" | " "*) ;;
8802 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8803 esac
8804else
8805 lt_prog_compiler_pic=
8806 lt_prog_compiler_can_build_shared=no
8807fi
8808
8809fi
8810
8811
8812
8813
8814
8815
8816#
8817# Check to make sure the static flag actually works.
8818#
8819wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8820{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8821$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8822if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8823 $as_echo_n "(cached) " >&6
d7040cdb 8824else
718a6fd8 8825 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8826 save_LDFLAGS="$LDFLAGS"
8827 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8828 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8829 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8830 # The linker can only warn and ignore the option if not recognized
8831 # So say no if there are warnings
8832 if test -s conftest.err; then
8833 # Append any errors to the config.log.
8834 cat conftest.err 1>&5
3725885a 8835 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8836 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8837 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8838 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8839 fi
8840 else
718a6fd8 8841 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8842 fi
8843 fi
718a6fd8 8844 $RM -r conftest*
d7040cdb
SE
8845 LDFLAGS="$save_LDFLAGS"
8846
8847fi
81ecdfbb
RW
8848{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8849$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8850
718a6fd8 8851if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8852 :
8853else
8854 lt_prog_compiler_static=
8855fi
8856
8857
8858
8859
8860
8861
8862
81ecdfbb
RW
8863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8864$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8865if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8866 $as_echo_n "(cached) " >&6
d7040cdb
SE
8867else
8868 lt_cv_prog_compiler_c_o=no
8869 $RM -r conftest 2>/dev/null
8870 mkdir conftest
8871 cd conftest
8872 mkdir out
8873 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8874
8875 lt_compiler_flag="-o out/conftest2.$ac_objext"
8876 # Insert the option either (1) after the last *FLAGS variable, or
8877 # (2) before a word containing "conftest.", or (3) at the end.
8878 # Note that $ac_compile itself does not contain backslashes and begins
8879 # with a dollar sign (not a hyphen), so the echo should work correctly.
8880 lt_compile=`echo "$ac_compile" | $SED \
8881 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8882 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8883 -e 's:$: $lt_compiler_flag:'`
3725885a 8884 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8885 (eval "$lt_compile" 2>out/conftest.err)
8886 ac_status=$?
8887 cat out/conftest.err >&5
3725885a 8888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8889 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8890 then
8891 # The compiler can only warn and ignore the option if not recognized
8892 # So say no if there are warnings
3725885a 8893 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8894 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8895 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8896 lt_cv_prog_compiler_c_o=yes
8897 fi
8898 fi
8899 chmod u+w . 2>&5
8900 $RM conftest*
8901 # SGI C++ compiler will create directory out/ii_files/ for
8902 # template instantiation
8903 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8904 $RM out/* && rmdir out
8905 cd ..
8906 $RM -r conftest
8907 $RM conftest*
8908
8909fi
81ecdfbb
RW
8910{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8911$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8912
8913
8914
8915
8916
8917
81ecdfbb
RW
8918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8919$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8920if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8921 $as_echo_n "(cached) " >&6
d7040cdb
SE
8922else
8923 lt_cv_prog_compiler_c_o=no
8924 $RM -r conftest 2>/dev/null
8925 mkdir conftest
8926 cd conftest
8927 mkdir out
8928 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8929
8930 lt_compiler_flag="-o out/conftest2.$ac_objext"
8931 # Insert the option either (1) after the last *FLAGS variable, or
8932 # (2) before a word containing "conftest.", or (3) at the end.
8933 # Note that $ac_compile itself does not contain backslashes and begins
8934 # with a dollar sign (not a hyphen), so the echo should work correctly.
8935 lt_compile=`echo "$ac_compile" | $SED \
8936 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8937 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8938 -e 's:$: $lt_compiler_flag:'`
3725885a 8939 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8940 (eval "$lt_compile" 2>out/conftest.err)
8941 ac_status=$?
8942 cat out/conftest.err >&5
3725885a 8943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8944 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8945 then
8946 # The compiler can only warn and ignore the option if not recognized
8947 # So say no if there are warnings
3725885a 8948 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8949 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8950 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8951 lt_cv_prog_compiler_c_o=yes
8952 fi
8953 fi
8954 chmod u+w . 2>&5
8955 $RM conftest*
8956 # SGI C++ compiler will create directory out/ii_files/ for
8957 # template instantiation
8958 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8959 $RM out/* && rmdir out
8960 cd ..
8961 $RM -r conftest
8962 $RM conftest*
8963
8964fi
81ecdfbb
RW
8965{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8966$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8967
8968
8969
8970
8971hard_links="nottested"
8972if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8973 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8975$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
8976 hard_links=yes
8977 $RM conftest*
8978 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8979 touch conftest.a
8980 ln conftest.a conftest.b 2>&5 || hard_links=no
8981 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8983$as_echo "$hard_links" >&6; }
d7040cdb 8984 if test "$hard_links" = no; then
81ecdfbb
RW
8985 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8986$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
8987 need_locks=warn
8988 fi
8989else
8990 need_locks=no
8991fi
8992
8993
8994
8995
8996
8997
81ecdfbb
RW
8998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8999$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
9000
9001 runpath_var=
9002 allow_undefined_flag=
9003 always_export_symbols=no
9004 archive_cmds=
9005 archive_expsym_cmds=
9006 compiler_needs_object=no
9007 enable_shared_with_static_runtimes=no
9008 export_dynamic_flag_spec=
9009 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9010 hardcode_automatic=no
9011 hardcode_direct=no
9012 hardcode_direct_absolute=no
9013 hardcode_libdir_flag_spec=
9014 hardcode_libdir_flag_spec_ld=
9015 hardcode_libdir_separator=
9016 hardcode_minus_L=no
9017 hardcode_shlibpath_var=unsupported
9018 inherit_rpath=no
9019 link_all_deplibs=unknown
9020 module_cmds=
9021 module_expsym_cmds=
9022 old_archive_from_new_cmds=
9023 old_archive_from_expsyms_cmds=
9024 thread_safe_flag_spec=
9025 whole_archive_flag_spec=
9026 # include_expsyms should be a list of space-separated symbols to be *always*
9027 # included in the symbol list
9028 include_expsyms=
9029 # exclude_expsyms can be an extended regexp of symbols to exclude
9030 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9031 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9032 # as well as any symbol that contains `d'.
718a6fd8 9033 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
9034 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9035 # platforms (ab)use it in PIC code, but their linkers get confused if
9036 # the symbol is explicitly referenced. Since portable code cannot
9037 # rely on this symbol name, it's probably fine to never include it in
9038 # preloaded symbol tables.
718a6fd8 9039 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
9040 extract_expsyms_cmds=
9041
9042 case $host_os in
718a6fd8 9043 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9044 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9045 # When not using gcc, we currently assume that we are using
9046 # Microsoft Visual C++.
9047 if test "$GCC" != yes; then
9048 with_gnu_ld=no
9049 fi
9050 ;;
9051 interix*)
9052 # we just hope/assume this is gcc and not c89 (= MSVC++)
9053 with_gnu_ld=yes
9054 ;;
9055 openbsd*)
9056 with_gnu_ld=no
9057 ;;
9058 esac
9059
9060 ld_shlibs=yes
3725885a
RW
9061
9062 # On some targets, GNU ld is compatible enough with the native linker
9063 # that we're better off using the native interface for both.
9064 lt_use_gnu_ld_interface=no
d7040cdb 9065 if test "$with_gnu_ld" = yes; then
3725885a
RW
9066 case $host_os in
9067 aix*)
9068 # The AIX port of GNU ld has always aspired to compatibility
9069 # with the native linker. However, as the warning in the GNU ld
9070 # block says, versions before 2.19.5* couldn't really create working
9071 # shared libraries, regardless of the interface used.
9072 case `$LD -v 2>&1` in
9073 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9074 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9075 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9076 *)
9077 lt_use_gnu_ld_interface=yes
9078 ;;
9079 esac
9080 ;;
9081 *)
9082 lt_use_gnu_ld_interface=yes
9083 ;;
9084 esac
9085 fi
9086
9087 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
9088 # If archive_cmds runs LD, not CC, wlarc should be empty
9089 wlarc='${wl}'
9090
9091 # Set some defaults for GNU ld with shared library support. These
9092 # are reset later if shared libraries are not supported. Putting them
9093 # here allows them to be overridden if necessary.
9094 runpath_var=LD_RUN_PATH
9095 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9096 export_dynamic_flag_spec='${wl}--export-dynamic'
9097 # ancient GNU ld didn't support --whole-archive et. al.
9098 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9099 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9100 else
9101 whole_archive_flag_spec=
9102 fi
9103 supports_anon_versioning=no
9104 case `$LD -v 2>&1` in
3725885a 9105 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
9106 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9107 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9108 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9109 *\ 2.11.*) ;; # other 2.11 versions
9110 *) supports_anon_versioning=yes ;;
9111 esac
9112
9113 # See if GNU ld supports shared libraries.
9114 case $host_os in
e81819a5 9115 aix[3-9]*)
d7040cdb
SE
9116 # On AIX/PPC, the GNU linker is very broken
9117 if test "$host_cpu" != ia64; then
9118 ld_shlibs=no
9119 cat <<_LT_EOF 1>&2
9120
3725885a 9121*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
9122*** to be unable to reliably create shared libraries on AIX.
9123*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
9124*** really care for shared libraries, you may want to install binutils
9125*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9126*** You will then need to restart the configuration process.
d7040cdb
SE
9127
9128_LT_EOF
9129 fi
9130 ;;
9131
9132 amigaos*)
718a6fd8
SE
9133 case $host_cpu in
9134 powerpc)
9135 # see comment about AmigaOS4 .so support
9136 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9137 archive_expsym_cmds=''
9138 ;;
9139 m68k)
9140 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)'
9141 hardcode_libdir_flag_spec='-L$libdir'
9142 hardcode_minus_L=yes
9143 ;;
9144 esac
d7040cdb
SE
9145 ;;
9146
9147 beos*)
9148 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9149 allow_undefined_flag=unsupported
9150 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9151 # support --undefined. This deserves some investigation. FIXME
9152 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9153 else
9154 ld_shlibs=no
9155 fi
9156 ;;
9157
718a6fd8 9158 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9159 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9160 # as there is no search path for DLLs.
9161 hardcode_libdir_flag_spec='-L$libdir'
3725885a 9162 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
9163 allow_undefined_flag=unsupported
9164 always_export_symbols=no
9165 enable_shared_with_static_runtimes=yes
9166 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9167
9168 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9169 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9170 # If the export-symbols file already is a .def file (1st line
9171 # is EXPORTS), use it as is; otherwise, prepend...
9172 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9173 cp $export_symbols $output_objdir/$soname.def;
9174 else
9175 echo EXPORTS > $output_objdir/$soname.def;
9176 cat $export_symbols >> $output_objdir/$soname.def;
9177 fi~
9178 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9179 else
9180 ld_shlibs=no
9181 fi
9182 ;;
9183
3725885a
RW
9184 haiku*)
9185 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9186 link_all_deplibs=yes
9187 ;;
9188
d7040cdb
SE
9189 interix[3-9]*)
9190 hardcode_direct=no
9191 hardcode_shlibpath_var=no
9192 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9193 export_dynamic_flag_spec='${wl}-E'
9194 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9195 # Instead, shared libraries are loaded at an image base (0x10000000 by
9196 # default) and relocated if they conflict, which is a slow very memory
9197 # consuming and fragmenting process. To avoid this, we pick a random,
9198 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9199 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9200 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9201 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'
9202 ;;
9203
58e24671 9204 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
9205 tmp_diet=no
9206 if test "$host_os" = linux-dietlibc; then
9207 case $cc_basename in
9208 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9209 esac
9210 fi
9211 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9212 && test "$tmp_diet" = no
9213 then
6e733cce 9214 tmp_addflag=' $pic_flag'
718a6fd8 9215 tmp_sharedflag='-shared'
d7040cdb
SE
9216 case $cc_basename,$host_cpu in
9217 pgcc*) # Portland Group C compiler
3725885a 9218 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
9219 tmp_addflag=' $pic_flag'
9220 ;;
3725885a
RW
9221 pgf77* | pgf90* | pgf95* | pgfortran*)
9222 # Portland Group f77 and f90 compilers
9223 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
9224 tmp_addflag=' $pic_flag -Mnomain' ;;
9225 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9226 tmp_addflag=' -i_dynamic' ;;
9227 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9228 tmp_addflag=' -i_dynamic -nofor_main' ;;
9229 ifc* | ifort*) # Intel Fortran compiler
9230 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9231 lf95*) # Lahey Fortran 8.1
9232 whole_archive_flag_spec=
9233 tmp_sharedflag='--shared' ;;
3725885a 9234 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9235 tmp_sharedflag='-qmkshrobj'
9236 tmp_addflag= ;;
3725885a
RW
9237 nvcc*) # Cuda Compiler Driver 2.2
9238 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'
9239 compiler_needs_object=yes
9240 ;;
d7040cdb
SE
9241 esac
9242 case `$CC -V 2>&1 | sed 5q` in
9243 *Sun\ C*) # Sun C 5.9
3725885a 9244 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
9245 compiler_needs_object=yes
9246 tmp_sharedflag='-G' ;;
9247 *Sun\ F*) # Sun Fortran 8.3
9248 tmp_sharedflag='-G' ;;
d7040cdb
SE
9249 esac
9250 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9251
9252 if test "x$supports_anon_versioning" = xyes; then
9253 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9254 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9255 echo "local: *; };" >> $output_objdir/$libname.ver~
9256 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9257 fi
718a6fd8
SE
9258
9259 case $cc_basename in
3725885a 9260 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9261 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9262 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9263 hardcode_libdir_flag_spec=
9264 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9265 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9266 if test "x$supports_anon_versioning" = xyes; then
9267 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9268 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9269 echo "local: *; };" >> $output_objdir/$libname.ver~
9270 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9271 fi
9272 ;;
9273 esac
d7040cdb
SE
9274 else
9275 ld_shlibs=no
9276 fi
9277 ;;
9278
9279 netbsd*)
9280 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9281 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9282 wlarc=
9283 else
9284 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9285 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9286 fi
9287 ;;
9288
9289 solaris*)
9290 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9291 ld_shlibs=no
9292 cat <<_LT_EOF 1>&2
9293
9294*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9295*** create shared libraries on Solaris systems. Therefore, libtool
9296*** is disabling shared libraries support. We urge you to upgrade GNU
9297*** binutils to release 2.9.1 or newer. Another option is to modify
9298*** your PATH or compiler configuration so that the native linker is
9299*** used, and then restart.
9300
9301_LT_EOF
9302 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9303 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9304 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9305 else
9306 ld_shlibs=no
9307 fi
9308 ;;
9309
9310 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9311 case `$LD -v 2>&1` in
9312 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9313 ld_shlibs=no
9314 cat <<_LT_EOF 1>&2
9315
9316*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9317*** reliably create shared libraries on SCO systems. Therefore, libtool
9318*** is disabling shared libraries support. We urge you to upgrade GNU
9319*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9320*** your PATH or compiler configuration so that the native linker is
9321*** used, and then restart.
9322
9323_LT_EOF
9324 ;;
9325 *)
9326 # For security reasons, it is highly recommended that you always
9327 # use absolute paths for naming shared libraries, and exclude the
9328 # DT_RUNPATH tag from executables and libraries. But doing so
9329 # requires that you compile everything twice, which is a pain.
9330 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9331 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9332 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9333 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9334 else
9335 ld_shlibs=no
9336 fi
9337 ;;
9338 esac
9339 ;;
9340
9341 sunos4*)
9342 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9343 wlarc=
9344 hardcode_direct=yes
9345 hardcode_shlibpath_var=no
9346 ;;
9347
9348 *)
9349 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9350 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9351 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9352 else
9353 ld_shlibs=no
9354 fi
9355 ;;
9356 esac
9357
9358 if test "$ld_shlibs" = no; then
9359 runpath_var=
9360 hardcode_libdir_flag_spec=
9361 export_dynamic_flag_spec=
9362 whole_archive_flag_spec=
9363 fi
9364 else
9365 # PORTME fill in a description of your system's linker (not GNU ld)
9366 case $host_os in
9367 aix3*)
9368 allow_undefined_flag=unsupported
9369 always_export_symbols=yes
9370 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'
9371 # Note: this linker hardcodes the directories in LIBPATH if there
9372 # are no directories specified by -L.
9373 hardcode_minus_L=yes
9374 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9375 # Neither direct hardcoding nor static linking is supported with a
9376 # broken collect2.
9377 hardcode_direct=unsupported
9378 fi
9379 ;;
9380
e81819a5 9381 aix[4-9]*)
d7040cdb
SE
9382 if test "$host_cpu" = ia64; then
9383 # On IA64, the linker does run time linking by default, so we don't
9384 # have to do anything special.
9385 aix_use_runtimelinking=no
9386 exp_sym_flag='-Bexport'
9387 no_entry_flag=""
9388 else
9389 # If we're using GNU nm, then we don't want the "-C" option.
9390 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9391 # Also, AIX nm treats weak defined symbols like other global
9392 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9393 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9394 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 9395 else
5c14705f 9396 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
9397 fi
9398 aix_use_runtimelinking=no
9399
9400 # Test if we are trying to use run time linking or normal
9401 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9402 # need to do runtime linking.
e81819a5 9403 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9404 for ld_flag in $LDFLAGS; do
9405 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9406 aix_use_runtimelinking=yes
9407 break
9408 fi
9409 done
9410 ;;
9411 esac
9412
9413 exp_sym_flag='-bexport'
9414 no_entry_flag='-bnoentry'
9415 fi
9416
9417 # When large executables or shared objects are built, AIX ld can
9418 # have problems creating the table of contents. If linking a library
9419 # or program results in "error TOC overflow" add -mminimal-toc to
9420 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9421 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9422
9423 archive_cmds=''
9424 hardcode_direct=yes
9425 hardcode_direct_absolute=yes
9426 hardcode_libdir_separator=':'
9427 link_all_deplibs=yes
9428 file_list_spec='${wl}-f,'
9429
9430 if test "$GCC" = yes; then
9431 case $host_os in aix4.[012]|aix4.[012].*)
9432 # We only want to do this on AIX 4.2 and lower, the check
9433 # below for broken collect2 doesn't work under 4.3+
9434 collect2name=`${CC} -print-prog-name=collect2`
9435 if test -f "$collect2name" &&
9436 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9437 then
9438 # We have reworked collect2
9439 :
9440 else
9441 # We have old collect2
9442 hardcode_direct=unsupported
9443 # It fails to find uninstalled libraries when the uninstalled
9444 # path is not listed in the libpath. Setting hardcode_minus_L
9445 # to unsupported forces relinking
9446 hardcode_minus_L=yes
9447 hardcode_libdir_flag_spec='-L$libdir'
9448 hardcode_libdir_separator=
9449 fi
9450 ;;
9451 esac
9452 shared_flag='-shared'
9453 if test "$aix_use_runtimelinking" = yes; then
9454 shared_flag="$shared_flag "'${wl}-G'
9455 fi
9456 else
9457 # not using gcc
9458 if test "$host_cpu" = ia64; then
9459 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9460 # chokes on -Wl,-G. The following line is correct:
9461 shared_flag='-G'
9462 else
9463 if test "$aix_use_runtimelinking" = yes; then
9464 shared_flag='${wl}-G'
9465 else
9466 shared_flag='${wl}-bM:SRE'
9467 fi
9468 fi
9469 fi
9470
718a6fd8 9471 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9472 # It seems that -bexpall does not export symbols beginning with
9473 # underscore (_), so it is better to generate a list of symbols to export.
9474 always_export_symbols=yes
9475 if test "$aix_use_runtimelinking" = yes; then
9476 # Warning - without using the other runtime loading flags (-brtl),
9477 # -berok will link without error, but may produce a broken library.
9478 allow_undefined_flag='-berok'
9479 # Determine the default libpath from the value encoded in an
9480 # empty executable.
81ecdfbb 9481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
9482/* end confdefs.h. */
9483
9484int
9485main ()
9486{
9487
9488 ;
9489 return 0;
9490}
9491_ACEOF
81ecdfbb 9492if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9493
9494lt_aix_libpath_sed='
9495 /Import File Strings/,/^$/ {
9496 /^0/ {
9497 s/^0 *\(.*\)$/\1/
9498 p
9499 }
9500 }'
9501aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9502# Check for a 64-bit object if we didn't find anything.
9503if test -z "$aix_libpath"; then
9504 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9505fi
d7040cdb 9506fi
81ecdfbb
RW
9507rm -f core conftest.err conftest.$ac_objext \
9508 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9509if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9510
9511 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9512 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
9513 else
9514 if test "$host_cpu" = ia64; then
9515 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9516 allow_undefined_flag="-z nodefs"
9517 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"
9518 else
9519 # Determine the default libpath from the value encoded in an
9520 # empty executable.
81ecdfbb 9521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
9522/* end confdefs.h. */
9523
9524int
9525main ()
9526{
9527
9528 ;
9529 return 0;
9530}
9531_ACEOF
81ecdfbb 9532if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9533
9534lt_aix_libpath_sed='
9535 /Import File Strings/,/^$/ {
9536 /^0/ {
9537 s/^0 *\(.*\)$/\1/
9538 p
9539 }
9540 }'
9541aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9542# Check for a 64-bit object if we didn't find anything.
9543if test -z "$aix_libpath"; then
9544 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9545fi
d7040cdb 9546fi
81ecdfbb
RW
9547rm -f core conftest.err conftest.$ac_objext \
9548 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9549if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9550
9551 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9552 # Warning - without using the other run time loading flags,
9553 # -berok will link without error, but may produce a broken library.
9554 no_undefined_flag=' ${wl}-bernotok'
9555 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9556 if test "$with_gnu_ld" = yes; then
9557 # We only use this code for GNU lds that support --whole-archive.
9558 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9559 else
9560 # Exported symbols can be pulled into shared objects from archives
9561 whole_archive_flag_spec='$convenience'
9562 fi
d7040cdb
SE
9563 archive_cmds_need_lc=yes
9564 # This is similar to how AIX traditionally builds its shared libraries.
9565 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'
9566 fi
9567 fi
9568 ;;
9569
9570 amigaos*)
718a6fd8
SE
9571 case $host_cpu in
9572 powerpc)
9573 # see comment about AmigaOS4 .so support
9574 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9575 archive_expsym_cmds=''
9576 ;;
9577 m68k)
9578 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)'
9579 hardcode_libdir_flag_spec='-L$libdir'
9580 hardcode_minus_L=yes
9581 ;;
9582 esac
d7040cdb
SE
9583 ;;
9584
9585 bsdi[45]*)
9586 export_dynamic_flag_spec=-rdynamic
9587 ;;
9588
718a6fd8 9589 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9590 # When not using gcc, we currently assume that we are using
9591 # Microsoft Visual C++.
9592 # hardcode_libdir_flag_spec is actually meaningless, as there is
9593 # no search path for DLLs.
9594 hardcode_libdir_flag_spec=' '
9595 allow_undefined_flag=unsupported
9596 # Tell ltmain to make .lib files, not .a files.
9597 libext=lib
9598 # Tell ltmain to make .dll files, not .so files.
9599 shrext_cmds=".dll"
9600 # FIXME: Setting linknames here is a bad hack.
3725885a 9601 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
d7040cdb
SE
9602 # The linker will automatically build a .lib file if we build a DLL.
9603 old_archive_from_new_cmds='true'
9604 # FIXME: Should let the user specify the lib program.
9605 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9606 fix_srcfile_path='`cygpath -w "$srcfile"`'
9607 enable_shared_with_static_runtimes=yes
9608 ;;
9609
9610 darwin* | rhapsody*)
d7040cdb 9611
718a6fd8
SE
9612
9613 archive_cmds_need_lc=no
9614 hardcode_direct=no
9615 hardcode_automatic=yes
9616 hardcode_shlibpath_var=unsupported
3725885a
RW
9617 if test "$lt_cv_ld_force_load" = "yes"; then
9618 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\"`'
9619 else
9620 whole_archive_flag_spec=''
9621 fi
718a6fd8
SE
9622 link_all_deplibs=yes
9623 allow_undefined_flag="$_lt_dar_allow_undefined"
9624 case $cc_basename in
9625 ifort*) _lt_dar_can_shared=yes ;;
9626 *) _lt_dar_can_shared=$GCC ;;
9627 esac
9628 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9629 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9630 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9631 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9632 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}"
9633 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}"
9634
9635 else
9636 ld_shlibs=no
9637 fi
9638
d7040cdb
SE
9639 ;;
9640
9641 dgux*)
9642 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9643 hardcode_libdir_flag_spec='-L$libdir'
9644 hardcode_shlibpath_var=no
9645 ;;
9646
d7040cdb
SE
9647 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9648 # support. Future versions do this automatically, but an explicit c++rt0.o
9649 # does not break anything, and helps significantly (at the cost of a little
9650 # extra space).
9651 freebsd2.2*)
9652 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9653 hardcode_libdir_flag_spec='-R$libdir'
9654 hardcode_direct=yes
9655 hardcode_shlibpath_var=no
9656 ;;
9657
9658 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9659 freebsd2.*)
d7040cdb
SE
9660 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9661 hardcode_direct=yes
9662 hardcode_minus_L=yes
9663 hardcode_shlibpath_var=no
9664 ;;
9665
9666 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9667 freebsd* | dragonfly*)
9668 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9669 hardcode_libdir_flag_spec='-R$libdir'
9670 hardcode_direct=yes
9671 hardcode_shlibpath_var=no
9672 ;;
9673
9674 hpux9*)
9675 if test "$GCC" = yes; then
9676 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'
9677 else
9678 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'
9679 fi
9680 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9681 hardcode_libdir_separator=:
9682 hardcode_direct=yes
9683
9684 # hardcode_minus_L: Not really in the search PATH,
9685 # but as the default location of the library.
9686 hardcode_minus_L=yes
9687 export_dynamic_flag_spec='${wl}-E'
9688 ;;
9689
9690 hpux10*)
3725885a 9691 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9692 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9693 else
9694 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9695 fi
9696 if test "$with_gnu_ld" = no; then
9697 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9698 hardcode_libdir_flag_spec_ld='+b $libdir'
9699 hardcode_libdir_separator=:
9700 hardcode_direct=yes
9701 hardcode_direct_absolute=yes
9702 export_dynamic_flag_spec='${wl}-E'
9703 # hardcode_minus_L: Not really in the search PATH,
9704 # but as the default location of the library.
9705 hardcode_minus_L=yes
9706 fi
9707 ;;
9708
9709 hpux11*)
3725885a 9710 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9711 case $host_cpu in
9712 hppa*64*)
9713 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9714 ;;
9715 ia64*)
718a6fd8 9716 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9717 ;;
9718 *)
9719 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9720 ;;
9721 esac
9722 else
9723 case $host_cpu in
9724 hppa*64*)
9725 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9726 ;;
9727 ia64*)
9728 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9729 ;;
9730 *)
3725885a
RW
9731
9732 # Older versions of the 11.00 compiler do not understand -b yet
9733 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9735$as_echo_n "checking if $CC understands -b... " >&6; }
9736if test "${lt_cv_prog_compiler__b+set}" = set; then :
9737 $as_echo_n "(cached) " >&6
9738else
9739 lt_cv_prog_compiler__b=no
9740 save_LDFLAGS="$LDFLAGS"
9741 LDFLAGS="$LDFLAGS -b"
9742 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9743 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9744 # The linker can only warn and ignore the option if not recognized
9745 # So say no if there are warnings
9746 if test -s conftest.err; then
9747 # Append any errors to the config.log.
9748 cat conftest.err 1>&5
9749 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9750 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9751 if diff conftest.exp conftest.er2 >/dev/null; then
9752 lt_cv_prog_compiler__b=yes
9753 fi
9754 else
9755 lt_cv_prog_compiler__b=yes
9756 fi
9757 fi
9758 $RM -r conftest*
9759 LDFLAGS="$save_LDFLAGS"
9760
9761fi
9762{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9763$as_echo "$lt_cv_prog_compiler__b" >&6; }
9764
9765if test x"$lt_cv_prog_compiler__b" = xyes; then
9766 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9767else
9768 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9769fi
9770
d7040cdb
SE
9771 ;;
9772 esac
9773 fi
9774 if test "$with_gnu_ld" = no; then
9775 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9776 hardcode_libdir_separator=:
9777
9778 case $host_cpu in
9779 hppa*64*|ia64*)
9780 hardcode_direct=no
9781 hardcode_shlibpath_var=no
9782 ;;
9783 *)
9784 hardcode_direct=yes
9785 hardcode_direct_absolute=yes
9786 export_dynamic_flag_spec='${wl}-E'
9787
9788 # hardcode_minus_L: Not really in the search PATH,
9789 # but as the default location of the library.
9790 hardcode_minus_L=yes
9791 ;;
9792 esac
9793 fi
9794 ;;
9795
9796 irix5* | irix6* | nonstopux*)
9797 if test "$GCC" = yes; then
3725885a 9798 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
9799 # Try to use the -exported_symbol ld option, if it does not
9800 # work, assume that -exports_file does not work either and
9801 # implicitly export all symbols.
9802 save_LDFLAGS="$LDFLAGS"
9803 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
9804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9805/* end confdefs.h. */
d7040cdb
SE
9806int foo(void) {}
9807_ACEOF
81ecdfbb 9808if ac_fn_c_try_link "$LINENO"; then :
3725885a 9809 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 9810
d7040cdb 9811fi
81ecdfbb
RW
9812rm -f core conftest.err conftest.$ac_objext \
9813 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9814 LDFLAGS="$save_LDFLAGS"
9815 else
3725885a
RW
9816 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'
9817 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
9818 fi
9819 archive_cmds_need_lc='no'
9820 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9821 hardcode_libdir_separator=:
9822 inherit_rpath=yes
9823 link_all_deplibs=yes
9824 ;;
9825
9826 netbsd*)
9827 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9828 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9829 else
9830 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9831 fi
9832 hardcode_libdir_flag_spec='-R$libdir'
9833 hardcode_direct=yes
9834 hardcode_shlibpath_var=no
9835 ;;
9836
9837 newsos6)
9838 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9839 hardcode_direct=yes
9840 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9841 hardcode_libdir_separator=:
9842 hardcode_shlibpath_var=no
9843 ;;
9844
9845 *nto* | *qnx*)
9846 ;;
9847
9848 openbsd*)
718a6fd8
SE
9849 if test -f /usr/libexec/ld.so; then
9850 hardcode_direct=yes
9851 hardcode_shlibpath_var=no
9852 hardcode_direct_absolute=yes
9853 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9854 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9855 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9856 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9857 export_dynamic_flag_spec='${wl}-E'
9858 else
9859 case $host_os in
9860 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9861 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9862 hardcode_libdir_flag_spec='-R$libdir'
9863 ;;
9864 *)
9865 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9866 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9867 ;;
9868 esac
9869 fi
9870 else
9871 ld_shlibs=no
d7040cdb
SE
9872 fi
9873 ;;
9874
9875 os2*)
9876 hardcode_libdir_flag_spec='-L$libdir'
9877 hardcode_minus_L=yes
9878 allow_undefined_flag=unsupported
3725885a 9879 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
9880 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9881 ;;
9882
9883 osf3*)
9884 if test "$GCC" = yes; then
9885 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9886 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
9887 else
9888 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9889 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
9890 fi
9891 archive_cmds_need_lc='no'
9892 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9893 hardcode_libdir_separator=:
9894 ;;
9895
9896 osf4* | osf5*) # as osf3* with the addition of -msym flag
9897 if test "$GCC" = yes; then
9898 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9899 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
9900 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9901 else
9902 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9903 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 9904 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 9905 $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
9906
9907 # Both c and cxx compiler support -rpath directly
9908 hardcode_libdir_flag_spec='-rpath $libdir'
9909 fi
9910 archive_cmds_need_lc='no'
9911 hardcode_libdir_separator=:
9912 ;;
9913
9914 solaris*)
9915 no_undefined_flag=' -z defs'
9916 if test "$GCC" = yes; then
9917 wlarc='${wl}'
9918 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9919 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9920 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9921 else
9922 case `$CC -V 2>&1` in
9923 *"Compilers 5.0"*)
9924 wlarc=''
9925 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9926 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9927 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9928 ;;
9929 *)
9930 wlarc='${wl}'
9931 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9932 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9933 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9934 ;;
9935 esac
9936 fi
9937 hardcode_libdir_flag_spec='-R$libdir'
9938 hardcode_shlibpath_var=no
9939 case $host_os in
9940 solaris2.[0-5] | solaris2.[0-5].*) ;;
9941 *)
9942 # The compiler driver will combine and reorder linker options,
9943 # but understands `-z linker_flag'. GCC discards it without `$wl',
9944 # but is careful enough not to reorder.
9945 # Supported since Solaris 2.6 (maybe 2.5.1?)
9946 if test "$GCC" = yes; then
9947 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9948 else
9949 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9950 fi
9951 ;;
9952 esac
9953 link_all_deplibs=yes
9954 ;;
9955
9956 sunos4*)
9957 if test "x$host_vendor" = xsequent; then
9958 # Use $CC to link under sequent, because it throws in some extra .o
9959 # files that make .init and .fini sections work.
9960 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9961 else
9962 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9963 fi
9964 hardcode_libdir_flag_spec='-L$libdir'
9965 hardcode_direct=yes
9966 hardcode_minus_L=yes
9967 hardcode_shlibpath_var=no
9968 ;;
9969
9970 sysv4)
9971 case $host_vendor in
9972 sni)
9973 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9974 hardcode_direct=yes # is this really true???
9975 ;;
9976 siemens)
9977 ## LD is ld it makes a PLAMLIB
9978 ## CC just makes a GrossModule.
9979 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9980 reload_cmds='$CC -r -o $output$reload_objs'
9981 hardcode_direct=no
9982 ;;
9983 motorola)
9984 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9985 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9986 ;;
9987 esac
9988 runpath_var='LD_RUN_PATH'
9989 hardcode_shlibpath_var=no
9990 ;;
9991
9992 sysv4.3*)
9993 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9994 hardcode_shlibpath_var=no
9995 export_dynamic_flag_spec='-Bexport'
9996 ;;
9997
9998 sysv4*MP*)
9999 if test -d /usr/nec; then
10000 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10001 hardcode_shlibpath_var=no
10002 runpath_var=LD_RUN_PATH
10003 hardcode_runpath_var=yes
10004 ld_shlibs=yes
10005 fi
10006 ;;
10007
10008 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10009 no_undefined_flag='${wl}-z,text'
10010 archive_cmds_need_lc=no
10011 hardcode_shlibpath_var=no
10012 runpath_var='LD_RUN_PATH'
10013
10014 if test "$GCC" = yes; then
10015 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10016 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10017 else
10018 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10019 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10020 fi
10021 ;;
10022
10023 sysv5* | sco3.2v5* | sco5v6*)
10024 # Note: We can NOT use -z defs as we might desire, because we do not
10025 # link with -lc, and that would cause any symbols used from libc to
10026 # always be unresolved, which means just about no library would
10027 # ever link correctly. If we're not using GNU ld we use -z text
10028 # though, which does catch some bad symbols but isn't as heavy-handed
10029 # as -z defs.
10030 no_undefined_flag='${wl}-z,text'
10031 allow_undefined_flag='${wl}-z,nodefs'
10032 archive_cmds_need_lc=no
10033 hardcode_shlibpath_var=no
10034 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10035 hardcode_libdir_separator=':'
10036 link_all_deplibs=yes
10037 export_dynamic_flag_spec='${wl}-Bexport'
10038 runpath_var='LD_RUN_PATH'
10039
10040 if test "$GCC" = yes; then
10041 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10042 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10043 else
10044 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10045 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10046 fi
10047 ;;
10048
10049 uts4*)
10050 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10051 hardcode_libdir_flag_spec='-L$libdir'
10052 hardcode_shlibpath_var=no
10053 ;;
10054
10055 *)
10056 ld_shlibs=no
10057 ;;
10058 esac
10059
10060 if test x$host_vendor = xsni; then
10061 case $host in
10062 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10063 export_dynamic_flag_spec='${wl}-Blargedynsym'
10064 ;;
10065 esac
10066 fi
10067 fi
10068
81ecdfbb
RW
10069{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10070$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
10071test "$ld_shlibs" = no && can_build_shared=no
10072
10073with_gnu_ld=$with_gnu_ld
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089#
10090# Do we need to explicitly link libc?
10091#
10092case "x$archive_cmds_need_lc" in
10093x|xyes)
10094 # Assume -lc should be added
10095 archive_cmds_need_lc=yes
10096
10097 if test "$enable_shared" = yes && test "$GCC" = yes; then
10098 case $archive_cmds in
10099 *'~'*)
10100 # FIXME: we may have to deal with multi-command sequences.
10101 ;;
10102 '$CC '*)
10103 # Test whether the compiler implicitly links with -lc since on some
10104 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10105 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
10106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10107$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10108if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10109 $as_echo_n "(cached) " >&6
39144654
RW
10110else
10111 $RM conftest*
10112 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 10113
81ecdfbb 10114 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
10115 (eval $ac_compile) 2>&5
10116 ac_status=$?
81ecdfbb
RW
10117 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10118 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
10119 soname=conftest
10120 lib=conftest
10121 libobjs=conftest.$ac_objext
10122 deplibs=
10123 wl=$lt_prog_compiler_wl
10124 pic_flag=$lt_prog_compiler_pic
10125 compiler_flags=-v
10126 linker_flags=-v
10127 verstring=
10128 output_objdir=.
10129 libname=conftest
10130 lt_save_allow_undefined_flag=$allow_undefined_flag
10131 allow_undefined_flag=
81ecdfbb 10132 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb
SE
10133 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10134 ac_status=$?
81ecdfbb
RW
10135 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10136 test $ac_status = 0; }
39144654
RW
10137 then
10138 lt_cv_archive_cmds_need_lc=no
10139 else
10140 lt_cv_archive_cmds_need_lc=yes
10141 fi
10142 allow_undefined_flag=$lt_save_allow_undefined_flag
10143 else
10144 cat conftest.err 1>&5
10145 fi
10146 $RM conftest*
10147
10148fi
81ecdfbb
RW
10149{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10150$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 10151 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
10152 ;;
10153 esac
10154 fi
10155 ;;
10156esac
10157
10158
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
81ecdfbb
RW
10314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10315$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10316
10317if test "$GCC" = yes; then
d7040cdb
SE
10318 case $host_os in
10319 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10320 *) lt_awk_arg="/^libraries:/" ;;
10321 esac
3725885a
RW
10322 case $host_os in
10323 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10324 *) lt_sed_strip_eq="s,=/,/,g" ;;
10325 esac
10326 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10327 case $lt_search_path_spec in
10328 *\;*)
d7040cdb
SE
10329 # if the path contains ";" then we assume it to be the separator
10330 # otherwise default to the standard path separator (i.e. ":") - it is
10331 # assumed that no part of a normal pathname contains ";" but that should
10332 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10333 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10334 ;;
10335 *)
10336 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10337 ;;
10338 esac
d7040cdb
SE
10339 # Ok, now we have the path, separated by spaces, we can step through it
10340 # and add multilib dir if necessary.
10341 lt_tmp_lt_search_path_spec=
10342 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10343 for lt_sys_path in $lt_search_path_spec; do
10344 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10345 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10346 else
10347 test -d "$lt_sys_path" && \
10348 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10349 fi
10350 done
3725885a 10351 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10352BEGIN {RS=" "; FS="/|\n";} {
10353 lt_foo="";
10354 lt_count=0;
10355 for (lt_i = NF; lt_i > 0; lt_i--) {
10356 if ($lt_i != "" && $lt_i != ".") {
10357 if ($lt_i == "..") {
10358 lt_count++;
10359 } else {
10360 if (lt_count == 0) {
10361 lt_foo="/" $lt_i lt_foo;
10362 } else {
10363 lt_count--;
10364 }
10365 }
10366 }
10367 }
10368 if (lt_foo != "") { lt_freq[lt_foo]++; }
10369 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10370}'`
3725885a
RW
10371 # AWK program above erroneously prepends '/' to C:/dos/paths
10372 # for these hosts.
10373 case $host_os in
10374 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10375 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10376 esac
10377 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10378else
10379 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10380fi
10381library_names_spec=
10382libname_spec='lib$name'
10383soname_spec=
10384shrext_cmds=".so"
10385postinstall_cmds=
10386postuninstall_cmds=
10387finish_cmds=
10388finish_eval=
10389shlibpath_var=
10390shlibpath_overrides_runpath=unknown
10391version_type=none
10392dynamic_linker="$host_os ld.so"
10393sys_lib_dlsearch_path_spec="/lib /usr/lib"
10394need_lib_prefix=unknown
10395hardcode_into_libs=no
10396
10397# when you set need_version to no, make sure it does not cause -set_version
10398# flags to be left without arguments
10399need_version=unknown
10400
10401case $host_os in
10402aix3*)
10403 version_type=linux
10404 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10405 shlibpath_var=LIBPATH
10406
10407 # AIX 3 has no versioning support, so we append a major version to the name.
10408 soname_spec='${libname}${release}${shared_ext}$major'
10409 ;;
10410
e81819a5 10411aix[4-9]*)
d7040cdb
SE
10412 version_type=linux
10413 need_lib_prefix=no
10414 need_version=no
10415 hardcode_into_libs=yes
10416 if test "$host_cpu" = ia64; then
10417 # AIX 5 supports IA64
10418 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10419 shlibpath_var=LD_LIBRARY_PATH
10420 else
10421 # With GCC up to 2.95.x, collect2 would create an import file
10422 # for dependence libraries. The import file would start with
10423 # the line `#! .'. This would cause the generated library to
10424 # depend on `.', always an invalid library. This was fixed in
10425 # development snapshots of GCC prior to 3.0.
10426 case $host_os in
10427 aix4 | aix4.[01] | aix4.[01].*)
10428 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10429 echo ' yes '
10430 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10431 :
10432 else
10433 can_build_shared=no
10434 fi
10435 ;;
10436 esac
10437 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10438 # soname into executable. Probably we can add versioning support to
10439 # collect2, so additional links can be useful in future.
10440 if test "$aix_use_runtimelinking" = yes; then
10441 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10442 # instead of lib<name>.a to let people know that these are not
10443 # typical AIX shared libraries.
10444 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10445 else
10446 # We preserve .a as extension for shared libraries through AIX4.2
10447 # and later when we are not doing run time linking.
10448 library_names_spec='${libname}${release}.a $libname.a'
10449 soname_spec='${libname}${release}${shared_ext}$major'
10450 fi
10451 shlibpath_var=LIBPATH
10452 fi
10453 ;;
10454
10455amigaos*)
718a6fd8
SE
10456 case $host_cpu in
10457 powerpc)
10458 # Since July 2007 AmigaOS4 officially supports .so libraries.
10459 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10460 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10461 ;;
10462 m68k)
d7040cdb
SE
10463 library_names_spec='$libname.ixlibrary $libname.a'
10464 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10465 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
10466 ;;
10467 esac
d7040cdb
SE
10468 ;;
10469
10470beos*)
10471 library_names_spec='${libname}${shared_ext}'
10472 dynamic_linker="$host_os ld.so"
10473 shlibpath_var=LIBRARY_PATH
10474 ;;
10475
10476bsdi[45]*)
10477 version_type=linux
10478 need_version=no
10479 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10480 soname_spec='${libname}${release}${shared_ext}$major'
10481 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10482 shlibpath_var=LD_LIBRARY_PATH
10483 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10484 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10485 # the default ld.so.conf also contains /usr/contrib/lib and
10486 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10487 # libtool to hard-code these into programs
10488 ;;
10489
718a6fd8 10490cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10491 version_type=windows
10492 shrext_cmds=".dll"
10493 need_version=no
10494 need_lib_prefix=no
10495
718a6fd8
SE
10496 case $GCC,$host_os in
10497 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10498 library_names_spec='$libname.dll.a'
10499 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10500 postinstall_cmds='base_file=`basename \${file}`~
10501 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10502 dldir=$destdir/`dirname \$dlpath`~
10503 test -d \$dldir || mkdir -p \$dldir~
10504 $install_prog $dir/$dlname \$dldir/$dlname~
10505 chmod a+x \$dldir/$dlname~
10506 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10507 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10508 fi'
10509 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10510 dlpath=$dir/\$dldll~
10511 $RM \$dlpath'
10512 shlibpath_overrides_runpath=yes
10513
10514 case $host_os in
10515 cygwin*)
10516 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10517 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10518
10519 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10520 ;;
718a6fd8 10521 mingw* | cegcc*)
d7040cdb
SE
10522 # MinGW DLLs use traditional 'lib' prefix
10523 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10524 ;;
10525 pw32*)
10526 # pw32 DLLs use 'pw' prefix rather than 'lib'
10527 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10528 ;;
10529 esac
10530 ;;
10531
10532 *)
10533 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10534 ;;
10535 esac
10536 dynamic_linker='Win32 ld.exe'
10537 # FIXME: first we should search . and the directory the executable is in
10538 shlibpath_var=PATH
10539 ;;
10540
10541darwin* | rhapsody*)
10542 dynamic_linker="$host_os dyld"
10543 version_type=darwin
10544 need_lib_prefix=no
10545 need_version=no
10546 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10547 soname_spec='${libname}${release}${major}$shared_ext'
10548 shlibpath_overrides_runpath=yes
10549 shlibpath_var=DYLD_LIBRARY_PATH
10550 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10551
10552 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10553 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10554 ;;
10555
10556dgux*)
10557 version_type=linux
10558 need_lib_prefix=no
10559 need_version=no
10560 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10561 soname_spec='${libname}${release}${shared_ext}$major'
10562 shlibpath_var=LD_LIBRARY_PATH
10563 ;;
10564
d7040cdb
SE
10565freebsd* | dragonfly*)
10566 # DragonFly does not have aout. When/if they implement a new
10567 # versioning mechanism, adjust this.
10568 if test -x /usr/bin/objformat; then
10569 objformat=`/usr/bin/objformat`
10570 else
10571 case $host_os in
6d2920c8 10572 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
10573 *) objformat=elf ;;
10574 esac
10575 fi
10576 version_type=freebsd-$objformat
10577 case $version_type in
10578 freebsd-elf*)
10579 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10580 need_version=no
10581 need_lib_prefix=no
10582 ;;
10583 freebsd-*)
10584 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10585 need_version=yes
10586 ;;
10587 esac
10588 shlibpath_var=LD_LIBRARY_PATH
10589 case $host_os in
6d2920c8 10590 freebsd2.*)
d7040cdb
SE
10591 shlibpath_overrides_runpath=yes
10592 ;;
10593 freebsd3.[01]* | freebsdelf3.[01]*)
10594 shlibpath_overrides_runpath=yes
10595 hardcode_into_libs=yes
10596 ;;
10597 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10598 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10599 shlibpath_overrides_runpath=no
10600 hardcode_into_libs=yes
10601 ;;
10602 *) # from 4.6 on, and DragonFly
10603 shlibpath_overrides_runpath=yes
10604 hardcode_into_libs=yes
10605 ;;
10606 esac
10607 ;;
10608
10609gnu*)
10610 version_type=linux
10611 need_lib_prefix=no
10612 need_version=no
10613 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10614 soname_spec='${libname}${release}${shared_ext}$major'
10615 shlibpath_var=LD_LIBRARY_PATH
10616 hardcode_into_libs=yes
10617 ;;
10618
3725885a
RW
10619haiku*)
10620 version_type=linux
10621 need_lib_prefix=no
10622 need_version=no
10623 dynamic_linker="$host_os runtime_loader"
10624 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10625 soname_spec='${libname}${release}${shared_ext}$major'
10626 shlibpath_var=LIBRARY_PATH
10627 shlibpath_overrides_runpath=yes
10628 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10629 hardcode_into_libs=yes
10630 ;;
10631
d7040cdb
SE
10632hpux9* | hpux10* | hpux11*)
10633 # Give a soname corresponding to the major version so that dld.sl refuses to
10634 # link against other versions.
10635 version_type=sunos
10636 need_lib_prefix=no
10637 need_version=no
10638 case $host_cpu in
10639 ia64*)
10640 shrext_cmds='.so'
10641 hardcode_into_libs=yes
10642 dynamic_linker="$host_os dld.so"
10643 shlibpath_var=LD_LIBRARY_PATH
10644 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10645 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10646 soname_spec='${libname}${release}${shared_ext}$major'
10647 if test "X$HPUX_IA64_MODE" = X32; then
10648 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10649 else
10650 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10651 fi
10652 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10653 ;;
10654 hppa*64*)
10655 shrext_cmds='.sl'
10656 hardcode_into_libs=yes
10657 dynamic_linker="$host_os dld.sl"
10658 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10659 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10660 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10661 soname_spec='${libname}${release}${shared_ext}$major'
10662 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10663 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10664 ;;
10665 *)
10666 shrext_cmds='.sl'
10667 dynamic_linker="$host_os dld.sl"
10668 shlibpath_var=SHLIB_PATH
10669 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10670 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10671 soname_spec='${libname}${release}${shared_ext}$major'
10672 ;;
10673 esac
3725885a 10674 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10675 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10676 # or fails outright, so override atomically:
10677 install_override_mode=555
d7040cdb
SE
10678 ;;
10679
10680interix[3-9]*)
10681 version_type=linux
10682 need_lib_prefix=no
10683 need_version=no
10684 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10685 soname_spec='${libname}${release}${shared_ext}$major'
10686 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10687 shlibpath_var=LD_LIBRARY_PATH
10688 shlibpath_overrides_runpath=no
10689 hardcode_into_libs=yes
10690 ;;
10691
10692irix5* | irix6* | nonstopux*)
10693 case $host_os in
10694 nonstopux*) version_type=nonstopux ;;
10695 *)
10696 if test "$lt_cv_prog_gnu_ld" = yes; then
10697 version_type=linux
10698 else
10699 version_type=irix
10700 fi ;;
10701 esac
10702 need_lib_prefix=no
10703 need_version=no
10704 soname_spec='${libname}${release}${shared_ext}$major'
10705 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10706 case $host_os in
10707 irix5* | nonstopux*)
10708 libsuff= shlibsuff=
10709 ;;
10710 *)
10711 case $LD in # libtool.m4 will add one of these switches to LD
10712 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10713 libsuff= shlibsuff= libmagic=32-bit;;
10714 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10715 libsuff=32 shlibsuff=N32 libmagic=N32;;
10716 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10717 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10718 *) libsuff= shlibsuff= libmagic=never-match;;
10719 esac
10720 ;;
10721 esac
10722 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10723 shlibpath_overrides_runpath=no
10724 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10725 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10726 hardcode_into_libs=yes
10727 ;;
10728
10729# No shared lib support for Linux oldld, aout, or coff.
10730linux*oldld* | linux*aout* | linux*coff*)
10731 dynamic_linker=no
10732 ;;
10733
10734# This must be Linux ELF.
58e24671 10735linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
10736 version_type=linux
10737 need_lib_prefix=no
10738 need_version=no
10739 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10740 soname_spec='${libname}${release}${shared_ext}$major'
10741 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10742 shlibpath_var=LD_LIBRARY_PATH
10743 shlibpath_overrides_runpath=no
39144654 10744
d7040cdb 10745 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10746 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10747 $as_echo_n "(cached) " >&6
39144654
RW
10748else
10749 lt_cv_shlibpath_overrides_runpath=no
10750 save_LDFLAGS=$LDFLAGS
10751 save_libdir=$libdir
10752 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10753 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10755/* end confdefs.h. */
10756
10757int
10758main ()
10759{
10760
10761 ;
10762 return 0;
10763}
10764_ACEOF
81ecdfbb
RW
10765if ac_fn_c_try_link "$LINENO"; then :
10766 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10767 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10768fi
d7040cdb 10769fi
81ecdfbb
RW
10770rm -f core conftest.err conftest.$ac_objext \
10771 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10772 LDFLAGS=$save_LDFLAGS
10773 libdir=$save_libdir
10774
10775fi
10776
10777 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10778
10779 # This implies no fast_install, which is unacceptable.
10780 # Some rework will be needed to allow for fast_install
10781 # before this can be enabled.
10782 hardcode_into_libs=yes
10783
10784 # Append ld.so.conf contents to the search path
10785 if test -f /etc/ld.so.conf; then
3725885a 10786 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
10787 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10788 fi
10789
10790 # We used to test for /lib/ld.so.1 and disable shared libraries on
10791 # powerpc, because MkLinux only supported shared libraries with the
10792 # GNU dynamic linker. Since this was broken with cross compilers,
10793 # most powerpc-linux boxes support dynamic linking these days and
10794 # people can always --disable-shared, the test was removed, and we
10795 # assume the GNU/Linux dynamic linker is in use.
10796 dynamic_linker='GNU/Linux ld.so'
10797 ;;
10798
10799netbsd*)
10800 version_type=sunos
10801 need_lib_prefix=no
10802 need_version=no
10803 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10804 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10805 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10806 dynamic_linker='NetBSD (a.out) ld.so'
10807 else
10808 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10809 soname_spec='${libname}${release}${shared_ext}$major'
10810 dynamic_linker='NetBSD ld.elf_so'
10811 fi
10812 shlibpath_var=LD_LIBRARY_PATH
10813 shlibpath_overrides_runpath=yes
10814 hardcode_into_libs=yes
10815 ;;
10816
10817newsos6)
10818 version_type=linux
10819 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10820 shlibpath_var=LD_LIBRARY_PATH
10821 shlibpath_overrides_runpath=yes
10822 ;;
10823
10824*nto* | *qnx*)
10825 version_type=qnx
10826 need_lib_prefix=no
10827 need_version=no
10828 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10829 soname_spec='${libname}${release}${shared_ext}$major'
10830 shlibpath_var=LD_LIBRARY_PATH
10831 shlibpath_overrides_runpath=no
10832 hardcode_into_libs=yes
10833 dynamic_linker='ldqnx.so'
10834 ;;
10835
10836openbsd*)
10837 version_type=sunos
10838 sys_lib_dlsearch_path_spec="/usr/lib"
10839 need_lib_prefix=no
10840 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10841 case $host_os in
10842 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10843 *) need_version=no ;;
10844 esac
10845 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10846 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10847 shlibpath_var=LD_LIBRARY_PATH
10848 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10849 case $host_os in
10850 openbsd2.[89] | openbsd2.[89].*)
10851 shlibpath_overrides_runpath=no
10852 ;;
10853 *)
10854 shlibpath_overrides_runpath=yes
10855 ;;
10856 esac
10857 else
10858 shlibpath_overrides_runpath=yes
10859 fi
10860 ;;
10861
10862os2*)
10863 libname_spec='$name'
10864 shrext_cmds=".dll"
10865 need_lib_prefix=no
10866 library_names_spec='$libname${shared_ext} $libname.a'
10867 dynamic_linker='OS/2 ld.exe'
10868 shlibpath_var=LIBPATH
10869 ;;
10870
10871osf3* | osf4* | osf5*)
10872 version_type=osf
10873 need_lib_prefix=no
10874 need_version=no
10875 soname_spec='${libname}${release}${shared_ext}$major'
10876 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10877 shlibpath_var=LD_LIBRARY_PATH
10878 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10879 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10880 ;;
10881
10882rdos*)
10883 dynamic_linker=no
10884 ;;
10885
10886solaris*)
10887 version_type=linux
10888 need_lib_prefix=no
10889 need_version=no
10890 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10891 soname_spec='${libname}${release}${shared_ext}$major'
10892 shlibpath_var=LD_LIBRARY_PATH
10893 shlibpath_overrides_runpath=yes
10894 hardcode_into_libs=yes
10895 # ldd complains unless libraries are executable
10896 postinstall_cmds='chmod +x $lib'
10897 ;;
10898
10899sunos4*)
10900 version_type=sunos
10901 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10902 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10903 shlibpath_var=LD_LIBRARY_PATH
10904 shlibpath_overrides_runpath=yes
10905 if test "$with_gnu_ld" = yes; then
10906 need_lib_prefix=no
10907 fi
10908 need_version=yes
10909 ;;
10910
10911sysv4 | sysv4.3*)
10912 version_type=linux
10913 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10914 soname_spec='${libname}${release}${shared_ext}$major'
10915 shlibpath_var=LD_LIBRARY_PATH
10916 case $host_vendor in
10917 sni)
10918 shlibpath_overrides_runpath=no
10919 need_lib_prefix=no
10920 runpath_var=LD_RUN_PATH
10921 ;;
10922 siemens)
10923 need_lib_prefix=no
10924 ;;
10925 motorola)
10926 need_lib_prefix=no
10927 need_version=no
10928 shlibpath_overrides_runpath=no
10929 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10930 ;;
10931 esac
10932 ;;
10933
10934sysv4*MP*)
10935 if test -d /usr/nec ;then
10936 version_type=linux
10937 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10938 soname_spec='$libname${shared_ext}.$major'
10939 shlibpath_var=LD_LIBRARY_PATH
10940 fi
10941 ;;
10942
10943sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10944 version_type=freebsd-elf
10945 need_lib_prefix=no
10946 need_version=no
10947 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10948 soname_spec='${libname}${release}${shared_ext}$major'
10949 shlibpath_var=LD_LIBRARY_PATH
10950 shlibpath_overrides_runpath=yes
10951 hardcode_into_libs=yes
10952 if test "$with_gnu_ld" = yes; then
10953 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10954 else
10955 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10956 case $host_os in
10957 sco3.2v5*)
10958 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10959 ;;
10960 esac
10961 fi
10962 sys_lib_dlsearch_path_spec='/usr/lib'
10963 ;;
10964
10965tpf*)
10966 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10967 version_type=linux
10968 need_lib_prefix=no
10969 need_version=no
718a6fd8 10970 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
10971 shlibpath_var=LD_LIBRARY_PATH
10972 shlibpath_overrides_runpath=no
10973 hardcode_into_libs=yes
10974 ;;
10975
10976uts4*)
10977 version_type=linux
10978 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10979 soname_spec='${libname}${release}${shared_ext}$major'
10980 shlibpath_var=LD_LIBRARY_PATH
10981 ;;
10982
10983*)
10984 dynamic_linker=no
10985 ;;
10986esac
81ecdfbb
RW
10987{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10988$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
10989test "$dynamic_linker" = no && can_build_shared=no
10990
10991variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10992if test "$GCC" = yes; then
10993 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10994fi
10995
718a6fd8
SE
10996if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10997 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10998fi
10999if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11000 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11001fi
11002
d7040cdb
SE
11003
11004
11005
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
3725885a
RW
11083
11084
11085
11086
11087
d7040cdb
SE
11088
11089
11090
11091
11092
11093
81ecdfbb
RW
11094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11095$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
11096hardcode_action=
11097if test -n "$hardcode_libdir_flag_spec" ||
11098 test -n "$runpath_var" ||
11099 test "X$hardcode_automatic" = "Xyes" ; then
11100
11101 # We can hardcode non-existent directories.
11102 if test "$hardcode_direct" != no &&
11103 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11104 # have to relink, otherwise we might link with an installed library
11105 # when we should be linking with a yet-to-be-installed one
11106 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11107 test "$hardcode_minus_L" != no; then
11108 # Linking always hardcodes the temporary library directory.
11109 hardcode_action=relink
11110 else
11111 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11112 hardcode_action=immediate
11113 fi
11114else
11115 # We cannot hardcode anything, or else we can only hardcode existing
11116 # directories.
11117 hardcode_action=unsupported
11118fi
81ecdfbb
RW
11119{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11120$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
11121
11122if test "$hardcode_action" = relink ||
11123 test "$inherit_rpath" = yes; then
11124 # Fast installation is not supported
11125 enable_fast_install=no
11126elif test "$shlibpath_overrides_runpath" = yes ||
11127 test "$enable_shared" = no; then
11128 # Fast installation is not necessary
11129 enable_fast_install=needless
11130fi
11131
11132
11133
11134
11135
11136
11137 if test "x$enable_dlopen" != xyes; then
11138 enable_dlopen=unknown
11139 enable_dlopen_self=unknown
11140 enable_dlopen_self_static=unknown
11141else
11142 lt_cv_dlopen=no
11143 lt_cv_dlopen_libs=
11144
11145 case $host_os in
11146 beos*)
11147 lt_cv_dlopen="load_add_on"
11148 lt_cv_dlopen_libs=
11149 lt_cv_dlopen_self=yes
11150 ;;
11151
718a6fd8 11152 mingw* | pw32* | cegcc*)
d7040cdb
SE
11153 lt_cv_dlopen="LoadLibrary"
11154 lt_cv_dlopen_libs=
11155 ;;
11156
11157 cygwin*)
11158 lt_cv_dlopen="dlopen"
11159 lt_cv_dlopen_libs=
11160 ;;
11161
11162 darwin*)
11163 # if libdl is installed we need to link against it
81ecdfbb
RW
11164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11165$as_echo_n "checking for dlopen in -ldl... " >&6; }
11166if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11167 $as_echo_n "(cached) " >&6
d7040cdb
SE
11168else
11169 ac_check_lib_save_LIBS=$LIBS
11170LIBS="-ldl $LIBS"
81ecdfbb 11171cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11172/* end confdefs.h. */
11173
81ecdfbb
RW
11174/* Override any GCC internal prototype to avoid an error.
11175 Use char because int might match the return type of a GCC
11176 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11177#ifdef __cplusplus
11178extern "C"
11179#endif
d7040cdb
SE
11180char dlopen ();
11181int
11182main ()
11183{
81ecdfbb 11184return dlopen ();
d7040cdb
SE
11185 ;
11186 return 0;
11187}
11188_ACEOF
81ecdfbb 11189if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11190 ac_cv_lib_dl_dlopen=yes
11191else
81ecdfbb 11192 ac_cv_lib_dl_dlopen=no
d7040cdb 11193fi
81ecdfbb
RW
11194rm -f core conftest.err conftest.$ac_objext \
11195 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11196LIBS=$ac_check_lib_save_LIBS
11197fi
81ecdfbb
RW
11198{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11199$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11200if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
d7040cdb
SE
11201 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11202else
11203
11204 lt_cv_dlopen="dyld"
11205 lt_cv_dlopen_libs=
11206 lt_cv_dlopen_self=yes
11207
11208fi
11209
11210 ;;
11211
11212 *)
81ecdfbb
RW
11213 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11214if test "x$ac_cv_func_shl_load" = x""yes; then :
d7040cdb
SE
11215 lt_cv_dlopen="shl_load"
11216else
81ecdfbb
RW
11217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11218$as_echo_n "checking for shl_load in -ldld... " >&6; }
11219if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11220 $as_echo_n "(cached) " >&6
d7040cdb
SE
11221else
11222 ac_check_lib_save_LIBS=$LIBS
11223LIBS="-ldld $LIBS"
81ecdfbb 11224cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11225/* end confdefs.h. */
11226
81ecdfbb
RW
11227/* Override any GCC internal prototype to avoid an error.
11228 Use char because int might match the return type of a GCC
11229 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11230#ifdef __cplusplus
11231extern "C"
11232#endif
d7040cdb
SE
11233char shl_load ();
11234int
11235main ()
11236{
81ecdfbb 11237return shl_load ();
d7040cdb
SE
11238 ;
11239 return 0;
11240}
11241_ACEOF
81ecdfbb 11242if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11243 ac_cv_lib_dld_shl_load=yes
11244else
81ecdfbb 11245 ac_cv_lib_dld_shl_load=no
d7040cdb 11246fi
81ecdfbb
RW
11247rm -f core conftest.err conftest.$ac_objext \
11248 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11249LIBS=$ac_check_lib_save_LIBS
11250fi
81ecdfbb
RW
11251{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11252$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11253if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
718a6fd8 11254 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 11255else
81ecdfbb
RW
11256 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11257if test "x$ac_cv_func_dlopen" = x""yes; then :
d7040cdb
SE
11258 lt_cv_dlopen="dlopen"
11259else
81ecdfbb
RW
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11261$as_echo_n "checking for dlopen in -ldl... " >&6; }
11262if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11263 $as_echo_n "(cached) " >&6
d7040cdb
SE
11264else
11265 ac_check_lib_save_LIBS=$LIBS
11266LIBS="-ldl $LIBS"
81ecdfbb 11267cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11268/* end confdefs.h. */
11269
81ecdfbb
RW
11270/* Override any GCC internal prototype to avoid an error.
11271 Use char because int might match the return type of a GCC
11272 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11273#ifdef __cplusplus
11274extern "C"
11275#endif
d7040cdb
SE
11276char dlopen ();
11277int
11278main ()
11279{
81ecdfbb 11280return dlopen ();
d7040cdb
SE
11281 ;
11282 return 0;
11283}
11284_ACEOF
81ecdfbb 11285if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11286 ac_cv_lib_dl_dlopen=yes
11287else
81ecdfbb 11288 ac_cv_lib_dl_dlopen=no
d7040cdb 11289fi
81ecdfbb
RW
11290rm -f core conftest.err conftest.$ac_objext \
11291 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11292LIBS=$ac_check_lib_save_LIBS
11293fi
81ecdfbb
RW
11294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11295$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11296if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
d7040cdb
SE
11297 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11298else
81ecdfbb
RW
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11300$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11301if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11302 $as_echo_n "(cached) " >&6
d7040cdb
SE
11303else
11304 ac_check_lib_save_LIBS=$LIBS
11305LIBS="-lsvld $LIBS"
81ecdfbb 11306cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11307/* end confdefs.h. */
11308
81ecdfbb
RW
11309/* Override any GCC internal prototype to avoid an error.
11310 Use char because int might match the return type of a GCC
11311 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11312#ifdef __cplusplus
11313extern "C"
11314#endif
d7040cdb
SE
11315char dlopen ();
11316int
11317main ()
11318{
81ecdfbb 11319return dlopen ();
d7040cdb
SE
11320 ;
11321 return 0;
11322}
11323_ACEOF
81ecdfbb 11324if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11325 ac_cv_lib_svld_dlopen=yes
11326else
81ecdfbb 11327 ac_cv_lib_svld_dlopen=no
d7040cdb 11328fi
81ecdfbb
RW
11329rm -f core conftest.err conftest.$ac_objext \
11330 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11331LIBS=$ac_check_lib_save_LIBS
11332fi
81ecdfbb
RW
11333{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11334$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11335if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
d7040cdb
SE
11336 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11337else
81ecdfbb
RW
11338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11339$as_echo_n "checking for dld_link in -ldld... " >&6; }
11340if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11341 $as_echo_n "(cached) " >&6
d7040cdb
SE
11342else
11343 ac_check_lib_save_LIBS=$LIBS
11344LIBS="-ldld $LIBS"
81ecdfbb 11345cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11346/* end confdefs.h. */
11347
81ecdfbb
RW
11348/* Override any GCC internal prototype to avoid an error.
11349 Use char because int might match the return type of a GCC
11350 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11351#ifdef __cplusplus
11352extern "C"
11353#endif
d7040cdb
SE
11354char dld_link ();
11355int
11356main ()
11357{
81ecdfbb 11358return dld_link ();
d7040cdb
SE
11359 ;
11360 return 0;
11361}
11362_ACEOF
81ecdfbb 11363if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11364 ac_cv_lib_dld_dld_link=yes
11365else
81ecdfbb 11366 ac_cv_lib_dld_dld_link=no
d7040cdb 11367fi
81ecdfbb
RW
11368rm -f core conftest.err conftest.$ac_objext \
11369 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11370LIBS=$ac_check_lib_save_LIBS
11371fi
81ecdfbb
RW
11372{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11373$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11374if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
718a6fd8 11375 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11376fi
11377
11378
11379fi
11380
11381
11382fi
11383
11384
11385fi
11386
11387
11388fi
11389
11390
11391fi
11392
11393 ;;
11394 esac
11395
11396 if test "x$lt_cv_dlopen" != xno; then
11397 enable_dlopen=yes
20e95c23 11398 else
d7040cdb 11399 enable_dlopen=no
252b5132 11400 fi
5464f5a1 11401
d7040cdb
SE
11402 case $lt_cv_dlopen in
11403 dlopen)
11404 save_CPPFLAGS="$CPPFLAGS"
11405 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11406
11407 save_LDFLAGS="$LDFLAGS"
11408 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11409
11410 save_LIBS="$LIBS"
11411 LIBS="$lt_cv_dlopen_libs $LIBS"
11412
81ecdfbb
RW
11413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11414$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11415if test "${lt_cv_dlopen_self+set}" = set; then :
11416 $as_echo_n "(cached) " >&6
20e95c23 11417else
d7040cdb
SE
11418 if test "$cross_compiling" = yes; then :
11419 lt_cv_dlopen_self=cross
11420else
11421 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11422 lt_status=$lt_dlunknown
11423 cat > conftest.$ac_ext <<_LT_EOF
b8871f35 11424#line 11424 "configure"
d7040cdb
SE
11425#include "confdefs.h"
11426
11427#if HAVE_DLFCN_H
11428#include <dlfcn.h>
11429#endif
11430
11431#include <stdio.h>
11432
11433#ifdef RTLD_GLOBAL
11434# define LT_DLGLOBAL RTLD_GLOBAL
11435#else
11436# ifdef DL_GLOBAL
11437# define LT_DLGLOBAL DL_GLOBAL
11438# else
11439# define LT_DLGLOBAL 0
11440# endif
11441#endif
11442
11443/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11444 find out it does not work in some platform. */
11445#ifndef LT_DLLAZY_OR_NOW
11446# ifdef RTLD_LAZY
11447# define LT_DLLAZY_OR_NOW RTLD_LAZY
11448# else
11449# ifdef DL_LAZY
11450# define LT_DLLAZY_OR_NOW DL_LAZY
11451# else
11452# ifdef RTLD_NOW
11453# define LT_DLLAZY_OR_NOW RTLD_NOW
11454# else
11455# ifdef DL_NOW
11456# define LT_DLLAZY_OR_NOW DL_NOW
11457# else
11458# define LT_DLLAZY_OR_NOW 0
11459# endif
11460# endif
11461# endif
11462# endif
11463#endif
11464
3725885a
RW
11465/* When -fvisbility=hidden is used, assume the code has been annotated
11466 correspondingly for the symbols needed. */
11467#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11468void fnord () __attribute__((visibility("default")));
11469#endif
11470
11471void fnord () { int i=42; }
d7040cdb
SE
11472int main ()
11473{
11474 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11475 int status = $lt_dlunknown;
11476
11477 if (self)
11478 {
11479 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11480 else
11481 {
11482 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11483 else puts (dlerror ());
11484 }
d7040cdb
SE
11485 /* dlclose (self); */
11486 }
11487 else
11488 puts (dlerror ());
11489
718a6fd8 11490 return status;
d7040cdb
SE
11491}
11492_LT_EOF
81ecdfbb 11493 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11494 (eval $ac_link) 2>&5
11495 ac_status=$?
81ecdfbb
RW
11496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11497 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11498 (./conftest; exit; ) >&5 2>/dev/null
11499 lt_status=$?
11500 case x$lt_status in
11501 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11502 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11503 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11504 esac
11505 else :
11506 # compilation failed
11507 lt_cv_dlopen_self=no
11508 fi
252b5132 11509fi
d7040cdb 11510rm -fr conftest*
20e95c23 11511
d7040cdb
SE
11512
11513fi
81ecdfbb
RW
11514{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11515$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11516
11517 if test "x$lt_cv_dlopen_self" = xyes; then
11518 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11520$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11521if test "${lt_cv_dlopen_self_static+set}" = set; then :
11522 $as_echo_n "(cached) " >&6
20e95c23 11523else
d7040cdb
SE
11524 if test "$cross_compiling" = yes; then :
11525 lt_cv_dlopen_self_static=cross
11526else
11527 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11528 lt_status=$lt_dlunknown
11529 cat > conftest.$ac_ext <<_LT_EOF
b8871f35 11530#line 11530 "configure"
d7040cdb
SE
11531#include "confdefs.h"
11532
11533#if HAVE_DLFCN_H
11534#include <dlfcn.h>
11535#endif
11536
11537#include <stdio.h>
11538
11539#ifdef RTLD_GLOBAL
11540# define LT_DLGLOBAL RTLD_GLOBAL
11541#else
11542# ifdef DL_GLOBAL
11543# define LT_DLGLOBAL DL_GLOBAL
11544# else
11545# define LT_DLGLOBAL 0
11546# endif
11547#endif
11548
11549/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11550 find out it does not work in some platform. */
11551#ifndef LT_DLLAZY_OR_NOW
11552# ifdef RTLD_LAZY
11553# define LT_DLLAZY_OR_NOW RTLD_LAZY
11554# else
11555# ifdef DL_LAZY
11556# define LT_DLLAZY_OR_NOW DL_LAZY
11557# else
11558# ifdef RTLD_NOW
11559# define LT_DLLAZY_OR_NOW RTLD_NOW
11560# else
11561# ifdef DL_NOW
11562# define LT_DLLAZY_OR_NOW DL_NOW
11563# else
11564# define LT_DLLAZY_OR_NOW 0
11565# endif
11566# endif
11567# endif
11568# endif
11569#endif
11570
3725885a
RW
11571/* When -fvisbility=hidden is used, assume the code has been annotated
11572 correspondingly for the symbols needed. */
11573#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11574void fnord () __attribute__((visibility("default")));
11575#endif
11576
11577void fnord () { int i=42; }
d7040cdb
SE
11578int main ()
11579{
11580 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11581 int status = $lt_dlunknown;
11582
11583 if (self)
11584 {
11585 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11586 else
11587 {
11588 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11589 else puts (dlerror ());
11590 }
d7040cdb
SE
11591 /* dlclose (self); */
11592 }
11593 else
11594 puts (dlerror ());
11595
718a6fd8 11596 return status;
d7040cdb
SE
11597}
11598_LT_EOF
81ecdfbb 11599 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11600 (eval $ac_link) 2>&5
11601 ac_status=$?
81ecdfbb
RW
11602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11603 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11604 (./conftest; exit; ) >&5 2>/dev/null
11605 lt_status=$?
11606 case x$lt_status in
11607 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11608 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11609 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11610 esac
11611 else :
11612 # compilation failed
11613 lt_cv_dlopen_self_static=no
11614 fi
11615fi
11616rm -fr conftest*
11617
11618
11619fi
81ecdfbb
RW
11620{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11621$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11622 fi
11623
11624 CPPFLAGS="$save_CPPFLAGS"
11625 LDFLAGS="$save_LDFLAGS"
11626 LIBS="$save_LIBS"
11627 ;;
11628 esac
11629
11630 case $lt_cv_dlopen_self in
11631 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11632 *) enable_dlopen_self=unknown ;;
11633 esac
11634
11635 case $lt_cv_dlopen_self_static in
11636 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11637 *) enable_dlopen_self_static=unknown ;;
11638 esac
11639fi
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657striplib=
11658old_striplib=
81ecdfbb
RW
11659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11660$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11661if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11662 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11663 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11665$as_echo "yes" >&6; }
d7040cdb
SE
11666else
11667# FIXME - insert some real tests, host_os isn't really good enough
11668 case $host_os in
11669 darwin*)
11670 if test -n "$STRIP" ; then
11671 striplib="$STRIP -x"
11672 old_striplib="$STRIP -S"
81ecdfbb
RW
11673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11674$as_echo "yes" >&6; }
d7040cdb 11675 else
81ecdfbb
RW
11676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11677$as_echo "no" >&6; }
d7040cdb 11678 fi
20e95c23
DJ
11679 ;;
11680 *)
81ecdfbb
RW
11681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11682$as_echo "no" >&6; }
d7040cdb
SE
11683 ;;
11684 esac
11685fi
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698 # Report which library types will actually be built
81ecdfbb
RW
11699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11700$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11702$as_echo "$can_build_shared" >&6; }
d7040cdb 11703
81ecdfbb
RW
11704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11705$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11706 test "$can_build_shared" = "no" && enable_shared=no
11707
11708 # On AIX, shared libraries and static libraries use the same namespace, and
11709 # are all built from PIC.
11710 case $host_os in
11711 aix3*)
11712 test "$enable_shared" = yes && enable_static=no
11713 if test -n "$RANLIB"; then
11714 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11715 postinstall_cmds='$RANLIB $lib'
11716 fi
11717 ;;
11718
e81819a5 11719 aix[4-9]*)
d7040cdb
SE
11720 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11721 test "$enable_shared" = yes && enable_static=no
11722 fi
20e95c23 11723 ;;
d7040cdb 11724 esac
81ecdfbb
RW
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11726$as_echo "$enable_shared" >&6; }
d7040cdb 11727
81ecdfbb
RW
11728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11729$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11730 # Make sure either enable_shared or enable_static is yes.
11731 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11733$as_echo "$enable_static" >&6; }
d7040cdb
SE
11734
11735
11736
11737
11738fi
11739ac_ext=c
11740ac_cpp='$CPP $CPPFLAGS'
11741ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11742ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11743ac_compiler_gnu=$ac_cv_c_compiler_gnu
11744
11745CC="$lt_save_CC"
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
81ecdfbb 11759 ac_config_commands="$ac_config_commands libtool"
ce3c775b
NC
11760
11761
11762
11763
11764# Only expand once:
11765
11766
11767
da2f07f1
JK
11768# AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11769
3388710e
JM
11770# The tests for host and target for $enable_largefile require
11771# canonical names.
11772
11773
11774
da2f07f1
JK
11775# As the $enable_largefile decision depends on --enable-plugins we must set it
11776# even in directories otherwise not depending on the $plugins option.
11777
5691d22d 11778
b879806f
AM
11779 maybe_plugins=no
11780 for ac_header in dlfcn.h
11781do :
11782 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11783"
11784if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11785 cat >>confdefs.h <<_ACEOF
11786#define HAVE_DLFCN_H 1
11787_ACEOF
11788 maybe_plugins=yes
11789fi
11790
11791done
11792
11793 for ac_header in windows.h
11794do :
11795 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11796"
11797if test "x$ac_cv_header_windows_h" = x""yes; then :
11798 cat >>confdefs.h <<_ACEOF
11799#define HAVE_WINDOWS_H 1
11800_ACEOF
11801 maybe_plugins=yes
11802fi
11803
11804done
11805
11806
11807 # Check whether --enable-plugins was given.
81ecdfbb
RW
11808if test "${enable_plugins+set}" = set; then :
11809 enableval=$enable_plugins; case "${enableval}" in
b879806f
AM
11810 no) plugins=no ;;
11811 *) plugins=yes
11812 if test "$maybe_plugins" != "yes" ; then
11813 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11814 fi ;;
11815 esac
ce3c775b 11816else
b879806f
AM
11817 plugins=$maybe_plugins
11818
81ecdfbb 11819fi
ce3c775b 11820
2974be62
AM
11821 if test "$plugins" = "yes"; then
11822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11823$as_echo_n "checking for library containing dlopen... " >&6; }
11824if test "${ac_cv_search_dlopen+set}" = set; then :
11825 $as_echo_n "(cached) " >&6
11826else
11827 ac_func_search_save_LIBS=$LIBS
11828cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11829/* end confdefs.h. */
11830
11831/* Override any GCC internal prototype to avoid an error.
11832 Use char because int might match the return type of a GCC
11833 builtin and then its argument prototype would still apply. */
11834#ifdef __cplusplus
11835extern "C"
11836#endif
11837char dlopen ();
11838int
11839main ()
11840{
11841return dlopen ();
11842 ;
11843 return 0;
11844}
11845_ACEOF
11846for ac_lib in '' dl; do
11847 if test -z "$ac_lib"; then
11848 ac_res="none required"
11849 else
11850 ac_res=-l$ac_lib
11851 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11852 fi
11853 if ac_fn_c_try_link "$LINENO"; then :
11854 ac_cv_search_dlopen=$ac_res
11855fi
11856rm -f core conftest.err conftest.$ac_objext \
11857 conftest$ac_exeext
11858 if test "${ac_cv_search_dlopen+set}" = set; then :
11859 break
11860fi
11861done
11862if test "${ac_cv_search_dlopen+set}" = set; then :
11863
11864else
11865 ac_cv_search_dlopen=no
11866fi
11867rm conftest.$ac_ext
11868LIBS=$ac_func_search_save_LIBS
11869fi
11870{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11871$as_echo "$ac_cv_search_dlopen" >&6; }
11872ac_res=$ac_cv_search_dlopen
11873if test "$ac_res" != no; then :
11874 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11875
11876fi
11877
11878 fi
ce3c775b 11879
5691d22d 11880
da2f07f1 11881case "${host}" in
ce3c775b
NC
11882 sparc-*-solaris*|i[3-7]86-*-solaris*)
11883 # On native 32bit sparc and ia32 solaris, large-file and procfs support
da2f07f1 11884 # are mutually exclusive; and without procfs support, the bfd/ elf module
ce3c775b
NC
11885 # cannot provide certain routines such as elfcore_write_prpsinfo
11886 # or elfcore_write_prstatus. So unless the user explicitly requested
11887 # large-file support through the --enable-largefile switch, disable
11888 # large-file support in favor of procfs support.
da2f07f1
JK
11889 test "${target}" = "${host}" -a "x$plugins" = xno \
11890 && : ${enable_largefile="no"}
ce3c775b
NC
11891 ;;
11892esac
11893
81ecdfbb
RW
11894# Check whether --enable-largefile was given.
11895if test "${enable_largefile+set}" = set; then :
11896 enableval=$enable_largefile;
11897fi
ce3c775b 11898
ce3c775b
NC
11899if test "$enable_largefile" != no; then
11900
81ecdfbb
RW
11901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11902$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11903if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11904 $as_echo_n "(cached) " >&6
ce3c775b
NC
11905else
11906 ac_cv_sys_largefile_CC=no
11907 if test "$GCC" != yes; then
11908 ac_save_CC=$CC
11909 while :; do
81ecdfbb
RW
11910 # IRIX 6.2 and later do not support large files by default,
11911 # so use the C compiler's -n32 option if that helps.
11912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11913/* end confdefs.h. */
11914#include <sys/types.h>
11915 /* Check that off_t can represent 2**63 - 1 correctly.
11916 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11917 since some C++ compilers masquerading as C compilers
11918 incorrectly reject 9223372036854775807. */
11919#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11920 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11921 && LARGE_OFF_T % 2147483647 == 1)
11922 ? 1 : -1];
11923int
11924main ()
11925{
11926
11927 ;
11928 return 0;
11929}
11930_ACEOF
81ecdfbb 11931 if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11932 break
ce3c775b 11933fi
81ecdfbb
RW
11934rm -f core conftest.err conftest.$ac_objext
11935 CC="$CC -n32"
11936 if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11937 ac_cv_sys_largefile_CC=' -n32'; break
ce3c775b 11938fi
81ecdfbb 11939rm -f core conftest.err conftest.$ac_objext
ce3c775b
NC
11940 break
11941 done
11942 CC=$ac_save_CC
11943 rm -f conftest.$ac_ext
11944 fi
11945fi
81ecdfbb
RW
11946{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11947$as_echo "$ac_cv_sys_largefile_CC" >&6; }
ce3c775b
NC
11948 if test "$ac_cv_sys_largefile_CC" != no; then
11949 CC=$CC$ac_cv_sys_largefile_CC
11950 fi
11951
81ecdfbb
RW
11952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11953$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11954if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11955 $as_echo_n "(cached) " >&6
ce3c775b
NC
11956else
11957 while :; do
81ecdfbb 11958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11959/* end confdefs.h. */
11960#include <sys/types.h>
11961 /* Check that off_t can represent 2**63 - 1 correctly.
11962 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11963 since some C++ compilers masquerading as C compilers
11964 incorrectly reject 9223372036854775807. */
11965#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11966 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11967 && LARGE_OFF_T % 2147483647 == 1)
11968 ? 1 : -1];
11969int
11970main ()
11971{
11972
11973 ;
11974 return 0;
11975}
11976_ACEOF
81ecdfbb
RW
11977if ac_fn_c_try_compile "$LINENO"; then :
11978 ac_cv_sys_file_offset_bits=no; break
ce3c775b 11979fi
81ecdfbb
RW
11980rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11982/* end confdefs.h. */
11983#define _FILE_OFFSET_BITS 64
11984#include <sys/types.h>
11985 /* Check that off_t can represent 2**63 - 1 correctly.
11986 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11987 since some C++ compilers masquerading as C compilers
11988 incorrectly reject 9223372036854775807. */
11989#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11990 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11991 && LARGE_OFF_T % 2147483647 == 1)
11992 ? 1 : -1];
11993int
11994main ()
11995{
11996
11997 ;
11998 return 0;
11999}
12000_ACEOF
81ecdfbb 12001if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 12002 ac_cv_sys_file_offset_bits=64; break
ce3c775b 12003fi
81ecdfbb
RW
12004rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12005 ac_cv_sys_file_offset_bits=unknown
ce3c775b
NC
12006 break
12007done
12008fi
81ecdfbb
RW
12009{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12010$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12011case $ac_cv_sys_file_offset_bits in #(
12012 no | unknown) ;;
12013 *)
ce3c775b
NC
12014cat >>confdefs.h <<_ACEOF
12015#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12016_ACEOF
81ecdfbb
RW
12017;;
12018esac
12019rm -rf conftest*
12020 if test $ac_cv_sys_file_offset_bits = unknown; then
12021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12022$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
12023if test "${ac_cv_sys_large_files+set}" = set; then :
12024 $as_echo_n "(cached) " >&6
ce3c775b
NC
12025else
12026 while :; do
81ecdfbb 12027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
12028/* end confdefs.h. */
12029#include <sys/types.h>
12030 /* Check that off_t can represent 2**63 - 1 correctly.
12031 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12032 since some C++ compilers masquerading as C compilers
12033 incorrectly reject 9223372036854775807. */
12034#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12035 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12036 && LARGE_OFF_T % 2147483647 == 1)
12037 ? 1 : -1];
12038int
12039main ()
12040{
12041
12042 ;
12043 return 0;
12044}
12045_ACEOF
81ecdfbb
RW
12046if ac_fn_c_try_compile "$LINENO"; then :
12047 ac_cv_sys_large_files=no; break
ce3c775b 12048fi
81ecdfbb
RW
12049rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
12051/* end confdefs.h. */
12052#define _LARGE_FILES 1
12053#include <sys/types.h>
12054 /* Check that off_t can represent 2**63 - 1 correctly.
12055 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12056 since some C++ compilers masquerading as C compilers
12057 incorrectly reject 9223372036854775807. */
12058#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12059 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12060 && LARGE_OFF_T % 2147483647 == 1)
12061 ? 1 : -1];
12062int
12063main ()
12064{
d7040cdb 12065
ce3c775b
NC
12066 ;
12067 return 0;
12068}
12069_ACEOF
81ecdfbb 12070if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 12071 ac_cv_sys_large_files=1; break
ce3c775b 12072fi
81ecdfbb
RW
12073rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12074 ac_cv_sys_large_files=unknown
ce3c775b
NC
12075 break
12076done
12077fi
81ecdfbb
RW
12078{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12079$as_echo "$ac_cv_sys_large_files" >&6; }
12080case $ac_cv_sys_large_files in #(
12081 no | unknown) ;;
12082 *)
ce3c775b
NC
12083cat >>confdefs.h <<_ACEOF
12084#define _LARGE_FILES $ac_cv_sys_large_files
12085_ACEOF
81ecdfbb
RW
12086;;
12087esac
12088rm -rf conftest*
12089 fi
ce3c775b 12090fi
d7040cdb
SE
12091
12092
da2f07f1
JK
12093
12094 if test "$plugins" = "yes"; then
12095 PLUGINS_TRUE=
12096 PLUGINS_FALSE='#'
12097else
12098 PLUGINS_TRUE='#'
12099 PLUGINS_FALSE=
12100fi
12101
12102
12103if test "$plugins" = "yes"; then
da2f07f1
JK
12104 enable_targets="$enable_targets plugin"
12105fi
12106
81ecdfbb
RW
12107# Check whether --enable-64-bit-bfd was given.
12108if test "${enable_64_bit_bfd+set}" = set; then :
12109 enableval=$enable_64_bit_bfd; case "${enableval}" in
d7040cdb
SE
12110 yes) want64=true ;;
12111 no) want64=false ;;
81ecdfbb 12112 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
d7040cdb
SE
12113esac
12114else
12115 want64=false
81ecdfbb
RW
12116fi
12117
12118# Check whether --enable-targets was given.
12119if test "${enable_targets+set}" = set; then :
12120 enableval=$enable_targets; case "${enableval}" in
12121 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
12122 ;;
12123 no) enable_targets= ;;
12124 *) enable_targets=$enableval ;;
12125esac
81ecdfbb 12126fi
504b7d20 12127
81ecdfbb
RW
12128
12129# Check whether --with-mmap was given.
12130if test "${with_mmap+set}" = set; then :
12131 withval=$with_mmap; case "${withval}" in
d7040cdb
SE
12132 yes) want_mmap=true ;;
12133 no) want_mmap=false ;;
81ecdfbb 12134 *) as_fn_error "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
20e95c23 12135esac
252b5132 12136else
d7040cdb 12137 want_mmap=false
81ecdfbb
RW
12138fi
12139
12140# Check whether --enable-secureplt was given.
12141if test "${enable_secureplt+set}" = set; then :
12142 enableval=$enable_secureplt; case "${enableval}" in
d7040cdb
SE
12143 yes) use_secureplt=true ;;
12144 no) use_secureplt=false ;;
81ecdfbb 12145 *) as_fn_error "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
d7040cdb 12146esac
252b5132 12147else
cc75d373 12148 use_secureplt=true
81ecdfbb
RW
12149fi
12150if test $use_secureplt = true; then
d7040cdb 12151
81ecdfbb 12152$as_echo "#define USE_SECUREPLT 1" >>confdefs.h
5464f5a1 12153
252b5132 12154fi
20e95c23 12155
ef72a554
KT
12156# Check whether --enable-leading-mingw64-underscores was given.
12157if test "${enable_leading_mingw64_underscores+set}" = set; then :
12158 enableval=$enable_leading_mingw64_underscores;
12159fi
12160
12161if test x"$enable_leading_mingw64_underscores" = xyes ; then :
12162
12163$as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12164
12165fi
12166
0d4a1476
AS
12167DEBUGDIR=${libdir}/debug
12168
81ecdfbb
RW
12169# Check whether --with-separate-debug-dir was given.
12170if test "${with_separate_debug_dir+set}" = set; then :
12171 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12172fi
12173
0d4a1476
AS
12174
12175
504b7d20 12176
d7040cdb 12177
81ecdfbb
RW
12178# Check whether --with-pkgversion was given.
12179if test "${with_pkgversion+set}" = set; then :
12180 withval=$with_pkgversion; case "$withval" in
12181 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
d7040cdb
SE
12182 no) PKGVERSION= ;;
12183 *) PKGVERSION="($withval) " ;;
12184 esac
252b5132 12185else
d7040cdb 12186 PKGVERSION="(GNU Binutils) "
252b5132 12187
81ecdfbb
RW
12188fi
12189
20e95c23
DJ
12190
12191
5464f5a1 12192
20e95c23 12193
81ecdfbb
RW
12194# Check whether --with-bugurl was given.
12195if test "${with_bugurl+set}" = set; then :
12196 withval=$with_bugurl; case "$withval" in
12197 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
d7040cdb
SE
12198 no) BUGURL=
12199 ;;
12200 *) BUGURL="$withval"
12201 ;;
12202 esac
252b5132 12203else
d7040cdb
SE
12204 BUGURL="http://www.sourceware.org/bugzilla/"
12205
81ecdfbb
RW
12206fi
12207
d7040cdb
SE
12208 case ${BUGURL} in
12209 "")
12210 REPORT_BUGS_TO=
12211 REPORT_BUGS_TEXI=
20e95c23
DJ
12212 ;;
12213 *)
d7040cdb
SE
12214 REPORT_BUGS_TO="<$BUGURL>"
12215 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
20e95c23 12216 ;;
d7040cdb
SE
12217 esac;
12218
12219
12220
12221
12222
270c9937
JB
12223# Set the 'development' global.
12224. $srcdir/../bfd/development.sh
12225
9780e045 12226# Default set of GCC warnings to enable.
d1a98e0c 12227GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
12228
12229# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
d1a98e0c
AM
12230cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12231/* end confdefs.h. */
12232__GNUC__
12233_ACEOF
12234if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12235 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
12236
12237else
12238 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12239fi
12240rm -f conftest*
12241
d7040cdb 12242
9780e045
NC
12243# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12244cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12245/* end confdefs.h. */
12246__GNUC__
12247_ACEOF
12248if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12249 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
12250
12251else
12252 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12253fi
12254rm -f conftest*
12255
12256
12257
81ecdfbb
RW
12258# Check whether --enable-werror was given.
12259if test "${enable_werror+set}" = set; then :
12260 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
12261 yes | y) ERROR_ON_WARNING="yes" ;;
12262 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 12263 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 12264 esac
81ecdfbb
RW
12265fi
12266
d7040cdb 12267
d1a98e0c 12268# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
12269case "${host}" in
12270 *-*-mingw32*)
12271 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12272 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12273 fi
12274 ;;
12275 *) ;;
12276esac
12277
270c9937
JB
12278# Enable -Werror by default when using gcc. Turn it off for releases.
12279if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
12280 ERROR_ON_WARNING=yes
12281fi
12282
12283NO_WERROR=
12284if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 12285 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
d7040cdb
SE
12286 NO_WERROR="-Wno-error"
12287fi
12288
12289if test "${GCC}" = yes ; then
12290 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12291fi
12292
81ecdfbb
RW
12293# Check whether --enable-build-warnings was given.
12294if test "${enable_build_warnings+set}" = set; then :
12295 enableval=$enable_build_warnings; case "${enableval}" in
d7040cdb
SE
12296 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
12297 no) if test "${GCC}" = yes ; then
12298 WARN_CFLAGS="-w"
12299 fi;;
12300 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12301 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12302 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12303 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12304 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
20e95c23 12305esac
81ecdfbb
RW
12306fi
12307
d7040cdb
SE
12308
12309if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12310 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
20e95c23 12311fi
d7040cdb
SE
12312
12313
12314
12315
12316
81ecdfbb 12317ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12318
12319
df7b86aa
NC
12320# PR 14072
12321
12322
d7040cdb 12323if test -z "$target" ; then
81ecdfbb 12324 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
20e95c23
DJ
12325fi
12326
81ecdfbb
RW
12327
12328{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12329$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12330 # Check whether --enable-maintainer-mode was given.
12331if test "${enable_maintainer_mode+set}" = set; then :
12332 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
d7040cdb
SE
12333else
12334 USE_MAINTAINER_MODE=no
81ecdfbb 12335fi
20e95c23 12336
81ecdfbb
RW
12337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12338$as_echo "$USE_MAINTAINER_MODE" >&6; }
12339 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
12340 MAINTAINER_MODE_TRUE=
12341 MAINTAINER_MODE_FALSE='#'
12342else
12343 MAINTAINER_MODE_TRUE='#'
12344 MAINTAINER_MODE_FALSE=
6be7c12c 12345fi
5464f5a1 12346
d7040cdb
SE
12347 MAINT=$MAINTAINER_MODE_TRUE
12348
12349
81ecdfbb 12350 if false; then
d7040cdb
SE
12351 GENINSRC_NEVER_TRUE=
12352 GENINSRC_NEVER_FALSE='#'
20e95c23 12353else
d7040cdb
SE
12354 GENINSRC_NEVER_TRUE='#'
12355 GENINSRC_NEVER_FALSE=
5464f5a1 12356fi
5464f5a1 12357
d7040cdb
SE
12358 case ${build_alias} in
12359 "") build_noncanonical=${build} ;;
12360 *) build_noncanonical=${build_alias} ;;
20e95c23 12361esac
d7040cdb
SE
12362
12363 case ${host_alias} in
12364 "") host_noncanonical=${build_noncanonical} ;;
12365 *) host_noncanonical=${host_alias} ;;
12366esac
12367
12368 case ${target_alias} in
12369 "") target_noncanonical=${host_noncanonical} ;;
12370 *) target_noncanonical=${target_alias} ;;
12371esac
12372
81ecdfbb
RW
12373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12374$as_echo_n "checking whether to install libbfd... " >&6; }
12375 # Check whether --enable-install-libbfd was given.
12376if test "${enable_install_libbfd+set}" = set; then :
12377 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
252b5132 12378else
d7040cdb
SE
12379 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12380 install_libbfd_p=yes
12381 else
12382 install_libbfd_p=no
12383 fi
81ecdfbb 12384fi
d7040cdb 12385
81ecdfbb
RW
12386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12387$as_echo "$install_libbfd_p" >&6; }
12388 if test $install_libbfd_p = yes; then
d7040cdb
SE
12389 INSTALL_LIBBFD_TRUE=
12390 INSTALL_LIBBFD_FALSE='#'
12391else
12392 INSTALL_LIBBFD_TRUE='#'
12393 INSTALL_LIBBFD_FALSE=
5464f5a1 12394fi
5464f5a1 12395
d7040cdb 12396 # Need _noncanonical variables for this.
5464f5a1 12397
5464f5a1 12398
d7040cdb
SE
12399
12400
12401 # libbfd.a is a host library containing target dependent code
12402 bfdlibdir='$(libdir)'
12403 bfdincludedir='$(includedir)'
12404 if test "${host}" != "${target}"; then
12405 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12406 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
20e95c23 12407 fi
6be7c12c 12408
5464f5a1 12409
5464f5a1
NN
12410
12411
5464f5a1 12412
ac48eca1 12413
573e8a1c
RW
12414
12415
d7040cdb
SE
12416host64=false
12417target64=false
12418bfd_default_target_size=32
252b5132 12419
d7040cdb 12420# host stuff:
20e95c23 12421
4c6a93d3 12422ALL_LINGUAS="fr tr ja es sv da zh_CN ro rw vi fi id ru uk"
d7040cdb
SE
12423# If we haven't got the data from the intl directory,
12424# assume NLS is disabled.
12425USE_NLS=no
12426LIBINTL=
12427LIBINTL_DEP=
12428INCINTL=
12429XGETTEXT=
12430GMSGFMT=
12431POSUB=
12432
12433if test -f ../intl/config.intl; then
12434 . ../intl/config.intl
252b5132 12435fi
81ecdfbb
RW
12436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12437$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12438if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12440$as_echo "no" >&6; }
d7040cdb 12441else
81ecdfbb
RW
12442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12443$as_echo "yes" >&6; }
5464f5a1 12444
81ecdfbb 12445$as_echo "#define ENABLE_NLS 1" >>confdefs.h
252b5132 12446
6be7c12c 12447
81ecdfbb
RW
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12449$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12450 # Look for .po and .gmo files in the source directory.
12451 CATALOGS=
12452 XLINGUAS=
12453 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12454 # If there aren't any .gmo files the shell will give us the
12455 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12456 # weeded out.
12457 case "$cat" in *\**)
12458 continue;;
12459 esac
12460 # The quadruple backslash is collapsed to a double backslash
12461 # by the backticks, then collapsed again by the double quotes,
12462 # leaving us with one backslash in the sed expression (right
12463 # before the dot that mustn't act as a wildcard).
12464 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12465 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12466 # The user is allowed to set LINGUAS to a list of languages to
12467 # install catalogs for. If it's empty that means "all of them."
12468 if test "x$LINGUAS" = x; then
12469 CATALOGS="$CATALOGS $cat"
12470 XLINGUAS="$XLINGUAS $lang"
12471 else
12472 case "$LINGUAS" in *$lang*)
12473 CATALOGS="$CATALOGS $cat"
12474 XLINGUAS="$XLINGUAS $lang"
12475 ;;
12476 esac
12477 fi
12478 done
12479 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12481$as_echo "$LINGUAS" >&6; }
d7040cdb 12482
252b5132 12483
d7040cdb 12484 DATADIRNAME=share
252b5132 12485
d7040cdb 12486 INSTOBJEXT=.mo
5464f5a1 12487
d7040cdb 12488 GENCAT=gencat
20e95c23 12489
d7040cdb 12490 CATOBJEXT=.gmo
5464f5a1 12491
20e95c23 12492fi
5464f5a1 12493
d7040cdb
SE
12494 MKINSTALLDIRS=
12495 if test -n "$ac_aux_dir"; then
12496 case "$ac_aux_dir" in
12497 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12498 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12499 esac
12500 fi
12501 if test -z "$MKINSTALLDIRS"; then
12502 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
5464f5a1 12503 fi
5464f5a1 12504
5464f5a1 12505
d7040cdb 12506
81ecdfbb
RW
12507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12508$as_echo_n "checking whether NLS is requested... " >&6; }
12509 # Check whether --enable-nls was given.
12510if test "${enable_nls+set}" = set; then :
12511 enableval=$enable_nls; USE_NLS=$enableval
252b5132 12512else
d7040cdb 12513 USE_NLS=yes
81ecdfbb
RW
12514fi
12515
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12517$as_echo "$USE_NLS" >&6; }
5464f5a1 12518
252b5132 12519
5464f5a1 12520
252b5132 12521
d7040cdb
SE
12522
12523
12524# Prepare PATH_SEPARATOR.
12525# The user is always right.
12526if test "${PATH_SEPARATOR+set}" != set; then
12527 echo "#! /bin/sh" >conf$$.sh
12528 echo "exit 0" >>conf$$.sh
12529 chmod +x conf$$.sh
12530 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12531 PATH_SEPARATOR=';'
20e95c23 12532 else
d7040cdb 12533 PATH_SEPARATOR=:
20e95c23 12534 fi
d7040cdb
SE
12535 rm -f conf$$.sh
12536fi
12537
12538# Find out how to test for executable files. Don't use a zero-byte file,
12539# as systems may use methods other than mode bits to determine executability.
12540cat >conf$$.file <<_ASEOF
12541#! /bin/sh
12542exit 0
12543_ASEOF
12544chmod +x conf$$.file
12545if test -x conf$$.file >/dev/null 2>&1; then
12546 ac_executable_p="test -x"
20e95c23 12547else
d7040cdb 12548 ac_executable_p="test -f"
20e95c23 12549fi
d7040cdb 12550rm -f conf$$.file
5464f5a1 12551
d7040cdb
SE
12552# Extract the first word of "msgfmt", so it can be a program name with args.
12553set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12554{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12555$as_echo_n "checking for $ac_word... " >&6; }
12556if test "${ac_cv_path_MSGFMT+set}" = set; then :
12557 $as_echo_n "(cached) " >&6
d7040cdb
SE
12558else
12559 case "$MSGFMT" in
12560 [\\/]* | ?:[\\/]*)
12561 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12562 ;;
12563 *)
12564 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12565 for ac_dir in $PATH; do
12566 IFS="$ac_save_IFS"
12567 test -z "$ac_dir" && ac_dir=.
12568 for ac_exec_ext in '' $ac_executable_extensions; do
12569 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12570 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12571 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12572 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12573 break 2
12574 fi
12575 fi
12576 done
12577 done
12578 IFS="$ac_save_IFS"
12579 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12580 ;;
12581esac
5464f5a1 12582fi
d7040cdb
SE
12583MSGFMT="$ac_cv_path_MSGFMT"
12584if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12586$as_echo "$MSGFMT" >&6; }
20e95c23 12587else
81ecdfbb
RW
12588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12589$as_echo "no" >&6; }
252b5132 12590fi
d7040cdb
SE
12591
12592 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12593set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12595$as_echo_n "checking for $ac_word... " >&6; }
12596if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12597 $as_echo_n "(cached) " >&6
252b5132 12598else
d7040cdb
SE
12599 case $GMSGFMT in
12600 [\\/]* | ?:[\\/]*)
12601 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12602 ;;
12603 *)
12604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12605for as_dir in $PATH
12606do
12607 IFS=$as_save_IFS
12608 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12609 for ac_exec_ext in '' $ac_executable_extensions; do
12610 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12611 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12613 break 2
12614 fi
12615done
81ecdfbb
RW
12616 done
12617IFS=$as_save_IFS
5464f5a1 12618
d7040cdb
SE
12619 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12620 ;;
12621esac
252b5132 12622fi
d7040cdb 12623GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12624if test -n "$GMSGFMT"; then
81ecdfbb
RW
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12626$as_echo "$GMSGFMT" >&6; }
252b5132 12627else
81ecdfbb
RW
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12629$as_echo "no" >&6; }
252b5132
RH
12630fi
12631
20e95c23
DJ
12632
12633
81ecdfbb 12634
d7040cdb
SE
12635# Prepare PATH_SEPARATOR.
12636# The user is always right.
12637if test "${PATH_SEPARATOR+set}" != set; then
12638 echo "#! /bin/sh" >conf$$.sh
12639 echo "exit 0" >>conf$$.sh
12640 chmod +x conf$$.sh
12641 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12642 PATH_SEPARATOR=';'
12643 else
12644 PATH_SEPARATOR=:
12645 fi
12646 rm -f conf$$.sh
252b5132 12647fi
20e95c23 12648
d7040cdb
SE
12649# Find out how to test for executable files. Don't use a zero-byte file,
12650# as systems may use methods other than mode bits to determine executability.
12651cat >conf$$.file <<_ASEOF
12652#! /bin/sh
12653exit 0
12654_ASEOF
12655chmod +x conf$$.file
12656if test -x conf$$.file >/dev/null 2>&1; then
12657 ac_executable_p="test -x"
12658else
12659 ac_executable_p="test -f"
12660fi
12661rm -f conf$$.file
252b5132 12662
d7040cdb
SE
12663# Extract the first word of "xgettext", so it can be a program name with args.
12664set dummy xgettext; ac_word=$2
81ecdfbb
RW
12665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12666$as_echo_n "checking for $ac_word... " >&6; }
12667if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12668 $as_echo_n "(cached) " >&6
20e95c23 12669else
d7040cdb
SE
12670 case "$XGETTEXT" in
12671 [\\/]* | ?:[\\/]*)
12672 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12673 ;;
12674 *)
12675 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12676 for ac_dir in $PATH; do
12677 IFS="$ac_save_IFS"
12678 test -z "$ac_dir" && ac_dir=.
12679 for ac_exec_ext in '' $ac_executable_extensions; do
12680 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12681 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12682 (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
12683 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12684 break 2
12685 fi
12686 fi
12687 done
12688 done
12689 IFS="$ac_save_IFS"
12690 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12691 ;;
12692esac
12693fi
12694XGETTEXT="$ac_cv_path_XGETTEXT"
12695if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12697$as_echo "$XGETTEXT" >&6; }
252b5132 12698else
81ecdfbb
RW
12699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12700$as_echo "no" >&6; }
252b5132
RH
12701fi
12702
d7040cdb 12703 rm -f messages.po
5464f5a1 12704
252b5132 12705
d7040cdb
SE
12706# Prepare PATH_SEPARATOR.
12707# The user is always right.
12708if test "${PATH_SEPARATOR+set}" != set; then
12709 echo "#! /bin/sh" >conf$$.sh
12710 echo "exit 0" >>conf$$.sh
12711 chmod +x conf$$.sh
12712 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12713 PATH_SEPARATOR=';'
12714 else
12715 PATH_SEPARATOR=:
12716 fi
12717 rm -f conf$$.sh
252b5132
RH
12718fi
12719
d7040cdb
SE
12720# Find out how to test for executable files. Don't use a zero-byte file,
12721# as systems may use methods other than mode bits to determine executability.
12722cat >conf$$.file <<_ASEOF
12723#! /bin/sh
12724exit 0
12725_ASEOF
12726chmod +x conf$$.file
12727if test -x conf$$.file >/dev/null 2>&1; then
12728 ac_executable_p="test -x"
5464f5a1 12729else
d7040cdb 12730 ac_executable_p="test -f"
20e95c23 12731fi
d7040cdb 12732rm -f conf$$.file
5464f5a1 12733
d7040cdb
SE
12734# Extract the first word of "msgmerge", so it can be a program name with args.
12735set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12737$as_echo_n "checking for $ac_word... " >&6; }
12738if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12739 $as_echo_n "(cached) " >&6
d7040cdb
SE
12740else
12741 case "$MSGMERGE" in
12742 [\\/]* | ?:[\\/]*)
12743 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12744 ;;
12745 *)
12746 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12747 for ac_dir in $PATH; do
12748 IFS="$ac_save_IFS"
12749 test -z "$ac_dir" && ac_dir=.
12750 for ac_exec_ext in '' $ac_executable_extensions; do
12751 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12752 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12753 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12754 break 2
12755 fi
12756 fi
12757 done
12758 done
12759 IFS="$ac_save_IFS"
12760 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12761 ;;
12762esac
5464f5a1 12763fi
d7040cdb
SE
12764MSGMERGE="$ac_cv_path_MSGMERGE"
12765if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12767$as_echo "$MSGMERGE" >&6; }
20e95c23 12768else
81ecdfbb
RW
12769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12770$as_echo "no" >&6; }
d7040cdb 12771fi
20e95c23 12772
5464f5a1 12773
d7040cdb
SE
12774 if test "$GMSGFMT" != ":"; then
12775 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12776 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12777 : ;
12778 else
12779 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12781$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12782 GMSGFMT=":"
12783 fi
12784 fi
252b5132 12785
d7040cdb
SE
12786 if test "$XGETTEXT" != ":"; then
12787 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12788 (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
12789 : ;
12790 else
81ecdfbb
RW
12791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12792$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12793 XGETTEXT=":"
12794 fi
12795 rm -f messages.po
12796 fi
6be7c12c 12797
81ecdfbb 12798 ac_config_commands="$ac_config_commands default-1"
5464f5a1 12799
252b5132 12800
5464f5a1 12801
d7040cdb
SE
12802# Permit host specific settings.
12803. ${srcdir}/configure.host
12804
12805
252b5132 12806
252b5132 12807
d7040cdb 12808BFD_HOST_64BIT_LONG=0
d2df793a 12809BFD_HOST_64BIT_LONG_LONG=0
d7040cdb
SE
12810BFD_HOST_64_BIT_DEFINED=0
12811BFD_HOST_64_BIT=
12812BFD_HOST_U_64_BIT=
d2df793a 12813BFD_HOSTPTR_T="unsigned long"
6be7c12c 12814
81ecdfbb
RW
12815# The cast to long int works around a bug in the HP C Compiler
12816# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12817# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12818# This bug is HP SR number 8606223364.
12819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12820$as_echo_n "checking size of long long... " >&6; }
12821if test "${ac_cv_sizeof_long_long+set}" = set; then :
12822 $as_echo_n "(cached) " >&6
6726e1ea 12823else
81ecdfbb
RW
12824 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12825
12826else
12827 if test "$ac_cv_type_long_long" = yes; then
12828 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12829$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12830{ as_fn_set_status 77
12831as_fn_error "cannot compute sizeof (long long)
12832See \`config.log' for more details." "$LINENO" 5; }; }
12833 else
12834 ac_cv_sizeof_long_long=0
12835 fi
12836fi
12837
12838fi
12839{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12840$as_echo "$ac_cv_sizeof_long_long" >&6; }
12841
12842
12843
12844cat >>confdefs.h <<_ACEOF
12845#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5464f5a1 12846_ACEOF
81ecdfbb
RW
12847
12848
12849# The cast to long int works around a bug in the HP C Compiler
12850# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12851# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12852# This bug is HP SR number 8606223364.
12853{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12854$as_echo_n "checking size of void *... " >&6; }
12855if test "${ac_cv_sizeof_void_p+set}" = set; then :
12856 $as_echo_n "(cached) " >&6
6726e1ea 12857else
81ecdfbb 12858 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
5464f5a1 12859
81ecdfbb
RW
12860else
12861 if test "$ac_cv_type_void_p" = yes; then
12862 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12863$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12864{ as_fn_set_status 77
12865as_fn_error "cannot compute sizeof (void *)
12866See \`config.log' for more details." "$LINENO" 5; }; }
12867 else
12868 ac_cv_sizeof_void_p=0
12869 fi
6726e1ea 12870fi
81ecdfbb 12871
6726e1ea 12872fi
81ecdfbb
RW
12873{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12874$as_echo "$ac_cv_sizeof_void_p" >&6; }
6726e1ea 12875
6726e1ea 12876
2ba49b59 12877
81ecdfbb
RW
12878cat >>confdefs.h <<_ACEOF
12879#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
5464f5a1 12880_ACEOF
81ecdfbb
RW
12881
12882
12883# The cast to long int works around a bug in the HP C Compiler
12884# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12885# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12886# This bug is HP SR number 8606223364.
12887{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12888$as_echo_n "checking size of long... " >&6; }
12889if test "${ac_cv_sizeof_long+set}" = set; then :
12890 $as_echo_n "(cached) " >&6
6726e1ea 12891else
81ecdfbb 12892 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
5464f5a1 12893
252b5132 12894else
81ecdfbb
RW
12895 if test "$ac_cv_type_long" = yes; then
12896 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12897$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12898{ as_fn_set_status 77
12899as_fn_error "cannot compute sizeof (long)
12900See \`config.log' for more details." "$LINENO" 5; }; }
12901 else
12902 ac_cv_sizeof_long=0
12903 fi
12904fi
5464f5a1 12905
81ecdfbb
RW
12906fi
12907{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12908$as_echo "$ac_cv_sizeof_long" >&6; }
2ba49b59 12909
81ecdfbb
RW
12910
12911
12912cat >>confdefs.h <<_ACEOF
12913#define SIZEOF_LONG $ac_cv_sizeof_long
5464f5a1 12914_ACEOF
2ba49b59 12915
2ba49b59 12916
81ecdfbb
RW
12917
12918if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12919 host64=true
252b5132 12920fi
5464f5a1 12921
81ecdfbb
RW
12922if test "x${ac_cv_sizeof_long}" = "x8"; then
12923 BFD_HOST_64BIT_LONG=1
12924 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
12925 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
12926elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12927 BFD_HOST_64BIT_LONG_LONG=1
12928 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
12929 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
12930 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12931 BFD_HOSTPTR_T="unsigned long long"
12932 fi
252b5132 12933fi
81ecdfbb
RW
12934
12935if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12936 BFD_HOST_64_BIT_DEFINED=1
12937 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
12938 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
2ba49b59 12939fi
5464f5a1 12940
5464f5a1 12941
2ba49b59 12942
2ba49b59 12943
5464f5a1 12944
81ecdfbb
RW
12945
12946
12947
12948# Put a plausible default for CC_FOR_BUILD in Makefile.
12949if test -z "$CC_FOR_BUILD"; then
12950 if test "x$cross_compiling" = "xno"; then
12951 CC_FOR_BUILD='$(CC)'
12952 else
12953 CC_FOR_BUILD=gcc
12954 fi
2ba49b59 12955fi
81ecdfbb
RW
12956
12957# Also set EXEEXT_FOR_BUILD.
12958if test "x$cross_compiling" = "xno"; then
12959 EXEEXT_FOR_BUILD='$(EXEEXT)'
12960else
12961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12962$as_echo_n "checking for build system executable suffix... " >&6; }
12963if test "${bfd_cv_build_exeext+set}" = set; then :
12964 $as_echo_n "(cached) " >&6
6be7c12c 12965else
81ecdfbb
RW
12966 rm -f conftest*
12967 echo 'int main () { return 0; }' > conftest.c
12968 bfd_cv_build_exeext=
12969 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12970 for file in conftest.*; do
12971 case $file in
12972 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12973 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12974 esac
12975 done
12976 rm -f conftest*
12977 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
5464f5a1 12978fi
81ecdfbb
RW
12979{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12980$as_echo "$bfd_cv_build_exeext" >&6; }
12981 EXEEXT_FOR_BUILD=""
12982 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
5464f5a1 12983fi
5464f5a1 12984
5464f5a1 12985
31593e1b 12986for ac_header in alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h wchar.h wctype.h
81ecdfbb
RW
12987do :
12988 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12989ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12990eval as_val=\$$as_ac_Header
12991 if test "x$as_val" = x""yes; then :
12992 cat >>confdefs.h <<_ACEOF
12993#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
d2df793a 12994_ACEOF
d2df793a 12995
d2df793a 12996fi
d2df793a 12997
81ecdfbb 12998done
d2df793a 12999
9d782e8d 13000for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h sys/resource.h
81ecdfbb
RW
13001do :
13002 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13003ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13004eval as_val=\$$as_ac_Header
13005 if test "x$as_val" = x""yes; then :
13006 cat >>confdefs.h <<_ACEOF
13007#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
d2df793a 13008_ACEOF
d2df793a 13009
d2df793a 13010fi
d2df793a 13011
81ecdfbb 13012done
d2df793a 13013
81ecdfbb 13014
d2df793a 13015
f3b4f6d0 13016inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
81ecdfbb 13017
f3b4f6d0
PB
13018acx_cv_header_stdint=stddef.h
13019acx_cv_header_stdint_kind="(already complete)"
13020for i in stdint.h $inttype_headers; do
13021 unset ac_cv_type_uintptr_t
13022 unset ac_cv_type_uintmax_t
13023 unset ac_cv_type_int_least32_t
13024 unset ac_cv_type_int_fast32_t
13025 unset ac_cv_type_uint64_t
13026 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
13027 ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
13028#include <$i>
13029"
13030if test "x$ac_cv_type_uintmax_t" = x""yes; then :
13031 acx_cv_header_stdint=$i
d2df793a 13032else
f3b4f6d0
PB
13033 continue
13034fi
81ecdfbb 13035
f3b4f6d0
PB
13036 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13037#include <$i>
13038"
13039if test "x$ac_cv_type_uintptr_t" = x""yes; then :
d2df793a 13040
81ecdfbb 13041else
f3b4f6d0 13042 acx_cv_header_stdint_kind="(mostly complete)"
d2df793a 13043fi
81ecdfbb 13044
f3b4f6d0
PB
13045 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
13046#include <$i>
13047"
13048if test "x$ac_cv_type_int_least32_t" = x""yes; then :
13049
d2df793a 13050else
f3b4f6d0 13051 acx_cv_header_stdint_kind="(mostly complete)"
81ecdfbb 13052fi
81ecdfbb 13053
f3b4f6d0
PB
13054 ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
13055#include <$i>
13056"
13057if test "x$ac_cv_type_int_fast32_t" = x""yes; then :
81ecdfbb 13058
f3b4f6d0
PB
13059else
13060 acx_cv_header_stdint_kind="(mostly complete)"
13061fi
81ecdfbb 13062
f3b4f6d0
PB
13063 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13064#include <$i>
13065"
13066if test "x$ac_cv_type_uint64_t" = x""yes; then :
d2df793a 13067
07c58694 13068else
f3b4f6d0
PB
13069 acx_cv_header_stdint_kind="(lacks uint64_t)"
13070fi
81ecdfbb 13071
f3b4f6d0
PB
13072 break
13073done
13074if test "$acx_cv_header_stdint" = stddef.h; then
13075 acx_cv_header_stdint_kind="(lacks uintmax_t)"
13076 for i in stdint.h $inttype_headers; do
13077 unset ac_cv_type_uintptr_t
13078 unset ac_cv_type_uint32_t
13079 unset ac_cv_type_uint64_t
13080 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
13081 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
13082#include <$i>
13083"
13084if test "x$ac_cv_type_uint32_t" = x""yes; then :
13085 acx_cv_header_stdint=$i
13086else
13087 continue
d2df793a 13088fi
81ecdfbb 13089
f3b4f6d0
PB
13090 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13091#include <$i>
13092"
13093if test "x$ac_cv_type_uint64_t" = x""yes; then :
81ecdfbb 13094
f3b4f6d0 13095fi
81ecdfbb 13096
f3b4f6d0
PB
13097 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13098#include <$i>
13099"
13100if test "x$ac_cv_type_uintptr_t" = x""yes; then :
81ecdfbb 13101
f3b4f6d0 13102fi
81ecdfbb 13103
f3b4f6d0
PB
13104 break
13105 done
13106fi
13107if test "$acx_cv_header_stdint" = stddef.h; then
13108 acx_cv_header_stdint_kind="(u_intXX_t style)"
13109 for i in sys/types.h $inttype_headers; do
13110 unset ac_cv_type_u_int32_t
13111 unset ac_cv_type_u_int64_t
13112 $as_echo_n "looking for u_intXX_t types in $i, " >&6
13113 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
13114#include <$i>
13115"
13116if test "x$ac_cv_type_u_int32_t" = x""yes; then :
13117 acx_cv_header_stdint=$i
07c58694 13118else
f3b4f6d0
PB
13119 continue
13120fi
81ecdfbb 13121
f3b4f6d0
PB
13122 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
13123#include <$i>
13124"
13125if test "x$ac_cv_type_u_int64_t" = x""yes; then :
81ecdfbb 13126
f3b4f6d0 13127fi
81ecdfbb 13128
f3b4f6d0
PB
13129 break
13130 done
d2df793a 13131fi
f3b4f6d0
PB
13132if test "$acx_cv_header_stdint" = stddef.h; then
13133 acx_cv_header_stdint_kind="(using manual detection)"
d2df793a 13134fi
81ecdfbb 13135
f3b4f6d0
PB
13136test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
13137test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
13138test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
13139test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
13140test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
81ecdfbb 13141
f3b4f6d0 13142# ----------------- Summarize what we found so far
07c58694 13143
f3b4f6d0
PB
13144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in bfd_stdint.h" >&5
13145$as_echo_n "checking what to include in bfd_stdint.h... " >&6; }
81ecdfbb 13146
f3b4f6d0
PB
13147case `$as_basename -- bfd_stdint.h ||
13148$as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \
13149 Xbfd_stdint.h : 'X\(//\)$' \| \
13150 Xbfd_stdint.h : 'X\(/\)' \| . 2>/dev/null ||
13151$as_echo X/bfd_stdint.h |
13152 sed '/^.*\/\([^/][^/]*\)\/*$/{
13153 s//\1/
13154 q
13155 }
13156 /^X\/\(\/\/\)$/{
13157 s//\1/
13158 q
13159 }
13160 /^X\/\(\/\).*/{
13161 s//\1/
13162 q
13163 }
13164 s/.*/./; q'` in
13165 stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13166$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13167 inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13168$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13169 *) ;;
13170esac
81ecdfbb 13171
f3b4f6d0
PB
13172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
13173$as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
5464f5a1 13174
f3b4f6d0 13175# ----------------- done included file, check C basic types --------
2ba49b59 13176
f3b4f6d0
PB
13177# Lacking an uintptr_t? Test size of void *
13178case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
13179 stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
13180# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13181# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13182# This bug is HP SR number 8606223364.
13183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13184$as_echo_n "checking size of void *... " >&6; }
13185if test "${ac_cv_sizeof_void_p+set}" = set; then :
13186 $as_echo_n "(cached) " >&6
13187else
13188 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
2ba49b59 13189
f3b4f6d0
PB
13190else
13191 if test "$ac_cv_type_void_p" = yes; then
13192 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13193$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13194{ as_fn_set_status 77
13195as_fn_error "cannot compute sizeof (void *)
13196See \`config.log' for more details." "$LINENO" 5; }; }
13197 else
13198 ac_cv_sizeof_void_p=0
13199 fi
13200fi
81ecdfbb 13201
f3b4f6d0
PB
13202fi
13203{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13204$as_echo "$ac_cv_sizeof_void_p" >&6; }
81ecdfbb 13205
07c58694
PB
13206
13207
13208cat >>confdefs.h <<_ACEOF
f3b4f6d0 13209#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
07c58694 13210_ACEOF
07c58694 13211
f3b4f6d0
PB
13212 ;;
13213esac
07c58694 13214
f3b4f6d0
PB
13215# Lacking an uint64_t? Test size of long
13216case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
13217 stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
13218# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13219# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13220# This bug is HP SR number 8606223364.
13221{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13222$as_echo_n "checking size of long... " >&6; }
13223if test "${ac_cv_sizeof_long+set}" = set; then :
81ecdfbb 13224 $as_echo_n "(cached) " >&6
5464f5a1 13225else
f3b4f6d0 13226 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
07c58694 13227
2ba49b59 13228else
f3b4f6d0
PB
13229 if test "$ac_cv_type_long" = yes; then
13230 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13231$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13232{ as_fn_set_status 77
13233as_fn_error "cannot compute sizeof (long)
13234See \`config.log' for more details." "$LINENO" 5; }; }
13235 else
13236 ac_cv_sizeof_long=0
13237 fi
81ecdfbb 13238fi
2ba49b59 13239
f3b4f6d0
PB
13240fi
13241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13242$as_echo "$ac_cv_sizeof_long" >&6; }
81ecdfbb 13243
5464f5a1 13244
81ecdfbb 13245
f3b4f6d0
PB
13246cat >>confdefs.h <<_ACEOF
13247#define SIZEOF_LONG $ac_cv_sizeof_long
13248_ACEOF
07c58694 13249
f3b4f6d0
PB
13250 ;;
13251esac
2ba49b59 13252
f3b4f6d0
PB
13253if test $acx_cv_header_stdint = stddef.h; then
13254 # Lacking a good header? Test size of everything and deduce all types.
13255 # The cast to long int works around a bug in the HP C Compiler
13256# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13257# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13258# This bug is HP SR number 8606223364.
13259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13260$as_echo_n "checking size of int... " >&6; }
13261if test "${ac_cv_sizeof_int+set}" = set; then :
13262 $as_echo_n "(cached) " >&6
81ecdfbb 13263else
f3b4f6d0 13264 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
81ecdfbb 13265
f3b4f6d0
PB
13266else
13267 if test "$ac_cv_type_int" = yes; then
13268 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13269$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13270{ as_fn_set_status 77
13271as_fn_error "cannot compute sizeof (int)
13272See \`config.log' for more details." "$LINENO" 5; }; }
13273 else
13274 ac_cv_sizeof_int=0
13275 fi
2ba49b59 13276fi
81ecdfbb 13277
f3b4f6d0
PB
13278fi
13279{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13280$as_echo "$ac_cv_sizeof_int" >&6; }
81ecdfbb
RW
13281
13282
07c58694
PB
13283
13284cat >>confdefs.h <<_ACEOF
f3b4f6d0 13285#define SIZEOF_INT $ac_cv_sizeof_int
07c58694 13286_ACEOF
81ecdfbb 13287
07c58694 13288
f3b4f6d0
PB
13289 # The cast to long int works around a bug in the HP C Compiler
13290# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13291# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13292# This bug is HP SR number 8606223364.
13293{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13294$as_echo_n "checking size of short... " >&6; }
13295if test "${ac_cv_sizeof_short+set}" = set; then :
13296 $as_echo_n "(cached) " >&6
13297else
13298 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
07c58694 13299
f3b4f6d0
PB
13300else
13301 if test "$ac_cv_type_short" = yes; then
13302 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13303$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13304{ as_fn_set_status 77
13305as_fn_error "cannot compute sizeof (short)
13306See \`config.log' for more details." "$LINENO" 5; }; }
13307 else
13308 ac_cv_sizeof_short=0
13309 fi
13310fi
07c58694 13311
f3b4f6d0
PB
13312fi
13313{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13314$as_echo "$ac_cv_sizeof_short" >&6; }
07c58694
PB
13315
13316
13317
f3b4f6d0
PB
13318cat >>confdefs.h <<_ACEOF
13319#define SIZEOF_SHORT $ac_cv_sizeof_short
13320_ACEOF
07c58694
PB
13321
13322
f3b4f6d0
PB
13323 # The cast to long int works around a bug in the HP C Compiler
13324# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13325# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13326# This bug is HP SR number 8606223364.
13327{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
13328$as_echo_n "checking size of char... " >&6; }
13329if test "${ac_cv_sizeof_char+set}" = set; then :
13330 $as_echo_n "(cached) " >&6
13331else
13332 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
07c58694 13333
f3b4f6d0
PB
13334else
13335 if test "$ac_cv_type_char" = yes; then
13336 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13337$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13338{ as_fn_set_status 77
13339as_fn_error "cannot compute sizeof (char)
13340See \`config.log' for more details." "$LINENO" 5; }; }
13341 else
13342 ac_cv_sizeof_char=0
13343 fi
13344fi
07c58694 13345
f3b4f6d0
PB
13346fi
13347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
13348$as_echo "$ac_cv_sizeof_char" >&6; }
07c58694
PB
13349
13350
07c58694 13351
2ba49b59 13352cat >>confdefs.h <<_ACEOF
f3b4f6d0 13353#define SIZEOF_CHAR $ac_cv_sizeof_char
2ba49b59
KC
13354_ACEOF
13355
13356
2ba49b59 13357
f3b4f6d0
PB
13358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
13359$as_echo_n "checking for type equivalent to int8_t... " >&6; }
13360 case "$ac_cv_sizeof_char" in
13361 1) acx_cv_type_int8_t=char ;;
58bbed62 13362 *) as_fn_error "no 8-bit type, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13363 esac
13364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
13365$as_echo "$acx_cv_type_int8_t" >&6; }
13366
13367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
13368$as_echo_n "checking for type equivalent to int16_t... " >&6; }
13369 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
13370 2:*) acx_cv_type_int16_t=int ;;
13371 *:2) acx_cv_type_int16_t=short ;;
58bbed62 13372 *) as_fn_error "no 16-bit type, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13373 esac
13374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
13375$as_echo "$acx_cv_type_int16_t" >&6; }
13376
13377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
13378$as_echo_n "checking for type equivalent to int32_t... " >&6; }
13379 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
13380 4:*) acx_cv_type_int32_t=int ;;
13381 *:4) acx_cv_type_int32_t=long ;;
58bbed62 13382 *) as_fn_error "no 32-bit type, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13383 esac
13384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
13385$as_echo "$acx_cv_type_int32_t" >&6; }
81ecdfbb 13386fi
2ba49b59 13387
f3b4f6d0 13388# These tests are here to make the output prettier
07c58694 13389
f3b4f6d0
PB
13390if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
13391 case "$ac_cv_sizeof_long" in
13392 8) acx_cv_type_int64_t=long ;;
13393 esac
13394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
13395$as_echo_n "checking for type equivalent to int64_t... " >&6; }
13396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
13397$as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
13398fi
13399
13400# Now we can use the above types
13401
13402if test "$ac_cv_type_uintptr_t" != yes; then
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
13404$as_echo_n "checking for type equivalent to intptr_t... " >&6; }
13405 case $ac_cv_sizeof_void_p in
13406 2) acx_cv_type_intptr_t=int16_t ;;
13407 4) acx_cv_type_intptr_t=int32_t ;;
13408 8) acx_cv_type_intptr_t=int64_t ;;
58bbed62 13409 *) as_fn_error "no equivalent for intptr_t, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13410 esac
13411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
13412$as_echo "$acx_cv_type_intptr_t" >&6; }
13413fi
07c58694 13414
f3b4f6d0 13415# ----------------- done all checks, emit header -------------
81ecdfbb 13416ac_config_commands="$ac_config_commands bfd_stdint.h"
2ba49b59
KC
13417
13418
d2df793a 13419
81ecdfbb
RW
13420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
13421$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
13422if test "${ac_cv_header_time+set}" = set; then :
13423 $as_echo_n "(cached) " >&6
2ba49b59 13424else
81ecdfbb
RW
13425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13426/* end confdefs.h. */
13427#include <sys/types.h>
13428#include <sys/time.h>
13429#include <time.h>
13430
13431int
13432main ()
13433{
13434if ((struct tm *) 0)
13435return 0;
13436 ;
13437 return 0;
13438}
13439_ACEOF
13440if ac_fn_c_try_compile "$LINENO"; then :
13441 ac_cv_header_time=yes
2ba49b59 13442else
81ecdfbb 13443 ac_cv_header_time=no
2ba49b59 13444fi
81ecdfbb 13445rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2ba49b59 13446fi
81ecdfbb
RW
13447{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
13448$as_echo "$ac_cv_header_time" >&6; }
13449if test $ac_cv_header_time = yes; then
2ba49b59 13450
81ecdfbb 13451$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
2ba49b59 13452
2ba49b59 13453fi
81ecdfbb
RW
13454
13455ac_header_dirent=no
13456for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
13457 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
13458{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
13459$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
13460if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
13461 $as_echo_n "(cached) " >&6
2ba49b59 13462else
81ecdfbb 13463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2ba49b59 13464/* end confdefs.h. */
81ecdfbb
RW
13465#include <sys/types.h>
13466#include <$ac_hdr>
13467
13468int
13469main ()
13470{
13471if ((DIR *) 0)
13472return 0;
13473 ;
13474 return 0;
13475}
2ba49b59 13476_ACEOF
81ecdfbb
RW
13477if ac_fn_c_try_compile "$LINENO"; then :
13478 eval "$as_ac_Header=yes"
2ba49b59 13479else
81ecdfbb
RW
13480 eval "$as_ac_Header=no"
13481fi
13482rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13483fi
13484eval ac_res=\$$as_ac_Header
13485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13486$as_echo "$ac_res" >&6; }
13487eval as_val=\$$as_ac_Header
13488 if test "x$as_val" = x""yes; then :
13489 cat >>confdefs.h <<_ACEOF
13490#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
13491_ACEOF
2ba49b59 13492
81ecdfbb 13493ac_header_dirent=$ac_hdr; break
2ba49b59 13494fi
2ba49b59 13495
81ecdfbb
RW
13496done
13497# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
13498if test $ac_header_dirent = dirent.h; then
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13500$as_echo_n "checking for library containing opendir... " >&6; }
13501if test "${ac_cv_search_opendir+set}" = set; then :
13502 $as_echo_n "(cached) " >&6
13503else
13504 ac_func_search_save_LIBS=$LIBS
13505cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2ba49b59 13506/* end confdefs.h. */
81ecdfbb
RW
13507
13508/* Override any GCC internal prototype to avoid an error.
13509 Use char because int might match the return type of a GCC
13510 builtin and then its argument prototype would still apply. */
13511#ifdef __cplusplus
13512extern "C"
13513#endif
13514char opendir ();
13515int
13516main ()
13517{
13518return opendir ();
13519 ;
13520 return 0;
13521}
2ba49b59 13522_ACEOF
81ecdfbb
RW
13523for ac_lib in '' dir; do
13524 if test -z "$ac_lib"; then
13525 ac_res="none required"
2ba49b59 13526 else
81ecdfbb
RW
13527 ac_res=-l$ac_lib
13528 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2ba49b59 13529 fi
81ecdfbb
RW
13530 if ac_fn_c_try_link "$LINENO"; then :
13531 ac_cv_search_opendir=$ac_res
2ba49b59 13532fi
81ecdfbb
RW
13533rm -f core conftest.err conftest.$ac_objext \
13534 conftest$ac_exeext
13535 if test "${ac_cv_search_opendir+set}" = set; then :
13536 break
2ba49b59 13537fi
81ecdfbb
RW
13538done
13539if test "${ac_cv_search_opendir+set}" = set; then :
2ba49b59 13540
2ba49b59 13541else
81ecdfbb 13542 ac_cv_search_opendir=no
2ba49b59 13543fi
81ecdfbb
RW
13544rm conftest.$ac_ext
13545LIBS=$ac_func_search_save_LIBS
2ba49b59 13546fi
81ecdfbb
RW
13547{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13548$as_echo "$ac_cv_search_opendir" >&6; }
13549ac_res=$ac_cv_search_opendir
13550if test "$ac_res" != no; then :
13551 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
2ba49b59
KC
13552
13553fi
13554
81ecdfbb
RW
13555else
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13557$as_echo_n "checking for library containing opendir... " >&6; }
13558if test "${ac_cv_search_opendir+set}" = set; then :
13559 $as_echo_n "(cached) " >&6
13560else
13561 ac_func_search_save_LIBS=$LIBS
13562cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13563/* end confdefs.h. */
2ba49b59 13564
81ecdfbb
RW
13565/* Override any GCC internal prototype to avoid an error.
13566 Use char because int might match the return type of a GCC
13567 builtin and then its argument prototype would still apply. */
13568#ifdef __cplusplus
13569extern "C"
13570#endif
13571char opendir ();
13572int
13573main ()
13574{
13575return opendir ();
13576 ;
13577 return 0;
13578}
13579_ACEOF
13580for ac_lib in '' x; do
13581 if test -z "$ac_lib"; then
13582 ac_res="none required"
13583 else
13584 ac_res=-l$ac_lib
13585 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13586 fi
13587 if ac_fn_c_try_link "$LINENO"; then :
13588 ac_cv_search_opendir=$ac_res
13589fi
13590rm -f core conftest.err conftest.$ac_objext \
13591 conftest$ac_exeext
13592 if test "${ac_cv_search_opendir+set}" = set; then :
13593 break
13594fi
13595done
13596if test "${ac_cv_search_opendir+set}" = set; then :
2ba49b59 13597
81ecdfbb
RW
13598else
13599 ac_cv_search_opendir=no
13600fi
13601rm conftest.$ac_ext
13602LIBS=$ac_func_search_save_LIBS
13603fi
13604{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13605$as_echo "$ac_cv_search_opendir" >&6; }
13606ac_res=$ac_cv_search_opendir
13607if test "$ac_res" != no; then :
13608 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
2ba49b59 13609
81ecdfbb 13610fi
efde2f2c 13611
2ba49b59 13612fi
81ecdfbb 13613
17d5dae2 13614
81ecdfbb
RW
13615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13616$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13617if test "${gcc_cv_header_string+set}" = set; then :
13618 $as_echo_n "(cached) " >&6
2ba49b59 13619else
81ecdfbb 13620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2ba49b59 13621/* end confdefs.h. */
81ecdfbb
RW
13622#include <string.h>
13623#include <strings.h>
13624int
13625main ()
13626{
13627
13628 ;
13629 return 0;
13630}
2ba49b59 13631_ACEOF
81ecdfbb
RW
13632if ac_fn_c_try_compile "$LINENO"; then :
13633 gcc_cv_header_string=yes
2ba49b59 13634else
81ecdfbb
RW
13635 gcc_cv_header_string=no
13636fi
13637rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13638fi
13639{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13640$as_echo "$gcc_cv_header_string" >&6; }
13641if test $gcc_cv_header_string = yes; then
13642
13643$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
2ba49b59 13644
2ba49b59 13645fi
2ba49b59 13646
81ecdfbb
RW
13647for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno
13648do :
13649 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13650ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13651eval as_val=\$$as_ac_var
13652 if test "x$as_val" = x""yes; then :
13653 cat >>confdefs.h <<_ACEOF
13654#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
2ba49b59 13655_ACEOF
81ecdfbb
RW
13656
13657fi
13658done
13659
9d782e8d 13660for ac_func in strtoull getrlimit
81ecdfbb 13661do :
9d782e8d
MW
13662 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13663ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13664eval as_val=\$$as_ac_var
13665 if test "x$as_val" = x""yes; then :
81ecdfbb 13666 cat >>confdefs.h <<_ACEOF
9d782e8d 13667#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
2ba49b59 13668_ACEOF
81ecdfbb
RW
13669
13670fi
13671done
13672
13673
13674ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
13675if test "x$ac_cv_have_decl_basename" = x""yes; then :
13676 ac_have_decl=1
2ba49b59 13677else
81ecdfbb 13678 ac_have_decl=0
2ba49b59 13679fi
81ecdfbb
RW
13680
13681cat >>confdefs.h <<_ACEOF
13682#define HAVE_DECL_BASENAME $ac_have_decl
13683_ACEOF
13684
13685ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
13686if test "x$ac_cv_have_decl_ftello" = x""yes; then :
13687 ac_have_decl=1
2ba49b59 13688else
81ecdfbb
RW
13689 ac_have_decl=0
13690fi
2ba49b59 13691
81ecdfbb
RW
13692cat >>confdefs.h <<_ACEOF
13693#define HAVE_DECL_FTELLO $ac_have_decl
13694_ACEOF
13695
13696ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
13697if test "x$ac_cv_have_decl_ftello64" = x""yes; then :
13698 ac_have_decl=1
13699else
13700 ac_have_decl=0
2ba49b59 13701fi
2ba49b59 13702
81ecdfbb
RW
13703cat >>confdefs.h <<_ACEOF
13704#define HAVE_DECL_FTELLO64 $ac_have_decl
13705_ACEOF
13706
13707ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
13708if test "x$ac_cv_have_decl_fseeko" = x""yes; then :
13709 ac_have_decl=1
2ba49b59 13710else
81ecdfbb 13711 ac_have_decl=0
2ba49b59 13712fi
2ba49b59 13713
81ecdfbb
RW
13714cat >>confdefs.h <<_ACEOF
13715#define HAVE_DECL_FSEEKO $ac_have_decl
13716_ACEOF
13717
13718ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
13719if test "x$ac_cv_have_decl_fseeko64" = x""yes; then :
13720 ac_have_decl=1
13721else
13722 ac_have_decl=0
2ba49b59 13723fi
81ecdfbb
RW
13724
13725cat >>confdefs.h <<_ACEOF
13726#define HAVE_DECL_FSEEKO64 $ac_have_decl
2ba49b59
KC
13727_ACEOF
13728
81ecdfbb
RW
13729
13730
13731case "${host}" in
13732*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13733
13734$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13735 ;;
13736esac
13737
13738ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
13739if test "x$ac_cv_have_decl_ffs" = x""yes; then :
13740 ac_have_decl=1
13741else
13742 ac_have_decl=0
2ba49b59
KC
13743fi
13744
81ecdfbb
RW
13745cat >>confdefs.h <<_ACEOF
13746#define HAVE_DECL_FFS $ac_have_decl
13747_ACEOF
2ba49b59 13748
81ecdfbb
RW
13749ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
13750if test "x$ac_cv_have_decl_free" = x""yes; then :
13751 ac_have_decl=1
13752else
13753 ac_have_decl=0
13754fi
d5efd9fc 13755
81ecdfbb
RW
13756cat >>confdefs.h <<_ACEOF
13757#define HAVE_DECL_FREE $ac_have_decl
13758_ACEOF
d5efd9fc 13759
81ecdfbb
RW
13760ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13761if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13762 ac_have_decl=1
13763else
13764 ac_have_decl=0
13765fi
d5efd9fc 13766
81ecdfbb
RW
13767cat >>confdefs.h <<_ACEOF
13768#define HAVE_DECL_GETENV $ac_have_decl
d5efd9fc 13769_ACEOF
d5efd9fc 13770
81ecdfbb
RW
13771ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
13772if test "x$ac_cv_have_decl_malloc" = x""yes; then :
13773 ac_have_decl=1
13774else
13775 ac_have_decl=0
13776fi
13777
13778cat >>confdefs.h <<_ACEOF
13779#define HAVE_DECL_MALLOC $ac_have_decl
d5efd9fc 13780_ACEOF
81ecdfbb
RW
13781
13782ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
13783if test "x$ac_cv_have_decl_realloc" = x""yes; then :
13784 ac_have_decl=1
d5efd9fc 13785else
81ecdfbb
RW
13786 ac_have_decl=0
13787fi
13788
13789cat >>confdefs.h <<_ACEOF
13790#define HAVE_DECL_REALLOC $ac_have_decl
13791_ACEOF
d5efd9fc 13792
81ecdfbb
RW
13793ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13794if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13795 ac_have_decl=1
13796else
13797 ac_have_decl=0
d5efd9fc 13798fi
81ecdfbb
RW
13799
13800cat >>confdefs.h <<_ACEOF
13801#define HAVE_DECL_STPCPY $ac_have_decl
13802_ACEOF
13803
13804ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13805if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13806 ac_have_decl=1
13807else
13808 ac_have_decl=0
d5efd9fc 13809fi
81ecdfbb
RW
13810
13811cat >>confdefs.h <<_ACEOF
13812#define HAVE_DECL_STRSTR $ac_have_decl
13813_ACEOF
13814
d6f1bafa
IB
13815ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13816if test "x$ac_cv_have_decl_asprintf" = x""yes; then :
13817 ac_have_decl=1
13818else
13819 ac_have_decl=0
13820fi
13821
13822cat >>confdefs.h <<_ACEOF
13823#define HAVE_DECL_ASPRINTF $ac_have_decl
13824_ACEOF
13825
13826ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
13827if test "x$ac_cv_have_decl_vasprintf" = x""yes; then :
13828 ac_have_decl=1
13829else
13830 ac_have_decl=0
13831fi
13832
13833cat >>confdefs.h <<_ACEOF
13834#define HAVE_DECL_VASPRINTF $ac_have_decl
13835_ACEOF
13836
81ecdfbb
RW
13837ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13838if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13839 ac_have_decl=1
d5efd9fc 13840else
81ecdfbb 13841 ac_have_decl=0
d5efd9fc
AM
13842fi
13843
81ecdfbb
RW
13844cat >>confdefs.h <<_ACEOF
13845#define HAVE_DECL_SNPRINTF $ac_have_decl
13846_ACEOF
13847
13848ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13849if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13850 ac_have_decl=1
d5efd9fc 13851else
81ecdfbb
RW
13852 ac_have_decl=0
13853fi
13854
13855cat >>confdefs.h <<_ACEOF
13856#define HAVE_DECL_VSNPRINTF $ac_have_decl
d5efd9fc 13857_ACEOF
81ecdfbb 13858
5a026fc9
NC
13859ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13860if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
13861 ac_have_decl=1
13862else
13863 ac_have_decl=0
13864fi
13865
13866cat >>confdefs.h <<_ACEOF
13867#define HAVE_DECL_STRNLEN $ac_have_decl
13868_ACEOF
13869
81ecdfbb 13870
9ae46699
L
13871# Link in zlib if we can. This allows us to read compressed debug sections.
13872# This is used only by compress.c.
13873
13874 # Use the system's zlib library.
39f3de7c
L
13875 zlibdir="-L\$(top_builddir)/../zlib"
13876 zlibinc="-I\$(top_srcdir)/../zlib"
bf993e3c 13877
243340ad
L
13878# Check whether --with-system-zlib was given.
13879if test "${with_system_zlib+set}" = set; then :
afa59b79
L
13880 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13881 zlibdir=
13882 zlibinc=
13883 fi
bf993e3c 13884
bf993e3c
JB
13885fi
13886
13887
bf993e3c 13888
d5efd9fc 13889
9ae46699 13890
c603b11b
AM
13891# Check if linker supports --as-needed and --no-as-needed options
13892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
13893$as_echo_n "checking linker --as-needed support... " >&6; }
13894if test "${bfd_cv_ld_as_needed+set}" = set; then :
13895 $as_echo_n "(cached) " >&6
13896else
13897 bfd_cv_ld_as_needed=no
13898 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
13899 bfd_cv_ld_as_needed=yes
13900 fi
d5efd9fc 13901
c603b11b
AM
13902fi
13903{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
13904$as_echo "$bfd_cv_ld_as_needed" >&6; }
d5efd9fc 13905
c603b11b
AM
13906LIBM=
13907case $host in
13908*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13909 # These system don't have libm, or don't need it
13910 ;;
13911*-ncr-sysv4.3*)
13912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13913$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13914if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
13915 $as_echo_n "(cached) " >&6
13916else
13917 ac_check_lib_save_LIBS=$LIBS
13918LIBS="-lmw $LIBS"
13919cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 13920/* end confdefs.h. */
c603b11b
AM
13921
13922/* Override any GCC internal prototype to avoid an error.
13923 Use char because int might match the return type of a GCC
13924 builtin and then its argument prototype would still apply. */
13925#ifdef __cplusplus
13926extern "C"
13927#endif
13928char _mwvalidcheckl ();
d5efd9fc
AM
13929int
13930main ()
13931{
c603b11b 13932return _mwvalidcheckl ();
d5efd9fc
AM
13933 ;
13934 return 0;
13935}
13936_ACEOF
c603b11b
AM
13937if ac_fn_c_try_link "$LINENO"; then :
13938 ac_cv_lib_mw__mwvalidcheckl=yes
d5efd9fc 13939else
c603b11b 13940 ac_cv_lib_mw__mwvalidcheckl=no
d5efd9fc 13941fi
c603b11b
AM
13942rm -f core conftest.err conftest.$ac_objext \
13943 conftest$ac_exeext conftest.$ac_ext
13944LIBS=$ac_check_lib_save_LIBS
d5efd9fc 13945fi
c603b11b
AM
13946{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13947$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13948if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
13949 LIBM="-lmw"
d5efd9fc
AM
13950fi
13951
c603b11b
AM
13952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13953$as_echo_n "checking for cos in -lm... " >&6; }
13954if test "${ac_cv_lib_m_cos+set}" = set; then :
81ecdfbb 13955 $as_echo_n "(cached) " >&6
d5efd9fc 13956else
c603b11b
AM
13957 ac_check_lib_save_LIBS=$LIBS
13958LIBS="-lm $LIBS"
13959cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 13960/* end confdefs.h. */
81ecdfbb 13961
c603b11b
AM
13962/* Override any GCC internal prototype to avoid an error.
13963 Use char because int might match the return type of a GCC
13964 builtin and then its argument prototype would still apply. */
13965#ifdef __cplusplus
13966extern "C"
13967#endif
13968char cos ();
d5efd9fc
AM
13969int
13970main ()
13971{
c603b11b 13972return cos ();
d5efd9fc
AM
13973 ;
13974 return 0;
13975}
13976_ACEOF
c603b11b
AM
13977if ac_fn_c_try_link "$LINENO"; then :
13978 ac_cv_lib_m_cos=yes
d5efd9fc 13979else
c603b11b 13980 ac_cv_lib_m_cos=no
d5efd9fc 13981fi
c603b11b
AM
13982rm -f core conftest.err conftest.$ac_objext \
13983 conftest$ac_exeext conftest.$ac_ext
13984LIBS=$ac_check_lib_save_LIBS
13985fi
13986{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13987$as_echo "$ac_cv_lib_m_cos" >&6; }
13988if test "x$ac_cv_lib_m_cos" = x""yes; then :
13989 LIBM="$LIBM -lm"
d5efd9fc 13990fi
d5efd9fc 13991
c603b11b
AM
13992 ;;
13993*)
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13995$as_echo_n "checking for cos in -lm... " >&6; }
13996if test "${ac_cv_lib_m_cos+set}" = set; then :
81ecdfbb 13997 $as_echo_n "(cached) " >&6
d5efd9fc 13998else
c603b11b
AM
13999 ac_check_lib_save_LIBS=$LIBS
14000LIBS="-lm $LIBS"
14001cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14002/* end confdefs.h. */
81ecdfbb 14003
c603b11b
AM
14004/* Override any GCC internal prototype to avoid an error.
14005 Use char because int might match the return type of a GCC
14006 builtin and then its argument prototype would still apply. */
14007#ifdef __cplusplus
14008extern "C"
14009#endif
14010char cos ();
d5efd9fc
AM
14011int
14012main ()
14013{
c603b11b 14014return cos ();
d5efd9fc
AM
14015 ;
14016 return 0;
14017}
14018_ACEOF
c603b11b
AM
14019if ac_fn_c_try_link "$LINENO"; then :
14020 ac_cv_lib_m_cos=yes
81ecdfbb 14021else
c603b11b 14022 ac_cv_lib_m_cos=no
81ecdfbb 14023fi
c603b11b
AM
14024rm -f core conftest.err conftest.$ac_objext \
14025 conftest$ac_exeext conftest.$ac_ext
14026LIBS=$ac_check_lib_save_LIBS
14027fi
14028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14029$as_echo "$ac_cv_lib_m_cos" >&6; }
14030if test "x$ac_cv_lib_m_cos" = x""yes; then :
14031 LIBM="-lm"
81ecdfbb
RW
14032fi
14033
c603b11b
AM
14034 ;;
14035esac
81ecdfbb 14036
81ecdfbb 14037
81ecdfbb 14038
c603b11b
AM
14039# When building a shared libbfd, link against the pic version of libiberty
14040# so that apps that use libbfd won't need libiberty just to satisfy any
14041# libbfd references.
14042# We can't do that if a pic libiberty is unavailable since including non-pic
14043# code would insert text relocations into libbfd.
14044SHARED_LIBADD=
14045SHARED_LDFLAGS=
14046if test "$enable_shared" = "yes"; then
14047 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
14048 if test -n "$x"; then
14049 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
14050 fi
81ecdfbb 14051
c603b11b
AM
14052# More hacks to build DLLs on Windows.
14053 case "${host}" in
14054 *-*-cygwin*)
14055 SHARED_LDFLAGS="-no-undefined"
14056 SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
14057 ;;
d5efd9fc 14058
c603b11b
AM
14059 # Hack to build or1k-src on OSX
14060 or1k*-*-darwin*)
14061 SHARED_LIBADD="-L`pwd`/../libiberty/pic -L`pwd`/../intl -liberty -lintl"
14062 ;;
14063 esac
14064
14065 if test -n "$SHARED_LIBADD"; then
14066 if test -n "$LIBM"; then
14067 if test x"$bfd_cv_ld_as_needed" = xyes; then
14068 # Link against libm only when needed. Put -lc, -lm inside -Wl
14069 # to stop libtool reordering these options.
14070 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
14071 else
14072 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
14073 fi
14074 fi
14075 fi
81ecdfbb 14076fi
d5efd9fc 14077
81ecdfbb 14078
81ecdfbb 14079
c603b11b 14080# target stuff:
81ecdfbb 14081
c603b11b
AM
14082# Canonicalize the secondary target names.
14083if test -n "$enable_targets" ; then
14084 for targ in `echo $enable_targets | sed 's/,/ /g'`
14085 do
14086 result=`$ac_config_sub $targ 2>/dev/null`
14087 if test -n "$result" ; then
14088 canon_targets="$canon_targets $result"
14089 else
14090 # Allow targets that config.sub doesn't recognize, like "all".
14091 canon_targets="$canon_targets $targ"
14092 fi
14093 done
d5efd9fc 14094fi
d5efd9fc 14095
c603b11b
AM
14096all_targets=false
14097defvec=
14098selvecs=
14099assocvecs=
14100selarchs=
14101TDEFINES=
14102for targ in $target $canon_targets
14103do
14104 if test "x$targ" = "xall"; then
14105 all_targets=true
14106 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
14107 else
14108 . $srcdir/config.bfd
14109 if test "x$targ" = "x$target"; then
14110 defvec=$targ_defvec
14111 fi
14112 selvecs="$selvecs $targ_defvec $targ_selvecs"
14113 selarchs="$selarchs $targ_archs"
14114 TDEFINES="$TDEFINES $targ_cflags"
14115 fi
14116done
d5efd9fc 14117
81ecdfbb 14118
c603b11b
AM
14119# This processing still needs to be done if we're to decide properly whether
14120# 64-bit support needs to be compiled in. Currently, it will be included if
14121# the default or any other explicitly requested target requires it; it
14122# will not be included on a 32-bit host if no 64-bit target is requested, and
14123# no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
14124# used.
81ecdfbb 14125
c603b11b
AM
14126# uniq the default and selected vectors in all the configured targets.
14127f=""
14128for i in $selvecs ; do
14129 case " $f " in
14130 *" $i "*) ;;
14131 *) f="$f $i" ;;
14132 esac
14133done
14134selvecs="$f"
335e41d4 14135
335e41d4 14136
c603b11b
AM
14137# uniq the associated vectors in all the configured targets.
14138f=""
14139for i in $assocvecs ; do
14140 case " $f " in
14141 *" $i "*) ;;
14142 *) f="$f $i" ;;
14143 esac
14144done
14145assocvecs="$f"
335e41d4 14146
335e41d4 14147
c603b11b
AM
14148# uniq the architectures in all the configured targets.
14149f=""
14150for i in $selarchs ; do
14151 case " $f " in
14152 *" $i "*) ;;
14153 *) f="$f $i" ;;
14154 esac
14155done
14156selarchs="$f"
335e41d4 14157
c603b11b
AM
14158# Target backend .o files.
14159tb=
335e41d4 14160
c603b11b
AM
14161elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo
14162 elf-eh-frame.lo dwarf1.lo dwarf2.lo"
14163coffgen="coffgen.lo dwarf2.lo"
14164coff="cofflink.lo $coffgen"
14165ecoff="ecofflink.lo $coffgen"
14166xcoff="xcofflink.lo $coffgen"
2ba49b59 14167
81ecdfbb 14168for vec in $selvecs
49c97a80 14169do
81ecdfbb
RW
14170 target_size=32
14171 case "$vec" in
14172 # This list is alphabetized to make it easy to compare
14173 # with the two vector lists in targets.c. For the same reason,
14174 # use one entry per line, even though this leads to long lines.
2f67d686
AM
14175 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14176 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
d8bd95ef 14177 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
a75cf613 14178 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
d8bd95ef 14179 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
a75cf613 14180 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
f075eb5e 14181 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
f4943d82 14182 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
2f67d686
AM
14183 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
14184 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
14185 alpha_nlm32_vec) tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size=64 ;;
14186 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
14187 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
14188 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
6d00b590 14189 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
2f67d686
AM
14190 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
14191 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
14192 aout_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;;
14193 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
14194 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
6d00b590
AM
14195 arm_aout_be_vec) tb="$tb aout-arm.lo aout32.lo" ;;
14196 arm_aout_le_vec) tb="$tb aout-arm.lo aout32.lo" ;;
2f67d686
AM
14197 arm_aout_nbsd_vec) tb="$tb armnetbsd.lo aout32.lo" ;;
14198 arm_aout_riscix_vec) tb="$tb aout32.lo riscix.lo" ;;
f4943d82
AM
14199 arm_coff_be_vec) tb="$tb coff-arm.lo $coff" ;;
14200 arm_coff_le_vec) tb="$tb coff-arm.lo $coff" ;;
2f67d686
AM
14201 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14202 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14203 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14204 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14205 arm_elf32_symbian_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14206 arm_elf32_symbian_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14207 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14208 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
f4943d82
AM
14209 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
14210 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
14211 arm_pe_epoc_be_vec) tb="$tb epoc-pe-arm.lo peigen.lo $coff" ;;
14212 arm_pe_epoc_le_vec) tb="$tb epoc-pe-arm.lo peigen.lo $coff" ;;
14213 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14214 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14215 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
14216 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
14217 arm_pei_epoc_be_vec) tb="$tb epoc-pei-arm.lo peigen.lo $coff" ;;
14218 arm_pei_epoc_le_vec) tb="$tb epoc-pei-arm.lo peigen.lo $coff" ;;
14219 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
14220 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
f075eb5e 14221 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
6d00b590
AM
14222 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
14223 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
14224 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
2f67d686
AM
14225 bout_be_vec) tb="$tb bout.lo aout32.lo" ;;
14226 bout_le_vec) tb="$tb bout.lo aout32.lo" ;;
6d00b590
AM
14227 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
14228 cr16c_elf32_vec) tb="$tb elf32-cr16c.lo elf32.lo $elf" ;;
2f67d686 14229 cris_aout_vec) tb="$tb aout-cris.lo" ;;
6d00b590 14230 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
2f67d686 14231 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
6d00b590
AM
14232 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
14233 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
14234 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
14235 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
2f67d686
AM
14236 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14237 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14238 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14239 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
6d00b590
AM
14240 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
14241 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
14242 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14243 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
f4943d82 14244 h8300_coff_vec) tb="$tb coff-h8300.lo reloc16.lo $coffgen" ;;
6d00b590 14245 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
5518c738 14246 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
f4943d82 14247 h8500_coff_vec) tb="$tb coff-h8500.lo reloc16.lo $coffgen" ;;
2f67d686 14248 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
6d00b590
AM
14249 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14250 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
2f67d686
AM
14251 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14252 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14253 hppa_som_vec) tb="$tb som.lo" ;;
6d00b590 14254 i370_elf32_vec) tb="$tb elf32-i370.lo elf32.lo $elf" ;;
2f67d686
AM
14255 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
14256 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
14257 i386_aout_dynix_vec) tb="$tb i386dynix.lo aout32.lo" ;;
14258 i386_aout_fbsd_vec) tb="$tb i386freebsd.lo aout32.lo" ;;
14259 i386_aout_linux_vec) tb="$tb i386linux.lo aout32.lo" ;;
14260 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
14261 i386_aout_mach3_vec) tb="$tb i386mach3.lo aout32.lo" ;;
14262 i386_aout_nbsd_vec) tb="$tb i386netbsd.lo aout32.lo" ;;
14263 i386_aout_os9k_vec) tb="$tb i386os9k.lo aout32.lo" ;;
f4943d82
AM
14264 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
14265 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
14266 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
14267 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
2f67d686 14268 i386_elf32_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
6d00b590
AM
14269 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
14270 i386_elf32_nacl_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
2f67d686 14271 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
6d00b590 14272 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
2f67d686
AM
14273 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
14274 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
14275 i386_nlm32_vec) tb="$tb nlm32-i386.lo nlm32.lo nlm.lo" ;;
f4943d82
AM
14276 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
14277 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
bf64a951 14278 iamcu_elf32_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
f4943d82 14279 i860_coff_vec) tb="$tb coff-i860.lo $coff" ;;
6d00b590 14280 i860_elf32_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
2f67d686 14281 i860_elf32_le_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
6d00b590
AM
14282 i960_elf32_vec) tb="$tb elf32-i960.lo elf32.lo $elf" ;;
14283 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
14284 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
2f67d686
AM
14285 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14286 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14287 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14288 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
14289 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
14290 icoff_be_vec) tb="$tb coff-i960.lo $coff" ;;
14291 icoff_le_vec) tb="$tb coff-i960.lo $coff" ;;
2f67d686 14292 ieee_vec) tb="$tb ieee.lo" ;;
6d00b590
AM
14293 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
14294 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
2f67d686
AM
14295 k1om_elf64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14296 k1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14297 l1om_elf64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14298 l1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
6d00b590
AM
14299 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14300 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
6d00b590
AM
14301 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
14302 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14303 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14304 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14305 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14306 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14307 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
2f67d686
AM
14308 m68k_aout_4knbsd_vec) tb="$tb m68k4knetbsd.lo aout32.lo" ;;
14309 m68k_aout_hp300bsd_vec) tb="$tb hp300bsd.lo aout32.lo" ;;
14310 m68k_aout_hp300hpux_vec) tb="$tb hp300hpux.lo aout32.lo" ;;
14311 m68k_aout_linux_vec) tb="$tb m68klinux.lo aout32.lo" ;;
14312 m68k_aout_nbsd_vec) tb="$tb m68knetbsd.lo aout32.lo" ;;
14313 m68k_aout_newsos3_vec) tb="$tb newsos3.lo aout32.lo" ;;
f4943d82
AM
14314 m68k_coff_vec) tb="$tb coff-m68k.lo $coff" ;;
14315 m68k_coff_apollo_vec) tb="$tb coff-apollo.lo $coffgen" ;;
14316 m68k_coff_aux_vec) tb="$tb coff-aux.lo coff-m68k.lo $coff" ;;
14317 m68k_coff_sysv_vec) tb="$tb coff-svm68k.lo $coff" ;;
14318 m68k_coff_un_vec) tb="$tb coff-u68k.lo coff-m68k.lo $coff" ;;
6d00b590 14319 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
2f67d686
AM
14320 m68k_versados_vec) tb="$tb versados.lo" ;;
14321 m88k_aout_mach3_vec) tb="$tb m88kmach3.lo aout32.lo" ;;
14322 m88k_aout_obsd_vec) tb="$tb m88kopenbsd.lo aout32.lo" ;;
f4943d82 14323 m88k_coff_bcs_vec) tb="$tb coff-m88k.lo $coffgen" ;;
6d00b590 14324 m88k_elf32_vec) tb="$tb elf32-m88k.lo elf32.lo $elf" ;;
f4943d82
AM
14325 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14326 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14327 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
6d00b590
AM
14328 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14329 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
f4943d82
AM
14330 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14331 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14332 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
14333 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
6d00b590
AM
14334 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14335 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14336 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
6d00b590 14337 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
2f67d686 14338 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
f4943d82
AM
14339 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14340 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14341 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14342 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14343 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14344 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14345 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14346 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14347 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14348 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14349 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14350 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14351 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14352 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14353 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14354 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14355 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14356 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14357 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14358 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 ;;
14359 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 ;;
14360 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 ;;
14361 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 ;;
14362 mips_pe_le_vec) tb="$tb pe-mips.lo peigen.lo $coff" ;;
14363 mips_pei_le_vec) tb="$tb pei-mips.lo peigen.lo $coff" ;;
2f67d686
AM
14364 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
14365 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
14366 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
14367 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
14368 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14369 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14370 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14371 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14372 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
6d00b590
AM
14373 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14374 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14375 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14376 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
2f67d686
AM
14377 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14378 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14379 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
14380 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
6d00b590 14381 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
2f67d686
AM
14382 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
14383 pef_vec) tb="$tb pef.lo" ;;
14384 pef_xlib_vec) tb="$tb pef.lo" ;;
6d00b590
AM
14385 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
14386 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
2f67d686
AM
14387 plugin_vec) tb="$tb plugin.lo" ;;
14388 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
6d00b590
AM
14389 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14390 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14391 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14392 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
2f67d686
AM
14393 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14394 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14395 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14396 powerpc_nlm32_vec) tb="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;;
f4943d82
AM
14397 powerpc_pe_vec) tb="$tb pe-ppc.lo peigen.lo $coff" ;;
14398 powerpc_pe_le_vec) tb="$tb pe-ppc.lo peigen.lo $coff" ;;
14399 powerpc_pei_vec) tb="$tb pei-ppc.lo peigen.lo $coff" ;;
14400 powerpc_pei_le_vec) tb="$tb pei-ppc.lo peigen.lo $coff" ;;
14401 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
6d00b590 14402 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
f4943d82
AM
14403 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14404 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14405 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
6d00b590
AM
14406 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14407 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
2f67d686 14408 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
6d00b590 14409 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
2f67d686 14410 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
6d00b590
AM
14411 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;;
14412 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;;
f4943d82
AM
14413 sh64_elf32_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
14414 sh64_elf32_le_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
14415 sh64_elf32_linux_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
14416 sh64_elf32_linux_be_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
14417 sh64_elf32_nbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" ;;
14418 sh64_elf32_nbsd_le_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" ;;
6d00b590
AM
14419 sh64_elf64_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14420 sh64_elf64_le_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14421 sh64_elf64_linux_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
14422 sh64_elf64_linux_be_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
6d00b590 14423 sh64_elf64_nbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
2f67d686 14424 sh64_elf64_nbsd_le_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
f4943d82
AM
14425 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
14426 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
14427 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
14428 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
14429 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14430 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14431 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14432 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14433 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14434 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14435 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14436 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14437 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" ;;
14438 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14439 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14440 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
14441 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
6d00b590
AM
14442 sparc_aout_le_vec) tb="$tb aout-sparcle.lo aout32.lo" ;;
14443 sparc_aout_linux_vec) tb="$tb sparclinux.lo aout32.lo" ;;
14444 sparc_aout_lynx_vec) tb="$tb sparclynx.lo lynx-core.lo aout32.lo" ;;
6d00b590
AM
14445 sparc_aout_nbsd_vec) tb="$tb sparcnetbsd.lo aout32.lo" ;;
14446 sparc_aout_sunos_be_vec) tb="$tb sunos.lo aout32.lo" ;;
f4943d82
AM
14447 sparc_coff_vec) tb="$tb coff-sparc.lo $coffgen" ;;
14448 sparc_coff_lynx_vec) tb="$tb cf-sparclynx.lo lynx-core.lo $coffgen" ;;
2f67d686
AM
14449 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14450 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14451 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14452 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14453 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14454 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14455 sparc_nlm32_vec) tb="$tb nlm32-sparc.lo nlm32.lo nlm.lo" ;;
14456 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
6d00b590
AM
14457 sym_vec) tb="$tb xsym.lo" ;;
14458 tic30_aout_vec) tb="$tb aout-tic30.lo" ;;
f4943d82
AM
14459 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
14460 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14461 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14462 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14463 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14464 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14465 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14466 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14467 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14468 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14469 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14470 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14471 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
2f67d686
AM
14472 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14473 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14474 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14475 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14476 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14477 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
f4943d82 14478 tic80_coff_vec) tb="$tb coff-tic80.lo $coff" ;;
2f67d686
AM
14479 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14480 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14481 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14482 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14483 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
14484 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
14485 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
6d00b590
AM
14486 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
14487 vax_aout_bsd_vec) tb="$tb vaxbsd.lo aout32.lo" ;;
2f67d686
AM
14488 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
14489 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
3f8107ab 14490 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
d924db55 14491 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
f4943d82
AM
14492 w65_coff_vec) tb="$tb coff-w65.lo reloc16.lo $coffgen" ;;
14493 we32k_coff_vec) tb="$tb coff-we32k.lo $coffgen" ;;
14494 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
2f67d686
AM
14495 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;;
14496 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 ;;
14497 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
6036f486 14498 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
14499 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14500 x86_64_elf64_nacl_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14501 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14502 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
f4943d82
AM
14503 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14504 x86_64_pe_be_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14505 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
2f67d686
AM
14506 xc16x_elf32_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
14507 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
14508 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
14509 xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14510 xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
f4943d82
AM
14511 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
14512 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
2ba49b59 14513
c603b11b
AM
14514 # These appear out of order in targets.c
14515 srec_vec) tb="$tb srec.lo" ;;
14516 symbolsrec_vec) tb="$tb srec.lo" ;;
14517 tekhex_vec) tb="$tb tekhex.lo" ;;
14518 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
14519 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
14520
14521 "") ;;
14522 *) as_fn_error "*** unknown target vector $vec" "$LINENO" 5 ;;
14523 esac
14524
14525 if test ${target_size} = 64; then
14526 target64=true
14527 fi
14528 if test x"${vec}" = x"${defvec}"; then
14529 bfd_default_target_size=${target_size}
14530 fi
14531done
14532
14533# Target architecture .o files.
14534# A couple of CPUs use shorter file names to avoid problems on DOS
14535# filesystems.
14536ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
14537
14538# Weed out duplicate .o files.
14539f=""
14540for i in $tb ; do
14541 case " $f " in
14542 *" $i "*) ;;
14543 *) f="$f $i" ;;
14544 esac
14545done
14546tb="$f"
14547
14548f=""
14549for i in $ta ; do
14550 case " $f " in
14551 *" $i "*) ;;
14552 *) f="$f $i" ;;
14553 esac
14554done
14555ta="$f"
14556
14557bfd_backends="$tb"
14558bfd_machines="$ta"
14559
14560if test x${all_targets} = xtrue ; then
14561 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
14562 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
14563 selvecs=
14564 havevecs=-DHAVE_all_vecs
14565 selarchs=
14566 test -n "$assocvecs" &&
14567 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14568else # all_targets is true
14569 # Only set these if they will be nonempty, for the clever echo.
14570 havevecs=
14571 assocvecs=
14572 test -n "$selvecs" &&
14573 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
14574 test -n "$selvecs" &&
14575 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14576 test -n "$selarchs" &&
14577 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
14578fi # all_targets is true
14579
14580case ${host64}-${target64}-${want64} in
14581 *true*)
14582 wordsize=64
14583 bfd64_libs='$(BFD64_LIBS)'
14584 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
14585 if test $BFD_HOST_64_BIT_DEFINED = 0; then
14586 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
14587$as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
14588 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
14589$as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
14590 fi
14591 if test -n "$GCC" ; then
14592 bad_64bit_gcc=no;
14593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
14594$as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
14595 # Add more tests for gcc versions with non-working 64-bit support here.
14596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14597/* end confdefs.h. */
14598:__GNUC__:__GNUC_MINOR__:__i386__:
14599_ACEOF
14600if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14601 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
14602 bad_64bit_gcc=yes;
14603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
14604$as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
14605else
14606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14607$as_echo "no" >&6; }
14608fi
14609rm -f conftest*
14610
14611 if test $bad_64bit_gcc = yes ; then
14612 as_fn_error "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
14613 fi
14614 fi
14615 ;;
14616 false-false-false)
14617 wordsize=32
14618 all_backends='$(BFD32_BACKENDS)'
14619 ;;
14620esac
14621
14622tdefaults=""
14623test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
14624test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
14625test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
14626test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
14627
14628
14629
14630
14631
14632
14633
14634
14635
14636
14637# If we are configured native, pick a core file support file.
14638COREFILE=
14639COREFLAG=
14640CORE_HEADER=
14641TRAD_HEADER=
14642if test "${target}" = "${host}"; then
14643 case "${host}" in
14644 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
14645 COREFILE=''
14646 ;;
14647 alpha*-*-linux-*)
14648 COREFILE=trad-core.lo
14649 TRAD_HEADER='"hosts/alphalinux.h"'
14650 ;;
14651 alpha*-*-netbsd* | alpha*-*-openbsd*)
14652 COREFILE=netbsd-core.lo
14653 ;;
14654 alpha*-*-*)
14655 COREFILE=osf-core.lo
14656 ;;
14657 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
14658 COREFILE='' ;;
14659 arm-*-netbsd* | arm-*-openbsd*)
14660 COREFILE=netbsd-core.lo
14661 ;;
14662 arm-*-riscix) COREFILE=trad-core.lo ;;
14663 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
14664 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
14665 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
14666 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
14667 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
14668 hppa*-*-netbsd* | hppa*-*-openbsd*)
14669 COREFILE=netbsd-core.lo
14670 ;;
14671
14672 i370-*-*)
14673 COREFILE=trad-core.lo
14674 TRAD_HEADER='"hosts/i370linux.h"'
14675 ;;
14676
14677 i[3-7]86-sequent-bsd*)
14678 COREFILE=trad-core.lo
14679 TRAD_HEADER='"hosts/symmetry.h"'
14680 ;;
14681 i[3-7]86-sequent-sysv4*) ;;
14682 i[3-7]86-sequent-sysv*)
14683 COREFILE=trad-core.lo
14684 TRAD_HEADER='"hosts/symmetry.h"'
14685 ;;
14686 i[3-7]86-*-bsdi)
14687 COREFILE=
14688 ;;
14689 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*)
14690 COREFILE=trad-core.lo
14691 TRAD_HEADER='"hosts/i386bsd.h"'
14692 ;;
14693 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
14694 COREFILE=''
14695 TRAD_HEADER='"hosts/i386bsd.h"'
14696 ;;
14697 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
14698 COREFILE=netbsd-core.lo
14699 ;;
14700 i[3-7]86-esix-sysv3*)
14701 COREFILE=trad-core.lo
14702 TRAD_HEADER='"hosts/esix.h"'
14703 ;;
14704 i[3-7]86-*-sco3.2v5*)
14705 COREFILE=sco5-core.lo
14706 ;;
14707 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
14708 COREFILE=trad-core.lo
14709 TRAD_HEADER='"hosts/i386sco.h"'
14710 ;;
14711 i[3-7]86-*-mach3*)
14712 COREFILE=trad-core.lo
14713 TRAD_HEADER='"hosts/i386mach3.h"'
14714 ;;
14715 i[3-7]86-*-linux-*)
14716 COREFILE=trad-core.lo
14717 TRAD_HEADER='"hosts/i386linux.h"'
14718 case "$enable_targets"-"$want64" in
14719 *x86_64-*linux*|*-true)
14720 CORE_HEADER='"hosts/x86-64linux.h"'
14721 esac
14722 ;;
14723 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
14724 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
14725 i860-*-mach3* | i860-*-osf1*)
14726 COREFILE=trad-core.lo
14727 TRAD_HEADER='"hosts/i860mach3.h"'
14728 ;;
14729 mips-*-netbsd* | mips*-*-openbsd*)
14730 COREFILE=netbsd-core.lo
14731 ;;
14732 mips-dec-*)
14733 COREFILE=trad-core.lo
14734 TRAD_HEADER='"hosts/decstation.h"'
14735 ;;
14736 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
14737 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
14738 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
14739 mips-*-sysv4*) ;;
14740 mips-*-sysv* | mips-*-riscos*)
14741 COREFILE=trad-core.lo
14742 TRAD_HEADER='"hosts/riscos.h"'
14743 ;;
14744 mips-sony-bsd*)
14745 COREFILE=trad-core.lo
14746 TRAD_HEADER='"hosts/news-mips.h"'
14747 ;;
14748 m68*-bull*-sysv*)
14749 COREFILE=trad-core.lo
14750 TRAD_HEADER='"hosts/dpx2.h"'
14751 ;;
14752 m68*-hp-hpux*) COREFILE=hpux-core.lo ;;
14753 m68*-hp-bsd*)
14754 COREFILE=trad-core.lo
14755 TRAD_HEADER='"hosts/hp300bsd.h"'
14756 ;;
14757 m68*-*-linux-*)
14758 COREFILE=trad-core.lo
14759 TRAD_HEADER='"hosts/m68klinux.h"'
14760 ;;
14761 m68*-motorola-sysv*)
14762 COREFILE=trad-core.lo
14763 TRAD_HEADER='"hosts/delta68.h"'
14764 ;;
14765 m68*-sony-*)
14766 COREFILE=trad-core.lo
14767 TRAD_HEADER='"hosts/news.h"'
14768 ;;
14769 m68*-*-netbsd* | m68*-*-openbsd*)
14770 COREFILE=netbsd-core.lo
14771 ;;
14772 m68*-apple-aux*)
14773 COREFILE=trad-core.lo
14774 TRAD_HEADER='"hosts/m68kaux.h"'
14775 ;;
14776 m88*-*-sysv4*)
14777 ;;
14778 m88*-motorola-sysv*)
14779 COREFILE=ptrace-core.lo
14780 ;;
14781 m88*-*-mach3*)
14782 COREFILE=trad-core.lo
14783 TRAD_HEADER='"hosts/m88kmach3.h"'
14784 ;;
14785 m88*-*-openbsd*)
14786 COREFILE=netbsd-core.lo
14787 ;;
14788 ns32k-pc532-mach)
14789 COREFILE=trad-core.lo
14790 TRAD_HEADER='"hosts/pc532mach.h"'
14791 ;;
14792 ns32k-*-netbsd* | ns32k-*-openbsd*)
14793 COREFILE=netbsd-core.lo
14794 ;;
14795 rs6000-*-lynx*)
14796 COREFILE=lynx-core.lo
14797 ;;
14798 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
14799 COREFILE=rs6000-core.lo
14800 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
14801 ;;
14802 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
14803 COREFILE=rs6000-core.lo
14804 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
14805 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
14806 # have c_impl as a member of struct core_dumpx
14807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
14808$as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
14809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14810/* end confdefs.h. */
14811#include <core.h>
14812int
14813main ()
14814{
14815struct core_dumpx c; c.c_impl = 0;
14816 ;
14817 return 0;
14818}
14819_ACEOF
14820if ac_fn_c_try_compile "$LINENO"; then :
14821
14822$as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
14823
14824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14825$as_echo "yes" >&6; }
14826else
14827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14828$as_echo "no" >&6; }
14829fi
14830rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14831 ;;
14832 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
14833 rs6000-*-*) COREFILE=rs6000-core.lo ;;
14834 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
14835 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
14836 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
14837 powerpc-*-beos*) ;;
14838 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
14839 COREFILE='' ;;
14840 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
14841 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
14842 s390*-*-*) COREFILE=trad-core.lo ;;
14843 sh*-*-netbsd* | sh*-*-openbsd*)
14844 COREFILE=netbsd-core.lo
14845 ;;
14846 sparc-*-netbsd* | sparc*-*-openbsd*)
14847 COREFILE=netbsd-core.lo
14848 ;;
14849 tahoe-*-*)
14850 COREFILE=trad-core.lo
14851 TRAD_HEADER='"hosts/tahoe.h"'
14852 ;;
14853 vax-*-netbsd* | vax-*-openbsd*)
14854 COREFILE=netbsd-core.lo
14855 ;;
14856 vax-*-ultrix2*)
14857 COREFILE=trad-core.lo
14858 TRAD_HEADER='"hosts/vaxult2.h"'
14859 ;;
14860 vax-*-ultrix*)
14861 COREFILE=trad-core.lo
14862 TRAD_HEADER='"hosts/vaxult2.h"'
14863 ;;
14864 vax-*-linux-*)
14865 COREFILE=trad-core.lo
14866 TRAD_HEADER='"hosts/vaxlinux.h"'
14867 ;;
14868 vax-*-*)
14869 COREFILE=trad-core.lo
14870 TRAD_HEADER='"hosts/vaxbsd.h"'
14871 ;;
14872 x86_64-*-linux*)
14873 CORE_HEADER='"hosts/x86-64linux.h"'
14874 ;;
14875 x86_64-*-netbsd* | x86_64-*-openbsd*)
14876 COREFILE=netbsd-core.lo
14877 ;;
14878 esac
14879
14880 case "$COREFILE" in
14881 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
14882 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
14883 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
14884 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
14885 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
14886 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
14887 osf-core.lo) COREFLAG=-DOSF_CORE ;;
14888 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
14889 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
14890 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
14891 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
14892 esac
14893
14894 # ELF corefile support has several flavors, but all of
14895 # them use something called <sys/procfs.h>
14896 for ac_header in sys/procfs.h
14897do :
14898 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
14899if test "x$ac_cv_header_sys_procfs_h" = x""yes; then :
14900 cat >>confdefs.h <<_ACEOF
14901#define HAVE_SYS_PROCFS_H 1
14902_ACEOF
14903
14904fi
14905
14906done
14907
14908 if test "$ac_cv_header_sys_procfs_h" = yes; then
14909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
14910$as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
14911 if test "${bfd_cv_have_sys_procfs_type_prstatus_t+set}" = set; then :
14912 $as_echo_n "(cached) " >&6
14913else
14914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14915/* end confdefs.h. */
14916
14917#define _SYSCALL32
14918/* Needed for new procfs interface on sparc-solaris. */
14919#define _STRUCTURED_PROC 1
14920#include <sys/procfs.h>
14921int
14922main ()
14923{
14924prstatus_t avar
14925 ;
14926 return 0;
14927}
14928_ACEOF
14929if ac_fn_c_try_compile "$LINENO"; then :
14930 bfd_cv_have_sys_procfs_type_prstatus_t=yes
14931else
14932 bfd_cv_have_sys_procfs_type_prstatus_t=no
14933
14934fi
14935rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14936fi
14937
14938 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
14939
14940$as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
14941
14942 fi
14943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
14944$as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
14945
14946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
14947$as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
14948 if test "${bfd_cv_have_sys_procfs_type_prstatus32_t+set}" = set; then :
14949 $as_echo_n "(cached) " >&6
14950else
14951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14952/* end confdefs.h. */
14953
14954#define _SYSCALL32
14955/* Needed for new procfs interface on sparc-solaris. */
14956#define _STRUCTURED_PROC 1
14957#include <sys/procfs.h>
14958int
14959main ()
14960{
14961prstatus32_t avar
14962 ;
14963 return 0;
14964}
14965_ACEOF
14966if ac_fn_c_try_compile "$LINENO"; then :
14967 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
14968else
14969 bfd_cv_have_sys_procfs_type_prstatus32_t=no
14970
14971fi
14972rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14973fi
14974
14975 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14976
14977$as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14978
14979 fi
14980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
14981$as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
14982
14983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
14984$as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
14985 if test "${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+set}" = set; then :
14986 $as_echo_n "(cached) " >&6
14987else
14988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14989/* end confdefs.h. */
14990
14991#define _SYSCALL32
14992/* Needed for new procfs interface on sparc-solaris. */
14993#define _STRUCTURED_PROC 1
14994#include <sys/procfs.h>
14995int
14996main ()
14997{
14998prstatus_t avar; void* aref = (void*) &avar.pr_who
14999 ;
15000 return 0;
15001}
15002_ACEOF
15003if ac_fn_c_try_compile "$LINENO"; then :
15004 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
15005else
15006 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
15007
15008fi
15009rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15010fi
15011
15012 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
15013
15014$as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
15015
15016 fi
15017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
15018$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
15019
15020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
15021$as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
15022 if test "${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+set}" = set; then :
15023 $as_echo_n "(cached) " >&6
15024else
15025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15026/* end confdefs.h. */
15027
15028#define _SYSCALL32
15029/* Needed for new procfs interface on sparc-solaris. */
15030#define _STRUCTURED_PROC 1
15031#include <sys/procfs.h>
15032int
15033main ()
15034{
15035prstatus32_t avar; void* aref = (void*) &avar.pr_who
15036 ;
15037 return 0;
15038}
15039_ACEOF
15040if ac_fn_c_try_compile "$LINENO"; then :
15041 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
15042else
15043 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
15044
15045fi
15046rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15047fi
15048
15049 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
15050
15051$as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
15052
15053 fi
15054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
15055$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
15056
15057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
15058$as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
15059 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then :
15060 $as_echo_n "(cached) " >&6
15061else
15062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15063/* end confdefs.h. */
15064
15065#define _SYSCALL32
15066/* Needed for new procfs interface on sparc-solaris. */
15067#define _STRUCTURED_PROC 1
15068#include <sys/procfs.h>
15069int
15070main ()
15071{
15072pstatus_t avar
15073 ;
15074 return 0;
15075}
15076_ACEOF
15077if ac_fn_c_try_compile "$LINENO"; then :
15078 bfd_cv_have_sys_procfs_type_pstatus_t=yes
15079else
15080 bfd_cv_have_sys_procfs_type_pstatus_t=no
15081
15082fi
15083rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15084fi
15085
15086 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
15087
15088$as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
15089
15090 fi
15091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
15092$as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
15093
15094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
15095$as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
15096 if test "${bfd_cv_have_sys_procfs_type_pxstatus_t+set}" = set; then :
15097 $as_echo_n "(cached) " >&6
15098else
15099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15100/* end confdefs.h. */
15101
15102#define _SYSCALL32
15103/* Needed for new procfs interface on sparc-solaris. */
15104#define _STRUCTURED_PROC 1
15105#include <sys/procfs.h>
15106int
15107main ()
15108{
15109pxstatus_t avar
15110 ;
15111 return 0;
15112}
15113_ACEOF
15114if ac_fn_c_try_compile "$LINENO"; then :
15115 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
15116else
15117 bfd_cv_have_sys_procfs_type_pxstatus_t=no
15118
15119fi
15120rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15121fi
15122
15123 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
15124
15125$as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
15126
15127 fi
15128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
15129$as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
15130
15131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
15132$as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
15133 if test "${bfd_cv_have_sys_procfs_type_pstatus32_t+set}" = set; then :
15134 $as_echo_n "(cached) " >&6
15135else
15136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15137/* end confdefs.h. */
15138
15139#define _SYSCALL32
15140/* Needed for new procfs interface on sparc-solaris. */
15141#define _STRUCTURED_PROC 1
15142#include <sys/procfs.h>
15143int
15144main ()
15145{
15146pstatus32_t avar
15147 ;
15148 return 0;
15149}
15150_ACEOF
15151if ac_fn_c_try_compile "$LINENO"; then :
15152 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
15153else
15154 bfd_cv_have_sys_procfs_type_pstatus32_t=no
15155
15156fi
15157rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15158fi
15159
15160 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
15161
15162$as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
15163
15164 fi
15165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
15166$as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
15167
15168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
15169$as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
15170 if test "${bfd_cv_have_sys_procfs_type_prpsinfo_t+set}" = set; then :
15171 $as_echo_n "(cached) " >&6
15172else
15173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15174/* end confdefs.h. */
15175
15176#define _SYSCALL32
15177/* Needed for new procfs interface on sparc-solaris. */
15178#define _STRUCTURED_PROC 1
15179#include <sys/procfs.h>
15180int
15181main ()
15182{
15183prpsinfo_t avar
15184 ;
15185 return 0;
15186}
15187_ACEOF
15188if ac_fn_c_try_compile "$LINENO"; then :
15189 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
15190else
15191 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
15192
15193fi
15194rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15195fi
15196
15197 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
15198
15199$as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
15200
15201 fi
15202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
15203$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
15204
15205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
15206$as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
15207 if test "${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+set}" = set; then :
15208 $as_echo_n "(cached) " >&6
15209else
15210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15211/* end confdefs.h. */
15212
15213#define _SYSCALL32
15214/* Needed for new procfs interface on sparc-solaris. */
15215#define _STRUCTURED_PROC 1
15216#include <sys/procfs.h>
15217int
15218main ()
15219{
15220prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
15221 ;
15222 return 0;
15223}
15224_ACEOF
15225if ac_fn_c_try_compile "$LINENO"; then :
15226 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
15227else
15228 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
15229
15230fi
15231rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15232fi
15233
15234 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
15235
15236$as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
15237
15238 fi
15239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
15240$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
15241
15242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
15243$as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
15244 if test "${bfd_cv_have_sys_procfs_type_prpsinfo32_t+set}" = set; then :
15245 $as_echo_n "(cached) " >&6
15246else
15247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15248/* end confdefs.h. */
15249
15250#define _SYSCALL32
15251/* Needed for new procfs interface on sparc-solaris. */
15252#define _STRUCTURED_PROC 1
15253#include <sys/procfs.h>
15254int
15255main ()
15256{
15257prpsinfo32_t avar
15258 ;
15259 return 0;
15260}
15261_ACEOF
15262if ac_fn_c_try_compile "$LINENO"; then :
15263 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
15264else
15265 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
15266
15267fi
15268rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15269fi
15270
15271 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
15272
15273$as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
15274
15275 fi
15276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
15277$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
15278
15279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
15280$as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
15281 if test "${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+set}" = set; then :
15282 $as_echo_n "(cached) " >&6
15283else
15284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15285/* end confdefs.h. */
15286
15287#define _SYSCALL32
15288/* Needed for new procfs interface on sparc-solaris. */
15289#define _STRUCTURED_PROC 1
15290#include <sys/procfs.h>
15291int
15292main ()
15293{
15294prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
15295 ;
15296 return 0;
15297}
15298_ACEOF
15299if ac_fn_c_try_compile "$LINENO"; then :
15300 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
15301else
15302 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
15303
15304fi
15305rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15306fi
15307
15308 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
15309
15310$as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
15311
15312 fi
15313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
15314$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
15315
15316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
15317$as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
15318 if test "${bfd_cv_have_sys_procfs_type_psinfo_t+set}" = set; then :
15319 $as_echo_n "(cached) " >&6
15320else
15321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15322/* end confdefs.h. */
15323
15324#define _SYSCALL32
15325/* Needed for new procfs interface on sparc-solaris. */
15326#define _STRUCTURED_PROC 1
15327#include <sys/procfs.h>
15328int
15329main ()
15330{
15331psinfo_t avar
15332 ;
15333 return 0;
15334}
15335_ACEOF
15336if ac_fn_c_try_compile "$LINENO"; then :
15337 bfd_cv_have_sys_procfs_type_psinfo_t=yes
15338else
15339 bfd_cv_have_sys_procfs_type_psinfo_t=no
15340
15341fi
15342rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15343fi
15344
15345 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
15346
15347$as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
15348
15349 fi
15350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
15351$as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
15352
15353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
15354$as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
15355 if test "${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+set}" = set; then :
15356 $as_echo_n "(cached) " >&6
15357else
15358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15359/* end confdefs.h. */
15360
15361#define _SYSCALL32
15362/* Needed for new procfs interface on sparc-solaris. */
15363#define _STRUCTURED_PROC 1
15364#include <sys/procfs.h>
15365int
15366main ()
15367{
15368psinfo_t avar; void* aref = (void*) &avar.pr_pid
15369 ;
15370 return 0;
15371}
15372_ACEOF
15373if ac_fn_c_try_compile "$LINENO"; then :
15374 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
15375else
15376 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
15377
15378fi
15379rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15380fi
15381
15382 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
15383
15384$as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
15385
15386 fi
15387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
15388$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
15389
15390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
15391$as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
15392 if test "${bfd_cv_have_sys_procfs_type_psinfo32_t+set}" = set; then :
15393 $as_echo_n "(cached) " >&6
15394else
15395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15396/* end confdefs.h. */
15397
15398#define _SYSCALL32
15399/* Needed for new procfs interface on sparc-solaris. */
15400#define _STRUCTURED_PROC 1
15401#include <sys/procfs.h>
15402int
15403main ()
15404{
15405psinfo32_t avar
15406 ;
15407 return 0;
15408}
15409_ACEOF
15410if ac_fn_c_try_compile "$LINENO"; then :
15411 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
15412else
15413 bfd_cv_have_sys_procfs_type_psinfo32_t=no
15414
15415fi
15416rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15417fi
15418
15419 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
15420
15421$as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
15422
15423 fi
15424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
15425$as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
15426
15427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
15428$as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
15429 if test "${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+set}" = set; then :
15430 $as_echo_n "(cached) " >&6
15431else
15432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15433/* end confdefs.h. */
15434
15435#define _SYSCALL32
15436/* Needed for new procfs interface on sparc-solaris. */
15437#define _STRUCTURED_PROC 1
15438#include <sys/procfs.h>
15439int
15440main ()
15441{
15442psinfo32_t avar; void* aref = (void*) &avar.pr_pid
15443 ;
15444 return 0;
15445}
15446_ACEOF
15447if ac_fn_c_try_compile "$LINENO"; then :
15448 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
15449else
15450 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
15451
15452fi
15453rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15454fi
15455
15456 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
15457
15458$as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
15459
15460 fi
15461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
15462$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
15463
15464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
15465$as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
15466 if test "${bfd_cv_have_sys_procfs_type_lwpstatus_t+set}" = set; then :
15467 $as_echo_n "(cached) " >&6
15468else
15469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15470/* end confdefs.h. */
15471
15472#define _SYSCALL32
15473/* Needed for new procfs interface on sparc-solaris. */
15474#define _STRUCTURED_PROC 1
15475#include <sys/procfs.h>
15476int
15477main ()
15478{
15479lwpstatus_t avar
15480 ;
15481 return 0;
15482}
15483_ACEOF
15484if ac_fn_c_try_compile "$LINENO"; then :
15485 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
15486else
15487 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
15488
15489fi
15490rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15491fi
15492
15493 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
15494
15495$as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
15496
15497 fi
15498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
15499$as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
15500
15501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
15502$as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
15503 if test "${bfd_cv_have_sys_procfs_type_lwpxstatus_t+set}" = set; then :
15504 $as_echo_n "(cached) " >&6
15505else
15506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15507/* end confdefs.h. */
15508
15509#define _SYSCALL32
15510/* Needed for new procfs interface on sparc-solaris. */
15511#define _STRUCTURED_PROC 1
15512#include <sys/procfs.h>
15513int
15514main ()
15515{
15516lwpxstatus_t avar
15517 ;
15518 return 0;
15519}
15520_ACEOF
15521if ac_fn_c_try_compile "$LINENO"; then :
15522 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
15523else
15524 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
15525
15526fi
15527rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15528fi
15529
15530 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
15531
15532$as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
5464f5a1 15533
c603b11b
AM
15534 fi
15535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
15536$as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
1012372a 15537
c603b11b
AM
15538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
15539$as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
15540 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+set}" = set; then :
15541 $as_echo_n "(cached) " >&6
15542else
15543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15544/* end confdefs.h. */
2ba49b59 15545
c603b11b
AM
15546#define _SYSCALL32
15547/* Needed for new procfs interface on sparc-solaris. */
15548#define _STRUCTURED_PROC 1
15549#include <sys/procfs.h>
15550int
15551main ()
15552{
15553lwpstatus_t avar; void* aref = (void*) &avar.pr_context
15554 ;
15555 return 0;
15556}
15557_ACEOF
15558if ac_fn_c_try_compile "$LINENO"; then :
15559 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
15560else
15561 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
5464f5a1 15562
c603b11b
AM
15563fi
15564rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15565fi
1012372a 15566
c603b11b 15567 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
2ba49b59 15568
c603b11b 15569$as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
1012372a 15570
c603b11b
AM
15571 fi
15572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
15573$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
81ecdfbb 15574
c603b11b
AM
15575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
15576$as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
15577 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+set}" = set; then :
15578 $as_echo_n "(cached) " >&6
15579else
15580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 15581/* end confdefs.h. */
c603b11b
AM
15582
15583#define _SYSCALL32
15584/* Needed for new procfs interface on sparc-solaris. */
15585#define _STRUCTURED_PROC 1
15586#include <sys/procfs.h>
15587int
15588main ()
15589{
15590lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
15591 ;
15592 return 0;
15593}
81ecdfbb 15594_ACEOF
c603b11b
AM
15595if ac_fn_c_try_compile "$LINENO"; then :
15596 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
2ba49b59 15597else
c603b11b
AM
15598 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
15599
15600fi
15601rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2ba49b59 15602fi
1012372a 15603
c603b11b
AM
15604 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
15605
15606$as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
15607
15608 fi
15609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
15610$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
15611
15612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
15613$as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
15614 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+set}" = set; then :
15615 $as_echo_n "(cached) " >&6
15616else
15617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15618/* end confdefs.h. */
15619
15620#define _SYSCALL32
15621/* Needed for new procfs interface on sparc-solaris. */
15622#define _STRUCTURED_PROC 1
15623#include <sys/procfs.h>
15624int
15625main ()
15626{
15627lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
15628 ;
15629 return 0;
15630}
15631_ACEOF
15632if ac_fn_c_try_compile "$LINENO"; then :
15633 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
15634else
15635 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
15636
15637fi
15638rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15639fi
15640
15641 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
1012372a 15642
c603b11b
AM
15643$as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
15644
15645 fi
15646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
15647$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
15648
15649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
15650$as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
15651 if test "${bfd_cv_have_sys_procfs_type_win32_pstatus_t+set}" = set; then :
15652 $as_echo_n "(cached) " >&6
15653else
15654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15655/* end confdefs.h. */
15656
15657#define _SYSCALL32
15658/* Needed for new procfs interface on sparc-solaris. */
15659#define _STRUCTURED_PROC 1
15660#include <sys/procfs.h>
15661int
15662main ()
15663{
15664win32_pstatus_t avar
15665 ;
15666 return 0;
15667}
15668_ACEOF
15669if ac_fn_c_try_compile "$LINENO"; then :
15670 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
15671else
15672 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
15673
15674fi
15675rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15676fi
15677
15678 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
15679
15680$as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
15681
15682 fi
15683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
15684$as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
15685
15686 fi
15687fi
1012372a
AC
15688
15689
c603b11b 15690if test -n "$CORE_HEADER"; then
1012372a 15691
c603b11b
AM
15692cat >>confdefs.h <<_ACEOF
15693#define CORE_HEADER $CORE_HEADER
15694_ACEOF
252b5132 15695
c603b11b
AM
15696fi
15697if test -n "$TRAD_HEADER"; then
6be7c12c 15698
c603b11b
AM
15699cat >>confdefs.h <<_ACEOF
15700#define TRAD_HEADER $TRAD_HEADER
15701_ACEOF
5464f5a1 15702
c603b11b 15703fi
5464f5a1 15704
81ecdfbb
RW
15705if test "$plugins" = "yes"; then
15706 supports_plugins=1
5464f5a1 15707else
81ecdfbb 15708 supports_plugins=0
5464f5a1 15709fi
5464f5a1 15710
81ecdfbb 15711
3cf9e6c4 15712
81ecdfbb
RW
15713# Determine the host dependant file_ptr a.k.a. off_t type. In order
15714# prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
15715# fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
15716# Hopefully a reasonable assumption since fseeko et.al. should be
15717# upward compatible.
15718for ac_func in ftello ftello64 fseeko fseeko64 fopen64
15719do :
15720 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15721ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15722eval as_val=\$$as_ac_var
15723 if test "x$as_val" = x""yes; then :
15724 cat >>confdefs.h <<_ACEOF
15725#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5464f5a1 15726_ACEOF
5464f5a1 15727
252b5132 15728fi
81ecdfbb 15729done
5464f5a1 15730
81ecdfbb
RW
15731if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
15732 # The cast to long int works around a bug in the HP C Compiler
15733# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15734# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15735# This bug is HP SR number 8606223364.
15736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
15737$as_echo_n "checking size of off_t... " >&6; }
15738if test "${ac_cv_sizeof_off_t+set}" = set; then :
15739 $as_echo_n "(cached) " >&6
6be7c12c 15740else
81ecdfbb 15741 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
5464f5a1 15742
81ecdfbb
RW
15743else
15744 if test "$ac_cv_type_off_t" = yes; then
15745 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15746$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15747{ as_fn_set_status 77
15748as_fn_error "cannot compute sizeof (off_t)
15749See \`config.log' for more details." "$LINENO" 5; }; }
15750 else
15751 ac_cv_sizeof_off_t=0
15752 fi
5464f5a1 15753fi
5464f5a1 15754
252b5132 15755fi
81ecdfbb
RW
15756{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
15757$as_echo "$ac_cv_sizeof_off_t" >&6; }
5464f5a1 15758
252b5132 15759
5464f5a1 15760
81ecdfbb
RW
15761cat >>confdefs.h <<_ACEOF
15762#define SIZEOF_OFF_T $ac_cv_sizeof_off_t
5464f5a1 15763_ACEOF
5464f5a1 15764
5464f5a1 15765
81ecdfbb
RW
15766fi
15767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
15768$as_echo_n "checking file_ptr type... " >&6; }
15769bfd_file_ptr="long"
15770bfd_ufile_ptr="unsigned long"
15771if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
15772 -o x"${ac_cv_sizeof_off_t}" = x8; then
15773 bfd_file_ptr=BFD_HOST_64_BIT
15774 bfd_ufile_ptr=BFD_HOST_U_64_BIT
15775fi
15776{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
15777$as_echo "$bfd_file_ptr" >&6; }
15778
6be7c12c 15779
252b5132 15780
81ecdfbb
RW
15781for ac_header in stdlib.h unistd.h
15782do :
15783 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15784ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15785eval as_val=\$$as_ac_Header
15786 if test "x$as_val" = x""yes; then :
15787 cat >>confdefs.h <<_ACEOF
15788#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5464f5a1 15789_ACEOF
5464f5a1 15790
5464f5a1 15791fi
81ecdfbb
RW
15792
15793done
15794
15795for ac_func in getpagesize
15796do :
15797 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
15798if test "x$ac_cv_func_getpagesize" = x""yes; then :
5464f5a1 15799 cat >>confdefs.h <<_ACEOF
81ecdfbb 15800#define HAVE_GETPAGESIZE 1
5464f5a1 15801_ACEOF
252b5132 15802
252b5132
RH
15803fi
15804done
15805
81ecdfbb
RW
15806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
15807$as_echo_n "checking for working mmap... " >&6; }
15808if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
15809 $as_echo_n "(cached) " >&6
252b5132 15810else
81ecdfbb 15811 if test "$cross_compiling" = yes; then :
252b5132
RH
15812 ac_cv_func_mmap_fixed_mapped=no
15813else
81ecdfbb 15814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
15815/* end confdefs.h. */
15816$ac_includes_default
15817/* malloc might have been renamed as rpl_malloc. */
15818#undef malloc
6be7c12c 15819
252b5132
RH
15820/* Thanks to Mike Haertel and Jim Avera for this test.
15821 Here is a matrix of mmap possibilities:
15822 mmap private not fixed
15823 mmap private fixed at somewhere currently unmapped
15824 mmap private fixed at somewhere already mapped
15825 mmap shared not fixed
15826 mmap shared fixed at somewhere currently unmapped
15827 mmap shared fixed at somewhere already mapped
15828 For private mappings, we should verify that changes cannot be read()
15829 back from the file, nor mmap's back from the file at a different
15830 address. (There have been systems where private was not correctly
15831 implemented like the infamous i386 svr4.0, and systems where the
5464f5a1 15832 VM page cache was not coherent with the file system buffer cache
252b5132
RH
15833 like early versions of FreeBSD and possibly contemporary NetBSD.)
15834 For shared mappings, we should conversely verify that changes get
5464f5a1 15835 propagated back to all the places they're supposed to be.
252b5132
RH
15836
15837 Grep wants private fixed already mapped.
15838 The main things grep needs to know about mmap are:
15839 * does it exist and is it safe to write into the mmap'd area
15840 * how to use it (BSD variants) */
5464f5a1 15841
252b5132
RH
15842#include <fcntl.h>
15843#include <sys/mman.h>
15844
81ecdfbb 15845#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
5464f5a1
NN
15846char *malloc ();
15847#endif
6be7c12c 15848
5464f5a1 15849/* This mess was copied from the GNU getpagesize.h. */
81ecdfbb 15850#ifndef HAVE_GETPAGESIZE
252b5132 15851/* Assume that all systems that can run configure have sys/param.h. */
81ecdfbb 15852# ifndef HAVE_SYS_PARAM_H
252b5132
RH
15853# define HAVE_SYS_PARAM_H 1
15854# endif
15855
15856# ifdef _SC_PAGESIZE
15857# define getpagesize() sysconf(_SC_PAGESIZE)
15858# else /* no _SC_PAGESIZE */
81ecdfbb 15859# ifdef HAVE_SYS_PARAM_H
252b5132
RH
15860# include <sys/param.h>
15861# ifdef EXEC_PAGESIZE
15862# define getpagesize() EXEC_PAGESIZE
15863# else /* no EXEC_PAGESIZE */
15864# ifdef NBPG
15865# define getpagesize() NBPG * CLSIZE
15866# ifndef CLSIZE
15867# define CLSIZE 1
15868# endif /* no CLSIZE */
15869# else /* no NBPG */
15870# ifdef NBPC
15871# define getpagesize() NBPC
15872# else /* no NBPC */
15873# ifdef PAGESIZE
15874# define getpagesize() PAGESIZE
15875# endif /* PAGESIZE */
15876# endif /* no NBPC */
15877# endif /* no NBPG */
15878# endif /* no EXEC_PAGESIZE */
15879# else /* no HAVE_SYS_PARAM_H */
15880# define getpagesize() 8192 /* punt totally */
15881# endif /* no HAVE_SYS_PARAM_H */
15882# endif /* no _SC_PAGESIZE */
15883
5464f5a1
NN
15884#endif /* no HAVE_GETPAGESIZE */
15885
15886int
15887main ()
15888{
15889 char *data, *data2, *data3;
15890 int i, pagesize;
15891 int fd;
15892
15893 pagesize = getpagesize ();
15894
15895 /* First, make a file with some known garbage in it. */
15896 data = (char *) malloc (pagesize);
15897 if (!data)
81ecdfbb 15898 return 1;
5464f5a1
NN
15899 for (i = 0; i < pagesize; ++i)
15900 *(data + i) = rand ();
15901 umask (0);
15902 fd = creat ("conftest.mmap", 0600);
15903 if (fd < 0)
81ecdfbb 15904 return 1;
5464f5a1 15905 if (write (fd, data, pagesize) != pagesize)
81ecdfbb 15906 return 1;
5464f5a1
NN
15907 close (fd);
15908
15909 /* Next, try to mmap the file at a fixed address which already has
15910 something else allocated at it. If we can, also make sure that
15911 we see the same garbage. */
15912 fd = open ("conftest.mmap", O_RDWR);
15913 if (fd < 0)
81ecdfbb 15914 return 1;
5464f5a1
NN
15915 data2 = (char *) malloc (2 * pagesize);
15916 if (!data2)
81ecdfbb
RW
15917 return 1;
15918 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
5464f5a1
NN
15919 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15920 MAP_PRIVATE | MAP_FIXED, fd, 0L))
81ecdfbb 15921 return 1;
5464f5a1
NN
15922 for (i = 0; i < pagesize; ++i)
15923 if (*(data + i) != *(data2 + i))
81ecdfbb 15924 return 1;
5464f5a1
NN
15925
15926 /* Finally, make sure that changes to the mapped area do not
15927 percolate back to the file as seen by read(). (This is a bug on
15928 some variants of i386 svr4.0.) */
15929 for (i = 0; i < pagesize; ++i)
15930 *(data2 + i) = *(data2 + i) + 1;
15931 data3 = (char *) malloc (pagesize);
15932 if (!data3)
81ecdfbb 15933 return 1;
5464f5a1 15934 if (read (fd, data3, pagesize) != pagesize)
81ecdfbb 15935 return 1;
5464f5a1
NN
15936 for (i = 0; i < pagesize; ++i)
15937 if (*(data + i) != *(data3 + i))
81ecdfbb 15938 return 1;
5464f5a1 15939 close (fd);
81ecdfbb 15940 return 0;
5464f5a1
NN
15941}
15942_ACEOF
81ecdfbb 15943if ac_fn_c_try_run "$LINENO"; then :
5464f5a1
NN
15944 ac_cv_func_mmap_fixed_mapped=yes
15945else
81ecdfbb 15946 ac_cv_func_mmap_fixed_mapped=no
5464f5a1 15947fi
81ecdfbb
RW
15948rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15949 conftest.$ac_objext conftest.beam conftest.$ac_ext
5464f5a1 15950fi
81ecdfbb 15951
5464f5a1 15952fi
81ecdfbb
RW
15953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15954$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
5464f5a1
NN
15955if test $ac_cv_func_mmap_fixed_mapped = yes; then
15956
81ecdfbb 15957$as_echo "#define HAVE_MMAP 1" >>confdefs.h
5464f5a1
NN
15958
15959fi
15960rm -f conftest.mmap
15961
5464f5a1 15962for ac_func in madvise mprotect
81ecdfbb
RW
15963do :
15964 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15965ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15966eval as_val=\$$as_ac_var
15967 if test "x$as_val" = x""yes; then :
5464f5a1 15968 cat >>confdefs.h <<_ACEOF
81ecdfbb 15969#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5464f5a1
NN
15970_ACEOF
15971
15972fi
15973done
15974
15975case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15976 true+yes )
81ecdfbb 15977$as_echo "#define USE_MMAP 1" >>confdefs.h
5464f5a1
NN
15978 ;;
15979esac
15980
15981rm -f doc/config.status
81ecdfbb 15982ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
5464f5a1 15983
20e95c23 15984
81ecdfbb 15985ac_config_commands="$ac_config_commands default"
5464f5a1 15986
108a6f8e
CD
15987
15988
15989
15990
15991
31dd3154 15992
5464f5a1
NN
15993cat >confcache <<\_ACEOF
15994# This file is a shell script that caches the results of configure
15995# tests run on this system so they can be shared between configure
15996# scripts and configure runs, see configure's option --config-cache.
15997# It is not useful on other systems. If it contains results you don't
15998# want to keep, you may remove or edit it.
15999#
16000# config.status only pays attention to the cache file if you give it
16001# the --recheck option to rerun configure.
16002#
16003# `ac_cv_env_foo' variables (set or unset) will be overridden when
16004# loading this file, other *unset* `ac_cv_foo' will be assigned the
16005# following values.
16006
16007_ACEOF
16008
16009# The following way of writing the cache mishandles newlines in values,
16010# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 16011# So, we kill variables containing newlines.
5464f5a1
NN
16012# Ultrix sh set writes to stderr and can't be redirected directly,
16013# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
16014(
16015 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16016 eval ac_val=\$$ac_var
16017 case $ac_val in #(
16018 *${as_nl}*)
16019 case $ac_var in #(
16020 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16021$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16022 esac
16023 case $ac_var in #(
16024 _ | IFS | as_nl) ;; #(
16025 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16026 *) { eval $ac_var=; unset $ac_var;} ;;
16027 esac ;;
16028 esac
16029 done
16030
5464f5a1 16031 (set) 2>&1 |
81ecdfbb
RW
16032 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16033 *${as_nl}ac_space=\ *)
16034 # `set' does not quote correctly, so add quotes: double-quote
16035 # substitution turns \\\\ into \\, and sed turns \\ into \.
5464f5a1
NN
16036 sed -n \
16037 "s/'/'\\\\''/g;
16038 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 16039 ;; #(
5464f5a1
NN
16040 *)
16041 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 16042 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
5464f5a1 16043 ;;
81ecdfbb
RW
16044 esac |
16045 sort
16046) |
5464f5a1 16047 sed '
81ecdfbb 16048 /^ac_cv_env_/b end
5464f5a1 16049 t clear
81ecdfbb 16050 :clear
5464f5a1
NN
16051 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16052 t end
81ecdfbb
RW
16053 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16054 :end' >>confcache
16055if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16056 if test -w "$cache_file"; then
16057 test "x$cache_file" != "x/dev/null" &&
16058 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16059$as_echo "$as_me: updating cache $cache_file" >&6;}
5464f5a1
NN
16060 cat confcache >$cache_file
16061 else
81ecdfbb
RW
16062 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16063$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5464f5a1
NN
16064 fi
16065fi
16066rm -f confcache
16067
16068test "x$prefix" = xNONE && prefix=$ac_default_prefix
16069# Let make expand exec_prefix.
16070test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16071
5464f5a1
NN
16072DEFS=-DHAVE_CONFIG_H
16073
16074ac_libobjs=
16075ac_ltlibobjs=
16076for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16077 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
16078 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16079 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16080 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16081 # will be set to the directory where LIBOBJS objects are built.
16082 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16083 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
5464f5a1
NN
16084done
16085LIBOBJS=$ac_libobjs
16086
16087LTLIBOBJS=$ac_ltlibobjs
16088
16089
f5385ebf 16090if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
16091 as_fn_error "conditional \"AMDEP\" was never defined.
16092Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf
AM
16093fi
16094if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
16095 as_fn_error "conditional \"am__fastdepCC\" was never defined.
16096Usually this means the macro was only invoked conditionally." "$LINENO" 5
16097fi
16098 if test -n "$EXEEXT"; then
16099 am__EXEEXT_TRUE=
16100 am__EXEEXT_FALSE='#'
16101else
16102 am__EXEEXT_TRUE='#'
16103 am__EXEEXT_FALSE=
f5385ebf 16104fi
81ecdfbb 16105
ce3c775b 16106if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
81ecdfbb
RW
16107 as_fn_error "conditional \"PLUGINS\" was never defined.
16108Usually this means the macro was only invoked conditionally." "$LINENO" 5
ce3c775b 16109fi
f5385ebf 16110if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
16111 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
16112Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf 16113fi
d5fbea21 16114if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
16115 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
16116Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 16117fi
f5385ebf 16118if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
81ecdfbb
RW
16119 as_fn_error "conditional \"INSTALL_LIBBFD\" was never defined.
16120Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf 16121fi
5464f5a1
NN
16122
16123: ${CONFIG_STATUS=./config.status}
81ecdfbb 16124ac_write_fail=0
5464f5a1
NN
16125ac_clean_files_save=$ac_clean_files
16126ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
16127{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16128$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16129as_write_fail=0
16130cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
5464f5a1
NN
16131#! $SHELL
16132# Generated by $as_me.
16133# Run this file to recreate the current configuration.
16134# Compiler output produced by configure, useful for debugging
16135# configure, is in config.log if it exists.
16136
16137debug=false
16138ac_cs_recheck=false
16139ac_cs_silent=false
5464f5a1 16140
81ecdfbb
RW
16141SHELL=\${CONFIG_SHELL-$SHELL}
16142export SHELL
16143_ASEOF
16144cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16145## -------------------- ##
16146## M4sh Initialization. ##
16147## -------------------- ##
5464f5a1 16148
81ecdfbb
RW
16149# Be more Bourne compatible
16150DUALCASE=1; export DUALCASE # for MKS sh
16151if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
5464f5a1
NN
16152 emulate sh
16153 NULLCMD=:
81ecdfbb 16154 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5464f5a1
NN
16155 # is contrary to our usage. Disable this feature.
16156 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
16157 setopt NO_GLOB_SUBST
16158else
16159 case `(set -o) 2>/dev/null` in #(
16160 *posix*) :
16161 set -o posix ;; #(
16162 *) :
16163 ;;
16164esac
5464f5a1 16165fi
5464f5a1 16166
81ecdfbb
RW
16167
16168as_nl='
16169'
16170export as_nl
16171# Printing a long string crashes Solaris 7 /usr/bin/printf.
16172as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16173as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16174as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16175# Prefer a ksh shell builtin over an external printf program on Solaris,
16176# but without wasting forks for bash or zsh.
16177if test -z "$BASH_VERSION$ZSH_VERSION" \
16178 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16179 as_echo='print -r --'
16180 as_echo_n='print -rn --'
16181elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16182 as_echo='printf %s\n'
16183 as_echo_n='printf %s'
16184else
16185 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16186 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16187 as_echo_n='/usr/ucb/echo -n'
16188 else
16189 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16190 as_echo_n_body='eval
16191 arg=$1;
16192 case $arg in #(
16193 *"$as_nl"*)
16194 expr "X$arg" : "X\\(.*\\)$as_nl";
16195 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16196 esac;
16197 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16198 '
16199 export as_echo_n_body
16200 as_echo_n='sh -c $as_echo_n_body as_echo'
16201 fi
16202 export as_echo_body
16203 as_echo='sh -c $as_echo_body as_echo'
16204fi
16205
16206# The user is always right.
16207if test "${PATH_SEPARATOR+set}" != set; then
16208 PATH_SEPARATOR=:
16209 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16210 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16211 PATH_SEPARATOR=';'
16212 }
5464f5a1
NN
16213fi
16214
16215
81ecdfbb
RW
16216# IFS
16217# We need space, tab and new line, in precisely that order. Quoting is
16218# there to prevent editors from complaining about space-tab.
16219# (If _AS_PATH_WALK were called with IFS unset, it would disable word
16220# splitting by setting IFS to empty value.)
16221IFS=" "" $as_nl"
16222
16223# Find who we are. Look in the path if we contain no directory separator.
16224case $0 in #((
16225 *[\\/]* ) as_myself=$0 ;;
16226 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16227for as_dir in $PATH
16228do
16229 IFS=$as_save_IFS
16230 test -z "$as_dir" && as_dir=.
16231 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16232 done
16233IFS=$as_save_IFS
16234
16235 ;;
16236esac
16237# We did not find ourselves, most probably we were run as `sh COMMAND'
16238# in which case we are not to be found in the path.
16239if test "x$as_myself" = x; then
16240 as_myself=$0
16241fi
16242if test ! -f "$as_myself"; then
16243 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16244 exit 1
16245fi
16246
16247# Unset variables that we do not need and which cause bugs (e.g. in
16248# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16249# suppresses any "Segmentation fault" message there. '((' could
16250# trigger a bug in pdksh 5.2.14.
16251for as_var in BASH_ENV ENV MAIL MAILPATH
16252do eval test x\${$as_var+set} = xset \
16253 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16254done
5464f5a1
NN
16255PS1='$ '
16256PS2='> '
16257PS4='+ '
16258
16259# NLS nuisances.
81ecdfbb
RW
16260LC_ALL=C
16261export LC_ALL
16262LANGUAGE=C
16263export LANGUAGE
16264
16265# CDPATH.
16266(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16267
16268
16269# as_fn_error ERROR [LINENO LOG_FD]
16270# ---------------------------------
16271# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16272# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16273# script with status $?, using 1 if that was 0.
16274as_fn_error ()
16275{
16276 as_status=$?; test $as_status -eq 0 && as_status=1
16277 if test "$3"; then
16278 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16279 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
5464f5a1 16280 fi
81ecdfbb
RW
16281 $as_echo "$as_me: error: $1" >&2
16282 as_fn_exit $as_status
16283} # as_fn_error
16284
16285
16286# as_fn_set_status STATUS
16287# -----------------------
16288# Set $? to STATUS, without forking.
16289as_fn_set_status ()
16290{
16291 return $1
16292} # as_fn_set_status
16293
16294# as_fn_exit STATUS
16295# -----------------
16296# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16297as_fn_exit ()
16298{
16299 set +e
16300 as_fn_set_status $1
16301 exit $1
16302} # as_fn_exit
16303
16304# as_fn_unset VAR
16305# ---------------
16306# Portably unset VAR.
16307as_fn_unset ()
16308{
16309 { eval $1=; unset $1;}
16310}
16311as_unset=as_fn_unset
16312# as_fn_append VAR VALUE
16313# ----------------------
16314# Append the text in VALUE to the end of the definition contained in VAR. Take
16315# advantage of any shell optimizations that allow amortized linear growth over
16316# repeated appends, instead of the typical quadratic growth present in naive
16317# implementations.
16318if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16319 eval 'as_fn_append ()
16320 {
16321 eval $1+=\$2
16322 }'
16323else
16324 as_fn_append ()
16325 {
16326 eval $1=\$$1\$2
16327 }
16328fi # as_fn_append
16329
16330# as_fn_arith ARG...
16331# ------------------
16332# Perform arithmetic evaluation on the ARGs, and store the result in the
16333# global $as_val. Take advantage of shells that can avoid forks. The arguments
16334# must be portable across $(()) and expr.
16335if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16336 eval 'as_fn_arith ()
16337 {
16338 as_val=$(( $* ))
16339 }'
16340else
16341 as_fn_arith ()
16342 {
16343 as_val=`expr "$@" || test $? -eq 1`
16344 }
16345fi # as_fn_arith
16346
5464f5a1 16347
81ecdfbb
RW
16348if expr a : '\(a\)' >/dev/null 2>&1 &&
16349 test "X`expr 00001 : '.*\(...\)'`" = X001; then
5464f5a1
NN
16350 as_expr=expr
16351else
16352 as_expr=false
16353fi
16354
81ecdfbb 16355if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5464f5a1
NN
16356 as_basename=basename
16357else
16358 as_basename=false
16359fi
252b5132 16360
81ecdfbb
RW
16361if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16362 as_dirname=dirname
16363else
16364 as_dirname=false
16365fi
6be7c12c 16366
81ecdfbb 16367as_me=`$as_basename -- "$0" ||
5464f5a1
NN
16368$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16369 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
16370 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16371$as_echo X/"$0" |
16372 sed '/^.*\/\([^/][^/]*\)\/*$/{
16373 s//\1/
16374 q
16375 }
16376 /^X\/\(\/\/\)$/{
16377 s//\1/
16378 q
16379 }
16380 /^X\/\(\/\).*/{
16381 s//\1/
16382 q
16383 }
16384 s/.*/./; q'`
5464f5a1 16385
5464f5a1
NN
16386# Avoid depending upon Character Ranges.
16387as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16388as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16389as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16390as_cr_digits='0123456789'
16391as_cr_alnum=$as_cr_Letters$as_cr_digits
16392
81ecdfbb
RW
16393ECHO_C= ECHO_N= ECHO_T=
16394case `echo -n x` in #(((((
16395-n*)
16396 case `echo 'xy\c'` in
16397 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16398 xy) ECHO_C='\c';;
16399 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16400 ECHO_T=' ';;
16401 esac;;
16402*)
16403 ECHO_N='-n';;
5464f5a1
NN
16404esac
16405
81ecdfbb
RW
16406rm -f conf$$ conf$$.exe conf$$.file
16407if test -d conf$$.dir; then
16408 rm -f conf$$.dir/conf$$.file
252b5132 16409else
81ecdfbb
RW
16410 rm -f conf$$.dir
16411 mkdir conf$$.dir 2>/dev/null
252b5132 16412fi
81ecdfbb
RW
16413if (echo >conf$$.file) 2>/dev/null; then
16414 if ln -s conf$$.file conf$$ 2>/dev/null; then
5464f5a1 16415 as_ln_s='ln -s'
81ecdfbb
RW
16416 # ... but there are two gotchas:
16417 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16418 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16419 # In both cases, we have to default to `cp -p'.
16420 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16421 as_ln_s='cp -p'
16422 elif ln conf$$.file conf$$ 2>/dev/null; then
16423 as_ln_s=ln
16424 else
16425 as_ln_s='cp -p'
5464f5a1 16426 fi
5464f5a1
NN
16427else
16428 as_ln_s='cp -p'
252b5132 16429fi
81ecdfbb
RW
16430rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16431rmdir conf$$.dir 2>/dev/null
16432
16433
16434# as_fn_mkdir_p
16435# -------------
16436# Create "$as_dir" as a directory, including parents if necessary.
16437as_fn_mkdir_p ()
16438{
16439
16440 case $as_dir in #(
16441 -*) as_dir=./$as_dir;;
16442 esac
16443 test -d "$as_dir" || eval $as_mkdir_p || {
16444 as_dirs=
16445 while :; do
16446 case $as_dir in #(
16447 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16448 *) as_qdir=$as_dir;;
16449 esac
16450 as_dirs="'$as_qdir' $as_dirs"
16451 as_dir=`$as_dirname -- "$as_dir" ||
16452$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16453 X"$as_dir" : 'X\(//\)[^/]' \| \
16454 X"$as_dir" : 'X\(//\)$' \| \
16455 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16456$as_echo X"$as_dir" |
16457 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16458 s//\1/
16459 q
16460 }
16461 /^X\(\/\/\)[^/].*/{
16462 s//\1/
16463 q
16464 }
16465 /^X\(\/\/\)$/{
16466 s//\1/
16467 q
16468 }
16469 /^X\(\/\).*/{
16470 s//\1/
16471 q
16472 }
16473 s/.*/./; q'`
16474 test -d "$as_dir" && break
16475 done
16476 test -z "$as_dirs" || eval "mkdir $as_dirs"
16477 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
16478
6be7c12c 16479
81ecdfbb 16480} # as_fn_mkdir_p
5464f5a1 16481if mkdir -p . 2>/dev/null; then
81ecdfbb 16482 as_mkdir_p='mkdir -p "$as_dir"'
5464f5a1
NN
16483else
16484 test -d ./-p && rmdir ./-p
16485 as_mkdir_p=false
252b5132 16486fi
81ecdfbb
RW
16487
16488if test -x / >/dev/null 2>&1; then
16489 as_test_x='test -x'
16490else
16491 if ls -dL / >/dev/null 2>&1; then
16492 as_ls_L_option=L
16493 else
16494 as_ls_L_option=
16495 fi
16496 as_test_x='
16497 eval sh -c '\''
16498 if test -d "$1"; then
16499 test -d "$1/.";
16500 else
16501 case $1 in #(
16502 -*)set "./$1";;
16503 esac;
16504 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16505 ???[sx]*):;;*)false;;esac;fi
16506 '\'' sh
16507 '
16508fi
16509as_executable_p=$as_test_x
252b5132 16510
5464f5a1
NN
16511# Sed expression to map a string onto a valid CPP name.
16512as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 16513
5464f5a1
NN
16514# Sed expression to map a string onto a valid variable name.
16515as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6be7c12c 16516
252b5132 16517
5464f5a1 16518exec 6>&1
81ecdfbb
RW
16519## ----------------------------------- ##
16520## Main body of $CONFIG_STATUS script. ##
16521## ----------------------------------- ##
16522_ASEOF
16523test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5464f5a1 16524
81ecdfbb
RW
16525cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16526# Save the log message, to keep $0 and so on meaningful, and to
5464f5a1 16527# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
16528# values after options handling.
16529ac_log="
d8bd95ef 16530This file was extended by bfd $as_me 2.26.51, which was
81ecdfbb 16531generated by GNU Autoconf 2.64. Invocation command line was
5464f5a1
NN
16532
16533 CONFIG_FILES = $CONFIG_FILES
16534 CONFIG_HEADERS = $CONFIG_HEADERS
16535 CONFIG_LINKS = $CONFIG_LINKS
16536 CONFIG_COMMANDS = $CONFIG_COMMANDS
16537 $ $0 $@
16538
81ecdfbb
RW
16539on `(hostname || uname -n) 2>/dev/null | sed 1q`
16540"
16541
5464f5a1
NN
16542_ACEOF
16543
81ecdfbb
RW
16544case $ac_config_files in *"
16545"*) set x $ac_config_files; shift; ac_config_files=$*;;
16546esac
5464f5a1 16547
81ecdfbb
RW
16548case $ac_config_headers in *"
16549"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16550esac
252b5132 16551
252b5132 16552
81ecdfbb
RW
16553cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16554# Files that config.status was made for.
16555config_files="$ac_config_files"
16556config_headers="$ac_config_headers"
16557config_commands="$ac_config_commands"
252b5132 16558
81ecdfbb 16559_ACEOF
5464f5a1 16560
81ecdfbb 16561cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1 16562ac_cs_usage="\
81ecdfbb
RW
16563\`$as_me' instantiates files and other configuration actions
16564from templates according to the current configuration. Unless the files
16565and actions are specified as TAGs, all are instantiated by default.
5464f5a1 16566
81ecdfbb 16567Usage: $0 [OPTION]... [TAG]...
5464f5a1
NN
16568
16569 -h, --help print this help, then exit
81ecdfbb
RW
16570 -V, --version print version number and configuration settings, then exit
16571 -q, --quiet, --silent
16572 do not print progress messages
5464f5a1
NN
16573 -d, --debug don't remove temporary files
16574 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
16575 --file=FILE[:TEMPLATE]
16576 instantiate the configuration file FILE
16577 --header=FILE[:TEMPLATE]
16578 instantiate the configuration header FILE
5464f5a1
NN
16579
16580Configuration files:
16581$config_files
16582
16583Configuration headers:
16584$config_headers
16585
16586Configuration commands:
16587$config_commands
16588
81ecdfbb 16589Report bugs to the package provider."
5464f5a1 16590
81ecdfbb
RW
16591_ACEOF
16592cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5464f5a1 16593ac_cs_version="\\
d8bd95ef 16594bfd config.status 2.26.51
81ecdfbb
RW
16595configured by $0, generated by GNU Autoconf 2.64,
16596 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5464f5a1 16597
81ecdfbb 16598Copyright (C) 2009 Free Software Foundation, Inc.
5464f5a1
NN
16599This config.status script is free software; the Free Software Foundation
16600gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
16601
16602ac_pwd='$ac_pwd'
16603srcdir='$srcdir'
16604INSTALL='$INSTALL'
16605MKDIR_P='$MKDIR_P'
16606AWK='$AWK'
16607test -n "\$AWK" || AWK=awk
5464f5a1
NN
16608_ACEOF
16609
81ecdfbb
RW
16610cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16611# The default lists apply if the user does not specify any file.
5464f5a1
NN
16612ac_need_defaults=:
16613while test $# != 0
16614do
16615 case $1 in
16616 --*=*)
81ecdfbb
RW
16617 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16618 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5464f5a1 16619 ac_shift=:
6be7c12c 16620 ;;
81ecdfbb 16621 *)
5464f5a1
NN
16622 ac_option=$1
16623 ac_optarg=$2
16624 ac_shift=shift
6be7c12c 16625 ;;
5464f5a1 16626 esac
252b5132 16627
5464f5a1
NN
16628 case $ac_option in
16629 # Handling of the options.
5464f5a1
NN
16630 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16631 ac_cs_recheck=: ;;
81ecdfbb
RW
16632 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16633 $as_echo "$ac_cs_version"; exit ;;
16634 --debug | --debu | --deb | --de | --d | -d )
5464f5a1
NN
16635 debug=: ;;
16636 --file | --fil | --fi | --f )
16637 $ac_shift
81ecdfbb
RW
16638 case $ac_optarg in
16639 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16640 esac
16641 as_fn_append CONFIG_FILES " '$ac_optarg'"
5464f5a1
NN
16642 ac_need_defaults=false;;
16643 --header | --heade | --head | --hea )
16644 $ac_shift
81ecdfbb
RW
16645 case $ac_optarg in
16646 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16647 esac
16648 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
5464f5a1 16649 ac_need_defaults=false;;
81ecdfbb
RW
16650 --he | --h)
16651 # Conflict between --help and --header
16652 as_fn_error "ambiguous option: \`$1'
16653Try \`$0 --help' for more information.";;
16654 --help | --hel | -h )
16655 $as_echo "$ac_cs_usage"; exit ;;
5464f5a1
NN
16656 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16657 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16658 ac_cs_silent=: ;;
6be7c12c 16659
5464f5a1 16660 # This is an error.
81ecdfbb
RW
16661 -*) as_fn_error "unrecognized option: \`$1'
16662Try \`$0 --help' for more information." ;;
252b5132 16663
81ecdfbb
RW
16664 *) as_fn_append ac_config_targets " $1"
16665 ac_need_defaults=false ;;
252b5132 16666
5464f5a1
NN
16667 esac
16668 shift
16669done
6be7c12c 16670
5464f5a1 16671ac_configure_extra_args=
252b5132 16672
5464f5a1
NN
16673if $ac_cs_silent; then
16674 exec 6>/dev/null
16675 ac_configure_extra_args="$ac_configure_extra_args --silent"
16676fi
6be7c12c 16677
5464f5a1 16678_ACEOF
81ecdfbb 16679cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5464f5a1 16680if \$ac_cs_recheck; then
81ecdfbb
RW
16681 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16682 shift
16683 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16684 CONFIG_SHELL='$SHELL'
16685 export CONFIG_SHELL
16686 exec "\$@"
5464f5a1
NN
16687fi
16688
16689_ACEOF
81ecdfbb
RW
16690cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16691exec 5>>config.log
16692{
16693 echo
16694 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16695## Running $as_me. ##
16696_ASBOX
16697 $as_echo "$ac_log"
16698} >&5
5464f5a1 16699
81ecdfbb
RW
16700_ACEOF
16701cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6be7c12c 16702#
81ecdfbb 16703# INIT-COMMANDS
6be7c12c 16704#
f5385ebf 16705AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
16706
16707
16708# The HP-UX ksh and POSIX shell print the target directory to stdout
16709# if CDPATH is set.
16710(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16711
16712sed_quote_subst='$sed_quote_subst'
16713double_quote_subst='$double_quote_subst'
16714delay_variable_subst='$delay_variable_subst'
3725885a
RW
16715enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16716macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16717macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16718enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16719pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16720enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16721SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16722ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16723host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16724host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16725host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16726build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16727build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16728build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16729SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16730Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16731GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16732EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16733FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16734LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16735NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16736LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16737max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16738ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16739exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16740lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16741lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16742lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16743reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16744reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16745OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16746deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16747file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16748AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16749AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16750STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16751RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16752old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16753old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16754old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16755lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16756CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16757CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16758compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16759GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16760lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16761lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16762lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16763lt_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"`'
16764objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16765MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16766lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16767lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16768lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16769lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16770lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16771need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16772DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16773NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16774LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16775OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16776OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16777libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16778shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16779extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16780archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16781enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16782export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16783whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16784compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16785old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16786old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16787archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16788archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16789module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16790module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16791with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16792allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16793no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16794hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16795hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16796hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16797hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16798hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16799hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16800hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16801hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16802inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16803link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16804fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16805always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16806export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16807exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16808include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16809prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16810file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16811variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16812need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16813need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16814version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16815runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16816shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16817shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16818libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16819library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16820soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16821install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16822postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16823postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16824finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16825finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16826hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16827sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16828sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16829hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16830enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16831enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16832enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16833old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16834striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
16835
16836LTCC='$LTCC'
16837LTCFLAGS='$LTCFLAGS'
16838compiler='$compiler_DEFAULT'
16839
3725885a
RW
16840# A function that is used when there is no print builtin or printf.
16841func_fallback_echo ()
16842{
16843 eval 'cat <<_LTECHO_EOF
16844\$1
16845_LTECHO_EOF'
16846}
16847
d7040cdb 16848# Quote evaled strings.
3725885a
RW
16849for var in SHELL \
16850ECHO \
16851SED \
d7040cdb
SE
16852GREP \
16853EGREP \
16854FGREP \
16855LD \
16856NM \
16857LN_S \
16858lt_SP2NL \
16859lt_NL2SP \
16860reload_flag \
718a6fd8 16861OBJDUMP \
d7040cdb
SE
16862deplibs_check_method \
16863file_magic_cmd \
16864AR \
16865AR_FLAGS \
16866STRIP \
16867RANLIB \
16868CC \
16869CFLAGS \
16870compiler \
16871lt_cv_sys_global_symbol_pipe \
16872lt_cv_sys_global_symbol_to_cdecl \
16873lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 16874lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
16875lt_prog_compiler_no_builtin_flag \
16876lt_prog_compiler_wl \
16877lt_prog_compiler_pic \
16878lt_prog_compiler_static \
16879lt_cv_prog_compiler_c_o \
16880need_locks \
718a6fd8
SE
16881DSYMUTIL \
16882NMEDIT \
16883LIPO \
16884OTOOL \
16885OTOOL64 \
d7040cdb
SE
16886shrext_cmds \
16887export_dynamic_flag_spec \
16888whole_archive_flag_spec \
16889compiler_needs_object \
16890with_gnu_ld \
16891allow_undefined_flag \
16892no_undefined_flag \
16893hardcode_libdir_flag_spec \
16894hardcode_libdir_flag_spec_ld \
16895hardcode_libdir_separator \
16896fix_srcfile_path \
16897exclude_expsyms \
16898include_expsyms \
16899file_list_spec \
16900variables_saved_for_relink \
16901libname_spec \
16902library_names_spec \
16903soname_spec \
3725885a 16904install_override_mode \
d7040cdb
SE
16905finish_eval \
16906old_striplib \
16907striplib; do
3725885a 16908 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16909 *[\\\\\\\`\\"\\\$]*)
3725885a 16910 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
16911 ;;
16912 *)
16913 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16914 ;;
16915 esac
16916done
16917
16918# Double-quote double-evaled strings.
16919for var in reload_cmds \
16920old_postinstall_cmds \
16921old_postuninstall_cmds \
16922old_archive_cmds \
16923extract_expsyms_cmds \
16924old_archive_from_new_cmds \
16925old_archive_from_expsyms_cmds \
16926archive_cmds \
16927archive_expsym_cmds \
16928module_cmds \
16929module_expsym_cmds \
16930export_symbols_cmds \
16931prelink_cmds \
16932postinstall_cmds \
16933postuninstall_cmds \
16934finish_cmds \
16935sys_lib_search_path_spec \
16936sys_lib_dlsearch_path_spec; do
3725885a 16937 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16938 *[\\\\\\\`\\"\\\$]*)
3725885a 16939 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
16940 ;;
16941 *)
16942 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16943 ;;
16944 esac
16945done
16946
d7040cdb
SE
16947ac_aux_dir='$ac_aux_dir'
16948xsi_shell='$xsi_shell'
16949lt_shell_append='$lt_shell_append'
16950
16951# See if we are running on zsh, and set the options which allow our
16952# commands through without removal of \ escapes INIT.
16953if test -n "\${ZSH_VERSION+set}" ; then
16954 setopt NO_GLOB_SUBST
16955fi
16956
16957
16958 PACKAGE='$PACKAGE'
16959 VERSION='$VERSION'
16960 TIMESTAMP='$TIMESTAMP'
16961 RM='$RM'
16962 ofile='$ofile'
16963
16964
16965
20e95c23
DJ
16966# Capture the value of obsolete ALL_LINGUAS because we need it to compute
16967 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16968 # from automake.
16969 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16970 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16971 LINGUAS="${LINGUAS-%UNSET%}"
16972
5464f5a1 16973
f3b4f6d0
PB
16974GCC="$GCC"
16975CC="$CC"
16976acx_cv_header_stdint="$acx_cv_header_stdint"
16977acx_cv_type_int8_t="$acx_cv_type_int8_t"
16978acx_cv_type_int16_t="$acx_cv_type_int16_t"
16979acx_cv_type_int32_t="$acx_cv_type_int32_t"
16980acx_cv_type_int64_t="$acx_cv_type_int64_t"
16981acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
16982ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
16983ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
16984ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
16985ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
16986ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
d5efd9fc
AM
16987ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
16988ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
f3b4f6d0 16989ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
d5efd9fc
AM
16990
16991
5464f5a1
NN
16992
16993_ACEOF
16994
81ecdfbb 16995cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1 16996
81ecdfbb 16997# Handling of arguments.
5464f5a1 16998for ac_config_target in $ac_config_targets
252b5132 16999do
81ecdfbb
RW
17000 case $ac_config_target in
17001 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
17002 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
17003 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
17004 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
17005 "bfd_stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS bfd_stdint.h" ;;
17006 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17007 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17008 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
17009 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
17010 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
17011
17012 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
252b5132
RH
17013 esac
17014done
17015
81ecdfbb 17016
5464f5a1
NN
17017# If the user did not use the arguments to specify the items to instantiate,
17018# then the envvar interface is used. Set only those that are not.
17019# We use the long form for the default assignment because of an extremely
17020# bizarre bug on SunOS 4.1.3.
17021if $ac_need_defaults; then
17022 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17023 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17024 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17025fi
17026
17027# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 17028# simply because there is no reason against having it here, and in addition,
5464f5a1 17029# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
17030# Hook for its removal unless debugging.
17031# Note that there is a small window in which the directory will not be cleaned:
17032# after its creation but before its name has been assigned to `$tmp'.
5464f5a1
NN
17033$debug ||
17034{
81ecdfbb
RW
17035 tmp=
17036 trap 'exit_status=$?
17037 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
17038' 0
17039 trap 'as_fn_exit 1' 1 2 13 15
5464f5a1 17040}
5464f5a1 17041# Create a (secure) tmp directory for tmp files.
b3baf5d0 17042
5464f5a1 17043{
81ecdfbb 17044 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5464f5a1
NN
17045 test -n "$tmp" && test -d "$tmp"
17046} ||
17047{
81ecdfbb
RW
17048 tmp=./conf$$-$RANDOM
17049 (umask 077 && mkdir "$tmp")
17050} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
17051
17052# Set up the scripts for CONFIG_FILES section.
17053# No need to generate them if there are no CONFIG_FILES.
17054# This happens for instance with `./config.status config.h'.
17055if test -n "$CONFIG_FILES"; then
17056
17057
17058ac_cr=`echo X | tr X '\015'`
17059# On cygwin, bash can eat \r inside `` if the user requested igncr.
17060# But we know of no other shell where ac_cr would be empty at this
17061# point, so we can use a bashism as a fallback.
17062if test "x$ac_cr" = x; then
17063 eval ac_cr=\$\'\\r\'
17064fi
17065ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17066if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17067 ac_cs_awk_cr='\r'
17068else
17069 ac_cs_awk_cr=$ac_cr
17070fi
17071
17072echo 'BEGIN {' >"$tmp/subs1.awk" &&
17073_ACEOF
17074
17075
17076{
17077 echo "cat >conf$$subs.awk <<_ACEOF" &&
17078 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17079 echo "_ACEOF"
17080} >conf$$subs.sh ||
17081 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17082ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
17083ac_delim='%!_!# '
17084for ac_last_try in false false false false false :; do
17085 . ./conf$$subs.sh ||
17086 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17087
17088 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17089 if test $ac_delim_n = $ac_delim_num; then
17090 break
17091 elif $ac_last_try; then
17092 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17093 else
17094 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17095 fi
17096done
17097rm -f conf$$subs.sh
17098
17099cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17100cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
17101_ACEOF
17102sed -n '
17103h
17104s/^/S["/; s/!.*/"]=/
17105p
17106g
17107s/^[^!]*!//
17108:repl
17109t repl
17110s/'"$ac_delim"'$//
17111t delim
17112:nl
17113h
17114s/\(.\{148\}\).*/\1/
17115t more1
17116s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17117p
17118n
17119b repl
17120:more1
17121s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17122p
17123g
17124s/.\{148\}//
17125t nl
17126:delim
17127h
17128s/\(.\{148\}\).*/\1/
17129t more2
17130s/["\\]/\\&/g; s/^/"/; s/$/"/
17131p
17132b
17133:more2
17134s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17135p
17136g
17137s/.\{148\}//
17138t delim
17139' <conf$$subs.awk | sed '
17140/^[^""]/{
17141 N
17142 s/\n//
17143}
17144' >>$CONFIG_STATUS || ac_write_fail=1
17145rm -f conf$$subs.awk
17146cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17147_ACAWK
17148cat >>"\$tmp/subs1.awk" <<_ACAWK &&
17149 for (key in S) S_is_set[key] = 1
17150 FS = "\a"
17151
17152}
5464f5a1 17153{
81ecdfbb
RW
17154 line = $ 0
17155 nfields = split(line, field, "@")
17156 substed = 0
17157 len = length(field[1])
17158 for (i = 2; i < nfields; i++) {
17159 key = field[i]
17160 keylen = length(key)
17161 if (S_is_set[key]) {
17162 value = S[key]
17163 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17164 len += length(value) + length(field[++i])
17165 substed = 1
17166 } else
17167 len += 1 + keylen
17168 }
17169
17170 print line
5464f5a1
NN
17171}
17172
81ecdfbb
RW
17173_ACAWK
17174_ACEOF
17175cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17176if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17177 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17178else
17179 cat
17180fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
17181 || as_fn_error "could not setup config files machinery" "$LINENO" 5
5464f5a1
NN
17182_ACEOF
17183
81ecdfbb
RW
17184# VPATH may cause trouble with some makes, so we remove $(srcdir),
17185# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
17186# trailing colons and then remove the whole line if VPATH becomes empty
17187# (actually we leave an empty line to preserve line numbers).
17188if test "x$srcdir" = x.; then
17189 ac_vpsub='/^[ ]*VPATH[ ]*=/{
17190s/:*\$(srcdir):*/:/
17191s/:*\${srcdir}:*/:/
17192s/:*@srcdir@:*/:/
17193s/^\([^=]*=[ ]*\):*/\1/
17194s/:*$//
17195s/^[^=]*=[ ]*$//
17196}'
17197fi
b3baf5d0 17198
81ecdfbb
RW
17199cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17200fi # test -n "$CONFIG_FILES"
252b5132 17201
81ecdfbb
RW
17202# Set up the scripts for CONFIG_HEADERS section.
17203# No need to generate them if there are no CONFIG_HEADERS.
17204# This happens for instance with `./config.status Makefile'.
17205if test -n "$CONFIG_HEADERS"; then
17206cat >"$tmp/defines.awk" <<\_ACAWK ||
17207BEGIN {
5464f5a1
NN
17208_ACEOF
17209
81ecdfbb
RW
17210# Transform confdefs.h into an awk script `defines.awk', embedded as
17211# here-document in config.status, that substitutes the proper values into
17212# config.h.in to produce config.h.
17213
17214# Create a delimiter string that does not exist in confdefs.h, to ease
17215# handling of long lines.
17216ac_delim='%!_!# '
17217for ac_last_try in false false :; do
17218 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
17219 if test -z "$ac_t"; then
17220 break
17221 elif $ac_last_try; then
17222 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
17223 else
17224 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 17225 fi
81ecdfbb 17226done
6be7c12c 17227
81ecdfbb
RW
17228# For the awk script, D is an array of macro values keyed by name,
17229# likewise P contains macro parameters if any. Preserve backslash
17230# newline sequences.
17231
17232ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17233sed -n '
17234s/.\{148\}/&'"$ac_delim"'/g
17235t rset
17236:rset
17237s/^[ ]*#[ ]*define[ ][ ]*/ /
17238t def
17239d
17240:def
17241s/\\$//
17242t bsnl
17243s/["\\]/\\&/g
17244s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17245D["\1"]=" \3"/p
17246s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17247d
17248:bsnl
17249s/["\\]/\\&/g
17250s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17251D["\1"]=" \3\\\\\\n"\\/p
17252t cont
17253s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17254t cont
17255d
17256:cont
17257n
17258s/.\{148\}/&'"$ac_delim"'/g
17259t clear
17260:clear
17261s/\\$//
17262t bsnlc
17263s/["\\]/\\&/g; s/^/"/; s/$/"/p
17264d
17265:bsnlc
17266s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17267b cont
17268' <confdefs.h | sed '
17269s/'"$ac_delim"'/"\\\
17270"/g' >>$CONFIG_STATUS || ac_write_fail=1
17271
17272cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17273 for (key in D) D_is_set[key] = 1
17274 FS = "\a"
17275}
17276/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17277 line = \$ 0
17278 split(line, arg, " ")
17279 if (arg[1] == "#") {
17280 defundef = arg[2]
17281 mac1 = arg[3]
17282 } else {
17283 defundef = substr(arg[1], 2)
17284 mac1 = arg[2]
17285 }
17286 split(mac1, mac2, "(") #)
17287 macro = mac2[1]
17288 prefix = substr(line, 1, index(line, defundef) - 1)
17289 if (D_is_set[macro]) {
17290 # Preserve the white space surrounding the "#".
17291 print prefix "define", macro P[macro] D[macro]
17292 next
17293 } else {
17294 # Replace #undef with comments. This is necessary, for example,
17295 # in the case of _POSIX_SOURCE, which is predefined and required
17296 # on some systems where configure will not decide to define it.
17297 if (defundef == "undef") {
17298 print "/*", prefix defundef, macro, "*/"
17299 next
17300 }
17301 }
17302}
17303{ print }
17304_ACAWK
5464f5a1 17305_ACEOF
81ecdfbb
RW
17306cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17307 as_fn_error "could not setup config headers machinery" "$LINENO" 5
17308fi # test -n "$CONFIG_HEADERS"
17309
17310
17311eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17312shift
17313for ac_tag
17314do
17315 case $ac_tag in
17316 :[FHLC]) ac_mode=$ac_tag; continue;;
17317 esac
17318 case $ac_mode$ac_tag in
17319 :[FHL]*:*);;
17320 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
17321 :[FH]-) ac_tag=-:-;;
17322 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17323 esac
17324 ac_save_IFS=$IFS
17325 IFS=:
17326 set x $ac_tag
17327 IFS=$ac_save_IFS
17328 shift
17329 ac_file=$1
17330 shift
17331
17332 case $ac_mode in
17333 :L) ac_source=$1;;
17334 :[FH])
17335 ac_file_inputs=
17336 for ac_f
17337 do
17338 case $ac_f in
17339 -) ac_f="$tmp/stdin";;
17340 *) # Look for the file first in the build tree, then in the source tree
17341 # (if the path is not absolute). The absolute path cannot be DOS-style,
17342 # because $ac_f cannot contain `:'.
17343 test -f "$ac_f" ||
17344 case $ac_f in
17345 [\\/$]*) false;;
17346 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17347 esac ||
17348 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17349 esac
17350 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17351 as_fn_append ac_file_inputs " '$ac_f'"
17352 done
17353
17354 # Let's still pretend it is `configure' which instantiates (i.e., don't
17355 # use $as_me), people would be surprised to read:
17356 # /* config.h. Generated by config.status. */
17357 configure_input='Generated from '`
17358 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17359 `' by configure.'
17360 if test x"$ac_file" != x-; then
17361 configure_input="$ac_file. $configure_input"
17362 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17363$as_echo "$as_me: creating $ac_file" >&6;}
17364 fi
17365 # Neutralize special characters interpreted by sed in replacement strings.
17366 case $configure_input in #(
17367 *\&* | *\|* | *\\* )
17368 ac_sed_conf_input=`$as_echo "$configure_input" |
17369 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17370 *) ac_sed_conf_input=$configure_input;;
17371 esac
17372
17373 case $ac_tag in
17374 *:-:* | *:-) cat >"$tmp/stdin" \
17375 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
17376 esac
17377 ;;
252b5132
RH
17378 esac
17379
81ecdfbb 17380 ac_dir=`$as_dirname -- "$ac_file" ||
5464f5a1
NN
17381$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17382 X"$ac_file" : 'X\(//\)[^/]' \| \
17383 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
17384 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17385$as_echo X"$ac_file" |
17386 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17387 s//\1/
17388 q
17389 }
17390 /^X\(\/\/\)[^/].*/{
17391 s//\1/
17392 q
17393 }
17394 /^X\(\/\/\)$/{
17395 s//\1/
17396 q
17397 }
17398 /^X\(\/\).*/{
17399 s//\1/
17400 q
17401 }
17402 s/.*/./; q'`
17403 as_dir="$ac_dir"; as_fn_mkdir_p
5464f5a1
NN
17404 ac_builddir=.
17405
81ecdfbb
RW
17406case "$ac_dir" in
17407.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17408*)
17409 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17410 # A ".." for each directory in $ac_dir_suffix.
17411 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17412 case $ac_top_builddir_sub in
17413 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17414 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17415 esac ;;
17416esac
17417ac_abs_top_builddir=$ac_pwd
17418ac_abs_builddir=$ac_pwd$ac_dir_suffix
17419# for backward compatibility:
17420ac_top_builddir=$ac_top_build_prefix
252b5132 17421
5464f5a1 17422case $srcdir in
81ecdfbb 17423 .) # We are building in place.
5464f5a1 17424 ac_srcdir=.
81ecdfbb
RW
17425 ac_top_srcdir=$ac_top_builddir_sub
17426 ac_abs_top_srcdir=$ac_pwd ;;
17427 [\\/]* | ?:[\\/]* ) # Absolute name.
5464f5a1 17428 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
17429 ac_top_srcdir=$srcdir
17430 ac_abs_top_srcdir=$srcdir ;;
17431 *) # Relative name.
17432 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17433 ac_top_srcdir=$ac_top_build_prefix$srcdir
17434 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5464f5a1 17435esac
81ecdfbb 17436ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 17437
252b5132 17438
81ecdfbb
RW
17439 case $ac_mode in
17440 :F)
17441 #
17442 # CONFIG_FILE
17443 #
5464f5a1
NN
17444
17445 case $INSTALL in
17446 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
17447 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17448 esac
17449 ac_MKDIR_P=$MKDIR_P
17450 case $MKDIR_P in
17451 [\\/$]* | ?:[\\/]* ) ;;
17452 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
6be7c12c 17453 esac
81ecdfbb 17454_ACEOF
252b5132 17455
81ecdfbb
RW
17456cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17457# If the template does not know about datarootdir, expand it.
17458# FIXME: This hack should be removed a few years after 2.60.
17459ac_datarootdir_hack=; ac_datarootdir_seen=
17460ac_sed_dataroot='
17461/datarootdir/ {
17462 p
17463 q
17464}
17465/@datadir@/p
17466/@docdir@/p
17467/@infodir@/p
17468/@localedir@/p
17469/@mandir@/p'
17470case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17471*datarootdir*) ac_datarootdir_seen=yes;;
17472*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17473 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17474$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17475_ACEOF
17476cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17477 ac_datarootdir_hack='
17478 s&@datadir@&$datadir&g
17479 s&@docdir@&$docdir&g
17480 s&@infodir@&$infodir&g
17481 s&@localedir@&$localedir&g
17482 s&@mandir@&$mandir&g
17483 s&\\\${datarootdir}&$datarootdir&g' ;;
17484esac
5464f5a1 17485_ACEOF
81ecdfbb
RW
17486
17487# Neutralize VPATH when `$srcdir' = `.'.
17488# Shell code in configure.ac might set extrasub.
17489# FIXME: do we really want to maintain this feature?
17490cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17491ac_sed_extra="$ac_vpsub
5464f5a1
NN
17492$extrasub
17493_ACEOF
81ecdfbb 17494cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1
NN
17495:t
17496/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
17497s|@configure_input@|$ac_sed_conf_input|;t t
17498s&@top_builddir@&$ac_top_builddir_sub&;t t
17499s&@top_build_prefix@&$ac_top_build_prefix&;t t
17500s&@srcdir@&$ac_srcdir&;t t
17501s&@abs_srcdir@&$ac_abs_srcdir&;t t
17502s&@top_srcdir@&$ac_top_srcdir&;t t
17503s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17504s&@builddir@&$ac_builddir&;t t
17505s&@abs_builddir@&$ac_abs_builddir&;t t
17506s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17507s&@INSTALL@&$ac_INSTALL&;t t
17508s&@MKDIR_P@&$ac_MKDIR_P&;t t
17509$ac_datarootdir_hack
17510"
17511eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
17512 || as_fn_error "could not create $ac_file" "$LINENO" 5
17513
17514test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17515 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
17516 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
17517 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17518which seems to be undefined. Please make sure it is defined." >&5
17519$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17520which seems to be undefined. Please make sure it is defined." >&2;}
17521
17522 rm -f "$tmp/stdin"
5464f5a1 17523 case $ac_file in
81ecdfbb
RW
17524 -) cat "$tmp/out" && rm -f "$tmp/out";;
17525 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
17526 esac \
17527 || as_fn_error "could not create $ac_file" "$LINENO" 5
17528 ;;
17529 :H)
17530 #
17531 # CONFIG_HEADER
17532 #
5464f5a1 17533 if test x"$ac_file" != x-; then
81ecdfbb
RW
17534 {
17535 $as_echo "/* $configure_input */" \
17536 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
17537 } >"$tmp/config.h" \
17538 || as_fn_error "could not create $ac_file" "$LINENO" 5
17539 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
17540 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17541$as_echo "$as_me: $ac_file is unchanged" >&6;}
5464f5a1 17542 else
81ecdfbb
RW
17543 rm -f "$ac_file"
17544 mv "$tmp/config.h" "$ac_file" \
17545 || as_fn_error "could not create $ac_file" "$LINENO" 5
252b5132 17546 fi
5464f5a1 17547 else
81ecdfbb
RW
17548 $as_echo "/* $configure_input */" \
17549 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
17550 || as_fn_error "could not create -" "$LINENO" 5
252b5132 17551 fi
81ecdfbb
RW
17552# Compute "$ac_file"'s index in $config_headers.
17553_am_arg="$ac_file"
f5385ebf
AM
17554_am_stamp_count=1
17555for _am_header in $config_headers :; do
17556 case $_am_header in
81ecdfbb 17557 $_am_arg | $_am_arg:* )
f5385ebf
AM
17558 break ;;
17559 * )
17560 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17561 esac
17562done
81ecdfbb
RW
17563echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17564$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17565 X"$_am_arg" : 'X\(//\)[^/]' \| \
17566 X"$_am_arg" : 'X\(//\)$' \| \
17567 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17568$as_echo X"$_am_arg" |
17569 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17570 s//\1/
17571 q
17572 }
17573 /^X\(\/\/\)[^/].*/{
17574 s//\1/
17575 q
17576 }
17577 /^X\(\/\/\)$/{
17578 s//\1/
17579 q
17580 }
17581 /^X\(\/\).*/{
17582 s//\1/
17583 q
17584 }
17585 s/.*/./; q'`/stamp-h$_am_stamp_count
17586 ;;
5464f5a1 17587
81ecdfbb
RW
17588 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17589$as_echo "$as_me: executing $ac_file commands" >&6;}
17590 ;;
17591 esac
5464f5a1
NN
17592
17593
81ecdfbb
RW
17594 case $ac_file$ac_mode in
17595 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17596 # Autoconf 2.62 quotes --file arguments for eval, but not when files
17597 # are listed without --file. Let's play safe and only enable the eval
17598 # if we detect the quoting.
17599 case $CONFIG_FILES in
17600 *\'*) eval set x "$CONFIG_FILES" ;;
17601 *) set x $CONFIG_FILES ;;
17602 esac
17603 shift
17604 for mf
17605 do
17606 # Strip MF so we end up with the name of the file.
17607 mf=`echo "$mf" | sed -e 's/:.*$//'`
17608 # Check whether this is an Automake generated Makefile or not.
17609 # We used to match only the files named `Makefile.in', but
17610 # some people rename them; so instead we look at the file content.
17611 # Grep'ing the first line is not enough: some people post-process
17612 # each Makefile.in and add a new line on top of each file to say so.
17613 # Grep'ing the whole file is not good either: AIX grep has a line
17614 # limit of 2048, but all sed's we know have understand at least 4000.
17615 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17616 dirpart=`$as_dirname -- "$mf" ||
f5385ebf
AM
17617$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17618 X"$mf" : 'X\(//\)[^/]' \| \
17619 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
17620 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17621$as_echo X"$mf" |
17622 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17623 s//\1/
17624 q
17625 }
17626 /^X\(\/\/\)[^/].*/{
17627 s//\1/
17628 q
17629 }
17630 /^X\(\/\/\)$/{
17631 s//\1/
17632 q
17633 }
17634 /^X\(\/\).*/{
17635 s//\1/
17636 q
17637 }
17638 s/.*/./; q'`
17639 else
17640 continue
17641 fi
17642 # Extract the definition of DEPDIR, am__include, and am__quote
17643 # from the Makefile without running `make'.
17644 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17645 test -z "$DEPDIR" && continue
17646 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17647 test -z "am__include" && continue
17648 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17649 # When using ansi2knr, U may be empty or an underscore; expand it
17650 U=`sed -n 's/^U = //p' < "$mf"`
17651 # Find all dependency output files, they are included files with
17652 # $(DEPDIR) in their names. We invoke sed twice because it is the
17653 # simplest approach to changing $(DEPDIR) to its actual value in the
17654 # expansion.
17655 for file in `sed -n "
17656 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17657 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17658 # Make sure the directory exists.
17659 test -f "$dirpart/$file" && continue
17660 fdir=`$as_dirname -- "$file" ||
f5385ebf
AM
17661$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17662 X"$file" : 'X\(//\)[^/]' \| \
17663 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
17664 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17665$as_echo X"$file" |
17666 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17667 s//\1/
17668 q
17669 }
17670 /^X\(\/\/\)[^/].*/{
17671 s//\1/
17672 q
17673 }
17674 /^X\(\/\/\)$/{
17675 s//\1/
17676 q
17677 }
17678 /^X\(\/\).*/{
17679 s//\1/
17680 q
17681 }
17682 s/.*/./; q'`
17683 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17684 # echo "creating $dirpart/$file"
17685 echo '# dummy' > "$dirpart/$file"
f5385ebf 17686 done
f5385ebf 17687 done
81ecdfbb 17688}
d7040cdb 17689 ;;
81ecdfbb 17690 "libtool":C)
d7040cdb
SE
17691
17692 # See if we are running on zsh, and set the options which allow our
17693 # commands through without removal of \ escapes.
17694 if test -n "${ZSH_VERSION+set}" ; then
17695 setopt NO_GLOB_SUBST
17696 fi
17697
17698 cfgfile="${ofile}T"
17699 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17700 $RM "$cfgfile"
17701
17702 cat <<_LT_EOF >> "$cfgfile"
17703#! $SHELL
17704
17705# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 17706# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
17707# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17708# NOTE: Changes made to this file will be lost: look at ltmain.sh.
17709#
718a6fd8 17710# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 17711# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 17712# Written by Gordon Matzigkeit, 1996
d7040cdb 17713#
718a6fd8 17714# This file is part of GNU Libtool.
d7040cdb 17715#
718a6fd8
SE
17716# GNU Libtool is free software; you can redistribute it and/or
17717# modify it under the terms of the GNU General Public License as
17718# published by the Free Software Foundation; either version 2 of
17719# the License, or (at your option) any later version.
d7040cdb 17720#
718a6fd8
SE
17721# As a special exception to the GNU General Public License,
17722# if you distribute this file as part of a program or library that
17723# is built using GNU Libtool, you may include this file under the
17724# same distribution terms that you use for the rest of that program.
d7040cdb 17725#
718a6fd8
SE
17726# GNU Libtool is distributed in the hope that it will be useful,
17727# but WITHOUT ANY WARRANTY; without even the implied warranty of
17728# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17729# GNU General Public License for more details.
d7040cdb 17730#
718a6fd8
SE
17731# You should have received a copy of the GNU General Public License
17732# along with GNU Libtool; see the file COPYING. If not, a copy
17733# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17734# obtained by writing to the Free Software Foundation, Inc.,
17735# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
17736
17737
17738# The names of the tagged configurations supported by this script.
17739available_tags=""
17740
17741# ### BEGIN LIBTOOL CONFIG
17742
17743# Whether or not to build shared libraries.
17744build_libtool_libs=$enable_shared
17745
17746# Which release of libtool.m4 was used?
17747macro_version=$macro_version
17748macro_revision=$macro_revision
17749
17750# Whether or not to build static libraries.
17751build_old_libs=$enable_static
17752
17753# What type of objects to build.
17754pic_mode=$pic_mode
17755
17756# Whether or not to optimize for fast installation.
17757fast_install=$enable_fast_install
17758
3725885a
RW
17759# Shell to use when invoking shell scripts.
17760SHELL=$lt_SHELL
17761
17762# An echo program that protects backslashes.
17763ECHO=$lt_ECHO
17764
d7040cdb
SE
17765# The host system.
17766host_alias=$host_alias
17767host=$host
17768host_os=$host_os
17769
17770# The build system.
17771build_alias=$build_alias
17772build=$build
17773build_os=$build_os
17774
17775# A sed program that does not truncate output.
17776SED=$lt_SED
17777
17778# Sed that helps us avoid accidentally triggering echo(1) options like -n.
17779Xsed="\$SED -e 1s/^X//"
17780
17781# A grep program that handles long lines.
17782GREP=$lt_GREP
17783
17784# An ERE matcher.
17785EGREP=$lt_EGREP
17786
17787# A literal string matcher.
17788FGREP=$lt_FGREP
17789
17790# A BSD- or MS-compatible name lister.
17791NM=$lt_NM
17792
17793# Whether we need soft or hard links.
17794LN_S=$lt_LN_S
17795
17796# What is the maximum length of a command?
17797max_cmd_len=$max_cmd_len
17798
17799# Object file suffix (normally "o").
17800objext=$ac_objext
17801
17802# Executable file suffix (normally "").
17803exeext=$exeext
17804
17805# whether the shell understands "unset".
17806lt_unset=$lt_unset
17807
17808# turn spaces into newlines.
17809SP2NL=$lt_lt_SP2NL
17810
17811# turn newlines into spaces.
17812NL2SP=$lt_lt_NL2SP
17813
718a6fd8
SE
17814# An object symbol dumper.
17815OBJDUMP=$lt_OBJDUMP
17816
d7040cdb
SE
17817# Method to check whether dependent libraries are shared objects.
17818deplibs_check_method=$lt_deplibs_check_method
17819
17820# Command to use when deplibs_check_method == "file_magic".
17821file_magic_cmd=$lt_file_magic_cmd
17822
17823# The archiver.
17824AR=$lt_AR
17825AR_FLAGS=$lt_AR_FLAGS
17826
17827# A symbol stripping program.
17828STRIP=$lt_STRIP
17829
17830# Commands used to install an old-style archive.
17831RANLIB=$lt_RANLIB
17832old_postinstall_cmds=$lt_old_postinstall_cmds
17833old_postuninstall_cmds=$lt_old_postuninstall_cmds
17834
3725885a
RW
17835# Whether to use a lock for old archive extraction.
17836lock_old_archive_extraction=$lock_old_archive_extraction
17837
d7040cdb
SE
17838# A C compiler.
17839LTCC=$lt_CC
17840
17841# LTCC compiler flags.
17842LTCFLAGS=$lt_CFLAGS
17843
17844# Take the output of nm and produce a listing of raw symbols and C names.
17845global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17846
17847# Transform the output of nm in a proper C declaration.
17848global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17849
17850# Transform the output of nm in a C name address pair.
17851global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17852
718a6fd8
SE
17853# Transform the output of nm in a C name address pair when lib prefix is needed.
17854global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17855
d7040cdb
SE
17856# The name of the directory that contains temporary libtool files.
17857objdir=$objdir
17858
d7040cdb
SE
17859# Used to examine libraries when file_magic_cmd begins with "file".
17860MAGIC_CMD=$MAGIC_CMD
17861
17862# Must we lock files when doing compilation?
17863need_locks=$lt_need_locks
17864
718a6fd8
SE
17865# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17866DSYMUTIL=$lt_DSYMUTIL
17867
17868# Tool to change global to local symbols on Mac OS X.
17869NMEDIT=$lt_NMEDIT
17870
17871# Tool to manipulate fat objects and archives on Mac OS X.
17872LIPO=$lt_LIPO
17873
17874# ldd/readelf like tool for Mach-O binaries on Mac OS X.
17875OTOOL=$lt_OTOOL
17876
17877# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17878OTOOL64=$lt_OTOOL64
17879
d7040cdb
SE
17880# Old archive suffix (normally "a").
17881libext=$libext
17882
17883# Shared library suffix (normally ".so").
17884shrext_cmds=$lt_shrext_cmds
17885
17886# The commands to extract the exported symbol list from a shared archive.
17887extract_expsyms_cmds=$lt_extract_expsyms_cmds
17888
17889# Variables whose values should be saved in libtool wrapper scripts and
17890# restored at link time.
17891variables_saved_for_relink=$lt_variables_saved_for_relink
17892
17893# Do we need the "lib" prefix for modules?
17894need_lib_prefix=$need_lib_prefix
17895
17896# Do we need a version for libraries?
17897need_version=$need_version
17898
17899# Library versioning type.
17900version_type=$version_type
17901
17902# Shared library runtime path variable.
17903runpath_var=$runpath_var
17904
17905# Shared library path variable.
17906shlibpath_var=$shlibpath_var
17907
17908# Is shlibpath searched before the hard-coded library search path?
17909shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17910
17911# Format of library name prefix.
17912libname_spec=$lt_libname_spec
17913
17914# List of archive names. First name is the real one, the rest are links.
17915# The last name is the one that the linker finds with -lNAME
17916library_names_spec=$lt_library_names_spec
17917
17918# The coded name of the library, if different from the real name.
17919soname_spec=$lt_soname_spec
17920
3725885a
RW
17921# Permission mode override for installation of shared libraries.
17922install_override_mode=$lt_install_override_mode
17923
d7040cdb
SE
17924# Command to use after installation of a shared archive.
17925postinstall_cmds=$lt_postinstall_cmds
17926
17927# Command to use after uninstallation of a shared archive.
17928postuninstall_cmds=$lt_postuninstall_cmds
17929
17930# Commands used to finish a libtool library installation in a directory.
17931finish_cmds=$lt_finish_cmds
17932
17933# As "finish_cmds", except a single script fragment to be evaled but
17934# not shown.
17935finish_eval=$lt_finish_eval
17936
17937# Whether we should hardcode library paths into libraries.
17938hardcode_into_libs=$hardcode_into_libs
17939
17940# Compile-time system search path for libraries.
17941sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17942
17943# Run-time system search path for libraries.
17944sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17945
17946# Whether dlopen is supported.
17947dlopen_support=$enable_dlopen
17948
17949# Whether dlopen of programs is supported.
17950dlopen_self=$enable_dlopen_self
17951
17952# Whether dlopen of statically linked programs is supported.
17953dlopen_self_static=$enable_dlopen_self_static
17954
17955# Commands to strip libraries.
17956old_striplib=$lt_old_striplib
17957striplib=$lt_striplib
17958
17959
17960# The linker used to build libraries.
17961LD=$lt_LD
17962
3725885a
RW
17963# How to create reloadable object files.
17964reload_flag=$lt_reload_flag
17965reload_cmds=$lt_reload_cmds
17966
d7040cdb
SE
17967# Commands used to build an old-style archive.
17968old_archive_cmds=$lt_old_archive_cmds
17969
17970# A language specific compiler.
17971CC=$lt_compiler
17972
17973# Is the compiler the GNU compiler?
17974with_gcc=$GCC
17975
17976# Compiler flag to turn off builtin functions.
17977no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17978
17979# How to pass a linker flag through the compiler.
17980wl=$lt_lt_prog_compiler_wl
17981
17982# Additional compiler flags for building library objects.
17983pic_flag=$lt_lt_prog_compiler_pic
17984
17985# Compiler flag to prevent dynamic linking.
17986link_static_flag=$lt_lt_prog_compiler_static
17987
17988# Does compiler simultaneously support -c and -o options?
17989compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17990
17991# Whether or not to add -lc for building shared libraries.
17992build_libtool_need_lc=$archive_cmds_need_lc
17993
17994# Whether or not to disallow shared libs when runtime libs are static.
17995allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17996
17997# Compiler flag to allow reflexive dlopens.
17998export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17999
18000# Compiler flag to generate shared objects directly from archives.
18001whole_archive_flag_spec=$lt_whole_archive_flag_spec
18002
18003# Whether the compiler copes with passing no objects directly.
18004compiler_needs_object=$lt_compiler_needs_object
18005
18006# Create an old-style archive from a shared archive.
18007old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
18008
18009# Create a temporary old-style archive to link instead of a shared archive.
18010old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
18011
18012# Commands used to build a shared archive.
18013archive_cmds=$lt_archive_cmds
18014archive_expsym_cmds=$lt_archive_expsym_cmds
18015
18016# Commands used to build a loadable module if different from building
18017# a shared archive.
18018module_cmds=$lt_module_cmds
18019module_expsym_cmds=$lt_module_expsym_cmds
18020
18021# Whether we are building with GNU ld or not.
18022with_gnu_ld=$lt_with_gnu_ld
18023
18024# Flag that allows shared libraries with undefined symbols to be built.
18025allow_undefined_flag=$lt_allow_undefined_flag
18026
18027# Flag that enforces no undefined symbols.
18028no_undefined_flag=$lt_no_undefined_flag
18029
18030# Flag to hardcode \$libdir into a binary during linking.
18031# This must work even if \$libdir does not exist
18032hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
18033
18034# If ld is used when linking, flag to hardcode \$libdir into a binary
18035# during linking. This must work even if \$libdir does not exist.
18036hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
18037
18038# Whether we need a single "-rpath" flag with a separated argument.
18039hardcode_libdir_separator=$lt_hardcode_libdir_separator
18040
18041# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18042# DIR into the resulting binary.
18043hardcode_direct=$hardcode_direct
18044
18045# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18046# DIR into the resulting binary and the resulting library dependency is
18047# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
18048# library is relocated.
18049hardcode_direct_absolute=$hardcode_direct_absolute
18050
18051# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
18052# into the resulting binary.
18053hardcode_minus_L=$hardcode_minus_L
18054
18055# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
18056# into the resulting binary.
18057hardcode_shlibpath_var=$hardcode_shlibpath_var
18058
18059# Set to "yes" if building a shared library automatically hardcodes DIR
18060# into the library and all subsequent libraries and executables linked
18061# against it.
18062hardcode_automatic=$hardcode_automatic
18063
18064# Set to yes if linker adds runtime paths of dependent libraries
18065# to runtime path list.
18066inherit_rpath=$inherit_rpath
18067
18068# Whether libtool must link a program against all its dependency libraries.
18069link_all_deplibs=$link_all_deplibs
18070
18071# Fix the shell variable \$srcfile for the compiler.
18072fix_srcfile_path=$lt_fix_srcfile_path
18073
18074# Set to "yes" if exported symbols are required.
18075always_export_symbols=$always_export_symbols
18076
18077# The commands to list exported symbols.
18078export_symbols_cmds=$lt_export_symbols_cmds
18079
18080# Symbols that should not be listed in the preloaded symbols.
18081exclude_expsyms=$lt_exclude_expsyms
18082
18083# Symbols that must always be exported.
18084include_expsyms=$lt_include_expsyms
18085
18086# Commands necessary for linking programs (against libraries) with templates.
18087prelink_cmds=$lt_prelink_cmds
18088
18089# Specify filename containing input files.
18090file_list_spec=$lt_file_list_spec
18091
18092# How to hardcode a shared library path into an executable.
18093hardcode_action=$hardcode_action
18094
18095# ### END LIBTOOL CONFIG
18096
18097_LT_EOF
18098
18099 case $host_os in
18100 aix3*)
18101 cat <<\_LT_EOF >> "$cfgfile"
18102# AIX sometimes has problems with the GCC collect2 program. For some
18103# reason, if we set the COLLECT_NAMES environment variable, the problems
18104# vanish in a puff of smoke.
18105if test "X${COLLECT_NAMES+set}" != Xset; then
18106 COLLECT_NAMES=
18107 export COLLECT_NAMES
18108fi
18109_LT_EOF
18110 ;;
18111 esac
18112
18113
18114ltmain="$ac_aux_dir/ltmain.sh"
18115
18116
18117 # We use sed instead of cat because bash on DJGPP gets confused if
18118 # if finds mixed CR/LF and LF-only lines. Since sed operates in
18119 # text mode, it properly converts lines to CR/LF. This bash problem
18120 # is reportedly fixed, but why not run on old versions too?
18121 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
18122 || (rm -f "$cfgfile"; exit 1)
18123
18124 case $xsi_shell in
18125 yes)
18126 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 18127
d7040cdb
SE
18128# func_dirname file append nondir_replacement
18129# Compute the dirname of FILE. If nonempty, add APPEND to the result,
18130# otherwise set result to NONDIR_REPLACEMENT.
18131func_dirname ()
18132{
18133 case ${1} in
18134 */*) func_dirname_result="${1%/*}${2}" ;;
18135 * ) func_dirname_result="${3}" ;;
18136 esac
18137}
18138
18139# func_basename file
18140func_basename ()
18141{
18142 func_basename_result="${1##*/}"
18143}
18144
718a6fd8
SE
18145# func_dirname_and_basename file append nondir_replacement
18146# perform func_basename and func_dirname in a single function
18147# call:
18148# dirname: Compute the dirname of FILE. If nonempty,
18149# add APPEND to the result, otherwise set result
18150# to NONDIR_REPLACEMENT.
18151# value returned in "$func_dirname_result"
18152# basename: Compute filename of FILE.
18153# value retuned in "$func_basename_result"
18154# Implementation must be kept synchronized with func_dirname
18155# and func_basename. For efficiency, we do not delegate to
18156# those functions but instead duplicate the functionality here.
18157func_dirname_and_basename ()
18158{
18159 case ${1} in
18160 */*) func_dirname_result="${1%/*}${2}" ;;
18161 * ) func_dirname_result="${3}" ;;
18162 esac
18163 func_basename_result="${1##*/}"
18164}
18165
d7040cdb
SE
18166# func_stripname prefix suffix name
18167# strip PREFIX and SUFFIX off of NAME.
18168# PREFIX and SUFFIX must not contain globbing or regex special
18169# characters, hashes, percent signs, but SUFFIX may contain a leading
18170# dot (in which case that matches only a dot).
18171func_stripname ()
18172{
18173 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
18174 # positional parameters, so assign one to ordinary parameter first.
18175 func_stripname_result=${3}
18176 func_stripname_result=${func_stripname_result#"${1}"}
18177 func_stripname_result=${func_stripname_result%"${2}"}
18178}
18179
18180# func_opt_split
18181func_opt_split ()
18182{
18183 func_opt_split_opt=${1%%=*}
18184 func_opt_split_arg=${1#*=}
18185}
18186
18187# func_lo2o object
18188func_lo2o ()
18189{
18190 case ${1} in
18191 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
18192 *) func_lo2o_result=${1} ;;
18193 esac
18194}
718a6fd8
SE
18195
18196# func_xform libobj-or-source
18197func_xform ()
18198{
18199 func_xform_result=${1%.*}.lo
18200}
18201
18202# func_arith arithmetic-term...
18203func_arith ()
18204{
18205 func_arith_result=$(( $* ))
18206}
18207
18208# func_len string
18209# STRING may not start with a hyphen.
18210func_len ()
18211{
18212 func_len_result=${#1}
18213}
18214
d7040cdb
SE
18215_LT_EOF
18216 ;;
18217 *) # Bourne compatible functions.
18218 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 18219
d7040cdb
SE
18220# func_dirname file append nondir_replacement
18221# Compute the dirname of FILE. If nonempty, add APPEND to the result,
18222# otherwise set result to NONDIR_REPLACEMENT.
18223func_dirname ()
18224{
18225 # Extract subdirectory from the argument.
3725885a 18226 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
18227 if test "X$func_dirname_result" = "X${1}"; then
18228 func_dirname_result="${3}"
18229 else
18230 func_dirname_result="$func_dirname_result${2}"
18231 fi
18232}
18233
18234# func_basename file
18235func_basename ()
18236{
3725885a 18237 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
18238}
18239
718a6fd8 18240
d7040cdb
SE
18241# func_stripname prefix suffix name
18242# strip PREFIX and SUFFIX off of NAME.
18243# PREFIX and SUFFIX must not contain globbing or regex special
18244# characters, hashes, percent signs, but SUFFIX may contain a leading
18245# dot (in which case that matches only a dot).
18246# func_strip_suffix prefix name
18247func_stripname ()
18248{
18249 case ${2} in
3725885a
RW
18250 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18251 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
18252 esac
18253}
18254
18255# sed scripts:
18256my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
18257my_sed_long_arg='1s/^-[^=]*=//'
18258
18259# func_opt_split
18260func_opt_split ()
18261{
3725885a
RW
18262 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18263 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
18264}
18265
18266# func_lo2o object
18267func_lo2o ()
18268{
3725885a 18269 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 18270}
718a6fd8
SE
18271
18272# func_xform libobj-or-source
18273func_xform ()
18274{
3725885a 18275 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
718a6fd8
SE
18276}
18277
18278# func_arith arithmetic-term...
18279func_arith ()
18280{
18281 func_arith_result=`expr "$@"`
18282}
18283
18284# func_len string
18285# STRING may not start with a hyphen.
18286func_len ()
18287{
18288 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18289}
18290
d7040cdb
SE
18291_LT_EOF
18292esac
18293
18294case $lt_shell_append in
18295 yes)
18296 cat << \_LT_EOF >> "$cfgfile"
18297
18298# func_append var value
18299# Append VALUE to the end of shell variable VAR.
18300func_append ()
18301{
18302 eval "$1+=\$2"
18303}
18304_LT_EOF
18305 ;;
18306 *)
18307 cat << \_LT_EOF >> "$cfgfile"
18308
18309# func_append var value
18310# Append VALUE to the end of shell variable VAR.
18311func_append ()
18312{
18313 eval "$1=\$$1\$2"
18314}
718a6fd8 18315
d7040cdb
SE
18316_LT_EOF
18317 ;;
18318 esac
18319
18320
18321 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18322 || (rm -f "$cfgfile"; exit 1)
18323
18324 mv -f "$cfgfile" "$ofile" ||
18325 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18326 chmod +x "$ofile"
18327
f5385ebf 18328 ;;
81ecdfbb 18329 "default-1":C)
20e95c23
DJ
18330 for ac_file in $CONFIG_FILES; do
18331 # Support "outfile[:infile[:infile...]]"
18332 case "$ac_file" in
18333 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18334 esac
18335 # PO directories have a Makefile.in generated from Makefile.in.in.
18336 case "$ac_file" in */Makefile.in)
18337 # Adjust a relative srcdir.
18338 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 18339 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
18340 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
18341 # In autoconf-2.13 it is called $ac_given_srcdir.
18342 # In autoconf-2.50 it is called $srcdir.
18343 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
18344 case "$ac_given_srcdir" in
18345 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
18346 /*) top_srcdir="$ac_given_srcdir" ;;
18347 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
18348 esac
18349 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
18350 rm -f "$ac_dir/POTFILES"
18351 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
18352 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
18353 POMAKEFILEDEPS="POTFILES.in"
18354 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
18355 # on $ac_dir but don't depend on user-specified configuration
18356 # parameters.
18357 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
18358 # The LINGUAS file contains the set of available languages.
18359 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 18360 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
18361 fi
18362 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
18363 # Hide the ALL_LINGUAS assigment from automake.
18364 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
18365 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
18366 else
37a42ee9 18367 # The set of available languages was given in configure.ac.
20e95c23
DJ
18368 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
18369 fi
18370 case "$ac_given_srcdir" in
18371 .) srcdirpre= ;;
18372 *) srcdirpre='$(srcdir)/' ;;
18373 esac
18374 POFILES=
18375 GMOFILES=
18376 UPDATEPOFILES=
18377 DUMMYPOFILES=
18378 for lang in $ALL_LINGUAS; do
18379 POFILES="$POFILES $srcdirpre$lang.po"
18380 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18381 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
18382 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
18383 done
18384 # CATALOGS depends on both $ac_dir and the user's LINGUAS
18385 # environment variable.
18386 INST_LINGUAS=
18387 if test -n "$ALL_LINGUAS"; then
18388 for presentlang in $ALL_LINGUAS; do
18389 useit=no
18390 if test "%UNSET%" != "$LINGUAS"; then
18391 desiredlanguages="$LINGUAS"
18392 else
18393 desiredlanguages="$ALL_LINGUAS"
18394 fi
18395 for desiredlang in $desiredlanguages; do
18396 # Use the presentlang catalog if desiredlang is
18397 # a. equal to presentlang, or
18398 # b. a variant of presentlang (because in this case,
18399 # presentlang can be used as a fallback for messages
18400 # which are not translated in the desiredlang catalog).
18401 case "$desiredlang" in
18402 "$presentlang"*) useit=yes;;
18403 esac
18404 done
18405 if test $useit = yes; then
18406 INST_LINGUAS="$INST_LINGUAS $presentlang"
18407 fi
18408 done
18409 fi
18410 CATALOGS=
18411 if test -n "$INST_LINGUAS"; then
18412 for lang in $INST_LINGUAS; do
18413 CATALOGS="$CATALOGS $lang.gmo"
18414 done
18415 fi
18416 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
18417 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"
18418 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
18419 if test -f "$f"; then
18420 case "$f" in
18421 *.orig | *.bak | *~) ;;
18422 *) cat "$f" >> "$ac_dir/Makefile" ;;
18423 esac
18424 fi
18425 done
18426 fi
18427 ;;
18428 esac
18429 done ;;
81ecdfbb 18430 "bfd_stdint.h":C)
f3b4f6d0
PB
18431if test "$GCC" = yes; then
18432 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18433else
18434 echo "/* generated for $CC */" > tmp-stdint.h
18435fi
d5efd9fc 18436
f3b4f6d0
PB
18437sed 's/^ *//' >> tmp-stdint.h <<EOF
18438
18439 #ifndef GCC_GENERATED_STDINT_H
18440 #define GCC_GENERATED_STDINT_H 1
18441
18442 #include <sys/types.h>
18443EOF
18444
18445if test "$acx_cv_header_stdint" != stdint.h; then
18446 echo "#include <stddef.h>" >> tmp-stdint.h
18447fi
18448if test "$acx_cv_header_stdint" != stddef.h; then
18449 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18450fi
18451
18452sed 's/^ *//' >> tmp-stdint.h <<EOF
18453 /* glibc uses these symbols as guards to prevent redefinitions. */
18454 #ifdef __int8_t_defined
18455 #define _INT8_T
18456 #define _INT16_T
18457 #define _INT32_T
18458 #endif
18459 #ifdef __uint32_t_defined
18460 #define _UINT32_T
18461 #endif
18462
18463EOF
18464
18465# ----------------- done header, emit basic int types -------------
18466if test "$acx_cv_header_stdint" = stddef.h; then
18467 sed 's/^ *//' >> tmp-stdint.h <<EOF
18468
18469 #ifndef _UINT8_T
18470 #define _UINT8_T
18471 #ifndef __uint8_t_defined
18472 #define __uint8_t_defined
a009f2e7 18473 #ifndef uint8_t
f3b4f6d0
PB
18474 typedef unsigned $acx_cv_type_int8_t uint8_t;
18475 #endif
18476 #endif
a009f2e7 18477 #endif
f3b4f6d0
PB
18478
18479 #ifndef _UINT16_T
18480 #define _UINT16_T
18481 #ifndef __uint16_t_defined
18482 #define __uint16_t_defined
a009f2e7 18483 #ifndef uint16_t
f3b4f6d0
PB
18484 typedef unsigned $acx_cv_type_int16_t uint16_t;
18485 #endif
18486 #endif
a009f2e7 18487 #endif
f3b4f6d0
PB
18488
18489 #ifndef _UINT32_T
18490 #define _UINT32_T
18491 #ifndef __uint32_t_defined
18492 #define __uint32_t_defined
a009f2e7 18493 #ifndef uint32_t
f3b4f6d0
PB
18494 typedef unsigned $acx_cv_type_int32_t uint32_t;
18495 #endif
18496 #endif
a009f2e7 18497 #endif
f3b4f6d0
PB
18498
18499 #ifndef _INT8_T
18500 #define _INT8_T
18501 #ifndef __int8_t_defined
18502 #define __int8_t_defined
a009f2e7 18503 #ifndef int8_t
f3b4f6d0
PB
18504 typedef $acx_cv_type_int8_t int8_t;
18505 #endif
18506 #endif
a009f2e7 18507 #endif
f3b4f6d0
PB
18508
18509 #ifndef _INT16_T
18510 #define _INT16_T
18511 #ifndef __int16_t_defined
18512 #define __int16_t_defined
a009f2e7 18513 #ifndef int16_t
f3b4f6d0
PB
18514 typedef $acx_cv_type_int16_t int16_t;
18515 #endif
18516 #endif
a009f2e7 18517 #endif
f3b4f6d0
PB
18518
18519 #ifndef _INT32_T
18520 #define _INT32_T
18521 #ifndef __int32_t_defined
18522 #define __int32_t_defined
a009f2e7 18523 #ifndef int32_t
f3b4f6d0
PB
18524 typedef $acx_cv_type_int32_t int32_t;
18525 #endif
18526 #endif
a009f2e7 18527 #endif
f3b4f6d0
PB
18528EOF
18529elif test "$ac_cv_type_u_int32_t" = yes; then
18530 sed 's/^ *//' >> tmp-stdint.h <<EOF
18531
18532 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18533 #ifndef _INT8_T
18534 #define _INT8_T
18535 #endif
18536 #ifndef _INT16_T
18537 #define _INT16_T
18538 #endif
18539 #ifndef _INT32_T
18540 #define _INT32_T
18541 #endif
18542
18543 #ifndef _UINT8_T
18544 #define _UINT8_T
18545 #ifndef __uint8_t_defined
18546 #define __uint8_t_defined
a009f2e7 18547 #ifndef uint8_t
f3b4f6d0
PB
18548 typedef u_int8_t uint8_t;
18549 #endif
18550 #endif
a009f2e7 18551 #endif
f3b4f6d0
PB
18552
18553 #ifndef _UINT16_T
18554 #define _UINT16_T
18555 #ifndef __uint16_t_defined
18556 #define __uint16_t_defined
a009f2e7 18557 #ifndef uint16_t
f3b4f6d0
PB
18558 typedef u_int16_t uint16_t;
18559 #endif
18560 #endif
a009f2e7 18561 #endif
f3b4f6d0
PB
18562
18563 #ifndef _UINT32_T
18564 #define _UINT32_T
18565 #ifndef __uint32_t_defined
18566 #define __uint32_t_defined
a009f2e7 18567 #ifndef uint32_t
f3b4f6d0
PB
18568 typedef u_int32_t uint32_t;
18569 #endif
18570 #endif
a009f2e7 18571 #endif
d5efd9fc 18572EOF
f3b4f6d0
PB
18573else
18574 sed 's/^ *//' >> tmp-stdint.h <<EOF
18575
18576 /* Some systems have guard macros to prevent redefinitions, define them. */
18577 #ifndef _INT8_T
18578 #define _INT8_T
18579 #endif
18580 #ifndef _INT16_T
18581 #define _INT16_T
18582 #endif
18583 #ifndef _INT32_T
18584 #define _INT32_T
18585 #endif
18586 #ifndef _UINT8_T
18587 #define _UINT8_T
18588 #endif
18589 #ifndef _UINT16_T
18590 #define _UINT16_T
18591 #endif
18592 #ifndef _UINT32_T
18593 #define _UINT32_T
18594 #endif
18595EOF
18596fi
18597
18598# ------------- done basic int types, emit int64_t types ------------
18599if test "$ac_cv_type_uint64_t" = yes; then
18600 sed 's/^ *//' >> tmp-stdint.h <<EOF
d5efd9fc 18601
f3b4f6d0
PB
18602 /* system headers have good uint64_t and int64_t */
18603 #ifndef _INT64_T
18604 #define _INT64_T
18605 #endif
18606 #ifndef _UINT64_T
18607 #define _UINT64_T
18608 #endif
18609EOF
18610elif test "$ac_cv_type_u_int64_t" = yes; then
18611 sed 's/^ *//' >> tmp-stdint.h <<EOF
18612
18613 /* system headers have an u_int64_t (and int64_t) */
18614 #ifndef _INT64_T
18615 #define _INT64_T
18616 #endif
18617 #ifndef _UINT64_T
18618 #define _UINT64_T
18619 #ifndef __uint64_t_defined
18620 #define __uint64_t_defined
a009f2e7 18621 #ifndef uint64_t
f3b4f6d0
PB
18622 typedef u_int64_t uint64_t;
18623 #endif
18624 #endif
a009f2e7 18625 #endif
f3b4f6d0
PB
18626EOF
18627elif test -n "$acx_cv_type_int64_t"; then
18628 sed 's/^ *//' >> tmp-stdint.h <<EOF
18629
18630 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
18631 #ifndef _INT64_T
18632 #define _INT64_T
a009f2e7 18633 #ifndef int64_t
f3b4f6d0
PB
18634 typedef $acx_cv_type_int64_t int64_t;
18635 #endif
a009f2e7 18636 #endif
f3b4f6d0
PB
18637 #ifndef _UINT64_T
18638 #define _UINT64_T
18639 #ifndef __uint64_t_defined
18640 #define __uint64_t_defined
a009f2e7 18641 #ifndef uint64_t
f3b4f6d0
PB
18642 typedef unsigned $acx_cv_type_int64_t uint64_t;
18643 #endif
18644 #endif
a009f2e7 18645 #endif
f3b4f6d0
PB
18646EOF
18647else
18648 sed 's/^ *//' >> tmp-stdint.h <<EOF
18649
18650 /* some common heuristics for int64_t, using compiler-specific tests */
18651 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
18652 #ifndef _INT64_T
18653 #define _INT64_T
18654 #ifndef __int64_t_defined
a009f2e7 18655 #ifndef int64_t
f3b4f6d0
PB
18656 typedef long long int64_t;
18657 #endif
18658 #endif
a009f2e7 18659 #endif
f3b4f6d0
PB
18660 #ifndef _UINT64_T
18661 #define _UINT64_T
a009f2e7 18662 #ifndef uint64_t
f3b4f6d0
PB
18663 typedef unsigned long long uint64_t;
18664 #endif
a009f2e7 18665 #endif
f3b4f6d0
PB
18666
18667 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
18668 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
18669 does not implement __extension__. But that compiler doesn't define
18670 __GNUC_MINOR__. */
18671 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
18672 # define __extension__
18673 # endif
18674
18675 # ifndef _INT64_T
18676 # define _INT64_T
a009f2e7 18677 # ifndef int64_t
f3b4f6d0
PB
18678 __extension__ typedef long long int64_t;
18679 # endif
a009f2e7 18680 # endif
f3b4f6d0
PB
18681 # ifndef _UINT64_T
18682 # define _UINT64_T
a009f2e7 18683 # ifndef uint64_t
f3b4f6d0
PB
18684 __extension__ typedef unsigned long long uint64_t;
18685 # endif
a009f2e7 18686 # endif
f3b4f6d0
PB
18687
18688 #elif !defined __STRICT_ANSI__
18689 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
18690
18691 # ifndef _INT64_T
18692 # define _INT64_T
a009f2e7 18693 # ifndef int64_t
f3b4f6d0
PB
18694 typedef __int64 int64_t;
18695 # endif
a009f2e7 18696 # endif
f3b4f6d0
PB
18697 # ifndef _UINT64_T
18698 # define _UINT64_T
a009f2e7 18699 # ifndef uint64_t
f3b4f6d0
PB
18700 typedef unsigned __int64 uint64_t;
18701 # endif
a009f2e7 18702 # endif
f3b4f6d0
PB
18703 # endif /* compiler */
18704
18705 #endif /* ANSI version */
18706EOF
18707fi
18708
18709# ------------- done int64_t types, emit intptr types ------------
18710if test "$ac_cv_type_uintptr_t" != yes; then
18711 sed 's/^ *//' >> tmp-stdint.h <<EOF
18712
18713 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
18714 #ifndef __uintptr_t_defined
a009f2e7 18715 #ifndef uintptr_t
f3b4f6d0
PB
18716 typedef u$acx_cv_type_intptr_t uintptr_t;
18717 #endif
a009f2e7 18718 #endif
f3b4f6d0 18719 #ifndef __intptr_t_defined
a009f2e7 18720 #ifndef intptr_t
f3b4f6d0
PB
18721 typedef $acx_cv_type_intptr_t intptr_t;
18722 #endif
a009f2e7 18723 #endif
f3b4f6d0
PB
18724EOF
18725fi
18726
18727# ------------- done intptr types, emit int_least types ------------
d5efd9fc 18728if test "$ac_cv_type_int_least32_t" != yes; then
f3b4f6d0 18729 sed 's/^ *//' >> tmp-stdint.h <<EOF
d5efd9fc
AM
18730
18731 /* Define int_least types */
18732 typedef int8_t int_least8_t;
18733 typedef int16_t int_least16_t;
18734 typedef int32_t int_least32_t;
f3b4f6d0 18735 #ifdef _INT64_T
d5efd9fc 18736 typedef int64_t int_least64_t;
f3b4f6d0 18737 #endif
d5efd9fc
AM
18738
18739 typedef uint8_t uint_least8_t;
18740 typedef uint16_t uint_least16_t;
18741 typedef uint32_t uint_least32_t;
f3b4f6d0 18742 #ifdef _UINT64_T
d5efd9fc 18743 typedef uint64_t uint_least64_t;
f3b4f6d0 18744 #endif
d5efd9fc
AM
18745EOF
18746fi
18747
f3b4f6d0 18748# ------------- done intptr types, emit int_fast types ------------
d5efd9fc 18749if test "$ac_cv_type_int_fast32_t" != yes; then
f3b4f6d0 18750 sed 's/^ *//' >> tmp-stdint.h <<EOF
d5efd9fc
AM
18751
18752 /* Define int_fast types. short is often slow */
18753 typedef int8_t int_fast8_t;
18754 typedef int int_fast16_t;
18755 typedef int32_t int_fast32_t;
f3b4f6d0 18756 #ifdef _INT64_T
d5efd9fc 18757 typedef int64_t int_fast64_t;
f3b4f6d0 18758 #endif
d5efd9fc
AM
18759
18760 typedef uint8_t uint_fast8_t;
18761 typedef unsigned int uint_fast16_t;
18762 typedef uint32_t uint_fast32_t;
f3b4f6d0 18763 #ifdef _UINT64_T
d5efd9fc 18764 typedef uint64_t uint_fast64_t;
f3b4f6d0
PB
18765 #endif
18766EOF
18767fi
18768
18769if test "$ac_cv_type_uintmax_t" != yes; then
18770 sed 's/^ *//' >> tmp-stdint.h <<EOF
18771
18772 /* Define intmax based on what we found */
a009f2e7 18773 #ifndef intmax_t
f3b4f6d0
PB
18774 #ifdef _INT64_T
18775 typedef int64_t intmax_t;
18776 #else
18777 typedef long intmax_t;
18778 #endif
a009f2e7
RW
18779 #endif
18780 #ifndef uintmax_t
f3b4f6d0
PB
18781 #ifdef _UINT64_T
18782 typedef uint64_t uintmax_t;
18783 #else
18784 typedef unsigned long uintmax_t;
18785 #endif
a009f2e7 18786 #endif
d5efd9fc
AM
18787EOF
18788fi
18789
f3b4f6d0
PB
18790sed 's/^ *//' >> tmp-stdint.h <<EOF
18791
18792 #endif /* GCC_GENERATED_STDINT_H */
18793EOF
d5efd9fc 18794
f3b4f6d0
PB
18795if test -r bfd_stdint.h && cmp -s tmp-stdint.h bfd_stdint.h; then
18796 rm -f tmp-stdint.h
d5efd9fc 18797else
f3b4f6d0 18798 mv -f tmp-stdint.h bfd_stdint.h
d5efd9fc
AM
18799fi
18800
18801 ;;
81ecdfbb 18802 "default":C)
20e95c23
DJ
18803case "$srcdir" in
18804 .) srcdirpre= ;;
18805 *) srcdirpre='$(srcdir)/' ;;
18806esac
18807POFILES=
18808GMOFILES=
18809for lang in dummy $OBSOLETE_ALL_LINGUAS; do
18810 if test $lang != dummy; then
18811 POFILES="$POFILES $srcdirpre$lang.po"
18812 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18813 fi
18814done
18815sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
18816 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
18817 -e "s,@POFILES@,$POFILES," \
18818 -e "s,@GMOFILES@,$GMOFILES," \
18819 po/Makefile.in > po/Makefile ;;
81ecdfbb 18820
5464f5a1 18821 esac
81ecdfbb 18822done # for ac_tag
5464f5a1 18823
5464f5a1 18824
81ecdfbb 18825as_fn_exit 0
5464f5a1 18826_ACEOF
5464f5a1
NN
18827ac_clean_files=$ac_clean_files_save
18828
81ecdfbb
RW
18829test $ac_write_fail = 0 ||
18830 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
18831
5464f5a1
NN
18832
18833# configure is writing to config.log, and then calls config.status.
18834# config.status does its own redirection, appending to config.log.
18835# Unfortunately, on DOS this fails, as config.log is still kept open
18836# by configure, so config.status won't be able to write to it; its
18837# output is simply discarded. So we exec the FD to /dev/null,
18838# effectively closing config.log, so it can be properly (re)opened and
18839# appended to by config.status. When coming back to configure, we
18840# need to make the FD available again.
18841if test "$no_create" != yes; then
18842 ac_cs_success=:
18843 ac_config_status_args=
18844 test "$silent" = yes &&
18845 ac_config_status_args="$ac_config_status_args --quiet"
18846 exec 5>/dev/null
18847 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18848 exec 5>>config.log
18849 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18850 # would make configure fail if this is the last instruction.
81ecdfbb
RW
18851 $ac_cs_success || as_fn_exit $?
18852fi
18853if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18854 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18855$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5464f5a1 18856fi
252b5132 18857
This page took 2.283589 seconds and 4 git commands to generate.