bfd: update to AC_INIT
[deliverable/binutils-gdb.git] / bfd / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
c4dd807e 3# Generated by GNU Autoconf 2.64 for bfd 2.23.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'
559PACKAGE_VERSION='2.23.51'
560PACKAGE_STRING='bfd 2.23.51'
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
7256a114 605havevecs
81ecdfbb
RW
606tdefaults
607bfd_ufile_ptr
608bfd_file_ptr
609supports_plugins
610bfd_default_target_size
611bfd_machines
612bfd_backends
613all_backends
614bfd64_libs
615wordsize
616TDEFINES
617SHARED_LIBADD
618SHARED_LDFLAGS
619LIBM
620COREFLAG
621COREFILE
622EXEEXT_FOR_BUILD
623CC_FOR_BUILD
624BFD_HOSTPTR_T
625BFD_HOST_U_64_BIT
626BFD_HOST_64_BIT
627BFD_HOST_64_BIT_DEFINED
628BFD_HOST_64BIT_LONG_LONG
629BFD_HOST_64BIT_LONG
630HDEFINES
631MSGMERGE
632MSGFMT
633MKINSTALLDIRS
634CATOBJEXT
635GENCAT
636INSTOBJEXT
637DATADIRNAME
638CATALOGS
639POSUB
640GMSGFMT
641XGETTEXT
642INCINTL
643LIBINTL_DEP
644LIBINTL
645USE_NLS
646bfdincludedir
647bfdlibdir
648target_noncanonical
649host_noncanonical
650INSTALL_LIBBFD_FALSE
651INSTALL_LIBBFD_TRUE
652GENINSRC_NEVER_FALSE
653GENINSRC_NEVER_TRUE
654MAINT
655MAINTAINER_MODE_FALSE
656MAINTAINER_MODE_TRUE
657NO_WERROR
658WARN_CFLAGS
659REPORT_BUGS_TEXI
660REPORT_BUGS_TO
661PKGVERSION
662DEBUGDIR
663PLUGINS_FALSE
664PLUGINS_TRUE
665OTOOL64
666OTOOL
667LIPO
668NMEDIT
669DSYMUTIL
81ecdfbb
RW
670OBJDUMP
671LN_S
672NM
673ac_ct_DUMPBIN
674DUMPBIN
675LD
676FGREP
677SED
678LIBTOOL
679EGREP
680GREP
681CPP
682RANLIB
683AR
684am__fastdepCC_FALSE
685am__fastdepCC_TRUE
686CCDEPMODE
687AMDEPBACKSLASH
688AMDEP_FALSE
689AMDEP_TRUE
690am__quote
691am__include
692DEPDIR
693am__untar
694am__tar
695AMTAR
696am__leading_dot
697SET_MAKE
698AWK
699mkdir_p
700MKDIR_P
701INSTALL_STRIP_PROGRAM
702STRIP
703install_sh
704MAKEINFO
705AUTOHEADER
706AUTOMAKE
707AUTOCONF
708ACLOCAL
709VERSION
710PACKAGE
711CYGPATH_W
712am__isrc
713INSTALL_DATA
714INSTALL_SCRIPT
715INSTALL_PROGRAM
716OBJEXT
717EXEEXT
718ac_ct_CC
719CPPFLAGS
720LDFLAGS
721CFLAGS
722CC
723target_os
724target_vendor
725target_cpu
726target
727host_os
728host_vendor
729host_cpu
730host
731build_os
732build_vendor
733build_cpu
734build
735target_alias
736host_alias
737build_alias
738LIBS
739ECHO_T
740ECHO_N
741ECHO_C
742DEFS
743mandir
744localedir
745libdir
746psdir
747pdfdir
748dvidir
749htmldir
750infodir
751docdir
752oldincludedir
753includedir
754localstatedir
755sharedstatedir
756sysconfdir
757datadir
758datarootdir
759libexecdir
760sbindir
761bindir
762program_transform_name
763prefix
764exec_prefix
765PACKAGE_URL
766PACKAGE_BUGREPORT
767PACKAGE_STRING
768PACKAGE_VERSION
769PACKAGE_TARNAME
770PACKAGE_NAME
771PATH_SEPARATOR
772SHELL'
5464f5a1 773ac_subst_files=''
81ecdfbb
RW
774ac_user_opts='
775enable_option_checking
776enable_dependency_tracking
777enable_shared
778enable_static
779with_pic
780enable_fast_install
781with_gnu_ld
782enable_libtool_lock
783enable_plugins
784enable_largefile
785enable_64_bit_bfd
786enable_targets
787with_mmap
788enable_secureplt
ef72a554 789enable_leading_mingw64_underscores
81ecdfbb
RW
790with_separate_debug_dir
791enable_elf_stt_common
792with_pkgversion
793with_bugurl
794enable_werror
795enable_build_warnings
796enable_maintainer_mode
797enable_install_libbfd
798enable_nls
bf993e3c 799with_zlib
81ecdfbb
RW
800'
801 ac_precious_vars='build_alias
802host_alias
803target_alias
804CC
805CFLAGS
806LDFLAGS
807LIBS
808CPPFLAGS
809CPP'
810
252b5132
RH
811
812# Initialize some variables set by options.
5464f5a1
NN
813ac_init_help=
814ac_init_version=false
81ecdfbb
RW
815ac_unrecognized_opts=
816ac_unrecognized_sep=
252b5132
RH
817# The variables have the same names as the options, with
818# dashes changed to underlines.
5464f5a1 819cache_file=/dev/null
252b5132 820exec_prefix=NONE
252b5132 821no_create=
252b5132
RH
822no_recursion=
823prefix=NONE
824program_prefix=NONE
825program_suffix=NONE
826program_transform_name=s,x,x,
827silent=
828site=
829srcdir=
252b5132
RH
830verbose=
831x_includes=NONE
832x_libraries=NONE
5464f5a1
NN
833
834# Installation directory options.
835# These are left unexpanded so users can "make install exec_prefix=/foo"
836# and all the variables that are supposed to be based on exec_prefix
837# by default will actually change.
838# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 839# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
840bindir='${exec_prefix}/bin'
841sbindir='${exec_prefix}/sbin'
842libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
843datarootdir='${prefix}/share'
844datadir='${datarootdir}'
252b5132
RH
845sysconfdir='${prefix}/etc'
846sharedstatedir='${prefix}/com'
847localstatedir='${prefix}/var'
252b5132
RH
848includedir='${prefix}/include'
849oldincludedir='/usr/include'
c4dd807e 850docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
851infodir='${datarootdir}/info'
852htmldir='${docdir}'
853dvidir='${docdir}'
854pdfdir='${docdir}'
855psdir='${docdir}'
856libdir='${exec_prefix}/lib'
857localedir='${datarootdir}/locale'
858mandir='${datarootdir}/man'
252b5132 859
252b5132 860ac_prev=
81ecdfbb 861ac_dashdash=
252b5132
RH
862for ac_option
863do
252b5132
RH
864 # If the previous option needs an argument, assign it.
865 if test -n "$ac_prev"; then
81ecdfbb 866 eval $ac_prev=\$ac_option
252b5132
RH
867 ac_prev=
868 continue
869 fi
870
81ecdfbb
RW
871 case $ac_option in
872 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
873 *) ac_optarg=yes ;;
874 esac
252b5132
RH
875
876 # Accept the important Cygnus configure options, so we can diagnose typos.
877
81ecdfbb
RW
878 case $ac_dashdash$ac_option in
879 --)
880 ac_dashdash=yes ;;
252b5132
RH
881
882 -bindir | --bindir | --bindi | --bind | --bin | --bi)
883 ac_prev=bindir ;;
884 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
5464f5a1 885 bindir=$ac_optarg ;;
252b5132
RH
886
887 -build | --build | --buil | --bui | --bu)
5464f5a1 888 ac_prev=build_alias ;;
252b5132 889 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
5464f5a1 890 build_alias=$ac_optarg ;;
252b5132
RH
891
892 -cache-file | --cache-file | --cache-fil | --cache-fi \
893 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
894 ac_prev=cache_file ;;
895 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
896 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
5464f5a1
NN
897 cache_file=$ac_optarg ;;
898
899 --config-cache | -C)
900 cache_file=config.cache ;;
252b5132 901
81ecdfbb 902 -datadir | --datadir | --datadi | --datad)
252b5132 903 ac_prev=datadir ;;
81ecdfbb 904 -datadir=* | --datadir=* | --datadi=* | --datad=*)
5464f5a1 905 datadir=$ac_optarg ;;
252b5132 906
81ecdfbb
RW
907 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
908 | --dataroo | --dataro | --datar)
909 ac_prev=datarootdir ;;
910 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
911 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
912 datarootdir=$ac_optarg ;;
913
252b5132 914 -disable-* | --disable-*)
81ecdfbb 915 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 916 # Reject names that are not valid shell variable names.
81ecdfbb
RW
917 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
918 as_fn_error "invalid feature name: $ac_useropt"
919 ac_useropt_orig=$ac_useropt
920 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
921 case $ac_user_opts in
922 *"
923"enable_$ac_useropt"
924"*) ;;
925 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
926 ac_unrecognized_sep=', ';;
927 esac
928 eval enable_$ac_useropt=no ;;
929
930 -docdir | --docdir | --docdi | --doc | --do)
931 ac_prev=docdir ;;
932 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
933 docdir=$ac_optarg ;;
934
935 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
936 ac_prev=dvidir ;;
937 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
938 dvidir=$ac_optarg ;;
252b5132
RH
939
940 -enable-* | --enable-*)
81ecdfbb 941 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 942 # Reject names that are not valid shell variable names.
81ecdfbb
RW
943 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
944 as_fn_error "invalid feature name: $ac_useropt"
945 ac_useropt_orig=$ac_useropt
946 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
947 case $ac_user_opts in
948 *"
949"enable_$ac_useropt"
950"*) ;;
951 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
952 ac_unrecognized_sep=', ';;
252b5132 953 esac
81ecdfbb 954 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
955
956 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
957 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
958 | --exec | --exe | --ex)
959 ac_prev=exec_prefix ;;
960 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
961 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
962 | --exec=* | --exe=* | --ex=*)
5464f5a1 963 exec_prefix=$ac_optarg ;;
252b5132
RH
964
965 -gas | --gas | --ga | --g)
966 # Obsolete; use --with-gas.
967 with_gas=yes ;;
968
5464f5a1
NN
969 -help | --help | --hel | --he | -h)
970 ac_init_help=long ;;
971 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
972 ac_init_help=recursive ;;
973 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
974 ac_init_help=short ;;
252b5132
RH
975
976 -host | --host | --hos | --ho)
5464f5a1 977 ac_prev=host_alias ;;
252b5132 978 -host=* | --host=* | --hos=* | --ho=*)
5464f5a1 979 host_alias=$ac_optarg ;;
252b5132 980
81ecdfbb
RW
981 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
982 ac_prev=htmldir ;;
983 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
984 | --ht=*)
985 htmldir=$ac_optarg ;;
986
252b5132
RH
987 -includedir | --includedir | --includedi | --included | --include \
988 | --includ | --inclu | --incl | --inc)
989 ac_prev=includedir ;;
990 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
991 | --includ=* | --inclu=* | --incl=* | --inc=*)
5464f5a1 992 includedir=$ac_optarg ;;
252b5132
RH
993
994 -infodir | --infodir | --infodi | --infod | --info | --inf)
995 ac_prev=infodir ;;
996 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
5464f5a1 997 infodir=$ac_optarg ;;
252b5132
RH
998
999 -libdir | --libdir | --libdi | --libd)
1000 ac_prev=libdir ;;
1001 -libdir=* | --libdir=* | --libdi=* | --libd=*)
5464f5a1 1002 libdir=$ac_optarg ;;
252b5132
RH
1003
1004 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1005 | --libexe | --libex | --libe)
1006 ac_prev=libexecdir ;;
1007 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1008 | --libexe=* | --libex=* | --libe=*)
5464f5a1 1009 libexecdir=$ac_optarg ;;
252b5132 1010
81ecdfbb
RW
1011 -localedir | --localedir | --localedi | --localed | --locale)
1012 ac_prev=localedir ;;
1013 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1014 localedir=$ac_optarg ;;
1015
252b5132 1016 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1017 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1018 ac_prev=localstatedir ;;
1019 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1020 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
5464f5a1 1021 localstatedir=$ac_optarg ;;
252b5132
RH
1022
1023 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1024 ac_prev=mandir ;;
1025 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
5464f5a1 1026 mandir=$ac_optarg ;;
252b5132
RH
1027
1028 -nfp | --nfp | --nf)
1029 # Obsolete; use --without-fp.
1030 with_fp=no ;;
1031
1032 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
5464f5a1 1033 | --no-cr | --no-c | -n)
252b5132
RH
1034 no_create=yes ;;
1035
1036 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1037 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1038 no_recursion=yes ;;
1039
1040 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1041 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1042 | --oldin | --oldi | --old | --ol | --o)
1043 ac_prev=oldincludedir ;;
1044 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1045 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1046 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
5464f5a1 1047 oldincludedir=$ac_optarg ;;
252b5132
RH
1048
1049 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1050 ac_prev=prefix ;;
1051 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
5464f5a1 1052 prefix=$ac_optarg ;;
252b5132
RH
1053
1054 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1055 | --program-pre | --program-pr | --program-p)
1056 ac_prev=program_prefix ;;
1057 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1058 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
5464f5a1 1059 program_prefix=$ac_optarg ;;
252b5132
RH
1060
1061 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1062 | --program-suf | --program-su | --program-s)
1063 ac_prev=program_suffix ;;
1064 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1065 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
5464f5a1 1066 program_suffix=$ac_optarg ;;
252b5132
RH
1067
1068 -program-transform-name | --program-transform-name \
1069 | --program-transform-nam | --program-transform-na \
1070 | --program-transform-n | --program-transform- \
1071 | --program-transform | --program-transfor \
1072 | --program-transfo | --program-transf \
1073 | --program-trans | --program-tran \
1074 | --progr-tra | --program-tr | --program-t)
1075 ac_prev=program_transform_name ;;
1076 -program-transform-name=* | --program-transform-name=* \
1077 | --program-transform-nam=* | --program-transform-na=* \
1078 | --program-transform-n=* | --program-transform-=* \
1079 | --program-transform=* | --program-transfor=* \
1080 | --program-transfo=* | --program-transf=* \
1081 | --program-trans=* | --program-tran=* \
1082 | --progr-tra=* | --program-tr=* | --program-t=*)
5464f5a1 1083 program_transform_name=$ac_optarg ;;
252b5132 1084
81ecdfbb
RW
1085 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1086 ac_prev=pdfdir ;;
1087 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1088 pdfdir=$ac_optarg ;;
1089
1090 -psdir | --psdir | --psdi | --psd | --ps)
1091 ac_prev=psdir ;;
1092 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1093 psdir=$ac_optarg ;;
1094
252b5132
RH
1095 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1096 | -silent | --silent | --silen | --sile | --sil)
1097 silent=yes ;;
1098
1099 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1100 ac_prev=sbindir ;;
1101 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1102 | --sbi=* | --sb=*)
5464f5a1 1103 sbindir=$ac_optarg ;;
252b5132
RH
1104
1105 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1106 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1107 | --sharedst | --shareds | --shared | --share | --shar \
1108 | --sha | --sh)
1109 ac_prev=sharedstatedir ;;
1110 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1111 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1112 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1113 | --sha=* | --sh=*)
5464f5a1 1114 sharedstatedir=$ac_optarg ;;
252b5132
RH
1115
1116 -site | --site | --sit)
1117 ac_prev=site ;;
1118 -site=* | --site=* | --sit=*)
5464f5a1 1119 site=$ac_optarg ;;
6be7c12c 1120
252b5132
RH
1121 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1122 ac_prev=srcdir ;;
1123 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
5464f5a1 1124 srcdir=$ac_optarg ;;
252b5132
RH
1125
1126 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1127 | --syscon | --sysco | --sysc | --sys | --sy)
1128 ac_prev=sysconfdir ;;
1129 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1130 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
5464f5a1 1131 sysconfdir=$ac_optarg ;;
252b5132
RH
1132
1133 -target | --target | --targe | --targ | --tar | --ta | --t)
5464f5a1 1134 ac_prev=target_alias ;;
252b5132 1135 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
5464f5a1 1136 target_alias=$ac_optarg ;;
252b5132
RH
1137
1138 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1139 verbose=yes ;;
1140
5464f5a1
NN
1141 -version | --version | --versio | --versi | --vers | -V)
1142 ac_init_version=: ;;
252b5132
RH
1143
1144 -with-* | --with-*)
81ecdfbb 1145 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1146 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1147 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1148 as_fn_error "invalid package name: $ac_useropt"
1149 ac_useropt_orig=$ac_useropt
1150 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1151 case $ac_user_opts in
1152 *"
1153"with_$ac_useropt"
1154"*) ;;
1155 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1156 ac_unrecognized_sep=', ';;
252b5132 1157 esac
81ecdfbb 1158 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1159
1160 -without-* | --without-*)
81ecdfbb 1161 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1162 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1163 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1164 as_fn_error "invalid package name: $ac_useropt"
1165 ac_useropt_orig=$ac_useropt
1166 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1167 case $ac_user_opts in
1168 *"
1169"with_$ac_useropt"
1170"*) ;;
1171 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1172 ac_unrecognized_sep=', ';;
1173 esac
1174 eval with_$ac_useropt=no ;;
252b5132
RH
1175
1176 --x)
1177 # Obsolete; use --with-x.
1178 with_x=yes ;;
1179
1180 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1181 | --x-incl | --x-inc | --x-in | --x-i)
1182 ac_prev=x_includes ;;
1183 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1184 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
5464f5a1 1185 x_includes=$ac_optarg ;;
252b5132
RH
1186
1187 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1188 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1189 ac_prev=x_libraries ;;
1190 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1191 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
5464f5a1 1192 x_libraries=$ac_optarg ;;
252b5132 1193
81ecdfbb
RW
1194 -*) as_fn_error "unrecognized option: \`$ac_option'
1195Try \`$0 --help' for more information."
252b5132
RH
1196 ;;
1197
5464f5a1
NN
1198 *=*)
1199 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1200 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1201 case $ac_envvar in #(
1202 '' | [0-9]* | *[!_$as_cr_alnum]* )
1203 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1204 esac
1205 eval $ac_envvar=\$ac_optarg
5464f5a1
NN
1206 export $ac_envvar ;;
1207
252b5132 1208 *)
5464f5a1 1209 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1210 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
5464f5a1 1211 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1212 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
5464f5a1 1213 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1214 ;;
1215
1216 esac
1217done
1218
1219if test -n "$ac_prev"; then
5464f5a1 1220 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1221 as_fn_error "missing argument to $ac_option"
252b5132 1222fi
252b5132 1223
81ecdfbb
RW
1224if test -n "$ac_unrecognized_opts"; then
1225 case $enable_option_checking in
1226 no) ;;
1227 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1228 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
5464f5a1 1229 esac
81ecdfbb 1230fi
6be7c12c 1231
81ecdfbb
RW
1232# Check all directory arguments for consistency.
1233for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1234 datadir sysconfdir sharedstatedir localstatedir includedir \
1235 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1236 libdir localedir mandir
252b5132 1237do
81ecdfbb
RW
1238 eval ac_val=\$$ac_var
1239 # Remove trailing slashes.
5464f5a1 1240 case $ac_val in
81ecdfbb
RW
1241 */ )
1242 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1243 eval $ac_var=\$ac_val;;
252b5132 1244 esac
81ecdfbb
RW
1245 # Be sure to have absolute directory names.
1246 case $ac_val in
1247 [\\/$]* | ?:[\\/]* ) continue;;
1248 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1249 esac
1250 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1251done
1252
5464f5a1
NN
1253# There might be people who depend on the old broken behavior: `$host'
1254# used to hold the argument of --host etc.
1255# FIXME: To remove some day.
1256build=$build_alias
1257host=$host_alias
1258target=$target_alias
1259
1260# FIXME: To remove some day.
1261if test "x$host_alias" != x; then
1262 if test "x$build_alias" = x; then
1263 cross_compiling=maybe
81ecdfbb 1264 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
5464f5a1
NN
1265 If a cross compiler is detected then cross compile mode will be used." >&2
1266 elif test "x$build_alias" != "x$host_alias"; then
1267 cross_compiling=yes
1268 fi
1269fi
252b5132 1270
5464f5a1
NN
1271ac_tool_prefix=
1272test -n "$host_alias" && ac_tool_prefix=$host_alias-
1273
1274test "$silent" = yes && exec 6>/dev/null
252b5132 1275
252b5132 1276
81ecdfbb
RW
1277ac_pwd=`pwd` && test -n "$ac_pwd" &&
1278ac_ls_di=`ls -di .` &&
1279ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1280 as_fn_error "working directory cannot be determined"
1281test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1282 as_fn_error "pwd does not report name of working directory"
1283
1284
252b5132
RH
1285# Find the source files, if location was not specified.
1286if test -z "$srcdir"; then
1287 ac_srcdir_defaulted=yes
81ecdfbb
RW
1288 # Try the directory containing this script, then the parent directory.
1289 ac_confdir=`$as_dirname -- "$as_myself" ||
1290$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1291 X"$as_myself" : 'X\(//\)[^/]' \| \
1292 X"$as_myself" : 'X\(//\)$' \| \
1293 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1294$as_echo X"$as_myself" |
1295 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1296 s//\1/
1297 q
1298 }
1299 /^X\(\/\/\)[^/].*/{
1300 s//\1/
1301 q
1302 }
1303 /^X\(\/\/\)$/{
1304 s//\1/
1305 q
1306 }
1307 /^X\(\/\).*/{
1308 s//\1/
1309 q
1310 }
1311 s/.*/./; q'`
252b5132 1312 srcdir=$ac_confdir
81ecdfbb 1313 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1314 srcdir=..
1315 fi
1316else
1317 ac_srcdir_defaulted=no
1318fi
81ecdfbb
RW
1319if test ! -r "$srcdir/$ac_unique_file"; then
1320 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1321 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1322fi
1323ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1324ac_abs_confdir=`(
1325 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1326 pwd)`
1327# When building in place, set srcdir=.
1328if test "$ac_abs_confdir" = "$ac_pwd"; then
1329 srcdir=.
1330fi
1331# Remove unnecessary trailing slashes from srcdir.
1332# Double slashes in file names in object file debugging info
1333# mess up M-x gdb in Emacs.
1334case $srcdir in
1335*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1336esac
1337for ac_var in $ac_precious_vars; do
1338 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1339 eval ac_env_${ac_var}_value=\$${ac_var}
1340 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1341 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1342done
b3baf5d0 1343
5464f5a1
NN
1344#
1345# Report the --help message.
1346#
1347if test "$ac_init_help" = "long"; then
1348 # Omit some internal or obsolete options to make the list less imposing.
1349 # This message is too long to be a string in the A/UX 3.1 sh.
1350 cat <<_ACEOF
c4dd807e 1351\`configure' configures bfd 2.23.51 to adapt to many kinds of systems.
252b5132 1352
5464f5a1 1353Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1354
5464f5a1
NN
1355To assign environment variables (e.g., CC, CFLAGS...), specify them as
1356VAR=VALUE. See below for descriptions of some of the useful variables.
6be7c12c 1357
5464f5a1 1358Defaults for the options are specified in brackets.
6be7c12c 1359
5464f5a1
NN
1360Configuration:
1361 -h, --help display this help and exit
1362 --help=short display options specific to this package
1363 --help=recursive display the short help of all the included packages
1364 -V, --version display version information and exit
1365 -q, --quiet, --silent do not print \`checking...' messages
1366 --cache-file=FILE cache test results in FILE [disabled]
1367 -C, --config-cache alias for \`--cache-file=config.cache'
1368 -n, --no-create do not create output files
1369 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1370
5464f5a1
NN
1371Installation directories:
1372 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1373 [$ac_default_prefix]
5464f5a1 1374 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1375 [PREFIX]
6be7c12c 1376
5464f5a1
NN
1377By default, \`make install' will install all the files in
1378\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1379an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1380for instance \`--prefix=\$HOME'.
6be7c12c 1381
5464f5a1 1382For better control, use the options below.
6be7c12c 1383
5464f5a1 1384Fine tuning of the installation directories:
81ecdfbb
RW
1385 --bindir=DIR user executables [EPREFIX/bin]
1386 --sbindir=DIR system admin executables [EPREFIX/sbin]
1387 --libexecdir=DIR program executables [EPREFIX/libexec]
1388 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1389 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1390 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1391 --libdir=DIR object code libraries [EPREFIX/lib]
1392 --includedir=DIR C header files [PREFIX/include]
1393 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1394 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1395 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1396 --infodir=DIR info documentation [DATAROOTDIR/info]
1397 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1398 --mandir=DIR man documentation [DATAROOTDIR/man]
c4dd807e 1399 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
81ecdfbb
RW
1400 --htmldir=DIR html documentation [DOCDIR]
1401 --dvidir=DIR dvi documentation [DOCDIR]
1402 --pdfdir=DIR pdf documentation [DOCDIR]
1403 --psdir=DIR ps documentation [DOCDIR]
5464f5a1 1404_ACEOF
6be7c12c 1405
5464f5a1 1406 cat <<\_ACEOF
6be7c12c 1407
5464f5a1
NN
1408Program names:
1409 --program-prefix=PREFIX prepend PREFIX to installed program names
1410 --program-suffix=SUFFIX append SUFFIX to installed program names
1411 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1412
5464f5a1
NN
1413System types:
1414 --build=BUILD configure for building on BUILD [guessed]
1415 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1416 --target=TARGET configure for building compilers for TARGET [HOST]
1417_ACEOF
252b5132 1418fi
252b5132 1419
5464f5a1 1420if test -n "$ac_init_help"; then
c4dd807e
MF
1421 case $ac_init_help in
1422 short | recursive ) echo "Configuration of bfd 2.23.51:";;
1423 esac
5464f5a1 1424 cat <<\_ACEOF
252b5132 1425
5464f5a1 1426Optional Features:
81ecdfbb 1427 --disable-option-checking ignore unrecognized --enable/--with options
5464f5a1
NN
1428 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1429 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
f5385ebf
AM
1430 --disable-dependency-tracking speeds up one-time build
1431 --enable-dependency-tracking do not reject slow dependency extractors
81ecdfbb
RW
1432 --enable-shared[=PKGS] build shared libraries [default=no]
1433 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1434 --enable-fast-install[=PKGS]
1435 optimize for fast installation [default=yes]
5464f5a1 1436 --disable-libtool-lock avoid locking (might break parallel builds)
5691d22d 1437 --enable-plugins Enable support for plugins (defaults no)
ce3c775b 1438 --disable-largefile omit support for large files
5464f5a1
NN
1439 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1440 --enable-targets alternative target configurations
6ec7057a 1441 --enable-secureplt Default to creating read-only plt entries
ef72a554
KT
1442 --enable-leading-mingw64-underscores
1443 Enable leading underscores on 64 bit mingw targets
504b7d20 1444 --enable-elf-stt-common Allow the generation of ELF symbols with the STT_COMMON type
241a6c40
AM
1445 --enable-werror treat compile warnings as errors
1446 --enable-build-warnings enable build-time compiler warnings
f5385ebf
AM
1447 --enable-maintainer-mode enable make rules and dependencies not useful
1448 (and sometimes confusing) to the casual installer
5464f5a1
NN
1449 --enable-install-libbfd controls installation of libbfd and related headers
1450 --disable-nls do not use Native Language Support
1451
1452Optional Packages:
1453 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1454 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1455 --with-pic try to use only PIC/non-PIC objects [default=use
1456 both]
1457 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
5464f5a1 1458 --with-mmap try using mmap for BFD input files if available
0d4a1476
AS
1459 --with-separate-debug-dir=DIR
1460 Look for global separate debug info in DIR
1461 [default=LIBDIR/debug]
a1ac8190
JM
1462 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1463 Binutils"
c428fa83 1464 --with-bugurl=URL Direct users to URL to report a bug
bf993e3c 1465 --with-zlib include zlib support (auto/yes/no) default=auto
5464f5a1
NN
1466
1467Some influential environment variables:
1468 CC C compiler command
1469 CFLAGS C compiler flags
1470 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1471 nonstandard directory <lib dir>
81ecdfbb
RW
1472 LIBS libraries to pass to the linker, e.g. -l<library>
1473 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1474 you have headers in a nonstandard directory <include dir>
5464f5a1
NN
1475 CPP C preprocessor
1476
1477Use these variables to override the choices made by `configure' or to help
1478it to find libraries and programs with nonstandard names/locations.
1479
81ecdfbb 1480Report bugs to the package provider.
5464f5a1 1481_ACEOF
81ecdfbb 1482ac_status=$?
5464f5a1
NN
1483fi
1484
1485if test "$ac_init_help" = "recursive"; then
1486 # If there are subdirs, report their specific --help.
5464f5a1 1487 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1488 test -d "$ac_dir" ||
1489 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1490 continue
5464f5a1
NN
1491 ac_builddir=.
1492
81ecdfbb
RW
1493case "$ac_dir" in
1494.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1495*)
1496 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1497 # A ".." for each directory in $ac_dir_suffix.
1498 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1499 case $ac_top_builddir_sub in
1500 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1501 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1502 esac ;;
1503esac
1504ac_abs_top_builddir=$ac_pwd
1505ac_abs_builddir=$ac_pwd$ac_dir_suffix
1506# for backward compatibility:
1507ac_top_builddir=$ac_top_build_prefix
5464f5a1
NN
1508
1509case $srcdir in
81ecdfbb 1510 .) # We are building in place.
5464f5a1 1511 ac_srcdir=.
81ecdfbb
RW
1512 ac_top_srcdir=$ac_top_builddir_sub
1513 ac_abs_top_srcdir=$ac_pwd ;;
1514 [\\/]* | ?:[\\/]* ) # Absolute name.
5464f5a1 1515 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1516 ac_top_srcdir=$srcdir
1517 ac_abs_top_srcdir=$srcdir ;;
1518 *) # Relative name.
1519 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1520 ac_top_srcdir=$ac_top_build_prefix$srcdir
1521 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5464f5a1 1522esac
81ecdfbb
RW
1523ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1524
1525 cd "$ac_dir" || { ac_status=$?; continue; }
1526 # Check for guested configure.
1527 if test -f "$ac_srcdir/configure.gnu"; then
1528 echo &&
1529 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1530 elif test -f "$ac_srcdir/configure"; then
1531 echo &&
1532 $SHELL "$ac_srcdir/configure" --help=recursive
5464f5a1 1533 else
81ecdfbb
RW
1534 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1535 fi || ac_status=$?
1536 cd "$ac_pwd" || { ac_status=$?; break; }
5464f5a1 1537 done
6be7c12c
AO
1538fi
1539
81ecdfbb 1540test -n "$ac_init_help" && exit $ac_status
5464f5a1
NN
1541if $ac_init_version; then
1542 cat <<\_ACEOF
c4dd807e 1543bfd configure 2.23.51
81ecdfbb 1544generated by GNU Autoconf 2.64
6be7c12c 1545
81ecdfbb 1546Copyright (C) 2009 Free Software Foundation, Inc.
5464f5a1
NN
1547This configure script is free software; the Free Software Foundation
1548gives unlimited permission to copy, distribute and modify it.
1549_ACEOF
81ecdfbb 1550 exit
5464f5a1 1551fi
6be7c12c 1552
81ecdfbb
RW
1553## ------------------------ ##
1554## Autoconf initialization. ##
1555## ------------------------ ##
6be7c12c 1556
81ecdfbb
RW
1557# ac_fn_c_try_compile LINENO
1558# --------------------------
1559# Try to compile conftest.$ac_ext, and return whether this succeeded.
1560ac_fn_c_try_compile ()
5464f5a1 1561{
81ecdfbb
RW
1562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1563 rm -f conftest.$ac_objext
1564 if { { ac_try="$ac_compile"
1565case "(($ac_try" in
1566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1567 *) ac_try_echo=$ac_try;;
1568esac
1569eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1570$as_echo "$ac_try_echo"; } >&5
1571 (eval "$ac_compile") 2>conftest.err
1572 ac_status=$?
1573 if test -s conftest.err; then
1574 grep -v '^ *+' conftest.err >conftest.er1
1575 cat conftest.er1 >&5
1576 mv -f conftest.er1 conftest.err
1577 fi
1578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1579 test $ac_status = 0; } && {
1580 test -z "$ac_c_werror_flag" ||
1581 test ! -s conftest.err
1582 } && test -s conftest.$ac_objext; then :
1583 ac_retval=0
1584else
1585 $as_echo "$as_me: failed program was:" >&5
1586sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1587
81ecdfbb
RW
1588 ac_retval=1
1589fi
1590 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1591 return $ac_retval
5464f5a1 1592
81ecdfbb 1593} # ac_fn_c_try_compile
5464f5a1 1594
81ecdfbb
RW
1595# ac_fn_c_try_link LINENO
1596# -----------------------
1597# Try to link conftest.$ac_ext, and return whether this succeeded.
1598ac_fn_c_try_link ()
1599{
1600 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1601 rm -f conftest.$ac_objext conftest$ac_exeext
1602 if { { ac_try="$ac_link"
1603case "(($ac_try" in
1604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1605 *) ac_try_echo=$ac_try;;
1606esac
1607eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1608$as_echo "$ac_try_echo"; } >&5
1609 (eval "$ac_link") 2>conftest.err
1610 ac_status=$?
1611 if test -s conftest.err; then
1612 grep -v '^ *+' conftest.err >conftest.er1
1613 cat conftest.er1 >&5
1614 mv -f conftest.er1 conftest.err
1615 fi
1616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1617 test $ac_status = 0; } && {
1618 test -z "$ac_c_werror_flag" ||
1619 test ! -s conftest.err
1620 } && test -s conftest$ac_exeext && {
1621 test "$cross_compiling" = yes ||
1622 $as_test_x conftest$ac_exeext
1623 }; then :
1624 ac_retval=0
1625else
1626 $as_echo "$as_me: failed program was:" >&5
1627sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1628
81ecdfbb
RW
1629 ac_retval=1
1630fi
1631 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1632 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1633 # interfere with the next link command; also delete a directory that is
1634 # left behind by Apple's compiler. We do this before executing the actions.
1635 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1636 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1637 return $ac_retval
6be7c12c 1638
81ecdfbb 1639} # ac_fn_c_try_link
66e25bab 1640
81ecdfbb
RW
1641# ac_fn_c_try_cpp LINENO
1642# ----------------------
1643# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1644ac_fn_c_try_cpp ()
1645{
1646 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1647 if { { ac_try="$ac_cpp conftest.$ac_ext"
1648case "(($ac_try" in
1649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1650 *) ac_try_echo=$ac_try;;
1651esac
1652eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1653$as_echo "$ac_try_echo"; } >&5
1654 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1655 ac_status=$?
1656 if test -s conftest.err; then
1657 grep -v '^ *+' conftest.err >conftest.er1
1658 cat conftest.er1 >&5
1659 mv -f conftest.er1 conftest.err
1660 fi
1661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1662 test $ac_status = 0; } >/dev/null && {
1663 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1664 test ! -s conftest.err
1665 }; then :
1666 ac_retval=0
1667else
1668 $as_echo "$as_me: failed program was:" >&5
1669sed 's/^/| /' conftest.$ac_ext >&5
b3baf5d0 1670
81ecdfbb
RW
1671 ac_retval=1
1672fi
1673 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1674 return $ac_retval
6be7c12c 1675
81ecdfbb 1676} # ac_fn_c_try_cpp
252b5132 1677
81ecdfbb
RW
1678# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1679# -------------------------------------------------------
1680# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1681# the include files in INCLUDES and setting the cache variable VAR
1682# accordingly.
1683ac_fn_c_check_header_mongrel ()
1684{
1685 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1686 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1688$as_echo_n "checking for $2... " >&6; }
1689if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1690 $as_echo_n "(cached) " >&6
1691fi
1692eval ac_res=\$$3
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1694$as_echo "$ac_res" >&6; }
1695else
1696 # Is the header compilable?
1697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1698$as_echo_n "checking $2 usability... " >&6; }
1699cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1700/* end confdefs.h. */
1701$4
1702#include <$2>
5464f5a1 1703_ACEOF
81ecdfbb
RW
1704if ac_fn_c_try_compile "$LINENO"; then :
1705 ac_header_compiler=yes
1706else
1707 ac_header_compiler=no
1708fi
1709rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1710{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1711$as_echo "$ac_header_compiler" >&6; }
c5d1701e 1712
81ecdfbb
RW
1713# Is the header present?
1714{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1715$as_echo_n "checking $2 presence... " >&6; }
1716cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1717/* end confdefs.h. */
1718#include <$2>
1719_ACEOF
1720if ac_fn_c_try_cpp "$LINENO"; then :
1721 ac_header_preproc=yes
1722else
1723 ac_header_preproc=no
1724fi
1725rm -f conftest.err conftest.$ac_ext
1726{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1727$as_echo "$ac_header_preproc" >&6; }
6be7c12c 1728
81ecdfbb
RW
1729# So? What about this header?
1730case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1731 yes:no: )
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1733$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1735$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1736 ;;
1737 no:yes:* )
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1739$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1741$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1743$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1745$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1747$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1748 ;;
1749esac
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1751$as_echo_n "checking for $2... " >&6; }
1752if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1753 $as_echo_n "(cached) " >&6
1754else
1755 eval "$3=\$ac_header_compiler"
1756fi
1757eval ac_res=\$$3
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1759$as_echo "$ac_res" >&6; }
1760fi
1761 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 1762
81ecdfbb 1763} # ac_fn_c_check_header_mongrel
5464f5a1 1764
81ecdfbb
RW
1765# ac_fn_c_try_run LINENO
1766# ----------------------
1767# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1768# that executables *can* be run.
1769ac_fn_c_try_run ()
5464f5a1 1770{
81ecdfbb
RW
1771 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1772 if { { ac_try="$ac_link"
1773case "(($ac_try" in
1774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1775 *) ac_try_echo=$ac_try;;
1776esac
1777eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1778$as_echo "$ac_try_echo"; } >&5
1779 (eval "$ac_link") 2>&5
1780 ac_status=$?
1781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1782 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1783 { { case "(($ac_try" in
1784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1785 *) ac_try_echo=$ac_try;;
1786esac
1787eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1788$as_echo "$ac_try_echo"; } >&5
1789 (eval "$ac_try") 2>&5
1790 ac_status=$?
1791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1792 test $ac_status = 0; }; }; then :
1793 ac_retval=0
1794else
1795 $as_echo "$as_me: program exited with status $ac_status" >&5
1796 $as_echo "$as_me: failed program was:" >&5
1797sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1798
81ecdfbb
RW
1799 ac_retval=$ac_status
1800fi
1801 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1802 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1803 return $ac_retval
5464f5a1 1804
81ecdfbb 1805} # ac_fn_c_try_run
5464f5a1 1806
81ecdfbb
RW
1807# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1808# -------------------------------------------------------
1809# Tests whether HEADER exists and can be compiled using the include files in
1810# INCLUDES, setting the cache variable VAR accordingly.
1811ac_fn_c_check_header_compile ()
1812{
1813 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1815$as_echo_n "checking for $2... " >&6; }
1816if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1817 $as_echo_n "(cached) " >&6
1818else
1819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1820/* end confdefs.h. */
1821$4
1822#include <$2>
1823_ACEOF
1824if ac_fn_c_try_compile "$LINENO"; then :
1825 eval "$3=yes"
1826else
1827 eval "$3=no"
1828fi
1829rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1830fi
1831eval ac_res=\$$3
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1833$as_echo "$ac_res" >&6; }
1834 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 1835
81ecdfbb 1836} # ac_fn_c_check_header_compile
5464f5a1 1837
81ecdfbb
RW
1838# ac_fn_c_check_func LINENO FUNC VAR
1839# ----------------------------------
1840# Tests whether FUNC exists, setting the cache variable VAR accordingly
1841ac_fn_c_check_func ()
1842{
1843 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1845$as_echo_n "checking for $2... " >&6; }
1846if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1847 $as_echo_n "(cached) " >&6
1848else
1849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1850/* end confdefs.h. */
1851/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1852 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1853#define $2 innocuous_$2
5464f5a1 1854
81ecdfbb
RW
1855/* System header to define __stub macros and hopefully few prototypes,
1856 which can conflict with char $2 (); below.
1857 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1858 <limits.h> exists even on freestanding compilers. */
5464f5a1 1859
81ecdfbb
RW
1860#ifdef __STDC__
1861# include <limits.h>
1862#else
1863# include <assert.h>
1864#endif
5464f5a1 1865
81ecdfbb 1866#undef $2
5464f5a1 1867
81ecdfbb
RW
1868/* Override any GCC internal prototype to avoid an error.
1869 Use char because int might match the return type of a GCC
1870 builtin and then its argument prototype would still apply. */
1871#ifdef __cplusplus
1872extern "C"
1873#endif
1874char $2 ();
1875/* The GNU C library defines this for functions which it implements
1876 to always fail with ENOSYS. Some functions are actually named
1877 something starting with __ and the normal name is an alias. */
1878#if defined __stub_$2 || defined __stub___$2
1879choke me
1880#endif
5464f5a1 1881
81ecdfbb
RW
1882int
1883main ()
1884{
1885return $2 ();
1886 ;
1887 return 0;
1888}
5464f5a1 1889_ACEOF
81ecdfbb
RW
1890if ac_fn_c_try_link "$LINENO"; then :
1891 eval "$3=yes"
1892else
1893 eval "$3=no"
1894fi
1895rm -f core conftest.err conftest.$ac_objext \
1896 conftest$ac_exeext conftest.$ac_ext
1897fi
1898eval ac_res=\$$3
1899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1900$as_echo "$ac_res" >&6; }
1901 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 1902
81ecdfbb 1903} # ac_fn_c_check_func
5464f5a1 1904
81ecdfbb
RW
1905# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1906# --------------------------------------------
1907# Tries to find the compile-time value of EXPR in a program that includes
1908# INCLUDES, setting VAR accordingly. Returns whether the value could be
1909# computed
1910ac_fn_c_compute_int ()
1911{
1912 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1913 if test "$cross_compiling" = yes; then
1914 # Depending upon the size, compute the lo and hi bounds.
1915cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1916/* end confdefs.h. */
1917$4
1918int
1919main ()
1920{
1921static int test_array [1 - 2 * !(($2) >= 0)];
1922test_array [0] = 0
5464f5a1 1923
81ecdfbb
RW
1924 ;
1925 return 0;
1926}
5464f5a1 1927_ACEOF
81ecdfbb
RW
1928if ac_fn_c_try_compile "$LINENO"; then :
1929 ac_lo=0 ac_mid=0
1930 while :; do
1931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1932/* end confdefs.h. */
1933$4
1934int
1935main ()
1936{
1937static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1938test_array [0] = 0
5464f5a1 1939
81ecdfbb
RW
1940 ;
1941 return 0;
1942}
1943_ACEOF
1944if ac_fn_c_try_compile "$LINENO"; then :
1945 ac_hi=$ac_mid; break
5464f5a1 1946else
81ecdfbb
RW
1947 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1948 if test $ac_lo -le $ac_mid; then
1949 ac_lo= ac_hi=
1950 break
1951 fi
1952 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
5464f5a1 1953fi
81ecdfbb
RW
1954rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1955 done
1956else
1957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1958/* end confdefs.h. */
1959$4
1960int
1961main ()
1962{
1963static int test_array [1 - 2 * !(($2) < 0)];
1964test_array [0] = 0
5464f5a1 1965
81ecdfbb
RW
1966 ;
1967 return 0;
1968}
1969_ACEOF
1970if ac_fn_c_try_compile "$LINENO"; then :
1971 ac_hi=-1 ac_mid=-1
1972 while :; do
1973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1974/* end confdefs.h. */
1975$4
1976int
1977main ()
1978{
1979static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1980test_array [0] = 0
5464f5a1 1981
81ecdfbb
RW
1982 ;
1983 return 0;
1984}
1985_ACEOF
1986if ac_fn_c_try_compile "$LINENO"; then :
1987 ac_lo=$ac_mid; break
1988else
1989 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1990 if test $ac_mid -le $ac_hi; then
1991 ac_lo= ac_hi=
1992 break
1993 fi
1994 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1995fi
1996rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1997 done
1998else
1999 ac_lo= ac_hi=
2000fi
2001rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2002fi
2003rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2004# Binary search between lo and hi bounds.
2005while test "x$ac_lo" != "x$ac_hi"; do
2006 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2008/* end confdefs.h. */
2009$4
2010int
2011main ()
2012{
2013static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2014test_array [0] = 0
5464f5a1 2015
81ecdfbb
RW
2016 ;
2017 return 0;
2018}
2019_ACEOF
2020if ac_fn_c_try_compile "$LINENO"; then :
2021 ac_hi=$ac_mid
2022else
2023 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2024fi
2025rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2026done
2027case $ac_lo in #((
2028?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2029'') ac_retval=1 ;;
2030esac
2031 else
2032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2033/* end confdefs.h. */
2034$4
2035static long int longval () { return $2; }
2036static unsigned long int ulongval () { return $2; }
2037#include <stdio.h>
2038#include <stdlib.h>
2039int
2040main ()
2041{
5464f5a1 2042
81ecdfbb
RW
2043 FILE *f = fopen ("conftest.val", "w");
2044 if (! f)
2045 return 1;
2046 if (($2) < 0)
2047 {
2048 long int i = longval ();
2049 if (i != ($2))
2050 return 1;
2051 fprintf (f, "%ld", i);
2052 }
2053 else
2054 {
2055 unsigned long int i = ulongval ();
2056 if (i != ($2))
2057 return 1;
2058 fprintf (f, "%lu", i);
2059 }
2060 /* Do not output a trailing newline, as this causes \r\n confusion
2061 on some platforms. */
2062 return ferror (f) || fclose (f) != 0;
5464f5a1 2063
81ecdfbb
RW
2064 ;
2065 return 0;
2066}
2067_ACEOF
2068if ac_fn_c_try_run "$LINENO"; then :
2069 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2070else
2071 ac_retval=1
2072fi
2073rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2074 conftest.$ac_objext conftest.beam conftest.$ac_ext
2075rm -f conftest.val
7357c5b6 2076
81ecdfbb
RW
2077 fi
2078 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2079 return $ac_retval
7357c5b6 2080
81ecdfbb 2081} # ac_fn_c_compute_int
7357c5b6 2082
81ecdfbb
RW
2083# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2084# -------------------------------------------
2085# Tests whether TYPE exists after having included INCLUDES, setting cache
2086# variable VAR accordingly.
2087ac_fn_c_check_type ()
2088{
2089 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2091$as_echo_n "checking for $2... " >&6; }
2092if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2093 $as_echo_n "(cached) " >&6
2094else
2095 eval "$3=no"
2096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2097/* end confdefs.h. */
2098$4
2099int
2100main ()
2101{
2102if (sizeof ($2))
2103 return 0;
2104 ;
2105 return 0;
2106}
2107_ACEOF
2108if ac_fn_c_try_compile "$LINENO"; then :
2109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2110/* end confdefs.h. */
2111$4
2112int
2113main ()
2114{
2115if (sizeof (($2)))
2116 return 0;
2117 ;
2118 return 0;
2119}
2120_ACEOF
2121if ac_fn_c_try_compile "$LINENO"; then :
5464f5a1 2122
81ecdfbb
RW
2123else
2124 eval "$3=yes"
2125fi
2126rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2127fi
2128rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2129fi
2130eval ac_res=\$$3
2131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2132$as_echo "$ac_res" >&6; }
2133 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 2134
81ecdfbb 2135} # ac_fn_c_check_type
5464f5a1 2136
81ecdfbb
RW
2137# ac_fn_c_check_decl LINENO SYMBOL VAR
2138# ------------------------------------
2139# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2140ac_fn_c_check_decl ()
2141{
2142 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2143 as_decl_name=`echo $2|sed 's/ *(.*//'`
2144 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2146$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
2147if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2148 $as_echo_n "(cached) " >&6
2149else
2150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2151/* end confdefs.h. */
2152$4
2153int
2154main ()
2155{
360cfc9c
AM
2156#ifndef $as_decl_name
2157#ifdef __cplusplus
2158 (void) $as_decl_use;
2159#else
2160 (void) $as_decl_name;
2161#endif
81ecdfbb 2162#endif
5464f5a1 2163
81ecdfbb
RW
2164 ;
2165 return 0;
2166}
2167_ACEOF
2168if ac_fn_c_try_compile "$LINENO"; then :
2169 eval "$3=yes"
2170else
2171 eval "$3=no"
5464f5a1 2172fi
81ecdfbb
RW
2173rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2174fi
2175eval ac_res=\$$3
2176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2177$as_echo "$ac_res" >&6; }
2178 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 2179
81ecdfbb
RW
2180} # ac_fn_c_check_decl
2181cat >config.log <<_ACEOF
2182This file contains any messages produced by compilers while
2183running configure, to aid debugging if configure makes a mistake.
5464f5a1 2184
c4dd807e 2185It was created by bfd $as_me 2.23.51, which was
81ecdfbb 2186generated by GNU Autoconf 2.64. Invocation command line was
5464f5a1 2187
81ecdfbb 2188 $ $0 $@
5464f5a1 2189
81ecdfbb
RW
2190_ACEOF
2191exec 5>>config.log
2192{
2193cat <<_ASUNAME
2194## --------- ##
2195## Platform. ##
2196## --------- ##
5464f5a1 2197
81ecdfbb
RW
2198hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2199uname -m = `(uname -m) 2>/dev/null || echo unknown`
2200uname -r = `(uname -r) 2>/dev/null || echo unknown`
2201uname -s = `(uname -s) 2>/dev/null || echo unknown`
2202uname -v = `(uname -v) 2>/dev/null || echo unknown`
5464f5a1 2203
81ecdfbb
RW
2204/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2205/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
5464f5a1 2206
81ecdfbb
RW
2207/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2208/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2209/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2210/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2211/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2212/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2213/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
5464f5a1 2214
81ecdfbb 2215_ASUNAME
5464f5a1 2216
5464f5a1
NN
2217as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2218for as_dir in $PATH
2219do
2220 IFS=$as_save_IFS
2221 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2222 $as_echo "PATH: $as_dir"
2223 done
2224IFS=$as_save_IFS
5464f5a1 2225
81ecdfbb 2226} >&5
5464f5a1 2227
81ecdfbb 2228cat >&5 <<_ACEOF
5464f5a1 2229
5464f5a1 2230
81ecdfbb
RW
2231## ----------- ##
2232## Core tests. ##
2233## ----------- ##
5464f5a1 2234
81ecdfbb
RW
2235_ACEOF
2236
2237
2238# Keep a trace of the command line.
2239# Strip out --no-create and --no-recursion so they do not pile up.
2240# Strip out --silent because we don't want to record it for future runs.
2241# Also quote any args containing shell meta-characters.
2242# Make two passes to allow for proper duplicate-argument suppression.
2243ac_configure_args=
2244ac_configure_args0=
2245ac_configure_args1=
2246ac_must_keep_next=false
2247for ac_pass in 1 2
2248do
2249 for ac_arg
2250 do
2251 case $ac_arg in
2252 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2253 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2254 | -silent | --silent | --silen | --sile | --sil)
2255 continue ;;
2256 *\'*)
2257 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2258 esac
2259 case $ac_pass in
2260 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2261 2)
2262 as_fn_append ac_configure_args1 " '$ac_arg'"
2263 if test $ac_must_keep_next = true; then
2264 ac_must_keep_next=false # Got value, back to normal.
2265 else
2266 case $ac_arg in
2267 *=* | --config-cache | -C | -disable-* | --disable-* \
2268 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2269 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2270 | -with-* | --with-* | -without-* | --without-* | --x)
2271 case "$ac_configure_args0 " in
2272 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2273 esac
2274 ;;
2275 -* ) ac_must_keep_next=true ;;
2276 esac
2277 fi
2278 as_fn_append ac_configure_args " '$ac_arg'"
2279 ;;
2280 esac
2281 done
2282done
2283{ ac_configure_args0=; unset ac_configure_args0;}
2284{ ac_configure_args1=; unset ac_configure_args1;}
2285
2286# When interrupted or exit'd, cleanup temporary files, and complete
2287# config.log. We remove comments because anyway the quotes in there
2288# would cause problems or look ugly.
2289# WARNING: Use '\'' to represent an apostrophe within the trap.
2290# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2291trap 'exit_status=$?
2292 # Save into config.log some information that might help in debugging.
2293 {
2294 echo
2295
2296 cat <<\_ASBOX
2297## ---------------- ##
2298## Cache variables. ##
2299## ---------------- ##
2300_ASBOX
2301 echo
2302 # The following way of writing the cache mishandles newlines in values,
2303(
2304 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2305 eval ac_val=\$$ac_var
2306 case $ac_val in #(
2307 *${as_nl}*)
2308 case $ac_var in #(
2309 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2310$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2311 esac
2312 case $ac_var in #(
2313 _ | IFS | as_nl) ;; #(
2314 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2315 *) { eval $ac_var=; unset $ac_var;} ;;
2316 esac ;;
2317 esac
2318 done
2319 (set) 2>&1 |
2320 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2321 *${as_nl}ac_space=\ *)
2322 sed -n \
2323 "s/'\''/'\''\\\\'\'''\''/g;
2324 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2325 ;; #(
2326 *)
2327 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2328 ;;
2329 esac |
2330 sort
2331)
2332 echo
2333
2334 cat <<\_ASBOX
2335## ----------------- ##
2336## Output variables. ##
2337## ----------------- ##
2338_ASBOX
2339 echo
2340 for ac_var in $ac_subst_vars
2341 do
2342 eval ac_val=\$$ac_var
2343 case $ac_val in
2344 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2345 esac
2346 $as_echo "$ac_var='\''$ac_val'\''"
2347 done | sort
2348 echo
2349
2350 if test -n "$ac_subst_files"; then
2351 cat <<\_ASBOX
2352## ------------------- ##
2353## File substitutions. ##
2354## ------------------- ##
2355_ASBOX
2356 echo
2357 for ac_var in $ac_subst_files
2358 do
2359 eval ac_val=\$$ac_var
2360 case $ac_val in
2361 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2362 esac
2363 $as_echo "$ac_var='\''$ac_val'\''"
2364 done | sort
2365 echo
2366 fi
2367
2368 if test -s confdefs.h; then
2369 cat <<\_ASBOX
2370## ----------- ##
2371## confdefs.h. ##
2372## ----------- ##
2373_ASBOX
2374 echo
2375 cat confdefs.h
2376 echo
2377 fi
2378 test "$ac_signal" != 0 &&
2379 $as_echo "$as_me: caught signal $ac_signal"
2380 $as_echo "$as_me: exit $exit_status"
2381 } >&5
2382 rm -f core *.core core.conftest.* &&
2383 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2384 exit $exit_status
2385' 0
2386for ac_signal in 1 2 13 15; do
2387 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2388done
2389ac_signal=0
2390
2391# confdefs.h avoids OS command line length limits that DEFS can exceed.
2392rm -f -r conftest* confdefs.h
2393
2394$as_echo "/* confdefs.h */" > confdefs.h
2395
2396# Predefined preprocessor variables.
2397
2398cat >>confdefs.h <<_ACEOF
2399#define PACKAGE_NAME "$PACKAGE_NAME"
2400_ACEOF
2401
2402cat >>confdefs.h <<_ACEOF
2403#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2404_ACEOF
2405
2406cat >>confdefs.h <<_ACEOF
2407#define PACKAGE_VERSION "$PACKAGE_VERSION"
2408_ACEOF
2409
2410cat >>confdefs.h <<_ACEOF
2411#define PACKAGE_STRING "$PACKAGE_STRING"
2412_ACEOF
2413
2414cat >>confdefs.h <<_ACEOF
2415#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2416_ACEOF
2417
2418cat >>confdefs.h <<_ACEOF
2419#define PACKAGE_URL "$PACKAGE_URL"
2420_ACEOF
2421
2422
2423# Let the site file select an alternate cache file if it wants to.
2424# Prefer an explicitly selected file to automatically selected ones.
2425ac_site_file1=NONE
2426ac_site_file2=NONE
2427if test -n "$CONFIG_SITE"; then
2428 ac_site_file1=$CONFIG_SITE
2429elif test "x$prefix" != xNONE; then
2430 ac_site_file1=$prefix/share/config.site
2431 ac_site_file2=$prefix/etc/config.site
2432else
2433 ac_site_file1=$ac_default_prefix/share/config.site
2434 ac_site_file2=$ac_default_prefix/etc/config.site
2435fi
2436for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2437do
2438 test "x$ac_site_file" = xNONE && continue
2439 if test -r "$ac_site_file"; then
2440 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2441$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2442 sed 's/^/| /' "$ac_site_file" >&5
2443 . "$ac_site_file"
2444 fi
2445done
2446
2447if test -r "$cache_file"; then
2448 # Some versions of bash will fail to source /dev/null (special
2449 # files actually), so we avoid doing that.
2450 if test -f "$cache_file"; then
2451 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2452$as_echo "$as_me: loading cache $cache_file" >&6;}
2453 case $cache_file in
2454 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2455 *) . "./$cache_file";;
2456 esac
2457 fi
2458else
2459 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2460$as_echo "$as_me: creating cache $cache_file" >&6;}
2461 >$cache_file
2462fi
2463
2464# Check that the precious variables saved in the cache have kept the same
2465# value.
2466ac_cache_corrupted=false
2467for ac_var in $ac_precious_vars; do
2468 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2469 eval ac_new_set=\$ac_env_${ac_var}_set
2470 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2471 eval ac_new_val=\$ac_env_${ac_var}_value
2472 case $ac_old_set,$ac_new_set in
2473 set,)
2474 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2475$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2476 ac_cache_corrupted=: ;;
2477 ,set)
2478 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2479$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2480 ac_cache_corrupted=: ;;
2481 ,);;
2482 *)
2483 if test "x$ac_old_val" != "x$ac_new_val"; then
2484 # differences in whitespace do not lead to failure.
2485 ac_old_val_w=`echo x $ac_old_val`
2486 ac_new_val_w=`echo x $ac_new_val`
2487 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2489$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2490 ac_cache_corrupted=:
2491 else
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2493$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2494 eval $ac_var=\$ac_old_val
2495 fi
2496 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2497$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2499$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2500 fi;;
2501 esac
2502 # Pass precious variables to config.status.
2503 if test "$ac_new_set" = set; then
2504 case $ac_new_val in
2505 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2506 *) ac_arg=$ac_var=$ac_new_val ;;
2507 esac
2508 case " $ac_configure_args " in
2509 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2510 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2511 esac
5464f5a1
NN
2512 fi
2513done
81ecdfbb
RW
2514if $ac_cache_corrupted; then
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2516$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2517 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2518$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2519 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2520fi
2521## -------------------- ##
2522## Main body of script. ##
2523## -------------------- ##
2524
2525ac_ext=c
2526ac_cpp='$CPP $CPPFLAGS'
2527ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2528ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2529ac_compiler_gnu=$ac_cv_c_compiler_gnu
2530
2531
2532
2533
2534
2535
2536
2537ac_aux_dir=
2538for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2539 for ac_t in install-sh install.sh shtool; do
2540 if test -f "$ac_dir/$ac_t"; then
2541 ac_aux_dir=$ac_dir
2542 ac_install_sh="$ac_aux_dir/$ac_t -c"
2543 break 2
2544 fi
2545 done
5464f5a1 2546done
81ecdfbb
RW
2547if test -z "$ac_aux_dir"; then
2548 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2549fi
2550
2551# These three variables are undocumented and unsupported,
2552# and are intended to be withdrawn in a future Autoconf release.
2553# They can cause serious problems if a builder's source tree is in a directory
2554# whose full name contains unusual characters.
2555ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2556ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2557ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2558
2559
2560# Make sure we can run config.sub.
2561$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2562 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2563
2564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2565$as_echo_n "checking build system type... " >&6; }
2566if test "${ac_cv_build+set}" = set; then :
2567 $as_echo_n "(cached) " >&6
2568else
2569 ac_build_alias=$build_alias
2570test "x$ac_build_alias" = x &&
2571 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2572test "x$ac_build_alias" = x &&
2573 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2574ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2575 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2576
2577fi
2578{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2579$as_echo "$ac_cv_build" >&6; }
2580case $ac_cv_build in
2581*-*-*) ;;
2582*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2583esac
2584build=$ac_cv_build
2585ac_save_IFS=$IFS; IFS='-'
2586set x $ac_cv_build
2587shift
2588build_cpu=$1
2589build_vendor=$2
2590shift; shift
2591# Remember, the first character of IFS is used to create $*,
2592# except with old shells:
2593build_os=$*
2594IFS=$ac_save_IFS
2595case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5464f5a1 2596
81ecdfbb
RW
2597
2598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2599$as_echo_n "checking host system type... " >&6; }
2600if test "${ac_cv_host+set}" = set; then :
2601 $as_echo_n "(cached) " >&6
2602else
2603 if test "x$host_alias" = x; then
2604 ac_cv_host=$ac_cv_build
2605else
2606 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2607 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5464f5a1 2608fi
81ecdfbb 2609
5464f5a1 2610fi
81ecdfbb
RW
2611{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2612$as_echo "$ac_cv_host" >&6; }
2613case $ac_cv_host in
2614*-*-*) ;;
2615*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2616esac
2617host=$ac_cv_host
2618ac_save_IFS=$IFS; IFS='-'
2619set x $ac_cv_host
2620shift
2621host_cpu=$1
2622host_vendor=$2
2623shift; shift
2624# Remember, the first character of IFS is used to create $*,
2625# except with old shells:
2626host_os=$*
2627IFS=$ac_save_IFS
2628case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2629
2630
2631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2632$as_echo_n "checking target system type... " >&6; }
2633if test "${ac_cv_target+set}" = set; then :
2634 $as_echo_n "(cached) " >&6
5464f5a1 2635else
81ecdfbb
RW
2636 if test "x$target_alias" = x; then
2637 ac_cv_target=$ac_cv_host
2638else
2639 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2640 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5464f5a1
NN
2641fi
2642
2643fi
81ecdfbb
RW
2644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2645$as_echo "$ac_cv_target" >&6; }
2646case $ac_cv_target in
2647*-*-*) ;;
2648*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2649esac
2650target=$ac_cv_target
2651ac_save_IFS=$IFS; IFS='-'
2652set x $ac_cv_target
2653shift
2654target_cpu=$1
2655target_vendor=$2
2656shift; shift
2657# Remember, the first character of IFS is used to create $*,
2658# except with old shells:
2659target_os=$*
2660IFS=$ac_save_IFS
2661case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2662
2663
2664# The aliases save the names the user supplied, while $host etc.
2665# will get canonicalized.
2666test -n "$target_alias" &&
2667 test "$program_prefix$program_suffix$program_transform_name" = \
2668 NONENONEs,x,x, &&
2669 program_prefix=${target_alias}-
2670ac_ext=c
2671ac_cpp='$CPP $CPPFLAGS'
2672ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2673ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2674ac_compiler_gnu=$ac_cv_c_compiler_gnu
2675if test -n "$ac_tool_prefix"; then
2676 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2677set dummy ${ac_tool_prefix}gcc; ac_word=$2
2678{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2679$as_echo_n "checking for $ac_word... " >&6; }
2680if test "${ac_cv_prog_CC+set}" = set; then :
2681 $as_echo_n "(cached) " >&6
5464f5a1 2682else
81ecdfbb
RW
2683 if test -n "$CC"; then
2684 ac_cv_prog_CC="$CC" # Let the user override the test.
5464f5a1
NN
2685else
2686as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2687for as_dir in $PATH
2688do
2689 IFS=$as_save_IFS
2690 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2691 for ac_exec_ext in '' $ac_executable_extensions; do
2692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2693 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2695 break 2
2696 fi
2697done
81ecdfbb
RW
2698 done
2699IFS=$as_save_IFS
5464f5a1
NN
2700
2701fi
2702fi
81ecdfbb
RW
2703CC=$ac_cv_prog_CC
2704if test -n "$CC"; then
2705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2706$as_echo "$CC" >&6; }
5464f5a1 2707else
81ecdfbb
RW
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2709$as_echo "no" >&6; }
5464f5a1
NN
2710fi
2711
81ecdfbb
RW
2712
2713fi
2714if test -z "$ac_cv_prog_CC"; then
2715 ac_ct_CC=$CC
2716 # Extract the first word of "gcc", so it can be a program name with args.
2717set dummy gcc; ac_word=$2
2718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2719$as_echo_n "checking for $ac_word... " >&6; }
2720if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2721 $as_echo_n "(cached) " >&6
2722else
2723 if test -n "$ac_ct_CC"; then
2724 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2725else
2726as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2727for as_dir in $PATH
2728do
2729 IFS=$as_save_IFS
2730 test -z "$as_dir" && as_dir=.
2731 for ac_exec_ext in '' $ac_executable_extensions; do
2732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2733 ac_cv_prog_ac_ct_CC="gcc"
2734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2735 break 2
2736 fi
2737done
2738 done
2739IFS=$as_save_IFS
2740
2741fi
2742fi
2743ac_ct_CC=$ac_cv_prog_ac_ct_CC
2744if test -n "$ac_ct_CC"; then
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2746$as_echo "$ac_ct_CC" >&6; }
2747else
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2749$as_echo "no" >&6; }
2750fi
2751
2752 if test "x$ac_ct_CC" = x; then
2753 CC=""
2754 else
2755 case $cross_compiling:$ac_tool_warned in
2756yes:)
2757{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2758$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2759ac_tool_warned=yes ;;
2760esac
2761 CC=$ac_ct_CC
2762 fi
2763else
2764 CC="$ac_cv_prog_CC"
2765fi
2766
2767if test -z "$CC"; then
2768 if test -n "$ac_tool_prefix"; then
2769 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2770set dummy ${ac_tool_prefix}cc; ac_word=$2
2771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2772$as_echo_n "checking for $ac_word... " >&6; }
2773if test "${ac_cv_prog_CC+set}" = set; then :
2774 $as_echo_n "(cached) " >&6
2775else
2776 if test -n "$CC"; then
2777 ac_cv_prog_CC="$CC" # Let the user override the test.
2778else
2779as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2780for as_dir in $PATH
2781do
2782 IFS=$as_save_IFS
2783 test -z "$as_dir" && as_dir=.
2784 for ac_exec_ext in '' $ac_executable_extensions; do
2785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2786 ac_cv_prog_CC="${ac_tool_prefix}cc"
2787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2788 break 2
2789 fi
2790done
2791 done
2792IFS=$as_save_IFS
2793
5464f5a1 2794fi
81ecdfbb
RW
2795fi
2796CC=$ac_cv_prog_CC
2797if test -n "$CC"; then
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2799$as_echo "$CC" >&6; }
2800else
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2802$as_echo "no" >&6; }
2803fi
2804
5464f5a1 2805
81ecdfbb 2806 fi
5464f5a1
NN
2807fi
2808if test -z "$CC"; then
2809 # Extract the first word of "cc", so it can be a program name with args.
2810set dummy cc; ac_word=$2
81ecdfbb
RW
2811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2812$as_echo_n "checking for $ac_word... " >&6; }
2813if test "${ac_cv_prog_CC+set}" = set; then :
2814 $as_echo_n "(cached) " >&6
5464f5a1
NN
2815else
2816 if test -n "$CC"; then
2817 ac_cv_prog_CC="$CC" # Let the user override the test.
2818else
2819 ac_prog_rejected=no
2820as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2821for as_dir in $PATH
2822do
2823 IFS=$as_save_IFS
2824 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2825 for ac_exec_ext in '' $ac_executable_extensions; do
2826 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1
NN
2827 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2828 ac_prog_rejected=yes
2829 continue
2830 fi
2831 ac_cv_prog_CC="cc"
81ecdfbb 2832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2833 break 2
2834 fi
2835done
81ecdfbb
RW
2836 done
2837IFS=$as_save_IFS
5464f5a1
NN
2838
2839if test $ac_prog_rejected = yes; then
2840 # We found a bogon in the path, so make sure we never use it.
2841 set dummy $ac_cv_prog_CC
2842 shift
2843 if test $# != 0; then
2844 # We chose a different compiler from the bogus one.
2845 # However, it has the same basename, so the bogon will be chosen
2846 # first if we set CC to just the basename; use the full file name.
2847 shift
2848 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2849 fi
2850fi
2851fi
2852fi
2853CC=$ac_cv_prog_CC
2854if test -n "$CC"; then
81ecdfbb
RW
2855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2856$as_echo "$CC" >&6; }
5464f5a1 2857else
81ecdfbb
RW
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2859$as_echo "no" >&6; }
5464f5a1
NN
2860fi
2861
81ecdfbb 2862
5464f5a1
NN
2863fi
2864if test -z "$CC"; then
2865 if test -n "$ac_tool_prefix"; then
81ecdfbb 2866 for ac_prog in cl.exe
5464f5a1
NN
2867 do
2868 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2869set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2871$as_echo_n "checking for $ac_word... " >&6; }
2872if test "${ac_cv_prog_CC+set}" = set; then :
2873 $as_echo_n "(cached) " >&6
5464f5a1
NN
2874else
2875 if test -n "$CC"; then
2876 ac_cv_prog_CC="$CC" # Let the user override the test.
2877else
2878as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2879for as_dir in $PATH
2880do
2881 IFS=$as_save_IFS
2882 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2883 for ac_exec_ext in '' $ac_executable_extensions; do
2884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 2885 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2887 break 2
2888 fi
2889done
81ecdfbb
RW
2890 done
2891IFS=$as_save_IFS
5464f5a1
NN
2892
2893fi
2894fi
2895CC=$ac_cv_prog_CC
2896if test -n "$CC"; then
81ecdfbb
RW
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2898$as_echo "$CC" >&6; }
5464f5a1 2899else
81ecdfbb
RW
2900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2901$as_echo "no" >&6; }
5464f5a1
NN
2902fi
2903
81ecdfbb 2904
5464f5a1
NN
2905 test -n "$CC" && break
2906 done
2907fi
2908if test -z "$CC"; then
2909 ac_ct_CC=$CC
81ecdfbb 2910 for ac_prog in cl.exe
5464f5a1
NN
2911do
2912 # Extract the first word of "$ac_prog", so it can be a program name with args.
2913set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2914{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2915$as_echo_n "checking for $ac_word... " >&6; }
2916if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2917 $as_echo_n "(cached) " >&6
5464f5a1
NN
2918else
2919 if test -n "$ac_ct_CC"; then
2920 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2921else
2922as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2923for as_dir in $PATH
2924do
2925 IFS=$as_save_IFS
2926 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2927 for ac_exec_ext in '' $ac_executable_extensions; do
2928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 2929 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2930 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2931 break 2
2932 fi
2933done
81ecdfbb
RW
2934 done
2935IFS=$as_save_IFS
5464f5a1
NN
2936
2937fi
2938fi
2939ac_ct_CC=$ac_cv_prog_ac_ct_CC
2940if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2942$as_echo "$ac_ct_CC" >&6; }
5464f5a1 2943else
81ecdfbb
RW
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2945$as_echo "no" >&6; }
5464f5a1
NN
2946fi
2947
81ecdfbb 2948
5464f5a1
NN
2949 test -n "$ac_ct_CC" && break
2950done
2951
81ecdfbb
RW
2952 if test "x$ac_ct_CC" = x; then
2953 CC=""
2954 else
2955 case $cross_compiling:$ac_tool_warned in
2956yes:)
2957{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2958$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2959ac_tool_warned=yes ;;
2960esac
2961 CC=$ac_ct_CC
2962 fi
5464f5a1
NN
2963fi
2964
2965fi
2966
2967
81ecdfbb
RW
2968test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2969$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2970as_fn_error "no acceptable C compiler found in \$PATH
2971See \`config.log' for more details." "$LINENO" 5; }
5464f5a1
NN
2972
2973# Provide some information about the compiler.
81ecdfbb
RW
2974$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2975set X $ac_compile
2976ac_compiler=$2
2977for ac_option in --version -v -V -qversion; do
2978 { { ac_try="$ac_compiler $ac_option >&5"
2979case "(($ac_try" in
2980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2981 *) ac_try_echo=$ac_try;;
2982esac
2983eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2984$as_echo "$ac_try_echo"; } >&5
2985 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5464f5a1 2986 ac_status=$?
81ecdfbb
RW
2987 if test -s conftest.err; then
2988 sed '10a\
2989... rest of stderr output deleted ...
2990 10q' conftest.err >conftest.er1
2991 cat conftest.er1 >&5
2992 rm -f conftest.er1 conftest.err
2993 fi
2994 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2995 test $ac_status = 0; }
2996done
5464f5a1 2997
81ecdfbb 2998cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
2999/* end confdefs.h. */
3000
3001int
3002main ()
3003{
3004
3005 ;
3006 return 0;
3007}
3008_ACEOF
3009ac_clean_files_save=$ac_clean_files
81ecdfbb 3010ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
5464f5a1
NN
3011# Try to create an executable without -o first, disregard a.out.
3012# It will help us diagnose broken compilers, and finding out an intuition
3013# of exeext.
81ecdfbb
RW
3014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3015$as_echo_n "checking for C compiler default output file name... " >&6; }
3016ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3017
3018# The possible output files:
3019ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3020
3021ac_rmfiles=
3022for ac_file in $ac_files
3023do
3024 case $ac_file in
3025 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3026 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3027 esac
3028done
3029rm -f $ac_rmfiles
3030
3031if { { ac_try="$ac_link_default"
3032case "(($ac_try" in
3033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3034 *) ac_try_echo=$ac_try;;
3035esac
3036eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3037$as_echo "$ac_try_echo"; } >&5
3038 (eval "$ac_link_default") 2>&5
3039 ac_status=$?
3040 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3041 test $ac_status = 0; }; then :
3042 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3043# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3044# in a Makefile. We should not override ac_cv_exeext if it was cached,
3045# so that the user can short-circuit this test for compilers unknown to
3046# Autoconf.
3047for ac_file in $ac_files ''
5464f5a1
NN
3048do
3049 test -f "$ac_file" || continue
3050 case $ac_file in
81ecdfbb 3051 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
5464f5a1
NN
3052 ;;
3053 [ab].out )
3054 # We found the default executable, but exeext='' is most
3055 # certainly right.
3056 break;;
3057 *.* )
81ecdfbb
RW
3058 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3059 then :; else
3060 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3061 fi
3062 # We set ac_cv_exeext here because the later test for it is not
3063 # safe: cross compilers may not add the suffix if given an `-o'
3064 # argument, so we may need to know it at that point already.
3065 # Even if this section looks crufty: it has the advantage of
3066 # actually working.
5464f5a1
NN
3067 break;;
3068 * )
3069 break;;
3070 esac
3071done
81ecdfbb
RW
3072test "$ac_cv_exeext" = no && ac_cv_exeext=
3073
5464f5a1 3074else
81ecdfbb
RW
3075 ac_file=''
3076fi
3077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3078$as_echo "$ac_file" >&6; }
3079if test -z "$ac_file"; then :
3080 $as_echo "$as_me: failed program was:" >&5
5464f5a1
NN
3081sed 's/^/| /' conftest.$ac_ext >&5
3082
81ecdfbb
RW
3083{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3084$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3085{ as_fn_set_status 77
3086as_fn_error "C compiler cannot create executables
3087See \`config.log' for more details." "$LINENO" 5; }; }
5464f5a1 3088fi
5464f5a1 3089ac_exeext=$ac_cv_exeext
5464f5a1 3090
81ecdfbb 3091# Check that the compiler produces executables we can run. If not, either
5464f5a1 3092# the compiler is broken, or we cross compile.
81ecdfbb
RW
3093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3094$as_echo_n "checking whether the C compiler works... " >&6; }
5464f5a1
NN
3095# If not cross compiling, check that we can run a simple program.
3096if test "$cross_compiling" != yes; then
3097 if { ac_try='./$ac_file'
81ecdfbb
RW
3098 { { case "(($ac_try" in
3099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3100 *) ac_try_echo=$ac_try;;
3101esac
3102eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3103$as_echo "$ac_try_echo"; } >&5
3104 (eval "$ac_try") 2>&5
5464f5a1 3105 ac_status=$?
81ecdfbb
RW
3106 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3107 test $ac_status = 0; }; }; then
5464f5a1
NN
3108 cross_compiling=no
3109 else
3110 if test "$cross_compiling" = maybe; then
3111 cross_compiling=yes
3112 else
81ecdfbb
RW
3113 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3114$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3115as_fn_error "cannot run C compiled programs.
5464f5a1 3116If you meant to cross compile, use \`--host'.
81ecdfbb 3117See \`config.log' for more details." "$LINENO" 5; }
5464f5a1
NN
3118 fi
3119 fi
3120fi
81ecdfbb
RW
3121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3122$as_echo "yes" >&6; }
5464f5a1 3123
81ecdfbb 3124rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
5464f5a1 3125ac_clean_files=$ac_clean_files_save
81ecdfbb 3126# Check that the compiler produces executables we can run. If not, either
5464f5a1 3127# the compiler is broken, or we cross compile.
81ecdfbb
RW
3128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3129$as_echo_n "checking whether we are cross compiling... " >&6; }
3130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3131$as_echo "$cross_compiling" >&6; }
3132
3133{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3134$as_echo_n "checking for suffix of executables... " >&6; }
3135if { { ac_try="$ac_link"
3136case "(($ac_try" in
3137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138 *) ac_try_echo=$ac_try;;
3139esac
3140eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3141$as_echo "$ac_try_echo"; } >&5
3142 (eval "$ac_link") 2>&5
5464f5a1 3143 ac_status=$?
81ecdfbb
RW
3144 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3145 test $ac_status = 0; }; then :
5464f5a1
NN
3146 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3147# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3148# work properly (i.e., refer to `conftest.exe'), while it won't with
3149# `rm'.
3150for ac_file in conftest.exe conftest conftest.*; do
3151 test -f "$ac_file" || continue
3152 case $ac_file in
81ecdfbb 3153 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5464f5a1 3154 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5464f5a1
NN
3155 break;;
3156 * ) break;;
3157 esac
3158done
3159else
81ecdfbb
RW
3160 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3161$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3162as_fn_error "cannot compute suffix of executables: cannot compile and link
3163See \`config.log' for more details." "$LINENO" 5; }
5464f5a1 3164fi
5464f5a1 3165rm -f conftest$ac_cv_exeext
81ecdfbb
RW
3166{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3167$as_echo "$ac_cv_exeext" >&6; }
5464f5a1
NN
3168
3169rm -f conftest.$ac_ext
3170EXEEXT=$ac_cv_exeext
3171ac_exeext=$EXEEXT
81ecdfbb
RW
3172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3173$as_echo_n "checking for suffix of object files... " >&6; }
3174if test "${ac_cv_objext+set}" = set; then :
3175 $as_echo_n "(cached) " >&6
5464f5a1 3176else
81ecdfbb 3177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3178/* end confdefs.h. */
3179
3180int
3181main ()
3182{
3183
3184 ;
3185 return 0;
3186}
3187_ACEOF
3188rm -f conftest.o conftest.obj
81ecdfbb
RW
3189if { { ac_try="$ac_compile"
3190case "(($ac_try" in
3191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3192 *) ac_try_echo=$ac_try;;
3193esac
3194eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3195$as_echo "$ac_try_echo"; } >&5
3196 (eval "$ac_compile") 2>&5
3197 ac_status=$?
3198 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3199 test $ac_status = 0; }; then :
3200 for ac_file in conftest.o conftest.obj conftest.*; do
3201 test -f "$ac_file" || continue;
5464f5a1 3202 case $ac_file in
81ecdfbb 3203 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
5464f5a1
NN
3204 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3205 break;;
3206 esac
3207done
3208else
81ecdfbb 3209 $as_echo "$as_me: failed program was:" >&5
5464f5a1
NN
3210sed 's/^/| /' conftest.$ac_ext >&5
3211
81ecdfbb
RW
3212{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3213$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3214as_fn_error "cannot compute suffix of object files: cannot compile
3215See \`config.log' for more details." "$LINENO" 5; }
5464f5a1 3216fi
5464f5a1
NN
3217rm -f conftest.$ac_cv_objext conftest.$ac_ext
3218fi
81ecdfbb
RW
3219{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3220$as_echo "$ac_cv_objext" >&6; }
5464f5a1
NN
3221OBJEXT=$ac_cv_objext
3222ac_objext=$OBJEXT
81ecdfbb
RW
3223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3224$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3225if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3226 $as_echo_n "(cached) " >&6
5464f5a1 3227else
81ecdfbb 3228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3229/* end confdefs.h. */
3230
3231int
3232main ()
3233{
3234#ifndef __GNUC__
3235 choke me
3236#endif
3237
3238 ;
3239 return 0;
3240}
3241_ACEOF
81ecdfbb 3242if ac_fn_c_try_compile "$LINENO"; then :
5464f5a1
NN
3243 ac_compiler_gnu=yes
3244else
81ecdfbb 3245 ac_compiler_gnu=no
5464f5a1 3246fi
81ecdfbb 3247rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5464f5a1
NN
3248ac_cv_c_compiler_gnu=$ac_compiler_gnu
3249
3250fi
81ecdfbb
RW
3251{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3252$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3253if test $ac_compiler_gnu = yes; then
3254 GCC=yes
3255else
3256 GCC=
3257fi
5464f5a1
NN
3258ac_test_CFLAGS=${CFLAGS+set}
3259ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3261$as_echo_n "checking whether $CC accepts -g... " >&6; }
3262if test "${ac_cv_prog_cc_g+set}" = set; then :
3263 $as_echo_n "(cached) " >&6
3264else
3265 ac_save_c_werror_flag=$ac_c_werror_flag
3266 ac_c_werror_flag=yes
3267 ac_cv_prog_cc_g=no
3268 CFLAGS="-g"
3269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3270/* end confdefs.h. */
3271
3272int
3273main ()
3274{
3275
3276 ;
3277 return 0;
3278}
3279_ACEOF
81ecdfbb 3280if ac_fn_c_try_compile "$LINENO"; then :
5464f5a1
NN
3281 ac_cv_prog_cc_g=yes
3282else
81ecdfbb
RW
3283 CFLAGS=""
3284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3285/* end confdefs.h. */
5464f5a1 3286
81ecdfbb
RW
3287int
3288main ()
3289{
3290
3291 ;
3292 return 0;
3293}
3294_ACEOF
3295if ac_fn_c_try_compile "$LINENO"; then :
3296
3297else
3298 ac_c_werror_flag=$ac_save_c_werror_flag
3299 CFLAGS="-g"
3300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3301/* end confdefs.h. */
3302
3303int
3304main ()
3305{
3306
3307 ;
3308 return 0;
3309}
3310_ACEOF
3311if ac_fn_c_try_compile "$LINENO"; then :
3312 ac_cv_prog_cc_g=yes
3313fi
3314rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5464f5a1 3315fi
81ecdfbb 3316rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5464f5a1 3317fi
81ecdfbb
RW
3318rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3319 ac_c_werror_flag=$ac_save_c_werror_flag
3320fi
3321{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3322$as_echo "$ac_cv_prog_cc_g" >&6; }
5464f5a1
NN
3323if test "$ac_test_CFLAGS" = set; then
3324 CFLAGS=$ac_save_CFLAGS
3325elif test $ac_cv_prog_cc_g = yes; then
3326 if test "$GCC" = yes; then
3327 CFLAGS="-g -O2"
3328 else
3329 CFLAGS="-g"
3330 fi
3331else
3332 if test "$GCC" = yes; then
3333 CFLAGS="-O2"
3334 else
3335 CFLAGS=
3336 fi
3337fi
81ecdfbb
RW
3338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3339$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3340if test "${ac_cv_prog_cc_c89+set}" = set; then :
3341 $as_echo_n "(cached) " >&6
5464f5a1 3342else
81ecdfbb 3343 ac_cv_prog_cc_c89=no
5464f5a1 3344ac_save_CC=$CC
81ecdfbb 3345cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3346/* end confdefs.h. */
3347#include <stdarg.h>
3348#include <stdio.h>
3349#include <sys/types.h>
3350#include <sys/stat.h>
3351/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3352struct buf { int x; };
3353FILE * (*rcsopen) (struct buf *, struct stat *, int);
3354static char *e (p, i)
3355 char **p;
3356 int i;
3357{
3358 return p[i];
3359}
3360static char *f (char * (*g) (char **, int), char **p, ...)
3361{
3362 char *s;
3363 va_list v;
3364 va_start (v,p);
3365 s = g (p, va_arg (v,int));
3366 va_end (v);
3367 return s;
3368}
3369
3370/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3371 function prototypes and stuff, but not '\xHH' hex character constants.
3372 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3373 as 'x'. The following induces an error, until -std is added to get
5464f5a1
NN
3374 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3375 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3376 that's true only with -std. */
5464f5a1
NN
3377int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3378
81ecdfbb
RW
3379/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3380 inside strings and character constants. */
3381#define FOO(x) 'x'
3382int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3383
5464f5a1
NN
3384int test (int i, double x);
3385struct s1 {int (*f) (int a);};
3386struct s2 {int (*f) (double a);};
3387int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3388int argc;
3389char **argv;
3390int
3391main ()
3392{
3393return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3394 ;
3395 return 0;
3396}
3397_ACEOF
81ecdfbb
RW
3398for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3399 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5464f5a1
NN
3400do
3401 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3402 if ac_fn_c_try_compile "$LINENO"; then :
3403 ac_cv_prog_cc_c89=$ac_arg
5464f5a1 3404fi
81ecdfbb
RW
3405rm -f core conftest.err conftest.$ac_objext
3406 test "x$ac_cv_prog_cc_c89" != "xno" && break
5464f5a1 3407done
81ecdfbb 3408rm -f conftest.$ac_ext
5464f5a1
NN
3409CC=$ac_save_CC
3410
3411fi
81ecdfbb
RW
3412# AC_CACHE_VAL
3413case "x$ac_cv_prog_cc_c89" in
3414 x)
3415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3416$as_echo "none needed" >&6; } ;;
3417 xno)
3418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3419$as_echo "unsupported" >&6; } ;;
5464f5a1 3420 *)
81ecdfbb
RW
3421 CC="$CC $ac_cv_prog_cc_c89"
3422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3423$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5464f5a1 3424esac
81ecdfbb 3425if test "x$ac_cv_prog_cc_c89" != xno; then :
5464f5a1
NN
3426
3427fi
5464f5a1 3428
5464f5a1
NN
3429ac_ext=c
3430ac_cpp='$CPP $CPPFLAGS'
3431ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3432ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3433ac_compiler_gnu=$ac_cv_c_compiler_gnu
3434
3435
81ecdfbb
RW
3436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3437$as_echo_n "checking for library containing strerror... " >&6; }
3438if test "${ac_cv_search_strerror+set}" = set; then :
3439 $as_echo_n "(cached) " >&6
5464f5a1 3440else
f5385ebf 3441 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3442cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3443/* end confdefs.h. */
3444
81ecdfbb
RW
3445/* Override any GCC internal prototype to avoid an error.
3446 Use char because int might match the return type of a GCC
3447 builtin and then its argument prototype would still apply. */
5464f5a1
NN
3448#ifdef __cplusplus
3449extern "C"
3450#endif
5464f5a1
NN
3451char strerror ();
3452int
3453main ()
3454{
81ecdfbb 3455return strerror ();
5464f5a1
NN
3456 ;
3457 return 0;
3458}
3459_ACEOF
81ecdfbb
RW
3460for ac_lib in '' cposix; do
3461 if test -z "$ac_lib"; then
3462 ac_res="none required"
3463 else
3464 ac_res=-l$ac_lib
f5385ebf 3465 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3466 fi
3467 if ac_fn_c_try_link "$LINENO"; then :
3468 ac_cv_search_strerror=$ac_res
3469fi
3470rm -f core conftest.err conftest.$ac_objext \
3471 conftest$ac_exeext
3472 if test "${ac_cv_search_strerror+set}" = set; then :
3473 break
3474fi
3475done
3476if test "${ac_cv_search_strerror+set}" = set; then :
f5385ebf 3477
f5385ebf 3478else
81ecdfbb 3479 ac_cv_search_strerror=no
5464f5a1 3480fi
81ecdfbb 3481rm conftest.$ac_ext
f5385ebf
AM
3482LIBS=$ac_func_search_save_LIBS
3483fi
81ecdfbb
RW
3484{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3485$as_echo "$ac_cv_search_strerror" >&6; }
3486ac_res=$ac_cv_search_strerror
3487if test "$ac_res" != no; then :
3488 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
5464f5a1 3489
f5385ebf 3490fi
5464f5a1
NN
3491
3492
81ecdfbb
RW
3493am__api_version='1.11'
3494
5464f5a1
NN
3495# Find a good install program. We prefer a C program (faster),
3496# so one script is as good as another. But avoid the broken or
3497# incompatible versions:
3498# SysV /etc/install, /usr/sbin/install
3499# SunOS /usr/etc/install
3500# IRIX /sbin/install
3501# AIX /bin/install
3502# AmigaOS /C/install, which installs bootblocks on floppy discs
252b5132
RH
3503# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3504# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3505# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5464f5a1 3506# OS/2's system install, which has a completely different semantic
252b5132 3507# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3508# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3510$as_echo_n "checking for a BSD-compatible install... " >&6; }
252b5132 3511if test -z "$INSTALL"; then
81ecdfbb
RW
3512if test "${ac_cv_path_install+set}" = set; then :
3513 $as_echo_n "(cached) " >&6
252b5132 3514else
5464f5a1
NN
3515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3516for as_dir in $PATH
3517do
3518 IFS=$as_save_IFS
3519 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3520 # Account for people who put trailing slashes in PATH elements.
3521case $as_dir/ in #((
3522 ./ | .// | /[cC]/* | \
5464f5a1 3523 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3524 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5464f5a1
NN
3525 /usr/ucb/* ) ;;
3526 *)
3527 # OSF1 and SCO ODT 3.0 have their own names for install.
3528 # Don't use installbsd from OSF since it installs stuff as root
3529 # by default.
3530 for ac_prog in ginstall scoinst install; do
3531 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3532 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
252b5132 3533 if test $ac_prog = install &&
5464f5a1 3534 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3535 # AIX install. It has an incompatible calling convention.
3536 :
5464f5a1
NN
3537 elif test $ac_prog = install &&
3538 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3539 # program-specific install script used by HP pwplus--don't use.
3540 :
252b5132 3541 else
58c85be7
RW
3542 rm -rf conftest.one conftest.two conftest.dir
3543 echo one > conftest.one
3544 echo two > conftest.two
3545 mkdir conftest.dir
3546 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3547 test -s conftest.one && test -s conftest.two &&
3548 test -s conftest.dir/conftest.one &&
3549 test -s conftest.dir/conftest.two
3550 then
3551 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3552 break 3
3553 fi
252b5132
RH
3554 fi
3555 fi
3556 done
5464f5a1
NN
3557 done
3558 ;;
3559esac
81ecdfbb
RW
3560
3561 done
3562IFS=$as_save_IFS
5464f5a1 3563
58c85be7 3564rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3565
3566fi
3567 if test "${ac_cv_path_install+set}" = set; then
5464f5a1 3568 INSTALL=$ac_cv_path_install
252b5132 3569 else
58c85be7
RW
3570 # As a last resort, use the slow shell script. Don't cache a
3571 # value for INSTALL within a source directory, because that will
252b5132 3572 # break other packages using the cache if that directory is
58c85be7 3573 # removed, or if the value is a relative name.
5464f5a1 3574 INSTALL=$ac_install_sh
252b5132
RH
3575 fi
3576fi
81ecdfbb
RW
3577{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3578$as_echo "$INSTALL" >&6; }
252b5132
RH
3579
3580# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3581# It thinks the first close brace ends the variable substitution.
3582test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3583
5464f5a1 3584test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3585
3586test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3587
81ecdfbb
RW
3588{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3589$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3590# Just in case
3591sleep 1
f5385ebf 3592echo timestamp > conftest.file
81ecdfbb
RW
3593# Reject unsafe characters in $srcdir or the absolute working directory
3594# name. Accept space and tab only in the latter.
3595am_lf='
3596'
3597case `pwd` in
3598 *[\\\"\#\$\&\'\`$am_lf]*)
3599 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3600esac
3601case $srcdir in
3602 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3603 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3604esac
3605
252b5132
RH
3606# Do `set' in a subshell so we don't clobber the current shell's
3607# arguments. Must try -L first in case configure is actually a
3608# symlink; some systems play weird games with the mod time of symlinks
3609# (eg FreeBSD returns the mod time of the symlink's containing
3610# directory).
3611if (
81ecdfbb 3612 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3613 if test "$*" = "X"; then
3614 # -L didn't work.
81ecdfbb 3615 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3616 fi
f5385ebf
AM
3617 rm -f conftest.file
3618 if test "$*" != "X $srcdir/configure conftest.file" \
3619 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3620
3621 # If neither matched, then we have a broken ls. This can happen
3622 # if, for instance, CONFIG_SHELL is bash and it inherits a
3623 # broken ls alias from the environment. This has actually
3624 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3625 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3626alias in your environment" "$LINENO" 5
252b5132
RH
3627 fi
3628
f5385ebf 3629 test "$2" = conftest.file
252b5132
RH
3630 )
3631then
3632 # Ok.
3633 :
3634else
81ecdfbb
RW
3635 as_fn_error "newly created file is older than distributed files!
3636Check your system clock" "$LINENO" 5
252b5132 3637fi
81ecdfbb
RW
3638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3639$as_echo "yes" >&6; }
252b5132 3640test "$program_prefix" != NONE &&
81ecdfbb 3641 program_transform_name="s&^&$program_prefix&;$program_transform_name"
252b5132
RH
3642# Use a double $ so make ignores it.
3643test "$program_suffix" != NONE &&
81ecdfbb
RW
3644 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3645# Double any \ or $.
5464f5a1 3646# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3647ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3648program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5464f5a1 3649
f5385ebf
AM
3650# expand $ac_aux_dir to an absolute path
3651am_aux_dir=`cd $ac_aux_dir && pwd`
3652
81ecdfbb
RW
3653if test x"${MISSING+set}" != xset; then
3654 case $am_aux_dir in
3655 *\ * | *\ *)
3656 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3657 *)
3658 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3659 esac
3660fi
f5385ebf
AM
3661# Use eval to expand $SHELL
3662if eval "$MISSING --run true"; then
3663 am_missing_run="$MISSING --run "
3664else
3665 am_missing_run=
81ecdfbb
RW
3666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3667$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3668fi
3669
3670if test x"${install_sh}" != xset; then
3671 case $am_aux_dir in
3672 *\ * | *\ *)
3673 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3674 *)
3675 install_sh="\${SHELL} $am_aux_dir/install-sh"
3676 esac
3677fi
3678
3679# Installed binaries are usually stripped using `strip' when the user
3680# run `make install-strip'. However `strip' might not be the right
3681# tool to use in cross-compilation environments, therefore Automake
3682# will honor the `STRIP' environment variable to overrule this program.
3683if test "$cross_compiling" != no; then
3684 if test -n "$ac_tool_prefix"; then
3685 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3686set dummy ${ac_tool_prefix}strip; ac_word=$2
3687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3688$as_echo_n "checking for $ac_word... " >&6; }
3689if test "${ac_cv_prog_STRIP+set}" = set; then :
3690 $as_echo_n "(cached) " >&6
3691else
3692 if test -n "$STRIP"; then
3693 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3694else
3695as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3696for as_dir in $PATH
3697do
3698 IFS=$as_save_IFS
3699 test -z "$as_dir" && as_dir=.
3700 for ac_exec_ext in '' $ac_executable_extensions; do
3701 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3702 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3703 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3704 break 2
3705 fi
3706done
3707 done
3708IFS=$as_save_IFS
3709
3710fi
3711fi
3712STRIP=$ac_cv_prog_STRIP
3713if test -n "$STRIP"; then
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3715$as_echo "$STRIP" >&6; }
3716else
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3718$as_echo "no" >&6; }
3719fi
3720
3721
3722fi
3723if test -z "$ac_cv_prog_STRIP"; then
3724 ac_ct_STRIP=$STRIP
3725 # Extract the first word of "strip", so it can be a program name with args.
3726set dummy strip; ac_word=$2
3727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3728$as_echo_n "checking for $ac_word... " >&6; }
3729if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3730 $as_echo_n "(cached) " >&6
3731else
3732 if test -n "$ac_ct_STRIP"; then
3733 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3734else
3735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3736for as_dir in $PATH
3737do
3738 IFS=$as_save_IFS
3739 test -z "$as_dir" && as_dir=.
3740 for ac_exec_ext in '' $ac_executable_extensions; do
3741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3742 ac_cv_prog_ac_ct_STRIP="strip"
3743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3744 break 2
3745 fi
3746done
3747 done
3748IFS=$as_save_IFS
3749
3750fi
3751fi
3752ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3753if test -n "$ac_ct_STRIP"; then
3754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3755$as_echo "$ac_ct_STRIP" >&6; }
3756else
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3758$as_echo "no" >&6; }
3759fi
3760
3761 if test "x$ac_ct_STRIP" = x; then
3762 STRIP=":"
3763 else
3764 case $cross_compiling:$ac_tool_warned in
3765yes:)
3766{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3767$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3768ac_tool_warned=yes ;;
3769esac
3770 STRIP=$ac_ct_STRIP
3771 fi
3772else
3773 STRIP="$ac_cv_prog_STRIP"
3774fi
3775
3776fi
3777INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3778
3779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3780$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3781if test -z "$MKDIR_P"; then
3782 if test "${ac_cv_path_mkdir+set}" = set; then :
3783 $as_echo_n "(cached) " >&6
3784else
3785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3786for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3787do
3788 IFS=$as_save_IFS
3789 test -z "$as_dir" && as_dir=.
3790 for ac_prog in mkdir gmkdir; do
3791 for ac_exec_ext in '' $ac_executable_extensions; do
3792 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3793 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3794 'mkdir (GNU coreutils) '* | \
3795 'mkdir (coreutils) '* | \
3796 'mkdir (fileutils) '4.1*)
3797 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3798 break 3;;
3799 esac
3800 done
3801 done
f5385ebf 3802 done
81ecdfbb
RW
3803IFS=$as_save_IFS
3804
3805fi
3806
3807 if test "${ac_cv_path_mkdir+set}" = set; then
3808 MKDIR_P="$ac_cv_path_mkdir -p"
f5385ebf 3809 else
81ecdfbb
RW
3810 # As a last resort, use the slow shell script. Don't cache a
3811 # value for MKDIR_P within a source directory, because that will
3812 # break other packages using the cache if that directory is
3813 # removed, or if the value is a relative name.
3814 test -d ./--version && rmdir ./--version
3815 MKDIR_P="$ac_install_sh -d"
f5385ebf
AM
3816 fi
3817fi
81ecdfbb
RW
3818{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3819$as_echo "$MKDIR_P" >&6; }
3820
3821mkdir_p="$MKDIR_P"
3822case $mkdir_p in
3823 [\\/$]* | ?:[\\/]*) ;;
3824 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3825esac
f5385ebf
AM
3826
3827for ac_prog in gawk mawk nawk awk
3828do
3829 # Extract the first word of "$ac_prog", so it can be a program name with args.
3830set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3832$as_echo_n "checking for $ac_word... " >&6; }
3833if test "${ac_cv_prog_AWK+set}" = set; then :
3834 $as_echo_n "(cached) " >&6
f5385ebf
AM
3835else
3836 if test -n "$AWK"; then
3837 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3838else
3839as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3840for as_dir in $PATH
3841do
3842 IFS=$as_save_IFS
3843 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3844 for ac_exec_ext in '' $ac_executable_extensions; do
3845 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f5385ebf 3846 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 3847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f5385ebf
AM
3848 break 2
3849 fi
3850done
81ecdfbb
RW
3851 done
3852IFS=$as_save_IFS
f5385ebf
AM
3853
3854fi
3855fi
3856AWK=$ac_cv_prog_AWK
3857if test -n "$AWK"; then
81ecdfbb
RW
3858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3859$as_echo "$AWK" >&6; }
f5385ebf 3860else
81ecdfbb
RW
3861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3862$as_echo "no" >&6; }
f5385ebf
AM
3863fi
3864
81ecdfbb 3865
f5385ebf
AM
3866 test -n "$AWK" && break
3867done
3868
81ecdfbb
RW
3869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3870$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3871set x ${MAKE-make}
3872ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3873if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3874 $as_echo_n "(cached) " >&6
5464f5a1
NN
3875else
3876 cat >conftest.make <<\_ACEOF
81ecdfbb 3877SHELL = /bin/sh
252b5132 3878all:
81ecdfbb 3879 @echo '@@@%%%=$(MAKE)=@@@%%%'
5464f5a1 3880_ACEOF
252b5132 3881# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
3882case `${MAKE-make} -f conftest.make 2>/dev/null` in
3883 *@@@%%%=?*=@@@%%%*)
3884 eval ac_cv_prog_make_${ac_make}_set=yes;;
3885 *)
3886 eval ac_cv_prog_make_${ac_make}_set=no;;
3887esac
5464f5a1 3888rm -f conftest.make
252b5132 3889fi
81ecdfbb
RW
3890if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3892$as_echo "yes" >&6; }
252b5132
RH
3893 SET_MAKE=
3894else
81ecdfbb
RW
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3896$as_echo "no" >&6; }
252b5132
RH
3897 SET_MAKE="MAKE=${MAKE-make}"
3898fi
3899
f5385ebf
AM
3900rm -rf .tst 2>/dev/null
3901mkdir .tst 2>/dev/null
3902if test -d .tst; then
3903 am__leading_dot=.
3904else
3905 am__leading_dot=_
3906fi
3907rmdir .tst 2>/dev/null
3908
3909DEPDIR="${am__leading_dot}deps"
3910
81ecdfbb 3911ac_config_commands="$ac_config_commands depfiles"
f5385ebf
AM
3912
3913
3914am_make=${MAKE-make}
3915cat > confinc << 'END'
3916am__doit:
81ecdfbb 3917 @echo this is the am__doit target
f5385ebf
AM
3918.PHONY: am__doit
3919END
3920# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3922$as_echo_n "checking for style of include used by $am_make... " >&6; }
f5385ebf
AM
3923am__include="#"
3924am__quote=
3925_am_result=none
3926# First try GNU make style include.
3927echo "include confinc" > confmf
81ecdfbb
RW
3928# Ignore all kinds of additional output from `make'.
3929case `$am_make -s -f confmf 2> /dev/null` in #(
3930*the\ am__doit\ target*)
3931 am__include=include
3932 am__quote=
3933 _am_result=GNU
3934 ;;
3935esac
f5385ebf
AM
3936# Now try BSD make style include.
3937if test "$am__include" = "#"; then
3938 echo '.include "confinc"' > confmf
81ecdfbb
RW
3939 case `$am_make -s -f confmf 2> /dev/null` in #(
3940 *the\ am__doit\ target*)
3941 am__include=.include
3942 am__quote="\""
3943 _am_result=BSD
3944 ;;
3945 esac
f5385ebf
AM
3946fi
3947
3948
81ecdfbb
RW
3949{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3950$as_echo "$_am_result" >&6; }
f5385ebf
AM
3951rm -f confinc confmf
3952
81ecdfbb
RW
3953# Check whether --enable-dependency-tracking was given.
3954if test "${enable_dependency_tracking+set}" = set; then :
3955 enableval=$enable_dependency_tracking;
3956fi
f5385ebf 3957
f5385ebf
AM
3958if test "x$enable_dependency_tracking" != xno; then
3959 am_depcomp="$ac_aux_dir/depcomp"
3960 AMDEPBACKSLASH='\'
3961fi
81ecdfbb 3962 if test "x$enable_dependency_tracking" != xno; then
f5385ebf
AM
3963 AMDEP_TRUE=
3964 AMDEP_FALSE='#'
3965else
3966 AMDEP_TRUE='#'
3967 AMDEP_FALSE=
3968fi
6be7c12c 3969
252b5132 3970
81ecdfbb
RW
3971if test "`cd $srcdir && pwd`" != "`pwd`"; then
3972 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3973 # is not polluted with repeated "-I."
3974 am__isrc=' -I$(srcdir)'
3975 # test to see if srcdir already configured
3976 if test -f $srcdir/config.status; then
3977 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3978 fi
252b5132 3979fi
5464f5a1 3980
f5385ebf
AM
3981# test whether we have cygpath
3982if test -z "$CYGPATH_W"; then
3983 if (cygpath --version) >/dev/null 2>/dev/null; then
3984 CYGPATH_W='cygpath -w'
3985 else
3986 CYGPATH_W=echo
3987 fi
3988fi
3989
3990
3991# Define the identity of the package.
c4dd807e
MF
3992 PACKAGE='bfd'
3993 VERSION='2.23.51'
f5385ebf
AM
3994
3995
5464f5a1 3996cat >>confdefs.h <<_ACEOF
252b5132 3997#define PACKAGE "$PACKAGE"
5464f5a1 3998_ACEOF
252b5132 3999
5464f5a1
NN
4000
4001cat >>confdefs.h <<_ACEOF
252b5132 4002#define VERSION "$VERSION"
5464f5a1 4003_ACEOF
252b5132 4004
f5385ebf
AM
4005# Some tools Automake needs.
4006
4007ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4008
4009
4010AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4011
4012
4013AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4014
4015
4016AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4017
4018
4019MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
6be7c12c 4020
f5385ebf
AM
4021# We need awk for the "check" target. The system "awk" is bad on
4022# some platforms.
4023# Always define AMTAR for backward compatibility.
4024
4025AMTAR=${AMTAR-"${am_missing_run}tar"}
4026
4027am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4028
252b5132 4029
f5385ebf
AM
4030
4031
4032depcc="$CC" am_compiler_list=
4033
81ecdfbb
RW
4034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4035$as_echo_n "checking dependency style of $depcc... " >&6; }
4036if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4037 $as_echo_n "(cached) " >&6
252b5132 4038else
f5385ebf
AM
4039 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4040 # We make a subdir and do the tests there. Otherwise we can end up
4041 # making bogus files that we don't know about and never remove. For
4042 # instance it was reported that on HP-UX the gcc test will end up
4043 # making a dummy file named `D' -- because `-MD' means `put the output
4044 # in D'.
4045 mkdir conftest.dir
4046 # Copy depcomp to subdir because otherwise we won't find it if we're
4047 # using a relative directory.
4048 cp "$am_depcomp" conftest.dir
4049 cd conftest.dir
4050 # We will build objects and dependencies in a subdirectory because
4051 # it helps to detect inapplicable dependency modes. For instance
4052 # both Tru64's cc and ICC support -MD to output dependencies as a
4053 # side effect of compilation, but ICC will put the dependencies in
4054 # the current directory while Tru64 will put them in the object
4055 # directory.
4056 mkdir sub
4057
4058 am_cv_CC_dependencies_compiler_type=none
4059 if test "$am_compiler_list" = ""; then
4060 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4061 fi
81ecdfbb
RW
4062 am__universal=false
4063 case " $depcc " in #(
4064 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4065 esac
4066
f5385ebf
AM
4067 for depmode in $am_compiler_list; do
4068 # Setup a source with many dependencies, because some compilers
4069 # like to wrap large dependency lists on column 80 (with \), and
4070 # we should not choose a depcomp mode which is confused by this.
4071 #
4072 # We need to recreate these files for each test, as the compiler may
4073 # overwrite some of them when testing with obscure command lines.
4074 # This happens at least with the AIX C compiler.
4075 : > sub/conftest.c
4076 for i in 1 2 3 4 5 6; do
4077 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4078 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4079 # Solaris 8's {/usr,}/bin/sh.
4080 touch sub/conftst$i.h
4081 done
4082 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4083
81ecdfbb
RW
4084 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4085 # mode. It turns out that the SunPro C++ compiler does not properly
4086 # handle `-M -o', and we need to detect this. Also, some Intel
4087 # versions had trouble with output in subdirs
4088 am__obj=sub/conftest.${OBJEXT-o}
4089 am__minus_obj="-o $am__obj"
f5385ebf 4090 case $depmode in
81ecdfbb
RW
4091 gcc)
4092 # This depmode causes a compiler race in universal mode.
4093 test "$am__universal" = false || continue
4094 ;;
f5385ebf
AM
4095 nosideeffect)
4096 # after this tag, mechanisms are not by side-effect, so they'll
4097 # only be used when explicitly requested
4098 if test "x$enable_dependency_tracking" = xyes; then
4099 continue
4100 else
4101 break
4102 fi
4103 ;;
81ecdfbb
RW
4104 msvisualcpp | msvcmsys)
4105 # This compiler won't grok `-c -o', but also, the minuso test has
4106 # not run yet. These depmodes are late enough in the game, and
4107 # so weak that their functioning should not be impacted.
4108 am__obj=conftest.${OBJEXT-o}
4109 am__minus_obj=
4110 ;;
f5385ebf
AM
4111 none) break ;;
4112 esac
f5385ebf 4113 if depmode=$depmode \
81ecdfbb 4114 source=sub/conftest.c object=$am__obj \
f5385ebf 4115 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4116 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
f5385ebf 4117 >/dev/null 2>conftest.err &&
81ecdfbb 4118 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
f5385ebf 4119 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4120 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
f5385ebf
AM
4121 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4122 # icc doesn't choke on unknown options, it will just issue warnings
4123 # or remarks (even with -Werror). So we grep stderr for any message
4124 # that says an option was ignored or not supported.
4125 # When given -MP, icc 7.0 and 7.1 complain thusly:
4126 # icc: Command line warning: ignoring option '-M'; no argument required
4127 # The diagnosis changed in icc 8.0:
4128 # icc: Command line remark: option '-MP' not supported
4129 if (grep 'ignoring option' conftest.err ||
4130 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4131 am_cv_CC_dependencies_compiler_type=$depmode
4132 break
4133 fi
4134 fi
4135 done
4136
4137 cd ..
4138 rm -rf conftest.dir
4139else
4140 am_cv_CC_dependencies_compiler_type=none
4141fi
4142
252b5132 4143fi
81ecdfbb
RW
4144{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4145$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
f5385ebf 4146CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 4147
81ecdfbb 4148 if
f5385ebf
AM
4149 test "x$enable_dependency_tracking" != xno \
4150 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4151 am__fastdepCC_TRUE=
4152 am__fastdepCC_FALSE='#'
252b5132 4153else
f5385ebf
AM
4154 am__fastdepCC_TRUE='#'
4155 am__fastdepCC_FALSE=
252b5132
RH
4156fi
4157
6be7c12c 4158
e43d48cc 4159
f5385ebf 4160
5464f5a1
NN
4161if test -n "$ac_tool_prefix"; then
4162 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
252b5132 4163set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
4164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4165$as_echo_n "checking for $ac_word... " >&6; }
4166if test "${ac_cv_prog_AR+set}" = set; then :
4167 $as_echo_n "(cached) " >&6
252b5132
RH
4168else
4169 if test -n "$AR"; then
4170 ac_cv_prog_AR="$AR" # Let the user override the test.
4171else
5464f5a1
NN
4172as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4173for as_dir in $PATH
4174do
4175 IFS=$as_save_IFS
4176 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4177 for ac_exec_ext in '' $ac_executable_extensions; do
4178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4179 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 4180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4181 break 2
4182 fi
4183done
81ecdfbb
RW
4184 done
4185IFS=$as_save_IFS
5464f5a1 4186
252b5132
RH
4187fi
4188fi
5464f5a1 4189AR=$ac_cv_prog_AR
252b5132 4190if test -n "$AR"; then
81ecdfbb
RW
4191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4192$as_echo "$AR" >&6; }
252b5132 4193else
81ecdfbb
RW
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4195$as_echo "no" >&6; }
5464f5a1
NN
4196fi
4197
81ecdfbb 4198
252b5132 4199fi
5464f5a1
NN
4200if test -z "$ac_cv_prog_AR"; then
4201 ac_ct_AR=$AR
4202 # Extract the first word of "ar", so it can be a program name with args.
4203set dummy ar; ac_word=$2
81ecdfbb
RW
4204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4205$as_echo_n "checking for $ac_word... " >&6; }
4206if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4207 $as_echo_n "(cached) " >&6
5464f5a1
NN
4208else
4209 if test -n "$ac_ct_AR"; then
4210 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4211else
4212as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4213for as_dir in $PATH
4214do
4215 IFS=$as_save_IFS
4216 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4217 for ac_exec_ext in '' $ac_executable_extensions; do
4218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4219 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 4220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4221 break 2
4222 fi
4223done
81ecdfbb
RW
4224 done
4225IFS=$as_save_IFS
252b5132 4226
5464f5a1
NN
4227fi
4228fi
4229ac_ct_AR=$ac_cv_prog_ac_ct_AR
4230if test -n "$ac_ct_AR"; then
81ecdfbb
RW
4231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4232$as_echo "$ac_ct_AR" >&6; }
5464f5a1 4233else
81ecdfbb
RW
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4235$as_echo "no" >&6; }
5464f5a1 4236fi
252b5132 4237
81ecdfbb
RW
4238 if test "x$ac_ct_AR" = x; then
4239 AR=""
4240 else
4241 case $cross_compiling:$ac_tool_warned in
4242yes:)
4243{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4244$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4245ac_tool_warned=yes ;;
4246esac
4247 AR=$ac_ct_AR
4248 fi
5464f5a1
NN
4249else
4250 AR="$ac_cv_prog_AR"
4251fi
6be7c12c 4252
5464f5a1
NN
4253if test -n "$ac_tool_prefix"; then
4254 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
252b5132 4255set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
4256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4257$as_echo_n "checking for $ac_word... " >&6; }
4258if test "${ac_cv_prog_RANLIB+set}" = set; then :
4259 $as_echo_n "(cached) " >&6
252b5132
RH
4260else
4261 if test -n "$RANLIB"; then
4262 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4263else
5464f5a1
NN
4264as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4265for as_dir in $PATH
4266do
4267 IFS=$as_save_IFS
4268 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4269 for ac_exec_ext in '' $ac_executable_extensions; do
4270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4271 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 4272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4273 break 2
4274 fi
4275done
81ecdfbb
RW
4276 done
4277IFS=$as_save_IFS
5464f5a1 4278
252b5132
RH
4279fi
4280fi
5464f5a1 4281RANLIB=$ac_cv_prog_RANLIB
252b5132 4282if test -n "$RANLIB"; then
81ecdfbb
RW
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4284$as_echo "$RANLIB" >&6; }
252b5132 4285else
81ecdfbb
RW
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4287$as_echo "no" >&6; }
252b5132
RH
4288fi
4289
81ecdfbb 4290
5464f5a1 4291fi
252b5132 4292if test -z "$ac_cv_prog_RANLIB"; then
5464f5a1 4293 ac_ct_RANLIB=$RANLIB
252b5132
RH
4294 # Extract the first word of "ranlib", so it can be a program name with args.
4295set dummy ranlib; ac_word=$2
81ecdfbb
RW
4296{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4297$as_echo_n "checking for $ac_word... " >&6; }
4298if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4299 $as_echo_n "(cached) " >&6
6be7c12c 4300else
5464f5a1
NN
4301 if test -n "$ac_ct_RANLIB"; then
4302 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6be7c12c 4303else
5464f5a1
NN
4304as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4305for as_dir in $PATH
4306do
4307 IFS=$as_save_IFS
4308 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4309 for ac_exec_ext in '' $ac_executable_extensions; do
4310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4311 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 4312 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4313 break 2
4314 fi
4315done
81ecdfbb
RW
4316 done
4317IFS=$as_save_IFS
5464f5a1 4318
252b5132
RH
4319fi
4320fi
5464f5a1
NN
4321ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4322if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4324$as_echo "$ac_ct_RANLIB" >&6; }
252b5132 4325else
81ecdfbb
RW
4326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4327$as_echo "no" >&6; }
252b5132
RH
4328fi
4329
81ecdfbb
RW
4330 if test "x$ac_ct_RANLIB" = x; then
4331 RANLIB=":"
4332 else
4333 case $cross_compiling:$ac_tool_warned in
4334yes:)
4335{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4336$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4337ac_tool_warned=yes ;;
4338esac
4339 RANLIB=$ac_ct_RANLIB
4340 fi
252b5132 4341else
5464f5a1 4342 RANLIB="$ac_cv_prog_RANLIB"
6be7c12c
AO
4343fi
4344
252b5132 4345
81ecdfbb
RW
4346# Check whether --enable-shared was given.
4347if test "${enable_shared+set}" = set; then :
4348 enableval=$enable_shared; p=${PACKAGE-default}
d7040cdb
SE
4349 case $enableval in
4350 yes) enable_shared=yes ;;
4351 no) enable_shared=no ;;
4352 *)
4353 enable_shared=no
4354 # Look at the argument we got. We use all the common list separators.
4355 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4356 for pkg in $enableval; do
4357 IFS="$lt_save_ifs"
4358 if test "X$pkg" = "X$p"; then
4359 enable_shared=yes
4360 fi
4361 done
4362 IFS="$lt_save_ifs"
4363 ;;
4364 esac
252b5132
RH
4365else
4366 enable_shared=no
81ecdfbb
RW
4367fi
4368
252b5132 4369
d7040cdb
SE
4370
4371
4372
4373
4374
4375
4376
4377
cfbc9945
SE
4378ac_ext=c
4379ac_cpp='$CPP $CPPFLAGS'
4380ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4381ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4382ac_compiler_gnu=$ac_cv_c_compiler_gnu
4383if test -n "$ac_tool_prefix"; then
4384 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4385set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4387$as_echo_n "checking for $ac_word... " >&6; }
4388if test "${ac_cv_prog_CC+set}" = set; then :
4389 $as_echo_n "(cached) " >&6
252b5132 4390else
cfbc9945
SE
4391 if test -n "$CC"; then
4392 ac_cv_prog_CC="$CC" # Let the user override the test.
b2ef150d 4393else
cfbc9945
SE
4394as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4395for as_dir in $PATH
4396do
4397 IFS=$as_save_IFS
4398 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4399 for ac_exec_ext in '' $ac_executable_extensions; do
4400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4401 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4403 break 2
4404 fi
4405done
81ecdfbb
RW
4406 done
4407IFS=$as_save_IFS
c5d1701e 4408
cfbc9945
SE
4409fi
4410fi
4411CC=$ac_cv_prog_CC
4412if test -n "$CC"; then
81ecdfbb
RW
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4414$as_echo "$CC" >&6; }
252b5132 4415else
81ecdfbb
RW
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4417$as_echo "no" >&6; }
252b5132 4418fi
cfbc9945 4419
81ecdfbb 4420
cfbc9945
SE
4421fi
4422if test -z "$ac_cv_prog_CC"; then
4423 ac_ct_CC=$CC
4424 # Extract the first word of "gcc", so it can be a program name with args.
4425set dummy gcc; ac_word=$2
81ecdfbb
RW
4426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4427$as_echo_n "checking for $ac_word... " >&6; }
4428if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4429 $as_echo_n "(cached) " >&6
252b5132 4430else
cfbc9945
SE
4431 if test -n "$ac_ct_CC"; then
4432 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 4433else
cfbc9945
SE
4434as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4435for as_dir in $PATH
4436do
4437 IFS=$as_save_IFS
4438 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4439 for ac_exec_ext in '' $ac_executable_extensions; do
4440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4441 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4443 break 2
4444 fi
4445done
81ecdfbb
RW
4446 done
4447IFS=$as_save_IFS
cfbc9945 4448
252b5132
RH
4449fi
4450fi
cfbc9945
SE
4451ac_ct_CC=$ac_cv_prog_ac_ct_CC
4452if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4454$as_echo "$ac_ct_CC" >&6; }
252b5132 4455else
81ecdfbb
RW
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4457$as_echo "no" >&6; }
252b5132 4458fi
cfbc9945 4459
81ecdfbb
RW
4460 if test "x$ac_ct_CC" = x; then
4461 CC=""
4462 else
4463 case $cross_compiling:$ac_tool_warned in
4464yes:)
4465{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4466$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4467ac_tool_warned=yes ;;
4468esac
4469 CC=$ac_ct_CC
4470 fi
cfbc9945
SE
4471else
4472 CC="$ac_cv_prog_CC"
4473fi
4474
4475if test -z "$CC"; then
81ecdfbb
RW
4476 if test -n "$ac_tool_prefix"; then
4477 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
cfbc9945 4478set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4480$as_echo_n "checking for $ac_word... " >&6; }
4481if test "${ac_cv_prog_CC+set}" = set; then :
4482 $as_echo_n "(cached) " >&6
252b5132 4483else
cfbc9945
SE
4484 if test -n "$CC"; then
4485 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4486else
cfbc9945
SE
4487as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4488for as_dir in $PATH
4489do
4490 IFS=$as_save_IFS
4491 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4492 for ac_exec_ext in '' $ac_executable_extensions; do
4493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4494 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4496 break 2
4497 fi
4498done
81ecdfbb
RW
4499 done
4500IFS=$as_save_IFS
cfbc9945 4501
252b5132
RH
4502fi
4503fi
cfbc9945
SE
4504CC=$ac_cv_prog_CC
4505if test -n "$CC"; then
81ecdfbb
RW
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4507$as_echo "$CC" >&6; }
ac48eca1 4508else
81ecdfbb
RW
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4510$as_echo "no" >&6; }
ac48eca1 4511fi
ac48eca1 4512
81ecdfbb
RW
4513
4514 fi
cfbc9945 4515fi
81ecdfbb 4516if test -z "$CC"; then
cfbc9945
SE
4517 # Extract the first word of "cc", so it can be a program name with args.
4518set dummy cc; ac_word=$2
81ecdfbb
RW
4519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4520$as_echo_n "checking for $ac_word... " >&6; }
4521if test "${ac_cv_prog_CC+set}" = set; then :
4522 $as_echo_n "(cached) " >&6
252b5132 4523else
81ecdfbb
RW
4524 if test -n "$CC"; then
4525 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4526else
81ecdfbb 4527 ac_prog_rejected=no
cfbc9945
SE
4528as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4529for as_dir in $PATH
4530do
4531 IFS=$as_save_IFS
4532 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4533 for ac_exec_ext in '' $ac_executable_extensions; do
4534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945
SE
4535 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4536 ac_prog_rejected=yes
4537 continue
4538 fi
4539 ac_cv_prog_CC="cc"
81ecdfbb 4540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4541 break 2
4542 fi
4543done
81ecdfbb
RW
4544 done
4545IFS=$as_save_IFS
cfbc9945
SE
4546
4547if test $ac_prog_rejected = yes; then
4548 # We found a bogon in the path, so make sure we never use it.
4549 set dummy $ac_cv_prog_CC
4550 shift
4551 if test $# != 0; then
4552 # We chose a different compiler from the bogus one.
4553 # However, it has the same basename, so the bogon will be chosen
4554 # first if we set CC to just the basename; use the full file name.
4555 shift
4556 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4557 fi
4558fi
4559fi
4560fi
4561CC=$ac_cv_prog_CC
4562if test -n "$CC"; then
81ecdfbb
RW
4563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4564$as_echo "$CC" >&6; }
cfbc9945 4565else
81ecdfbb
RW
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4567$as_echo "no" >&6; }
252b5132
RH
4568fi
4569
81ecdfbb 4570
cfbc9945
SE
4571fi
4572if test -z "$CC"; then
4573 if test -n "$ac_tool_prefix"; then
81ecdfbb 4574 for ac_prog in cl.exe
cfbc9945
SE
4575 do
4576 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4577set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4579$as_echo_n "checking for $ac_word... " >&6; }
4580if test "${ac_cv_prog_CC+set}" = set; then :
4581 $as_echo_n "(cached) " >&6
ac48eca1 4582else
cfbc9945
SE
4583 if test -n "$CC"; then
4584 ac_cv_prog_CC="$CC" # Let the user override the test.
4585else
4586as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4587for as_dir in $PATH
4588do
4589 IFS=$as_save_IFS
4590 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4591 for ac_exec_ext in '' $ac_executable_extensions; do
4592 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4593 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4594 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4595 break 2
4596 fi
4597done
81ecdfbb
RW
4598 done
4599IFS=$as_save_IFS
ac48eca1 4600
cfbc9945
SE
4601fi
4602fi
4603CC=$ac_cv_prog_CC
4604if test -n "$CC"; then
81ecdfbb
RW
4605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4606$as_echo "$CC" >&6; }
cfbc9945 4607else
81ecdfbb
RW
4608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4609$as_echo "no" >&6; }
cfbc9945 4610fi
ac48eca1 4611
81ecdfbb 4612
cfbc9945
SE
4613 test -n "$CC" && break
4614 done
4615fi
4616if test -z "$CC"; then
4617 ac_ct_CC=$CC
81ecdfbb 4618 for ac_prog in cl.exe
cfbc9945
SE
4619do
4620 # Extract the first word of "$ac_prog", so it can be a program name with args.
4621set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4623$as_echo_n "checking for $ac_word... " >&6; }
4624if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4625 $as_echo_n "(cached) " >&6
cfbc9945
SE
4626else
4627 if test -n "$ac_ct_CC"; then
4628 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4629else
4630as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4631for as_dir in $PATH
4632do
4633 IFS=$as_save_IFS
4634 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4635 for ac_exec_ext in '' $ac_executable_extensions; do
4636 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4637 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4638 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4639 break 2
4640 fi
4641done
81ecdfbb
RW
4642 done
4643IFS=$as_save_IFS
ac48eca1 4644
cfbc9945
SE
4645fi
4646fi
4647ac_ct_CC=$ac_cv_prog_ac_ct_CC
4648if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4650$as_echo "$ac_ct_CC" >&6; }
cfbc9945 4651else
81ecdfbb
RW
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4653$as_echo "no" >&6; }
cfbc9945 4654fi
ac48eca1 4655
81ecdfbb 4656
cfbc9945
SE
4657 test -n "$ac_ct_CC" && break
4658done
ac48eca1 4659
81ecdfbb
RW
4660 if test "x$ac_ct_CC" = x; then
4661 CC=""
4662 else
4663 case $cross_compiling:$ac_tool_warned in
4664yes:)
4665{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4666$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4667ac_tool_warned=yes ;;
4668esac
4669 CC=$ac_ct_CC
4670 fi
cfbc9945 4671fi
55c80943 4672
cfbc9945 4673fi
ac48eca1 4674
ac48eca1 4675
81ecdfbb
RW
4676test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4677$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4678as_fn_error "no acceptable C compiler found in \$PATH
4679See \`config.log' for more details." "$LINENO" 5; }
ac48eca1 4680
cfbc9945 4681# Provide some information about the compiler.
81ecdfbb
RW
4682$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4683set X $ac_compile
4684ac_compiler=$2
4685for ac_option in --version -v -V -qversion; do
4686 { { ac_try="$ac_compiler $ac_option >&5"
4687case "(($ac_try" in
4688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4689 *) ac_try_echo=$ac_try;;
4690esac
4691eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4692$as_echo "$ac_try_echo"; } >&5
4693 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
cfbc9945 4694 ac_status=$?
81ecdfbb
RW
4695 if test -s conftest.err; then
4696 sed '10a\
4697... rest of stderr output deleted ...
4698 10q' conftest.err >conftest.er1
4699 cat conftest.er1 >&5
4700 rm -f conftest.er1 conftest.err
4701 fi
4702 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4703 test $ac_status = 0; }
4704done
ac48eca1 4705
81ecdfbb
RW
4706{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4707$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4708if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4709 $as_echo_n "(cached) " >&6
ac48eca1 4710else
81ecdfbb 4711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945 4712/* end confdefs.h. */
ac48eca1 4713
cfbc9945
SE
4714int
4715main ()
4716{
4717#ifndef __GNUC__
4718 choke me
4719#endif
5464f5a1 4720
cfbc9945
SE
4721 ;
4722 return 0;
4723}
4724_ACEOF
81ecdfbb 4725if ac_fn_c_try_compile "$LINENO"; then :
cfbc9945 4726 ac_compiler_gnu=yes
ac48eca1 4727else
81ecdfbb 4728 ac_compiler_gnu=no
ac48eca1 4729fi
81ecdfbb 4730rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
cfbc9945 4731ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac48eca1 4732
5464f5a1 4733fi
81ecdfbb
RW
4734{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4735$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4736if test $ac_compiler_gnu = yes; then
4737 GCC=yes
4738else
4739 GCC=
4740fi
cfbc9945
SE
4741ac_test_CFLAGS=${CFLAGS+set}
4742ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4744$as_echo_n "checking whether $CC accepts -g... " >&6; }
4745if test "${ac_cv_prog_cc_g+set}" = set; then :
4746 $as_echo_n "(cached) " >&6
4747else
4748 ac_save_c_werror_flag=$ac_c_werror_flag
4749 ac_c_werror_flag=yes
4750 ac_cv_prog_cc_g=no
4751 CFLAGS="-g"
4752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945
SE
4753/* end confdefs.h. */
4754
4755int
4756main ()
4757{
4758
4759 ;
4760 return 0;
4761}
4762_ACEOF
81ecdfbb 4763if ac_fn_c_try_compile "$LINENO"; then :
cfbc9945 4764 ac_cv_prog_cc_g=yes
6be7c12c 4765else
81ecdfbb
RW
4766 CFLAGS=""
4767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4768/* end confdefs.h. */
4769
4770int
4771main ()
4772{
4773
4774 ;
4775 return 0;
4776}
4777_ACEOF
4778if ac_fn_c_try_compile "$LINENO"; then :
4779
4780else
4781 ac_c_werror_flag=$ac_save_c_werror_flag
4782 CFLAGS="-g"
4783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4784/* end confdefs.h. */
4785
4786int
4787main ()
4788{
5464f5a1 4789
81ecdfbb
RW
4790 ;
4791 return 0;
4792}
4793_ACEOF
4794if ac_fn_c_try_compile "$LINENO"; then :
4795 ac_cv_prog_cc_g=yes
4796fi
4797rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4798fi
81ecdfbb 4799rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4800fi
81ecdfbb
RW
4801rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4802 ac_c_werror_flag=$ac_save_c_werror_flag
4803fi
4804{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4805$as_echo "$ac_cv_prog_cc_g" >&6; }
cfbc9945
SE
4806if test "$ac_test_CFLAGS" = set; then
4807 CFLAGS=$ac_save_CFLAGS
4808elif test $ac_cv_prog_cc_g = yes; then
4809 if test "$GCC" = yes; then
4810 CFLAGS="-g -O2"
4811 else
4812 CFLAGS="-g"
4813 fi
ac48eca1 4814else
cfbc9945
SE
4815 if test "$GCC" = yes; then
4816 CFLAGS="-O2"
4817 else
4818 CFLAGS=
4819 fi
ac48eca1 4820fi
81ecdfbb
RW
4821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4822$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4823if test "${ac_cv_prog_cc_c89+set}" = set; then :
4824 $as_echo_n "(cached) " >&6
ac48eca1 4825else
81ecdfbb 4826 ac_cv_prog_cc_c89=no
cfbc9945 4827ac_save_CC=$CC
81ecdfbb 4828cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945
SE
4829/* end confdefs.h. */
4830#include <stdarg.h>
4831#include <stdio.h>
4832#include <sys/types.h>
4833#include <sys/stat.h>
4834/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4835struct buf { int x; };
4836FILE * (*rcsopen) (struct buf *, struct stat *, int);
4837static char *e (p, i)
4838 char **p;
4839 int i;
4840{
4841 return p[i];
4842}
4843static char *f (char * (*g) (char **, int), char **p, ...)
4844{
4845 char *s;
4846 va_list v;
4847 va_start (v,p);
4848 s = g (p, va_arg (v,int));
4849 va_end (v);
4850 return s;
4851}
5464f5a1 4852
cfbc9945
SE
4853/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4854 function prototypes and stuff, but not '\xHH' hex character constants.
4855 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4856 as 'x'. The following induces an error, until -std is added to get
cfbc9945
SE
4857 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4858 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4859 that's true only with -std. */
cfbc9945
SE
4860int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4861
81ecdfbb
RW
4862/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4863 inside strings and character constants. */
4864#define FOO(x) 'x'
4865int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4866
cfbc9945
SE
4867int test (int i, double x);
4868struct s1 {int (*f) (int a);};
4869struct s2 {int (*f) (double a);};
4870int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4871int argc;
4872char **argv;
4873int
4874main ()
4875{
4876return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4877 ;
4878 return 0;
4879}
4880_ACEOF
81ecdfbb
RW
4881for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4882 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
cfbc9945
SE
4883do
4884 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4885 if ac_fn_c_try_compile "$LINENO"; then :
4886 ac_cv_prog_cc_c89=$ac_arg
5464f5a1 4887fi
81ecdfbb
RW
4888rm -f core conftest.err conftest.$ac_objext
4889 test "x$ac_cv_prog_cc_c89" != "xno" && break
5464f5a1 4890done
81ecdfbb 4891rm -f conftest.$ac_ext
cfbc9945 4892CC=$ac_save_CC
5464f5a1 4893
ac48eca1 4894fi
81ecdfbb
RW
4895# AC_CACHE_VAL
4896case "x$ac_cv_prog_cc_c89" in
4897 x)
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4899$as_echo "none needed" >&6; } ;;
4900 xno)
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4902$as_echo "unsupported" >&6; } ;;
cfbc9945 4903 *)
81ecdfbb
RW
4904 CC="$CC $ac_cv_prog_cc_c89"
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4906$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
cfbc9945 4907esac
81ecdfbb 4908if test "x$ac_cv_prog_cc_c89" != xno; then :
6be7c12c 4909
6ec7057a 4910fi
cfbc9945 4911
cfbc9945
SE
4912ac_ext=c
4913ac_cpp='$CPP $CPPFLAGS'
4914ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4915ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4916ac_compiler_gnu=$ac_cv_c_compiler_gnu
92f01d61 4917
7357c5b6
AM
4918ac_ext=c
4919ac_cpp='$CPP $CPPFLAGS'
4920ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4921ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4922ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4923{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4924$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4925# On Suns, sometimes $CPP names a directory.
4926if test -n "$CPP" && test -d "$CPP"; then
4927 CPP=
4928fi
4929if test -z "$CPP"; then
81ecdfbb
RW
4930 if test "${ac_cv_prog_CPP+set}" = set; then :
4931 $as_echo_n "(cached) " >&6
7357c5b6
AM
4932else
4933 # Double quotes because CPP needs to be expanded
4934 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4935 do
4936 ac_preproc_ok=false
4937for ac_c_preproc_warn_flag in '' yes
4938do
4939 # Use a header file that comes with gcc, so configuring glibc
4940 # with a fresh cross-compiler works.
4941 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4942 # <limits.h> exists even on freestanding compilers.
4943 # On the NeXT, cc -E runs the code through the compiler's parser,
4944 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4946/* end confdefs.h. */
4947#ifdef __STDC__
4948# include <limits.h>
4949#else
4950# include <assert.h>
4951#endif
4952 Syntax error
4953_ACEOF
81ecdfbb 4954if ac_fn_c_try_cpp "$LINENO"; then :
cfbc9945 4955
81ecdfbb 4956else
7357c5b6
AM
4957 # Broken: fails on valid input.
4958continue
4959fi
4960rm -f conftest.err conftest.$ac_ext
d7040cdb 4961
81ecdfbb 4962 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4963 # can be detected and how.
81ecdfbb 4964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4965/* end confdefs.h. */
4966#include <ac_nonexistent.h>
4967_ACEOF
81ecdfbb 4968if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4969 # Broken: success on invalid input.
4970continue
4971else
7357c5b6
AM
4972 # Passes both tests.
4973ac_preproc_ok=:
4974break
4975fi
4976rm -f conftest.err conftest.$ac_ext
d7040cdb 4977
7357c5b6
AM
4978done
4979# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4980rm -f conftest.err conftest.$ac_ext
81ecdfbb 4981if $ac_preproc_ok; then :
7357c5b6
AM
4982 break
4983fi
d7040cdb 4984
7357c5b6
AM
4985 done
4986 ac_cv_prog_CPP=$CPP
d7040cdb 4987
7357c5b6
AM
4988fi
4989 CPP=$ac_cv_prog_CPP
4990else
4991 ac_cv_prog_CPP=$CPP
4992fi
81ecdfbb
RW
4993{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4994$as_echo "$CPP" >&6; }
7357c5b6
AM
4995ac_preproc_ok=false
4996for ac_c_preproc_warn_flag in '' yes
4997do
4998 # Use a header file that comes with gcc, so configuring glibc
4999 # with a fresh cross-compiler works.
5000 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5001 # <limits.h> exists even on freestanding compilers.
5002 # On the NeXT, cc -E runs the code through the compiler's parser,
5003 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5005/* end confdefs.h. */
5006#ifdef __STDC__
5007# include <limits.h>
5008#else
5009# include <assert.h>
5010#endif
5011 Syntax error
5012_ACEOF
81ecdfbb 5013if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 5014
81ecdfbb 5015else
7357c5b6
AM
5016 # Broken: fails on valid input.
5017continue
5018fi
5019rm -f conftest.err conftest.$ac_ext
d7040cdb 5020
81ecdfbb 5021 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 5022 # can be detected and how.
81ecdfbb 5023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5024/* end confdefs.h. */
5025#include <ac_nonexistent.h>
5026_ACEOF
81ecdfbb 5027if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
5028 # Broken: success on invalid input.
5029continue
5030else
7357c5b6
AM
5031 # Passes both tests.
5032ac_preproc_ok=:
5033break
5034fi
5035rm -f conftest.err conftest.$ac_ext
d7040cdb 5036
7357c5b6
AM
5037done
5038# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5039rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
5040if $ac_preproc_ok; then :
5041
7357c5b6 5042else
81ecdfbb
RW
5043 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5044$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5045as_fn_error "C preprocessor \"$CPP\" fails sanity check
5046See \`config.log' for more details." "$LINENO" 5; }
7357c5b6 5047fi
d7040cdb 5048
7357c5b6
AM
5049ac_ext=c
5050ac_cpp='$CPP $CPPFLAGS'
5051ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5052ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5053ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 5054
d7040cdb 5055
81ecdfbb
RW
5056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5057$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5058if test "${ac_cv_path_GREP+set}" = set; then :
5059 $as_echo_n "(cached) " >&6
5060else
5061 if test -z "$GREP"; then
5062 ac_path_GREP_found=false
5063 # Loop through the user's path and test for each of PROGNAME-LIST
5064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5065for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5066do
5067 IFS=$as_save_IFS
5068 test -z "$as_dir" && as_dir=.
5069 for ac_prog in grep ggrep; do
5070 for ac_exec_ext in '' $ac_executable_extensions; do
5071 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5072 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5073# Check for GNU ac_path_GREP and select it if it is found.
5074 # Check for GNU $ac_path_GREP
5075case `"$ac_path_GREP" --version 2>&1` in
5076*GNU*)
5077 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5078*)
5079 ac_count=0
5080 $as_echo_n 0123456789 >"conftest.in"
5081 while :
5082 do
5083 cat "conftest.in" "conftest.in" >"conftest.tmp"
5084 mv "conftest.tmp" "conftest.in"
5085 cp "conftest.in" "conftest.nl"
5086 $as_echo 'GREP' >> "conftest.nl"
5087 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5088 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5089 as_fn_arith $ac_count + 1 && ac_count=$as_val
5090 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5091 # Best one so far, save it but keep looking for a better one
5092 ac_cv_path_GREP="$ac_path_GREP"
5093 ac_path_GREP_max=$ac_count
5094 fi
5095 # 10*(2^10) chars as input seems more than enough
5096 test $ac_count -gt 10 && break
5097 done
5098 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5099esac
5100
5101 $ac_path_GREP_found && break 3
5102 done
5103 done
5104 done
5105IFS=$as_save_IFS
5106 if test -z "$ac_cv_path_GREP"; then
5107 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5108 fi
5109else
5110 ac_cv_path_GREP=$GREP
5111fi
5112
5113fi
5114{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5115$as_echo "$ac_cv_path_GREP" >&6; }
5116 GREP="$ac_cv_path_GREP"
5117
5118
5119{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5120$as_echo_n "checking for egrep... " >&6; }
5121if test "${ac_cv_path_EGREP+set}" = set; then :
5122 $as_echo_n "(cached) " >&6
7357c5b6 5123else
81ecdfbb
RW
5124 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5125 then ac_cv_path_EGREP="$GREP -E"
5126 else
5127 if test -z "$EGREP"; then
5128 ac_path_EGREP_found=false
5129 # Loop through the user's path and test for each of PROGNAME-LIST
5130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5131for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5132do
5133 IFS=$as_save_IFS
5134 test -z "$as_dir" && as_dir=.
5135 for ac_prog in egrep; do
5136 for ac_exec_ext in '' $ac_executable_extensions; do
5137 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5138 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5139# Check for GNU ac_path_EGREP and select it if it is found.
5140 # Check for GNU $ac_path_EGREP
5141case `"$ac_path_EGREP" --version 2>&1` in
5142*GNU*)
5143 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5144*)
5145 ac_count=0
5146 $as_echo_n 0123456789 >"conftest.in"
5147 while :
5148 do
5149 cat "conftest.in" "conftest.in" >"conftest.tmp"
5150 mv "conftest.tmp" "conftest.in"
5151 cp "conftest.in" "conftest.nl"
5152 $as_echo 'EGREP' >> "conftest.nl"
5153 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5154 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5155 as_fn_arith $ac_count + 1 && ac_count=$as_val
5156 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5157 # Best one so far, save it but keep looking for a better one
5158 ac_cv_path_EGREP="$ac_path_EGREP"
5159 ac_path_EGREP_max=$ac_count
7357c5b6 5160 fi
81ecdfbb
RW
5161 # 10*(2^10) chars as input seems more than enough
5162 test $ac_count -gt 10 && break
5163 done
5164 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5165esac
5166
5167 $ac_path_EGREP_found && break 3
5168 done
5169 done
5170 done
5171IFS=$as_save_IFS
5172 if test -z "$ac_cv_path_EGREP"; then
5173 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5174 fi
5175else
5176 ac_cv_path_EGREP=$EGREP
5177fi
5178
5179 fi
7357c5b6 5180fi
81ecdfbb
RW
5181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5182$as_echo "$ac_cv_path_EGREP" >&6; }
5183 EGREP="$ac_cv_path_EGREP"
d7040cdb
SE
5184
5185
81ecdfbb
RW
5186{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5187$as_echo_n "checking for ANSI C header files... " >&6; }
5188if test "${ac_cv_header_stdc+set}" = set; then :
5189 $as_echo_n "(cached) " >&6
7357c5b6 5190else
81ecdfbb 5191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5192/* end confdefs.h. */
5193#include <stdlib.h>
5194#include <stdarg.h>
5195#include <string.h>
5196#include <float.h>
d7040cdb 5197
7357c5b6
AM
5198int
5199main ()
5200{
d7040cdb 5201
7357c5b6
AM
5202 ;
5203 return 0;
5204}
5205_ACEOF
81ecdfbb 5206if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 5207 ac_cv_header_stdc=yes
c428fa83 5208else
81ecdfbb 5209 ac_cv_header_stdc=no
7357c5b6 5210fi
81ecdfbb 5211rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 5212
7357c5b6
AM
5213if test $ac_cv_header_stdc = yes; then
5214 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 5215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5216/* end confdefs.h. */
5217#include <string.h>
d7040cdb 5218
7357c5b6
AM
5219_ACEOF
5220if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5221 $EGREP "memchr" >/dev/null 2>&1; then :
5222
7357c5b6
AM
5223else
5224 ac_cv_header_stdc=no
5225fi
5226rm -f conftest*
d7040cdb 5227
7357c5b6 5228fi
d7040cdb 5229
7357c5b6
AM
5230if test $ac_cv_header_stdc = yes; then
5231 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5233/* end confdefs.h. */
5234#include <stdlib.h>
d7040cdb 5235
7357c5b6
AM
5236_ACEOF
5237if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5238 $EGREP "free" >/dev/null 2>&1; then :
5239
7357c5b6
AM
5240else
5241 ac_cv_header_stdc=no
5242fi
5243rm -f conftest*
d7040cdb 5244
7357c5b6 5245fi
d7040cdb 5246
7357c5b6
AM
5247if test $ac_cv_header_stdc = yes; then
5248 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5249 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5250 :
5251else
81ecdfbb 5252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5253/* end confdefs.h. */
5254#include <ctype.h>
81ecdfbb 5255#include <stdlib.h>
7357c5b6
AM
5256#if ((' ' & 0x0FF) == 0x020)
5257# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5258# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5259#else
5260# define ISLOWER(c) \
5261 (('a' <= (c) && (c) <= 'i') \
5262 || ('j' <= (c) && (c) <= 'r') \
5263 || ('s' <= (c) && (c) <= 'z'))
5264# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5265#endif
d7040cdb 5266
7357c5b6
AM
5267#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5268int
5269main ()
5270{
5271 int i;
5272 for (i = 0; i < 256; i++)
5273 if (XOR (islower (i), ISLOWER (i))
5274 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5275 return 2;
5276 return 0;
7357c5b6
AM
5277}
5278_ACEOF
81ecdfbb 5279if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5280
81ecdfbb
RW
5281else
5282 ac_cv_header_stdc=no
7357c5b6 5283fi
81ecdfbb
RW
5284rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5285 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5286fi
81ecdfbb 5287
7357c5b6
AM
5288fi
5289fi
81ecdfbb
RW
5290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5291$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5292if test $ac_cv_header_stdc = yes; then
d7040cdb 5293
81ecdfbb 5294$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5295
7357c5b6 5296fi
d7040cdb 5297
7357c5b6 5298# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
5299for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5300 inttypes.h stdint.h unistd.h
81ecdfbb
RW
5301do :
5302 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5303ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5304"
5305eval as_val=\$$as_ac_Header
5306 if test "x$as_val" = x""yes; then :
7357c5b6 5307 cat >>confdefs.h <<_ACEOF
81ecdfbb 5308#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 5309_ACEOF
d7040cdb 5310
7357c5b6
AM
5311fi
5312
5313done
5314
5315
5316
81ecdfbb
RW
5317 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5318if test "x$ac_cv_header_minix_config_h" = x""yes; then :
7357c5b6
AM
5319 MINIX=yes
5320else
5321 MINIX=
5322fi
d7040cdb
SE
5323
5324
7357c5b6 5325 if test "$MINIX" = yes; then
d7040cdb 5326
81ecdfbb 5327$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb
SE
5328
5329
81ecdfbb 5330$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5331
5332
81ecdfbb 5333$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5334
7357c5b6 5335 fi
d7040cdb
SE
5336
5337
81ecdfbb
RW
5338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5339$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5340if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5341 $as_echo_n "(cached) " >&6
d053aef8 5342else
81ecdfbb 5343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8 5344/* end confdefs.h. */
ce3c775b
NC
5345
5346# define __EXTENSIONS__ 1
5347 $ac_includes_default
d053aef8
JK
5348int
5349main ()
5350{
5351
5352 ;
5353 return 0;
5354}
5355_ACEOF
81ecdfbb 5356if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 5357 ac_cv_safe_to_define___extensions__=yes
d053aef8 5358else
81ecdfbb 5359 ac_cv_safe_to_define___extensions__=no
d053aef8 5360fi
81ecdfbb 5361rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce3c775b 5362fi
81ecdfbb
RW
5363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5364$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
ce3c775b 5365 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5366 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d053aef8 5367
81ecdfbb 5368 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d053aef8 5369
81ecdfbb
RW
5370 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5371
5372 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5373
5374 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d053aef8 5375
ce3c775b 5376
d053aef8 5377
d053aef8 5378
d7040cdb 5379
718a6fd8
SE
5380case `pwd` in
5381 *\ * | *\ *)
81ecdfbb
RW
5382 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5383$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5384esac
d7040cdb
SE
5385
5386
7357c5b6 5387
3725885a
RW
5388macro_version='2.2.7a'
5389macro_revision='1.3134'
7357c5b6
AM
5390
5391
5392
5393
5394
5395
7357c5b6
AM
5396
5397
5398
5399
5400
5401
5402
718a6fd8 5403ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5404
3725885a
RW
5405# Backslashify metacharacters that are still active within
5406# double-quoted strings.
5407sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5408
5409# Same as above, but do not quote variable references.
5410double_quote_subst='s/\(["`\\]\)/\\\1/g'
5411
5412# Sed substitution to delay expansion of an escaped shell variable in a
5413# double_quote_subst'ed string.
5414delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5415
5416# Sed substitution to delay expansion of an escaped single quote.
5417delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5418
5419# Sed substitution to avoid accidental globbing in evaled expressions
5420no_glob_subst='s/\*/\\\*/g'
5421
5422ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5423ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5424ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5425
5426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5427$as_echo_n "checking how to print strings... " >&6; }
5428# Test print first, because it will be a builtin if present.
5429if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5430 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5431 ECHO='print -r --'
5432elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5433 ECHO='printf %s\n'
5434else
5435 # Use this function as a fallback that always works.
5436 func_fallback_echo ()
5437 {
5438 eval 'cat <<_LTECHO_EOF
5439$1
5440_LTECHO_EOF'
5441 }
5442 ECHO='func_fallback_echo'
5443fi
5444
5445# func_echo_all arg...
5446# Invoke $ECHO with all args, space-separated.
5447func_echo_all ()
5448{
5449 $ECHO ""
5450}
5451
5452case "$ECHO" in
5453 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5454$as_echo "printf" >&6; } ;;
5455 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5456$as_echo "print -r" >&6; } ;;
5457 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5458$as_echo "cat" >&6; } ;;
5459esac
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
81ecdfbb
RW
5474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5475$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5476if test "${ac_cv_path_SED+set}" = set; then :
5477 $as_echo_n "(cached) " >&6
7357c5b6 5478else
81ecdfbb
RW
5479 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5480 for ac_i in 1 2 3 4 5 6 7; do
5481 ac_script="$ac_script$as_nl$ac_script"
5482 done
5483 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5484 { ac_script=; unset ac_script;}
5485 if test -z "$SED"; then
5486 ac_path_SED_found=false
5487 # Loop through the user's path and test for each of PROGNAME-LIST
5488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5489for as_dir in $PATH
5490do
5491 IFS=$as_save_IFS
5492 test -z "$as_dir" && as_dir=.
81ecdfbb 5493 for ac_prog in sed gsed; do
7357c5b6 5494 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5495 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5496 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5497# Check for GNU ac_path_SED and select it if it is found.
5498 # Check for GNU $ac_path_SED
5499case `"$ac_path_SED" --version 2>&1` in
5500*GNU*)
5501 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5502*)
5503 ac_count=0
5504 $as_echo_n 0123456789 >"conftest.in"
5505 while :
5506 do
5507 cat "conftest.in" "conftest.in" >"conftest.tmp"
5508 mv "conftest.tmp" "conftest.in"
5509 cp "conftest.in" "conftest.nl"
5510 $as_echo '' >> "conftest.nl"
5511 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5512 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5513 as_fn_arith $ac_count + 1 && ac_count=$as_val
5514 if test $ac_count -gt ${ac_path_SED_max-0}; then
5515 # Best one so far, save it but keep looking for a better one
5516 ac_cv_path_SED="$ac_path_SED"
5517 ac_path_SED_max=$ac_count
5518 fi
5519 # 10*(2^10) chars as input seems more than enough
5520 test $ac_count -gt 10 && break
5521 done
5522 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5523esac
5524
5525 $ac_path_SED_found && break 3
7357c5b6
AM
5526 done
5527 done
81ecdfbb 5528 done
7357c5b6 5529IFS=$as_save_IFS
81ecdfbb
RW
5530 if test -z "$ac_cv_path_SED"; then
5531 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5532 fi
81ecdfbb
RW
5533else
5534 ac_cv_path_SED=$SED
7357c5b6
AM
5535fi
5536
81ecdfbb
RW
5537fi
5538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5539$as_echo "$ac_cv_path_SED" >&6; }
5540 SED="$ac_cv_path_SED"
5541 rm -f conftest.sed
7357c5b6
AM
5542
5543test -z "$SED" && SED=sed
5544Xsed="$SED -e 1s/^X//"
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
81ecdfbb
RW
5556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5557$as_echo_n "checking for fgrep... " >&6; }
5558if test "${ac_cv_path_FGREP+set}" = set; then :
5559 $as_echo_n "(cached) " >&6
7357c5b6 5560else
81ecdfbb
RW
5561 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5562 then ac_cv_path_FGREP="$GREP -F"
5563 else
5564 if test -z "$FGREP"; then
5565 ac_path_FGREP_found=false
5566 # Loop through the user's path and test for each of PROGNAME-LIST
5567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5568for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5569do
5570 IFS=$as_save_IFS
5571 test -z "$as_dir" && as_dir=.
5572 for ac_prog in fgrep; do
5573 for ac_exec_ext in '' $ac_executable_extensions; do
5574 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5575 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5576# Check for GNU ac_path_FGREP and select it if it is found.
5577 # Check for GNU $ac_path_FGREP
5578case `"$ac_path_FGREP" --version 2>&1` in
5579*GNU*)
5580 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5581*)
5582 ac_count=0
5583 $as_echo_n 0123456789 >"conftest.in"
5584 while :
5585 do
5586 cat "conftest.in" "conftest.in" >"conftest.tmp"
5587 mv "conftest.tmp" "conftest.in"
5588 cp "conftest.in" "conftest.nl"
5589 $as_echo 'FGREP' >> "conftest.nl"
5590 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5591 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5592 as_fn_arith $ac_count + 1 && ac_count=$as_val
5593 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5594 # Best one so far, save it but keep looking for a better one
5595 ac_cv_path_FGREP="$ac_path_FGREP"
5596 ac_path_FGREP_max=$ac_count
7357c5b6 5597 fi
81ecdfbb
RW
5598 # 10*(2^10) chars as input seems more than enough
5599 test $ac_count -gt 10 && break
5600 done
5601 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5602esac
5603
5604 $ac_path_FGREP_found && break 3
5605 done
5606 done
5607 done
5608IFS=$as_save_IFS
5609 if test -z "$ac_cv_path_FGREP"; then
5610 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5611 fi
5612else
5613 ac_cv_path_FGREP=$FGREP
7357c5b6 5614fi
81ecdfbb
RW
5615
5616 fi
5617fi
5618{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5619$as_echo "$ac_cv_path_FGREP" >&6; }
5620 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5621
5622
5623test -z "$GREP" && GREP=grep
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
81ecdfbb
RW
5643# Check whether --with-gnu-ld was given.
5644if test "${with_gnu_ld+set}" = set; then :
5645 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5646else
5647 with_gnu_ld=no
81ecdfbb
RW
5648fi
5649
7357c5b6
AM
5650ac_prog=ld
5651if test "$GCC" = yes; then
5652 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5654$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5655 case $host in
5656 *-*-mingw*)
5657 # gcc leaves a trailing carriage return which upsets mingw
5658 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5659 *)
5660 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5661 esac
5662 case $ac_prog in
5663 # Accept absolute paths.
5664 [\\/]* | ?:[\\/]*)
5665 re_direlt='/[^/][^/]*/\.\./'
5666 # Canonicalize the pathname of ld
5667 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5668 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
d7040cdb 5669 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
cfbc9945
SE
5670 done
5671 test -z "$LD" && LD="$ac_prog"
5672 ;;
5bd8253d 5673 "")
cfbc9945
SE
5674 # If it fails, then pretend we aren't using GCC.
5675 ac_prog=ld
5bd8253d
L
5676 ;;
5677 *)
cfbc9945
SE
5678 # If it is relative, then search for the first ld in PATH.
5679 with_gnu_ld=unknown
5bd8253d 5680 ;;
cfbc9945
SE
5681 esac
5682elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5684$as_echo_n "checking for GNU ld... " >&6; }
cfbc9945 5685else
81ecdfbb
RW
5686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5687$as_echo_n "checking for non-GNU ld... " >&6; }
cfbc9945 5688fi
81ecdfbb
RW
5689if test "${lt_cv_path_LD+set}" = set; then :
5690 $as_echo_n "(cached) " >&6
cfbc9945
SE
5691else
5692 if test -z "$LD"; then
d7040cdb 5693 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
cfbc9945 5694 for ac_dir in $PATH; do
d7040cdb 5695 IFS="$lt_save_ifs"
cfbc9945
SE
5696 test -z "$ac_dir" && ac_dir=.
5697 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5698 lt_cv_path_LD="$ac_dir/$ac_prog"
5699 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5700 # but apparently some variants of GNU ld only accept -v.
cfbc9945 5701 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5702 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5703 *GNU* | *'with BFD'*)
cfbc9945 5704 test "$with_gnu_ld" != no && break
d7040cdb
SE
5705 ;;
5706 *)
cfbc9945 5707 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5708 ;;
5709 esac
cfbc9945
SE
5710 fi
5711 done
d7040cdb 5712 IFS="$lt_save_ifs"
cfbc9945
SE
5713else
5714 lt_cv_path_LD="$LD" # Let the user override the test with a path.
9e9b66a9 5715fi
1ad12f97
NC
5716fi
5717
cfbc9945
SE
5718LD="$lt_cv_path_LD"
5719if test -n "$LD"; then
81ecdfbb
RW
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5721$as_echo "$LD" >&6; }
cfbc9945 5722else
81ecdfbb
RW
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5724$as_echo "no" >&6; }
cfbc9945 5725fi
81ecdfbb
RW
5726test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5728$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5729if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5730 $as_echo_n "(cached) " >&6
cfbc9945 5731else
d7040cdb
SE
5732 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5733case `$LD -v 2>&1 </dev/null` in
5734*GNU* | *'with BFD'*)
cfbc9945 5735 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5736 ;;
5737*)
cfbc9945 5738 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5739 ;;
5740esac
49c96104 5741fi
81ecdfbb
RW
5742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5743$as_echo "$lt_cv_prog_gnu_ld" >&6; }
cfbc9945 5744with_gnu_ld=$lt_cv_prog_gnu_ld
49c96104 5745
9e9b66a9 5746
cfbc9945 5747
d7040cdb
SE
5748
5749
5750
5751
5752
5753
81ecdfbb
RW
5754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5755$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5756if test "${lt_cv_path_NM+set}" = set; then :
5757 $as_echo_n "(cached) " >&6
cfbc9945
SE
5758else
5759 if test -n "$NM"; then
5760 # Let the user override the test.
5761 lt_cv_path_NM="$NM"
5762else
d7040cdb
SE
5763 lt_nm_to_check="${ac_tool_prefix}nm"
5764 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5765 lt_nm_to_check="$lt_nm_to_check nm"
5766 fi
5767 for lt_tmp_nm in $lt_nm_to_check; do
5768 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5769 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5770 IFS="$lt_save_ifs"
5771 test -z "$ac_dir" && ac_dir=.
5772 tmp_nm="$ac_dir/$lt_tmp_nm"
5773 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5774 # Check to see if the nm accepts a BSD-compat flag.
5775 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5776 # nm: unknown option "B" ignored
5777 # Tru64's nm complains that /dev/null is an invalid object file
5778 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5779 */dev/null* | *'Invalid file or object type'*)
5780 lt_cv_path_NM="$tmp_nm -B"
5781 break
5782 ;;
5783 *)
5784 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5785 */dev/null*)
5786 lt_cv_path_NM="$tmp_nm -p"
5787 break
5788 ;;
5789 *)
5790 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5791 continue # so that we can try to find one that supports BSD flags
5792 ;;
5793 esac
5794 ;;
5795 esac
cfbc9945 5796 fi
d7040cdb
SE
5797 done
5798 IFS="$lt_save_ifs"
cfbc9945 5799 done
d7040cdb 5800 : ${lt_cv_path_NM=no}
cfbc9945 5801fi
a2d91340 5802fi
81ecdfbb
RW
5803{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5804$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5805if test "$lt_cv_path_NM" != "no"; then
5806 NM="$lt_cv_path_NM"
cfbc9945 5807else
d7040cdb 5808 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5809 if test -n "$DUMPBIN"; then :
5810 # Let the user override the test.
5811 else
5812 if test -n "$ac_tool_prefix"; then
5813 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5814 do
5815 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5816set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5817{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5818$as_echo_n "checking for $ac_word... " >&6; }
5819if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5820 $as_echo_n "(cached) " >&6
252b5132 5821else
d7040cdb
SE
5822 if test -n "$DUMPBIN"; then
5823 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5824else
5825as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5826for as_dir in $PATH
5827do
5828 IFS=$as_save_IFS
5829 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5830 for ac_exec_ext in '' $ac_executable_extensions; do
5831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5832 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5834 break 2
5835 fi
5836done
81ecdfbb
RW
5837 done
5838IFS=$as_save_IFS
5464f5a1 5839
d7040cdb
SE
5840fi
5841fi
5842DUMPBIN=$ac_cv_prog_DUMPBIN
5843if test -n "$DUMPBIN"; then
81ecdfbb
RW
5844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5845$as_echo "$DUMPBIN" >&6; }
d7040cdb 5846else
81ecdfbb
RW
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5848$as_echo "no" >&6; }
d7040cdb 5849fi
d5fbea21 5850
81ecdfbb 5851
d7040cdb
SE
5852 test -n "$DUMPBIN" && break
5853 done
5854fi
5855if test -z "$DUMPBIN"; then
5856 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5857 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5858do
5859 # Extract the first word of "$ac_prog", so it can be a program name with args.
5860set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5862$as_echo_n "checking for $ac_word... " >&6; }
5863if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5864 $as_echo_n "(cached) " >&6
d7040cdb
SE
5865else
5866 if test -n "$ac_ct_DUMPBIN"; then
5867 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5868else
5869as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5870for as_dir in $PATH
5871do
5872 IFS=$as_save_IFS
5873 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5874 for ac_exec_ext in '' $ac_executable_extensions; do
5875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5876 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5878 break 2
cfbc9945 5879 fi
d7040cdb 5880done
81ecdfbb
RW
5881 done
5882IFS=$as_save_IFS
d5fbea21 5883
d7040cdb
SE
5884fi
5885fi
5886ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5887if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5889$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5890else
81ecdfbb
RW
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5892$as_echo "no" >&6; }
d7040cdb 5893fi
d5fbea21 5894
81ecdfbb 5895
d7040cdb
SE
5896 test -n "$ac_ct_DUMPBIN" && break
5897done
24443139 5898
81ecdfbb
RW
5899 if test "x$ac_ct_DUMPBIN" = x; then
5900 DUMPBIN=":"
5901 else
5902 case $cross_compiling:$ac_tool_warned in
5903yes:)
5904{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5905$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5906ac_tool_warned=yes ;;
5907esac
5908 DUMPBIN=$ac_ct_DUMPBIN
5909 fi
d7040cdb 5910fi
24443139 5911
3725885a
RW
5912 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5913 *COFF*)
5914 DUMPBIN="$DUMPBIN -symbols"
5915 ;;
5916 *)
5917 DUMPBIN=:
5918 ;;
5919 esac
5920 fi
24443139 5921
d7040cdb
SE
5922 if test "$DUMPBIN" != ":"; then
5923 NM="$DUMPBIN"
cfbc9945 5924 fi
d7040cdb
SE
5925fi
5926test -z "$NM" && NM=nm
a703a6ea 5927
f5385ebf 5928
cfbc9945 5929
24443139
AS
5930
5931
5932
81ecdfbb
RW
5933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5934$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5935if test "${lt_cv_nm_interface+set}" = set; then :
5936 $as_echo_n "(cached) " >&6
d7040cdb
SE
5937else
5938 lt_cv_nm_interface="BSD nm"
5939 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5940 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
5941 (eval "$ac_compile" 2>conftest.err)
5942 cat conftest.err >&5
3725885a 5943 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
5944 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5945 cat conftest.err >&5
3725885a 5946 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
5947 cat conftest.out >&5
5948 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5949 lt_cv_nm_interface="MS dumpbin"
5950 fi
5951 rm -f conftest*
cfbc9945 5952fi
81ecdfbb
RW
5953{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5954$as_echo "$lt_cv_nm_interface" >&6; }
a703a6ea 5955
81ecdfbb
RW
5956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5957$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
5958LN_S=$as_ln_s
5959if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5961$as_echo "yes" >&6; }
d7040cdb 5962else
81ecdfbb
RW
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5964$as_echo "no, using $LN_S" >&6; }
d7040cdb 5965fi
252b5132 5966
cfbc9945 5967# find the maximum length of command line arguments
81ecdfbb
RW
5968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5969$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5970if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5971 $as_echo_n "(cached) " >&6
cfbc9945
SE
5972else
5973 i=0
5974 teststring="ABCD"
5464f5a1 5975
cfbc9945
SE
5976 case $build_os in
5977 msdosdjgpp*)
5978 # On DJGPP, this test can blow up pretty badly due to problems in libc
5979 # (any single argument exceeding 2000 bytes causes a buffer overrun
5980 # during glob expansion). Even if it were fixed, the result of this
5981 # check would be larger than it should be.
5982 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5983 ;;
5464f5a1 5984
d7040cdb
SE
5985 gnu*)
5986 # Under GNU Hurd, this test is not required because there is
5987 # no limit to the length of command line arguments.
5988 # Libtool will interpret -1 as no limit whatsoever
5989 lt_cv_sys_max_cmd_len=-1;
5990 ;;
5991
718a6fd8 5992 cygwin* | mingw* | cegcc*)
cfbc9945
SE
5993 # On Win9x/ME, this test blows up -- it succeeds, but takes
5994 # about 5 minutes as the teststring grows exponentially.
5995 # Worse, since 9x/ME are not pre-emptively multitasking,
5996 # you end up with a "frozen" computer, even though with patience
5997 # the test eventually succeeds (with a max line length of 256k).
5998 # Instead, let's just punt: use the minimum linelength reported by
5999 # all of the supported platforms: 8192 (on NT/2K/XP).
6000 lt_cv_sys_max_cmd_len=8192;
6001 ;;
5464f5a1 6002
3725885a
RW
6003 mint*)
6004 # On MiNT this can take a long time and run out of memory.
6005 lt_cv_sys_max_cmd_len=8192;
6006 ;;
6007
cfbc9945
SE
6008 amigaos*)
6009 # On AmigaOS with pdksh, this test takes hours, literally.
6010 # So we just punt and use a minimum line length of 8192.
6011 lt_cv_sys_max_cmd_len=8192;
6012 ;;
5464f5a1 6013
cfbc9945
SE
6014 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6015 # This has been around since 386BSD, at least. Likely further.
6016 if test -x /sbin/sysctl; then
6017 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6018 elif test -x /usr/sbin/sysctl; then
6019 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6020 else
d7040cdb 6021 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
cfbc9945
SE
6022 fi
6023 # And add a safety zone
6024 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6025 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6026 ;;
d7040cdb
SE
6027
6028 interix*)
6029 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6030 lt_cv_sys_max_cmd_len=196608
6031 ;;
6032
6033 osf*)
6034 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6035 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6036 # nice to cause kernel panics so lets avoid the loop below.
6037 # First set a reasonable default.
6038 lt_cv_sys_max_cmd_len=16384
6039 #
6040 if test -x /sbin/sysconfig; then
6041 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6042 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6043 esac
6044 fi
6045 ;;
6046 sco3.2v5*)
6047 lt_cv_sys_max_cmd_len=102400
6048 ;;
6049 sysv5* | sco5v6* | sysv4.2uw2*)
6050 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6051 if test -n "$kargmax"; then
6052 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6053 else
6054 lt_cv_sys_max_cmd_len=32768
6055 fi
6056 ;;
6057 *)
718a6fd8
SE
6058 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6059 if test -n "$lt_cv_sys_max_cmd_len"; then
79887925
L
6060 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6061 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6062 else
6063 # Make teststring a little bigger before we do anything with it.
6064 # a 1K string should be a reasonable start.
6065 for i in 1 2 3 4 5 6 7 8 ; do
6066 teststring=$teststring$teststring
6067 done
6068 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6069 # If test is not a shell built-in, we'll probably end up computing a
6070 # maximum length that is only half of the actual maximum length, but
6071 # we can't tell.
3725885a
RW
6072 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6073 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
79887925
L
6074 test $i != 17 # 1/2 MB should be enough
6075 do
6076 i=`expr $i + 1`
6077 teststring=$teststring$teststring
6078 done
6079 # Only check the string length outside the loop.
6080 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6081 teststring=
6082 # Add a significant safety factor because C++ compilers can tack on
6083 # massive amounts of additional arguments before passing them to the
6084 # linker. It appears as though 1/2 is a usable value.
6085 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6086 fi
d7040cdb 6087 ;;
cfbc9945 6088 esac
5464f5a1 6089
252b5132 6090fi
cfbc9945 6091
d7040cdb 6092if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
6093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6094$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5464f5a1 6095else
81ecdfbb
RW
6096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6097$as_echo "none" >&6; }
5464f5a1 6098fi
d7040cdb 6099max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 6100
cfbc9945 6101
252b5132 6102
cfbc9945 6103
cfbc9945 6104
d7040cdb 6105
d7040cdb
SE
6106: ${CP="cp -f"}
6107: ${MV="mv -f"}
6108: ${RM="rm -f"}
6109
81ecdfbb
RW
6110{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6111$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
6112# Try some XSI features
6113xsi_shell=no
6114( _lt_dummy="a/b/c"
6115 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
718a6fd8
SE
6116 = c,a/b,, \
6117 && eval 'test $(( 1 + 1 )) -eq 2 \
6118 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 6119 && xsi_shell=yes
81ecdfbb
RW
6120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6121$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
6122
6123
81ecdfbb
RW
6124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6125$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
6126lt_shell_append=no
6127( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6128 >/dev/null 2>&1 \
6129 && lt_shell_append=yes
81ecdfbb
RW
6130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6131$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
6132
6133
6134if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6135 lt_unset=unset
5464f5a1 6136else
d7040cdb 6137 lt_unset=false
5464f5a1 6138fi
252b5132 6139
d7040cdb
SE
6140
6141
6142
6143
6144# test EBCDIC or ASCII
6145case `echo X|tr X '\101'` in
6146 A) # ASCII based system
6147 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6148 lt_SP2NL='tr \040 \012'
6149 lt_NL2SP='tr \015\012 \040\040'
6150 ;;
6151 *) # EBCDIC based system
6152 lt_SP2NL='tr \100 \n'
6153 lt_NL2SP='tr \r\n \100\100'
6154 ;;
6155esac
6156
6157
6158
6159
6160
6161
6162
6163
6164
81ecdfbb
RW
6165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6166$as_echo_n "checking for $LD option to reload object files... " >&6; }
6167if test "${lt_cv_ld_reload_flag+set}" = set; then :
6168 $as_echo_n "(cached) " >&6
5464f5a1 6169else
d7040cdb
SE
6170 lt_cv_ld_reload_flag='-r'
6171fi
81ecdfbb
RW
6172{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6173$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
6174reload_flag=$lt_cv_ld_reload_flag
6175case $reload_flag in
6176"" | " "*) ;;
6177*) reload_flag=" $reload_flag" ;;
6178esac
6179reload_cmds='$LD$reload_flag -o $output$reload_objs'
6180case $host_os in
6181 darwin*)
6182 if test "$GCC" = yes; then
6183 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6184 else
6185 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6186 fi
6187 ;;
6188esac
6189
6190
6191
6192
6193
6194
6195
6196
6197
718a6fd8
SE
6198if test -n "$ac_tool_prefix"; then
6199 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6200set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
6201{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6202$as_echo_n "checking for $ac_word... " >&6; }
6203if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6204 $as_echo_n "(cached) " >&6
718a6fd8
SE
6205else
6206 if test -n "$OBJDUMP"; then
6207 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6208else
6209as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6210for as_dir in $PATH
6211do
6212 IFS=$as_save_IFS
6213 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6214 for ac_exec_ext in '' $ac_executable_extensions; do
6215 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6216 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 6217 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6218 break 2
6219 fi
6220done
81ecdfbb
RW
6221 done
6222IFS=$as_save_IFS
718a6fd8
SE
6223
6224fi
6225fi
6226OBJDUMP=$ac_cv_prog_OBJDUMP
6227if test -n "$OBJDUMP"; then
81ecdfbb
RW
6228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6229$as_echo "$OBJDUMP" >&6; }
718a6fd8 6230else
81ecdfbb
RW
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6232$as_echo "no" >&6; }
718a6fd8
SE
6233fi
6234
81ecdfbb 6235
718a6fd8
SE
6236fi
6237if test -z "$ac_cv_prog_OBJDUMP"; then
6238 ac_ct_OBJDUMP=$OBJDUMP
6239 # Extract the first word of "objdump", so it can be a program name with args.
6240set dummy objdump; ac_word=$2
81ecdfbb
RW
6241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6242$as_echo_n "checking for $ac_word... " >&6; }
6243if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6244 $as_echo_n "(cached) " >&6
718a6fd8
SE
6245else
6246 if test -n "$ac_ct_OBJDUMP"; then
6247 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6248else
6249as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6250for as_dir in $PATH
6251do
6252 IFS=$as_save_IFS
6253 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6254 for ac_exec_ext in '' $ac_executable_extensions; do
6255 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6256 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6257 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6258 break 2
6259 fi
6260done
81ecdfbb
RW
6261 done
6262IFS=$as_save_IFS
718a6fd8 6263
718a6fd8
SE
6264fi
6265fi
6266ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6267if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6269$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6270else
81ecdfbb
RW
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6272$as_echo "no" >&6; }
718a6fd8
SE
6273fi
6274
81ecdfbb
RW
6275 if test "x$ac_ct_OBJDUMP" = x; then
6276 OBJDUMP="false"
6277 else
6278 case $cross_compiling:$ac_tool_warned in
6279yes:)
6280{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6281$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6282ac_tool_warned=yes ;;
6283esac
6284 OBJDUMP=$ac_ct_OBJDUMP
6285 fi
718a6fd8
SE
6286else
6287 OBJDUMP="$ac_cv_prog_OBJDUMP"
6288fi
6289
6290test -z "$OBJDUMP" && OBJDUMP=objdump
6291
6292
6293
6294
6295
6296
6297
6298
d7040cdb 6299
81ecdfbb
RW
6300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6301$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6302if test "${lt_cv_deplibs_check_method+set}" = set; then :
6303 $as_echo_n "(cached) " >&6
d7040cdb
SE
6304else
6305 lt_cv_file_magic_cmd='$MAGIC_CMD'
6306lt_cv_file_magic_test_file=
6307lt_cv_deplibs_check_method='unknown'
6308# Need to set the preceding variable on all platforms that support
6309# interlibrary dependencies.
6310# 'none' -- dependencies not supported.
6311# `unknown' -- same as none, but documents that we really don't know.
6312# 'pass_all' -- all dependencies passed with no checks.
6313# 'test_compile' -- check by making test program.
6314# 'file_magic [[regex]]' -- check by looking for files in library path
6315# which responds to the $file_magic_cmd with a given extended regex.
6316# If you have `file' or equivalent on your system and you're not sure
6317# whether `pass_all' will *always* work, you probably want this one.
6318
6319case $host_os in
e81819a5 6320aix[4-9]*)
d7040cdb
SE
6321 lt_cv_deplibs_check_method=pass_all
6322 ;;
6323
6324beos*)
6325 lt_cv_deplibs_check_method=pass_all
6326 ;;
6327
6328bsdi[45]*)
6329 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6330 lt_cv_file_magic_cmd='/usr/bin/file -L'
6331 lt_cv_file_magic_test_file=/shlib/libc.so
6332 ;;
6333
6334cygwin*)
6335 # func_win32_libid is a shell function defined in ltmain.sh
6336 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6337 lt_cv_file_magic_cmd='func_win32_libid'
6338 ;;
6339
6340mingw* | pw32*)
6341 # Base MSYS/MinGW do not provide the 'file' command needed by
6342 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6343 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6344 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6345 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
6346 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6347 lt_cv_file_magic_cmd='func_win32_libid'
6348 else
6349 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6350 lt_cv_file_magic_cmd='$OBJDUMP -f'
6351 fi
6352 ;;
6353
3725885a 6354cegcc*)
718a6fd8
SE
6355 # use the weaker test based on 'objdump'. See mingw*.
6356 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6357 lt_cv_file_magic_cmd='$OBJDUMP -f'
6358 ;;
6359
d7040cdb
SE
6360darwin* | rhapsody*)
6361 lt_cv_deplibs_check_method=pass_all
cfbc9945 6362 ;;
d7040cdb
SE
6363
6364freebsd* | dragonfly*)
6365 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6366 case $host_cpu in
6367 i*86 )
6368 # Not sure whether the presence of OpenBSD here was a mistake.
6369 # Let's accept both of them until this is cleared up.
6370 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6371 lt_cv_file_magic_cmd=/usr/bin/file
6372 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6373 ;;
6374 esac
6375 else
6376 lt_cv_deplibs_check_method=pass_all
6377 fi
6378 ;;
6379
6380gnu*)
6381 lt_cv_deplibs_check_method=pass_all
cfbc9945 6382 ;;
d7040cdb 6383
3725885a
RW
6384haiku*)
6385 lt_cv_deplibs_check_method=pass_all
6386 ;;
6387
d7040cdb
SE
6388hpux10.20* | hpux11*)
6389 lt_cv_file_magic_cmd=/usr/bin/file
6390 case $host_cpu in
6391 ia64*)
6392 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6393 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6394 ;;
6395 hppa*64*)
3725885a 6396 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
d7040cdb
SE
6397 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6398 ;;
cfbc9945 6399 *)
3725885a 6400 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6401 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6402 ;;
6403 esac
6404 ;;
6be7c12c 6405
d7040cdb
SE
6406interix[3-9]*)
6407 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6408 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6409 ;;
cfbc9945 6410
d7040cdb
SE
6411irix5* | irix6* | nonstopux*)
6412 case $LD in
6413 *-32|*"-32 ") libmagic=32-bit;;
6414 *-n32|*"-n32 ") libmagic=N32;;
6415 *-64|*"-64 ") libmagic=64-bit;;
6416 *) libmagic=never-match;;
6417 esac
6418 lt_cv_deplibs_check_method=pass_all
cfbc9945 6419 ;;
cfbc9945 6420
d7040cdb 6421# This must be Linux ELF.
58e24671 6422linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6423 lt_cv_deplibs_check_method=pass_all
6424 ;;
5464f5a1 6425
d7040cdb
SE
6426netbsd*)
6427 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6428 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
cfbc9945 6429 else
d7040cdb 6430 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
cfbc9945 6431 fi
d7040cdb
SE
6432 ;;
6433
6434newos6*)
6435 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6436 lt_cv_file_magic_cmd=/usr/bin/file
6437 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6438 ;;
6439
6440*nto* | *qnx*)
6441 lt_cv_deplibs_check_method=pass_all
6442 ;;
cfbc9945 6443
d7040cdb
SE
6444openbsd*)
6445 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6446 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6447 else
6448 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
cfbc9945
SE
6449 fi
6450 ;;
d7040cdb
SE
6451
6452osf3* | osf4* | osf5*)
6453 lt_cv_deplibs_check_method=pass_all
6454 ;;
6455
6456rdos*)
6457 lt_cv_deplibs_check_method=pass_all
6458 ;;
6459
6460solaris*)
6461 lt_cv_deplibs_check_method=pass_all
6462 ;;
6463
6464sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6465 lt_cv_deplibs_check_method=pass_all
6466 ;;
6467
6468sysv4 | sysv4.3*)
6469 case $host_vendor in
6470 motorola)
6471 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
6472 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6473 ;;
6474 ncr)
6475 lt_cv_deplibs_check_method=pass_all
6476 ;;
6477 sequent)
6478 lt_cv_file_magic_cmd='/bin/file'
6479 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6480 ;;
6481 sni)
6482 lt_cv_file_magic_cmd='/bin/file'
6483 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6484 lt_cv_file_magic_test_file=/lib/libc.so
6485 ;;
6486 siemens)
6487 lt_cv_deplibs_check_method=pass_all
6488 ;;
6489 pc)
6490 lt_cv_deplibs_check_method=pass_all
6491 ;;
6492 esac
6493 ;;
6494
6495tpf*)
6496 lt_cv_deplibs_check_method=pass_all
6497 ;;
cfbc9945
SE
6498esac
6499
d7040cdb 6500fi
81ecdfbb
RW
6501{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6502$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6503file_magic_cmd=$lt_cv_file_magic_cmd
6504deplibs_check_method=$lt_cv_deplibs_check_method
6505test -z "$deplibs_check_method" && deplibs_check_method=unknown
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
cfbc9945 6518if test -n "$ac_tool_prefix"; then
d7040cdb
SE
6519 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6520set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6522$as_echo_n "checking for $ac_word... " >&6; }
6523if test "${ac_cv_prog_AR+set}" = set; then :
6524 $as_echo_n "(cached) " >&6
5464f5a1 6525else
d7040cdb
SE
6526 if test -n "$AR"; then
6527 ac_cv_prog_AR="$AR" # Let the user override the test.
5464f5a1
NN
6528else
6529as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6530for as_dir in $PATH
6531do
6532 IFS=$as_save_IFS
6533 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6534 for ac_exec_ext in '' $ac_executable_extensions; do
6535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6536 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6538 break 2
6539 fi
6540done
81ecdfbb
RW
6541 done
6542IFS=$as_save_IFS
5464f5a1
NN
6543
6544fi
6545fi
d7040cdb
SE
6546AR=$ac_cv_prog_AR
6547if test -n "$AR"; then
81ecdfbb
RW
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6549$as_echo "$AR" >&6; }
5464f5a1 6550else
81ecdfbb
RW
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6552$as_echo "no" >&6; }
5464f5a1
NN
6553fi
6554
81ecdfbb 6555
5464f5a1 6556fi
d7040cdb
SE
6557if test -z "$ac_cv_prog_AR"; then
6558 ac_ct_AR=$AR
6559 # Extract the first word of "ar", so it can be a program name with args.
6560set dummy ar; ac_word=$2
81ecdfbb
RW
6561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6562$as_echo_n "checking for $ac_word... " >&6; }
6563if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6564 $as_echo_n "(cached) " >&6
252b5132 6565else
d7040cdb
SE
6566 if test -n "$ac_ct_AR"; then
6567 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
252b5132 6568else
5464f5a1
NN
6569as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6570for as_dir in $PATH
6571do
6572 IFS=$as_save_IFS
6573 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6574 for ac_exec_ext in '' $ac_executable_extensions; do
6575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6576 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6578 break 2
6579 fi
6580done
81ecdfbb
RW
6581 done
6582IFS=$as_save_IFS
5464f5a1 6583
5464f5a1
NN
6584fi
6585fi
d7040cdb
SE
6586ac_ct_AR=$ac_cv_prog_ac_ct_AR
6587if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6589$as_echo "$ac_ct_AR" >&6; }
d7040cdb 6590else
81ecdfbb
RW
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6592$as_echo "no" >&6; }
5464f5a1
NN
6593fi
6594
81ecdfbb
RW
6595 if test "x$ac_ct_AR" = x; then
6596 AR="false"
6597 else
6598 case $cross_compiling:$ac_tool_warned in
6599yes:)
6600{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6601$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6602ac_tool_warned=yes ;;
6603esac
6604 AR=$ac_ct_AR
6605 fi
cfbc9945 6606else
d7040cdb 6607 AR="$ac_cv_prog_AR"
5464f5a1 6608fi
cfbc9945 6609
d7040cdb
SE
6610test -z "$AR" && AR=ar
6611test -z "$AR_FLAGS" && AR_FLAGS=cru
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
cfbc9945
SE
6623if test -n "$ac_tool_prefix"; then
6624 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6625set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6627$as_echo_n "checking for $ac_word... " >&6; }
6628if test "${ac_cv_prog_STRIP+set}" = set; then :
6629 $as_echo_n "(cached) " >&6
5464f5a1 6630else
cfbc9945
SE
6631 if test -n "$STRIP"; then
6632 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5464f5a1
NN
6633else
6634as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6635for as_dir in $PATH
6636do
6637 IFS=$as_save_IFS
6638 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6639 for ac_exec_ext in '' $ac_executable_extensions; do
6640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 6641 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6643 break 2
6644 fi
6645done
81ecdfbb
RW
6646 done
6647IFS=$as_save_IFS
5464f5a1
NN
6648
6649fi
6650fi
cfbc9945
SE
6651STRIP=$ac_cv_prog_STRIP
6652if test -n "$STRIP"; then
81ecdfbb
RW
6653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6654$as_echo "$STRIP" >&6; }
5464f5a1 6655else
81ecdfbb
RW
6656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6657$as_echo "no" >&6; }
5464f5a1
NN
6658fi
6659
81ecdfbb 6660
252b5132 6661fi
cfbc9945
SE
6662if test -z "$ac_cv_prog_STRIP"; then
6663 ac_ct_STRIP=$STRIP
6664 # Extract the first word of "strip", so it can be a program name with args.
6665set dummy strip; ac_word=$2
81ecdfbb
RW
6666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6667$as_echo_n "checking for $ac_word... " >&6; }
6668if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6669 $as_echo_n "(cached) " >&6
5464f5a1 6670else
cfbc9945
SE
6671 if test -n "$ac_ct_STRIP"; then
6672 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5464f5a1
NN
6673else
6674as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6675for as_dir in $PATH
6676do
6677 IFS=$as_save_IFS
6678 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6679 for ac_exec_ext in '' $ac_executable_extensions; do
6680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 6681 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6683 break 2
6684 fi
6685done
81ecdfbb
RW
6686 done
6687IFS=$as_save_IFS
5464f5a1
NN
6688
6689fi
6690fi
cfbc9945
SE
6691ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6692if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6694$as_echo "$ac_ct_STRIP" >&6; }
5464f5a1 6695else
81ecdfbb
RW
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6697$as_echo "no" >&6; }
5464f5a1
NN
6698fi
6699
81ecdfbb
RW
6700 if test "x$ac_ct_STRIP" = x; then
6701 STRIP=":"
6702 else
6703 case $cross_compiling:$ac_tool_warned in
6704yes:)
6705{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6706$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6707ac_tool_warned=yes ;;
6708esac
6709 STRIP=$ac_ct_STRIP
6710 fi
cfbc9945
SE
6711else
6712 STRIP="$ac_cv_prog_STRIP"
5464f5a1
NN
6713fi
6714
d7040cdb 6715test -z "$STRIP" && STRIP=:
5464f5a1 6716
cfbc9945
SE
6717
6718
cfbc9945 6719
cfbc9945
SE
6720
6721
d7040cdb
SE
6722if test -n "$ac_tool_prefix"; then
6723 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6724set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6726$as_echo_n "checking for $ac_word... " >&6; }
6727if test "${ac_cv_prog_RANLIB+set}" = set; then :
6728 $as_echo_n "(cached) " >&6
cfbc9945 6729else
d7040cdb
SE
6730 if test -n "$RANLIB"; then
6731 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6732else
6733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6734for as_dir in $PATH
6735do
6736 IFS=$as_save_IFS
6737 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6738 for ac_exec_ext in '' $ac_executable_extensions; do
6739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6740 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6742 break 2
cfbc9945 6743 fi
d7040cdb 6744done
81ecdfbb
RW
6745 done
6746IFS=$as_save_IFS
cfbc9945 6747
d7040cdb
SE
6748fi
6749fi
6750RANLIB=$ac_cv_prog_RANLIB
6751if test -n "$RANLIB"; then
81ecdfbb
RW
6752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6753$as_echo "$RANLIB" >&6; }
d7040cdb 6754else
81ecdfbb
RW
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6756$as_echo "no" >&6; }
d7040cdb 6757fi
cfbc9945 6758
81ecdfbb 6759
d7040cdb
SE
6760fi
6761if test -z "$ac_cv_prog_RANLIB"; then
6762 ac_ct_RANLIB=$RANLIB
6763 # Extract the first word of "ranlib", so it can be a program name with args.
6764set dummy ranlib; ac_word=$2
81ecdfbb
RW
6765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6766$as_echo_n "checking for $ac_word... " >&6; }
6767if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6768 $as_echo_n "(cached) " >&6
d7040cdb
SE
6769else
6770 if test -n "$ac_ct_RANLIB"; then
6771 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6772else
6773as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6774for as_dir in $PATH
6775do
6776 IFS=$as_save_IFS
6777 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6778 for ac_exec_ext in '' $ac_executable_extensions; do
6779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6780 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6782 break 2
cfbc9945 6783 fi
d7040cdb 6784done
81ecdfbb
RW
6785 done
6786IFS=$as_save_IFS
cfbc9945 6787
d7040cdb
SE
6788fi
6789fi
6790ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6791if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6793$as_echo "$ac_ct_RANLIB" >&6; }
cfbc9945 6794else
81ecdfbb
RW
6795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6796$as_echo "no" >&6; }
d7040cdb 6797fi
5464f5a1 6798
81ecdfbb
RW
6799 if test "x$ac_ct_RANLIB" = x; then
6800 RANLIB=":"
6801 else
6802 case $cross_compiling:$ac_tool_warned in
6803yes:)
6804{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6805$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6806ac_tool_warned=yes ;;
6807esac
6808 RANLIB=$ac_ct_RANLIB
6809 fi
d7040cdb
SE
6810else
6811 RANLIB="$ac_cv_prog_RANLIB"
6812fi
5464f5a1 6813
d7040cdb 6814test -z "$RANLIB" && RANLIB=:
5464f5a1 6815
5464f5a1 6816
5464f5a1 6817
cfbc9945 6818
cfbc9945 6819
d7040cdb
SE
6820
6821# Determine commands to create old-style static archives.
718a6fd8 6822old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6823old_postinstall_cmds='chmod 644 $oldlib'
6824old_postuninstall_cmds=
6825
6826if test -n "$RANLIB"; then
6827 case $host_os in
6828 openbsd*)
6829 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6830 ;;
6831 *)
6832 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6833 ;;
6834 esac
6835 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
cfbc9945 6836fi
cfbc9945 6837
3725885a
RW
6838case $host_os in
6839 darwin*)
6840 lock_old_archive_extraction=yes ;;
6841 *)
6842 lock_old_archive_extraction=no ;;
6843esac
6844
6845
6846
6847
6848
6849
cfbc9945 6850
cfbc9945
SE
6851
6852
cfbc9945 6853
cfbc9945 6854
cfbc9945 6855
cfbc9945 6856
cfbc9945
SE
6857
6858
cfbc9945 6859
cfbc9945 6860
cfbc9945
SE
6861
6862
6863
6864
6865
6866
6867
5464f5a1 6868
5464f5a1 6869
cfbc9945
SE
6870
6871
6872
5464f5a1 6873
5464f5a1 6874
cfbc9945
SE
6875
6876
6877
5464f5a1 6878
cfbc9945
SE
6879
6880
6881
6882
d7040cdb
SE
6883# If no C compiler was specified, use CC.
6884LTCC=${LTCC-"$CC"}
cfbc9945 6885
d7040cdb
SE
6886# If no C compiler flags were specified, use CFLAGS.
6887LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
cfbc9945 6888
d7040cdb
SE
6889# Allow CC to be a program name with arguments.
6890compiler=$CC
cfbc9945 6891
cfbc9945 6892
d7040cdb 6893# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6895$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6896if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6897 $as_echo_n "(cached) " >&6
d7040cdb 6898else
5464f5a1 6899
d7040cdb
SE
6900# These are sane defaults that work on at least a few old systems.
6901# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5464f5a1 6902
d7040cdb
SE
6903# Character class describing NM global symbol codes.
6904symcode='[BCDEGRST]'
6905
6906# Regexp to match symbols that can be accessed directly from C.
6907sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6908
6909# Define system-specific variables.
6910case $host_os in
6911aix*)
6912 symcode='[BCDT]'
6913 ;;
718a6fd8 6914cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6915 symcode='[ABCDGISTW]'
6916 ;;
6917hpux*)
6918 if test "$host_cpu" = ia64; then
6919 symcode='[ABCDEGRST]'
6920 fi
6921 ;;
6922irix* | nonstopux*)
6923 symcode='[BCDEGRST]'
6924 ;;
6925osf*)
6926 symcode='[BCDEGQRST]'
6927 ;;
6928solaris*)
6929 symcode='[BDRT]'
6930 ;;
6931sco3.2v5*)
6932 symcode='[DT]'
6933 ;;
6934sysv4.2uw2*)
6935 symcode='[DT]'
6936 ;;
6937sysv5* | sco5v6* | unixware* | OpenUNIX*)
6938 symcode='[ABDT]'
6939 ;;
6940sysv4)
6941 symcode='[DFNSTU]'
6942 ;;
cfbc9945 6943esac
5464f5a1 6944
d7040cdb
SE
6945# If we're using GNU nm, then use its standard symbol codes.
6946case `$NM -V 2>&1` in
6947*GNU* | *'with BFD'*)
6948 symcode='[ABCDGIRSTW]' ;;
6949esac
5464f5a1 6950
d7040cdb
SE
6951# Transform an extracted symbol line into a proper C declaration.
6952# Some systems (esp. on ia64) link data and code symbols differently,
6953# so use this general approach.
6954lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5464f5a1 6955
d7040cdb
SE
6956# Transform an extracted symbol line into symbol name and symbol address
6957lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
718a6fd8 6958lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
5464f5a1 6959
d7040cdb
SE
6960# Handle CRLF in mingw tool chain
6961opt_cr=
6962case $build_os in
6963mingw*)
6964 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6965 ;;
6966esac
5464f5a1 6967
d7040cdb
SE
6968# Try without a prefix underscore, then with it.
6969for ac_symprfx in "" "_"; do
6970
6971 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6972 symxfrm="\\1 $ac_symprfx\\2 \\2"
6973
6974 # Write the raw and C identifiers.
6975 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6976 # Fake it for dumpbin and say T for any non-static function
6977 # and D for any global variable.
6978 # Also find C++ and __fastcall symbols from MSVC++,
6979 # which start with @ or ?.
6980 lt_cv_sys_global_symbol_pipe="$AWK '"\
6981" {last_section=section; section=\$ 3};"\
6982" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6983" \$ 0!~/External *\|/{next};"\
6984" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6985" {if(hide[section]) next};"\
6986" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6987" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6988" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6989" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6990" ' prfx=^$ac_symprfx"
6991 else
6992 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6993 fi
cfbc9945 6994
d7040cdb
SE
6995 # Check to see that the pipe works correctly.
6996 pipe_works=no
cfbc9945 6997
d7040cdb
SE
6998 rm -f conftest*
6999 cat > conftest.$ac_ext <<_LT_EOF
7000#ifdef __cplusplus
7001extern "C" {
7002#endif
7003char nm_test_var;
7004void nm_test_func(void);
7005void nm_test_func(void){}
7006#ifdef __cplusplus
7007}
7008#endif
7009int main(){nm_test_var='a';nm_test_func();return(0);}
7010_LT_EOF
cfbc9945 7011
81ecdfbb 7012 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7013 (eval $ac_compile) 2>&5
7014 ac_status=$?
81ecdfbb
RW
7015 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7016 test $ac_status = 0; }; then
d7040cdb
SE
7017 # Now try to grab the symbols.
7018 nlist=conftest.nm
3725885a
RW
7019 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7020 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
d7040cdb 7021 ac_status=$?
81ecdfbb
RW
7022 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7023 test $ac_status = 0; } && test -s "$nlist"; then
d7040cdb
SE
7024 # Try sorting and uniquifying the output.
7025 if sort "$nlist" | uniq > "$nlist"T; then
7026 mv -f "$nlist"T "$nlist"
7027 else
7028 rm -f "$nlist"T
7029 fi
cfbc9945 7030
d7040cdb
SE
7031 # Make sure that we snagged all the symbols we need.
7032 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7033 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7034 cat <<_LT_EOF > conftest.$ac_ext
7035#ifdef __cplusplus
7036extern "C" {
7037#endif
cfbc9945 7038
d7040cdb
SE
7039_LT_EOF
7040 # Now generate the symbol file.
7041 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5464f5a1 7042
d7040cdb 7043 cat <<_LT_EOF >> conftest.$ac_ext
cfbc9945 7044
d7040cdb
SE
7045/* The mapping between symbol names and symbols. */
7046const struct {
7047 const char *name;
7048 void *address;
7049}
7050lt__PROGRAM__LTX_preloaded_symbols[] =
7051{
7052 { "@PROGRAM@", (void *) 0 },
7053_LT_EOF
7054 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7055 cat <<\_LT_EOF >> conftest.$ac_ext
7056 {0, (void *) 0}
7057};
7058
7059/* This works around a problem in FreeBSD linker */
7060#ifdef FREEBSD_WORKAROUND
7061static const void *lt_preloaded_setup() {
7062 return lt__PROGRAM__LTX_preloaded_symbols;
7063}
7064#endif
cfbc9945 7065
d7040cdb
SE
7066#ifdef __cplusplus
7067}
7068#endif
7069_LT_EOF
7070 # Now try linking the two files.
7071 mv conftest.$ac_objext conftstm.$ac_objext
7072 lt_save_LIBS="$LIBS"
7073 lt_save_CFLAGS="$CFLAGS"
7074 LIBS="conftstm.$ac_objext"
7075 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 7076 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
7077 (eval $ac_link) 2>&5
7078 ac_status=$?
81ecdfbb
RW
7079 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7080 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
d7040cdb
SE
7081 pipe_works=yes
7082 fi
7083 LIBS="$lt_save_LIBS"
7084 CFLAGS="$lt_save_CFLAGS"
7085 else
7086 echo "cannot find nm_test_func in $nlist" >&5
7087 fi
7088 else
7089 echo "cannot find nm_test_var in $nlist" >&5
7090 fi
7091 else
7092 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7093 fi
7094 else
7095 echo "$progname: failed program was:" >&5
7096 cat conftest.$ac_ext >&5
7097 fi
718a6fd8 7098 rm -rf conftest* conftst*
cfbc9945 7099
d7040cdb
SE
7100 # Do not use the global_symbol_pipe unless it works.
7101 if test "$pipe_works" = yes; then
7102 break
7103 else
7104 lt_cv_sys_global_symbol_pipe=
7105 fi
7106done
cfbc9945 7107
252b5132 7108fi
5464f5a1 7109
d7040cdb
SE
7110if test -z "$lt_cv_sys_global_symbol_pipe"; then
7111 lt_cv_sys_global_symbol_to_cdecl=
7112fi
7113if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
7114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7115$as_echo "failed" >&6; }
b3baf5d0 7116else
81ecdfbb
RW
7117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7118$as_echo "ok" >&6; }
d7040cdb 7119fi
5464f5a1 7120
cfbc9945 7121
b3baf5d0 7122
cfbc9945
SE
7123
7124
7125
7126
5464f5a1 7127
4a2a2686
HPN
7128
7129
7130
cfbc9945
SE
7131
7132
cfbc9945 7133
cfbc9945 7134
718a6fd8
SE
7135
7136
7137
7138
7139
9d7cbccd 7140
20e95c23 7141
81ecdfbb
RW
7142# Check whether --enable-libtool-lock was given.
7143if test "${enable_libtool_lock+set}" = set; then :
7144 enableval=$enable_libtool_lock;
7145fi
20e95c23 7146
d7040cdb 7147test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
20e95c23 7148
d7040cdb
SE
7149# Some flags need to be propagated to the compiler or linker for good
7150# libtool support.
7151case $host in
7152ia64-*-hpux*)
7153 # Find out which ABI we are using.
7154 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7155 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7156 (eval $ac_compile) 2>&5
7157 ac_status=$?
81ecdfbb
RW
7158 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7159 test $ac_status = 0; }; then
d7040cdb
SE
7160 case `/usr/bin/file conftest.$ac_objext` in
7161 *ELF-32*)
7162 HPUX_IA64_MODE="32"
7163 ;;
7164 *ELF-64*)
7165 HPUX_IA64_MODE="64"
7166 ;;
20e95c23 7167 esac
d7040cdb
SE
7168 fi
7169 rm -rf conftest*
7170 ;;
7171*-*-irix6*)
7172 # Find out which ABI we are using.
3725885a 7173 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 7174 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7175 (eval $ac_compile) 2>&5
7176 ac_status=$?
81ecdfbb
RW
7177 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7178 test $ac_status = 0; }; then
d7040cdb
SE
7179 if test "$lt_cv_prog_gnu_ld" = yes; then
7180 case `/usr/bin/file conftest.$ac_objext` in
7181 *32-bit*)
7182 LD="${LD-ld} -melf32bsmip"
7183 ;;
7184 *N32*)
7185 LD="${LD-ld} -melf32bmipn32"
7186 ;;
7187 *64-bit*)
7188 LD="${LD-ld} -melf64bmip"
7189 ;;
7190 esac
20e95c23 7191 else
d7040cdb
SE
7192 case `/usr/bin/file conftest.$ac_objext` in
7193 *32-bit*)
7194 LD="${LD-ld} -32"
7195 ;;
7196 *N32*)
7197 LD="${LD-ld} -n32"
7198 ;;
7199 *64-bit*)
7200 LD="${LD-ld} -64"
7201 ;;
20e95c23
DJ
7202 esac
7203 fi
d7040cdb
SE
7204 fi
7205 rm -rf conftest*
7206 ;;
20e95c23 7207
d7040cdb
SE
7208x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7209s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7210 # Find out which ABI we are using.
7211 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7212 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7213 (eval $ac_compile) 2>&5
7214 ac_status=$?
81ecdfbb
RW
7215 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7216 test $ac_status = 0; }; then
d7040cdb
SE
7217 case `/usr/bin/file conftest.o` in
7218 *32-bit*)
7219 case $host in
7220 x86_64-*kfreebsd*-gnu)
7221 LD="${LD-ld} -m elf_i386_fbsd"
7222 ;;
7223 x86_64-*linux*)
7224 LD="${LD-ld} -m elf_i386"
7225 ;;
7226 ppc64-*linux*|powerpc64-*linux*)
7227 LD="${LD-ld} -m elf32ppclinux"
7228 ;;
7229 s390x-*linux*)
7230 LD="${LD-ld} -m elf_s390"
7231 ;;
7232 sparc64-*linux*)
7233 LD="${LD-ld} -m elf32_sparc"
7234 ;;
7235 esac
7236 ;;
7237 *64-bit*)
7238 case $host in
7239 x86_64-*kfreebsd*-gnu)
7240 LD="${LD-ld} -m elf_x86_64_fbsd"
7241 ;;
7242 x86_64-*linux*)
7243 LD="${LD-ld} -m elf_x86_64"
7244 ;;
7245 ppc*-*linux*|powerpc*-*linux*)
7246 LD="${LD-ld} -m elf64ppc"
7247 ;;
7248 s390*-*linux*|s390*-*tpf*)
7249 LD="${LD-ld} -m elf64_s390"
7250 ;;
7251 sparc*-*linux*)
7252 LD="${LD-ld} -m elf64_sparc"
7253 ;;
7254 esac
7255 ;;
20e95c23
DJ
7256 esac
7257 fi
d7040cdb 7258 rm -rf conftest*
7357c5b6 7259 ;;
d7040cdb 7260
7357c5b6
AM
7261*-*-sco3.2v5*)
7262 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7263 SAVE_CFLAGS="$CFLAGS"
7264 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7266$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7267if test "${lt_cv_cc_needs_belf+set}" = set; then :
7268 $as_echo_n "(cached) " >&6
d7040cdb 7269else
7357c5b6
AM
7270 ac_ext=c
7271ac_cpp='$CPP $CPPFLAGS'
7272ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7273ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7274ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7275
81ecdfbb 7276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 7277/* end confdefs.h. */
d7040cdb 7278
d7040cdb
SE
7279int
7280main ()
7281{
7357c5b6
AM
7282
7283 ;
7284 return 0;
d7040cdb
SE
7285}
7286_ACEOF
81ecdfbb 7287if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7288 lt_cv_cc_needs_belf=yes
d7040cdb 7289else
81ecdfbb 7290 lt_cv_cc_needs_belf=no
d7040cdb 7291fi
81ecdfbb
RW
7292rm -f core conftest.err conftest.$ac_objext \
7293 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7294 ac_ext=c
7295ac_cpp='$CPP $CPPFLAGS'
7296ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7297ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7298ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
7299
7300fi
81ecdfbb
RW
7301{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7302$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
7303 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7304 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7305 CFLAGS="$SAVE_CFLAGS"
7306 fi
7307 ;;
7308sparc*-*solaris*)
7309 # Find out which ABI we are using.
7310 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7311 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7312 (eval $ac_compile) 2>&5
7313 ac_status=$?
81ecdfbb
RW
7314 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7315 test $ac_status = 0; }; then
7357c5b6
AM
7316 case `/usr/bin/file conftest.o` in
7317 *64-bit*)
7318 case $lt_cv_prog_gnu_ld in
7319 yes*) LD="${LD-ld} -m elf64_sparc" ;;
718a6fd8
SE
7320 *)
7321 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7322 LD="${LD-ld} -64"
7323 fi
7324 ;;
7357c5b6
AM
7325 esac
7326 ;;
7327 esac
7328 fi
7329 rm -rf conftest*
7330 ;;
7331esac
d7040cdb 7332
7357c5b6 7333need_locks="$enable_libtool_lock"
d7040cdb
SE
7334
7335
718a6fd8
SE
7336 case $host_os in
7337 rhapsody* | darwin*)
7338 if test -n "$ac_tool_prefix"; then
7339 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7340set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7342$as_echo_n "checking for $ac_word... " >&6; }
7343if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7344 $as_echo_n "(cached) " >&6
718a6fd8
SE
7345else
7346 if test -n "$DSYMUTIL"; then
7347 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7348else
7349as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7350for as_dir in $PATH
7351do
7352 IFS=$as_save_IFS
7353 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7354 for ac_exec_ext in '' $ac_executable_extensions; do
7355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7356 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7357 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7358 break 2
7359 fi
7360done
81ecdfbb
RW
7361 done
7362IFS=$as_save_IFS
718a6fd8
SE
7363
7364fi
7365fi
7366DSYMUTIL=$ac_cv_prog_DSYMUTIL
7367if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7369$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7370else
81ecdfbb
RW
7371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7372$as_echo "no" >&6; }
718a6fd8
SE
7373fi
7374
81ecdfbb 7375
718a6fd8
SE
7376fi
7377if test -z "$ac_cv_prog_DSYMUTIL"; then
7378 ac_ct_DSYMUTIL=$DSYMUTIL
7379 # Extract the first word of "dsymutil", so it can be a program name with args.
7380set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7381{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7382$as_echo_n "checking for $ac_word... " >&6; }
7383if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7384 $as_echo_n "(cached) " >&6
718a6fd8
SE
7385else
7386 if test -n "$ac_ct_DSYMUTIL"; then
7387 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7388else
7389as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7390for as_dir in $PATH
7391do
7392 IFS=$as_save_IFS
7393 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7394 for ac_exec_ext in '' $ac_executable_extensions; do
7395 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7396 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7398 break 2
7399 fi
7400done
81ecdfbb
RW
7401 done
7402IFS=$as_save_IFS
718a6fd8 7403
718a6fd8
SE
7404fi
7405fi
7406ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7407if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7409$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7410else
81ecdfbb
RW
7411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7412$as_echo "no" >&6; }
718a6fd8
SE
7413fi
7414
81ecdfbb
RW
7415 if test "x$ac_ct_DSYMUTIL" = x; then
7416 DSYMUTIL=":"
7417 else
7418 case $cross_compiling:$ac_tool_warned in
7419yes:)
7420{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7421$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7422ac_tool_warned=yes ;;
7423esac
7424 DSYMUTIL=$ac_ct_DSYMUTIL
7425 fi
718a6fd8
SE
7426else
7427 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7428fi
7429
7430 if test -n "$ac_tool_prefix"; then
7431 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7432set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7433{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7434$as_echo_n "checking for $ac_word... " >&6; }
7435if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7436 $as_echo_n "(cached) " >&6
718a6fd8
SE
7437else
7438 if test -n "$NMEDIT"; then
7439 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7440else
7441as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7442for as_dir in $PATH
7443do
7444 IFS=$as_save_IFS
7445 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7446 for ac_exec_ext in '' $ac_executable_extensions; do
7447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7448 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7450 break 2
7451 fi
7452done
81ecdfbb
RW
7453 done
7454IFS=$as_save_IFS
718a6fd8
SE
7455
7456fi
7457fi
7458NMEDIT=$ac_cv_prog_NMEDIT
7459if test -n "$NMEDIT"; then
81ecdfbb
RW
7460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7461$as_echo "$NMEDIT" >&6; }
718a6fd8 7462else
81ecdfbb
RW
7463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7464$as_echo "no" >&6; }
718a6fd8
SE
7465fi
7466
81ecdfbb 7467
718a6fd8
SE
7468fi
7469if test -z "$ac_cv_prog_NMEDIT"; then
7470 ac_ct_NMEDIT=$NMEDIT
7471 # Extract the first word of "nmedit", so it can be a program name with args.
7472set dummy nmedit; ac_word=$2
81ecdfbb
RW
7473{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7474$as_echo_n "checking for $ac_word... " >&6; }
7475if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7476 $as_echo_n "(cached) " >&6
718a6fd8
SE
7477else
7478 if test -n "$ac_ct_NMEDIT"; then
7479 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7480else
7481as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7482for as_dir in $PATH
7483do
7484 IFS=$as_save_IFS
7485 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7486 for ac_exec_ext in '' $ac_executable_extensions; do
7487 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7488 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7490 break 2
7491 fi
7492done
81ecdfbb
RW
7493 done
7494IFS=$as_save_IFS
718a6fd8 7495
718a6fd8
SE
7496fi
7497fi
7498ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7499if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7501$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7502else
81ecdfbb
RW
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7504$as_echo "no" >&6; }
718a6fd8
SE
7505fi
7506
81ecdfbb
RW
7507 if test "x$ac_ct_NMEDIT" = x; then
7508 NMEDIT=":"
7509 else
7510 case $cross_compiling:$ac_tool_warned in
7511yes:)
7512{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7513$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7514ac_tool_warned=yes ;;
7515esac
7516 NMEDIT=$ac_ct_NMEDIT
7517 fi
718a6fd8
SE
7518else
7519 NMEDIT="$ac_cv_prog_NMEDIT"
7520fi
7521
7522 if test -n "$ac_tool_prefix"; then
7523 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7524set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7526$as_echo_n "checking for $ac_word... " >&6; }
7527if test "${ac_cv_prog_LIPO+set}" = set; then :
7528 $as_echo_n "(cached) " >&6
718a6fd8
SE
7529else
7530 if test -n "$LIPO"; then
7531 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7532else
7533as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7534for as_dir in $PATH
7535do
7536 IFS=$as_save_IFS
7537 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7538 for ac_exec_ext in '' $ac_executable_extensions; do
7539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7540 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7542 break 2
7543 fi
7544done
81ecdfbb
RW
7545 done
7546IFS=$as_save_IFS
718a6fd8
SE
7547
7548fi
7549fi
7550LIPO=$ac_cv_prog_LIPO
7551if test -n "$LIPO"; then
81ecdfbb
RW
7552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7553$as_echo "$LIPO" >&6; }
718a6fd8 7554else
81ecdfbb
RW
7555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7556$as_echo "no" >&6; }
718a6fd8
SE
7557fi
7558
81ecdfbb 7559
718a6fd8
SE
7560fi
7561if test -z "$ac_cv_prog_LIPO"; then
7562 ac_ct_LIPO=$LIPO
7563 # Extract the first word of "lipo", so it can be a program name with args.
7564set dummy lipo; ac_word=$2
81ecdfbb
RW
7565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7566$as_echo_n "checking for $ac_word... " >&6; }
7567if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7568 $as_echo_n "(cached) " >&6
718a6fd8
SE
7569else
7570 if test -n "$ac_ct_LIPO"; then
7571 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7572else
7573as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7574for as_dir in $PATH
7575do
7576 IFS=$as_save_IFS
7577 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7578 for ac_exec_ext in '' $ac_executable_extensions; do
7579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7580 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7582 break 2
7583 fi
7584done
81ecdfbb
RW
7585 done
7586IFS=$as_save_IFS
718a6fd8 7587
718a6fd8
SE
7588fi
7589fi
7590ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7591if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7593$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7594else
81ecdfbb
RW
7595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7596$as_echo "no" >&6; }
718a6fd8
SE
7597fi
7598
81ecdfbb
RW
7599 if test "x$ac_ct_LIPO" = x; then
7600 LIPO=":"
7601 else
7602 case $cross_compiling:$ac_tool_warned in
7603yes:)
7604{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7605$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7606ac_tool_warned=yes ;;
7607esac
7608 LIPO=$ac_ct_LIPO
7609 fi
7610else
718a6fd8
SE
7611 LIPO="$ac_cv_prog_LIPO"
7612fi
7613
7614 if test -n "$ac_tool_prefix"; then
7615 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7616set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7618$as_echo_n "checking for $ac_word... " >&6; }
7619if test "${ac_cv_prog_OTOOL+set}" = set; then :
7620 $as_echo_n "(cached) " >&6
718a6fd8
SE
7621else
7622 if test -n "$OTOOL"; then
7623 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7624else
7625as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7626for as_dir in $PATH
7627do
7628 IFS=$as_save_IFS
7629 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7630 for ac_exec_ext in '' $ac_executable_extensions; do
7631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7632 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7634 break 2
7635 fi
7636done
81ecdfbb
RW
7637 done
7638IFS=$as_save_IFS
718a6fd8
SE
7639
7640fi
7641fi
7642OTOOL=$ac_cv_prog_OTOOL
7643if test -n "$OTOOL"; then
81ecdfbb
RW
7644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7645$as_echo "$OTOOL" >&6; }
718a6fd8 7646else
81ecdfbb
RW
7647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7648$as_echo "no" >&6; }
718a6fd8
SE
7649fi
7650
81ecdfbb 7651
718a6fd8
SE
7652fi
7653if test -z "$ac_cv_prog_OTOOL"; then
7654 ac_ct_OTOOL=$OTOOL
7655 # Extract the first word of "otool", so it can be a program name with args.
7656set dummy otool; ac_word=$2
81ecdfbb
RW
7657{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7658$as_echo_n "checking for $ac_word... " >&6; }
7659if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7660 $as_echo_n "(cached) " >&6
718a6fd8
SE
7661else
7662 if test -n "$ac_ct_OTOOL"; then
7663 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7664else
7665as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7666for as_dir in $PATH
7667do
7668 IFS=$as_save_IFS
7669 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7670 for ac_exec_ext in '' $ac_executable_extensions; do
7671 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7672 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7673 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7674 break 2
7675 fi
7676done
81ecdfbb
RW
7677 done
7678IFS=$as_save_IFS
718a6fd8 7679
718a6fd8
SE
7680fi
7681fi
7682ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7683if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7685$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7686else
81ecdfbb
RW
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7688$as_echo "no" >&6; }
718a6fd8
SE
7689fi
7690
81ecdfbb
RW
7691 if test "x$ac_ct_OTOOL" = x; then
7692 OTOOL=":"
7693 else
7694 case $cross_compiling:$ac_tool_warned in
7695yes:)
7696{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7697$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7698ac_tool_warned=yes ;;
7699esac
7700 OTOOL=$ac_ct_OTOOL
7701 fi
718a6fd8
SE
7702else
7703 OTOOL="$ac_cv_prog_OTOOL"
7704fi
7705
7706 if test -n "$ac_tool_prefix"; then
7707 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7708set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7710$as_echo_n "checking for $ac_word... " >&6; }
7711if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7712 $as_echo_n "(cached) " >&6
718a6fd8
SE
7713else
7714 if test -n "$OTOOL64"; then
7715 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7716else
7717as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7718for as_dir in $PATH
7719do
7720 IFS=$as_save_IFS
7721 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7722 for ac_exec_ext in '' $ac_executable_extensions; do
7723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7724 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7726 break 2
7727 fi
7728done
81ecdfbb
RW
7729 done
7730IFS=$as_save_IFS
718a6fd8
SE
7731
7732fi
7733fi
7734OTOOL64=$ac_cv_prog_OTOOL64
7735if test -n "$OTOOL64"; then
81ecdfbb
RW
7736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7737$as_echo "$OTOOL64" >&6; }
718a6fd8 7738else
81ecdfbb
RW
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7740$as_echo "no" >&6; }
718a6fd8
SE
7741fi
7742
81ecdfbb 7743
718a6fd8
SE
7744fi
7745if test -z "$ac_cv_prog_OTOOL64"; then
7746 ac_ct_OTOOL64=$OTOOL64
7747 # Extract the first word of "otool64", so it can be a program name with args.
7748set dummy otool64; ac_word=$2
81ecdfbb
RW
7749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7750$as_echo_n "checking for $ac_word... " >&6; }
7751if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7752 $as_echo_n "(cached) " >&6
718a6fd8
SE
7753else
7754 if test -n "$ac_ct_OTOOL64"; then
7755 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7756else
7757as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7758for as_dir in $PATH
7759do
7760 IFS=$as_save_IFS
7761 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7762 for ac_exec_ext in '' $ac_executable_extensions; do
7763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7764 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7766 break 2
7767 fi
7768done
81ecdfbb
RW
7769 done
7770IFS=$as_save_IFS
718a6fd8 7771
718a6fd8
SE
7772fi
7773fi
7774ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7775if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7777$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7778else
81ecdfbb
RW
7779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7780$as_echo "no" >&6; }
718a6fd8
SE
7781fi
7782
81ecdfbb
RW
7783 if test "x$ac_ct_OTOOL64" = x; then
7784 OTOOL64=":"
7785 else
7786 case $cross_compiling:$ac_tool_warned in
7787yes:)
7788{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7789$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7790ac_tool_warned=yes ;;
7791esac
7792 OTOOL64=$ac_ct_OTOOL64
7793 fi
718a6fd8
SE
7794else
7795 OTOOL64="$ac_cv_prog_OTOOL64"
7796fi
7797
7798
7799
7800
7801
7802
7803
7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
81ecdfbb
RW
7824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7825$as_echo_n "checking for -single_module linker flag... " >&6; }
7826if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7827 $as_echo_n "(cached) " >&6
718a6fd8
SE
7828else
7829 lt_cv_apple_cc_single_mod=no
7830 if test -z "${LT_MULTI_MODULE}"; then
7831 # By default we will add the -single_module flag. You can override
7832 # by either setting the environment variable LT_MULTI_MODULE
7833 # non-empty at configure time, or by adding -multi_module to the
7834 # link flags.
7835 rm -rf libconftest.dylib*
7836 echo "int foo(void){return 1;}" > conftest.c
7837 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7838-dynamiclib -Wl,-single_module conftest.c" >&5
7839 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7840 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7841 _lt_result=$?
7842 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7843 lt_cv_apple_cc_single_mod=yes
7844 else
7845 cat conftest.err >&5
7846 fi
7847 rm -rf libconftest.dylib*
7848 rm -f conftest.*
7849 fi
7850fi
81ecdfbb
RW
7851{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7852$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7854$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7855if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7856 $as_echo_n "(cached) " >&6
718a6fd8
SE
7857else
7858 lt_cv_ld_exported_symbols_list=no
7859 save_LDFLAGS=$LDFLAGS
7860 echo "_main" > conftest.sym
7861 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7863/* end confdefs.h. */
7864
7865int
7866main ()
7867{
7868
7869 ;
7870 return 0;
7871}
7872_ACEOF
81ecdfbb 7873if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7874 lt_cv_ld_exported_symbols_list=yes
7875else
81ecdfbb 7876 lt_cv_ld_exported_symbols_list=no
718a6fd8 7877fi
81ecdfbb
RW
7878rm -f core conftest.err conftest.$ac_objext \
7879 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7880 LDFLAGS="$save_LDFLAGS"
7881
7882fi
81ecdfbb
RW
7883{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7884$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7886$as_echo_n "checking for -force_load linker flag... " >&6; }
7887if test "${lt_cv_ld_force_load+set}" = set; then :
7888 $as_echo_n "(cached) " >&6
7889else
7890 lt_cv_ld_force_load=no
7891 cat > conftest.c << _LT_EOF
7892int forced_loaded() { return 2;}
7893_LT_EOF
7894 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7895 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7896 echo "$AR cru libconftest.a conftest.o" >&5
7897 $AR cru libconftest.a conftest.o 2>&5
7898 cat > conftest.c << _LT_EOF
7899int main() { return 0;}
7900_LT_EOF
7901 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7902 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7903 _lt_result=$?
7904 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7905 lt_cv_ld_force_load=yes
7906 else
7907 cat conftest.err >&5
7908 fi
7909 rm -f conftest.err libconftest.a conftest conftest.c
7910 rm -rf conftest.dSYM
7911
7912fi
7913{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7914$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7915 case $host_os in
7916 rhapsody* | darwin1.[012])
7917 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7918 darwin1.*)
7919 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7920 darwin*) # darwin 5.x on
7921 # if running on 10.5 or later, the deployment target defaults
7922 # to the OS version, if on x86, and 10.4, the deployment
7923 # target defaults to 10.4. Don't you love it?
7924 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7925 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7926 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7927 10.[012]*)
7928 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7929 10.*)
7930 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7931 esac
7932 ;;
7933 esac
7934 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7935 _lt_dar_single_mod='$single_module'
7936 fi
7937 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7938 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7939 else
7940 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7941 fi
3725885a 7942 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7943 _lt_dsymutil='~$DSYMUTIL $lib || :'
7944 else
7945 _lt_dsymutil=
7946 fi
7947 ;;
7948 esac
7949
d7040cdb 7950for ac_header in dlfcn.h
81ecdfbb
RW
7951do :
7952 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7953"
7954if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
d7040cdb 7955 cat >>confdefs.h <<_ACEOF
81ecdfbb 7956#define HAVE_DLFCN_H 1
d7040cdb
SE
7957_ACEOF
7958
7959fi
7960
7961done
7962
7963
7964
3725885a
RW
7965
7966
718a6fd8 7967# Set options
ce3c775b 7968enable_dlopen=yes
718a6fd8
SE
7969
7970
7971
718a6fd8
SE
7972
7973 enable_win32_dll=no
7974
7975
7976
81ecdfbb
RW
7977 # Check whether --enable-static was given.
7978if test "${enable_static+set}" = set; then :
7979 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7980 case $enableval in
7981 yes) enable_static=yes ;;
7982 no) enable_static=no ;;
7983 *)
7984 enable_static=no
7985 # Look at the argument we got. We use all the common list separators.
7986 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7987 for pkg in $enableval; do
7988 IFS="$lt_save_ifs"
7989 if test "X$pkg" = "X$p"; then
7990 enable_static=yes
7991 fi
7992 done
7993 IFS="$lt_save_ifs"
7994 ;;
7995 esac
7996else
7997 enable_static=yes
81ecdfbb 7998fi
718a6fd8
SE
7999
8000
8001
8002
8003
8004
8005
8006
8007
81ecdfbb
RW
8008
8009# Check whether --with-pic was given.
8010if test "${with_pic+set}" = set; then :
8011 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
8012else
8013 pic_mode=default
81ecdfbb
RW
8014fi
8015
718a6fd8
SE
8016
8017test -z "$pic_mode" && pic_mode=default
8018
8019
8020
8021
8022
8023
8024
81ecdfbb
RW
8025 # Check whether --enable-fast-install was given.
8026if test "${enable_fast_install+set}" = set; then :
8027 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
8028 case $enableval in
8029 yes) enable_fast_install=yes ;;
8030 no) enable_fast_install=no ;;
8031 *)
8032 enable_fast_install=no
8033 # Look at the argument we got. We use all the common list separators.
8034 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8035 for pkg in $enableval; do
8036 IFS="$lt_save_ifs"
8037 if test "X$pkg" = "X$p"; then
8038 enable_fast_install=yes
8039 fi
8040 done
8041 IFS="$lt_save_ifs"
8042 ;;
8043 esac
8044else
8045 enable_fast_install=yes
81ecdfbb
RW
8046fi
8047
718a6fd8
SE
8048
8049
8050
8051
8052
8053
8054
8055
8056
8057
d7040cdb
SE
8058# This can be used to rebuild libtool when needed
8059LIBTOOL_DEPS="$ltmain"
8060
8061# Always use our own libtool.
8062LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8063
8064
8065
8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
8079
8080
8081
8082
8083
8084
8085
3725885a 8086
d7040cdb
SE
8087
8088
8089test -z "$LN_S" && LN_S="ln -s"
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104if test -n "${ZSH_VERSION+set}" ; then
8105 setopt NO_GLOB_SUBST
8106fi
8107
81ecdfbb
RW
8108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8109$as_echo_n "checking for objdir... " >&6; }
8110if test "${lt_cv_objdir+set}" = set; then :
8111 $as_echo_n "(cached) " >&6
d7040cdb
SE
8112else
8113 rm -f .libs 2>/dev/null
8114mkdir .libs 2>/dev/null
8115if test -d .libs; then
8116 lt_cv_objdir=.libs
8117else
8118 # MS-DOS does not allow filenames that begin with a dot.
8119 lt_cv_objdir=_libs
8120fi
8121rmdir .libs 2>/dev/null
8122fi
81ecdfbb
RW
8123{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8124$as_echo "$lt_cv_objdir" >&6; }
d7040cdb
SE
8125objdir=$lt_cv_objdir
8126
8127
8128
8129
8130
8131cat >>confdefs.h <<_ACEOF
8132#define LT_OBJDIR "$lt_cv_objdir/"
8133_ACEOF
8134
8135
8136
8137
d7040cdb
SE
8138case $host_os in
8139aix3*)
8140 # AIX sometimes has problems with the GCC collect2 program. For some
8141 # reason, if we set the COLLECT_NAMES environment variable, the problems
8142 # vanish in a puff of smoke.
8143 if test "X${COLLECT_NAMES+set}" != Xset; then
8144 COLLECT_NAMES=
8145 export COLLECT_NAMES
8146 fi
8147 ;;
8148esac
8149
d7040cdb
SE
8150# Global variables:
8151ofile=libtool
8152can_build_shared=yes
8153
8154# All known linkers require a `.a' archive for static linking (except MSVC,
8155# which needs '.lib').
8156libext=a
8157
8158with_gnu_ld="$lt_cv_prog_gnu_ld"
8159
8160old_CC="$CC"
8161old_CFLAGS="$CFLAGS"
8162
8163# Set sane defaults for various variables
8164test -z "$CC" && CC=cc
8165test -z "$LTCC" && LTCC=$CC
8166test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8167test -z "$LD" && LD=ld
8168test -z "$ac_objext" && ac_objext=o
8169
8170for cc_temp in $compiler""; do
8171 case $cc_temp in
8172 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8173 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8174 \-*) ;;
8175 *) break;;
8176 esac
8177done
3725885a 8178cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
8179
8180
8181# Only perform the check for file, if the check method requires it
8182test -z "$MAGIC_CMD" && MAGIC_CMD=file
8183case $deplibs_check_method in
8184file_magic*)
8185 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8187$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8188if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8189 $as_echo_n "(cached) " >&6
d7040cdb
SE
8190else
8191 case $MAGIC_CMD in
8192[\\/*] | ?:[\\/]*)
8193 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8194 ;;
8195*)
8196 lt_save_MAGIC_CMD="$MAGIC_CMD"
8197 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8198 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8199 for ac_dir in $ac_dummy; do
8200 IFS="$lt_save_ifs"
8201 test -z "$ac_dir" && ac_dir=.
8202 if test -f $ac_dir/${ac_tool_prefix}file; then
8203 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8204 if test -n "$file_magic_test_file"; then
8205 case $deplibs_check_method in
8206 "file_magic "*)
8207 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8208 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8209 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8210 $EGREP "$file_magic_regex" > /dev/null; then
8211 :
8212 else
8213 cat <<_LT_EOF 1>&2
8214
8215*** Warning: the command libtool uses to detect shared libraries,
8216*** $file_magic_cmd, produces output that libtool cannot recognize.
8217*** The result is that libtool may fail to recognize shared libraries
8218*** as such. This will affect the creation of libtool libraries that
8219*** depend on shared libraries, but programs linked with such libtool
8220*** libraries will work regardless of this problem. Nevertheless, you
8221*** may want to report the problem to your system manager and/or to
8222*** bug-libtool@gnu.org
8223
8224_LT_EOF
8225 fi ;;
8226 esac
8227 fi
8228 break
8229 fi
8230 done
8231 IFS="$lt_save_ifs"
8232 MAGIC_CMD="$lt_save_MAGIC_CMD"
8233 ;;
8234esac
8235fi
8236
8237MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8238if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8240$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 8241else
81ecdfbb
RW
8242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8243$as_echo "no" >&6; }
d7040cdb
SE
8244fi
8245
8246
8247
8248
8249
8250if test -z "$lt_cv_path_MAGIC_CMD"; then
8251 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8253$as_echo_n "checking for file... " >&6; }
8254if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8255 $as_echo_n "(cached) " >&6
d7040cdb
SE
8256else
8257 case $MAGIC_CMD in
8258[\\/*] | ?:[\\/]*)
8259 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8260 ;;
8261*)
8262 lt_save_MAGIC_CMD="$MAGIC_CMD"
8263 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8264 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8265 for ac_dir in $ac_dummy; do
8266 IFS="$lt_save_ifs"
8267 test -z "$ac_dir" && ac_dir=.
8268 if test -f $ac_dir/file; then
8269 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8270 if test -n "$file_magic_test_file"; then
8271 case $deplibs_check_method in
8272 "file_magic "*)
8273 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8274 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8275 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8276 $EGREP "$file_magic_regex" > /dev/null; then
8277 :
8278 else
8279 cat <<_LT_EOF 1>&2
8280
8281*** Warning: the command libtool uses to detect shared libraries,
8282*** $file_magic_cmd, produces output that libtool cannot recognize.
8283*** The result is that libtool may fail to recognize shared libraries
8284*** as such. This will affect the creation of libtool libraries that
8285*** depend on shared libraries, but programs linked with such libtool
8286*** libraries will work regardless of this problem. Nevertheless, you
8287*** may want to report the problem to your system manager and/or to
8288*** bug-libtool@gnu.org
8289
8290_LT_EOF
8291 fi ;;
8292 esac
8293 fi
8294 break
8295 fi
8296 done
8297 IFS="$lt_save_ifs"
8298 MAGIC_CMD="$lt_save_MAGIC_CMD"
8299 ;;
8300esac
8301fi
8302
8303MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8304if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8306$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 8307else
81ecdfbb
RW
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8309$as_echo "no" >&6; }
d7040cdb
SE
8310fi
8311
8312
8313 else
8314 MAGIC_CMD=:
8315 fi
8316fi
8317
8318 fi
8319 ;;
8320esac
8321
8322# Use C for the default configuration in the libtool script
8323
8324lt_save_CC="$CC"
8325ac_ext=c
8326ac_cpp='$CPP $CPPFLAGS'
8327ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8328ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8329ac_compiler_gnu=$ac_cv_c_compiler_gnu
8330
8331
8332# Source file extension for C test sources.
8333ac_ext=c
8334
8335# Object file extension for compiled C test sources.
8336objext=o
8337objext=$objext
8338
8339# Code to be used in simple compile tests
8340lt_simple_compile_test_code="int some_variable = 0;"
8341
8342# Code to be used in simple link tests
8343lt_simple_link_test_code='int main(){return(0);}'
8344
8345
8346
8347
8348
8349
8350
8351# If no C compiler was specified, use CC.
8352LTCC=${LTCC-"$CC"}
8353
8354# If no C compiler flags were specified, use CFLAGS.
8355LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8356
8357# Allow CC to be a program name with arguments.
8358compiler=$CC
8359
8360# Save the default compiler, since it gets overwritten when the other
8361# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8362compiler_DEFAULT=$CC
8363
8364# save warnings/boilerplate of simple test code
8365ac_outfile=conftest.$ac_objext
8366echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8367eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8368_lt_compiler_boilerplate=`cat conftest.err`
8369$RM conftest*
8370
8371ac_outfile=conftest.$ac_objext
8372echo "$lt_simple_link_test_code" >conftest.$ac_ext
8373eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8374_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8375$RM -r conftest*
d7040cdb
SE
8376
8377
8378## CAVEAT EMPTOR:
8379## There is no encapsulation within the following macros, do not change
8380## the running order or otherwise move them around unless you know exactly
8381## what you are doing...
8382if test -n "$compiler"; then
8383
8384lt_prog_compiler_no_builtin_flag=
8385
8386if test "$GCC" = yes; then
3725885a
RW
8387 case $cc_basename in
8388 nvcc*)
8389 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8390 *)
8391 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8392 esac
d7040cdb 8393
81ecdfbb
RW
8394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8395$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8396if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8397 $as_echo_n "(cached) " >&6
d7040cdb
SE
8398else
8399 lt_cv_prog_compiler_rtti_exceptions=no
8400 ac_outfile=conftest.$ac_objext
8401 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8402 lt_compiler_flag="-fno-rtti -fno-exceptions"
8403 # Insert the option either (1) after the last *FLAGS variable, or
8404 # (2) before a word containing "conftest.", or (3) at the end.
8405 # Note that $ac_compile itself does not contain backslashes and begins
8406 # with a dollar sign (not a hyphen), so the echo should work correctly.
8407 # The option is referenced via a variable to avoid confusing sed.
8408 lt_compile=`echo "$ac_compile" | $SED \
8409 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8410 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8411 -e 's:$: $lt_compiler_flag:'`
3725885a 8412 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8413 (eval "$lt_compile" 2>conftest.err)
8414 ac_status=$?
8415 cat conftest.err >&5
3725885a 8416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8417 if (exit $ac_status) && test -s "$ac_outfile"; then
8418 # The compiler can only warn and ignore the option if not recognized
8419 # So say no if there are warnings other than the usual output.
3725885a 8420 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8421 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8422 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8423 lt_cv_prog_compiler_rtti_exceptions=yes
8424 fi
8425 fi
8426 $RM conftest*
8427
8428fi
81ecdfbb
RW
8429{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8430$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8431
8432if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8433 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8434else
8435 :
8436fi
8437
8438fi
8439
8440
8441
8442
8443
8444
8445 lt_prog_compiler_wl=
8446lt_prog_compiler_pic=
8447lt_prog_compiler_static=
8448
81ecdfbb
RW
8449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8450$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8451
8452 if test "$GCC" = yes; then
8453 lt_prog_compiler_wl='-Wl,'
8454 lt_prog_compiler_static='-static'
8455
8456 case $host_os in
8457 aix*)
8458 # All AIX code is PIC.
8459 if test "$host_cpu" = ia64; then
8460 # AIX 5 now supports IA64 processor
8461 lt_prog_compiler_static='-Bstatic'
8462 fi
8463 ;;
8464
8465 amigaos*)
718a6fd8
SE
8466 case $host_cpu in
8467 powerpc)
8468 # see comment about AmigaOS4 .so support
8469 lt_prog_compiler_pic='-fPIC'
8470 ;;
8471 m68k)
8472 # FIXME: we need at least 68020 code to build shared libraries, but
8473 # adding the `-m68020' flag to GCC prevents building anything better,
8474 # like `-m68040'.
8475 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8476 ;;
8477 esac
d7040cdb
SE
8478 ;;
8479
8480 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8481 # PIC is the default for these OSes.
8482 ;;
8483
718a6fd8 8484 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8485 # This hack is so that the source file can tell whether it is being
8486 # built for inclusion in a dll (and should export symbols for example).
8487 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8488 # (--disable-auto-import) libraries
8489 lt_prog_compiler_pic='-DDLL_EXPORT'
8490 ;;
8491
8492 darwin* | rhapsody*)
8493 # PIC is the default on this platform
8494 # Common symbols not allowed in MH_DYLIB files
8495 lt_prog_compiler_pic='-fno-common'
8496 ;;
8497
3725885a
RW
8498 haiku*)
8499 # PIC is the default for Haiku.
8500 # The "-static" flag exists, but is broken.
8501 lt_prog_compiler_static=
8502 ;;
8503
d7040cdb 8504 hpux*)
718a6fd8
SE
8505 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8506 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8507 # sets the default TLS model and affects inlining.
d7040cdb 8508 case $host_cpu in
718a6fd8 8509 hppa*64*)
d7040cdb
SE
8510 # +Z the default
8511 ;;
8512 *)
8513 lt_prog_compiler_pic='-fPIC'
8514 ;;
8515 esac
8516 ;;
8517
8518 interix[3-9]*)
8519 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8520 # Instead, we relocate shared libraries at runtime.
8521 ;;
8522
8523 msdosdjgpp*)
8524 # Just because we use GCC doesn't mean we suddenly get shared libraries
8525 # on systems that don't support them.
8526 lt_prog_compiler_can_build_shared=no
8527 enable_shared=no
8528 ;;
8529
8530 *nto* | *qnx*)
8531 # QNX uses GNU C++, but need to define -shared option too, otherwise
8532 # it will coredump.
8533 lt_prog_compiler_pic='-fPIC -shared'
8534 ;;
8535
8536 sysv4*MP*)
8537 if test -d /usr/nec; then
8538 lt_prog_compiler_pic=-Kconform_pic
8539 fi
8540 ;;
8541
8542 *)
8543 lt_prog_compiler_pic='-fPIC'
8544 ;;
8545 esac
3725885a
RW
8546
8547 case $cc_basename in
8548 nvcc*) # Cuda Compiler Driver 2.2
8549 lt_prog_compiler_wl='-Xlinker '
8550 lt_prog_compiler_pic='-Xcompiler -fPIC'
8551 ;;
8552 esac
d7040cdb
SE
8553 else
8554 # PORTME Check for flag to pass linker flags through the system compiler.
8555 case $host_os in
8556 aix*)
8557 lt_prog_compiler_wl='-Wl,'
8558 if test "$host_cpu" = ia64; then
8559 # AIX 5 now supports IA64 processor
8560 lt_prog_compiler_static='-Bstatic'
8561 else
8562 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8563 fi
8564 ;;
d7040cdb 8565
718a6fd8 8566 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8567 # This hack is so that the source file can tell whether it is being
8568 # built for inclusion in a dll (and should export symbols for example).
8569 lt_prog_compiler_pic='-DDLL_EXPORT'
8570 ;;
8571
8572 hpux9* | hpux10* | hpux11*)
8573 lt_prog_compiler_wl='-Wl,'
8574 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8575 # not for PA HP-UX.
8576 case $host_cpu in
8577 hppa*64*|ia64*)
8578 # +Z the default
8579 ;;
8580 *)
8581 lt_prog_compiler_pic='+Z'
8582 ;;
8583 esac
8584 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8585 lt_prog_compiler_static='${wl}-a ${wl}archive'
8586 ;;
8587
8588 irix5* | irix6* | nonstopux*)
8589 lt_prog_compiler_wl='-Wl,'
8590 # PIC (with -KPIC) is the default.
8591 lt_prog_compiler_static='-non_shared'
8592 ;;
8593
58e24671 8594 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8595 case $cc_basename in
718a6fd8
SE
8596 # old Intel for x86_64 which still supported -KPIC.
8597 ecc*)
d7040cdb
SE
8598 lt_prog_compiler_wl='-Wl,'
8599 lt_prog_compiler_pic='-KPIC'
8600 lt_prog_compiler_static='-static'
8601 ;;
718a6fd8
SE
8602 # icc used to be incompatible with GCC.
8603 # ICC 10 doesn't accept -KPIC any more.
8604 icc* | ifort*)
8605 lt_prog_compiler_wl='-Wl,'
8606 lt_prog_compiler_pic='-fPIC'
8607 lt_prog_compiler_static='-static'
8608 ;;
8609 # Lahey Fortran 8.1.
8610 lf95*)
8611 lt_prog_compiler_wl='-Wl,'
8612 lt_prog_compiler_pic='--shared'
8613 lt_prog_compiler_static='--static'
8614 ;;
3725885a 8615 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8616 # Portland Group compilers (*not* the Pentium gcc compiler,
8617 # which looks to be a dead project)
8618 lt_prog_compiler_wl='-Wl,'
8619 lt_prog_compiler_pic='-fpic'
8620 lt_prog_compiler_static='-Bstatic'
8621 ;;
8622 ccc*)
8623 lt_prog_compiler_wl='-Wl,'
8624 # All Alpha code is PIC.
8625 lt_prog_compiler_static='-non_shared'
8626 ;;
3725885a
RW
8627 xl* | bgxl* | bgf* | mpixl*)
8628 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8629 lt_prog_compiler_wl='-Wl,'
8630 lt_prog_compiler_pic='-qpic'
8631 lt_prog_compiler_static='-qstaticlink'
8632 ;;
d7040cdb
SE
8633 *)
8634 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8635 *Sun\ F* | *Sun*Fortran*)
8636 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8637 lt_prog_compiler_pic='-KPIC'
8638 lt_prog_compiler_static='-Bstatic'
3725885a 8639 lt_prog_compiler_wl=''
d7040cdb 8640 ;;
3725885a
RW
8641 *Sun\ C*)
8642 # Sun C 5.9
d7040cdb
SE
8643 lt_prog_compiler_pic='-KPIC'
8644 lt_prog_compiler_static='-Bstatic'
3725885a 8645 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8646 ;;
8647 esac
8648 ;;
8649 esac
8650 ;;
8651
8652 newsos6)
8653 lt_prog_compiler_pic='-KPIC'
8654 lt_prog_compiler_static='-Bstatic'
8655 ;;
8656
8657 *nto* | *qnx*)
8658 # QNX uses GNU C++, but need to define -shared option too, otherwise
8659 # it will coredump.
8660 lt_prog_compiler_pic='-fPIC -shared'
8661 ;;
8662
8663 osf3* | osf4* | osf5*)
8664 lt_prog_compiler_wl='-Wl,'
8665 # All OSF/1 code is PIC.
8666 lt_prog_compiler_static='-non_shared'
8667 ;;
8668
8669 rdos*)
8670 lt_prog_compiler_static='-non_shared'
8671 ;;
8672
8673 solaris*)
8674 lt_prog_compiler_pic='-KPIC'
8675 lt_prog_compiler_static='-Bstatic'
8676 case $cc_basename in
8677 f77* | f90* | f95*)
8678 lt_prog_compiler_wl='-Qoption ld ';;
8679 *)
8680 lt_prog_compiler_wl='-Wl,';;
8681 esac
8682 ;;
8683
8684 sunos4*)
8685 lt_prog_compiler_wl='-Qoption ld '
8686 lt_prog_compiler_pic='-PIC'
8687 lt_prog_compiler_static='-Bstatic'
8688 ;;
8689
8690 sysv4 | sysv4.2uw2* | sysv4.3*)
8691 lt_prog_compiler_wl='-Wl,'
8692 lt_prog_compiler_pic='-KPIC'
8693 lt_prog_compiler_static='-Bstatic'
8694 ;;
8695
8696 sysv4*MP*)
8697 if test -d /usr/nec ;then
8698 lt_prog_compiler_pic='-Kconform_pic'
8699 lt_prog_compiler_static='-Bstatic'
8700 fi
8701 ;;
8702
8703 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8704 lt_prog_compiler_wl='-Wl,'
8705 lt_prog_compiler_pic='-KPIC'
8706 lt_prog_compiler_static='-Bstatic'
8707 ;;
8708
8709 unicos*)
8710 lt_prog_compiler_wl='-Wl,'
8711 lt_prog_compiler_can_build_shared=no
8712 ;;
8713
8714 uts4*)
8715 lt_prog_compiler_pic='-pic'
8716 lt_prog_compiler_static='-Bstatic'
8717 ;;
8718
8719 *)
8720 lt_prog_compiler_can_build_shared=no
8721 ;;
8722 esac
8723 fi
8724
8725case $host_os in
8726 # For platforms which do not support PIC, -DPIC is meaningless:
8727 *djgpp*)
8728 lt_prog_compiler_pic=
8729 ;;
8730 *)
8731 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8732 ;;
8733esac
81ecdfbb
RW
8734{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8735$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
8736
8737
8738
8739
8740
8741
8742#
8743# Check to make sure the PIC flag actually works.
8744#
8745if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8747$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8748if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8749 $as_echo_n "(cached) " >&6
d7040cdb 8750else
718a6fd8 8751 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8752 ac_outfile=conftest.$ac_objext
8753 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8754 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8755 # Insert the option either (1) after the last *FLAGS variable, or
8756 # (2) before a word containing "conftest.", or (3) at the end.
8757 # Note that $ac_compile itself does not contain backslashes and begins
8758 # with a dollar sign (not a hyphen), so the echo should work correctly.
8759 # The option is referenced via a variable to avoid confusing sed.
8760 lt_compile=`echo "$ac_compile" | $SED \
8761 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8762 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8763 -e 's:$: $lt_compiler_flag:'`
3725885a 8764 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8765 (eval "$lt_compile" 2>conftest.err)
8766 ac_status=$?
8767 cat conftest.err >&5
3725885a 8768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8769 if (exit $ac_status) && test -s "$ac_outfile"; then
8770 # The compiler can only warn and ignore the option if not recognized
8771 # So say no if there are warnings other than the usual output.
3725885a 8772 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8773 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8774 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8775 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8776 fi
8777 fi
8778 $RM conftest*
8779
8780fi
81ecdfbb
RW
8781{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8782$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8783
718a6fd8 8784if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8785 case $lt_prog_compiler_pic in
8786 "" | " "*) ;;
8787 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8788 esac
8789else
8790 lt_prog_compiler_pic=
8791 lt_prog_compiler_can_build_shared=no
8792fi
8793
8794fi
8795
8796
8797
8798
8799
8800
8801#
8802# Check to make sure the static flag actually works.
8803#
8804wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8806$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8807if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8808 $as_echo_n "(cached) " >&6
d7040cdb 8809else
718a6fd8 8810 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8811 save_LDFLAGS="$LDFLAGS"
8812 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8813 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8814 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8815 # The linker can only warn and ignore the option if not recognized
8816 # So say no if there are warnings
8817 if test -s conftest.err; then
8818 # Append any errors to the config.log.
8819 cat conftest.err 1>&5
3725885a 8820 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8821 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8822 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8823 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8824 fi
8825 else
718a6fd8 8826 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8827 fi
8828 fi
718a6fd8 8829 $RM -r conftest*
d7040cdb
SE
8830 LDFLAGS="$save_LDFLAGS"
8831
8832fi
81ecdfbb
RW
8833{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8834$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8835
718a6fd8 8836if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8837 :
8838else
8839 lt_prog_compiler_static=
8840fi
8841
8842
8843
8844
8845
8846
8847
81ecdfbb
RW
8848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8849$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8850if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8851 $as_echo_n "(cached) " >&6
d7040cdb
SE
8852else
8853 lt_cv_prog_compiler_c_o=no
8854 $RM -r conftest 2>/dev/null
8855 mkdir conftest
8856 cd conftest
8857 mkdir out
8858 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8859
8860 lt_compiler_flag="-o out/conftest2.$ac_objext"
8861 # Insert the option either (1) after the last *FLAGS variable, or
8862 # (2) before a word containing "conftest.", or (3) at the end.
8863 # Note that $ac_compile itself does not contain backslashes and begins
8864 # with a dollar sign (not a hyphen), so the echo should work correctly.
8865 lt_compile=`echo "$ac_compile" | $SED \
8866 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8867 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8868 -e 's:$: $lt_compiler_flag:'`
3725885a 8869 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8870 (eval "$lt_compile" 2>out/conftest.err)
8871 ac_status=$?
8872 cat out/conftest.err >&5
3725885a 8873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8874 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8875 then
8876 # The compiler can only warn and ignore the option if not recognized
8877 # So say no if there are warnings
3725885a 8878 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8879 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8880 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8881 lt_cv_prog_compiler_c_o=yes
8882 fi
8883 fi
8884 chmod u+w . 2>&5
8885 $RM conftest*
8886 # SGI C++ compiler will create directory out/ii_files/ for
8887 # template instantiation
8888 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8889 $RM out/* && rmdir out
8890 cd ..
8891 $RM -r conftest
8892 $RM conftest*
8893
8894fi
81ecdfbb
RW
8895{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8896$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8897
8898
8899
8900
8901
8902
81ecdfbb
RW
8903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8904$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8905if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8906 $as_echo_n "(cached) " >&6
d7040cdb
SE
8907else
8908 lt_cv_prog_compiler_c_o=no
8909 $RM -r conftest 2>/dev/null
8910 mkdir conftest
8911 cd conftest
8912 mkdir out
8913 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8914
8915 lt_compiler_flag="-o out/conftest2.$ac_objext"
8916 # Insert the option either (1) after the last *FLAGS variable, or
8917 # (2) before a word containing "conftest.", or (3) at the end.
8918 # Note that $ac_compile itself does not contain backslashes and begins
8919 # with a dollar sign (not a hyphen), so the echo should work correctly.
8920 lt_compile=`echo "$ac_compile" | $SED \
8921 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8922 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8923 -e 's:$: $lt_compiler_flag:'`
3725885a 8924 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8925 (eval "$lt_compile" 2>out/conftest.err)
8926 ac_status=$?
8927 cat out/conftest.err >&5
3725885a 8928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8929 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8930 then
8931 # The compiler can only warn and ignore the option if not recognized
8932 # So say no if there are warnings
3725885a 8933 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8934 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8935 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8936 lt_cv_prog_compiler_c_o=yes
8937 fi
8938 fi
8939 chmod u+w . 2>&5
8940 $RM conftest*
8941 # SGI C++ compiler will create directory out/ii_files/ for
8942 # template instantiation
8943 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8944 $RM out/* && rmdir out
8945 cd ..
8946 $RM -r conftest
8947 $RM conftest*
8948
8949fi
81ecdfbb
RW
8950{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8951$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8952
8953
8954
8955
8956hard_links="nottested"
8957if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8958 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8960$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
8961 hard_links=yes
8962 $RM conftest*
8963 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8964 touch conftest.a
8965 ln conftest.a conftest.b 2>&5 || hard_links=no
8966 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8968$as_echo "$hard_links" >&6; }
d7040cdb 8969 if test "$hard_links" = no; then
81ecdfbb
RW
8970 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8971$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
8972 need_locks=warn
8973 fi
8974else
8975 need_locks=no
8976fi
8977
8978
8979
8980
8981
8982
81ecdfbb
RW
8983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8984$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
8985
8986 runpath_var=
8987 allow_undefined_flag=
8988 always_export_symbols=no
8989 archive_cmds=
8990 archive_expsym_cmds=
8991 compiler_needs_object=no
8992 enable_shared_with_static_runtimes=no
8993 export_dynamic_flag_spec=
8994 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8995 hardcode_automatic=no
8996 hardcode_direct=no
8997 hardcode_direct_absolute=no
8998 hardcode_libdir_flag_spec=
8999 hardcode_libdir_flag_spec_ld=
9000 hardcode_libdir_separator=
9001 hardcode_minus_L=no
9002 hardcode_shlibpath_var=unsupported
9003 inherit_rpath=no
9004 link_all_deplibs=unknown
9005 module_cmds=
9006 module_expsym_cmds=
9007 old_archive_from_new_cmds=
9008 old_archive_from_expsyms_cmds=
9009 thread_safe_flag_spec=
9010 whole_archive_flag_spec=
9011 # include_expsyms should be a list of space-separated symbols to be *always*
9012 # included in the symbol list
9013 include_expsyms=
9014 # exclude_expsyms can be an extended regexp of symbols to exclude
9015 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9016 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9017 # as well as any symbol that contains `d'.
718a6fd8 9018 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
9019 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9020 # platforms (ab)use it in PIC code, but their linkers get confused if
9021 # the symbol is explicitly referenced. Since portable code cannot
9022 # rely on this symbol name, it's probably fine to never include it in
9023 # preloaded symbol tables.
718a6fd8 9024 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
9025 extract_expsyms_cmds=
9026
9027 case $host_os in
718a6fd8 9028 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9029 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9030 # When not using gcc, we currently assume that we are using
9031 # Microsoft Visual C++.
9032 if test "$GCC" != yes; then
9033 with_gnu_ld=no
9034 fi
9035 ;;
9036 interix*)
9037 # we just hope/assume this is gcc and not c89 (= MSVC++)
9038 with_gnu_ld=yes
9039 ;;
9040 openbsd*)
9041 with_gnu_ld=no
9042 ;;
9043 esac
9044
9045 ld_shlibs=yes
3725885a
RW
9046
9047 # On some targets, GNU ld is compatible enough with the native linker
9048 # that we're better off using the native interface for both.
9049 lt_use_gnu_ld_interface=no
d7040cdb 9050 if test "$with_gnu_ld" = yes; then
3725885a
RW
9051 case $host_os in
9052 aix*)
9053 # The AIX port of GNU ld has always aspired to compatibility
9054 # with the native linker. However, as the warning in the GNU ld
9055 # block says, versions before 2.19.5* couldn't really create working
9056 # shared libraries, regardless of the interface used.
9057 case `$LD -v 2>&1` in
9058 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9059 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9060 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9061 *)
9062 lt_use_gnu_ld_interface=yes
9063 ;;
9064 esac
9065 ;;
9066 *)
9067 lt_use_gnu_ld_interface=yes
9068 ;;
9069 esac
9070 fi
9071
9072 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
9073 # If archive_cmds runs LD, not CC, wlarc should be empty
9074 wlarc='${wl}'
9075
9076 # Set some defaults for GNU ld with shared library support. These
9077 # are reset later if shared libraries are not supported. Putting them
9078 # here allows them to be overridden if necessary.
9079 runpath_var=LD_RUN_PATH
9080 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9081 export_dynamic_flag_spec='${wl}--export-dynamic'
9082 # ancient GNU ld didn't support --whole-archive et. al.
9083 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9084 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9085 else
9086 whole_archive_flag_spec=
9087 fi
9088 supports_anon_versioning=no
9089 case `$LD -v 2>&1` in
3725885a 9090 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
9091 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9092 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9093 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9094 *\ 2.11.*) ;; # other 2.11 versions
9095 *) supports_anon_versioning=yes ;;
9096 esac
9097
9098 # See if GNU ld supports shared libraries.
9099 case $host_os in
e81819a5 9100 aix[3-9]*)
d7040cdb
SE
9101 # On AIX/PPC, the GNU linker is very broken
9102 if test "$host_cpu" != ia64; then
9103 ld_shlibs=no
9104 cat <<_LT_EOF 1>&2
9105
3725885a 9106*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
9107*** to be unable to reliably create shared libraries on AIX.
9108*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
9109*** really care for shared libraries, you may want to install binutils
9110*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9111*** You will then need to restart the configuration process.
d7040cdb
SE
9112
9113_LT_EOF
9114 fi
9115 ;;
9116
9117 amigaos*)
718a6fd8
SE
9118 case $host_cpu in
9119 powerpc)
9120 # see comment about AmigaOS4 .so support
9121 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9122 archive_expsym_cmds=''
9123 ;;
9124 m68k)
9125 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)'
9126 hardcode_libdir_flag_spec='-L$libdir'
9127 hardcode_minus_L=yes
9128 ;;
9129 esac
d7040cdb
SE
9130 ;;
9131
9132 beos*)
9133 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9134 allow_undefined_flag=unsupported
9135 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9136 # support --undefined. This deserves some investigation. FIXME
9137 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9138 else
9139 ld_shlibs=no
9140 fi
9141 ;;
9142
718a6fd8 9143 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9144 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9145 # as there is no search path for DLLs.
9146 hardcode_libdir_flag_spec='-L$libdir'
3725885a 9147 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
9148 allow_undefined_flag=unsupported
9149 always_export_symbols=no
9150 enable_shared_with_static_runtimes=yes
9151 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9152
9153 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9154 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9155 # If the export-symbols file already is a .def file (1st line
9156 # is EXPORTS), use it as is; otherwise, prepend...
9157 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9158 cp $export_symbols $output_objdir/$soname.def;
9159 else
9160 echo EXPORTS > $output_objdir/$soname.def;
9161 cat $export_symbols >> $output_objdir/$soname.def;
9162 fi~
9163 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9164 else
9165 ld_shlibs=no
9166 fi
9167 ;;
9168
3725885a
RW
9169 haiku*)
9170 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9171 link_all_deplibs=yes
9172 ;;
9173
d7040cdb
SE
9174 interix[3-9]*)
9175 hardcode_direct=no
9176 hardcode_shlibpath_var=no
9177 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9178 export_dynamic_flag_spec='${wl}-E'
9179 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9180 # Instead, shared libraries are loaded at an image base (0x10000000 by
9181 # default) and relocated if they conflict, which is a slow very memory
9182 # consuming and fragmenting process. To avoid this, we pick a random,
9183 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9184 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9185 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9186 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'
9187 ;;
9188
58e24671 9189 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
9190 tmp_diet=no
9191 if test "$host_os" = linux-dietlibc; then
9192 case $cc_basename in
9193 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9194 esac
9195 fi
9196 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9197 && test "$tmp_diet" = no
9198 then
9199 tmp_addflag=
718a6fd8 9200 tmp_sharedflag='-shared'
d7040cdb
SE
9201 case $cc_basename,$host_cpu in
9202 pgcc*) # Portland Group C compiler
3725885a 9203 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
9204 tmp_addflag=' $pic_flag'
9205 ;;
3725885a
RW
9206 pgf77* | pgf90* | pgf95* | pgfortran*)
9207 # Portland Group f77 and f90 compilers
9208 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
9209 tmp_addflag=' $pic_flag -Mnomain' ;;
9210 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9211 tmp_addflag=' -i_dynamic' ;;
9212 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9213 tmp_addflag=' -i_dynamic -nofor_main' ;;
9214 ifc* | ifort*) # Intel Fortran compiler
9215 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9216 lf95*) # Lahey Fortran 8.1
9217 whole_archive_flag_spec=
9218 tmp_sharedflag='--shared' ;;
3725885a 9219 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9220 tmp_sharedflag='-qmkshrobj'
9221 tmp_addflag= ;;
3725885a
RW
9222 nvcc*) # Cuda Compiler Driver 2.2
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'
9224 compiler_needs_object=yes
9225 ;;
d7040cdb
SE
9226 esac
9227 case `$CC -V 2>&1 | sed 5q` in
9228 *Sun\ C*) # Sun C 5.9
3725885a 9229 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
9230 compiler_needs_object=yes
9231 tmp_sharedflag='-G' ;;
9232 *Sun\ F*) # Sun Fortran 8.3
9233 tmp_sharedflag='-G' ;;
d7040cdb
SE
9234 esac
9235 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9236
9237 if test "x$supports_anon_versioning" = xyes; then
9238 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9239 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9240 echo "local: *; };" >> $output_objdir/$libname.ver~
9241 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9242 fi
718a6fd8
SE
9243
9244 case $cc_basename in
3725885a 9245 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9246 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9247 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9248 hardcode_libdir_flag_spec=
9249 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9250 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9251 if test "x$supports_anon_versioning" = xyes; then
9252 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9253 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9254 echo "local: *; };" >> $output_objdir/$libname.ver~
9255 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9256 fi
9257 ;;
9258 esac
d7040cdb
SE
9259 else
9260 ld_shlibs=no
9261 fi
9262 ;;
9263
9264 netbsd*)
9265 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9266 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9267 wlarc=
9268 else
9269 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9270 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9271 fi
9272 ;;
9273
9274 solaris*)
9275 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9276 ld_shlibs=no
9277 cat <<_LT_EOF 1>&2
9278
9279*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9280*** create shared libraries on Solaris systems. Therefore, libtool
9281*** is disabling shared libraries support. We urge you to upgrade GNU
9282*** binutils to release 2.9.1 or newer. Another option is to modify
9283*** your PATH or compiler configuration so that the native linker is
9284*** used, and then restart.
9285
9286_LT_EOF
9287 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9288 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9289 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9290 else
9291 ld_shlibs=no
9292 fi
9293 ;;
9294
9295 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9296 case `$LD -v 2>&1` in
9297 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9298 ld_shlibs=no
9299 cat <<_LT_EOF 1>&2
9300
9301*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9302*** reliably create shared libraries on SCO systems. Therefore, libtool
9303*** is disabling shared libraries support. We urge you to upgrade GNU
9304*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9305*** your PATH or compiler configuration so that the native linker is
9306*** used, and then restart.
9307
9308_LT_EOF
9309 ;;
9310 *)
9311 # For security reasons, it is highly recommended that you always
9312 # use absolute paths for naming shared libraries, and exclude the
9313 # DT_RUNPATH tag from executables and libraries. But doing so
9314 # requires that you compile everything twice, which is a pain.
9315 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9316 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9317 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9318 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9319 else
9320 ld_shlibs=no
9321 fi
9322 ;;
9323 esac
9324 ;;
9325
9326 sunos4*)
9327 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9328 wlarc=
9329 hardcode_direct=yes
9330 hardcode_shlibpath_var=no
9331 ;;
9332
9333 *)
9334 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9335 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9336 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9337 else
9338 ld_shlibs=no
9339 fi
9340 ;;
9341 esac
9342
9343 if test "$ld_shlibs" = no; then
9344 runpath_var=
9345 hardcode_libdir_flag_spec=
9346 export_dynamic_flag_spec=
9347 whole_archive_flag_spec=
9348 fi
9349 else
9350 # PORTME fill in a description of your system's linker (not GNU ld)
9351 case $host_os in
9352 aix3*)
9353 allow_undefined_flag=unsupported
9354 always_export_symbols=yes
9355 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'
9356 # Note: this linker hardcodes the directories in LIBPATH if there
9357 # are no directories specified by -L.
9358 hardcode_minus_L=yes
9359 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9360 # Neither direct hardcoding nor static linking is supported with a
9361 # broken collect2.
9362 hardcode_direct=unsupported
9363 fi
9364 ;;
9365
e81819a5 9366 aix[4-9]*)
d7040cdb
SE
9367 if test "$host_cpu" = ia64; then
9368 # On IA64, the linker does run time linking by default, so we don't
9369 # have to do anything special.
9370 aix_use_runtimelinking=no
9371 exp_sym_flag='-Bexport'
9372 no_entry_flag=""
9373 else
9374 # If we're using GNU nm, then we don't want the "-C" option.
9375 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9376 # Also, AIX nm treats weak defined symbols like other global
9377 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9378 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9379 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
SE
9380 else
9381 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9382 fi
9383 aix_use_runtimelinking=no
9384
9385 # Test if we are trying to use run time linking or normal
9386 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9387 # need to do runtime linking.
e81819a5 9388 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9389 for ld_flag in $LDFLAGS; do
9390 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9391 aix_use_runtimelinking=yes
9392 break
9393 fi
9394 done
9395 ;;
9396 esac
9397
9398 exp_sym_flag='-bexport'
9399 no_entry_flag='-bnoentry'
9400 fi
9401
9402 # When large executables or shared objects are built, AIX ld can
9403 # have problems creating the table of contents. If linking a library
9404 # or program results in "error TOC overflow" add -mminimal-toc to
9405 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9406 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9407
9408 archive_cmds=''
9409 hardcode_direct=yes
9410 hardcode_direct_absolute=yes
9411 hardcode_libdir_separator=':'
9412 link_all_deplibs=yes
9413 file_list_spec='${wl}-f,'
9414
9415 if test "$GCC" = yes; then
9416 case $host_os in aix4.[012]|aix4.[012].*)
9417 # We only want to do this on AIX 4.2 and lower, the check
9418 # below for broken collect2 doesn't work under 4.3+
9419 collect2name=`${CC} -print-prog-name=collect2`
9420 if test -f "$collect2name" &&
9421 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9422 then
9423 # We have reworked collect2
9424 :
9425 else
9426 # We have old collect2
9427 hardcode_direct=unsupported
9428 # It fails to find uninstalled libraries when the uninstalled
9429 # path is not listed in the libpath. Setting hardcode_minus_L
9430 # to unsupported forces relinking
9431 hardcode_minus_L=yes
9432 hardcode_libdir_flag_spec='-L$libdir'
9433 hardcode_libdir_separator=
9434 fi
9435 ;;
9436 esac
9437 shared_flag='-shared'
9438 if test "$aix_use_runtimelinking" = yes; then
9439 shared_flag="$shared_flag "'${wl}-G'
9440 fi
9441 else
9442 # not using gcc
9443 if test "$host_cpu" = ia64; then
9444 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9445 # chokes on -Wl,-G. The following line is correct:
9446 shared_flag='-G'
9447 else
9448 if test "$aix_use_runtimelinking" = yes; then
9449 shared_flag='${wl}-G'
9450 else
9451 shared_flag='${wl}-bM:SRE'
9452 fi
9453 fi
9454 fi
9455
718a6fd8 9456 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9457 # It seems that -bexpall does not export symbols beginning with
9458 # underscore (_), so it is better to generate a list of symbols to export.
9459 always_export_symbols=yes
9460 if test "$aix_use_runtimelinking" = yes; then
9461 # Warning - without using the other runtime loading flags (-brtl),
9462 # -berok will link without error, but may produce a broken library.
9463 allow_undefined_flag='-berok'
9464 # Determine the default libpath from the value encoded in an
9465 # empty executable.
81ecdfbb 9466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
9467/* end confdefs.h. */
9468
9469int
9470main ()
9471{
9472
9473 ;
9474 return 0;
9475}
9476_ACEOF
81ecdfbb 9477if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9478
9479lt_aix_libpath_sed='
9480 /Import File Strings/,/^$/ {
9481 /^0/ {
9482 s/^0 *\(.*\)$/\1/
9483 p
9484 }
9485 }'
9486aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9487# Check for a 64-bit object if we didn't find anything.
9488if test -z "$aix_libpath"; then
9489 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9490fi
d7040cdb 9491fi
81ecdfbb
RW
9492rm -f core conftest.err conftest.$ac_objext \
9493 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9494if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9495
9496 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9497 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
9498 else
9499 if test "$host_cpu" = ia64; then
9500 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9501 allow_undefined_flag="-z nodefs"
9502 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"
9503 else
9504 # Determine the default libpath from the value encoded in an
9505 # empty executable.
81ecdfbb 9506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
9507/* end confdefs.h. */
9508
9509int
9510main ()
9511{
9512
9513 ;
9514 return 0;
9515}
9516_ACEOF
81ecdfbb 9517if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9518
9519lt_aix_libpath_sed='
9520 /Import File Strings/,/^$/ {
9521 /^0/ {
9522 s/^0 *\(.*\)$/\1/
9523 p
9524 }
9525 }'
9526aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9527# Check for a 64-bit object if we didn't find anything.
9528if test -z "$aix_libpath"; then
9529 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9530fi
d7040cdb 9531fi
81ecdfbb
RW
9532rm -f core conftest.err conftest.$ac_objext \
9533 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9534if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9535
9536 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9537 # Warning - without using the other run time loading flags,
9538 # -berok will link without error, but may produce a broken library.
9539 no_undefined_flag=' ${wl}-bernotok'
9540 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9541 if test "$with_gnu_ld" = yes; then
9542 # We only use this code for GNU lds that support --whole-archive.
9543 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9544 else
9545 # Exported symbols can be pulled into shared objects from archives
9546 whole_archive_flag_spec='$convenience'
9547 fi
d7040cdb
SE
9548 archive_cmds_need_lc=yes
9549 # This is similar to how AIX traditionally builds its shared libraries.
9550 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'
9551 fi
9552 fi
9553 ;;
9554
9555 amigaos*)
718a6fd8
SE
9556 case $host_cpu in
9557 powerpc)
9558 # see comment about AmigaOS4 .so support
9559 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9560 archive_expsym_cmds=''
9561 ;;
9562 m68k)
9563 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)'
9564 hardcode_libdir_flag_spec='-L$libdir'
9565 hardcode_minus_L=yes
9566 ;;
9567 esac
d7040cdb
SE
9568 ;;
9569
9570 bsdi[45]*)
9571 export_dynamic_flag_spec=-rdynamic
9572 ;;
9573
718a6fd8 9574 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9575 # When not using gcc, we currently assume that we are using
9576 # Microsoft Visual C++.
9577 # hardcode_libdir_flag_spec is actually meaningless, as there is
9578 # no search path for DLLs.
9579 hardcode_libdir_flag_spec=' '
9580 allow_undefined_flag=unsupported
9581 # Tell ltmain to make .lib files, not .a files.
9582 libext=lib
9583 # Tell ltmain to make .dll files, not .so files.
9584 shrext_cmds=".dll"
9585 # FIXME: Setting linknames here is a bad hack.
3725885a 9586 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
d7040cdb
SE
9587 # The linker will automatically build a .lib file if we build a DLL.
9588 old_archive_from_new_cmds='true'
9589 # FIXME: Should let the user specify the lib program.
9590 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9591 fix_srcfile_path='`cygpath -w "$srcfile"`'
9592 enable_shared_with_static_runtimes=yes
9593 ;;
9594
9595 darwin* | rhapsody*)
d7040cdb 9596
718a6fd8
SE
9597
9598 archive_cmds_need_lc=no
9599 hardcode_direct=no
9600 hardcode_automatic=yes
9601 hardcode_shlibpath_var=unsupported
3725885a
RW
9602 if test "$lt_cv_ld_force_load" = "yes"; then
9603 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\"`'
9604 else
9605 whole_archive_flag_spec=''
9606 fi
718a6fd8
SE
9607 link_all_deplibs=yes
9608 allow_undefined_flag="$_lt_dar_allow_undefined"
9609 case $cc_basename in
9610 ifort*) _lt_dar_can_shared=yes ;;
9611 *) _lt_dar_can_shared=$GCC ;;
9612 esac
9613 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9614 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9615 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9616 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9617 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}"
9618 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}"
9619
9620 else
9621 ld_shlibs=no
9622 fi
9623
d7040cdb
SE
9624 ;;
9625
9626 dgux*)
9627 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9628 hardcode_libdir_flag_spec='-L$libdir'
9629 hardcode_shlibpath_var=no
9630 ;;
9631
d7040cdb
SE
9632 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9633 # support. Future versions do this automatically, but an explicit c++rt0.o
9634 # does not break anything, and helps significantly (at the cost of a little
9635 # extra space).
9636 freebsd2.2*)
9637 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9638 hardcode_libdir_flag_spec='-R$libdir'
9639 hardcode_direct=yes
9640 hardcode_shlibpath_var=no
9641 ;;
9642
9643 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9644 freebsd2*)
9645 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9646 hardcode_direct=yes
9647 hardcode_minus_L=yes
9648 hardcode_shlibpath_var=no
9649 ;;
9650
9651 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9652 freebsd* | dragonfly*)
9653 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9654 hardcode_libdir_flag_spec='-R$libdir'
9655 hardcode_direct=yes
9656 hardcode_shlibpath_var=no
9657 ;;
9658
9659 hpux9*)
9660 if test "$GCC" = yes; then
9661 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'
9662 else
9663 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'
9664 fi
9665 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9666 hardcode_libdir_separator=:
9667 hardcode_direct=yes
9668
9669 # hardcode_minus_L: Not really in the search PATH,
9670 # but as the default location of the library.
9671 hardcode_minus_L=yes
9672 export_dynamic_flag_spec='${wl}-E'
9673 ;;
9674
9675 hpux10*)
3725885a 9676 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9677 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9678 else
9679 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9680 fi
9681 if test "$with_gnu_ld" = no; then
9682 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9683 hardcode_libdir_flag_spec_ld='+b $libdir'
9684 hardcode_libdir_separator=:
9685 hardcode_direct=yes
9686 hardcode_direct_absolute=yes
9687 export_dynamic_flag_spec='${wl}-E'
9688 # hardcode_minus_L: Not really in the search PATH,
9689 # but as the default location of the library.
9690 hardcode_minus_L=yes
9691 fi
9692 ;;
9693
9694 hpux11*)
3725885a 9695 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9696 case $host_cpu in
9697 hppa*64*)
9698 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9699 ;;
9700 ia64*)
718a6fd8 9701 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9702 ;;
9703 *)
9704 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9705 ;;
9706 esac
9707 else
9708 case $host_cpu in
9709 hppa*64*)
9710 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9711 ;;
9712 ia64*)
9713 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9714 ;;
9715 *)
3725885a
RW
9716
9717 # Older versions of the 11.00 compiler do not understand -b yet
9718 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9720$as_echo_n "checking if $CC understands -b... " >&6; }
9721if test "${lt_cv_prog_compiler__b+set}" = set; then :
9722 $as_echo_n "(cached) " >&6
9723else
9724 lt_cv_prog_compiler__b=no
9725 save_LDFLAGS="$LDFLAGS"
9726 LDFLAGS="$LDFLAGS -b"
9727 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9728 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9729 # The linker can only warn and ignore the option if not recognized
9730 # So say no if there are warnings
9731 if test -s conftest.err; then
9732 # Append any errors to the config.log.
9733 cat conftest.err 1>&5
9734 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9735 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9736 if diff conftest.exp conftest.er2 >/dev/null; then
9737 lt_cv_prog_compiler__b=yes
9738 fi
9739 else
9740 lt_cv_prog_compiler__b=yes
9741 fi
9742 fi
9743 $RM -r conftest*
9744 LDFLAGS="$save_LDFLAGS"
9745
9746fi
9747{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9748$as_echo "$lt_cv_prog_compiler__b" >&6; }
9749
9750if test x"$lt_cv_prog_compiler__b" = xyes; then
9751 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9752else
9753 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9754fi
9755
d7040cdb
SE
9756 ;;
9757 esac
9758 fi
9759 if test "$with_gnu_ld" = no; then
9760 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9761 hardcode_libdir_separator=:
9762
9763 case $host_cpu in
9764 hppa*64*|ia64*)
9765 hardcode_direct=no
9766 hardcode_shlibpath_var=no
9767 ;;
9768 *)
9769 hardcode_direct=yes
9770 hardcode_direct_absolute=yes
9771 export_dynamic_flag_spec='${wl}-E'
9772
9773 # hardcode_minus_L: Not really in the search PATH,
9774 # but as the default location of the library.
9775 hardcode_minus_L=yes
9776 ;;
9777 esac
9778 fi
9779 ;;
9780
9781 irix5* | irix6* | nonstopux*)
9782 if test "$GCC" = yes; then
3725885a 9783 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
9784 # Try to use the -exported_symbol ld option, if it does not
9785 # work, assume that -exports_file does not work either and
9786 # implicitly export all symbols.
9787 save_LDFLAGS="$LDFLAGS"
9788 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
9789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9790/* end confdefs.h. */
d7040cdb
SE
9791int foo(void) {}
9792_ACEOF
81ecdfbb 9793if ac_fn_c_try_link "$LINENO"; then :
3725885a 9794 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 9795
d7040cdb 9796fi
81ecdfbb
RW
9797rm -f core conftest.err conftest.$ac_objext \
9798 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9799 LDFLAGS="$save_LDFLAGS"
9800 else
3725885a
RW
9801 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'
9802 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
9803 fi
9804 archive_cmds_need_lc='no'
9805 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9806 hardcode_libdir_separator=:
9807 inherit_rpath=yes
9808 link_all_deplibs=yes
9809 ;;
9810
9811 netbsd*)
9812 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9813 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9814 else
9815 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9816 fi
9817 hardcode_libdir_flag_spec='-R$libdir'
9818 hardcode_direct=yes
9819 hardcode_shlibpath_var=no
9820 ;;
9821
9822 newsos6)
9823 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9824 hardcode_direct=yes
9825 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9826 hardcode_libdir_separator=:
9827 hardcode_shlibpath_var=no
9828 ;;
9829
9830 *nto* | *qnx*)
9831 ;;
9832
9833 openbsd*)
718a6fd8
SE
9834 if test -f /usr/libexec/ld.so; then
9835 hardcode_direct=yes
9836 hardcode_shlibpath_var=no
9837 hardcode_direct_absolute=yes
9838 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9839 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9840 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9841 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9842 export_dynamic_flag_spec='${wl}-E'
9843 else
9844 case $host_os in
9845 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9846 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9847 hardcode_libdir_flag_spec='-R$libdir'
9848 ;;
9849 *)
9850 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9851 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9852 ;;
9853 esac
9854 fi
9855 else
9856 ld_shlibs=no
d7040cdb
SE
9857 fi
9858 ;;
9859
9860 os2*)
9861 hardcode_libdir_flag_spec='-L$libdir'
9862 hardcode_minus_L=yes
9863 allow_undefined_flag=unsupported
3725885a 9864 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
9865 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9866 ;;
9867
9868 osf3*)
9869 if test "$GCC" = yes; then
9870 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9871 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
9872 else
9873 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9874 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
9875 fi
9876 archive_cmds_need_lc='no'
9877 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9878 hardcode_libdir_separator=:
9879 ;;
9880
9881 osf4* | osf5*) # as osf3* with the addition of -msym flag
9882 if test "$GCC" = yes; then
9883 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9884 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
9885 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9886 else
9887 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9888 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 9889 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 9890 $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
9891
9892 # Both c and cxx compiler support -rpath directly
9893 hardcode_libdir_flag_spec='-rpath $libdir'
9894 fi
9895 archive_cmds_need_lc='no'
9896 hardcode_libdir_separator=:
9897 ;;
9898
9899 solaris*)
9900 no_undefined_flag=' -z defs'
9901 if test "$GCC" = yes; then
9902 wlarc='${wl}'
9903 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9904 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9905 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9906 else
9907 case `$CC -V 2>&1` in
9908 *"Compilers 5.0"*)
9909 wlarc=''
9910 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9911 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9912 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9913 ;;
9914 *)
9915 wlarc='${wl}'
9916 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9917 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9918 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9919 ;;
9920 esac
9921 fi
9922 hardcode_libdir_flag_spec='-R$libdir'
9923 hardcode_shlibpath_var=no
9924 case $host_os in
9925 solaris2.[0-5] | solaris2.[0-5].*) ;;
9926 *)
9927 # The compiler driver will combine and reorder linker options,
9928 # but understands `-z linker_flag'. GCC discards it without `$wl',
9929 # but is careful enough not to reorder.
9930 # Supported since Solaris 2.6 (maybe 2.5.1?)
9931 if test "$GCC" = yes; then
9932 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9933 else
9934 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9935 fi
9936 ;;
9937 esac
9938 link_all_deplibs=yes
9939 ;;
9940
9941 sunos4*)
9942 if test "x$host_vendor" = xsequent; then
9943 # Use $CC to link under sequent, because it throws in some extra .o
9944 # files that make .init and .fini sections work.
9945 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9946 else
9947 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9948 fi
9949 hardcode_libdir_flag_spec='-L$libdir'
9950 hardcode_direct=yes
9951 hardcode_minus_L=yes
9952 hardcode_shlibpath_var=no
9953 ;;
9954
9955 sysv4)
9956 case $host_vendor in
9957 sni)
9958 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9959 hardcode_direct=yes # is this really true???
9960 ;;
9961 siemens)
9962 ## LD is ld it makes a PLAMLIB
9963 ## CC just makes a GrossModule.
9964 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9965 reload_cmds='$CC -r -o $output$reload_objs'
9966 hardcode_direct=no
9967 ;;
9968 motorola)
9969 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9970 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9971 ;;
9972 esac
9973 runpath_var='LD_RUN_PATH'
9974 hardcode_shlibpath_var=no
9975 ;;
9976
9977 sysv4.3*)
9978 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9979 hardcode_shlibpath_var=no
9980 export_dynamic_flag_spec='-Bexport'
9981 ;;
9982
9983 sysv4*MP*)
9984 if test -d /usr/nec; then
9985 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9986 hardcode_shlibpath_var=no
9987 runpath_var=LD_RUN_PATH
9988 hardcode_runpath_var=yes
9989 ld_shlibs=yes
9990 fi
9991 ;;
9992
9993 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9994 no_undefined_flag='${wl}-z,text'
9995 archive_cmds_need_lc=no
9996 hardcode_shlibpath_var=no
9997 runpath_var='LD_RUN_PATH'
9998
9999 if test "$GCC" = yes; then
10000 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10001 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10002 else
10003 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10004 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10005 fi
10006 ;;
10007
10008 sysv5* | sco3.2v5* | sco5v6*)
10009 # Note: We can NOT use -z defs as we might desire, because we do not
10010 # link with -lc, and that would cause any symbols used from libc to
10011 # always be unresolved, which means just about no library would
10012 # ever link correctly. If we're not using GNU ld we use -z text
10013 # though, which does catch some bad symbols but isn't as heavy-handed
10014 # as -z defs.
10015 no_undefined_flag='${wl}-z,text'
10016 allow_undefined_flag='${wl}-z,nodefs'
10017 archive_cmds_need_lc=no
10018 hardcode_shlibpath_var=no
10019 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10020 hardcode_libdir_separator=':'
10021 link_all_deplibs=yes
10022 export_dynamic_flag_spec='${wl}-Bexport'
10023 runpath_var='LD_RUN_PATH'
10024
10025 if test "$GCC" = yes; then
10026 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10027 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10028 else
10029 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10030 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10031 fi
10032 ;;
10033
10034 uts4*)
10035 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10036 hardcode_libdir_flag_spec='-L$libdir'
10037 hardcode_shlibpath_var=no
10038 ;;
10039
10040 *)
10041 ld_shlibs=no
10042 ;;
10043 esac
10044
10045 if test x$host_vendor = xsni; then
10046 case $host in
10047 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10048 export_dynamic_flag_spec='${wl}-Blargedynsym'
10049 ;;
10050 esac
10051 fi
10052 fi
10053
81ecdfbb
RW
10054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10055$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
10056test "$ld_shlibs" = no && can_build_shared=no
10057
10058with_gnu_ld=$with_gnu_ld
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074#
10075# Do we need to explicitly link libc?
10076#
10077case "x$archive_cmds_need_lc" in
10078x|xyes)
10079 # Assume -lc should be added
10080 archive_cmds_need_lc=yes
10081
10082 if test "$enable_shared" = yes && test "$GCC" = yes; then
10083 case $archive_cmds in
10084 *'~'*)
10085 # FIXME: we may have to deal with multi-command sequences.
10086 ;;
10087 '$CC '*)
10088 # Test whether the compiler implicitly links with -lc since on some
10089 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10090 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
10091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10092$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10093if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10094 $as_echo_n "(cached) " >&6
39144654
RW
10095else
10096 $RM conftest*
10097 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 10098
81ecdfbb 10099 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
10100 (eval $ac_compile) 2>&5
10101 ac_status=$?
81ecdfbb
RW
10102 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10103 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
10104 soname=conftest
10105 lib=conftest
10106 libobjs=conftest.$ac_objext
10107 deplibs=
10108 wl=$lt_prog_compiler_wl
10109 pic_flag=$lt_prog_compiler_pic
10110 compiler_flags=-v
10111 linker_flags=-v
10112 verstring=
10113 output_objdir=.
10114 libname=conftest
10115 lt_save_allow_undefined_flag=$allow_undefined_flag
10116 allow_undefined_flag=
81ecdfbb 10117 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb
SE
10118 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10119 ac_status=$?
81ecdfbb
RW
10120 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10121 test $ac_status = 0; }
39144654
RW
10122 then
10123 lt_cv_archive_cmds_need_lc=no
10124 else
10125 lt_cv_archive_cmds_need_lc=yes
10126 fi
10127 allow_undefined_flag=$lt_save_allow_undefined_flag
10128 else
10129 cat conftest.err 1>&5
10130 fi
10131 $RM conftest*
10132
10133fi
81ecdfbb
RW
10134{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10135$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 10136 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
10137 ;;
10138 esac
10139 fi
10140 ;;
10141esac
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
81ecdfbb
RW
10299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10300$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10301
10302if test "$GCC" = yes; then
d7040cdb
SE
10303 case $host_os in
10304 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10305 *) lt_awk_arg="/^libraries:/" ;;
10306 esac
3725885a
RW
10307 case $host_os in
10308 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10309 *) lt_sed_strip_eq="s,=/,/,g" ;;
10310 esac
10311 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10312 case $lt_search_path_spec in
10313 *\;*)
d7040cdb
SE
10314 # if the path contains ";" then we assume it to be the separator
10315 # otherwise default to the standard path separator (i.e. ":") - it is
10316 # assumed that no part of a normal pathname contains ";" but that should
10317 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10318 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10319 ;;
10320 *)
10321 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10322 ;;
10323 esac
d7040cdb
SE
10324 # Ok, now we have the path, separated by spaces, we can step through it
10325 # and add multilib dir if necessary.
10326 lt_tmp_lt_search_path_spec=
10327 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10328 for lt_sys_path in $lt_search_path_spec; do
10329 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10330 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10331 else
10332 test -d "$lt_sys_path" && \
10333 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10334 fi
10335 done
3725885a 10336 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10337BEGIN {RS=" "; FS="/|\n";} {
10338 lt_foo="";
10339 lt_count=0;
10340 for (lt_i = NF; lt_i > 0; lt_i--) {
10341 if ($lt_i != "" && $lt_i != ".") {
10342 if ($lt_i == "..") {
10343 lt_count++;
10344 } else {
10345 if (lt_count == 0) {
10346 lt_foo="/" $lt_i lt_foo;
10347 } else {
10348 lt_count--;
10349 }
10350 }
10351 }
10352 }
10353 if (lt_foo != "") { lt_freq[lt_foo]++; }
10354 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10355}'`
3725885a
RW
10356 # AWK program above erroneously prepends '/' to C:/dos/paths
10357 # for these hosts.
10358 case $host_os in
10359 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10360 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10361 esac
10362 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10363else
10364 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10365fi
10366library_names_spec=
10367libname_spec='lib$name'
10368soname_spec=
10369shrext_cmds=".so"
10370postinstall_cmds=
10371postuninstall_cmds=
10372finish_cmds=
10373finish_eval=
10374shlibpath_var=
10375shlibpath_overrides_runpath=unknown
10376version_type=none
10377dynamic_linker="$host_os ld.so"
10378sys_lib_dlsearch_path_spec="/lib /usr/lib"
10379need_lib_prefix=unknown
10380hardcode_into_libs=no
10381
10382# when you set need_version to no, make sure it does not cause -set_version
10383# flags to be left without arguments
10384need_version=unknown
10385
10386case $host_os in
10387aix3*)
10388 version_type=linux
10389 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10390 shlibpath_var=LIBPATH
10391
10392 # AIX 3 has no versioning support, so we append a major version to the name.
10393 soname_spec='${libname}${release}${shared_ext}$major'
10394 ;;
10395
e81819a5 10396aix[4-9]*)
d7040cdb
SE
10397 version_type=linux
10398 need_lib_prefix=no
10399 need_version=no
10400 hardcode_into_libs=yes
10401 if test "$host_cpu" = ia64; then
10402 # AIX 5 supports IA64
10403 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10404 shlibpath_var=LD_LIBRARY_PATH
10405 else
10406 # With GCC up to 2.95.x, collect2 would create an import file
10407 # for dependence libraries. The import file would start with
10408 # the line `#! .'. This would cause the generated library to
10409 # depend on `.', always an invalid library. This was fixed in
10410 # development snapshots of GCC prior to 3.0.
10411 case $host_os in
10412 aix4 | aix4.[01] | aix4.[01].*)
10413 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10414 echo ' yes '
10415 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10416 :
10417 else
10418 can_build_shared=no
10419 fi
10420 ;;
10421 esac
10422 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10423 # soname into executable. Probably we can add versioning support to
10424 # collect2, so additional links can be useful in future.
10425 if test "$aix_use_runtimelinking" = yes; then
10426 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10427 # instead of lib<name>.a to let people know that these are not
10428 # typical AIX shared libraries.
10429 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10430 else
10431 # We preserve .a as extension for shared libraries through AIX4.2
10432 # and later when we are not doing run time linking.
10433 library_names_spec='${libname}${release}.a $libname.a'
10434 soname_spec='${libname}${release}${shared_ext}$major'
10435 fi
10436 shlibpath_var=LIBPATH
10437 fi
10438 ;;
10439
10440amigaos*)
718a6fd8
SE
10441 case $host_cpu in
10442 powerpc)
10443 # Since July 2007 AmigaOS4 officially supports .so libraries.
10444 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10445 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10446 ;;
10447 m68k)
d7040cdb
SE
10448 library_names_spec='$libname.ixlibrary $libname.a'
10449 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10450 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
10451 ;;
10452 esac
d7040cdb
SE
10453 ;;
10454
10455beos*)
10456 library_names_spec='${libname}${shared_ext}'
10457 dynamic_linker="$host_os ld.so"
10458 shlibpath_var=LIBRARY_PATH
10459 ;;
10460
10461bsdi[45]*)
10462 version_type=linux
10463 need_version=no
10464 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10465 soname_spec='${libname}${release}${shared_ext}$major'
10466 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10467 shlibpath_var=LD_LIBRARY_PATH
10468 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10469 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10470 # the default ld.so.conf also contains /usr/contrib/lib and
10471 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10472 # libtool to hard-code these into programs
10473 ;;
10474
718a6fd8 10475cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10476 version_type=windows
10477 shrext_cmds=".dll"
10478 need_version=no
10479 need_lib_prefix=no
10480
718a6fd8
SE
10481 case $GCC,$host_os in
10482 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10483 library_names_spec='$libname.dll.a'
10484 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10485 postinstall_cmds='base_file=`basename \${file}`~
10486 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10487 dldir=$destdir/`dirname \$dlpath`~
10488 test -d \$dldir || mkdir -p \$dldir~
10489 $install_prog $dir/$dlname \$dldir/$dlname~
10490 chmod a+x \$dldir/$dlname~
10491 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10492 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10493 fi'
10494 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10495 dlpath=$dir/\$dldll~
10496 $RM \$dlpath'
10497 shlibpath_overrides_runpath=yes
10498
10499 case $host_os in
10500 cygwin*)
10501 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10502 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10503
10504 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10505 ;;
718a6fd8 10506 mingw* | cegcc*)
d7040cdb
SE
10507 # MinGW DLLs use traditional 'lib' prefix
10508 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10509 ;;
10510 pw32*)
10511 # pw32 DLLs use 'pw' prefix rather than 'lib'
10512 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10513 ;;
10514 esac
10515 ;;
10516
10517 *)
10518 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10519 ;;
10520 esac
10521 dynamic_linker='Win32 ld.exe'
10522 # FIXME: first we should search . and the directory the executable is in
10523 shlibpath_var=PATH
10524 ;;
10525
10526darwin* | rhapsody*)
10527 dynamic_linker="$host_os dyld"
10528 version_type=darwin
10529 need_lib_prefix=no
10530 need_version=no
10531 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10532 soname_spec='${libname}${release}${major}$shared_ext'
10533 shlibpath_overrides_runpath=yes
10534 shlibpath_var=DYLD_LIBRARY_PATH
10535 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10536
10537 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10538 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10539 ;;
10540
10541dgux*)
10542 version_type=linux
10543 need_lib_prefix=no
10544 need_version=no
10545 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10546 soname_spec='${libname}${release}${shared_ext}$major'
10547 shlibpath_var=LD_LIBRARY_PATH
10548 ;;
10549
d7040cdb
SE
10550freebsd* | dragonfly*)
10551 # DragonFly does not have aout. When/if they implement a new
10552 # versioning mechanism, adjust this.
10553 if test -x /usr/bin/objformat; then
10554 objformat=`/usr/bin/objformat`
10555 else
10556 case $host_os in
10557 freebsd[123]*) objformat=aout ;;
10558 *) objformat=elf ;;
10559 esac
10560 fi
10561 version_type=freebsd-$objformat
10562 case $version_type in
10563 freebsd-elf*)
10564 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10565 need_version=no
10566 need_lib_prefix=no
10567 ;;
10568 freebsd-*)
10569 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10570 need_version=yes
10571 ;;
10572 esac
10573 shlibpath_var=LD_LIBRARY_PATH
10574 case $host_os in
10575 freebsd2*)
10576 shlibpath_overrides_runpath=yes
10577 ;;
10578 freebsd3.[01]* | freebsdelf3.[01]*)
10579 shlibpath_overrides_runpath=yes
10580 hardcode_into_libs=yes
10581 ;;
10582 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10583 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10584 shlibpath_overrides_runpath=no
10585 hardcode_into_libs=yes
10586 ;;
10587 *) # from 4.6 on, and DragonFly
10588 shlibpath_overrides_runpath=yes
10589 hardcode_into_libs=yes
10590 ;;
10591 esac
10592 ;;
10593
10594gnu*)
10595 version_type=linux
10596 need_lib_prefix=no
10597 need_version=no
10598 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10599 soname_spec='${libname}${release}${shared_ext}$major'
10600 shlibpath_var=LD_LIBRARY_PATH
10601 hardcode_into_libs=yes
10602 ;;
10603
3725885a
RW
10604haiku*)
10605 version_type=linux
10606 need_lib_prefix=no
10607 need_version=no
10608 dynamic_linker="$host_os runtime_loader"
10609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10610 soname_spec='${libname}${release}${shared_ext}$major'
10611 shlibpath_var=LIBRARY_PATH
10612 shlibpath_overrides_runpath=yes
10613 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10614 hardcode_into_libs=yes
10615 ;;
10616
d7040cdb
SE
10617hpux9* | hpux10* | hpux11*)
10618 # Give a soname corresponding to the major version so that dld.sl refuses to
10619 # link against other versions.
10620 version_type=sunos
10621 need_lib_prefix=no
10622 need_version=no
10623 case $host_cpu in
10624 ia64*)
10625 shrext_cmds='.so'
10626 hardcode_into_libs=yes
10627 dynamic_linker="$host_os dld.so"
10628 shlibpath_var=LD_LIBRARY_PATH
10629 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10630 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10631 soname_spec='${libname}${release}${shared_ext}$major'
10632 if test "X$HPUX_IA64_MODE" = X32; then
10633 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10634 else
10635 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10636 fi
10637 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10638 ;;
10639 hppa*64*)
10640 shrext_cmds='.sl'
10641 hardcode_into_libs=yes
10642 dynamic_linker="$host_os dld.sl"
10643 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_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 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10648 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10649 ;;
10650 *)
10651 shrext_cmds='.sl'
10652 dynamic_linker="$host_os dld.sl"
10653 shlibpath_var=SHLIB_PATH
10654 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10655 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10656 soname_spec='${libname}${release}${shared_ext}$major'
10657 ;;
10658 esac
3725885a 10659 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10660 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10661 # or fails outright, so override atomically:
10662 install_override_mode=555
d7040cdb
SE
10663 ;;
10664
10665interix[3-9]*)
10666 version_type=linux
10667 need_lib_prefix=no
10668 need_version=no
10669 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10670 soname_spec='${libname}${release}${shared_ext}$major'
10671 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10672 shlibpath_var=LD_LIBRARY_PATH
10673 shlibpath_overrides_runpath=no
10674 hardcode_into_libs=yes
10675 ;;
10676
10677irix5* | irix6* | nonstopux*)
10678 case $host_os in
10679 nonstopux*) version_type=nonstopux ;;
10680 *)
10681 if test "$lt_cv_prog_gnu_ld" = yes; then
10682 version_type=linux
10683 else
10684 version_type=irix
10685 fi ;;
10686 esac
10687 need_lib_prefix=no
10688 need_version=no
10689 soname_spec='${libname}${release}${shared_ext}$major'
10690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10691 case $host_os in
10692 irix5* | nonstopux*)
10693 libsuff= shlibsuff=
10694 ;;
10695 *)
10696 case $LD in # libtool.m4 will add one of these switches to LD
10697 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10698 libsuff= shlibsuff= libmagic=32-bit;;
10699 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10700 libsuff=32 shlibsuff=N32 libmagic=N32;;
10701 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10702 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10703 *) libsuff= shlibsuff= libmagic=never-match;;
10704 esac
10705 ;;
10706 esac
10707 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10708 shlibpath_overrides_runpath=no
10709 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10710 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10711 hardcode_into_libs=yes
10712 ;;
10713
10714# No shared lib support for Linux oldld, aout, or coff.
10715linux*oldld* | linux*aout* | linux*coff*)
10716 dynamic_linker=no
10717 ;;
10718
10719# This must be Linux ELF.
58e24671 10720linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
10721 version_type=linux
10722 need_lib_prefix=no
10723 need_version=no
10724 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10725 soname_spec='${libname}${release}${shared_ext}$major'
10726 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10727 shlibpath_var=LD_LIBRARY_PATH
10728 shlibpath_overrides_runpath=no
39144654 10729
d7040cdb 10730 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10731 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10732 $as_echo_n "(cached) " >&6
39144654
RW
10733else
10734 lt_cv_shlibpath_overrides_runpath=no
10735 save_LDFLAGS=$LDFLAGS
10736 save_libdir=$libdir
10737 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10738 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10740/* end confdefs.h. */
10741
10742int
10743main ()
10744{
10745
10746 ;
10747 return 0;
10748}
10749_ACEOF
81ecdfbb
RW
10750if ac_fn_c_try_link "$LINENO"; then :
10751 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10752 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10753fi
d7040cdb 10754fi
81ecdfbb
RW
10755rm -f core conftest.err conftest.$ac_objext \
10756 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10757 LDFLAGS=$save_LDFLAGS
10758 libdir=$save_libdir
10759
10760fi
10761
10762 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10763
10764 # This implies no fast_install, which is unacceptable.
10765 # Some rework will be needed to allow for fast_install
10766 # before this can be enabled.
10767 hardcode_into_libs=yes
10768
10769 # Append ld.so.conf contents to the search path
10770 if test -f /etc/ld.so.conf; then
3725885a 10771 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
10772 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10773 fi
10774
10775 # We used to test for /lib/ld.so.1 and disable shared libraries on
10776 # powerpc, because MkLinux only supported shared libraries with the
10777 # GNU dynamic linker. Since this was broken with cross compilers,
10778 # most powerpc-linux boxes support dynamic linking these days and
10779 # people can always --disable-shared, the test was removed, and we
10780 # assume the GNU/Linux dynamic linker is in use.
10781 dynamic_linker='GNU/Linux ld.so'
10782 ;;
10783
10784netbsd*)
10785 version_type=sunos
10786 need_lib_prefix=no
10787 need_version=no
10788 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10789 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10790 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10791 dynamic_linker='NetBSD (a.out) ld.so'
10792 else
10793 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10794 soname_spec='${libname}${release}${shared_ext}$major'
10795 dynamic_linker='NetBSD ld.elf_so'
10796 fi
10797 shlibpath_var=LD_LIBRARY_PATH
10798 shlibpath_overrides_runpath=yes
10799 hardcode_into_libs=yes
10800 ;;
10801
10802newsos6)
10803 version_type=linux
10804 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10805 shlibpath_var=LD_LIBRARY_PATH
10806 shlibpath_overrides_runpath=yes
10807 ;;
10808
10809*nto* | *qnx*)
10810 version_type=qnx
10811 need_lib_prefix=no
10812 need_version=no
10813 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10814 soname_spec='${libname}${release}${shared_ext}$major'
10815 shlibpath_var=LD_LIBRARY_PATH
10816 shlibpath_overrides_runpath=no
10817 hardcode_into_libs=yes
10818 dynamic_linker='ldqnx.so'
10819 ;;
10820
10821openbsd*)
10822 version_type=sunos
10823 sys_lib_dlsearch_path_spec="/usr/lib"
10824 need_lib_prefix=no
10825 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10826 case $host_os in
10827 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10828 *) need_version=no ;;
10829 esac
10830 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10831 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10832 shlibpath_var=LD_LIBRARY_PATH
10833 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10834 case $host_os in
10835 openbsd2.[89] | openbsd2.[89].*)
10836 shlibpath_overrides_runpath=no
10837 ;;
10838 *)
10839 shlibpath_overrides_runpath=yes
10840 ;;
10841 esac
10842 else
10843 shlibpath_overrides_runpath=yes
10844 fi
10845 ;;
10846
10847os2*)
10848 libname_spec='$name'
10849 shrext_cmds=".dll"
10850 need_lib_prefix=no
10851 library_names_spec='$libname${shared_ext} $libname.a'
10852 dynamic_linker='OS/2 ld.exe'
10853 shlibpath_var=LIBPATH
10854 ;;
10855
10856osf3* | osf4* | osf5*)
10857 version_type=osf
10858 need_lib_prefix=no
10859 need_version=no
10860 soname_spec='${libname}${release}${shared_ext}$major'
10861 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10862 shlibpath_var=LD_LIBRARY_PATH
10863 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10864 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10865 ;;
10866
10867rdos*)
10868 dynamic_linker=no
10869 ;;
10870
10871solaris*)
10872 version_type=linux
10873 need_lib_prefix=no
10874 need_version=no
10875 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10876 soname_spec='${libname}${release}${shared_ext}$major'
10877 shlibpath_var=LD_LIBRARY_PATH
10878 shlibpath_overrides_runpath=yes
10879 hardcode_into_libs=yes
10880 # ldd complains unless libraries are executable
10881 postinstall_cmds='chmod +x $lib'
10882 ;;
10883
10884sunos4*)
10885 version_type=sunos
10886 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10887 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10888 shlibpath_var=LD_LIBRARY_PATH
10889 shlibpath_overrides_runpath=yes
10890 if test "$with_gnu_ld" = yes; then
10891 need_lib_prefix=no
10892 fi
10893 need_version=yes
10894 ;;
10895
10896sysv4 | sysv4.3*)
10897 version_type=linux
10898 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10899 soname_spec='${libname}${release}${shared_ext}$major'
10900 shlibpath_var=LD_LIBRARY_PATH
10901 case $host_vendor in
10902 sni)
10903 shlibpath_overrides_runpath=no
10904 need_lib_prefix=no
10905 runpath_var=LD_RUN_PATH
10906 ;;
10907 siemens)
10908 need_lib_prefix=no
10909 ;;
10910 motorola)
10911 need_lib_prefix=no
10912 need_version=no
10913 shlibpath_overrides_runpath=no
10914 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10915 ;;
10916 esac
10917 ;;
10918
10919sysv4*MP*)
10920 if test -d /usr/nec ;then
10921 version_type=linux
10922 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10923 soname_spec='$libname${shared_ext}.$major'
10924 shlibpath_var=LD_LIBRARY_PATH
10925 fi
10926 ;;
10927
10928sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10929 version_type=freebsd-elf
10930 need_lib_prefix=no
10931 need_version=no
10932 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10933 soname_spec='${libname}${release}${shared_ext}$major'
10934 shlibpath_var=LD_LIBRARY_PATH
10935 shlibpath_overrides_runpath=yes
10936 hardcode_into_libs=yes
10937 if test "$with_gnu_ld" = yes; then
10938 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10939 else
10940 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10941 case $host_os in
10942 sco3.2v5*)
10943 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10944 ;;
10945 esac
10946 fi
10947 sys_lib_dlsearch_path_spec='/usr/lib'
10948 ;;
10949
10950tpf*)
10951 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10952 version_type=linux
10953 need_lib_prefix=no
10954 need_version=no
718a6fd8 10955 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
10956 shlibpath_var=LD_LIBRARY_PATH
10957 shlibpath_overrides_runpath=no
10958 hardcode_into_libs=yes
10959 ;;
10960
10961uts4*)
10962 version_type=linux
10963 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10964 soname_spec='${libname}${release}${shared_ext}$major'
10965 shlibpath_var=LD_LIBRARY_PATH
10966 ;;
10967
10968*)
10969 dynamic_linker=no
10970 ;;
10971esac
81ecdfbb
RW
10972{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10973$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
10974test "$dynamic_linker" = no && can_build_shared=no
10975
10976variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10977if test "$GCC" = yes; then
10978 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10979fi
10980
718a6fd8
SE
10981if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10982 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10983fi
10984if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10985 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10986fi
10987
d7040cdb
SE
10988
10989
10990
10991
10992
10993
10994
10995
10996
10997
10998
10999
11000
11001
11002
11003
11004
11005
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
3725885a
RW
11068
11069
11070
11071
11072
d7040cdb
SE
11073
11074
11075
11076
11077
11078
81ecdfbb
RW
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11080$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
11081hardcode_action=
11082if test -n "$hardcode_libdir_flag_spec" ||
11083 test -n "$runpath_var" ||
11084 test "X$hardcode_automatic" = "Xyes" ; then
11085
11086 # We can hardcode non-existent directories.
11087 if test "$hardcode_direct" != no &&
11088 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11089 # have to relink, otherwise we might link with an installed library
11090 # when we should be linking with a yet-to-be-installed one
11091 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11092 test "$hardcode_minus_L" != no; then
11093 # Linking always hardcodes the temporary library directory.
11094 hardcode_action=relink
11095 else
11096 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11097 hardcode_action=immediate
11098 fi
11099else
11100 # We cannot hardcode anything, or else we can only hardcode existing
11101 # directories.
11102 hardcode_action=unsupported
11103fi
81ecdfbb
RW
11104{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11105$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
11106
11107if test "$hardcode_action" = relink ||
11108 test "$inherit_rpath" = yes; then
11109 # Fast installation is not supported
11110 enable_fast_install=no
11111elif test "$shlibpath_overrides_runpath" = yes ||
11112 test "$enable_shared" = no; then
11113 # Fast installation is not necessary
11114 enable_fast_install=needless
11115fi
11116
11117
11118
11119
11120
11121
11122 if test "x$enable_dlopen" != xyes; then
11123 enable_dlopen=unknown
11124 enable_dlopen_self=unknown
11125 enable_dlopen_self_static=unknown
11126else
11127 lt_cv_dlopen=no
11128 lt_cv_dlopen_libs=
11129
11130 case $host_os in
11131 beos*)
11132 lt_cv_dlopen="load_add_on"
11133 lt_cv_dlopen_libs=
11134 lt_cv_dlopen_self=yes
11135 ;;
11136
718a6fd8 11137 mingw* | pw32* | cegcc*)
d7040cdb
SE
11138 lt_cv_dlopen="LoadLibrary"
11139 lt_cv_dlopen_libs=
11140 ;;
11141
11142 cygwin*)
11143 lt_cv_dlopen="dlopen"
11144 lt_cv_dlopen_libs=
11145 ;;
11146
11147 darwin*)
11148 # if libdl is installed we need to link against it
81ecdfbb
RW
11149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11150$as_echo_n "checking for dlopen in -ldl... " >&6; }
11151if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11152 $as_echo_n "(cached) " >&6
d7040cdb
SE
11153else
11154 ac_check_lib_save_LIBS=$LIBS
11155LIBS="-ldl $LIBS"
81ecdfbb 11156cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11157/* end confdefs.h. */
11158
81ecdfbb
RW
11159/* Override any GCC internal prototype to avoid an error.
11160 Use char because int might match the return type of a GCC
11161 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11162#ifdef __cplusplus
11163extern "C"
11164#endif
d7040cdb
SE
11165char dlopen ();
11166int
11167main ()
11168{
81ecdfbb 11169return dlopen ();
d7040cdb
SE
11170 ;
11171 return 0;
11172}
11173_ACEOF
81ecdfbb 11174if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11175 ac_cv_lib_dl_dlopen=yes
11176else
81ecdfbb 11177 ac_cv_lib_dl_dlopen=no
d7040cdb 11178fi
81ecdfbb
RW
11179rm -f core conftest.err conftest.$ac_objext \
11180 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11181LIBS=$ac_check_lib_save_LIBS
11182fi
81ecdfbb
RW
11183{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11184$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11185if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
d7040cdb
SE
11186 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11187else
11188
11189 lt_cv_dlopen="dyld"
11190 lt_cv_dlopen_libs=
11191 lt_cv_dlopen_self=yes
11192
11193fi
11194
11195 ;;
11196
11197 *)
81ecdfbb
RW
11198 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11199if test "x$ac_cv_func_shl_load" = x""yes; then :
d7040cdb
SE
11200 lt_cv_dlopen="shl_load"
11201else
81ecdfbb
RW
11202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11203$as_echo_n "checking for shl_load in -ldld... " >&6; }
11204if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11205 $as_echo_n "(cached) " >&6
d7040cdb
SE
11206else
11207 ac_check_lib_save_LIBS=$LIBS
11208LIBS="-ldld $LIBS"
81ecdfbb 11209cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11210/* end confdefs.h. */
11211
81ecdfbb
RW
11212/* Override any GCC internal prototype to avoid an error.
11213 Use char because int might match the return type of a GCC
11214 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11215#ifdef __cplusplus
11216extern "C"
11217#endif
d7040cdb
SE
11218char shl_load ();
11219int
11220main ()
11221{
81ecdfbb 11222return shl_load ();
d7040cdb
SE
11223 ;
11224 return 0;
11225}
11226_ACEOF
81ecdfbb 11227if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11228 ac_cv_lib_dld_shl_load=yes
11229else
81ecdfbb 11230 ac_cv_lib_dld_shl_load=no
d7040cdb 11231fi
81ecdfbb
RW
11232rm -f core conftest.err conftest.$ac_objext \
11233 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11234LIBS=$ac_check_lib_save_LIBS
11235fi
81ecdfbb
RW
11236{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11237$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11238if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
718a6fd8 11239 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 11240else
81ecdfbb
RW
11241 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11242if test "x$ac_cv_func_dlopen" = x""yes; then :
d7040cdb
SE
11243 lt_cv_dlopen="dlopen"
11244else
81ecdfbb
RW
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11246$as_echo_n "checking for dlopen in -ldl... " >&6; }
11247if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11248 $as_echo_n "(cached) " >&6
d7040cdb
SE
11249else
11250 ac_check_lib_save_LIBS=$LIBS
11251LIBS="-ldl $LIBS"
81ecdfbb 11252cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11253/* end confdefs.h. */
11254
81ecdfbb
RW
11255/* Override any GCC internal prototype to avoid an error.
11256 Use char because int might match the return type of a GCC
11257 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11258#ifdef __cplusplus
11259extern "C"
11260#endif
d7040cdb
SE
11261char dlopen ();
11262int
11263main ()
11264{
81ecdfbb 11265return dlopen ();
d7040cdb
SE
11266 ;
11267 return 0;
11268}
11269_ACEOF
81ecdfbb 11270if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11271 ac_cv_lib_dl_dlopen=yes
11272else
81ecdfbb 11273 ac_cv_lib_dl_dlopen=no
d7040cdb 11274fi
81ecdfbb
RW
11275rm -f core conftest.err conftest.$ac_objext \
11276 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11277LIBS=$ac_check_lib_save_LIBS
11278fi
81ecdfbb
RW
11279{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11280$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11281if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
d7040cdb
SE
11282 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11283else
81ecdfbb
RW
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11285$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11286if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11287 $as_echo_n "(cached) " >&6
d7040cdb
SE
11288else
11289 ac_check_lib_save_LIBS=$LIBS
11290LIBS="-lsvld $LIBS"
81ecdfbb 11291cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11292/* end confdefs.h. */
11293
81ecdfbb
RW
11294/* Override any GCC internal prototype to avoid an error.
11295 Use char because int might match the return type of a GCC
11296 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11297#ifdef __cplusplus
11298extern "C"
11299#endif
d7040cdb
SE
11300char dlopen ();
11301int
11302main ()
11303{
81ecdfbb 11304return dlopen ();
d7040cdb
SE
11305 ;
11306 return 0;
11307}
11308_ACEOF
81ecdfbb 11309if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11310 ac_cv_lib_svld_dlopen=yes
11311else
81ecdfbb 11312 ac_cv_lib_svld_dlopen=no
d7040cdb 11313fi
81ecdfbb
RW
11314rm -f core conftest.err conftest.$ac_objext \
11315 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11316LIBS=$ac_check_lib_save_LIBS
11317fi
81ecdfbb
RW
11318{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11319$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11320if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
d7040cdb
SE
11321 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11322else
81ecdfbb
RW
11323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11324$as_echo_n "checking for dld_link in -ldld... " >&6; }
11325if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11326 $as_echo_n "(cached) " >&6
d7040cdb
SE
11327else
11328 ac_check_lib_save_LIBS=$LIBS
11329LIBS="-ldld $LIBS"
81ecdfbb 11330cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11331/* end confdefs.h. */
11332
81ecdfbb
RW
11333/* Override any GCC internal prototype to avoid an error.
11334 Use char because int might match the return type of a GCC
11335 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11336#ifdef __cplusplus
11337extern "C"
11338#endif
d7040cdb
SE
11339char dld_link ();
11340int
11341main ()
11342{
81ecdfbb 11343return dld_link ();
d7040cdb
SE
11344 ;
11345 return 0;
11346}
11347_ACEOF
81ecdfbb 11348if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11349 ac_cv_lib_dld_dld_link=yes
11350else
81ecdfbb 11351 ac_cv_lib_dld_dld_link=no
d7040cdb 11352fi
81ecdfbb
RW
11353rm -f core conftest.err conftest.$ac_objext \
11354 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11355LIBS=$ac_check_lib_save_LIBS
11356fi
81ecdfbb
RW
11357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11358$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11359if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
718a6fd8 11360 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11361fi
11362
11363
11364fi
11365
11366
11367fi
11368
11369
11370fi
11371
11372
11373fi
11374
11375
11376fi
11377
11378 ;;
11379 esac
11380
11381 if test "x$lt_cv_dlopen" != xno; then
11382 enable_dlopen=yes
20e95c23 11383 else
d7040cdb 11384 enable_dlopen=no
252b5132 11385 fi
5464f5a1 11386
d7040cdb
SE
11387 case $lt_cv_dlopen in
11388 dlopen)
11389 save_CPPFLAGS="$CPPFLAGS"
11390 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11391
11392 save_LDFLAGS="$LDFLAGS"
11393 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11394
11395 save_LIBS="$LIBS"
11396 LIBS="$lt_cv_dlopen_libs $LIBS"
11397
81ecdfbb
RW
11398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11399$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11400if test "${lt_cv_dlopen_self+set}" = set; then :
11401 $as_echo_n "(cached) " >&6
20e95c23 11402else
d7040cdb
SE
11403 if test "$cross_compiling" = yes; then :
11404 lt_cv_dlopen_self=cross
11405else
11406 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11407 lt_status=$lt_dlunknown
11408 cat > conftest.$ac_ext <<_LT_EOF
c4dd807e 11409#line 11409 "configure"
d7040cdb
SE
11410#include "confdefs.h"
11411
11412#if HAVE_DLFCN_H
11413#include <dlfcn.h>
11414#endif
11415
11416#include <stdio.h>
11417
11418#ifdef RTLD_GLOBAL
11419# define LT_DLGLOBAL RTLD_GLOBAL
11420#else
11421# ifdef DL_GLOBAL
11422# define LT_DLGLOBAL DL_GLOBAL
11423# else
11424# define LT_DLGLOBAL 0
11425# endif
11426#endif
11427
11428/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11429 find out it does not work in some platform. */
11430#ifndef LT_DLLAZY_OR_NOW
11431# ifdef RTLD_LAZY
11432# define LT_DLLAZY_OR_NOW RTLD_LAZY
11433# else
11434# ifdef DL_LAZY
11435# define LT_DLLAZY_OR_NOW DL_LAZY
11436# else
11437# ifdef RTLD_NOW
11438# define LT_DLLAZY_OR_NOW RTLD_NOW
11439# else
11440# ifdef DL_NOW
11441# define LT_DLLAZY_OR_NOW DL_NOW
11442# else
11443# define LT_DLLAZY_OR_NOW 0
11444# endif
11445# endif
11446# endif
11447# endif
11448#endif
11449
3725885a
RW
11450/* When -fvisbility=hidden is used, assume the code has been annotated
11451 correspondingly for the symbols needed. */
11452#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11453void fnord () __attribute__((visibility("default")));
11454#endif
11455
11456void fnord () { int i=42; }
d7040cdb
SE
11457int main ()
11458{
11459 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11460 int status = $lt_dlunknown;
11461
11462 if (self)
11463 {
11464 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11465 else
11466 {
11467 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11468 else puts (dlerror ());
11469 }
d7040cdb
SE
11470 /* dlclose (self); */
11471 }
11472 else
11473 puts (dlerror ());
11474
718a6fd8 11475 return status;
d7040cdb
SE
11476}
11477_LT_EOF
81ecdfbb 11478 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11479 (eval $ac_link) 2>&5
11480 ac_status=$?
81ecdfbb
RW
11481 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11482 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11483 (./conftest; exit; ) >&5 2>/dev/null
11484 lt_status=$?
11485 case x$lt_status in
11486 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11487 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11488 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11489 esac
11490 else :
11491 # compilation failed
11492 lt_cv_dlopen_self=no
11493 fi
252b5132 11494fi
d7040cdb 11495rm -fr conftest*
20e95c23 11496
d7040cdb
SE
11497
11498fi
81ecdfbb
RW
11499{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11500$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11501
11502 if test "x$lt_cv_dlopen_self" = xyes; then
11503 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11505$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11506if test "${lt_cv_dlopen_self_static+set}" = set; then :
11507 $as_echo_n "(cached) " >&6
20e95c23 11508else
d7040cdb
SE
11509 if test "$cross_compiling" = yes; then :
11510 lt_cv_dlopen_self_static=cross
11511else
11512 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11513 lt_status=$lt_dlunknown
11514 cat > conftest.$ac_ext <<_LT_EOF
c4dd807e 11515#line 11515 "configure"
d7040cdb
SE
11516#include "confdefs.h"
11517
11518#if HAVE_DLFCN_H
11519#include <dlfcn.h>
11520#endif
11521
11522#include <stdio.h>
11523
11524#ifdef RTLD_GLOBAL
11525# define LT_DLGLOBAL RTLD_GLOBAL
11526#else
11527# ifdef DL_GLOBAL
11528# define LT_DLGLOBAL DL_GLOBAL
11529# else
11530# define LT_DLGLOBAL 0
11531# endif
11532#endif
11533
11534/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11535 find out it does not work in some platform. */
11536#ifndef LT_DLLAZY_OR_NOW
11537# ifdef RTLD_LAZY
11538# define LT_DLLAZY_OR_NOW RTLD_LAZY
11539# else
11540# ifdef DL_LAZY
11541# define LT_DLLAZY_OR_NOW DL_LAZY
11542# else
11543# ifdef RTLD_NOW
11544# define LT_DLLAZY_OR_NOW RTLD_NOW
11545# else
11546# ifdef DL_NOW
11547# define LT_DLLAZY_OR_NOW DL_NOW
11548# else
11549# define LT_DLLAZY_OR_NOW 0
11550# endif
11551# endif
11552# endif
11553# endif
11554#endif
11555
3725885a
RW
11556/* When -fvisbility=hidden is used, assume the code has been annotated
11557 correspondingly for the symbols needed. */
11558#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11559void fnord () __attribute__((visibility("default")));
11560#endif
11561
11562void fnord () { int i=42; }
d7040cdb
SE
11563int main ()
11564{
11565 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11566 int status = $lt_dlunknown;
11567
11568 if (self)
11569 {
11570 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11571 else
11572 {
11573 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11574 else puts (dlerror ());
11575 }
d7040cdb
SE
11576 /* dlclose (self); */
11577 }
11578 else
11579 puts (dlerror ());
11580
718a6fd8 11581 return status;
d7040cdb
SE
11582}
11583_LT_EOF
81ecdfbb 11584 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11585 (eval $ac_link) 2>&5
11586 ac_status=$?
81ecdfbb
RW
11587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11588 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11589 (./conftest; exit; ) >&5 2>/dev/null
11590 lt_status=$?
11591 case x$lt_status in
11592 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11593 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11594 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11595 esac
11596 else :
11597 # compilation failed
11598 lt_cv_dlopen_self_static=no
11599 fi
11600fi
11601rm -fr conftest*
11602
11603
11604fi
81ecdfbb
RW
11605{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11606$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11607 fi
11608
11609 CPPFLAGS="$save_CPPFLAGS"
11610 LDFLAGS="$save_LDFLAGS"
11611 LIBS="$save_LIBS"
11612 ;;
11613 esac
11614
11615 case $lt_cv_dlopen_self in
11616 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11617 *) enable_dlopen_self=unknown ;;
11618 esac
11619
11620 case $lt_cv_dlopen_self_static in
11621 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11622 *) enable_dlopen_self_static=unknown ;;
11623 esac
11624fi
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642striplib=
11643old_striplib=
81ecdfbb
RW
11644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11645$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11646if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11647 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11648 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11650$as_echo "yes" >&6; }
d7040cdb
SE
11651else
11652# FIXME - insert some real tests, host_os isn't really good enough
11653 case $host_os in
11654 darwin*)
11655 if test -n "$STRIP" ; then
11656 striplib="$STRIP -x"
11657 old_striplib="$STRIP -S"
81ecdfbb
RW
11658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11659$as_echo "yes" >&6; }
d7040cdb 11660 else
81ecdfbb
RW
11661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11662$as_echo "no" >&6; }
d7040cdb 11663 fi
20e95c23
DJ
11664 ;;
11665 *)
81ecdfbb
RW
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11667$as_echo "no" >&6; }
d7040cdb
SE
11668 ;;
11669 esac
11670fi
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683 # Report which library types will actually be built
81ecdfbb
RW
11684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11685$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11687$as_echo "$can_build_shared" >&6; }
d7040cdb 11688
81ecdfbb
RW
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11690$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11691 test "$can_build_shared" = "no" && enable_shared=no
11692
11693 # On AIX, shared libraries and static libraries use the same namespace, and
11694 # are all built from PIC.
11695 case $host_os in
11696 aix3*)
11697 test "$enable_shared" = yes && enable_static=no
11698 if test -n "$RANLIB"; then
11699 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11700 postinstall_cmds='$RANLIB $lib'
11701 fi
11702 ;;
11703
e81819a5 11704 aix[4-9]*)
d7040cdb
SE
11705 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11706 test "$enable_shared" = yes && enable_static=no
11707 fi
20e95c23 11708 ;;
d7040cdb 11709 esac
81ecdfbb
RW
11710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11711$as_echo "$enable_shared" >&6; }
d7040cdb 11712
81ecdfbb
RW
11713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11714$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11715 # Make sure either enable_shared or enable_static is yes.
11716 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11718$as_echo "$enable_static" >&6; }
d7040cdb
SE
11719
11720
11721
11722
11723fi
11724ac_ext=c
11725ac_cpp='$CPP $CPPFLAGS'
11726ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11727ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11728ac_compiler_gnu=$ac_cv_c_compiler_gnu
11729
11730CC="$lt_save_CC"
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
81ecdfbb 11744 ac_config_commands="$ac_config_commands libtool"
ce3c775b
NC
11745
11746
11747
11748
11749# Only expand once:
11750
11751
11752
da2f07f1
JK
11753# AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11754
3388710e
JM
11755# The tests for host and target for $enable_largefile require
11756# canonical names.
11757
11758
11759
da2f07f1
JK
11760# As the $enable_largefile decision depends on --enable-plugins we must set it
11761# even in directories otherwise not depending on the $plugins option.
11762
5691d22d 11763
81ecdfbb
RW
11764# Check whether --enable-plugins was given.
11765if test "${enable_plugins+set}" = set; then :
11766 enableval=$enable_plugins; case "${enableval}" in
ce3c775b
NC
11767 yes | "") plugins=yes ;;
11768 no) plugins=no ;;
11769 *) plugins=yes ;;
11770 esac
11771else
11772 plugins=no
81ecdfbb 11773fi
ce3c775b
NC
11774
11775
5691d22d 11776
da2f07f1 11777case "${host}" in
ce3c775b
NC
11778 sparc-*-solaris*|i[3-7]86-*-solaris*)
11779 # On native 32bit sparc and ia32 solaris, large-file and procfs support
da2f07f1 11780 # are mutually exclusive; and without procfs support, the bfd/ elf module
ce3c775b
NC
11781 # cannot provide certain routines such as elfcore_write_prpsinfo
11782 # or elfcore_write_prstatus. So unless the user explicitly requested
11783 # large-file support through the --enable-largefile switch, disable
11784 # large-file support in favor of procfs support.
da2f07f1
JK
11785 test "${target}" = "${host}" -a "x$plugins" = xno \
11786 && : ${enable_largefile="no"}
ce3c775b
NC
11787 ;;
11788esac
11789
81ecdfbb
RW
11790# Check whether --enable-largefile was given.
11791if test "${enable_largefile+set}" = set; then :
11792 enableval=$enable_largefile;
11793fi
ce3c775b 11794
ce3c775b
NC
11795if test "$enable_largefile" != no; then
11796
81ecdfbb
RW
11797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11798$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11799if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11800 $as_echo_n "(cached) " >&6
ce3c775b
NC
11801else
11802 ac_cv_sys_largefile_CC=no
11803 if test "$GCC" != yes; then
11804 ac_save_CC=$CC
11805 while :; do
81ecdfbb
RW
11806 # IRIX 6.2 and later do not support large files by default,
11807 # so use the C compiler's -n32 option if that helps.
11808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11809/* end confdefs.h. */
11810#include <sys/types.h>
11811 /* Check that off_t can represent 2**63 - 1 correctly.
11812 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11813 since some C++ compilers masquerading as C compilers
11814 incorrectly reject 9223372036854775807. */
11815#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11816 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11817 && LARGE_OFF_T % 2147483647 == 1)
11818 ? 1 : -1];
11819int
11820main ()
11821{
11822
11823 ;
11824 return 0;
11825}
11826_ACEOF
81ecdfbb 11827 if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11828 break
ce3c775b 11829fi
81ecdfbb
RW
11830rm -f core conftest.err conftest.$ac_objext
11831 CC="$CC -n32"
11832 if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11833 ac_cv_sys_largefile_CC=' -n32'; break
ce3c775b 11834fi
81ecdfbb 11835rm -f core conftest.err conftest.$ac_objext
ce3c775b
NC
11836 break
11837 done
11838 CC=$ac_save_CC
11839 rm -f conftest.$ac_ext
11840 fi
11841fi
81ecdfbb
RW
11842{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11843$as_echo "$ac_cv_sys_largefile_CC" >&6; }
ce3c775b
NC
11844 if test "$ac_cv_sys_largefile_CC" != no; then
11845 CC=$CC$ac_cv_sys_largefile_CC
11846 fi
11847
81ecdfbb
RW
11848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11849$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11850if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11851 $as_echo_n "(cached) " >&6
ce3c775b
NC
11852else
11853 while :; do
81ecdfbb 11854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11855/* end confdefs.h. */
11856#include <sys/types.h>
11857 /* Check that off_t can represent 2**63 - 1 correctly.
11858 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11859 since some C++ compilers masquerading as C compilers
11860 incorrectly reject 9223372036854775807. */
11861#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11862 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11863 && LARGE_OFF_T % 2147483647 == 1)
11864 ? 1 : -1];
11865int
11866main ()
11867{
11868
11869 ;
11870 return 0;
11871}
11872_ACEOF
81ecdfbb
RW
11873if ac_fn_c_try_compile "$LINENO"; then :
11874 ac_cv_sys_file_offset_bits=no; break
ce3c775b 11875fi
81ecdfbb
RW
11876rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11878/* end confdefs.h. */
11879#define _FILE_OFFSET_BITS 64
11880#include <sys/types.h>
11881 /* Check that off_t can represent 2**63 - 1 correctly.
11882 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11883 since some C++ compilers masquerading as C compilers
11884 incorrectly reject 9223372036854775807. */
11885#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11886 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11887 && LARGE_OFF_T % 2147483647 == 1)
11888 ? 1 : -1];
11889int
11890main ()
11891{
11892
11893 ;
11894 return 0;
11895}
11896_ACEOF
81ecdfbb 11897if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11898 ac_cv_sys_file_offset_bits=64; break
ce3c775b 11899fi
81ecdfbb
RW
11900rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11901 ac_cv_sys_file_offset_bits=unknown
ce3c775b
NC
11902 break
11903done
11904fi
81ecdfbb
RW
11905{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11906$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11907case $ac_cv_sys_file_offset_bits in #(
11908 no | unknown) ;;
11909 *)
ce3c775b
NC
11910cat >>confdefs.h <<_ACEOF
11911#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11912_ACEOF
81ecdfbb
RW
11913;;
11914esac
11915rm -rf conftest*
11916 if test $ac_cv_sys_file_offset_bits = unknown; then
11917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11918$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11919if test "${ac_cv_sys_large_files+set}" = set; then :
11920 $as_echo_n "(cached) " >&6
ce3c775b
NC
11921else
11922 while :; do
81ecdfbb 11923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11924/* end confdefs.h. */
11925#include <sys/types.h>
11926 /* Check that off_t can represent 2**63 - 1 correctly.
11927 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11928 since some C++ compilers masquerading as C compilers
11929 incorrectly reject 9223372036854775807. */
11930#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11931 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11932 && LARGE_OFF_T % 2147483647 == 1)
11933 ? 1 : -1];
11934int
11935main ()
11936{
11937
11938 ;
11939 return 0;
11940}
11941_ACEOF
81ecdfbb
RW
11942if ac_fn_c_try_compile "$LINENO"; then :
11943 ac_cv_sys_large_files=no; break
ce3c775b 11944fi
81ecdfbb
RW
11945rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11947/* end confdefs.h. */
11948#define _LARGE_FILES 1
11949#include <sys/types.h>
11950 /* Check that off_t can represent 2**63 - 1 correctly.
11951 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11952 since some C++ compilers masquerading as C compilers
11953 incorrectly reject 9223372036854775807. */
11954#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11955 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11956 && LARGE_OFF_T % 2147483647 == 1)
11957 ? 1 : -1];
11958int
11959main ()
11960{
d7040cdb 11961
ce3c775b
NC
11962 ;
11963 return 0;
11964}
11965_ACEOF
81ecdfbb 11966if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11967 ac_cv_sys_large_files=1; break
ce3c775b 11968fi
81ecdfbb
RW
11969rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11970 ac_cv_sys_large_files=unknown
ce3c775b
NC
11971 break
11972done
11973fi
81ecdfbb
RW
11974{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11975$as_echo "$ac_cv_sys_large_files" >&6; }
11976case $ac_cv_sys_large_files in #(
11977 no | unknown) ;;
11978 *)
ce3c775b
NC
11979cat >>confdefs.h <<_ACEOF
11980#define _LARGE_FILES $ac_cv_sys_large_files
11981_ACEOF
81ecdfbb
RW
11982;;
11983esac
11984rm -rf conftest*
11985 fi
ce3c775b 11986fi
d7040cdb
SE
11987
11988
da2f07f1
JK
11989
11990 if test "$plugins" = "yes"; then
11991 PLUGINS_TRUE=
11992 PLUGINS_FALSE='#'
11993else
11994 PLUGINS_TRUE='#'
11995 PLUGINS_FALSE=
11996fi
11997
11998
11999if test "$plugins" = "yes"; then
12000 if test "$enable_dlopen" != "yes" ; then
12001 as_fn_error "
12002 Building BFD with plugin support requires a host that supports -ldl." "$LINENO" 5
12003 fi
12004 enable_targets="$enable_targets plugin"
12005fi
12006
81ecdfbb
RW
12007# Check whether --enable-64-bit-bfd was given.
12008if test "${enable_64_bit_bfd+set}" = set; then :
12009 enableval=$enable_64_bit_bfd; case "${enableval}" in
d7040cdb
SE
12010 yes) want64=true ;;
12011 no) want64=false ;;
81ecdfbb 12012 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
d7040cdb
SE
12013esac
12014else
12015 want64=false
81ecdfbb
RW
12016fi
12017
12018# Check whether --enable-targets was given.
12019if test "${enable_targets+set}" = set; then :
12020 enableval=$enable_targets; case "${enableval}" in
12021 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
12022 ;;
12023 no) enable_targets= ;;
12024 *) enable_targets=$enableval ;;
12025esac
81ecdfbb 12026fi
504b7d20 12027
81ecdfbb
RW
12028
12029# Check whether --with-mmap was given.
12030if test "${with_mmap+set}" = set; then :
12031 withval=$with_mmap; case "${withval}" in
d7040cdb
SE
12032 yes) want_mmap=true ;;
12033 no) want_mmap=false ;;
81ecdfbb 12034 *) as_fn_error "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
20e95c23 12035esac
252b5132 12036else
d7040cdb 12037 want_mmap=false
81ecdfbb
RW
12038fi
12039
12040# Check whether --enable-secureplt was given.
12041if test "${enable_secureplt+set}" = set; then :
12042 enableval=$enable_secureplt; case "${enableval}" in
d7040cdb
SE
12043 yes) use_secureplt=true ;;
12044 no) use_secureplt=false ;;
81ecdfbb 12045 *) as_fn_error "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
d7040cdb 12046esac
252b5132 12047else
d7040cdb 12048 use_secureplt=false
81ecdfbb
RW
12049fi
12050if test $use_secureplt = true; then
d7040cdb 12051
81ecdfbb 12052$as_echo "#define USE_SECUREPLT 1" >>confdefs.h
5464f5a1 12053
252b5132 12054fi
20e95c23 12055
ef72a554
KT
12056# Check whether --enable-leading-mingw64-underscores was given.
12057if test "${enable_leading_mingw64_underscores+set}" = set; then :
12058 enableval=$enable_leading_mingw64_underscores;
12059fi
12060
12061if test x"$enable_leading_mingw64_underscores" = xyes ; then :
12062
12063$as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12064
12065fi
12066
0d4a1476
AS
12067DEBUGDIR=${libdir}/debug
12068
81ecdfbb
RW
12069# Check whether --with-separate-debug-dir was given.
12070if test "${with_separate_debug_dir+set}" = set; then :
12071 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12072fi
12073
0d4a1476
AS
12074
12075
504b7d20
NC
12076# Check to see if we should allow the generation of
12077# symbols with the ELF standard's STT_COMMON type.
81ecdfbb
RW
12078# Check whether --enable-elf-stt-common was given.
12079if test "${enable_elf_stt_common+set}" = set; then :
12080 enableval=$enable_elf_stt_common; case "${enableval}" in
504b7d20
NC
12081 yes) want_elf_stt_common=true ;;
12082 no) want_elf_stt_common=false ;;
81ecdfbb 12083 *) as_fn_error "bad value ${enableval} for ELF STT_COMMON option" "$LINENO" 5 ;;
504b7d20
NC
12084 esac
12085else
12086 # We have to choose a default behaviour. For native builds we could
8bc9c892
NC
12087# test whether the loader supports the STT_COMMON type, but that would
12088# mean that built binaries could not be exported to older systems where
12089# the loader does not support it. So by default we always choose to
12090# disable this feature.
504b7d20 12091 want_elf_stt_common=false
81ecdfbb
RW
12092fi
12093if test $want_elf_stt_common = true; then
504b7d20 12094
81ecdfbb 12095$as_echo "#define USE_STT_COMMON 1" >>confdefs.h
504b7d20
NC
12096
12097fi
12098
12099
d7040cdb 12100
81ecdfbb
RW
12101# Check whether --with-pkgversion was given.
12102if test "${with_pkgversion+set}" = set; then :
12103 withval=$with_pkgversion; case "$withval" in
12104 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
d7040cdb
SE
12105 no) PKGVERSION= ;;
12106 *) PKGVERSION="($withval) " ;;
12107 esac
252b5132 12108else
d7040cdb 12109 PKGVERSION="(GNU Binutils) "
252b5132 12110
81ecdfbb
RW
12111fi
12112
20e95c23
DJ
12113
12114
5464f5a1 12115
20e95c23 12116
81ecdfbb
RW
12117# Check whether --with-bugurl was given.
12118if test "${with_bugurl+set}" = set; then :
12119 withval=$with_bugurl; case "$withval" in
12120 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
d7040cdb
SE
12121 no) BUGURL=
12122 ;;
12123 *) BUGURL="$withval"
12124 ;;
12125 esac
252b5132 12126else
d7040cdb
SE
12127 BUGURL="http://www.sourceware.org/bugzilla/"
12128
81ecdfbb
RW
12129fi
12130
d7040cdb
SE
12131 case ${BUGURL} in
12132 "")
12133 REPORT_BUGS_TO=
12134 REPORT_BUGS_TEXI=
20e95c23
DJ
12135 ;;
12136 *)
d7040cdb
SE
12137 REPORT_BUGS_TO="<$BUGURL>"
12138 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
20e95c23 12139 ;;
d7040cdb
SE
12140 esac;
12141
12142
12143
12144
12145
d1a98e0c
AM
12146GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12147cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12148/* end confdefs.h. */
12149__GNUC__
12150_ACEOF
12151if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12152 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
12153
12154else
12155 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12156fi
12157rm -f conftest*
12158
d7040cdb 12159
81ecdfbb
RW
12160# Check whether --enable-werror was given.
12161if test "${enable_werror+set}" = set; then :
12162 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
12163 yes | y) ERROR_ON_WARNING="yes" ;;
12164 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 12165 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 12166 esac
81ecdfbb
RW
12167fi
12168
d7040cdb 12169
d1a98e0c 12170# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
12171case "${host}" in
12172 *-*-mingw32*)
12173 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12174 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12175 fi
12176 ;;
12177 *) ;;
12178esac
12179
d7040cdb
SE
12180# Enable -Werror by default when using gcc
12181if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12182 ERROR_ON_WARNING=yes
12183fi
12184
12185NO_WERROR=
12186if test "${ERROR_ON_WARNING}" = yes ; then
12187 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12188 NO_WERROR="-Wno-error"
12189fi
12190
12191if test "${GCC}" = yes ; then
12192 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12193fi
12194
81ecdfbb
RW
12195# Check whether --enable-build-warnings was given.
12196if test "${enable_build_warnings+set}" = set; then :
12197 enableval=$enable_build_warnings; case "${enableval}" in
d7040cdb
SE
12198 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
12199 no) if test "${GCC}" = yes ; then
12200 WARN_CFLAGS="-w"
12201 fi;;
12202 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12203 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12204 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12205 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12206 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
20e95c23 12207esac
81ecdfbb
RW
12208fi
12209
d7040cdb
SE
12210
12211if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12212 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
20e95c23 12213fi
d7040cdb
SE
12214
12215
12216
12217
12218
81ecdfbb 12219ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12220
12221
df7b86aa
NC
12222# PR 14072
12223
12224
d7040cdb 12225if test -z "$target" ; then
81ecdfbb 12226 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
20e95c23
DJ
12227fi
12228
81ecdfbb
RW
12229
12230{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12231$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12232 # Check whether --enable-maintainer-mode was given.
12233if test "${enable_maintainer_mode+set}" = set; then :
12234 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
d7040cdb
SE
12235else
12236 USE_MAINTAINER_MODE=no
81ecdfbb 12237fi
20e95c23 12238
81ecdfbb
RW
12239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12240$as_echo "$USE_MAINTAINER_MODE" >&6; }
12241 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
12242 MAINTAINER_MODE_TRUE=
12243 MAINTAINER_MODE_FALSE='#'
12244else
12245 MAINTAINER_MODE_TRUE='#'
12246 MAINTAINER_MODE_FALSE=
6be7c12c 12247fi
5464f5a1 12248
d7040cdb
SE
12249 MAINT=$MAINTAINER_MODE_TRUE
12250
12251
81ecdfbb 12252 if false; then
d7040cdb
SE
12253 GENINSRC_NEVER_TRUE=
12254 GENINSRC_NEVER_FALSE='#'
20e95c23 12255else
d7040cdb
SE
12256 GENINSRC_NEVER_TRUE='#'
12257 GENINSRC_NEVER_FALSE=
5464f5a1 12258fi
5464f5a1 12259
d7040cdb
SE
12260 case ${build_alias} in
12261 "") build_noncanonical=${build} ;;
12262 *) build_noncanonical=${build_alias} ;;
20e95c23 12263esac
d7040cdb
SE
12264
12265 case ${host_alias} in
12266 "") host_noncanonical=${build_noncanonical} ;;
12267 *) host_noncanonical=${host_alias} ;;
12268esac
12269
12270 case ${target_alias} in
12271 "") target_noncanonical=${host_noncanonical} ;;
12272 *) target_noncanonical=${target_alias} ;;
12273esac
12274
81ecdfbb
RW
12275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12276$as_echo_n "checking whether to install libbfd... " >&6; }
12277 # Check whether --enable-install-libbfd was given.
12278if test "${enable_install_libbfd+set}" = set; then :
12279 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
252b5132 12280else
d7040cdb
SE
12281 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12282 install_libbfd_p=yes
12283 else
12284 install_libbfd_p=no
12285 fi
81ecdfbb 12286fi
d7040cdb 12287
81ecdfbb
RW
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12289$as_echo "$install_libbfd_p" >&6; }
12290 if test $install_libbfd_p = yes; then
d7040cdb
SE
12291 INSTALL_LIBBFD_TRUE=
12292 INSTALL_LIBBFD_FALSE='#'
12293else
12294 INSTALL_LIBBFD_TRUE='#'
12295 INSTALL_LIBBFD_FALSE=
5464f5a1 12296fi
5464f5a1 12297
d7040cdb 12298 # Need _noncanonical variables for this.
5464f5a1 12299
5464f5a1 12300
d7040cdb
SE
12301
12302
12303 # libbfd.a is a host library containing target dependent code
12304 bfdlibdir='$(libdir)'
12305 bfdincludedir='$(includedir)'
12306 if test "${host}" != "${target}"; then
12307 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12308 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
20e95c23 12309 fi
6be7c12c 12310
5464f5a1 12311
5464f5a1
NN
12312
12313
5464f5a1 12314
ac48eca1 12315
573e8a1c
RW
12316
12317
d7040cdb
SE
12318host64=false
12319target64=false
12320bfd_default_target_size=32
252b5132 12321
d7040cdb 12322# host stuff:
20e95c23 12323
4c6a93d3 12324ALL_LINGUAS="fr tr ja es sv da zh_CN ro rw vi fi id ru uk"
d7040cdb
SE
12325# If we haven't got the data from the intl directory,
12326# assume NLS is disabled.
12327USE_NLS=no
12328LIBINTL=
12329LIBINTL_DEP=
12330INCINTL=
12331XGETTEXT=
12332GMSGFMT=
12333POSUB=
12334
12335if test -f ../intl/config.intl; then
12336 . ../intl/config.intl
252b5132 12337fi
81ecdfbb
RW
12338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12339$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12340if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12342$as_echo "no" >&6; }
d7040cdb 12343else
81ecdfbb
RW
12344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12345$as_echo "yes" >&6; }
5464f5a1 12346
81ecdfbb 12347$as_echo "#define ENABLE_NLS 1" >>confdefs.h
252b5132 12348
6be7c12c 12349
81ecdfbb
RW
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12351$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12352 # Look for .po and .gmo files in the source directory.
12353 CATALOGS=
12354 XLINGUAS=
12355 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12356 # If there aren't any .gmo files the shell will give us the
12357 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12358 # weeded out.
12359 case "$cat" in *\**)
12360 continue;;
12361 esac
12362 # The quadruple backslash is collapsed to a double backslash
12363 # by the backticks, then collapsed again by the double quotes,
12364 # leaving us with one backslash in the sed expression (right
12365 # before the dot that mustn't act as a wildcard).
12366 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12367 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12368 # The user is allowed to set LINGUAS to a list of languages to
12369 # install catalogs for. If it's empty that means "all of them."
12370 if test "x$LINGUAS" = x; then
12371 CATALOGS="$CATALOGS $cat"
12372 XLINGUAS="$XLINGUAS $lang"
12373 else
12374 case "$LINGUAS" in *$lang*)
12375 CATALOGS="$CATALOGS $cat"
12376 XLINGUAS="$XLINGUAS $lang"
12377 ;;
12378 esac
12379 fi
12380 done
12381 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12383$as_echo "$LINGUAS" >&6; }
d7040cdb 12384
252b5132 12385
d7040cdb 12386 DATADIRNAME=share
252b5132 12387
d7040cdb 12388 INSTOBJEXT=.mo
5464f5a1 12389
d7040cdb 12390 GENCAT=gencat
20e95c23 12391
d7040cdb 12392 CATOBJEXT=.gmo
5464f5a1 12393
20e95c23 12394fi
5464f5a1 12395
d7040cdb
SE
12396 MKINSTALLDIRS=
12397 if test -n "$ac_aux_dir"; then
12398 case "$ac_aux_dir" in
12399 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12400 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12401 esac
12402 fi
12403 if test -z "$MKINSTALLDIRS"; then
12404 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
5464f5a1 12405 fi
5464f5a1 12406
5464f5a1 12407
d7040cdb 12408
81ecdfbb
RW
12409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12410$as_echo_n "checking whether NLS is requested... " >&6; }
12411 # Check whether --enable-nls was given.
12412if test "${enable_nls+set}" = set; then :
12413 enableval=$enable_nls; USE_NLS=$enableval
252b5132 12414else
d7040cdb 12415 USE_NLS=yes
81ecdfbb
RW
12416fi
12417
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12419$as_echo "$USE_NLS" >&6; }
5464f5a1 12420
252b5132 12421
5464f5a1 12422
252b5132 12423
d7040cdb
SE
12424
12425
12426# Prepare PATH_SEPARATOR.
12427# The user is always right.
12428if test "${PATH_SEPARATOR+set}" != set; then
12429 echo "#! /bin/sh" >conf$$.sh
12430 echo "exit 0" >>conf$$.sh
12431 chmod +x conf$$.sh
12432 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12433 PATH_SEPARATOR=';'
20e95c23 12434 else
d7040cdb 12435 PATH_SEPARATOR=:
20e95c23 12436 fi
d7040cdb
SE
12437 rm -f conf$$.sh
12438fi
12439
12440# Find out how to test for executable files. Don't use a zero-byte file,
12441# as systems may use methods other than mode bits to determine executability.
12442cat >conf$$.file <<_ASEOF
12443#! /bin/sh
12444exit 0
12445_ASEOF
12446chmod +x conf$$.file
12447if test -x conf$$.file >/dev/null 2>&1; then
12448 ac_executable_p="test -x"
20e95c23 12449else
d7040cdb 12450 ac_executable_p="test -f"
20e95c23 12451fi
d7040cdb 12452rm -f conf$$.file
5464f5a1 12453
d7040cdb
SE
12454# Extract the first word of "msgfmt", so it can be a program name with args.
12455set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12457$as_echo_n "checking for $ac_word... " >&6; }
12458if test "${ac_cv_path_MSGFMT+set}" = set; then :
12459 $as_echo_n "(cached) " >&6
d7040cdb
SE
12460else
12461 case "$MSGFMT" in
12462 [\\/]* | ?:[\\/]*)
12463 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12464 ;;
12465 *)
12466 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12467 for ac_dir in $PATH; do
12468 IFS="$ac_save_IFS"
12469 test -z "$ac_dir" && ac_dir=.
12470 for ac_exec_ext in '' $ac_executable_extensions; do
12471 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12472 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12473 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12474 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12475 break 2
12476 fi
12477 fi
12478 done
12479 done
12480 IFS="$ac_save_IFS"
12481 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12482 ;;
12483esac
5464f5a1 12484fi
d7040cdb
SE
12485MSGFMT="$ac_cv_path_MSGFMT"
12486if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12488$as_echo "$MSGFMT" >&6; }
20e95c23 12489else
81ecdfbb
RW
12490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12491$as_echo "no" >&6; }
252b5132 12492fi
d7040cdb
SE
12493
12494 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12495set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12497$as_echo_n "checking for $ac_word... " >&6; }
12498if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12499 $as_echo_n "(cached) " >&6
252b5132 12500else
d7040cdb
SE
12501 case $GMSGFMT in
12502 [\\/]* | ?:[\\/]*)
12503 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12504 ;;
12505 *)
12506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12507for as_dir in $PATH
12508do
12509 IFS=$as_save_IFS
12510 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12511 for ac_exec_ext in '' $ac_executable_extensions; do
12512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12513 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12515 break 2
12516 fi
12517done
81ecdfbb
RW
12518 done
12519IFS=$as_save_IFS
5464f5a1 12520
d7040cdb
SE
12521 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12522 ;;
12523esac
252b5132 12524fi
d7040cdb 12525GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12526if test -n "$GMSGFMT"; then
81ecdfbb
RW
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12528$as_echo "$GMSGFMT" >&6; }
252b5132 12529else
81ecdfbb
RW
12530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12531$as_echo "no" >&6; }
252b5132
RH
12532fi
12533
20e95c23
DJ
12534
12535
81ecdfbb 12536
d7040cdb
SE
12537# Prepare PATH_SEPARATOR.
12538# The user is always right.
12539if test "${PATH_SEPARATOR+set}" != set; then
12540 echo "#! /bin/sh" >conf$$.sh
12541 echo "exit 0" >>conf$$.sh
12542 chmod +x conf$$.sh
12543 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12544 PATH_SEPARATOR=';'
12545 else
12546 PATH_SEPARATOR=:
12547 fi
12548 rm -f conf$$.sh
252b5132 12549fi
20e95c23 12550
d7040cdb
SE
12551# Find out how to test for executable files. Don't use a zero-byte file,
12552# as systems may use methods other than mode bits to determine executability.
12553cat >conf$$.file <<_ASEOF
12554#! /bin/sh
12555exit 0
12556_ASEOF
12557chmod +x conf$$.file
12558if test -x conf$$.file >/dev/null 2>&1; then
12559 ac_executable_p="test -x"
12560else
12561 ac_executable_p="test -f"
12562fi
12563rm -f conf$$.file
252b5132 12564
d7040cdb
SE
12565# Extract the first word of "xgettext", so it can be a program name with args.
12566set dummy xgettext; ac_word=$2
81ecdfbb
RW
12567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12568$as_echo_n "checking for $ac_word... " >&6; }
12569if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12570 $as_echo_n "(cached) " >&6
20e95c23 12571else
d7040cdb
SE
12572 case "$XGETTEXT" in
12573 [\\/]* | ?:[\\/]*)
12574 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12575 ;;
12576 *)
12577 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12578 for ac_dir in $PATH; do
12579 IFS="$ac_save_IFS"
12580 test -z "$ac_dir" && ac_dir=.
12581 for ac_exec_ext in '' $ac_executable_extensions; do
12582 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12583 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12584 (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
12585 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12586 break 2
12587 fi
12588 fi
12589 done
12590 done
12591 IFS="$ac_save_IFS"
12592 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12593 ;;
12594esac
12595fi
12596XGETTEXT="$ac_cv_path_XGETTEXT"
12597if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12599$as_echo "$XGETTEXT" >&6; }
252b5132 12600else
81ecdfbb
RW
12601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12602$as_echo "no" >&6; }
252b5132
RH
12603fi
12604
d7040cdb 12605 rm -f messages.po
5464f5a1 12606
252b5132 12607
d7040cdb
SE
12608# Prepare PATH_SEPARATOR.
12609# The user is always right.
12610if test "${PATH_SEPARATOR+set}" != set; then
12611 echo "#! /bin/sh" >conf$$.sh
12612 echo "exit 0" >>conf$$.sh
12613 chmod +x conf$$.sh
12614 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12615 PATH_SEPARATOR=';'
12616 else
12617 PATH_SEPARATOR=:
12618 fi
12619 rm -f conf$$.sh
252b5132
RH
12620fi
12621
d7040cdb
SE
12622# Find out how to test for executable files. Don't use a zero-byte file,
12623# as systems may use methods other than mode bits to determine executability.
12624cat >conf$$.file <<_ASEOF
12625#! /bin/sh
12626exit 0
12627_ASEOF
12628chmod +x conf$$.file
12629if test -x conf$$.file >/dev/null 2>&1; then
12630 ac_executable_p="test -x"
5464f5a1 12631else
d7040cdb 12632 ac_executable_p="test -f"
20e95c23 12633fi
d7040cdb 12634rm -f conf$$.file
5464f5a1 12635
d7040cdb
SE
12636# Extract the first word of "msgmerge", so it can be a program name with args.
12637set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12639$as_echo_n "checking for $ac_word... " >&6; }
12640if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12641 $as_echo_n "(cached) " >&6
d7040cdb
SE
12642else
12643 case "$MSGMERGE" in
12644 [\\/]* | ?:[\\/]*)
12645 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12646 ;;
12647 *)
12648 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12649 for ac_dir in $PATH; do
12650 IFS="$ac_save_IFS"
12651 test -z "$ac_dir" && ac_dir=.
12652 for ac_exec_ext in '' $ac_executable_extensions; do
12653 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12654 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12655 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12656 break 2
12657 fi
12658 fi
12659 done
12660 done
12661 IFS="$ac_save_IFS"
12662 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12663 ;;
12664esac
5464f5a1 12665fi
d7040cdb
SE
12666MSGMERGE="$ac_cv_path_MSGMERGE"
12667if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12669$as_echo "$MSGMERGE" >&6; }
20e95c23 12670else
81ecdfbb
RW
12671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12672$as_echo "no" >&6; }
d7040cdb 12673fi
20e95c23 12674
5464f5a1 12675
d7040cdb
SE
12676 if test "$GMSGFMT" != ":"; then
12677 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12678 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12679 : ;
12680 else
12681 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12683$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12684 GMSGFMT=":"
12685 fi
12686 fi
252b5132 12687
d7040cdb
SE
12688 if test "$XGETTEXT" != ":"; then
12689 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12690 (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
12691 : ;
12692 else
81ecdfbb
RW
12693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12694$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12695 XGETTEXT=":"
12696 fi
12697 rm -f messages.po
12698 fi
6be7c12c 12699
81ecdfbb 12700 ac_config_commands="$ac_config_commands default-1"
5464f5a1 12701
252b5132 12702
5464f5a1 12703
d7040cdb
SE
12704# Permit host specific settings.
12705. ${srcdir}/configure.host
12706
12707
252b5132 12708
252b5132 12709
d7040cdb 12710BFD_HOST_64BIT_LONG=0
d2df793a 12711BFD_HOST_64BIT_LONG_LONG=0
d7040cdb
SE
12712BFD_HOST_64_BIT_DEFINED=0
12713BFD_HOST_64_BIT=
12714BFD_HOST_U_64_BIT=
d2df793a 12715BFD_HOSTPTR_T="unsigned long"
6be7c12c 12716
81ecdfbb
RW
12717# The cast to long int works around a bug in the HP C Compiler
12718# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12719# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12720# This bug is HP SR number 8606223364.
12721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12722$as_echo_n "checking size of long long... " >&6; }
12723if test "${ac_cv_sizeof_long_long+set}" = set; then :
12724 $as_echo_n "(cached) " >&6
6726e1ea 12725else
81ecdfbb
RW
12726 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12727
12728else
12729 if test "$ac_cv_type_long_long" = yes; then
12730 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12731$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12732{ as_fn_set_status 77
12733as_fn_error "cannot compute sizeof (long long)
12734See \`config.log' for more details." "$LINENO" 5; }; }
12735 else
12736 ac_cv_sizeof_long_long=0
12737 fi
12738fi
12739
12740fi
12741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12742$as_echo "$ac_cv_sizeof_long_long" >&6; }
12743
12744
12745
12746cat >>confdefs.h <<_ACEOF
12747#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5464f5a1 12748_ACEOF
81ecdfbb
RW
12749
12750
12751# The cast to long int works around a bug in the HP C Compiler
12752# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12753# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12754# This bug is HP SR number 8606223364.
12755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12756$as_echo_n "checking size of void *... " >&6; }
12757if test "${ac_cv_sizeof_void_p+set}" = set; then :
12758 $as_echo_n "(cached) " >&6
6726e1ea 12759else
81ecdfbb 12760 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
5464f5a1 12761
81ecdfbb
RW
12762else
12763 if test "$ac_cv_type_void_p" = yes; then
12764 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12765$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12766{ as_fn_set_status 77
12767as_fn_error "cannot compute sizeof (void *)
12768See \`config.log' for more details." "$LINENO" 5; }; }
12769 else
12770 ac_cv_sizeof_void_p=0
12771 fi
6726e1ea 12772fi
81ecdfbb 12773
6726e1ea 12774fi
81ecdfbb
RW
12775{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12776$as_echo "$ac_cv_sizeof_void_p" >&6; }
6726e1ea 12777
6726e1ea 12778
2ba49b59 12779
81ecdfbb
RW
12780cat >>confdefs.h <<_ACEOF
12781#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
5464f5a1 12782_ACEOF
81ecdfbb
RW
12783
12784
12785# The cast to long int works around a bug in the HP C Compiler
12786# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12787# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12788# This bug is HP SR number 8606223364.
12789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12790$as_echo_n "checking size of long... " >&6; }
12791if test "${ac_cv_sizeof_long+set}" = set; then :
12792 $as_echo_n "(cached) " >&6
6726e1ea 12793else
81ecdfbb 12794 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
5464f5a1 12795
252b5132 12796else
81ecdfbb
RW
12797 if test "$ac_cv_type_long" = yes; then
12798 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12799$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12800{ as_fn_set_status 77
12801as_fn_error "cannot compute sizeof (long)
12802See \`config.log' for more details." "$LINENO" 5; }; }
12803 else
12804 ac_cv_sizeof_long=0
12805 fi
12806fi
5464f5a1 12807
81ecdfbb
RW
12808fi
12809{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12810$as_echo "$ac_cv_sizeof_long" >&6; }
2ba49b59 12811
81ecdfbb
RW
12812
12813
12814cat >>confdefs.h <<_ACEOF
12815#define SIZEOF_LONG $ac_cv_sizeof_long
5464f5a1 12816_ACEOF
2ba49b59 12817
2ba49b59 12818
81ecdfbb
RW
12819
12820if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12821 host64=true
252b5132 12822fi
5464f5a1 12823
81ecdfbb
RW
12824if test "x${ac_cv_sizeof_long}" = "x8"; then
12825 BFD_HOST_64BIT_LONG=1
12826 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
12827 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
12828elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12829 BFD_HOST_64BIT_LONG_LONG=1
12830 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
12831 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
12832 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12833 BFD_HOSTPTR_T="unsigned long long"
12834 fi
252b5132 12835fi
81ecdfbb
RW
12836
12837if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12838 BFD_HOST_64_BIT_DEFINED=1
12839 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
12840 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
2ba49b59 12841fi
5464f5a1 12842
5464f5a1 12843
2ba49b59 12844
2ba49b59 12845
5464f5a1 12846
81ecdfbb
RW
12847
12848
12849
12850# Put a plausible default for CC_FOR_BUILD in Makefile.
12851if test -z "$CC_FOR_BUILD"; then
12852 if test "x$cross_compiling" = "xno"; then
12853 CC_FOR_BUILD='$(CC)'
12854 else
12855 CC_FOR_BUILD=gcc
12856 fi
2ba49b59 12857fi
81ecdfbb
RW
12858
12859# Also set EXEEXT_FOR_BUILD.
12860if test "x$cross_compiling" = "xno"; then
12861 EXEEXT_FOR_BUILD='$(EXEEXT)'
12862else
12863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12864$as_echo_n "checking for build system executable suffix... " >&6; }
12865if test "${bfd_cv_build_exeext+set}" = set; then :
12866 $as_echo_n "(cached) " >&6
6be7c12c 12867else
81ecdfbb
RW
12868 rm -f conftest*
12869 echo 'int main () { return 0; }' > conftest.c
12870 bfd_cv_build_exeext=
12871 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12872 for file in conftest.*; do
12873 case $file in
12874 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12875 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12876 esac
12877 done
12878 rm -f conftest*
12879 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
5464f5a1 12880fi
81ecdfbb
RW
12881{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12882$as_echo "$bfd_cv_build_exeext" >&6; }
12883 EXEEXT_FOR_BUILD=""
12884 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
5464f5a1 12885fi
5464f5a1 12886
5464f5a1 12887
81ecdfbb
RW
12888for ac_header in alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h
12889do :
12890 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12891ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12892eval as_val=\$$as_ac_Header
12893 if test "x$as_val" = x""yes; then :
12894 cat >>confdefs.h <<_ACEOF
12895#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
d2df793a 12896_ACEOF
d2df793a 12897
d2df793a 12898fi
d2df793a 12899
81ecdfbb 12900done
d2df793a 12901
81ecdfbb
RW
12902for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h
12903do :
12904 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12905ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12906eval as_val=\$$as_ac_Header
12907 if test "x$as_val" = x""yes; then :
12908 cat >>confdefs.h <<_ACEOF
12909#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
d2df793a 12910_ACEOF
d2df793a 12911
d2df793a 12912fi
d2df793a 12913
81ecdfbb 12914done
d2df793a 12915
81ecdfbb 12916
d2df793a 12917
f3b4f6d0 12918inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
81ecdfbb 12919
f3b4f6d0
PB
12920acx_cv_header_stdint=stddef.h
12921acx_cv_header_stdint_kind="(already complete)"
12922for i in stdint.h $inttype_headers; do
12923 unset ac_cv_type_uintptr_t
12924 unset ac_cv_type_uintmax_t
12925 unset ac_cv_type_int_least32_t
12926 unset ac_cv_type_int_fast32_t
12927 unset ac_cv_type_uint64_t
12928 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
12929 ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
12930#include <$i>
12931"
12932if test "x$ac_cv_type_uintmax_t" = x""yes; then :
12933 acx_cv_header_stdint=$i
d2df793a 12934else
f3b4f6d0
PB
12935 continue
12936fi
81ecdfbb 12937
f3b4f6d0
PB
12938 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12939#include <$i>
12940"
12941if test "x$ac_cv_type_uintptr_t" = x""yes; then :
d2df793a 12942
81ecdfbb 12943else
f3b4f6d0 12944 acx_cv_header_stdint_kind="(mostly complete)"
d2df793a 12945fi
81ecdfbb 12946
f3b4f6d0
PB
12947 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
12948#include <$i>
12949"
12950if test "x$ac_cv_type_int_least32_t" = x""yes; then :
12951
d2df793a 12952else
f3b4f6d0 12953 acx_cv_header_stdint_kind="(mostly complete)"
81ecdfbb 12954fi
81ecdfbb 12955
f3b4f6d0
PB
12956 ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
12957#include <$i>
12958"
12959if test "x$ac_cv_type_int_fast32_t" = x""yes; then :
81ecdfbb 12960
f3b4f6d0
PB
12961else
12962 acx_cv_header_stdint_kind="(mostly complete)"
12963fi
81ecdfbb 12964
f3b4f6d0
PB
12965 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12966#include <$i>
12967"
12968if test "x$ac_cv_type_uint64_t" = x""yes; then :
d2df793a 12969
07c58694 12970else
f3b4f6d0
PB
12971 acx_cv_header_stdint_kind="(lacks uint64_t)"
12972fi
81ecdfbb 12973
f3b4f6d0
PB
12974 break
12975done
12976if test "$acx_cv_header_stdint" = stddef.h; then
12977 acx_cv_header_stdint_kind="(lacks uintmax_t)"
12978 for i in stdint.h $inttype_headers; do
12979 unset ac_cv_type_uintptr_t
12980 unset ac_cv_type_uint32_t
12981 unset ac_cv_type_uint64_t
12982 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
12983 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
12984#include <$i>
12985"
12986if test "x$ac_cv_type_uint32_t" = x""yes; then :
12987 acx_cv_header_stdint=$i
12988else
12989 continue
d2df793a 12990fi
81ecdfbb 12991
f3b4f6d0
PB
12992 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12993#include <$i>
12994"
12995if test "x$ac_cv_type_uint64_t" = x""yes; then :
81ecdfbb 12996
f3b4f6d0 12997fi
81ecdfbb 12998
f3b4f6d0
PB
12999 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13000#include <$i>
13001"
13002if test "x$ac_cv_type_uintptr_t" = x""yes; then :
81ecdfbb 13003
f3b4f6d0 13004fi
81ecdfbb 13005
f3b4f6d0
PB
13006 break
13007 done
13008fi
13009if test "$acx_cv_header_stdint" = stddef.h; then
13010 acx_cv_header_stdint_kind="(u_intXX_t style)"
13011 for i in sys/types.h $inttype_headers; do
13012 unset ac_cv_type_u_int32_t
13013 unset ac_cv_type_u_int64_t
13014 $as_echo_n "looking for u_intXX_t types in $i, " >&6
13015 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
13016#include <$i>
13017"
13018if test "x$ac_cv_type_u_int32_t" = x""yes; then :
13019 acx_cv_header_stdint=$i
07c58694 13020else
f3b4f6d0
PB
13021 continue
13022fi
81ecdfbb 13023
f3b4f6d0
PB
13024 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
13025#include <$i>
13026"
13027if test "x$ac_cv_type_u_int64_t" = x""yes; then :
81ecdfbb 13028
f3b4f6d0 13029fi
81ecdfbb 13030
f3b4f6d0
PB
13031 break
13032 done
d2df793a 13033fi
f3b4f6d0
PB
13034if test "$acx_cv_header_stdint" = stddef.h; then
13035 acx_cv_header_stdint_kind="(using manual detection)"
d2df793a 13036fi
81ecdfbb 13037
f3b4f6d0
PB
13038test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
13039test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
13040test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
13041test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
13042test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
81ecdfbb 13043
f3b4f6d0 13044# ----------------- Summarize what we found so far
07c58694 13045
f3b4f6d0
PB
13046{ $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in bfd_stdint.h" >&5
13047$as_echo_n "checking what to include in bfd_stdint.h... " >&6; }
81ecdfbb 13048
f3b4f6d0
PB
13049case `$as_basename -- bfd_stdint.h ||
13050$as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \
13051 Xbfd_stdint.h : 'X\(//\)$' \| \
13052 Xbfd_stdint.h : 'X\(/\)' \| . 2>/dev/null ||
13053$as_echo X/bfd_stdint.h |
13054 sed '/^.*\/\([^/][^/]*\)\/*$/{
13055 s//\1/
13056 q
13057 }
13058 /^X\/\(\/\/\)$/{
13059 s//\1/
13060 q
13061 }
13062 /^X\/\(\/\).*/{
13063 s//\1/
13064 q
13065 }
13066 s/.*/./; q'` in
13067 stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13068$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13069 inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13070$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13071 *) ;;
13072esac
81ecdfbb 13073
f3b4f6d0
PB
13074{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
13075$as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
5464f5a1 13076
f3b4f6d0 13077# ----------------- done included file, check C basic types --------
2ba49b59 13078
f3b4f6d0
PB
13079# Lacking an uintptr_t? Test size of void *
13080case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
13081 stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
13082# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13083# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13084# This bug is HP SR number 8606223364.
13085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13086$as_echo_n "checking size of void *... " >&6; }
13087if test "${ac_cv_sizeof_void_p+set}" = set; then :
13088 $as_echo_n "(cached) " >&6
13089else
13090 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
2ba49b59 13091
f3b4f6d0
PB
13092else
13093 if test "$ac_cv_type_void_p" = yes; then
13094 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13095$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13096{ as_fn_set_status 77
13097as_fn_error "cannot compute sizeof (void *)
13098See \`config.log' for more details." "$LINENO" 5; }; }
13099 else
13100 ac_cv_sizeof_void_p=0
13101 fi
13102fi
81ecdfbb 13103
f3b4f6d0
PB
13104fi
13105{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13106$as_echo "$ac_cv_sizeof_void_p" >&6; }
81ecdfbb 13107
07c58694
PB
13108
13109
13110cat >>confdefs.h <<_ACEOF
f3b4f6d0 13111#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
07c58694 13112_ACEOF
07c58694 13113
f3b4f6d0
PB
13114 ;;
13115esac
07c58694 13116
f3b4f6d0
PB
13117# Lacking an uint64_t? Test size of long
13118case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
13119 stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
13120# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13121# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13122# This bug is HP SR number 8606223364.
13123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13124$as_echo_n "checking size of long... " >&6; }
13125if test "${ac_cv_sizeof_long+set}" = set; then :
81ecdfbb 13126 $as_echo_n "(cached) " >&6
5464f5a1 13127else
f3b4f6d0 13128 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
07c58694 13129
2ba49b59 13130else
f3b4f6d0
PB
13131 if test "$ac_cv_type_long" = yes; then
13132 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13133$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13134{ as_fn_set_status 77
13135as_fn_error "cannot compute sizeof (long)
13136See \`config.log' for more details." "$LINENO" 5; }; }
13137 else
13138 ac_cv_sizeof_long=0
13139 fi
81ecdfbb 13140fi
2ba49b59 13141
f3b4f6d0
PB
13142fi
13143{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13144$as_echo "$ac_cv_sizeof_long" >&6; }
81ecdfbb 13145
5464f5a1 13146
81ecdfbb 13147
f3b4f6d0
PB
13148cat >>confdefs.h <<_ACEOF
13149#define SIZEOF_LONG $ac_cv_sizeof_long
13150_ACEOF
07c58694 13151
f3b4f6d0
PB
13152 ;;
13153esac
2ba49b59 13154
f3b4f6d0
PB
13155if test $acx_cv_header_stdint = stddef.h; then
13156 # Lacking a good header? Test size of everything and deduce all types.
13157 # The cast to long int works around a bug in the HP C Compiler
13158# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13159# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13160# This bug is HP SR number 8606223364.
13161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13162$as_echo_n "checking size of int... " >&6; }
13163if test "${ac_cv_sizeof_int+set}" = set; then :
13164 $as_echo_n "(cached) " >&6
81ecdfbb 13165else
f3b4f6d0 13166 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
81ecdfbb 13167
f3b4f6d0
PB
13168else
13169 if test "$ac_cv_type_int" = yes; then
13170 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13171$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13172{ as_fn_set_status 77
13173as_fn_error "cannot compute sizeof (int)
13174See \`config.log' for more details." "$LINENO" 5; }; }
13175 else
13176 ac_cv_sizeof_int=0
13177 fi
2ba49b59 13178fi
81ecdfbb 13179
f3b4f6d0
PB
13180fi
13181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13182$as_echo "$ac_cv_sizeof_int" >&6; }
81ecdfbb
RW
13183
13184
07c58694
PB
13185
13186cat >>confdefs.h <<_ACEOF
f3b4f6d0 13187#define SIZEOF_INT $ac_cv_sizeof_int
07c58694 13188_ACEOF
81ecdfbb 13189
07c58694 13190
f3b4f6d0
PB
13191 # The cast to long int works around a bug in the HP C Compiler
13192# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13193# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13194# This bug is HP SR number 8606223364.
13195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13196$as_echo_n "checking size of short... " >&6; }
13197if test "${ac_cv_sizeof_short+set}" = set; then :
13198 $as_echo_n "(cached) " >&6
13199else
13200 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
07c58694 13201
f3b4f6d0
PB
13202else
13203 if test "$ac_cv_type_short" = yes; then
13204 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13205$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13206{ as_fn_set_status 77
13207as_fn_error "cannot compute sizeof (short)
13208See \`config.log' for more details." "$LINENO" 5; }; }
13209 else
13210 ac_cv_sizeof_short=0
13211 fi
13212fi
07c58694 13213
f3b4f6d0
PB
13214fi
13215{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13216$as_echo "$ac_cv_sizeof_short" >&6; }
07c58694
PB
13217
13218
13219
f3b4f6d0
PB
13220cat >>confdefs.h <<_ACEOF
13221#define SIZEOF_SHORT $ac_cv_sizeof_short
13222_ACEOF
07c58694
PB
13223
13224
f3b4f6d0
PB
13225 # The cast to long int works around a bug in the HP C Compiler
13226# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13227# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13228# This bug is HP SR number 8606223364.
13229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
13230$as_echo_n "checking size of char... " >&6; }
13231if test "${ac_cv_sizeof_char+set}" = set; then :
13232 $as_echo_n "(cached) " >&6
13233else
13234 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
07c58694 13235
f3b4f6d0
PB
13236else
13237 if test "$ac_cv_type_char" = yes; then
13238 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13239$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13240{ as_fn_set_status 77
13241as_fn_error "cannot compute sizeof (char)
13242See \`config.log' for more details." "$LINENO" 5; }; }
13243 else
13244 ac_cv_sizeof_char=0
13245 fi
13246fi
07c58694 13247
f3b4f6d0
PB
13248fi
13249{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
13250$as_echo "$ac_cv_sizeof_char" >&6; }
07c58694
PB
13251
13252
07c58694 13253
2ba49b59 13254cat >>confdefs.h <<_ACEOF
f3b4f6d0 13255#define SIZEOF_CHAR $ac_cv_sizeof_char
2ba49b59
KC
13256_ACEOF
13257
13258
2ba49b59 13259
f3b4f6d0
PB
13260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
13261$as_echo_n "checking for type equivalent to int8_t... " >&6; }
13262 case "$ac_cv_sizeof_char" in
13263 1) acx_cv_type_int8_t=char ;;
58bbed62 13264 *) as_fn_error "no 8-bit type, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13265 esac
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
13267$as_echo "$acx_cv_type_int8_t" >&6; }
13268
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
13270$as_echo_n "checking for type equivalent to int16_t... " >&6; }
13271 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
13272 2:*) acx_cv_type_int16_t=int ;;
13273 *:2) acx_cv_type_int16_t=short ;;
58bbed62 13274 *) as_fn_error "no 16-bit type, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13275 esac
13276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
13277$as_echo "$acx_cv_type_int16_t" >&6; }
13278
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
13280$as_echo_n "checking for type equivalent to int32_t... " >&6; }
13281 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
13282 4:*) acx_cv_type_int32_t=int ;;
13283 *:4) acx_cv_type_int32_t=long ;;
58bbed62 13284 *) as_fn_error "no 32-bit type, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13285 esac
13286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
13287$as_echo "$acx_cv_type_int32_t" >&6; }
81ecdfbb 13288fi
2ba49b59 13289
f3b4f6d0 13290# These tests are here to make the output prettier
07c58694 13291
f3b4f6d0
PB
13292if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
13293 case "$ac_cv_sizeof_long" in
13294 8) acx_cv_type_int64_t=long ;;
13295 esac
13296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
13297$as_echo_n "checking for type equivalent to int64_t... " >&6; }
13298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
13299$as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
13300fi
13301
13302# Now we can use the above types
13303
13304if test "$ac_cv_type_uintptr_t" != yes; then
13305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
13306$as_echo_n "checking for type equivalent to intptr_t... " >&6; }
13307 case $ac_cv_sizeof_void_p in
13308 2) acx_cv_type_intptr_t=int16_t ;;
13309 4) acx_cv_type_intptr_t=int32_t ;;
13310 8) acx_cv_type_intptr_t=int64_t ;;
58bbed62 13311 *) as_fn_error "no equivalent for intptr_t, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13312 esac
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
13314$as_echo "$acx_cv_type_intptr_t" >&6; }
13315fi
07c58694 13316
f3b4f6d0 13317# ----------------- done all checks, emit header -------------
81ecdfbb 13318ac_config_commands="$ac_config_commands bfd_stdint.h"
2ba49b59
KC
13319
13320
d2df793a 13321
81ecdfbb
RW
13322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
13323$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
13324if test "${ac_cv_header_time+set}" = set; then :
13325 $as_echo_n "(cached) " >&6
2ba49b59 13326else
81ecdfbb
RW
13327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13328/* end confdefs.h. */
13329#include <sys/types.h>
13330#include <sys/time.h>
13331#include <time.h>
13332
13333int
13334main ()
13335{
13336if ((struct tm *) 0)
13337return 0;
13338 ;
13339 return 0;
13340}
13341_ACEOF
13342if ac_fn_c_try_compile "$LINENO"; then :
13343 ac_cv_header_time=yes
2ba49b59 13344else
81ecdfbb 13345 ac_cv_header_time=no
2ba49b59 13346fi
81ecdfbb 13347rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2ba49b59 13348fi
81ecdfbb
RW
13349{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
13350$as_echo "$ac_cv_header_time" >&6; }
13351if test $ac_cv_header_time = yes; then
2ba49b59 13352
81ecdfbb 13353$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
2ba49b59 13354
2ba49b59 13355fi
81ecdfbb
RW
13356
13357ac_header_dirent=no
13358for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
13359 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
13360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
13361$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
13362if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
13363 $as_echo_n "(cached) " >&6
2ba49b59 13364else
81ecdfbb 13365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2ba49b59 13366/* end confdefs.h. */
81ecdfbb
RW
13367#include <sys/types.h>
13368#include <$ac_hdr>
13369
13370int
13371main ()
13372{
13373if ((DIR *) 0)
13374return 0;
13375 ;
13376 return 0;
13377}
2ba49b59 13378_ACEOF
81ecdfbb
RW
13379if ac_fn_c_try_compile "$LINENO"; then :
13380 eval "$as_ac_Header=yes"
2ba49b59 13381else
81ecdfbb
RW
13382 eval "$as_ac_Header=no"
13383fi
13384rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13385fi
13386eval ac_res=\$$as_ac_Header
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13388$as_echo "$ac_res" >&6; }
13389eval as_val=\$$as_ac_Header
13390 if test "x$as_val" = x""yes; then :
13391 cat >>confdefs.h <<_ACEOF
13392#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
13393_ACEOF
2ba49b59 13394
81ecdfbb 13395ac_header_dirent=$ac_hdr; break
2ba49b59 13396fi
2ba49b59 13397
81ecdfbb
RW
13398done
13399# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
13400if test $ac_header_dirent = dirent.h; then
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13402$as_echo_n "checking for library containing opendir... " >&6; }
13403if test "${ac_cv_search_opendir+set}" = set; then :
13404 $as_echo_n "(cached) " >&6
13405else
13406 ac_func_search_save_LIBS=$LIBS
13407cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2ba49b59 13408/* end confdefs.h. */
81ecdfbb
RW
13409
13410/* Override any GCC internal prototype to avoid an error.
13411 Use char because int might match the return type of a GCC
13412 builtin and then its argument prototype would still apply. */
13413#ifdef __cplusplus
13414extern "C"
13415#endif
13416char opendir ();
13417int
13418main ()
13419{
13420return opendir ();
13421 ;
13422 return 0;
13423}
2ba49b59 13424_ACEOF
81ecdfbb
RW
13425for ac_lib in '' dir; do
13426 if test -z "$ac_lib"; then
13427 ac_res="none required"
2ba49b59 13428 else
81ecdfbb
RW
13429 ac_res=-l$ac_lib
13430 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2ba49b59 13431 fi
81ecdfbb
RW
13432 if ac_fn_c_try_link "$LINENO"; then :
13433 ac_cv_search_opendir=$ac_res
2ba49b59 13434fi
81ecdfbb
RW
13435rm -f core conftest.err conftest.$ac_objext \
13436 conftest$ac_exeext
13437 if test "${ac_cv_search_opendir+set}" = set; then :
13438 break
2ba49b59 13439fi
81ecdfbb
RW
13440done
13441if test "${ac_cv_search_opendir+set}" = set; then :
2ba49b59 13442
2ba49b59 13443else
81ecdfbb 13444 ac_cv_search_opendir=no
2ba49b59 13445fi
81ecdfbb
RW
13446rm conftest.$ac_ext
13447LIBS=$ac_func_search_save_LIBS
2ba49b59 13448fi
81ecdfbb
RW
13449{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13450$as_echo "$ac_cv_search_opendir" >&6; }
13451ac_res=$ac_cv_search_opendir
13452if test "$ac_res" != no; then :
13453 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
2ba49b59
KC
13454
13455fi
13456
81ecdfbb
RW
13457else
13458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13459$as_echo_n "checking for library containing opendir... " >&6; }
13460if test "${ac_cv_search_opendir+set}" = set; then :
13461 $as_echo_n "(cached) " >&6
13462else
13463 ac_func_search_save_LIBS=$LIBS
13464cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13465/* end confdefs.h. */
2ba49b59 13466
81ecdfbb
RW
13467/* Override any GCC internal prototype to avoid an error.
13468 Use char because int might match the return type of a GCC
13469 builtin and then its argument prototype would still apply. */
13470#ifdef __cplusplus
13471extern "C"
13472#endif
13473char opendir ();
13474int
13475main ()
13476{
13477return opendir ();
13478 ;
13479 return 0;
13480}
13481_ACEOF
13482for ac_lib in '' x; do
13483 if test -z "$ac_lib"; then
13484 ac_res="none required"
13485 else
13486 ac_res=-l$ac_lib
13487 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13488 fi
13489 if ac_fn_c_try_link "$LINENO"; then :
13490 ac_cv_search_opendir=$ac_res
13491fi
13492rm -f core conftest.err conftest.$ac_objext \
13493 conftest$ac_exeext
13494 if test "${ac_cv_search_opendir+set}" = set; then :
13495 break
13496fi
13497done
13498if test "${ac_cv_search_opendir+set}" = set; then :
2ba49b59 13499
81ecdfbb
RW
13500else
13501 ac_cv_search_opendir=no
13502fi
13503rm conftest.$ac_ext
13504LIBS=$ac_func_search_save_LIBS
13505fi
13506{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13507$as_echo "$ac_cv_search_opendir" >&6; }
13508ac_res=$ac_cv_search_opendir
13509if test "$ac_res" != no; then :
13510 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
2ba49b59 13511
81ecdfbb 13512fi
efde2f2c 13513
2ba49b59 13514fi
81ecdfbb 13515
17d5dae2
KT
13516
13517for ac_header in windows.h dlfcn.h
13518do :
13519 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13520ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13521eval as_val=\$$as_ac_Header
13522 if test "x$as_val" = x""yes; then :
13523 cat >>confdefs.h <<_ACEOF
13524#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13525_ACEOF
13526
13527fi
13528
13529done
13530
13531
81ecdfbb
RW
13532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13533$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13534if test "${gcc_cv_header_string+set}" = set; then :
13535 $as_echo_n "(cached) " >&6
2ba49b59 13536else
81ecdfbb 13537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2ba49b59 13538/* end confdefs.h. */
81ecdfbb
RW
13539#include <string.h>
13540#include <strings.h>
13541int
13542main ()
13543{
13544
13545 ;
13546 return 0;
13547}
2ba49b59 13548_ACEOF
81ecdfbb
RW
13549if ac_fn_c_try_compile "$LINENO"; then :
13550 gcc_cv_header_string=yes
2ba49b59 13551else
81ecdfbb
RW
13552 gcc_cv_header_string=no
13553fi
13554rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13555fi
13556{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13557$as_echo "$gcc_cv_header_string" >&6; }
13558if test $gcc_cv_header_string = yes; then
13559
13560$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
2ba49b59 13561
2ba49b59 13562fi
2ba49b59 13563
81ecdfbb
RW
13564for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno
13565do :
13566 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13567ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13568eval as_val=\$$as_ac_var
13569 if test "x$as_val" = x""yes; then :
13570 cat >>confdefs.h <<_ACEOF
13571#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
2ba49b59 13572_ACEOF
81ecdfbb
RW
13573
13574fi
13575done
13576
13577for ac_func in strtoull
13578do :
13579 ac_fn_c_check_func "$LINENO" "strtoull" "ac_cv_func_strtoull"
13580if test "x$ac_cv_func_strtoull" = x""yes; then :
13581 cat >>confdefs.h <<_ACEOF
13582#define HAVE_STRTOULL 1
2ba49b59 13583_ACEOF
81ecdfbb
RW
13584
13585fi
13586done
13587
13588
13589ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
13590if test "x$ac_cv_have_decl_basename" = x""yes; then :
13591 ac_have_decl=1
2ba49b59 13592else
81ecdfbb 13593 ac_have_decl=0
2ba49b59 13594fi
81ecdfbb
RW
13595
13596cat >>confdefs.h <<_ACEOF
13597#define HAVE_DECL_BASENAME $ac_have_decl
13598_ACEOF
13599
13600ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
13601if test "x$ac_cv_have_decl_ftello" = x""yes; then :
13602 ac_have_decl=1
2ba49b59 13603else
81ecdfbb
RW
13604 ac_have_decl=0
13605fi
2ba49b59 13606
81ecdfbb
RW
13607cat >>confdefs.h <<_ACEOF
13608#define HAVE_DECL_FTELLO $ac_have_decl
13609_ACEOF
13610
13611ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
13612if test "x$ac_cv_have_decl_ftello64" = x""yes; then :
13613 ac_have_decl=1
13614else
13615 ac_have_decl=0
2ba49b59 13616fi
2ba49b59 13617
81ecdfbb
RW
13618cat >>confdefs.h <<_ACEOF
13619#define HAVE_DECL_FTELLO64 $ac_have_decl
13620_ACEOF
13621
13622ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
13623if test "x$ac_cv_have_decl_fseeko" = x""yes; then :
13624 ac_have_decl=1
2ba49b59 13625else
81ecdfbb 13626 ac_have_decl=0
2ba49b59 13627fi
2ba49b59 13628
81ecdfbb
RW
13629cat >>confdefs.h <<_ACEOF
13630#define HAVE_DECL_FSEEKO $ac_have_decl
13631_ACEOF
13632
13633ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
13634if test "x$ac_cv_have_decl_fseeko64" = x""yes; then :
13635 ac_have_decl=1
13636else
13637 ac_have_decl=0
2ba49b59 13638fi
81ecdfbb
RW
13639
13640cat >>confdefs.h <<_ACEOF
13641#define HAVE_DECL_FSEEKO64 $ac_have_decl
2ba49b59
KC
13642_ACEOF
13643
81ecdfbb
RW
13644
13645
13646case "${host}" in
13647*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13648
13649$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13650 ;;
13651esac
13652
13653ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
13654if test "x$ac_cv_have_decl_ffs" = x""yes; then :
13655 ac_have_decl=1
13656else
13657 ac_have_decl=0
2ba49b59
KC
13658fi
13659
81ecdfbb
RW
13660cat >>confdefs.h <<_ACEOF
13661#define HAVE_DECL_FFS $ac_have_decl
13662_ACEOF
2ba49b59 13663
81ecdfbb
RW
13664ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
13665if test "x$ac_cv_have_decl_free" = x""yes; then :
13666 ac_have_decl=1
13667else
13668 ac_have_decl=0
13669fi
d5efd9fc 13670
81ecdfbb
RW
13671cat >>confdefs.h <<_ACEOF
13672#define HAVE_DECL_FREE $ac_have_decl
13673_ACEOF
d5efd9fc 13674
81ecdfbb
RW
13675ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13676if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13677 ac_have_decl=1
13678else
13679 ac_have_decl=0
13680fi
d5efd9fc 13681
81ecdfbb
RW
13682cat >>confdefs.h <<_ACEOF
13683#define HAVE_DECL_GETENV $ac_have_decl
d5efd9fc 13684_ACEOF
d5efd9fc 13685
81ecdfbb
RW
13686ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
13687if test "x$ac_cv_have_decl_malloc" = x""yes; then :
13688 ac_have_decl=1
13689else
13690 ac_have_decl=0
13691fi
13692
13693cat >>confdefs.h <<_ACEOF
13694#define HAVE_DECL_MALLOC $ac_have_decl
d5efd9fc 13695_ACEOF
81ecdfbb
RW
13696
13697ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
13698if test "x$ac_cv_have_decl_realloc" = x""yes; then :
13699 ac_have_decl=1
d5efd9fc 13700else
81ecdfbb
RW
13701 ac_have_decl=0
13702fi
13703
13704cat >>confdefs.h <<_ACEOF
13705#define HAVE_DECL_REALLOC $ac_have_decl
13706_ACEOF
d5efd9fc 13707
81ecdfbb
RW
13708ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13709if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13710 ac_have_decl=1
13711else
13712 ac_have_decl=0
d5efd9fc 13713fi
81ecdfbb
RW
13714
13715cat >>confdefs.h <<_ACEOF
13716#define HAVE_DECL_STPCPY $ac_have_decl
13717_ACEOF
13718
13719ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13720if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13721 ac_have_decl=1
13722else
13723 ac_have_decl=0
d5efd9fc 13724fi
81ecdfbb
RW
13725
13726cat >>confdefs.h <<_ACEOF
13727#define HAVE_DECL_STRSTR $ac_have_decl
13728_ACEOF
13729
13730ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13731if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13732 ac_have_decl=1
d5efd9fc 13733else
81ecdfbb 13734 ac_have_decl=0
d5efd9fc
AM
13735fi
13736
81ecdfbb
RW
13737cat >>confdefs.h <<_ACEOF
13738#define HAVE_DECL_SNPRINTF $ac_have_decl
13739_ACEOF
13740
13741ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13742if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13743 ac_have_decl=1
d5efd9fc 13744else
81ecdfbb
RW
13745 ac_have_decl=0
13746fi
13747
13748cat >>confdefs.h <<_ACEOF
13749#define HAVE_DECL_VSNPRINTF $ac_have_decl
d5efd9fc 13750_ACEOF
81ecdfbb
RW
13751
13752
81ecdfbb
RW
13753# Link in zlib if we can. This allows us to read compressed debug sections.
13754# This is used only by compress.c.
bf993e3c
JB
13755
13756 # See if the user specified whether he wants zlib support or not.
13757
13758# Check whether --with-zlib was given.
13759if test "${with_zlib+set}" = set; then :
13760 withval=$with_zlib;
13761else
13762 with_zlib=auto
13763fi
13764
13765
13766 if test "$with_zlib" != "no"; then
13767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
81ecdfbb
RW
13768$as_echo_n "checking for library containing zlibVersion... " >&6; }
13769if test "${ac_cv_search_zlibVersion+set}" = set; then :
13770 $as_echo_n "(cached) " >&6
d5efd9fc 13771else
81ecdfbb
RW
13772 ac_func_search_save_LIBS=$LIBS
13773cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 13774/* end confdefs.h. */
d5efd9fc 13775
81ecdfbb
RW
13776/* Override any GCC internal prototype to avoid an error.
13777 Use char because int might match the return type of a GCC
13778 builtin and then its argument prototype would still apply. */
13779#ifdef __cplusplus
13780extern "C"
13781#endif
13782char zlibVersion ();
d5efd9fc
AM
13783int
13784main ()
13785{
81ecdfbb 13786return zlibVersion ();
d5efd9fc
AM
13787 ;
13788 return 0;
13789}
13790_ACEOF
81ecdfbb
RW
13791for ac_lib in '' z; do
13792 if test -z "$ac_lib"; then
13793 ac_res="none required"
13794 else
13795 ac_res=-l$ac_lib
13796 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13797 fi
13798 if ac_fn_c_try_link "$LINENO"; then :
13799 ac_cv_search_zlibVersion=$ac_res
d5efd9fc 13800fi
81ecdfbb
RW
13801rm -f core conftest.err conftest.$ac_objext \
13802 conftest$ac_exeext
13803 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13804 break
d5efd9fc 13805fi
81ecdfbb
RW
13806done
13807if test "${ac_cv_search_zlibVersion+set}" = set; then :
13808
d5efd9fc 13809else
81ecdfbb
RW
13810 ac_cv_search_zlibVersion=no
13811fi
13812rm conftest.$ac_ext
13813LIBS=$ac_func_search_save_LIBS
13814fi
13815{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
13816$as_echo "$ac_cv_search_zlibVersion" >&6; }
13817ac_res=$ac_cv_search_zlibVersion
13818if test "$ac_res" != no; then :
13819 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13820 for ac_header in zlib.h
13821do :
13822 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13823if test "x$ac_cv_header_zlib_h" = x""yes; then :
13824 cat >>confdefs.h <<_ACEOF
13825#define HAVE_ZLIB_H 1
13826_ACEOF
13827
d5efd9fc
AM
13828fi
13829
d5efd9fc 13830done
d5efd9fc 13831
d5efd9fc
AM
13832fi
13833
bf993e3c
JB
13834 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
13835 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
13836 fi
13837 fi
13838
d5efd9fc 13839
81ecdfbb
RW
13840# If we are configured native, pick a core file support file.
13841COREFILE=
13842COREFLAG=
8bc7f138 13843CORE_HEADER=
81ecdfbb
RW
13844TRAD_HEADER=
13845if test "${target}" = "${host}"; then
13846 case "${host}" in
9fcd9da6 13847 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
81ecdfbb
RW
13848 COREFILE=''
13849 ;;
13850 alpha*-*-linux-*)
13851 COREFILE=trad-core.lo
13852 TRAD_HEADER='"hosts/alphalinux.h"'
13853 ;;
13854 alpha*-*-netbsd* | alpha*-*-openbsd*)
13855 COREFILE=netbsd-core.lo
13856 ;;
9fcd9da6
NC
13857 alpha*-*-*)
13858 COREFILE=osf-core.lo
13859 ;;
81ecdfbb 13860 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
9fcd9da6 13861 COREFILE='' ;;
81ecdfbb
RW
13862 arm-*-netbsd* | arm-*-openbsd*)
13863 COREFILE=netbsd-core.lo
13864 ;;
13865 arm-*-riscix) COREFILE=trad-core.lo ;;
13866 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
13867 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
13868 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
13869 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
13870 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
13871 hppa*-*-netbsd* | hppa*-*-openbsd*)
13872 COREFILE=netbsd-core.lo
13873 ;;
d5efd9fc 13874
81ecdfbb
RW
13875 i370-*-*)
13876 COREFILE=trad-core.lo
13877 TRAD_HEADER='"hosts/i370linux.h"'
13878 ;;
d5efd9fc 13879
81ecdfbb
RW
13880 i[3-7]86-sequent-bsd*)
13881 COREFILE=trad-core.lo
13882 TRAD_HEADER='"hosts/symmetry.h"'
13883 ;;
13884 i[3-7]86-sequent-sysv4*) ;;
13885 i[3-7]86-sequent-sysv*)
13886 COREFILE=trad-core.lo
13887 TRAD_HEADER='"hosts/symmetry.h"'
13888 ;;
13889 i[3-7]86-*-bsdi)
13890 COREFILE=
13891 ;;
13892 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*)
13893 COREFILE=trad-core.lo
13894 TRAD_HEADER='"hosts/i386bsd.h"'
13895 ;;
13896 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
13897 COREFILE=''
13898 TRAD_HEADER='"hosts/i386bsd.h"'
13899 ;;
13900 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
13901 COREFILE=netbsd-core.lo
13902 ;;
13903 i[3-7]86-esix-sysv3*)
13904 COREFILE=trad-core.lo
13905 TRAD_HEADER='"hosts/esix.h"'
13906 ;;
13907 i[3-7]86-*-sco3.2v5*)
13908 COREFILE=sco5-core.lo
13909 ;;
13910 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
13911 COREFILE=trad-core.lo
13912 TRAD_HEADER='"hosts/i386sco.h"'
13913 ;;
13914 i[3-7]86-*-mach3*)
13915 COREFILE=trad-core.lo
13916 TRAD_HEADER='"hosts/i386mach3.h"'
13917 ;;
13918 i[3-7]86-*-linux-*)
13919 COREFILE=trad-core.lo
13920 TRAD_HEADER='"hosts/i386linux.h"'
13921 ;;
13922 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
13923 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
13924 i860-*-mach3* | i860-*-osf1*)
13925 COREFILE=trad-core.lo
13926 TRAD_HEADER='"hosts/i860mach3.h"'
13927 ;;
13928 mips-*-netbsd* | mips*-*-openbsd*)
13929 COREFILE=netbsd-core.lo
13930 ;;
13931 mips-dec-*)
13932 COREFILE=trad-core.lo
13933 TRAD_HEADER='"hosts/decstation.h"'
13934 ;;
13935 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
13936 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
13937 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
13938 mips-*-sysv4*) ;;
13939 mips-*-sysv* | mips-*-riscos*)
13940 COREFILE=trad-core.lo
13941 TRAD_HEADER='"hosts/riscos.h"'
13942 ;;
13943 mips-sony-bsd*)
13944 COREFILE=trad-core.lo
13945 TRAD_HEADER='"hosts/news-mips.h"'
13946 ;;
13947 m68*-bull*-sysv*)
13948 COREFILE=trad-core.lo
13949 TRAD_HEADER='"hosts/dpx2.h"'
13950 ;;
13951 m68*-hp-hpux*) COREFILE=hpux-core.lo ;;
13952 m68*-hp-bsd*)
13953 COREFILE=trad-core.lo
13954 TRAD_HEADER='"hosts/hp300bsd.h"'
13955 ;;
13956 m68*-*-linux-*)
13957 COREFILE=trad-core.lo
13958 TRAD_HEADER='"hosts/m68klinux.h"'
13959 ;;
13960 m68*-motorola-sysv*)
13961 COREFILE=trad-core.lo
13962 TRAD_HEADER='"hosts/delta68.h"'
13963 ;;
13964 m68*-sony-*)
13965 COREFILE=trad-core.lo
13966 TRAD_HEADER='"hosts/news.h"'
13967 ;;
13968 m68*-*-netbsd* | m68*-*-openbsd*)
13969 COREFILE=netbsd-core.lo
13970 ;;
13971 m68*-apple-aux*)
13972 COREFILE=trad-core.lo
13973 TRAD_HEADER='"hosts/m68kaux.h"'
13974 ;;
13975 m88*-*-sysv4*)
13976 ;;
13977 m88*-motorola-sysv*)
13978 COREFILE=ptrace-core.lo
13979 ;;
13980 m88*-*-mach3*)
13981 COREFILE=trad-core.lo
13982 TRAD_HEADER='"hosts/m88kmach3.h"'
13983 ;;
13984 m88*-*-openbsd*)
13985 COREFILE=netbsd-core.lo
13986 ;;
13987 ns32k-pc532-mach)
13988 COREFILE=trad-core.lo
13989 TRAD_HEADER='"hosts/pc532mach.h"'
13990 ;;
13991 ns32k-*-netbsd* | ns32k-*-openbsd*)
13992 COREFILE=netbsd-core.lo
13993 ;;
13994 rs6000-*-lynx*)
13995 COREFILE=lynx-core.lo
13996 ;;
13997 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].*)
13998 COREFILE=rs6000-core.lo
13999 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
14000 ;;
14001 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
14002 COREFILE=rs6000-core.lo
14003 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
14004 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
14005 # have c_impl as a member of struct core_dumpx
14006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
14007$as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
14008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14009/* end confdefs.h. */
81ecdfbb 14010#include <core.h>
d5efd9fc
AM
14011int
14012main ()
14013{
81ecdfbb 14014struct core_dumpx c; c.c_impl = 0;
d5efd9fc
AM
14015 ;
14016 return 0;
14017}
14018_ACEOF
81ecdfbb 14019if ac_fn_c_try_compile "$LINENO"; then :
d5efd9fc 14020
81ecdfbb 14021$as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
d5efd9fc 14022
81ecdfbb
RW
14023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14024$as_echo "yes" >&6; }
d5efd9fc 14025else
81ecdfbb
RW
14026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14027$as_echo "no" >&6; }
d5efd9fc 14028fi
81ecdfbb
RW
14029rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14030 ;;
14031 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
14032 rs6000-*-*) COREFILE=rs6000-core.lo ;;
14033 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
14034 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
14035 powerpc-*-beos*) ;;
14036 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
14037 COREFILE='' ;;
14038 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
14039 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
14040 s390*-*-*) COREFILE=trad-core.lo ;;
14041 sh*-*-netbsd* | sh*-*-openbsd*)
14042 COREFILE=netbsd-core.lo
14043 ;;
14044 sparc-*-netbsd* | sparc*-*-openbsd*)
14045 COREFILE=netbsd-core.lo
14046 ;;
14047 tahoe-*-*)
14048 COREFILE=trad-core.lo
14049 TRAD_HEADER='"hosts/tahoe.h"'
14050 ;;
14051 vax-*-netbsd* | vax-*-openbsd*)
14052 COREFILE=netbsd-core.lo
14053 ;;
14054 vax-*-ultrix2*)
14055 COREFILE=trad-core.lo
14056 TRAD_HEADER='"hosts/vaxult2.h"'
14057 ;;
14058 vax-*-ultrix*)
14059 COREFILE=trad-core.lo
14060 TRAD_HEADER='"hosts/vaxult2.h"'
14061 ;;
14062 vax-*-linux-*)
14063 COREFILE=trad-core.lo
14064 TRAD_HEADER='"hosts/vaxlinux.h"'
14065 ;;
14066 vax-*-*)
14067 COREFILE=trad-core.lo
14068 TRAD_HEADER='"hosts/vaxbsd.h"'
14069 ;;
8bc7f138
L
14070 x86_64-*-linux*)
14071 CORE_HEADER='"hosts/x86-64linux.h"'
14072 ;;
81ecdfbb
RW
14073 x86_64-*-netbsd* | x86_64-*-openbsd*)
14074 COREFILE=netbsd-core.lo
14075 ;;
14076 esac
14077
14078 case "$COREFILE" in
14079 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
14080 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
14081 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
14082 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
14083 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
14084 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
14085 osf-core.lo) COREFLAG=-DOSF_CORE ;;
14086 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
14087 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
14088 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
14089 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
14090 esac
14091
14092 # ELF corefile support has several flavors, but all of
14093 # them use something called <sys/procfs.h>
14094 for ac_header in sys/procfs.h
14095do :
14096 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
14097if test "x$ac_cv_header_sys_procfs_h" = x""yes; then :
14098 cat >>confdefs.h <<_ACEOF
14099#define HAVE_SYS_PROCFS_H 1
14100_ACEOF
14101
d5efd9fc
AM
14102fi
14103
81ecdfbb
RW
14104done
14105
14106 if test "$ac_cv_header_sys_procfs_h" = yes; then
14107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
14108$as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
14109 if test "${bfd_cv_have_sys_procfs_type_prstatus_t+set}" = set; then :
14110 $as_echo_n "(cached) " >&6
d5efd9fc 14111else
81ecdfbb 14112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14113/* end confdefs.h. */
d5efd9fc 14114
81ecdfbb 14115#define _SYSCALL32
16231b7b
DG
14116/* Needed for new procfs interface on sparc-solaris. */
14117#define _STRUCTURED_PROC 1
81ecdfbb 14118#include <sys/procfs.h>
d5efd9fc
AM
14119int
14120main ()
14121{
81ecdfbb 14122prstatus_t avar
d5efd9fc
AM
14123 ;
14124 return 0;
14125}
14126_ACEOF
81ecdfbb
RW
14127if ac_fn_c_try_compile "$LINENO"; then :
14128 bfd_cv_have_sys_procfs_type_prstatus_t=yes
d5efd9fc 14129else
81ecdfbb 14130 bfd_cv_have_sys_procfs_type_prstatus_t=no
d5efd9fc 14131
d5efd9fc 14132fi
81ecdfbb 14133rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc
AM
14134fi
14135
81ecdfbb 14136 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
d5efd9fc 14137
81ecdfbb 14138$as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
d5efd9fc 14139
81ecdfbb
RW
14140 fi
14141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
14142$as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
d5efd9fc 14143
81ecdfbb
RW
14144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
14145$as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
14146 if test "${bfd_cv_have_sys_procfs_type_prstatus32_t+set}" = set; then :
14147 $as_echo_n "(cached) " >&6
d5efd9fc 14148else
81ecdfbb 14149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14150/* end confdefs.h. */
81ecdfbb
RW
14151
14152#define _SYSCALL32
16231b7b
DG
14153/* Needed for new procfs interface on sparc-solaris. */
14154#define _STRUCTURED_PROC 1
81ecdfbb 14155#include <sys/procfs.h>
d5efd9fc
AM
14156int
14157main ()
14158{
81ecdfbb 14159prstatus32_t avar
d5efd9fc
AM
14160 ;
14161 return 0;
14162}
14163_ACEOF
81ecdfbb
RW
14164if ac_fn_c_try_compile "$LINENO"; then :
14165 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
d5efd9fc 14166else
81ecdfbb 14167 bfd_cv_have_sys_procfs_type_prstatus32_t=no
d5efd9fc 14168
d5efd9fc 14169fi
81ecdfbb 14170rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc 14171fi
d5efd9fc 14172
81ecdfbb
RW
14173 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14174
14175$as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14176
14177 fi
14178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
14179$as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
14180
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
14182$as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
14183 if test "${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+set}" = set; then :
14184 $as_echo_n "(cached) " >&6
d5efd9fc 14185else
81ecdfbb 14186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14187/* end confdefs.h. */
81ecdfbb
RW
14188
14189#define _SYSCALL32
16231b7b
DG
14190/* Needed for new procfs interface on sparc-solaris. */
14191#define _STRUCTURED_PROC 1
81ecdfbb 14192#include <sys/procfs.h>
d5efd9fc
AM
14193int
14194main ()
14195{
81ecdfbb 14196prstatus_t avar; void* aref = (void*) &avar.pr_who
d5efd9fc
AM
14197 ;
14198 return 0;
14199}
14200_ACEOF
81ecdfbb
RW
14201if ac_fn_c_try_compile "$LINENO"; then :
14202 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
14203else
14204 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
14205
14206fi
14207rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14208fi
14209
14210 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
14211
14212$as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
14213
14214 fi
14215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
14216$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
14217
14218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
14219$as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
14220 if test "${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+set}" = set; then :
14221 $as_echo_n "(cached) " >&6
14222else
14223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14224/* end confdefs.h. */
81ecdfbb
RW
14225
14226#define _SYSCALL32
16231b7b
DG
14227/* Needed for new procfs interface on sparc-solaris. */
14228#define _STRUCTURED_PROC 1
81ecdfbb 14229#include <sys/procfs.h>
d5efd9fc
AM
14230int
14231main ()
14232{
81ecdfbb 14233prstatus32_t avar; void* aref = (void*) &avar.pr_who
d5efd9fc
AM
14234 ;
14235 return 0;
14236}
14237_ACEOF
81ecdfbb
RW
14238if ac_fn_c_try_compile "$LINENO"; then :
14239 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
d5efd9fc 14240else
81ecdfbb 14241 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
d5efd9fc 14242
d5efd9fc 14243fi
81ecdfbb
RW
14244rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14245fi
d5efd9fc 14246
81ecdfbb
RW
14247 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14248
14249$as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14250
14251 fi
14252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14253$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14254
14255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
14256$as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
14257 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then :
14258 $as_echo_n "(cached) " >&6
14259else
14260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14261/* end confdefs.h. */
81ecdfbb
RW
14262
14263#define _SYSCALL32
16231b7b
DG
14264/* Needed for new procfs interface on sparc-solaris. */
14265#define _STRUCTURED_PROC 1
81ecdfbb 14266#include <sys/procfs.h>
d5efd9fc
AM
14267int
14268main ()
14269{
81ecdfbb 14270pstatus_t avar
d5efd9fc
AM
14271 ;
14272 return 0;
14273}
14274_ACEOF
81ecdfbb
RW
14275if ac_fn_c_try_compile "$LINENO"; then :
14276 bfd_cv_have_sys_procfs_type_pstatus_t=yes
14277else
14278 bfd_cv_have_sys_procfs_type_pstatus_t=no
14279
14280fi
14281rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14282fi
14283
14284 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14285
14286$as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14287
14288 fi
14289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14290$as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14291
14292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
14293$as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
14294 if test "${bfd_cv_have_sys_procfs_type_pxstatus_t+set}" = set; then :
14295 $as_echo_n "(cached) " >&6
14296else
14297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14298/* end confdefs.h. */
81ecdfbb
RW
14299
14300#define _SYSCALL32
16231b7b
DG
14301/* Needed for new procfs interface on sparc-solaris. */
14302#define _STRUCTURED_PROC 1
81ecdfbb 14303#include <sys/procfs.h>
d5efd9fc
AM
14304int
14305main ()
14306{
81ecdfbb 14307pxstatus_t avar
d5efd9fc
AM
14308 ;
14309 return 0;
14310}
14311_ACEOF
81ecdfbb
RW
14312if ac_fn_c_try_compile "$LINENO"; then :
14313 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
d5efd9fc 14314else
81ecdfbb 14315 bfd_cv_have_sys_procfs_type_pxstatus_t=no
d5efd9fc 14316
d5efd9fc 14317fi
81ecdfbb 14318rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc 14319fi
81ecdfbb
RW
14320
14321 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14322
14323$as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14324
14325 fi
14326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14327$as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14328
14329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
14330$as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
14331 if test "${bfd_cv_have_sys_procfs_type_pstatus32_t+set}" = set; then :
14332 $as_echo_n "(cached) " >&6
14333else
14334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14335/* end confdefs.h. */
81ecdfbb
RW
14336
14337#define _SYSCALL32
16231b7b
DG
14338/* Needed for new procfs interface on sparc-solaris. */
14339#define _STRUCTURED_PROC 1
81ecdfbb 14340#include <sys/procfs.h>
d5efd9fc
AM
14341int
14342main ()
14343{
81ecdfbb 14344pstatus32_t avar
d5efd9fc
AM
14345 ;
14346 return 0;
14347}
14348_ACEOF
81ecdfbb
RW
14349if ac_fn_c_try_compile "$LINENO"; then :
14350 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
d5efd9fc 14351else
81ecdfbb 14352 bfd_cv_have_sys_procfs_type_pstatus32_t=no
d5efd9fc 14353
d5efd9fc 14354fi
81ecdfbb
RW
14355rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14356fi
14357
14358 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14359
14360$as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14361
14362 fi
14363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14364$as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14365
14366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
14367$as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
14368 if test "${bfd_cv_have_sys_procfs_type_prpsinfo_t+set}" = set; then :
14369 $as_echo_n "(cached) " >&6
14370else
14371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14372/* end confdefs.h. */
81ecdfbb
RW
14373
14374#define _SYSCALL32
16231b7b
DG
14375/* Needed for new procfs interface on sparc-solaris. */
14376#define _STRUCTURED_PROC 1
81ecdfbb 14377#include <sys/procfs.h>
d5efd9fc
AM
14378int
14379main ()
14380{
81ecdfbb 14381prpsinfo_t avar
d5efd9fc
AM
14382 ;
14383 return 0;
14384}
14385_ACEOF
81ecdfbb
RW
14386if ac_fn_c_try_compile "$LINENO"; then :
14387 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
d5efd9fc 14388else
81ecdfbb 14389 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
d5efd9fc 14390
d5efd9fc 14391fi
81ecdfbb 14392rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc 14393fi
d5efd9fc 14394
81ecdfbb 14395 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
d5efd9fc 14396
81ecdfbb
RW
14397$as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14398
14399 fi
14400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14401$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14402
335e41d4
JK
14403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
14404$as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
14405 if test "${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+set}" = set; then :
14406 $as_echo_n "(cached) " >&6
14407else
14408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14409/* end confdefs.h. */
14410
14411#define _SYSCALL32
14412/* Needed for new procfs interface on sparc-solaris. */
14413#define _STRUCTURED_PROC 1
14414#include <sys/procfs.h>
14415int
14416main ()
14417{
14418prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
14419 ;
14420 return 0;
14421}
14422_ACEOF
14423if ac_fn_c_try_compile "$LINENO"; then :
14424 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
14425else
14426 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
14427
14428fi
14429rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14430fi
14431
14432 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
14433
14434$as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
14435
14436 fi
14437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
14438$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
14439
81ecdfbb
RW
14440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
14441$as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
14442 if test "${bfd_cv_have_sys_procfs_type_prpsinfo32_t+set}" = set; then :
14443 $as_echo_n "(cached) " >&6
d5efd9fc 14444else
81ecdfbb 14445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14446/* end confdefs.h. */
81ecdfbb
RW
14447
14448#define _SYSCALL32
16231b7b
DG
14449/* Needed for new procfs interface on sparc-solaris. */
14450#define _STRUCTURED_PROC 1
81ecdfbb 14451#include <sys/procfs.h>
d5efd9fc
AM
14452int
14453main ()
14454{
81ecdfbb 14455prpsinfo32_t avar
d5efd9fc
AM
14456 ;
14457 return 0;
14458}
14459_ACEOF
81ecdfbb
RW
14460if ac_fn_c_try_compile "$LINENO"; then :
14461 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
d5efd9fc 14462else
81ecdfbb 14463 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
d5efd9fc 14464
d5efd9fc 14465fi
81ecdfbb 14466rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc 14467fi
d5efd9fc 14468
81ecdfbb
RW
14469 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14470
14471$as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14472
14473 fi
14474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14475$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14476
335e41d4
JK
14477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
14478$as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14479 if test "${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+set}" = set; then :
14480 $as_echo_n "(cached) " >&6
14481else
14482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14483/* end confdefs.h. */
14484
14485#define _SYSCALL32
14486/* Needed for new procfs interface on sparc-solaris. */
14487#define _STRUCTURED_PROC 1
14488#include <sys/procfs.h>
14489int
14490main ()
14491{
14492prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
14493 ;
14494 return 0;
14495}
14496_ACEOF
14497if ac_fn_c_try_compile "$LINENO"; then :
14498 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
14499else
14500 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
14501
14502fi
14503rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14504fi
14505
14506 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
14507
14508$as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
14509
14510 fi
14511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
14512$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
14513
81ecdfbb
RW
14514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
14515$as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
14516 if test "${bfd_cv_have_sys_procfs_type_psinfo_t+set}" = set; then :
14517 $as_echo_n "(cached) " >&6
d5efd9fc 14518else
81ecdfbb 14519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14520/* end confdefs.h. */
d5efd9fc 14521
81ecdfbb 14522#define _SYSCALL32
16231b7b
DG
14523/* Needed for new procfs interface on sparc-solaris. */
14524#define _STRUCTURED_PROC 1
81ecdfbb 14525#include <sys/procfs.h>
d5efd9fc
AM
14526int
14527main ()
14528{
81ecdfbb 14529psinfo_t avar
d5efd9fc
AM
14530 ;
14531 return 0;
14532}
14533_ACEOF
81ecdfbb
RW
14534if ac_fn_c_try_compile "$LINENO"; then :
14535 bfd_cv_have_sys_procfs_type_psinfo_t=yes
d5efd9fc 14536else
81ecdfbb 14537 bfd_cv_have_sys_procfs_type_psinfo_t=no
d5efd9fc 14538
d5efd9fc 14539fi
81ecdfbb
RW
14540rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14541fi
d5efd9fc 14542
81ecdfbb
RW
14543 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14544
14545$as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14546
14547 fi
14548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14549$as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14550
335e41d4
JK
14551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
14552$as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
14553 if test "${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+set}" = set; then :
14554 $as_echo_n "(cached) " >&6
14555else
14556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14557/* end confdefs.h. */
14558
14559#define _SYSCALL32
14560/* Needed for new procfs interface on sparc-solaris. */
14561#define _STRUCTURED_PROC 1
14562#include <sys/procfs.h>
14563int
14564main ()
14565{
14566psinfo_t avar; void* aref = (void*) &avar.pr_pid
14567 ;
14568 return 0;
14569}
14570_ACEOF
14571if ac_fn_c_try_compile "$LINENO"; then :
14572 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
14573else
14574 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
14575
14576fi
14577rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14578fi
14579
14580 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
14581
14582$as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
14583
14584 fi
14585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
14586$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
14587
81ecdfbb
RW
14588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
14589$as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
14590 if test "${bfd_cv_have_sys_procfs_type_psinfo32_t+set}" = set; then :
14591 $as_echo_n "(cached) " >&6
14592else
14593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14594/* end confdefs.h. */
81ecdfbb
RW
14595
14596#define _SYSCALL32
16231b7b
DG
14597/* Needed for new procfs interface on sparc-solaris. */
14598#define _STRUCTURED_PROC 1
81ecdfbb 14599#include <sys/procfs.h>
d5efd9fc
AM
14600int
14601main ()
14602{
81ecdfbb 14603psinfo32_t avar
d5efd9fc
AM
14604 ;
14605 return 0;
14606}
14607_ACEOF
81ecdfbb
RW
14608if ac_fn_c_try_compile "$LINENO"; then :
14609 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
14610else
14611 bfd_cv_have_sys_procfs_type_psinfo32_t=no
14612
14613fi
14614rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14615fi
14616
14617 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14618
14619$as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14620
14621 fi
14622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14623$as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14624
335e41d4
JK
14625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
14626$as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14627 if test "${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+set}" = set; then :
14628 $as_echo_n "(cached) " >&6
14629else
14630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14631/* end confdefs.h. */
14632
14633#define _SYSCALL32
14634/* Needed for new procfs interface on sparc-solaris. */
14635#define _STRUCTURED_PROC 1
14636#include <sys/procfs.h>
14637int
14638main ()
14639{
14640psinfo32_t avar; void* aref = (void*) &avar.pr_pid
14641 ;
14642 return 0;
14643}
14644_ACEOF
14645if ac_fn_c_try_compile "$LINENO"; then :
14646 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
14647else
14648 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
14649
14650fi
14651rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14652fi
14653
14654 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
14655
14656$as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
14657
14658 fi
14659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
14660$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
14661
81ecdfbb
RW
14662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
14663$as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
14664 if test "${bfd_cv_have_sys_procfs_type_lwpstatus_t+set}" = set; then :
14665 $as_echo_n "(cached) " >&6
14666else
14667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14668/* end confdefs.h. */
81ecdfbb
RW
14669
14670#define _SYSCALL32
16231b7b
DG
14671/* Needed for new procfs interface on sparc-solaris. */
14672#define _STRUCTURED_PROC 1
81ecdfbb 14673#include <sys/procfs.h>
d5efd9fc
AM
14674int
14675main ()
14676{
81ecdfbb 14677lwpstatus_t avar
d5efd9fc
AM
14678 ;
14679 return 0;
14680}
14681_ACEOF
81ecdfbb
RW
14682if ac_fn_c_try_compile "$LINENO"; then :
14683 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
d5efd9fc 14684else
81ecdfbb 14685 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
d5efd9fc 14686
d5efd9fc 14687fi
81ecdfbb 14688rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc 14689fi
81ecdfbb
RW
14690
14691 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
14692
14693$as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
14694
14695 fi
14696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
14697$as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
14698
14699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
14700$as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
14701 if test "${bfd_cv_have_sys_procfs_type_lwpxstatus_t+set}" = set; then :
14702 $as_echo_n "(cached) " >&6
14703else
14704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14705/* end confdefs.h. */
81ecdfbb
RW
14706
14707#define _SYSCALL32
16231b7b
DG
14708/* Needed for new procfs interface on sparc-solaris. */
14709#define _STRUCTURED_PROC 1
81ecdfbb 14710#include <sys/procfs.h>
d5efd9fc
AM
14711int
14712main ()
14713{
81ecdfbb 14714lwpxstatus_t avar
d5efd9fc
AM
14715 ;
14716 return 0;
14717}
14718_ACEOF
81ecdfbb
RW
14719if ac_fn_c_try_compile "$LINENO"; then :
14720 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
d5efd9fc 14721else
81ecdfbb 14722 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
d5efd9fc 14723
d5efd9fc 14724fi
81ecdfbb
RW
14725rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14726fi
14727
14728 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
14729
14730$as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
14731
14732 fi
14733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
14734$as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
14735
14736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
14737$as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
14738 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+set}" = set; then :
14739 $as_echo_n "(cached) " >&6
d5efd9fc 14740else
81ecdfbb 14741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14742/* end confdefs.h. */
81ecdfbb
RW
14743
14744#define _SYSCALL32
16231b7b
DG
14745/* Needed for new procfs interface on sparc-solaris. */
14746#define _STRUCTURED_PROC 1
81ecdfbb 14747#include <sys/procfs.h>
d5efd9fc
AM
14748int
14749main ()
14750{
81ecdfbb 14751lwpstatus_t avar; void* aref = (void*) &avar.pr_context
d5efd9fc
AM
14752 ;
14753 return 0;
14754}
14755_ACEOF
81ecdfbb
RW
14756if ac_fn_c_try_compile "$LINENO"; then :
14757 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
d5efd9fc 14758else
81ecdfbb 14759 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
d5efd9fc 14760
d5efd9fc 14761fi
81ecdfbb 14762rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc 14763fi
d5efd9fc 14764
81ecdfbb 14765 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
d5efd9fc 14766
81ecdfbb
RW
14767$as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
14768
14769 fi
14770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
14771$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
14772
14773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
14774$as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
14775 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+set}" = set; then :
14776 $as_echo_n "(cached) " >&6
d5efd9fc 14777else
81ecdfbb 14778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14779/* end confdefs.h. */
81ecdfbb
RW
14780
14781#define _SYSCALL32
16231b7b
DG
14782/* Needed for new procfs interface on sparc-solaris. */
14783#define _STRUCTURED_PROC 1
81ecdfbb 14784#include <sys/procfs.h>
d5efd9fc
AM
14785int
14786main ()
14787{
81ecdfbb 14788lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
d5efd9fc
AM
14789 ;
14790 return 0;
14791}
14792_ACEOF
81ecdfbb
RW
14793if ac_fn_c_try_compile "$LINENO"; then :
14794 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
d5efd9fc 14795else
81ecdfbb 14796 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
d5efd9fc 14797
d5efd9fc 14798fi
81ecdfbb 14799rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc 14800fi
d5efd9fc 14801
81ecdfbb
RW
14802 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
14803
14804$as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
14805
14806 fi
14807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
14808$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
14809
16231b7b
DG
14810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
14811$as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
14812 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+set}" = set; then :
14813 $as_echo_n "(cached) " >&6
14814else
14815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14816/* end confdefs.h. */
14817
14818#define _SYSCALL32
14819/* Needed for new procfs interface on sparc-solaris. */
14820#define _STRUCTURED_PROC 1
14821#include <sys/procfs.h>
14822int
14823main ()
14824{
14825lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
14826 ;
14827 return 0;
14828}
14829_ACEOF
14830if ac_fn_c_try_compile "$LINENO"; then :
14831 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
14832else
14833 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
14834
14835fi
14836rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14837fi
14838
14839 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
14840
14841$as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
14842
14843 fi
14844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
14845$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
14846
81ecdfbb
RW
14847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
14848$as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
14849 if test "${bfd_cv_have_sys_procfs_type_win32_pstatus_t+set}" = set; then :
14850 $as_echo_n "(cached) " >&6
d5efd9fc 14851else
81ecdfbb 14852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14853/* end confdefs.h. */
81ecdfbb
RW
14854
14855#define _SYSCALL32
16231b7b
DG
14856/* Needed for new procfs interface on sparc-solaris. */
14857#define _STRUCTURED_PROC 1
81ecdfbb 14858#include <sys/procfs.h>
d5efd9fc
AM
14859int
14860main ()
14861{
81ecdfbb 14862win32_pstatus_t avar
d5efd9fc
AM
14863 ;
14864 return 0;
14865}
14866_ACEOF
81ecdfbb
RW
14867if ac_fn_c_try_compile "$LINENO"; then :
14868 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
d5efd9fc 14869else
81ecdfbb 14870 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
d5efd9fc 14871
d5efd9fc 14872fi
81ecdfbb
RW
14873rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14874fi
d5efd9fc 14875
81ecdfbb 14876 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
d5efd9fc 14877
81ecdfbb 14878$as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
d5efd9fc 14879
81ecdfbb
RW
14880 fi
14881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
14882$as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
d5efd9fc 14883
81ecdfbb 14884 fi
d5efd9fc 14885fi
d5efd9fc 14886
d5efd9fc 14887
8bc7f138
L
14888if test -n "$CORE_HEADER"; then
14889
14890cat >>confdefs.h <<_ACEOF
14891#define CORE_HEADER $CORE_HEADER
14892_ACEOF
14893
14894fi
81ecdfbb 14895if test -n "$TRAD_HEADER"; then
d5efd9fc 14896
81ecdfbb
RW
14897cat >>confdefs.h <<_ACEOF
14898#define TRAD_HEADER $TRAD_HEADER
d5efd9fc 14899_ACEOF
d5efd9fc 14900
81ecdfbb 14901fi
d5efd9fc 14902
81ecdfbb
RW
14903# Check if linker supports --as-needed and --no-as-needed options
14904{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
14905$as_echo_n "checking linker --as-needed support... " >&6; }
14906if test "${bfd_cv_ld_as_needed+set}" = set; then :
14907 $as_echo_n "(cached) " >&6
d5efd9fc 14908else
81ecdfbb
RW
14909 bfd_cv_ld_as_needed=no
14910 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
14911 bfd_cv_ld_as_needed=yes
14912 fi
d5efd9fc 14913
d5efd9fc 14914fi
81ecdfbb
RW
14915{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
14916$as_echo "$bfd_cv_ld_as_needed" >&6; }
d5efd9fc 14917
81ecdfbb
RW
14918LIBM=
14919case $host in
3725885a 14920*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
81ecdfbb
RW
14921 # These system don't have libm, or don't need it
14922 ;;
14923*-ncr-sysv4.3*)
14924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
14925$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
14926if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
14927 $as_echo_n "(cached) " >&6
d5efd9fc 14928else
81ecdfbb
RW
14929 ac_check_lib_save_LIBS=$LIBS
14930LIBS="-lmw $LIBS"
14931cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14932/* end confdefs.h. */
81ecdfbb
RW
14933
14934/* Override any GCC internal prototype to avoid an error.
14935 Use char because int might match the return type of a GCC
14936 builtin and then its argument prototype would still apply. */
14937#ifdef __cplusplus
14938extern "C"
14939#endif
14940char _mwvalidcheckl ();
d5efd9fc
AM
14941int
14942main ()
14943{
81ecdfbb 14944return _mwvalidcheckl ();
d5efd9fc
AM
14945 ;
14946 return 0;
14947}
14948_ACEOF
81ecdfbb
RW
14949if ac_fn_c_try_link "$LINENO"; then :
14950 ac_cv_lib_mw__mwvalidcheckl=yes
d5efd9fc 14951else
81ecdfbb
RW
14952 ac_cv_lib_mw__mwvalidcheckl=no
14953fi
14954rm -f core conftest.err conftest.$ac_objext \
14955 conftest$ac_exeext conftest.$ac_ext
14956LIBS=$ac_check_lib_save_LIBS
d5efd9fc 14957fi
81ecdfbb
RW
14958{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14959$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
14960if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
14961 LIBM="-lmw"
d5efd9fc 14962fi
d5efd9fc 14963
81ecdfbb
RW
14964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14965$as_echo_n "checking for cos in -lm... " >&6; }
14966if test "${ac_cv_lib_m_cos+set}" = set; then :
14967 $as_echo_n "(cached) " >&6
d5efd9fc 14968else
81ecdfbb
RW
14969 ac_check_lib_save_LIBS=$LIBS
14970LIBS="-lm $LIBS"
14971cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14972/* end confdefs.h. */
d5efd9fc 14973
81ecdfbb
RW
14974/* Override any GCC internal prototype to avoid an error.
14975 Use char because int might match the return type of a GCC
14976 builtin and then its argument prototype would still apply. */
14977#ifdef __cplusplus
14978extern "C"
14979#endif
14980char cos ();
d5efd9fc
AM
14981int
14982main ()
14983{
81ecdfbb 14984return cos ();
d5efd9fc
AM
14985 ;
14986 return 0;
14987}
14988_ACEOF
81ecdfbb
RW
14989if ac_fn_c_try_link "$LINENO"; then :
14990 ac_cv_lib_m_cos=yes
d5efd9fc 14991else
81ecdfbb
RW
14992 ac_cv_lib_m_cos=no
14993fi
14994rm -f core conftest.err conftest.$ac_objext \
14995 conftest$ac_exeext conftest.$ac_ext
14996LIBS=$ac_check_lib_save_LIBS
14997fi
14998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14999$as_echo "$ac_cv_lib_m_cos" >&6; }
15000if test "x$ac_cv_lib_m_cos" = x""yes; then :
15001 LIBM="$LIBM -lm"
d5efd9fc 15002fi
d5efd9fc 15003
81ecdfbb
RW
15004 ;;
15005*)
15006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
15007$as_echo_n "checking for cos in -lm... " >&6; }
15008if test "${ac_cv_lib_m_cos+set}" = set; then :
15009 $as_echo_n "(cached) " >&6
15010else
15011 ac_check_lib_save_LIBS=$LIBS
15012LIBS="-lm $LIBS"
15013cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 15014/* end confdefs.h. */
d5efd9fc 15015
81ecdfbb
RW
15016/* Override any GCC internal prototype to avoid an error.
15017 Use char because int might match the return type of a GCC
15018 builtin and then its argument prototype would still apply. */
15019#ifdef __cplusplus
15020extern "C"
15021#endif
15022char cos ();
d5efd9fc
AM
15023int
15024main ()
15025{
81ecdfbb 15026return cos ();
d5efd9fc
AM
15027 ;
15028 return 0;
15029}
15030_ACEOF
81ecdfbb
RW
15031if ac_fn_c_try_link "$LINENO"; then :
15032 ac_cv_lib_m_cos=yes
d5efd9fc 15033else
81ecdfbb 15034 ac_cv_lib_m_cos=no
d5efd9fc 15035fi
81ecdfbb
RW
15036rm -f core conftest.err conftest.$ac_objext \
15037 conftest$ac_exeext conftest.$ac_ext
15038LIBS=$ac_check_lib_save_LIBS
d5efd9fc 15039fi
81ecdfbb
RW
15040{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
15041$as_echo "$ac_cv_lib_m_cos" >&6; }
15042if test "x$ac_cv_lib_m_cos" = x""yes; then :
15043 LIBM="-lm"
d5efd9fc 15044fi
d5efd9fc 15045
81ecdfbb 15046 ;;
d5efd9fc 15047esac
d5efd9fc 15048
d5efd9fc 15049
d5efd9fc 15050
81ecdfbb
RW
15051# When building a shared libbfd, link against the pic version of libiberty
15052# so that apps that use libbfd won't need libiberty just to satisfy any
15053# libbfd references.
15054# We can't do that if a pic libiberty is unavailable since including non-pic
15055# code would insert text relocations into libbfd.
15056SHARED_LIBADD=
15057SHARED_LDFLAGS=
15058if test "$enable_shared" = "yes"; then
15059 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
15060 if test -n "$x"; then
15061 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
15062 fi
d5efd9fc 15063
81ecdfbb
RW
15064# More hacks to build DLLs on Windows.
15065 case "${host}" in
15066 *-*-cygwin*)
15067 SHARED_LDFLAGS="-no-undefined"
15068 SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
15069 ;;
15070 esac
d5efd9fc 15071
81ecdfbb
RW
15072 if test -n "$SHARED_LIBADD"; then
15073 if test -n "$LIBM"; then
15074 if test x"$bfd_cv_ld_as_needed" = xyes; then
15075 # Link against libm only when needed. Put -lc, -lm inside -Wl
15076 # to stop libtool reordering these options.
15077 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
15078 else
15079 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
15080 fi
15081 fi
15082 fi
d5efd9fc 15083fi
d5efd9fc 15084
d5efd9fc 15085
d5efd9fc 15086
81ecdfbb 15087# target stuff:
d5efd9fc 15088
81ecdfbb
RW
15089# Canonicalize the secondary target names.
15090if test -n "$enable_targets" ; then
15091 for targ in `echo $enable_targets | sed 's/,/ /g'`
15092 do
15093 result=`$ac_config_sub $targ 2>/dev/null`
15094 if test -n "$result" ; then
15095 canon_targets="$canon_targets $result"
15096 else
15097 # Allow targets that config.sub doesn't recognize, like "all".
15098 canon_targets="$canon_targets $targ"
15099 fi
15100 done
d5efd9fc 15101fi
d5efd9fc 15102
81ecdfbb
RW
15103all_targets=false
15104defvec=
15105selvecs=
15106assocvecs=
15107selarchs=
15108TDEFINES=
15109for targ in $target $canon_targets
15110do
15111 if test "x$targ" = "xall"; then
15112 all_targets=true
15113 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
15114 else
15115 . $srcdir/config.bfd
15116 if test "x$targ" = "x$target"; then
15117 defvec=$targ_defvec
15118 fi
15119 selvecs="$selvecs $targ_defvec $targ_selvecs"
15120 selarchs="$selarchs $targ_archs"
15121 TDEFINES="$TDEFINES $targ_cflags"
15122 fi
15123done
d5efd9fc 15124
d5efd9fc 15125
81ecdfbb
RW
15126# This processing still needs to be done if we're to decide properly whether
15127# 64-bit support needs to be compiled in. Currently, it will be included if
15128# the default or any other explicitly requested target requires it; it
15129# will not be included on a 32-bit host if no 64-bit target is requested, and
15130# no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
15131# used.
d5efd9fc 15132
81ecdfbb
RW
15133# uniq the default and selected vectors in all the configured targets.
15134f=""
15135for i in $selvecs ; do
15136 case " $f " in
15137 *" $i "*) ;;
15138 *) f="$f $i" ;;
15139 esac
15140done
15141selvecs="$f"
d5efd9fc 15142
d5efd9fc 15143
81ecdfbb
RW
15144# uniq the associated vectors in all the configured targets.
15145f=""
15146for i in $assocvecs ; do
15147 case " $f " in
15148 *" $i "*) ;;
15149 *) f="$f $i" ;;
15150 esac
d5efd9fc 15151done
81ecdfbb 15152assocvecs="$f"
2ba49b59 15153
2ba49b59 15154
81ecdfbb
RW
15155# uniq the architectures in all the configured targets.
15156f=""
15157for i in $selarchs ; do
15158 case " $f " in
15159 *" $i "*) ;;
15160 *) f="$f $i" ;;
15161 esac
2ba49b59 15162done
81ecdfbb 15163selarchs="$f"
2ba49b59 15164
81ecdfbb
RW
15165# Target backend .o files.
15166tb=
2ba49b59 15167
81ecdfbb
RW
15168elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo
15169 elf-eh-frame.lo dwarf1.lo"
2ba49b59 15170
81ecdfbb 15171for vec in $selvecs
49c97a80 15172do
81ecdfbb
RW
15173 target_size=32
15174 case "$vec" in
15175 # This list is alphabetized to make it easy to compare
15176 # with the two vector lists in targets.c. For the same reason,
15177 # use one entry per line, even though this leads to long lines.
15178 a_out_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;;
15179 aix5coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
15180 aout0_big_vec) tb="$tb aout0.lo aout32.lo" ;;
15181 aout_arm_big_vec) tb="$tb aout-arm.lo aout32.lo" ;;
15182 aout_arm_little_vec) tb="$tb aout-arm.lo aout32.lo" ;;
15183 apollocoff_vec) tb="$tb coff-apollo.lo" ;;
15184 arm_epoc_pe_big_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
15185 arm_epoc_pe_little_vec) tb="$tb epoc-pe-arm.lo peigen.lo cofflink.lo " ;;
15186 arm_epoc_pei_big_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
15187 arm_epoc_pei_little_vec) tb="$tb epoc-pei-arm.lo peigen.lo cofflink.lo " ;;
15188 arm_wince_pe_big_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo cofflink.lo " ;;
15189 arm_wince_pe_little_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo cofflink.lo " ;;
15190 arm_wince_pei_big_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo cofflink.lo " ;;
15191 arm_wince_pei_little_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo cofflink.lo " ;;
15192 armcoff_big_vec) tb="$tb coff-arm.lo cofflink.lo " ;;
15193 armcoff_little_vec) tb="$tb coff-arm.lo cofflink.lo " ;;
15194 armnetbsd_vec) tb="$tb armnetbsd.lo aout32.lo" ;;
15195 armpe_big_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
15196 armpe_little_vec) tb="$tb pe-arm.lo peigen.lo cofflink.lo " ;;
15197 armpei_big_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
15198 armpei_little_vec) tb="$tb pei-arm.lo peigen.lo cofflink.lo " ;;
15199 b_out_vec_big_host) tb="$tb bout.lo aout32.lo" ;;
15200 b_out_vec_little_host) tb="$tb bout.lo aout32.lo" ;;
15201 bfd_pei_ia64_vec) tb="$tb pei-ia64.lo pepigen.lo cofflink.lo"; target_size=64 ;;
15202 bfd_elf32_am33lin_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
15203 bfd_elf32_avr_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
15204 bfd_elf32_bfin_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
15205 bfd_elf32_bfinfdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
15206 bfd_elf32_big_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
15207 bfd_elf32_bigarc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
b38cadfb
NC
15208 bfd_elf32_bigarm_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15209 bfd_elf32_bigarm_nacl_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
81ecdfbb 15210 bfd_elf32_bigarm_symbian_vec)
b38cadfb 15211 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
81ecdfbb 15212 bfd_elf32_bigarm_vxworks_vec)
b38cadfb 15213 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
81ecdfbb
RW
15214 bfd_elf32_bigmips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
15215 bfd_elf32_bigmips_vxworks_vec)
15216 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
15217 bfd_elf32_cr16_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
15218 bfd_elf32_cr16c_vec) tb="$tb elf32-cr16c.lo elf32.lo $elf" ;;
15219 bfd_elf32_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
15220 bfd_elf32_crx_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
15221 bfd_elf32_d10v_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
15222 bfd_elf32_d30v_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
15223 bfd_elf32_dlx_big_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
cfb8c092 15224 bfd_elf32_epiphany_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
81ecdfbb
RW
15225 bfd_elf32_fr30_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
15226 bfd_elf32_frv_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
15227 bfd_elf32_frvfdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
15228 bfd_elf32_moxie_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
15229 bfd_elf32_h8300_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
15230 bfd_elf32_hppa_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
15231 bfd_elf32_hppa_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
15232 bfd_elf32_hppa_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
15233 bfd_elf32_i370_vec) tb="$tb elf32-i370.lo elf32.lo $elf" ;;
5a68afcf
RM
15234 bfd_elf32_i386_sol2_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
15235 bfd_elf32_i386_freebsd_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
15236 bfd_elf32_i386_nacl_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
15237 bfd_elf32_i386_vxworks_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
15238 bfd_elf32_i386_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
81ecdfbb
RW
15239 bfd_elf32_i860_little_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
15240 bfd_elf32_i860_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
15241 bfd_elf32_i960_vec) tb="$tb elf32-i960.lo elf32.lo $elf" ;;
cbe79dfe
TG
15242 bfd_elf32_ia64_big_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
15243 bfd_elf32_ia64_hpux_big_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf";;
81ecdfbb
RW
15244 bfd_elf32_ip2k_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
15245 bfd_elf32_iq2000_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
15246 bfd_elf32_lm32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
15247 bfd_elf32_lm32fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
15248 bfd_elf32_little_generic_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
15249 bfd_elf32_littlearc_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
15250 bfd_elf32_littlearm_symbian_vec)
b38cadfb 15251 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
81ecdfbb 15252 bfd_elf32_littlearm_vxworks_vec)
b38cadfb
NC
15253 tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15254 bfd_elf32_littlearm_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15255 bfd_elf32_littlearm_nacl_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
81ecdfbb
RW
15256 bfd_elf32_littlemips_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
15257 bfd_elf32_littlemips_vxworks_vec)
15258 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
15259 bfd_elf32_m32c_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
15260 bfd_elf32_m32r_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15261 bfd_elf32_m32rle_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15262 bfd_elf32_m32rlin_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15263 bfd_elf32_m32rlelin_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15264 bfd_elf32_m68hc11_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
15265 bfd_elf32_m68hc12_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
15266 bfd_elf32_m68k_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
15267 bfd_elf32_m88k_vec) tb="$tb elf32-m88k.lo elf32.lo $elf" ;;
15268 bfd_elf32_mcore_big_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
15269 bfd_elf32_mcore_little_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
15270 bfd_elf32_mep_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
15271 bfd_elf32_mep_little_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
15272 bfd_elf32_microblaze_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
15273 bfd_elf32_mn10200_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
15274 bfd_elf32_mn10300_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
15275 bfd_elf32_mt_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
15276 bfd_elf32_msp430_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
15277 bfd_elf32_nbigmips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15278 bfd_elf32_nlittlemips_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
aeffff67
RS
15279 bfd_elf32_ntradbigmips_vec | bfd_elf32_ntradbigmips_freebsd_vec)
15280 tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15281 bfd_elf32_ntradlittlemips_vec | bfd_elf32_ntradlittlemips_freebsd_vec)
15282 tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
81ecdfbb
RW
15283 bfd_elf32_openrisc_vec) tb="$tb elf32-openrisc.lo elf32.lo $elf" ;;
15284 bfd_elf32_or32_big_vec) tb="$tb elf32-or32.lo elf32.lo $elf" ;;
15285 bfd_elf32_pj_vec) tb="$tb elf32-pj.lo elf32.lo $elf";;
15286 bfd_elf32_pjl_vec) tb="$tb elf32-pj.lo elf32.lo $elf";;
15287 bfd_elf32_powerpc_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
15288 bfd_elf32_powerpcle_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
7b8e7dad 15289 bfd_elf32_powerpc_freebsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
81ecdfbb 15290 bfd_elf32_powerpc_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
99c513f6 15291 bfd_elf32_rl78_vec) tb="$tb elf32-rl78.lo $elf" ;;
c7927a3c
NC
15292 bfd_elf32_rx_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
15293 bfd_elf32_rx_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
4c422395 15294 bfd_elf32_rx_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
81ecdfbb
RW
15295 bfd_elf32_s390_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
15296 bfd_elf32_bigscore_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64;;
15297 bfd_elf32_littlescore_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64;;
15298 # FIXME: We include cofflink.lo not because it's needed for
15299 # bfd_elf32_sh64[l]_vec, but because we include bfd_elf32_sh[l]_vec
15300 # which needs it but does not list it. Should be fixed in right place.
15301 bfd_elf32_sh64_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
15302 bfd_elf32_sh64l_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
15303 bfd_elf32_sh64lin_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
15304 bfd_elf32_sh64blin_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" target_size=64 ;;
15305 bfd_elf32_sh64lnbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" ;;
15306 bfd_elf32_sh64nbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf cofflink.lo" ;;
15307 bfd_elf32_sh_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
8e45593f 15308 bfd_elf32_shbfd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
81ecdfbb 15309 bfd_elf32_shblin_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
8e45593f 15310 bfd_elf32_shfd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
81ecdfbb
RW
15311 bfd_elf32_shl_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
15312 bfd_elf32_shl_symbian_vec) tb="$tb elf32-sh-symbian.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
15313 bfd_elf32_shlin_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
15314 bfd_elf32_shlnbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
15315 bfd_elf32_shlvxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
15316 bfd_elf32_shnbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo cofflink.lo" ;;
15317 bfd_elf32_shvxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo" ;;
15318 bfd_elf32_sparc_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
1360ba76 15319 bfd_elf32_sparc_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
81ecdfbb
RW
15320 bfd_elf32_sparc_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
15321 bfd_elf32_spu_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
40b36596
JM
15322 bfd_elf32_tic6x_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
15323 bfd_elf32_tic6x_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
2a616379
BS
15324 bfd_elf32_tic6x_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
15325 bfd_elf32_tic6x_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
15326 bfd_elf32_tic6x_elf_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
15327 bfd_elf32_tic6x_elf_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
fb6cedde
WL
15328 bfd_elf32_tilegx_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
15329 bfd_elf32_tilegx_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
aa137e4d 15330 bfd_elf32_tilepro_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
aeffff67
RS
15331 bfd_elf32_tradbigmips_vec | bfd_elf32_tradbigmips_freebsd_vec)
15332 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
15333 bfd_elf32_tradlittlemips_vec | bfd_elf32_tradlittlemips_freebsd_vec)
15334 tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo" ;;
81ecdfbb
RW
15335 bfd_elf32_us_cris_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
15336 bfd_elf32_v850_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
15337 bfd_elf32_vax_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
15338 bfd_elf32_xstormy16_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
15339 bfd_elf32_xc16x_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
f6c1a2d5 15340 bfd_elf32_xgate_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
81ecdfbb
RW
15341 bfd_elf32_xtensa_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
15342 bfd_elf32_xtensa_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
15343 bfd_elf64_alpha_freebsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
15344 bfd_elf64_alpha_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
15345 bfd_elf64_big_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
15346 bfd_elf64_bigmips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15347 bfd_elf64_hppa_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
15348 bfd_elf64_hppa_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
cbe79dfe
TG
15349 bfd_elf64_ia64_big_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
15350 bfd_elf64_ia64_hpux_big_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
15351 bfd_elf64_ia64_little_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
202e2356 15352 bfd_elf64_ia64_vms_vec) tb="$tb elf64-ia64-vms.lo elf64-ia64.lo elfxx-ia64.lo elf64.lo vms-lib.lo vms-misc.lo $elf"; target_size=64 ;;
81ecdfbb
RW
15353 bfd_elf64_little_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
15354 bfd_elf64_littlemips_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15355 bfd_elf64_mmix_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
15356 bfd_elf64_powerpc_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
15357 bfd_elf64_powerpcle_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
7b8e7dad 15358 bfd_elf64_powerpc_freebsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
81ecdfbb
RW
15359 bfd_elf64_s390_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
15360 bfd_elf64_sh64_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15361 bfd_elf64_sh64l_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15362 bfd_elf64_sh64lin_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15363 bfd_elf64_sh64blin_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15364 bfd_elf64_sh64lnbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15365 bfd_elf64_sh64nbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15366 bfd_elf64_sparc_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
15367 bfd_elf64_sparc_freebsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
1360ba76 15368 bfd_elf64_sparc_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
fb6cedde
WL
15369 bfd_elf64_tilegx_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
15370 bfd_elf64_tilegx_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
aeffff67
RS
15371 bfd_elf64_tradbigmips_vec | bfd_elf64_tradbigmips_freebsd_vec)
15372 tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
15373 bfd_elf64_tradlittlemips_vec | bfd_elf64_tradlittlemips_freebsd_vec)
15374 tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf ecofflink.lo"; target_size=64 ;;
5a68afcf
RM
15375 bfd_elf64_x86_64_freebsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15376 bfd_elf64_x86_64_nacl_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15377 bfd_elf64_x86_64_sol2_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15378 bfd_elf64_x86_64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15379 bfd_elf32_x86_64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;;
15380 bfd_elf32_x86_64_nacl_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;;
15381 bfd_elf64_l1om_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15382 bfd_elf64_l1om_freebsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15383 bfd_elf64_k1om_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15384 bfd_elf64_k1om_freebsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
81ecdfbb
RW
15385 bfd_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
15386 bfd_powerpc_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
15387 bfd_powerpc_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
15388 bfd_powerpcle_pe_vec) tb="$tb pe-ppc.lo peigen.lo cofflink.lo" ;;
15389 bfd_powerpcle_pei_vec) tb="$tb pei-ppc.lo peigen.lo cofflink.lo" ;;
15390 cris_aout_vec) tb="$tb aout-cris.lo" ;;
15391 demo_64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
15392 ecoff_big_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
15393 ecoff_biglittle_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
15394 ecoff_little_vec) tb="$tb coff-mips.lo ecoff.lo ecofflink.lo" ;;
15395 ecoffalpha_little_vec) tb="$tb coff-alpha.lo ecoff.lo ecofflink.lo"; target_size=64 ;;
15396 go32coff_vec) tb="$tb coff-go32.lo cofflink.lo" ;;
15397 go32stubbedcoff_vec) tb="$tb coff-stgo32.lo cofflink.lo" ;;
15398 h8300coff_vec) tb="$tb coff-h8300.lo reloc16.lo" ;;
15399 h8500coff_vec) tb="$tb coff-h8500.lo reloc16.lo" ;;
15400 host_aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
15401 hp300bsd_vec) tb="$tb hp300bsd.lo aout32.lo" ;;
15402 hp300hpux_vec) tb="$tb hp300hpux.lo aout32.lo" ;;
15403 i386aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
15404 i386bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
15405 i386coff_vec) tb="$tb coff-i386.lo cofflink.lo" ;;
15406 x86_64coff_vec) tb="$tb coff-x86_64.lo cofflink.lo"; target_size=64 ;;
15407 i386dynix_vec) tb="$tb i386dynix.lo aout32.lo" ;;
15408 i386freebsd_vec) tb="$tb i386freebsd.lo aout32.lo" ;;
15409 i386linux_vec) tb="$tb i386linux.lo aout32.lo" ;;
15410 i386lynx_aout_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
15411 i386lynx_coff_vec) tb="$tb cf-i386lynx.lo cofflink.lo lynx-core.lo" ;;
15412 i386mach3_vec) tb="$tb i386mach3.lo aout32.lo" ;;
15413 i386msdos_vec) tb="$tb i386msdos.lo" ;;
15414 i386netbsd_vec) tb="$tb i386netbsd.lo aout32.lo" ;;
15415 i386os9k_vec) tb="$tb i386os9k.lo aout32.lo" ;;
15416 i386pe_vec) tb="$tb pe-i386.lo peigen.lo cofflink.lo" ;;
15417 i386pei_vec) tb="$tb pei-i386.lo peigen.lo cofflink.lo" ;;
15418 x86_64pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo cofflink.lo"; target_size=64 ;;
15419 x86_64pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo cofflink.lo"; target_size=64 ;;
15420 i860coff_vec) tb="$tb coff-i860.lo cofflink.lo" ;;
15421 icoff_big_vec) tb="$tb coff-i960.lo cofflink.lo" ;;
15422 icoff_little_vec) tb="$tb coff-i960.lo cofflink.lo" ;;
15423 ieee_vec) tb="$tb ieee.lo" ;;
15424 m68k4knetbsd_vec) tb="$tb m68k4knetbsd.lo aout32.lo" ;;
15425 m68kaux_coff_vec) tb="$tb coff-aux.lo coff-m68k.lo cofflink.lo" ;;
15426 m68kcoff_vec) tb="$tb coff-m68k.lo cofflink.lo" ;;
15427 m68kcoffun_vec) tb="$tb coff-u68k.lo coff-m68k.lo cofflink.lo" ;;
15428 m68klinux_vec) tb="$tb m68klinux.lo aout32.lo" ;;
15429 m68knetbsd_vec) tb="$tb m68knetbsd.lo aout32.lo" ;;
15430 m68ksysvcoff_vec) tb="$tb coff-svm68k.lo cofflink.lo" ;;
15431 m88kbcs_vec) tb="$tb coff-m88k.lo" ;;
15432 m88kmach3_vec) tb="$tb m88kmach3.lo aout32.lo" ;;
15433 m88kopenbsd_vec) tb="$tb m88kopenbsd.lo aout32.lo" ;;
81ecdfbb
RW
15434 mach_o_be_vec) tb="$tb mach-o.lo" ;;
15435 mach_o_le_vec) tb="$tb mach-o.lo" ;;
15436 mach_o_fat_vec) tb="$tb mach-o.lo" ;;
15437 mach_o_i386_vec) tb="$tb mach-o-i386.lo" ;;
618b7301 15438 mach_o_x86_64_vec) tb="$tb mach-o-x86-64.lo" ;;
81ecdfbb
RW
15439 mcore_pe_big_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
15440 mcore_pe_little_vec) tb="$tb pe-mcore.lo peigen.lo cofflink.lo" ;;
15441 mcore_pei_big_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
15442 mcore_pei_little_vec) tb="$tb pei-mcore.lo peigen.lo cofflink.lo" ;;
15443 mipslpe_vec) tb="$tb pe-mips.lo peigen.lo cofflink.lo" ;;
15444 mipslpei_vec) tb="$tb pei-mips.lo peigen.lo cofflink.lo" ;;
15445 newsos3_vec) tb="$tb newsos3.lo aout32.lo" ;;
15446 nlm32_alpha_vec) tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size=64 ;;
15447 nlm32_i386_vec) tb="$tb nlm32-i386.lo nlm32.lo nlm.lo" ;;
15448 nlm32_powerpc_vec) tb="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;;
15449 nlm32_sparc_vec) tb="$tb nlm32-sparc.lo nlm32.lo nlm.lo" ;;
15450 or32coff_big_vec) tb="$tb coff-or32.lo cofflink.lo" ;;
15451 pc532machaout_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
15452 pc532netbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
15453 pef_vec) tb="$tb pef.lo" ;;
15454 pef_xlib_vec) tb="$tb pef.lo" ;;
15455 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
15456 plugin_vec) tb="$tb plugin.lo" ;;
15457 pmac_xcoff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;;
15458 ppcboot_vec) tb="$tb ppcboot.lo" ;;
15459 riscix_vec) tb="$tb aout32.lo riscix.lo" ;;
15460 rs6000coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
15461 rs6000coff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;;
15462 shcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15463 shcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15464 shlcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15465 shlcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
15466 shlpe_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
15467 shlpei_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo cofflink.lo" ;;
15468 som_vec) tb="$tb som.lo" ;;
15469 sparccoff_vec) tb="$tb coff-sparc.lo" ;;
15470 sparcle_aout_vec) tb="$tb aout-sparcle.lo aout32.lo" ;;
15471 sparclinux_vec) tb="$tb sparclinux.lo aout32.lo" ;;
15472 sparclynx_aout_vec) tb="$tb sparclynx.lo lynx-core.lo aout32.lo" ;;
15473 sparclynx_coff_vec) tb="$tb cf-sparclynx.lo lynx-core.lo" ;;
15474 sparcnetbsd_vec) tb="$tb sparcnetbsd.lo aout32.lo" ;;
15475 sunos_big_vec) tb="$tb sunos.lo aout32.lo" ;;
15476 sym_vec) tb="$tb xsym.lo" ;;
15477 tic30_aout_vec) tb="$tb aout-tic30.lo" ;;
15478 tic30_coff_vec) tb="$tb coff-tic30.lo" ;;
15479 tic4x_coff0_vec) tb="$tb coff-tic4x.lo" ;;
15480 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo" ;;
15481 tic4x_coff1_vec) tb="$tb coff-tic4x.lo" ;;
15482 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo" ;;
15483 tic4x_coff2_vec) tb="$tb coff-tic4x.lo" ;;
15484 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo" ;;
15485 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo" ;;
15486 tic54x_coff0_vec) tb="$tb coff-tic54x.lo" ;;
15487 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo" ;;
15488 tic54x_coff1_vec) tb="$tb coff-tic54x.lo" ;;
15489 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo" ;;
15490 tic54x_coff2_vec) tb="$tb coff-tic54x.lo" ;;
15491 tic80coff_vec) tb="$tb coff-tic80.lo cofflink.lo" ;;
15492 vaxnetbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
15493 vax1knetbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
15494 vaxbsd_vec) tb="$tb vaxbsd.lo aout32.lo" ;;
15495 versados_vec) tb="$tb versados.lo" ;;
95e34ef7 15496 vms_alpha_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
4b544b64 15497 vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
81ecdfbb
RW
15498 w65_vec) tb="$tb coff-w65.lo reloc16.lo" ;;
15499 we32kcoff_vec) tb="$tb coff-we32k.lo" ;;
15500 z80coff_vec) tb="$tb coff-z80.lo reloc16.lo" ;;
15501 z8kcoff_vec) tb="$tb coff-z8k.lo reloc16.lo cofflink.lo" ;;
2ba49b59 15502
81ecdfbb
RW
15503 # These appear out of order in targets.c
15504 srec_vec) tb="$tb srec.lo" ;;
15505 symbolsrec_vec) tb="$tb srec.lo" ;;
15506 tekhex_vec) tb="$tb tekhex.lo" ;;
15507 cisco_core_big_vec) tb="$tb cisco-core.lo" ;;
15508 cisco_core_little_vec) tb="$tb cisco-core.lo" ;;
5464f5a1 15509
81ecdfbb
RW
15510 "") ;;
15511 *) as_fn_error "*** unknown target vector $vec" "$LINENO" 5 ;;
15512 esac
1012372a 15513
81ecdfbb
RW
15514 if test ${target_size} = 64; then
15515 target64=true
15516 fi
15517 if test x"${vec}" = x"${defvec}"; then
15518 bfd_default_target_size=${target_size}
15519 fi
15520done
2ba49b59 15521
81ecdfbb
RW
15522# Target architecture .o files.
15523# A couple of CPUs use shorter file names to avoid problems on DOS
15524# filesystems.
15525ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
5464f5a1 15526
81ecdfbb
RW
15527# Weed out duplicate .o files.
15528f=""
15529for i in $tb ; do
15530 case " $f " in
15531 *" $i "*) ;;
15532 *) f="$f $i" ;;
15533 esac
1012372a 15534done
81ecdfbb 15535tb="$f"
1012372a 15536
81ecdfbb
RW
15537f=""
15538for i in $ta ; do
15539 case " $f " in
15540 *" $i "*) ;;
15541 *) f="$f $i" ;;
15542 esac
15543done
15544ta="$f"
2ba49b59 15545
81ecdfbb
RW
15546bfd_backends="$tb"
15547bfd_machines="$ta"
1012372a 15548
81ecdfbb
RW
15549if test x${all_targets} = xtrue ; then
15550 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
15551 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
15552 selvecs=
7256a114 15553 havevecs=-DHAVE_all_vecs
81ecdfbb
RW
15554 selarchs=
15555 test -n "$assocvecs" &&
15556 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15557else # all_targets is true
15558 # Only set these if they will be nonempty, for the clever echo.
15559 havevecs=
15560 assocvecs=
15561 test -n "$selvecs" &&
15562 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
15563 test -n "$selvecs" &&
15564 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15565 test -n "$selarchs" &&
15566 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15567fi # all_targets is true
15568
15569case ${host64}-${target64}-${want64} in
15570 *true*)
15571 wordsize=64
15572 bfd64_libs='$(BFD64_LIBS)'
15573 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
15574 if test $BFD_HOST_64_BIT_DEFINED = 0; then
15575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
15576$as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
15577 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
15578$as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
15579 fi
15580 if test -n "$GCC" ; then
15581 bad_64bit_gcc=no;
15582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
15583$as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
15584 # Add more tests for gcc versions with non-working 64-bit support here.
15585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15586/* end confdefs.h. */
15587:__GNUC__:__GNUC_MINOR__:__i386__:
15588_ACEOF
15589if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15590 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
15591 bad_64bit_gcc=yes;
15592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
15593$as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
2ba49b59 15594else
81ecdfbb
RW
15595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15596$as_echo "no" >&6; }
2ba49b59 15597fi
81ecdfbb 15598rm -f conftest*
1012372a 15599
81ecdfbb
RW
15600 if test $bad_64bit_gcc = yes ; then
15601 as_fn_error "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
15602 fi
15603 fi
15604 ;;
15605 false-false-false)
15606 wordsize=32
15607 all_backends='$(BFD32_BACKENDS)'
15608 ;;
15609esac
1012372a
AC
15610
15611
15612
15613
252b5132 15614
6be7c12c 15615
5464f5a1
NN
15616
15617
81ecdfbb
RW
15618if test "$plugins" = "yes"; then
15619 supports_plugins=1
5464f5a1 15620else
81ecdfbb 15621 supports_plugins=0
5464f5a1 15622fi
5464f5a1 15623
81ecdfbb
RW
15624
15625# Determine the host dependant file_ptr a.k.a. off_t type. In order
15626# prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
15627# fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
15628# Hopefully a reasonable assumption since fseeko et.al. should be
15629# upward compatible.
15630for ac_func in ftello ftello64 fseeko fseeko64 fopen64
15631do :
15632 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15633ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15634eval as_val=\$$as_ac_var
15635 if test "x$as_val" = x""yes; then :
15636 cat >>confdefs.h <<_ACEOF
15637#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5464f5a1 15638_ACEOF
5464f5a1 15639
252b5132 15640fi
81ecdfbb 15641done
5464f5a1 15642
81ecdfbb
RW
15643if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
15644 # The cast to long int works around a bug in the HP C Compiler
15645# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15646# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15647# This bug is HP SR number 8606223364.
15648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
15649$as_echo_n "checking size of off_t... " >&6; }
15650if test "${ac_cv_sizeof_off_t+set}" = set; then :
15651 $as_echo_n "(cached) " >&6
6be7c12c 15652else
81ecdfbb 15653 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
5464f5a1 15654
81ecdfbb
RW
15655else
15656 if test "$ac_cv_type_off_t" = yes; then
15657 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15658$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15659{ as_fn_set_status 77
15660as_fn_error "cannot compute sizeof (off_t)
15661See \`config.log' for more details." "$LINENO" 5; }; }
15662 else
15663 ac_cv_sizeof_off_t=0
15664 fi
5464f5a1 15665fi
5464f5a1 15666
252b5132 15667fi
81ecdfbb
RW
15668{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
15669$as_echo "$ac_cv_sizeof_off_t" >&6; }
5464f5a1 15670
252b5132 15671
5464f5a1 15672
81ecdfbb
RW
15673cat >>confdefs.h <<_ACEOF
15674#define SIZEOF_OFF_T $ac_cv_sizeof_off_t
5464f5a1 15675_ACEOF
5464f5a1 15676
5464f5a1 15677
81ecdfbb
RW
15678fi
15679{ $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
15680$as_echo_n "checking file_ptr type... " >&6; }
15681bfd_file_ptr="long"
15682bfd_ufile_ptr="unsigned long"
15683if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
15684 -o x"${ac_cv_sizeof_off_t}" = x8; then
15685 bfd_file_ptr=BFD_HOST_64_BIT
15686 bfd_ufile_ptr=BFD_HOST_U_64_BIT
15687fi
15688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
15689$as_echo "$bfd_file_ptr" >&6; }
15690
6be7c12c 15691
252b5132 15692
252b5132 15693
81ecdfbb
RW
15694tdefaults=""
15695test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
15696test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
15697test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
15698test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
7256a114 15699
81ecdfbb
RW
15700
15701
15702for ac_header in stdlib.h unistd.h
15703do :
15704 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15705ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15706eval as_val=\$$as_ac_Header
15707 if test "x$as_val" = x""yes; then :
15708 cat >>confdefs.h <<_ACEOF
15709#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5464f5a1 15710_ACEOF
5464f5a1 15711
5464f5a1 15712fi
81ecdfbb
RW
15713
15714done
15715
15716for ac_func in getpagesize
15717do :
15718 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
15719if test "x$ac_cv_func_getpagesize" = x""yes; then :
5464f5a1 15720 cat >>confdefs.h <<_ACEOF
81ecdfbb 15721#define HAVE_GETPAGESIZE 1
5464f5a1 15722_ACEOF
252b5132 15723
252b5132
RH
15724fi
15725done
15726
81ecdfbb
RW
15727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
15728$as_echo_n "checking for working mmap... " >&6; }
15729if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
15730 $as_echo_n "(cached) " >&6
252b5132 15731else
81ecdfbb 15732 if test "$cross_compiling" = yes; then :
252b5132
RH
15733 ac_cv_func_mmap_fixed_mapped=no
15734else
81ecdfbb 15735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
15736/* end confdefs.h. */
15737$ac_includes_default
15738/* malloc might have been renamed as rpl_malloc. */
15739#undef malloc
6be7c12c 15740
252b5132
RH
15741/* Thanks to Mike Haertel and Jim Avera for this test.
15742 Here is a matrix of mmap possibilities:
15743 mmap private not fixed
15744 mmap private fixed at somewhere currently unmapped
15745 mmap private fixed at somewhere already mapped
15746 mmap shared not fixed
15747 mmap shared fixed at somewhere currently unmapped
15748 mmap shared fixed at somewhere already mapped
15749 For private mappings, we should verify that changes cannot be read()
15750 back from the file, nor mmap's back from the file at a different
15751 address. (There have been systems where private was not correctly
15752 implemented like the infamous i386 svr4.0, and systems where the
5464f5a1 15753 VM page cache was not coherent with the file system buffer cache
252b5132
RH
15754 like early versions of FreeBSD and possibly contemporary NetBSD.)
15755 For shared mappings, we should conversely verify that changes get
5464f5a1 15756 propagated back to all the places they're supposed to be.
252b5132
RH
15757
15758 Grep wants private fixed already mapped.
15759 The main things grep needs to know about mmap are:
15760 * does it exist and is it safe to write into the mmap'd area
15761 * how to use it (BSD variants) */
5464f5a1 15762
252b5132
RH
15763#include <fcntl.h>
15764#include <sys/mman.h>
15765
81ecdfbb 15766#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
5464f5a1
NN
15767char *malloc ();
15768#endif
6be7c12c 15769
5464f5a1 15770/* This mess was copied from the GNU getpagesize.h. */
81ecdfbb 15771#ifndef HAVE_GETPAGESIZE
252b5132 15772/* Assume that all systems that can run configure have sys/param.h. */
81ecdfbb 15773# ifndef HAVE_SYS_PARAM_H
252b5132
RH
15774# define HAVE_SYS_PARAM_H 1
15775# endif
15776
15777# ifdef _SC_PAGESIZE
15778# define getpagesize() sysconf(_SC_PAGESIZE)
15779# else /* no _SC_PAGESIZE */
81ecdfbb 15780# ifdef HAVE_SYS_PARAM_H
252b5132
RH
15781# include <sys/param.h>
15782# ifdef EXEC_PAGESIZE
15783# define getpagesize() EXEC_PAGESIZE
15784# else /* no EXEC_PAGESIZE */
15785# ifdef NBPG
15786# define getpagesize() NBPG * CLSIZE
15787# ifndef CLSIZE
15788# define CLSIZE 1
15789# endif /* no CLSIZE */
15790# else /* no NBPG */
15791# ifdef NBPC
15792# define getpagesize() NBPC
15793# else /* no NBPC */
15794# ifdef PAGESIZE
15795# define getpagesize() PAGESIZE
15796# endif /* PAGESIZE */
15797# endif /* no NBPC */
15798# endif /* no NBPG */
15799# endif /* no EXEC_PAGESIZE */
15800# else /* no HAVE_SYS_PARAM_H */
15801# define getpagesize() 8192 /* punt totally */
15802# endif /* no HAVE_SYS_PARAM_H */
15803# endif /* no _SC_PAGESIZE */
15804
5464f5a1
NN
15805#endif /* no HAVE_GETPAGESIZE */
15806
15807int
15808main ()
15809{
15810 char *data, *data2, *data3;
15811 int i, pagesize;
15812 int fd;
15813
15814 pagesize = getpagesize ();
15815
15816 /* First, make a file with some known garbage in it. */
15817 data = (char *) malloc (pagesize);
15818 if (!data)
81ecdfbb 15819 return 1;
5464f5a1
NN
15820 for (i = 0; i < pagesize; ++i)
15821 *(data + i) = rand ();
15822 umask (0);
15823 fd = creat ("conftest.mmap", 0600);
15824 if (fd < 0)
81ecdfbb 15825 return 1;
5464f5a1 15826 if (write (fd, data, pagesize) != pagesize)
81ecdfbb 15827 return 1;
5464f5a1
NN
15828 close (fd);
15829
15830 /* Next, try to mmap the file at a fixed address which already has
15831 something else allocated at it. If we can, also make sure that
15832 we see the same garbage. */
15833 fd = open ("conftest.mmap", O_RDWR);
15834 if (fd < 0)
81ecdfbb 15835 return 1;
5464f5a1
NN
15836 data2 = (char *) malloc (2 * pagesize);
15837 if (!data2)
81ecdfbb
RW
15838 return 1;
15839 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
5464f5a1
NN
15840 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15841 MAP_PRIVATE | MAP_FIXED, fd, 0L))
81ecdfbb 15842 return 1;
5464f5a1
NN
15843 for (i = 0; i < pagesize; ++i)
15844 if (*(data + i) != *(data2 + i))
81ecdfbb 15845 return 1;
5464f5a1
NN
15846
15847 /* Finally, make sure that changes to the mapped area do not
15848 percolate back to the file as seen by read(). (This is a bug on
15849 some variants of i386 svr4.0.) */
15850 for (i = 0; i < pagesize; ++i)
15851 *(data2 + i) = *(data2 + i) + 1;
15852 data3 = (char *) malloc (pagesize);
15853 if (!data3)
81ecdfbb 15854 return 1;
5464f5a1 15855 if (read (fd, data3, pagesize) != pagesize)
81ecdfbb 15856 return 1;
5464f5a1
NN
15857 for (i = 0; i < pagesize; ++i)
15858 if (*(data + i) != *(data3 + i))
81ecdfbb 15859 return 1;
5464f5a1 15860 close (fd);
81ecdfbb 15861 return 0;
5464f5a1
NN
15862}
15863_ACEOF
81ecdfbb 15864if ac_fn_c_try_run "$LINENO"; then :
5464f5a1
NN
15865 ac_cv_func_mmap_fixed_mapped=yes
15866else
81ecdfbb 15867 ac_cv_func_mmap_fixed_mapped=no
5464f5a1 15868fi
81ecdfbb
RW
15869rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15870 conftest.$ac_objext conftest.beam conftest.$ac_ext
5464f5a1 15871fi
81ecdfbb 15872
5464f5a1 15873fi
81ecdfbb
RW
15874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15875$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
5464f5a1
NN
15876if test $ac_cv_func_mmap_fixed_mapped = yes; then
15877
81ecdfbb 15878$as_echo "#define HAVE_MMAP 1" >>confdefs.h
5464f5a1
NN
15879
15880fi
15881rm -f conftest.mmap
15882
5464f5a1 15883for ac_func in madvise mprotect
81ecdfbb
RW
15884do :
15885 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15886ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15887eval as_val=\$$as_ac_var
15888 if test "x$as_val" = x""yes; then :
5464f5a1 15889 cat >>confdefs.h <<_ACEOF
81ecdfbb 15890#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5464f5a1
NN
15891_ACEOF
15892
15893fi
15894done
15895
15896case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15897 true+yes )
81ecdfbb 15898$as_echo "#define USE_MMAP 1" >>confdefs.h
5464f5a1
NN
15899 ;;
15900esac
15901
15902rm -f doc/config.status
81ecdfbb 15903ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
5464f5a1 15904
20e95c23 15905
81ecdfbb 15906ac_config_commands="$ac_config_commands default"
5464f5a1 15907
108a6f8e
CD
15908
15909
15910
15911
15912
31dd3154 15913
5464f5a1
NN
15914cat >confcache <<\_ACEOF
15915# This file is a shell script that caches the results of configure
15916# tests run on this system so they can be shared between configure
15917# scripts and configure runs, see configure's option --config-cache.
15918# It is not useful on other systems. If it contains results you don't
15919# want to keep, you may remove or edit it.
15920#
15921# config.status only pays attention to the cache file if you give it
15922# the --recheck option to rerun configure.
15923#
15924# `ac_cv_env_foo' variables (set or unset) will be overridden when
15925# loading this file, other *unset* `ac_cv_foo' will be assigned the
15926# following values.
15927
15928_ACEOF
15929
15930# The following way of writing the cache mishandles newlines in values,
15931# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 15932# So, we kill variables containing newlines.
5464f5a1
NN
15933# Ultrix sh set writes to stderr and can't be redirected directly,
15934# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
15935(
15936 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15937 eval ac_val=\$$ac_var
15938 case $ac_val in #(
15939 *${as_nl}*)
15940 case $ac_var in #(
15941 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15942$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15943 esac
15944 case $ac_var in #(
15945 _ | IFS | as_nl) ;; #(
15946 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15947 *) { eval $ac_var=; unset $ac_var;} ;;
15948 esac ;;
15949 esac
15950 done
15951
5464f5a1 15952 (set) 2>&1 |
81ecdfbb
RW
15953 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15954 *${as_nl}ac_space=\ *)
15955 # `set' does not quote correctly, so add quotes: double-quote
15956 # substitution turns \\\\ into \\, and sed turns \\ into \.
5464f5a1
NN
15957 sed -n \
15958 "s/'/'\\\\''/g;
15959 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 15960 ;; #(
5464f5a1
NN
15961 *)
15962 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 15963 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
5464f5a1 15964 ;;
81ecdfbb
RW
15965 esac |
15966 sort
15967) |
5464f5a1 15968 sed '
81ecdfbb 15969 /^ac_cv_env_/b end
5464f5a1 15970 t clear
81ecdfbb 15971 :clear
5464f5a1
NN
15972 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15973 t end
81ecdfbb
RW
15974 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15975 :end' >>confcache
15976if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15977 if test -w "$cache_file"; then
15978 test "x$cache_file" != "x/dev/null" &&
15979 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15980$as_echo "$as_me: updating cache $cache_file" >&6;}
5464f5a1
NN
15981 cat confcache >$cache_file
15982 else
81ecdfbb
RW
15983 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15984$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5464f5a1
NN
15985 fi
15986fi
15987rm -f confcache
15988
15989test "x$prefix" = xNONE && prefix=$ac_default_prefix
15990# Let make expand exec_prefix.
15991test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15992
5464f5a1
NN
15993DEFS=-DHAVE_CONFIG_H
15994
15995ac_libobjs=
15996ac_ltlibobjs=
15997for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15998 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
15999 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16000 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16001 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16002 # will be set to the directory where LIBOBJS objects are built.
16003 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16004 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
5464f5a1
NN
16005done
16006LIBOBJS=$ac_libobjs
16007
16008LTLIBOBJS=$ac_ltlibobjs
16009
16010
f5385ebf 16011if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
16012 as_fn_error "conditional \"AMDEP\" was never defined.
16013Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf
AM
16014fi
16015if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
16016 as_fn_error "conditional \"am__fastdepCC\" was never defined.
16017Usually this means the macro was only invoked conditionally." "$LINENO" 5
16018fi
16019 if test -n "$EXEEXT"; then
16020 am__EXEEXT_TRUE=
16021 am__EXEEXT_FALSE='#'
16022else
16023 am__EXEEXT_TRUE='#'
16024 am__EXEEXT_FALSE=
f5385ebf 16025fi
81ecdfbb 16026
ce3c775b 16027if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
81ecdfbb
RW
16028 as_fn_error "conditional \"PLUGINS\" was never defined.
16029Usually this means the macro was only invoked conditionally." "$LINENO" 5
ce3c775b 16030fi
f5385ebf 16031if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
16032 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
16033Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf 16034fi
d5fbea21 16035if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
16036 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
16037Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 16038fi
f5385ebf 16039if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
81ecdfbb
RW
16040 as_fn_error "conditional \"INSTALL_LIBBFD\" was never defined.
16041Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf 16042fi
5464f5a1
NN
16043
16044: ${CONFIG_STATUS=./config.status}
81ecdfbb 16045ac_write_fail=0
5464f5a1
NN
16046ac_clean_files_save=$ac_clean_files
16047ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
16048{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16049$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16050as_write_fail=0
16051cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
5464f5a1
NN
16052#! $SHELL
16053# Generated by $as_me.
16054# Run this file to recreate the current configuration.
16055# Compiler output produced by configure, useful for debugging
16056# configure, is in config.log if it exists.
16057
16058debug=false
16059ac_cs_recheck=false
16060ac_cs_silent=false
5464f5a1 16061
81ecdfbb
RW
16062SHELL=\${CONFIG_SHELL-$SHELL}
16063export SHELL
16064_ASEOF
16065cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16066## -------------------- ##
16067## M4sh Initialization. ##
16068## -------------------- ##
5464f5a1 16069
81ecdfbb
RW
16070# Be more Bourne compatible
16071DUALCASE=1; export DUALCASE # for MKS sh
16072if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
5464f5a1
NN
16073 emulate sh
16074 NULLCMD=:
81ecdfbb 16075 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5464f5a1
NN
16076 # is contrary to our usage. Disable this feature.
16077 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
16078 setopt NO_GLOB_SUBST
16079else
16080 case `(set -o) 2>/dev/null` in #(
16081 *posix*) :
16082 set -o posix ;; #(
16083 *) :
16084 ;;
16085esac
5464f5a1 16086fi
5464f5a1 16087
81ecdfbb
RW
16088
16089as_nl='
16090'
16091export as_nl
16092# Printing a long string crashes Solaris 7 /usr/bin/printf.
16093as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16094as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16095as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16096# Prefer a ksh shell builtin over an external printf program on Solaris,
16097# but without wasting forks for bash or zsh.
16098if test -z "$BASH_VERSION$ZSH_VERSION" \
16099 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16100 as_echo='print -r --'
16101 as_echo_n='print -rn --'
16102elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16103 as_echo='printf %s\n'
16104 as_echo_n='printf %s'
16105else
16106 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16107 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16108 as_echo_n='/usr/ucb/echo -n'
16109 else
16110 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16111 as_echo_n_body='eval
16112 arg=$1;
16113 case $arg in #(
16114 *"$as_nl"*)
16115 expr "X$arg" : "X\\(.*\\)$as_nl";
16116 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16117 esac;
16118 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16119 '
16120 export as_echo_n_body
16121 as_echo_n='sh -c $as_echo_n_body as_echo'
16122 fi
16123 export as_echo_body
16124 as_echo='sh -c $as_echo_body as_echo'
16125fi
16126
16127# The user is always right.
16128if test "${PATH_SEPARATOR+set}" != set; then
16129 PATH_SEPARATOR=:
16130 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16131 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16132 PATH_SEPARATOR=';'
16133 }
5464f5a1
NN
16134fi
16135
16136
81ecdfbb
RW
16137# IFS
16138# We need space, tab and new line, in precisely that order. Quoting is
16139# there to prevent editors from complaining about space-tab.
16140# (If _AS_PATH_WALK were called with IFS unset, it would disable word
16141# splitting by setting IFS to empty value.)
16142IFS=" "" $as_nl"
16143
16144# Find who we are. Look in the path if we contain no directory separator.
16145case $0 in #((
16146 *[\\/]* ) as_myself=$0 ;;
16147 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16148for as_dir in $PATH
16149do
16150 IFS=$as_save_IFS
16151 test -z "$as_dir" && as_dir=.
16152 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16153 done
16154IFS=$as_save_IFS
16155
16156 ;;
16157esac
16158# We did not find ourselves, most probably we were run as `sh COMMAND'
16159# in which case we are not to be found in the path.
16160if test "x$as_myself" = x; then
16161 as_myself=$0
16162fi
16163if test ! -f "$as_myself"; then
16164 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16165 exit 1
16166fi
16167
16168# Unset variables that we do not need and which cause bugs (e.g. in
16169# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16170# suppresses any "Segmentation fault" message there. '((' could
16171# trigger a bug in pdksh 5.2.14.
16172for as_var in BASH_ENV ENV MAIL MAILPATH
16173do eval test x\${$as_var+set} = xset \
16174 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16175done
5464f5a1
NN
16176PS1='$ '
16177PS2='> '
16178PS4='+ '
16179
16180# NLS nuisances.
81ecdfbb
RW
16181LC_ALL=C
16182export LC_ALL
16183LANGUAGE=C
16184export LANGUAGE
16185
16186# CDPATH.
16187(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16188
16189
16190# as_fn_error ERROR [LINENO LOG_FD]
16191# ---------------------------------
16192# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16193# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16194# script with status $?, using 1 if that was 0.
16195as_fn_error ()
16196{
16197 as_status=$?; test $as_status -eq 0 && as_status=1
16198 if test "$3"; then
16199 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16200 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
5464f5a1 16201 fi
81ecdfbb
RW
16202 $as_echo "$as_me: error: $1" >&2
16203 as_fn_exit $as_status
16204} # as_fn_error
16205
16206
16207# as_fn_set_status STATUS
16208# -----------------------
16209# Set $? to STATUS, without forking.
16210as_fn_set_status ()
16211{
16212 return $1
16213} # as_fn_set_status
16214
16215# as_fn_exit STATUS
16216# -----------------
16217# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16218as_fn_exit ()
16219{
16220 set +e
16221 as_fn_set_status $1
16222 exit $1
16223} # as_fn_exit
16224
16225# as_fn_unset VAR
16226# ---------------
16227# Portably unset VAR.
16228as_fn_unset ()
16229{
16230 { eval $1=; unset $1;}
16231}
16232as_unset=as_fn_unset
16233# as_fn_append VAR VALUE
16234# ----------------------
16235# Append the text in VALUE to the end of the definition contained in VAR. Take
16236# advantage of any shell optimizations that allow amortized linear growth over
16237# repeated appends, instead of the typical quadratic growth present in naive
16238# implementations.
16239if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16240 eval 'as_fn_append ()
16241 {
16242 eval $1+=\$2
16243 }'
16244else
16245 as_fn_append ()
16246 {
16247 eval $1=\$$1\$2
16248 }
16249fi # as_fn_append
16250
16251# as_fn_arith ARG...
16252# ------------------
16253# Perform arithmetic evaluation on the ARGs, and store the result in the
16254# global $as_val. Take advantage of shells that can avoid forks. The arguments
16255# must be portable across $(()) and expr.
16256if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16257 eval 'as_fn_arith ()
16258 {
16259 as_val=$(( $* ))
16260 }'
16261else
16262 as_fn_arith ()
16263 {
16264 as_val=`expr "$@" || test $? -eq 1`
16265 }
16266fi # as_fn_arith
16267
5464f5a1 16268
81ecdfbb
RW
16269if expr a : '\(a\)' >/dev/null 2>&1 &&
16270 test "X`expr 00001 : '.*\(...\)'`" = X001; then
5464f5a1
NN
16271 as_expr=expr
16272else
16273 as_expr=false
16274fi
16275
81ecdfbb 16276if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5464f5a1
NN
16277 as_basename=basename
16278else
16279 as_basename=false
16280fi
252b5132 16281
81ecdfbb
RW
16282if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16283 as_dirname=dirname
16284else
16285 as_dirname=false
16286fi
6be7c12c 16287
81ecdfbb 16288as_me=`$as_basename -- "$0" ||
5464f5a1
NN
16289$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16290 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
16291 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16292$as_echo X/"$0" |
16293 sed '/^.*\/\([^/][^/]*\)\/*$/{
16294 s//\1/
16295 q
16296 }
16297 /^X\/\(\/\/\)$/{
16298 s//\1/
16299 q
16300 }
16301 /^X\/\(\/\).*/{
16302 s//\1/
16303 q
16304 }
16305 s/.*/./; q'`
5464f5a1 16306
5464f5a1
NN
16307# Avoid depending upon Character Ranges.
16308as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16309as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16310as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16311as_cr_digits='0123456789'
16312as_cr_alnum=$as_cr_Letters$as_cr_digits
16313
81ecdfbb
RW
16314ECHO_C= ECHO_N= ECHO_T=
16315case `echo -n x` in #(((((
16316-n*)
16317 case `echo 'xy\c'` in
16318 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16319 xy) ECHO_C='\c';;
16320 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16321 ECHO_T=' ';;
16322 esac;;
16323*)
16324 ECHO_N='-n';;
5464f5a1
NN
16325esac
16326
81ecdfbb
RW
16327rm -f conf$$ conf$$.exe conf$$.file
16328if test -d conf$$.dir; then
16329 rm -f conf$$.dir/conf$$.file
252b5132 16330else
81ecdfbb
RW
16331 rm -f conf$$.dir
16332 mkdir conf$$.dir 2>/dev/null
252b5132 16333fi
81ecdfbb
RW
16334if (echo >conf$$.file) 2>/dev/null; then
16335 if ln -s conf$$.file conf$$ 2>/dev/null; then
5464f5a1 16336 as_ln_s='ln -s'
81ecdfbb
RW
16337 # ... but there are two gotchas:
16338 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16339 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16340 # In both cases, we have to default to `cp -p'.
16341 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16342 as_ln_s='cp -p'
16343 elif ln conf$$.file conf$$ 2>/dev/null; then
16344 as_ln_s=ln
16345 else
16346 as_ln_s='cp -p'
5464f5a1 16347 fi
5464f5a1
NN
16348else
16349 as_ln_s='cp -p'
252b5132 16350fi
81ecdfbb
RW
16351rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16352rmdir conf$$.dir 2>/dev/null
16353
16354
16355# as_fn_mkdir_p
16356# -------------
16357# Create "$as_dir" as a directory, including parents if necessary.
16358as_fn_mkdir_p ()
16359{
16360
16361 case $as_dir in #(
16362 -*) as_dir=./$as_dir;;
16363 esac
16364 test -d "$as_dir" || eval $as_mkdir_p || {
16365 as_dirs=
16366 while :; do
16367 case $as_dir in #(
16368 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16369 *) as_qdir=$as_dir;;
16370 esac
16371 as_dirs="'$as_qdir' $as_dirs"
16372 as_dir=`$as_dirname -- "$as_dir" ||
16373$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16374 X"$as_dir" : 'X\(//\)[^/]' \| \
16375 X"$as_dir" : 'X\(//\)$' \| \
16376 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16377$as_echo X"$as_dir" |
16378 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16379 s//\1/
16380 q
16381 }
16382 /^X\(\/\/\)[^/].*/{
16383 s//\1/
16384 q
16385 }
16386 /^X\(\/\/\)$/{
16387 s//\1/
16388 q
16389 }
16390 /^X\(\/\).*/{
16391 s//\1/
16392 q
16393 }
16394 s/.*/./; q'`
16395 test -d "$as_dir" && break
16396 done
16397 test -z "$as_dirs" || eval "mkdir $as_dirs"
16398 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
16399
6be7c12c 16400
81ecdfbb 16401} # as_fn_mkdir_p
5464f5a1 16402if mkdir -p . 2>/dev/null; then
81ecdfbb 16403 as_mkdir_p='mkdir -p "$as_dir"'
5464f5a1
NN
16404else
16405 test -d ./-p && rmdir ./-p
16406 as_mkdir_p=false
252b5132 16407fi
81ecdfbb
RW
16408
16409if test -x / >/dev/null 2>&1; then
16410 as_test_x='test -x'
16411else
16412 if ls -dL / >/dev/null 2>&1; then
16413 as_ls_L_option=L
16414 else
16415 as_ls_L_option=
16416 fi
16417 as_test_x='
16418 eval sh -c '\''
16419 if test -d "$1"; then
16420 test -d "$1/.";
16421 else
16422 case $1 in #(
16423 -*)set "./$1";;
16424 esac;
16425 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16426 ???[sx]*):;;*)false;;esac;fi
16427 '\'' sh
16428 '
16429fi
16430as_executable_p=$as_test_x
252b5132 16431
5464f5a1
NN
16432# Sed expression to map a string onto a valid CPP name.
16433as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 16434
5464f5a1
NN
16435# Sed expression to map a string onto a valid variable name.
16436as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6be7c12c 16437
252b5132 16438
5464f5a1 16439exec 6>&1
81ecdfbb
RW
16440## ----------------------------------- ##
16441## Main body of $CONFIG_STATUS script. ##
16442## ----------------------------------- ##
16443_ASEOF
16444test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5464f5a1 16445
81ecdfbb
RW
16446cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16447# Save the log message, to keep $0 and so on meaningful, and to
5464f5a1 16448# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
16449# values after options handling.
16450ac_log="
c4dd807e 16451This file was extended by bfd $as_me 2.23.51, which was
81ecdfbb 16452generated by GNU Autoconf 2.64. Invocation command line was
5464f5a1
NN
16453
16454 CONFIG_FILES = $CONFIG_FILES
16455 CONFIG_HEADERS = $CONFIG_HEADERS
16456 CONFIG_LINKS = $CONFIG_LINKS
16457 CONFIG_COMMANDS = $CONFIG_COMMANDS
16458 $ $0 $@
16459
81ecdfbb
RW
16460on `(hostname || uname -n) 2>/dev/null | sed 1q`
16461"
16462
5464f5a1
NN
16463_ACEOF
16464
81ecdfbb
RW
16465case $ac_config_files in *"
16466"*) set x $ac_config_files; shift; ac_config_files=$*;;
16467esac
5464f5a1 16468
81ecdfbb
RW
16469case $ac_config_headers in *"
16470"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16471esac
252b5132 16472
252b5132 16473
81ecdfbb
RW
16474cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16475# Files that config.status was made for.
16476config_files="$ac_config_files"
16477config_headers="$ac_config_headers"
16478config_commands="$ac_config_commands"
252b5132 16479
81ecdfbb 16480_ACEOF
5464f5a1 16481
81ecdfbb 16482cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1 16483ac_cs_usage="\
81ecdfbb
RW
16484\`$as_me' instantiates files and other configuration actions
16485from templates according to the current configuration. Unless the files
16486and actions are specified as TAGs, all are instantiated by default.
5464f5a1 16487
81ecdfbb 16488Usage: $0 [OPTION]... [TAG]...
5464f5a1
NN
16489
16490 -h, --help print this help, then exit
81ecdfbb
RW
16491 -V, --version print version number and configuration settings, then exit
16492 -q, --quiet, --silent
16493 do not print progress messages
5464f5a1
NN
16494 -d, --debug don't remove temporary files
16495 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
16496 --file=FILE[:TEMPLATE]
16497 instantiate the configuration file FILE
16498 --header=FILE[:TEMPLATE]
16499 instantiate the configuration header FILE
5464f5a1
NN
16500
16501Configuration files:
16502$config_files
16503
16504Configuration headers:
16505$config_headers
16506
16507Configuration commands:
16508$config_commands
16509
81ecdfbb 16510Report bugs to the package provider."
5464f5a1 16511
81ecdfbb
RW
16512_ACEOF
16513cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5464f5a1 16514ac_cs_version="\\
c4dd807e 16515bfd config.status 2.23.51
81ecdfbb
RW
16516configured by $0, generated by GNU Autoconf 2.64,
16517 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5464f5a1 16518
81ecdfbb 16519Copyright (C) 2009 Free Software Foundation, Inc.
5464f5a1
NN
16520This config.status script is free software; the Free Software Foundation
16521gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
16522
16523ac_pwd='$ac_pwd'
16524srcdir='$srcdir'
16525INSTALL='$INSTALL'
16526MKDIR_P='$MKDIR_P'
16527AWK='$AWK'
16528test -n "\$AWK" || AWK=awk
5464f5a1
NN
16529_ACEOF
16530
81ecdfbb
RW
16531cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16532# The default lists apply if the user does not specify any file.
5464f5a1
NN
16533ac_need_defaults=:
16534while test $# != 0
16535do
16536 case $1 in
16537 --*=*)
81ecdfbb
RW
16538 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16539 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5464f5a1 16540 ac_shift=:
6be7c12c 16541 ;;
81ecdfbb 16542 *)
5464f5a1
NN
16543 ac_option=$1
16544 ac_optarg=$2
16545 ac_shift=shift
6be7c12c 16546 ;;
5464f5a1 16547 esac
252b5132 16548
5464f5a1
NN
16549 case $ac_option in
16550 # Handling of the options.
5464f5a1
NN
16551 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16552 ac_cs_recheck=: ;;
81ecdfbb
RW
16553 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16554 $as_echo "$ac_cs_version"; exit ;;
16555 --debug | --debu | --deb | --de | --d | -d )
5464f5a1
NN
16556 debug=: ;;
16557 --file | --fil | --fi | --f )
16558 $ac_shift
81ecdfbb
RW
16559 case $ac_optarg in
16560 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16561 esac
16562 as_fn_append CONFIG_FILES " '$ac_optarg'"
5464f5a1
NN
16563 ac_need_defaults=false;;
16564 --header | --heade | --head | --hea )
16565 $ac_shift
81ecdfbb
RW
16566 case $ac_optarg in
16567 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16568 esac
16569 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
5464f5a1 16570 ac_need_defaults=false;;
81ecdfbb
RW
16571 --he | --h)
16572 # Conflict between --help and --header
16573 as_fn_error "ambiguous option: \`$1'
16574Try \`$0 --help' for more information.";;
16575 --help | --hel | -h )
16576 $as_echo "$ac_cs_usage"; exit ;;
5464f5a1
NN
16577 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16578 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16579 ac_cs_silent=: ;;
6be7c12c 16580
5464f5a1 16581 # This is an error.
81ecdfbb
RW
16582 -*) as_fn_error "unrecognized option: \`$1'
16583Try \`$0 --help' for more information." ;;
252b5132 16584
81ecdfbb
RW
16585 *) as_fn_append ac_config_targets " $1"
16586 ac_need_defaults=false ;;
252b5132 16587
5464f5a1
NN
16588 esac
16589 shift
16590done
6be7c12c 16591
5464f5a1 16592ac_configure_extra_args=
252b5132 16593
5464f5a1
NN
16594if $ac_cs_silent; then
16595 exec 6>/dev/null
16596 ac_configure_extra_args="$ac_configure_extra_args --silent"
16597fi
6be7c12c 16598
5464f5a1 16599_ACEOF
81ecdfbb 16600cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5464f5a1 16601if \$ac_cs_recheck; then
81ecdfbb
RW
16602 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16603 shift
16604 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16605 CONFIG_SHELL='$SHELL'
16606 export CONFIG_SHELL
16607 exec "\$@"
5464f5a1
NN
16608fi
16609
16610_ACEOF
81ecdfbb
RW
16611cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16612exec 5>>config.log
16613{
16614 echo
16615 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16616## Running $as_me. ##
16617_ASBOX
16618 $as_echo "$ac_log"
16619} >&5
5464f5a1 16620
81ecdfbb
RW
16621_ACEOF
16622cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6be7c12c 16623#
81ecdfbb 16624# INIT-COMMANDS
6be7c12c 16625#
f5385ebf 16626AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
16627
16628
16629# The HP-UX ksh and POSIX shell print the target directory to stdout
16630# if CDPATH is set.
16631(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16632
16633sed_quote_subst='$sed_quote_subst'
16634double_quote_subst='$double_quote_subst'
16635delay_variable_subst='$delay_variable_subst'
3725885a
RW
16636enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16637macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16638macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16639enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16640pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16641enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16642SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16643ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16644host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16645host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16646host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16647build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16648build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16649build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16650SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16651Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16652GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16653EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16654FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16655LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16656NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16657LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16658max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16659ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16660exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16661lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16662lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16663lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16664reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16665reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16666OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16667deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16668file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16669AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16670AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16671STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16672RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16673old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16674old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16675old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16676lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16677CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16678CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16679compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16680GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16681lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16682lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16683lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16684lt_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"`'
16685objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16686MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16687lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16688lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16689lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16690lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16691lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16692need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16693DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16694NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16695LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16696OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16697OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16698libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16699shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16700extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16701archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16702enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16703export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16704whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16705compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16706old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16707old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16708archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16709archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16710module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16711module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16712with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16713allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16714no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16715hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16716hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16717hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16718hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16719hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16720hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16721hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16722hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16723inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16724link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16725fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16726always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16727export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16728exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16729include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16730prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16731file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16732variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16733need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16734need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16735version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16736runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16737shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16738shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16739libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16740library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16741soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16742install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16743postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16744postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16745finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16746finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16747hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16748sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16749sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16750hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16751enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16752enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16753enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16754old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16755striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
16756
16757LTCC='$LTCC'
16758LTCFLAGS='$LTCFLAGS'
16759compiler='$compiler_DEFAULT'
16760
3725885a
RW
16761# A function that is used when there is no print builtin or printf.
16762func_fallback_echo ()
16763{
16764 eval 'cat <<_LTECHO_EOF
16765\$1
16766_LTECHO_EOF'
16767}
16768
d7040cdb 16769# Quote evaled strings.
3725885a
RW
16770for var in SHELL \
16771ECHO \
16772SED \
d7040cdb
SE
16773GREP \
16774EGREP \
16775FGREP \
16776LD \
16777NM \
16778LN_S \
16779lt_SP2NL \
16780lt_NL2SP \
16781reload_flag \
718a6fd8 16782OBJDUMP \
d7040cdb
SE
16783deplibs_check_method \
16784file_magic_cmd \
16785AR \
16786AR_FLAGS \
16787STRIP \
16788RANLIB \
16789CC \
16790CFLAGS \
16791compiler \
16792lt_cv_sys_global_symbol_pipe \
16793lt_cv_sys_global_symbol_to_cdecl \
16794lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 16795lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
16796lt_prog_compiler_no_builtin_flag \
16797lt_prog_compiler_wl \
16798lt_prog_compiler_pic \
16799lt_prog_compiler_static \
16800lt_cv_prog_compiler_c_o \
16801need_locks \
718a6fd8
SE
16802DSYMUTIL \
16803NMEDIT \
16804LIPO \
16805OTOOL \
16806OTOOL64 \
d7040cdb
SE
16807shrext_cmds \
16808export_dynamic_flag_spec \
16809whole_archive_flag_spec \
16810compiler_needs_object \
16811with_gnu_ld \
16812allow_undefined_flag \
16813no_undefined_flag \
16814hardcode_libdir_flag_spec \
16815hardcode_libdir_flag_spec_ld \
16816hardcode_libdir_separator \
16817fix_srcfile_path \
16818exclude_expsyms \
16819include_expsyms \
16820file_list_spec \
16821variables_saved_for_relink \
16822libname_spec \
16823library_names_spec \
16824soname_spec \
3725885a 16825install_override_mode \
d7040cdb
SE
16826finish_eval \
16827old_striplib \
16828striplib; do
3725885a 16829 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16830 *[\\\\\\\`\\"\\\$]*)
3725885a 16831 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
16832 ;;
16833 *)
16834 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16835 ;;
16836 esac
16837done
16838
16839# Double-quote double-evaled strings.
16840for var in reload_cmds \
16841old_postinstall_cmds \
16842old_postuninstall_cmds \
16843old_archive_cmds \
16844extract_expsyms_cmds \
16845old_archive_from_new_cmds \
16846old_archive_from_expsyms_cmds \
16847archive_cmds \
16848archive_expsym_cmds \
16849module_cmds \
16850module_expsym_cmds \
16851export_symbols_cmds \
16852prelink_cmds \
16853postinstall_cmds \
16854postuninstall_cmds \
16855finish_cmds \
16856sys_lib_search_path_spec \
16857sys_lib_dlsearch_path_spec; do
3725885a 16858 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16859 *[\\\\\\\`\\"\\\$]*)
3725885a 16860 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
16861 ;;
16862 *)
16863 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16864 ;;
16865 esac
16866done
16867
d7040cdb
SE
16868ac_aux_dir='$ac_aux_dir'
16869xsi_shell='$xsi_shell'
16870lt_shell_append='$lt_shell_append'
16871
16872# See if we are running on zsh, and set the options which allow our
16873# commands through without removal of \ escapes INIT.
16874if test -n "\${ZSH_VERSION+set}" ; then
16875 setopt NO_GLOB_SUBST
16876fi
16877
16878
16879 PACKAGE='$PACKAGE'
16880 VERSION='$VERSION'
16881 TIMESTAMP='$TIMESTAMP'
16882 RM='$RM'
16883 ofile='$ofile'
16884
16885
16886
20e95c23
DJ
16887# Capture the value of obsolete ALL_LINGUAS because we need it to compute
16888 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16889 # from automake.
16890 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16891 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16892 LINGUAS="${LINGUAS-%UNSET%}"
16893
5464f5a1 16894
f3b4f6d0
PB
16895GCC="$GCC"
16896CC="$CC"
16897acx_cv_header_stdint="$acx_cv_header_stdint"
16898acx_cv_type_int8_t="$acx_cv_type_int8_t"
16899acx_cv_type_int16_t="$acx_cv_type_int16_t"
16900acx_cv_type_int32_t="$acx_cv_type_int32_t"
16901acx_cv_type_int64_t="$acx_cv_type_int64_t"
16902acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
16903ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
16904ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
16905ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
16906ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
16907ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
d5efd9fc
AM
16908ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
16909ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
f3b4f6d0 16910ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
d5efd9fc
AM
16911
16912
5464f5a1
NN
16913
16914_ACEOF
16915
81ecdfbb 16916cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1 16917
81ecdfbb 16918# Handling of arguments.
5464f5a1 16919for ac_config_target in $ac_config_targets
252b5132 16920do
81ecdfbb
RW
16921 case $ac_config_target in
16922 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16923 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16924 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16925 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16926 "bfd_stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS bfd_stdint.h" ;;
16927 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16928 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16929 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16930 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16931 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16932
16933 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
252b5132
RH
16934 esac
16935done
16936
81ecdfbb 16937
5464f5a1
NN
16938# If the user did not use the arguments to specify the items to instantiate,
16939# then the envvar interface is used. Set only those that are not.
16940# We use the long form for the default assignment because of an extremely
16941# bizarre bug on SunOS 4.1.3.
16942if $ac_need_defaults; then
16943 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16944 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16945 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16946fi
16947
16948# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 16949# simply because there is no reason against having it here, and in addition,
5464f5a1 16950# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
16951# Hook for its removal unless debugging.
16952# Note that there is a small window in which the directory will not be cleaned:
16953# after its creation but before its name has been assigned to `$tmp'.
5464f5a1
NN
16954$debug ||
16955{
81ecdfbb
RW
16956 tmp=
16957 trap 'exit_status=$?
16958 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
16959' 0
16960 trap 'as_fn_exit 1' 1 2 13 15
5464f5a1 16961}
5464f5a1 16962# Create a (secure) tmp directory for tmp files.
b3baf5d0 16963
5464f5a1 16964{
81ecdfbb 16965 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5464f5a1
NN
16966 test -n "$tmp" && test -d "$tmp"
16967} ||
16968{
81ecdfbb
RW
16969 tmp=./conf$$-$RANDOM
16970 (umask 077 && mkdir "$tmp")
16971} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
16972
16973# Set up the scripts for CONFIG_FILES section.
16974# No need to generate them if there are no CONFIG_FILES.
16975# This happens for instance with `./config.status config.h'.
16976if test -n "$CONFIG_FILES"; then
16977
16978
16979ac_cr=`echo X | tr X '\015'`
16980# On cygwin, bash can eat \r inside `` if the user requested igncr.
16981# But we know of no other shell where ac_cr would be empty at this
16982# point, so we can use a bashism as a fallback.
16983if test "x$ac_cr" = x; then
16984 eval ac_cr=\$\'\\r\'
16985fi
16986ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16987if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16988 ac_cs_awk_cr='\r'
16989else
16990 ac_cs_awk_cr=$ac_cr
16991fi
16992
16993echo 'BEGIN {' >"$tmp/subs1.awk" &&
16994_ACEOF
16995
16996
16997{
16998 echo "cat >conf$$subs.awk <<_ACEOF" &&
16999 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17000 echo "_ACEOF"
17001} >conf$$subs.sh ||
17002 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17003ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
17004ac_delim='%!_!# '
17005for ac_last_try in false false false false false :; do
17006 . ./conf$$subs.sh ||
17007 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17008
17009 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17010 if test $ac_delim_n = $ac_delim_num; then
17011 break
17012 elif $ac_last_try; then
17013 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17014 else
17015 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17016 fi
17017done
17018rm -f conf$$subs.sh
17019
17020cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17021cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
17022_ACEOF
17023sed -n '
17024h
17025s/^/S["/; s/!.*/"]=/
17026p
17027g
17028s/^[^!]*!//
17029:repl
17030t repl
17031s/'"$ac_delim"'$//
17032t delim
17033:nl
17034h
17035s/\(.\{148\}\).*/\1/
17036t more1
17037s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17038p
17039n
17040b repl
17041:more1
17042s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17043p
17044g
17045s/.\{148\}//
17046t nl
17047:delim
17048h
17049s/\(.\{148\}\).*/\1/
17050t more2
17051s/["\\]/\\&/g; s/^/"/; s/$/"/
17052p
17053b
17054:more2
17055s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17056p
17057g
17058s/.\{148\}//
17059t delim
17060' <conf$$subs.awk | sed '
17061/^[^""]/{
17062 N
17063 s/\n//
17064}
17065' >>$CONFIG_STATUS || ac_write_fail=1
17066rm -f conf$$subs.awk
17067cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17068_ACAWK
17069cat >>"\$tmp/subs1.awk" <<_ACAWK &&
17070 for (key in S) S_is_set[key] = 1
17071 FS = "\a"
17072
17073}
5464f5a1 17074{
81ecdfbb
RW
17075 line = $ 0
17076 nfields = split(line, field, "@")
17077 substed = 0
17078 len = length(field[1])
17079 for (i = 2; i < nfields; i++) {
17080 key = field[i]
17081 keylen = length(key)
17082 if (S_is_set[key]) {
17083 value = S[key]
17084 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17085 len += length(value) + length(field[++i])
17086 substed = 1
17087 } else
17088 len += 1 + keylen
17089 }
17090
17091 print line
5464f5a1
NN
17092}
17093
81ecdfbb
RW
17094_ACAWK
17095_ACEOF
17096cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17097if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17098 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17099else
17100 cat
17101fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
17102 || as_fn_error "could not setup config files machinery" "$LINENO" 5
5464f5a1
NN
17103_ACEOF
17104
81ecdfbb
RW
17105# VPATH may cause trouble with some makes, so we remove $(srcdir),
17106# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
17107# trailing colons and then remove the whole line if VPATH becomes empty
17108# (actually we leave an empty line to preserve line numbers).
17109if test "x$srcdir" = x.; then
17110 ac_vpsub='/^[ ]*VPATH[ ]*=/{
17111s/:*\$(srcdir):*/:/
17112s/:*\${srcdir}:*/:/
17113s/:*@srcdir@:*/:/
17114s/^\([^=]*=[ ]*\):*/\1/
17115s/:*$//
17116s/^[^=]*=[ ]*$//
17117}'
17118fi
b3baf5d0 17119
81ecdfbb
RW
17120cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17121fi # test -n "$CONFIG_FILES"
252b5132 17122
81ecdfbb
RW
17123# Set up the scripts for CONFIG_HEADERS section.
17124# No need to generate them if there are no CONFIG_HEADERS.
17125# This happens for instance with `./config.status Makefile'.
17126if test -n "$CONFIG_HEADERS"; then
17127cat >"$tmp/defines.awk" <<\_ACAWK ||
17128BEGIN {
5464f5a1
NN
17129_ACEOF
17130
81ecdfbb
RW
17131# Transform confdefs.h into an awk script `defines.awk', embedded as
17132# here-document in config.status, that substitutes the proper values into
17133# config.h.in to produce config.h.
17134
17135# Create a delimiter string that does not exist in confdefs.h, to ease
17136# handling of long lines.
17137ac_delim='%!_!# '
17138for ac_last_try in false false :; do
17139 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
17140 if test -z "$ac_t"; then
17141 break
17142 elif $ac_last_try; then
17143 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
17144 else
17145 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 17146 fi
81ecdfbb 17147done
6be7c12c 17148
81ecdfbb
RW
17149# For the awk script, D is an array of macro values keyed by name,
17150# likewise P contains macro parameters if any. Preserve backslash
17151# newline sequences.
17152
17153ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17154sed -n '
17155s/.\{148\}/&'"$ac_delim"'/g
17156t rset
17157:rset
17158s/^[ ]*#[ ]*define[ ][ ]*/ /
17159t def
17160d
17161:def
17162s/\\$//
17163t bsnl
17164s/["\\]/\\&/g
17165s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17166D["\1"]=" \3"/p
17167s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17168d
17169:bsnl
17170s/["\\]/\\&/g
17171s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17172D["\1"]=" \3\\\\\\n"\\/p
17173t cont
17174s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17175t cont
17176d
17177:cont
17178n
17179s/.\{148\}/&'"$ac_delim"'/g
17180t clear
17181:clear
17182s/\\$//
17183t bsnlc
17184s/["\\]/\\&/g; s/^/"/; s/$/"/p
17185d
17186:bsnlc
17187s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17188b cont
17189' <confdefs.h | sed '
17190s/'"$ac_delim"'/"\\\
17191"/g' >>$CONFIG_STATUS || ac_write_fail=1
17192
17193cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17194 for (key in D) D_is_set[key] = 1
17195 FS = "\a"
17196}
17197/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17198 line = \$ 0
17199 split(line, arg, " ")
17200 if (arg[1] == "#") {
17201 defundef = arg[2]
17202 mac1 = arg[3]
17203 } else {
17204 defundef = substr(arg[1], 2)
17205 mac1 = arg[2]
17206 }
17207 split(mac1, mac2, "(") #)
17208 macro = mac2[1]
17209 prefix = substr(line, 1, index(line, defundef) - 1)
17210 if (D_is_set[macro]) {
17211 # Preserve the white space surrounding the "#".
17212 print prefix "define", macro P[macro] D[macro]
17213 next
17214 } else {
17215 # Replace #undef with comments. This is necessary, for example,
17216 # in the case of _POSIX_SOURCE, which is predefined and required
17217 # on some systems where configure will not decide to define it.
17218 if (defundef == "undef") {
17219 print "/*", prefix defundef, macro, "*/"
17220 next
17221 }
17222 }
17223}
17224{ print }
17225_ACAWK
5464f5a1 17226_ACEOF
81ecdfbb
RW
17227cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17228 as_fn_error "could not setup config headers machinery" "$LINENO" 5
17229fi # test -n "$CONFIG_HEADERS"
17230
17231
17232eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17233shift
17234for ac_tag
17235do
17236 case $ac_tag in
17237 :[FHLC]) ac_mode=$ac_tag; continue;;
17238 esac
17239 case $ac_mode$ac_tag in
17240 :[FHL]*:*);;
17241 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
17242 :[FH]-) ac_tag=-:-;;
17243 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17244 esac
17245 ac_save_IFS=$IFS
17246 IFS=:
17247 set x $ac_tag
17248 IFS=$ac_save_IFS
17249 shift
17250 ac_file=$1
17251 shift
17252
17253 case $ac_mode in
17254 :L) ac_source=$1;;
17255 :[FH])
17256 ac_file_inputs=
17257 for ac_f
17258 do
17259 case $ac_f in
17260 -) ac_f="$tmp/stdin";;
17261 *) # Look for the file first in the build tree, then in the source tree
17262 # (if the path is not absolute). The absolute path cannot be DOS-style,
17263 # because $ac_f cannot contain `:'.
17264 test -f "$ac_f" ||
17265 case $ac_f in
17266 [\\/$]*) false;;
17267 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17268 esac ||
17269 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17270 esac
17271 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17272 as_fn_append ac_file_inputs " '$ac_f'"
17273 done
17274
17275 # Let's still pretend it is `configure' which instantiates (i.e., don't
17276 # use $as_me), people would be surprised to read:
17277 # /* config.h. Generated by config.status. */
17278 configure_input='Generated from '`
17279 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17280 `' by configure.'
17281 if test x"$ac_file" != x-; then
17282 configure_input="$ac_file. $configure_input"
17283 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17284$as_echo "$as_me: creating $ac_file" >&6;}
17285 fi
17286 # Neutralize special characters interpreted by sed in replacement strings.
17287 case $configure_input in #(
17288 *\&* | *\|* | *\\* )
17289 ac_sed_conf_input=`$as_echo "$configure_input" |
17290 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17291 *) ac_sed_conf_input=$configure_input;;
17292 esac
17293
17294 case $ac_tag in
17295 *:-:* | *:-) cat >"$tmp/stdin" \
17296 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
17297 esac
17298 ;;
252b5132
RH
17299 esac
17300
81ecdfbb 17301 ac_dir=`$as_dirname -- "$ac_file" ||
5464f5a1
NN
17302$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17303 X"$ac_file" : 'X\(//\)[^/]' \| \
17304 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
17305 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17306$as_echo X"$ac_file" |
17307 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17308 s//\1/
17309 q
17310 }
17311 /^X\(\/\/\)[^/].*/{
17312 s//\1/
17313 q
17314 }
17315 /^X\(\/\/\)$/{
17316 s//\1/
17317 q
17318 }
17319 /^X\(\/\).*/{
17320 s//\1/
17321 q
17322 }
17323 s/.*/./; q'`
17324 as_dir="$ac_dir"; as_fn_mkdir_p
5464f5a1
NN
17325 ac_builddir=.
17326
81ecdfbb
RW
17327case "$ac_dir" in
17328.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17329*)
17330 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17331 # A ".." for each directory in $ac_dir_suffix.
17332 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17333 case $ac_top_builddir_sub in
17334 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17335 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17336 esac ;;
17337esac
17338ac_abs_top_builddir=$ac_pwd
17339ac_abs_builddir=$ac_pwd$ac_dir_suffix
17340# for backward compatibility:
17341ac_top_builddir=$ac_top_build_prefix
252b5132 17342
5464f5a1 17343case $srcdir in
81ecdfbb 17344 .) # We are building in place.
5464f5a1 17345 ac_srcdir=.
81ecdfbb
RW
17346 ac_top_srcdir=$ac_top_builddir_sub
17347 ac_abs_top_srcdir=$ac_pwd ;;
17348 [\\/]* | ?:[\\/]* ) # Absolute name.
5464f5a1 17349 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
17350 ac_top_srcdir=$srcdir
17351 ac_abs_top_srcdir=$srcdir ;;
17352 *) # Relative name.
17353 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17354 ac_top_srcdir=$ac_top_build_prefix$srcdir
17355 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5464f5a1 17356esac
81ecdfbb 17357ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 17358
252b5132 17359
81ecdfbb
RW
17360 case $ac_mode in
17361 :F)
17362 #
17363 # CONFIG_FILE
17364 #
5464f5a1
NN
17365
17366 case $INSTALL in
17367 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
17368 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17369 esac
17370 ac_MKDIR_P=$MKDIR_P
17371 case $MKDIR_P in
17372 [\\/$]* | ?:[\\/]* ) ;;
17373 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
6be7c12c 17374 esac
81ecdfbb 17375_ACEOF
252b5132 17376
81ecdfbb
RW
17377cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17378# If the template does not know about datarootdir, expand it.
17379# FIXME: This hack should be removed a few years after 2.60.
17380ac_datarootdir_hack=; ac_datarootdir_seen=
17381ac_sed_dataroot='
17382/datarootdir/ {
17383 p
17384 q
17385}
17386/@datadir@/p
17387/@docdir@/p
17388/@infodir@/p
17389/@localedir@/p
17390/@mandir@/p'
17391case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17392*datarootdir*) ac_datarootdir_seen=yes;;
17393*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17394 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17395$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17396_ACEOF
17397cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17398 ac_datarootdir_hack='
17399 s&@datadir@&$datadir&g
17400 s&@docdir@&$docdir&g
17401 s&@infodir@&$infodir&g
17402 s&@localedir@&$localedir&g
17403 s&@mandir@&$mandir&g
17404 s&\\\${datarootdir}&$datarootdir&g' ;;
17405esac
5464f5a1 17406_ACEOF
81ecdfbb
RW
17407
17408# Neutralize VPATH when `$srcdir' = `.'.
17409# Shell code in configure.ac might set extrasub.
17410# FIXME: do we really want to maintain this feature?
17411cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17412ac_sed_extra="$ac_vpsub
5464f5a1
NN
17413$extrasub
17414_ACEOF
81ecdfbb 17415cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1
NN
17416:t
17417/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
17418s|@configure_input@|$ac_sed_conf_input|;t t
17419s&@top_builddir@&$ac_top_builddir_sub&;t t
17420s&@top_build_prefix@&$ac_top_build_prefix&;t t
17421s&@srcdir@&$ac_srcdir&;t t
17422s&@abs_srcdir@&$ac_abs_srcdir&;t t
17423s&@top_srcdir@&$ac_top_srcdir&;t t
17424s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17425s&@builddir@&$ac_builddir&;t t
17426s&@abs_builddir@&$ac_abs_builddir&;t t
17427s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17428s&@INSTALL@&$ac_INSTALL&;t t
17429s&@MKDIR_P@&$ac_MKDIR_P&;t t
17430$ac_datarootdir_hack
17431"
17432eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
17433 || as_fn_error "could not create $ac_file" "$LINENO" 5
17434
17435test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17436 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
17437 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
17438 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17439which seems to be undefined. Please make sure it is defined." >&5
17440$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17441which seems to be undefined. Please make sure it is defined." >&2;}
17442
17443 rm -f "$tmp/stdin"
5464f5a1 17444 case $ac_file in
81ecdfbb
RW
17445 -) cat "$tmp/out" && rm -f "$tmp/out";;
17446 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
17447 esac \
17448 || as_fn_error "could not create $ac_file" "$LINENO" 5
17449 ;;
17450 :H)
17451 #
17452 # CONFIG_HEADER
17453 #
5464f5a1 17454 if test x"$ac_file" != x-; then
81ecdfbb
RW
17455 {
17456 $as_echo "/* $configure_input */" \
17457 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
17458 } >"$tmp/config.h" \
17459 || as_fn_error "could not create $ac_file" "$LINENO" 5
17460 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
17461 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17462$as_echo "$as_me: $ac_file is unchanged" >&6;}
5464f5a1 17463 else
81ecdfbb
RW
17464 rm -f "$ac_file"
17465 mv "$tmp/config.h" "$ac_file" \
17466 || as_fn_error "could not create $ac_file" "$LINENO" 5
252b5132 17467 fi
5464f5a1 17468 else
81ecdfbb
RW
17469 $as_echo "/* $configure_input */" \
17470 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
17471 || as_fn_error "could not create -" "$LINENO" 5
252b5132 17472 fi
81ecdfbb
RW
17473# Compute "$ac_file"'s index in $config_headers.
17474_am_arg="$ac_file"
f5385ebf
AM
17475_am_stamp_count=1
17476for _am_header in $config_headers :; do
17477 case $_am_header in
81ecdfbb 17478 $_am_arg | $_am_arg:* )
f5385ebf
AM
17479 break ;;
17480 * )
17481 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17482 esac
17483done
81ecdfbb
RW
17484echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17485$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17486 X"$_am_arg" : 'X\(//\)[^/]' \| \
17487 X"$_am_arg" : 'X\(//\)$' \| \
17488 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17489$as_echo X"$_am_arg" |
17490 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17491 s//\1/
17492 q
17493 }
17494 /^X\(\/\/\)[^/].*/{
17495 s//\1/
17496 q
17497 }
17498 /^X\(\/\/\)$/{
17499 s//\1/
17500 q
17501 }
17502 /^X\(\/\).*/{
17503 s//\1/
17504 q
17505 }
17506 s/.*/./; q'`/stamp-h$_am_stamp_count
17507 ;;
5464f5a1 17508
81ecdfbb
RW
17509 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17510$as_echo "$as_me: executing $ac_file commands" >&6;}
17511 ;;
17512 esac
5464f5a1
NN
17513
17514
81ecdfbb
RW
17515 case $ac_file$ac_mode in
17516 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17517 # Autoconf 2.62 quotes --file arguments for eval, but not when files
17518 # are listed without --file. Let's play safe and only enable the eval
17519 # if we detect the quoting.
17520 case $CONFIG_FILES in
17521 *\'*) eval set x "$CONFIG_FILES" ;;
17522 *) set x $CONFIG_FILES ;;
17523 esac
17524 shift
17525 for mf
17526 do
17527 # Strip MF so we end up with the name of the file.
17528 mf=`echo "$mf" | sed -e 's/:.*$//'`
17529 # Check whether this is an Automake generated Makefile or not.
17530 # We used to match only the files named `Makefile.in', but
17531 # some people rename them; so instead we look at the file content.
17532 # Grep'ing the first line is not enough: some people post-process
17533 # each Makefile.in and add a new line on top of each file to say so.
17534 # Grep'ing the whole file is not good either: AIX grep has a line
17535 # limit of 2048, but all sed's we know have understand at least 4000.
17536 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17537 dirpart=`$as_dirname -- "$mf" ||
f5385ebf
AM
17538$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17539 X"$mf" : 'X\(//\)[^/]' \| \
17540 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
17541 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17542$as_echo X"$mf" |
17543 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17544 s//\1/
17545 q
17546 }
17547 /^X\(\/\/\)[^/].*/{
17548 s//\1/
17549 q
17550 }
17551 /^X\(\/\/\)$/{
17552 s//\1/
17553 q
17554 }
17555 /^X\(\/\).*/{
17556 s//\1/
17557 q
17558 }
17559 s/.*/./; q'`
17560 else
17561 continue
17562 fi
17563 # Extract the definition of DEPDIR, am__include, and am__quote
17564 # from the Makefile without running `make'.
17565 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17566 test -z "$DEPDIR" && continue
17567 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17568 test -z "am__include" && continue
17569 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17570 # When using ansi2knr, U may be empty or an underscore; expand it
17571 U=`sed -n 's/^U = //p' < "$mf"`
17572 # Find all dependency output files, they are included files with
17573 # $(DEPDIR) in their names. We invoke sed twice because it is the
17574 # simplest approach to changing $(DEPDIR) to its actual value in the
17575 # expansion.
17576 for file in `sed -n "
17577 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17578 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17579 # Make sure the directory exists.
17580 test -f "$dirpart/$file" && continue
17581 fdir=`$as_dirname -- "$file" ||
f5385ebf
AM
17582$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17583 X"$file" : 'X\(//\)[^/]' \| \
17584 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
17585 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17586$as_echo X"$file" |
17587 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17588 s//\1/
17589 q
17590 }
17591 /^X\(\/\/\)[^/].*/{
17592 s//\1/
17593 q
17594 }
17595 /^X\(\/\/\)$/{
17596 s//\1/
17597 q
17598 }
17599 /^X\(\/\).*/{
17600 s//\1/
17601 q
17602 }
17603 s/.*/./; q'`
17604 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17605 # echo "creating $dirpart/$file"
17606 echo '# dummy' > "$dirpart/$file"
f5385ebf 17607 done
f5385ebf 17608 done
81ecdfbb 17609}
d7040cdb 17610 ;;
81ecdfbb 17611 "libtool":C)
d7040cdb
SE
17612
17613 # See if we are running on zsh, and set the options which allow our
17614 # commands through without removal of \ escapes.
17615 if test -n "${ZSH_VERSION+set}" ; then
17616 setopt NO_GLOB_SUBST
17617 fi
17618
17619 cfgfile="${ofile}T"
17620 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17621 $RM "$cfgfile"
17622
17623 cat <<_LT_EOF >> "$cfgfile"
17624#! $SHELL
17625
17626# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 17627# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
17628# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17629# NOTE: Changes made to this file will be lost: look at ltmain.sh.
17630#
718a6fd8 17631# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 17632# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 17633# Written by Gordon Matzigkeit, 1996
d7040cdb 17634#
718a6fd8 17635# This file is part of GNU Libtool.
d7040cdb 17636#
718a6fd8
SE
17637# GNU Libtool is free software; you can redistribute it and/or
17638# modify it under the terms of the GNU General Public License as
17639# published by the Free Software Foundation; either version 2 of
17640# the License, or (at your option) any later version.
d7040cdb 17641#
718a6fd8
SE
17642# As a special exception to the GNU General Public License,
17643# if you distribute this file as part of a program or library that
17644# is built using GNU Libtool, you may include this file under the
17645# same distribution terms that you use for the rest of that program.
d7040cdb 17646#
718a6fd8
SE
17647# GNU Libtool is distributed in the hope that it will be useful,
17648# but WITHOUT ANY WARRANTY; without even the implied warranty of
17649# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17650# GNU General Public License for more details.
d7040cdb 17651#
718a6fd8
SE
17652# You should have received a copy of the GNU General Public License
17653# along with GNU Libtool; see the file COPYING. If not, a copy
17654# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17655# obtained by writing to the Free Software Foundation, Inc.,
17656# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
17657
17658
17659# The names of the tagged configurations supported by this script.
17660available_tags=""
17661
17662# ### BEGIN LIBTOOL CONFIG
17663
17664# Whether or not to build shared libraries.
17665build_libtool_libs=$enable_shared
17666
17667# Which release of libtool.m4 was used?
17668macro_version=$macro_version
17669macro_revision=$macro_revision
17670
17671# Whether or not to build static libraries.
17672build_old_libs=$enable_static
17673
17674# What type of objects to build.
17675pic_mode=$pic_mode
17676
17677# Whether or not to optimize for fast installation.
17678fast_install=$enable_fast_install
17679
3725885a
RW
17680# Shell to use when invoking shell scripts.
17681SHELL=$lt_SHELL
17682
17683# An echo program that protects backslashes.
17684ECHO=$lt_ECHO
17685
d7040cdb
SE
17686# The host system.
17687host_alias=$host_alias
17688host=$host
17689host_os=$host_os
17690
17691# The build system.
17692build_alias=$build_alias
17693build=$build
17694build_os=$build_os
17695
17696# A sed program that does not truncate output.
17697SED=$lt_SED
17698
17699# Sed that helps us avoid accidentally triggering echo(1) options like -n.
17700Xsed="\$SED -e 1s/^X//"
17701
17702# A grep program that handles long lines.
17703GREP=$lt_GREP
17704
17705# An ERE matcher.
17706EGREP=$lt_EGREP
17707
17708# A literal string matcher.
17709FGREP=$lt_FGREP
17710
17711# A BSD- or MS-compatible name lister.
17712NM=$lt_NM
17713
17714# Whether we need soft or hard links.
17715LN_S=$lt_LN_S
17716
17717# What is the maximum length of a command?
17718max_cmd_len=$max_cmd_len
17719
17720# Object file suffix (normally "o").
17721objext=$ac_objext
17722
17723# Executable file suffix (normally "").
17724exeext=$exeext
17725
17726# whether the shell understands "unset".
17727lt_unset=$lt_unset
17728
17729# turn spaces into newlines.
17730SP2NL=$lt_lt_SP2NL
17731
17732# turn newlines into spaces.
17733NL2SP=$lt_lt_NL2SP
17734
718a6fd8
SE
17735# An object symbol dumper.
17736OBJDUMP=$lt_OBJDUMP
17737
d7040cdb
SE
17738# Method to check whether dependent libraries are shared objects.
17739deplibs_check_method=$lt_deplibs_check_method
17740
17741# Command to use when deplibs_check_method == "file_magic".
17742file_magic_cmd=$lt_file_magic_cmd
17743
17744# The archiver.
17745AR=$lt_AR
17746AR_FLAGS=$lt_AR_FLAGS
17747
17748# A symbol stripping program.
17749STRIP=$lt_STRIP
17750
17751# Commands used to install an old-style archive.
17752RANLIB=$lt_RANLIB
17753old_postinstall_cmds=$lt_old_postinstall_cmds
17754old_postuninstall_cmds=$lt_old_postuninstall_cmds
17755
3725885a
RW
17756# Whether to use a lock for old archive extraction.
17757lock_old_archive_extraction=$lock_old_archive_extraction
17758
d7040cdb
SE
17759# A C compiler.
17760LTCC=$lt_CC
17761
17762# LTCC compiler flags.
17763LTCFLAGS=$lt_CFLAGS
17764
17765# Take the output of nm and produce a listing of raw symbols and C names.
17766global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17767
17768# Transform the output of nm in a proper C declaration.
17769global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17770
17771# Transform the output of nm in a C name address pair.
17772global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17773
718a6fd8
SE
17774# Transform the output of nm in a C name address pair when lib prefix is needed.
17775global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17776
d7040cdb
SE
17777# The name of the directory that contains temporary libtool files.
17778objdir=$objdir
17779
d7040cdb
SE
17780# Used to examine libraries when file_magic_cmd begins with "file".
17781MAGIC_CMD=$MAGIC_CMD
17782
17783# Must we lock files when doing compilation?
17784need_locks=$lt_need_locks
17785
718a6fd8
SE
17786# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17787DSYMUTIL=$lt_DSYMUTIL
17788
17789# Tool to change global to local symbols on Mac OS X.
17790NMEDIT=$lt_NMEDIT
17791
17792# Tool to manipulate fat objects and archives on Mac OS X.
17793LIPO=$lt_LIPO
17794
17795# ldd/readelf like tool for Mach-O binaries on Mac OS X.
17796OTOOL=$lt_OTOOL
17797
17798# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17799OTOOL64=$lt_OTOOL64
17800
d7040cdb
SE
17801# Old archive suffix (normally "a").
17802libext=$libext
17803
17804# Shared library suffix (normally ".so").
17805shrext_cmds=$lt_shrext_cmds
17806
17807# The commands to extract the exported symbol list from a shared archive.
17808extract_expsyms_cmds=$lt_extract_expsyms_cmds
17809
17810# Variables whose values should be saved in libtool wrapper scripts and
17811# restored at link time.
17812variables_saved_for_relink=$lt_variables_saved_for_relink
17813
17814# Do we need the "lib" prefix for modules?
17815need_lib_prefix=$need_lib_prefix
17816
17817# Do we need a version for libraries?
17818need_version=$need_version
17819
17820# Library versioning type.
17821version_type=$version_type
17822
17823# Shared library runtime path variable.
17824runpath_var=$runpath_var
17825
17826# Shared library path variable.
17827shlibpath_var=$shlibpath_var
17828
17829# Is shlibpath searched before the hard-coded library search path?
17830shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17831
17832# Format of library name prefix.
17833libname_spec=$lt_libname_spec
17834
17835# List of archive names. First name is the real one, the rest are links.
17836# The last name is the one that the linker finds with -lNAME
17837library_names_spec=$lt_library_names_spec
17838
17839# The coded name of the library, if different from the real name.
17840soname_spec=$lt_soname_spec
17841
3725885a
RW
17842# Permission mode override for installation of shared libraries.
17843install_override_mode=$lt_install_override_mode
17844
d7040cdb
SE
17845# Command to use after installation of a shared archive.
17846postinstall_cmds=$lt_postinstall_cmds
17847
17848# Command to use after uninstallation of a shared archive.
17849postuninstall_cmds=$lt_postuninstall_cmds
17850
17851# Commands used to finish a libtool library installation in a directory.
17852finish_cmds=$lt_finish_cmds
17853
17854# As "finish_cmds", except a single script fragment to be evaled but
17855# not shown.
17856finish_eval=$lt_finish_eval
17857
17858# Whether we should hardcode library paths into libraries.
17859hardcode_into_libs=$hardcode_into_libs
17860
17861# Compile-time system search path for libraries.
17862sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17863
17864# Run-time system search path for libraries.
17865sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17866
17867# Whether dlopen is supported.
17868dlopen_support=$enable_dlopen
17869
17870# Whether dlopen of programs is supported.
17871dlopen_self=$enable_dlopen_self
17872
17873# Whether dlopen of statically linked programs is supported.
17874dlopen_self_static=$enable_dlopen_self_static
17875
17876# Commands to strip libraries.
17877old_striplib=$lt_old_striplib
17878striplib=$lt_striplib
17879
17880
17881# The linker used to build libraries.
17882LD=$lt_LD
17883
3725885a
RW
17884# How to create reloadable object files.
17885reload_flag=$lt_reload_flag
17886reload_cmds=$lt_reload_cmds
17887
d7040cdb
SE
17888# Commands used to build an old-style archive.
17889old_archive_cmds=$lt_old_archive_cmds
17890
17891# A language specific compiler.
17892CC=$lt_compiler
17893
17894# Is the compiler the GNU compiler?
17895with_gcc=$GCC
17896
17897# Compiler flag to turn off builtin functions.
17898no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17899
17900# How to pass a linker flag through the compiler.
17901wl=$lt_lt_prog_compiler_wl
17902
17903# Additional compiler flags for building library objects.
17904pic_flag=$lt_lt_prog_compiler_pic
17905
17906# Compiler flag to prevent dynamic linking.
17907link_static_flag=$lt_lt_prog_compiler_static
17908
17909# Does compiler simultaneously support -c and -o options?
17910compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17911
17912# Whether or not to add -lc for building shared libraries.
17913build_libtool_need_lc=$archive_cmds_need_lc
17914
17915# Whether or not to disallow shared libs when runtime libs are static.
17916allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17917
17918# Compiler flag to allow reflexive dlopens.
17919export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17920
17921# Compiler flag to generate shared objects directly from archives.
17922whole_archive_flag_spec=$lt_whole_archive_flag_spec
17923
17924# Whether the compiler copes with passing no objects directly.
17925compiler_needs_object=$lt_compiler_needs_object
17926
17927# Create an old-style archive from a shared archive.
17928old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17929
17930# Create a temporary old-style archive to link instead of a shared archive.
17931old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17932
17933# Commands used to build a shared archive.
17934archive_cmds=$lt_archive_cmds
17935archive_expsym_cmds=$lt_archive_expsym_cmds
17936
17937# Commands used to build a loadable module if different from building
17938# a shared archive.
17939module_cmds=$lt_module_cmds
17940module_expsym_cmds=$lt_module_expsym_cmds
17941
17942# Whether we are building with GNU ld or not.
17943with_gnu_ld=$lt_with_gnu_ld
17944
17945# Flag that allows shared libraries with undefined symbols to be built.
17946allow_undefined_flag=$lt_allow_undefined_flag
17947
17948# Flag that enforces no undefined symbols.
17949no_undefined_flag=$lt_no_undefined_flag
17950
17951# Flag to hardcode \$libdir into a binary during linking.
17952# This must work even if \$libdir does not exist
17953hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17954
17955# If ld is used when linking, flag to hardcode \$libdir into a binary
17956# during linking. This must work even if \$libdir does not exist.
17957hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17958
17959# Whether we need a single "-rpath" flag with a separated argument.
17960hardcode_libdir_separator=$lt_hardcode_libdir_separator
17961
17962# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17963# DIR into the resulting binary.
17964hardcode_direct=$hardcode_direct
17965
17966# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17967# DIR into the resulting binary and the resulting library dependency is
17968# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17969# library is relocated.
17970hardcode_direct_absolute=$hardcode_direct_absolute
17971
17972# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17973# into the resulting binary.
17974hardcode_minus_L=$hardcode_minus_L
17975
17976# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17977# into the resulting binary.
17978hardcode_shlibpath_var=$hardcode_shlibpath_var
17979
17980# Set to "yes" if building a shared library automatically hardcodes DIR
17981# into the library and all subsequent libraries and executables linked
17982# against it.
17983hardcode_automatic=$hardcode_automatic
17984
17985# Set to yes if linker adds runtime paths of dependent libraries
17986# to runtime path list.
17987inherit_rpath=$inherit_rpath
17988
17989# Whether libtool must link a program against all its dependency libraries.
17990link_all_deplibs=$link_all_deplibs
17991
17992# Fix the shell variable \$srcfile for the compiler.
17993fix_srcfile_path=$lt_fix_srcfile_path
17994
17995# Set to "yes" if exported symbols are required.
17996always_export_symbols=$always_export_symbols
17997
17998# The commands to list exported symbols.
17999export_symbols_cmds=$lt_export_symbols_cmds
18000
18001# Symbols that should not be listed in the preloaded symbols.
18002exclude_expsyms=$lt_exclude_expsyms
18003
18004# Symbols that must always be exported.
18005include_expsyms=$lt_include_expsyms
18006
18007# Commands necessary for linking programs (against libraries) with templates.
18008prelink_cmds=$lt_prelink_cmds
18009
18010# Specify filename containing input files.
18011file_list_spec=$lt_file_list_spec
18012
18013# How to hardcode a shared library path into an executable.
18014hardcode_action=$hardcode_action
18015
18016# ### END LIBTOOL CONFIG
18017
18018_LT_EOF
18019
18020 case $host_os in
18021 aix3*)
18022 cat <<\_LT_EOF >> "$cfgfile"
18023# AIX sometimes has problems with the GCC collect2 program. For some
18024# reason, if we set the COLLECT_NAMES environment variable, the problems
18025# vanish in a puff of smoke.
18026if test "X${COLLECT_NAMES+set}" != Xset; then
18027 COLLECT_NAMES=
18028 export COLLECT_NAMES
18029fi
18030_LT_EOF
18031 ;;
18032 esac
18033
18034
18035ltmain="$ac_aux_dir/ltmain.sh"
18036
18037
18038 # We use sed instead of cat because bash on DJGPP gets confused if
18039 # if finds mixed CR/LF and LF-only lines. Since sed operates in
18040 # text mode, it properly converts lines to CR/LF. This bash problem
18041 # is reportedly fixed, but why not run on old versions too?
18042 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
18043 || (rm -f "$cfgfile"; exit 1)
18044
18045 case $xsi_shell in
18046 yes)
18047 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 18048
d7040cdb
SE
18049# func_dirname file append nondir_replacement
18050# Compute the dirname of FILE. If nonempty, add APPEND to the result,
18051# otherwise set result to NONDIR_REPLACEMENT.
18052func_dirname ()
18053{
18054 case ${1} in
18055 */*) func_dirname_result="${1%/*}${2}" ;;
18056 * ) func_dirname_result="${3}" ;;
18057 esac
18058}
18059
18060# func_basename file
18061func_basename ()
18062{
18063 func_basename_result="${1##*/}"
18064}
18065
718a6fd8
SE
18066# func_dirname_and_basename file append nondir_replacement
18067# perform func_basename and func_dirname in a single function
18068# call:
18069# dirname: Compute the dirname of FILE. If nonempty,
18070# add APPEND to the result, otherwise set result
18071# to NONDIR_REPLACEMENT.
18072# value returned in "$func_dirname_result"
18073# basename: Compute filename of FILE.
18074# value retuned in "$func_basename_result"
18075# Implementation must be kept synchronized with func_dirname
18076# and func_basename. For efficiency, we do not delegate to
18077# those functions but instead duplicate the functionality here.
18078func_dirname_and_basename ()
18079{
18080 case ${1} in
18081 */*) func_dirname_result="${1%/*}${2}" ;;
18082 * ) func_dirname_result="${3}" ;;
18083 esac
18084 func_basename_result="${1##*/}"
18085}
18086
d7040cdb
SE
18087# func_stripname prefix suffix name
18088# strip PREFIX and SUFFIX off of NAME.
18089# PREFIX and SUFFIX must not contain globbing or regex special
18090# characters, hashes, percent signs, but SUFFIX may contain a leading
18091# dot (in which case that matches only a dot).
18092func_stripname ()
18093{
18094 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
18095 # positional parameters, so assign one to ordinary parameter first.
18096 func_stripname_result=${3}
18097 func_stripname_result=${func_stripname_result#"${1}"}
18098 func_stripname_result=${func_stripname_result%"${2}"}
18099}
18100
18101# func_opt_split
18102func_opt_split ()
18103{
18104 func_opt_split_opt=${1%%=*}
18105 func_opt_split_arg=${1#*=}
18106}
18107
18108# func_lo2o object
18109func_lo2o ()
18110{
18111 case ${1} in
18112 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
18113 *) func_lo2o_result=${1} ;;
18114 esac
18115}
718a6fd8
SE
18116
18117# func_xform libobj-or-source
18118func_xform ()
18119{
18120 func_xform_result=${1%.*}.lo
18121}
18122
18123# func_arith arithmetic-term...
18124func_arith ()
18125{
18126 func_arith_result=$(( $* ))
18127}
18128
18129# func_len string
18130# STRING may not start with a hyphen.
18131func_len ()
18132{
18133 func_len_result=${#1}
18134}
18135
d7040cdb
SE
18136_LT_EOF
18137 ;;
18138 *) # Bourne compatible functions.
18139 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 18140
d7040cdb
SE
18141# func_dirname file append nondir_replacement
18142# Compute the dirname of FILE. If nonempty, add APPEND to the result,
18143# otherwise set result to NONDIR_REPLACEMENT.
18144func_dirname ()
18145{
18146 # Extract subdirectory from the argument.
3725885a 18147 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
18148 if test "X$func_dirname_result" = "X${1}"; then
18149 func_dirname_result="${3}"
18150 else
18151 func_dirname_result="$func_dirname_result${2}"
18152 fi
18153}
18154
18155# func_basename file
18156func_basename ()
18157{
3725885a 18158 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
18159}
18160
718a6fd8 18161
d7040cdb
SE
18162# func_stripname prefix suffix name
18163# strip PREFIX and SUFFIX off of NAME.
18164# PREFIX and SUFFIX must not contain globbing or regex special
18165# characters, hashes, percent signs, but SUFFIX may contain a leading
18166# dot (in which case that matches only a dot).
18167# func_strip_suffix prefix name
18168func_stripname ()
18169{
18170 case ${2} in
3725885a
RW
18171 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18172 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
18173 esac
18174}
18175
18176# sed scripts:
18177my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
18178my_sed_long_arg='1s/^-[^=]*=//'
18179
18180# func_opt_split
18181func_opt_split ()
18182{
3725885a
RW
18183 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18184 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
18185}
18186
18187# func_lo2o object
18188func_lo2o ()
18189{
3725885a 18190 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 18191}
718a6fd8
SE
18192
18193# func_xform libobj-or-source
18194func_xform ()
18195{
3725885a 18196 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
718a6fd8
SE
18197}
18198
18199# func_arith arithmetic-term...
18200func_arith ()
18201{
18202 func_arith_result=`expr "$@"`
18203}
18204
18205# func_len string
18206# STRING may not start with a hyphen.
18207func_len ()
18208{
18209 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18210}
18211
d7040cdb
SE
18212_LT_EOF
18213esac
18214
18215case $lt_shell_append in
18216 yes)
18217 cat << \_LT_EOF >> "$cfgfile"
18218
18219# func_append var value
18220# Append VALUE to the end of shell variable VAR.
18221func_append ()
18222{
18223 eval "$1+=\$2"
18224}
18225_LT_EOF
18226 ;;
18227 *)
18228 cat << \_LT_EOF >> "$cfgfile"
18229
18230# func_append var value
18231# Append VALUE to the end of shell variable VAR.
18232func_append ()
18233{
18234 eval "$1=\$$1\$2"
18235}
718a6fd8 18236
d7040cdb
SE
18237_LT_EOF
18238 ;;
18239 esac
18240
18241
18242 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18243 || (rm -f "$cfgfile"; exit 1)
18244
18245 mv -f "$cfgfile" "$ofile" ||
18246 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18247 chmod +x "$ofile"
18248
f5385ebf 18249 ;;
81ecdfbb 18250 "default-1":C)
20e95c23
DJ
18251 for ac_file in $CONFIG_FILES; do
18252 # Support "outfile[:infile[:infile...]]"
18253 case "$ac_file" in
18254 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18255 esac
18256 # PO directories have a Makefile.in generated from Makefile.in.in.
18257 case "$ac_file" in */Makefile.in)
18258 # Adjust a relative srcdir.
18259 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 18260 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
18261 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
18262 # In autoconf-2.13 it is called $ac_given_srcdir.
18263 # In autoconf-2.50 it is called $srcdir.
18264 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
18265 case "$ac_given_srcdir" in
18266 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
18267 /*) top_srcdir="$ac_given_srcdir" ;;
18268 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
18269 esac
18270 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
18271 rm -f "$ac_dir/POTFILES"
18272 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
18273 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
18274 POMAKEFILEDEPS="POTFILES.in"
18275 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
18276 # on $ac_dir but don't depend on user-specified configuration
18277 # parameters.
18278 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
18279 # The LINGUAS file contains the set of available languages.
18280 if test -n "$OBSOLETE_ALL_LINGUAS"; then
18281 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
18282 fi
18283 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
18284 # Hide the ALL_LINGUAS assigment from automake.
18285 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
18286 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
18287 else
18288 # The set of available languages was given in configure.in.
18289 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
18290 fi
18291 case "$ac_given_srcdir" in
18292 .) srcdirpre= ;;
18293 *) srcdirpre='$(srcdir)/' ;;
18294 esac
18295 POFILES=
18296 GMOFILES=
18297 UPDATEPOFILES=
18298 DUMMYPOFILES=
18299 for lang in $ALL_LINGUAS; do
18300 POFILES="$POFILES $srcdirpre$lang.po"
18301 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18302 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
18303 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
18304 done
18305 # CATALOGS depends on both $ac_dir and the user's LINGUAS
18306 # environment variable.
18307 INST_LINGUAS=
18308 if test -n "$ALL_LINGUAS"; then
18309 for presentlang in $ALL_LINGUAS; do
18310 useit=no
18311 if test "%UNSET%" != "$LINGUAS"; then
18312 desiredlanguages="$LINGUAS"
18313 else
18314 desiredlanguages="$ALL_LINGUAS"
18315 fi
18316 for desiredlang in $desiredlanguages; do
18317 # Use the presentlang catalog if desiredlang is
18318 # a. equal to presentlang, or
18319 # b. a variant of presentlang (because in this case,
18320 # presentlang can be used as a fallback for messages
18321 # which are not translated in the desiredlang catalog).
18322 case "$desiredlang" in
18323 "$presentlang"*) useit=yes;;
18324 esac
18325 done
18326 if test $useit = yes; then
18327 INST_LINGUAS="$INST_LINGUAS $presentlang"
18328 fi
18329 done
18330 fi
18331 CATALOGS=
18332 if test -n "$INST_LINGUAS"; then
18333 for lang in $INST_LINGUAS; do
18334 CATALOGS="$CATALOGS $lang.gmo"
18335 done
18336 fi
18337 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
18338 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"
18339 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
18340 if test -f "$f"; then
18341 case "$f" in
18342 *.orig | *.bak | *~) ;;
18343 *) cat "$f" >> "$ac_dir/Makefile" ;;
18344 esac
18345 fi
18346 done
18347 fi
18348 ;;
18349 esac
18350 done ;;
81ecdfbb 18351 "bfd_stdint.h":C)
f3b4f6d0
PB
18352if test "$GCC" = yes; then
18353 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18354else
18355 echo "/* generated for $CC */" > tmp-stdint.h
18356fi
d5efd9fc 18357
f3b4f6d0
PB
18358sed 's/^ *//' >> tmp-stdint.h <<EOF
18359
18360 #ifndef GCC_GENERATED_STDINT_H
18361 #define GCC_GENERATED_STDINT_H 1
18362
18363 #include <sys/types.h>
18364EOF
18365
18366if test "$acx_cv_header_stdint" != stdint.h; then
18367 echo "#include <stddef.h>" >> tmp-stdint.h
18368fi
18369if test "$acx_cv_header_stdint" != stddef.h; then
18370 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18371fi
18372
18373sed 's/^ *//' >> tmp-stdint.h <<EOF
18374 /* glibc uses these symbols as guards to prevent redefinitions. */
18375 #ifdef __int8_t_defined
18376 #define _INT8_T
18377 #define _INT16_T
18378 #define _INT32_T
18379 #endif
18380 #ifdef __uint32_t_defined
18381 #define _UINT32_T
18382 #endif
18383
18384EOF
18385
18386# ----------------- done header, emit basic int types -------------
18387if test "$acx_cv_header_stdint" = stddef.h; then
18388 sed 's/^ *//' >> tmp-stdint.h <<EOF
18389
18390 #ifndef _UINT8_T
18391 #define _UINT8_T
18392 #ifndef __uint8_t_defined
18393 #define __uint8_t_defined
a009f2e7 18394 #ifndef uint8_t
f3b4f6d0
PB
18395 typedef unsigned $acx_cv_type_int8_t uint8_t;
18396 #endif
18397 #endif
a009f2e7 18398 #endif
f3b4f6d0
PB
18399
18400 #ifndef _UINT16_T
18401 #define _UINT16_T
18402 #ifndef __uint16_t_defined
18403 #define __uint16_t_defined
a009f2e7 18404 #ifndef uint16_t
f3b4f6d0
PB
18405 typedef unsigned $acx_cv_type_int16_t uint16_t;
18406 #endif
18407 #endif
a009f2e7 18408 #endif
f3b4f6d0
PB
18409
18410 #ifndef _UINT32_T
18411 #define _UINT32_T
18412 #ifndef __uint32_t_defined
18413 #define __uint32_t_defined
a009f2e7 18414 #ifndef uint32_t
f3b4f6d0
PB
18415 typedef unsigned $acx_cv_type_int32_t uint32_t;
18416 #endif
18417 #endif
a009f2e7 18418 #endif
f3b4f6d0
PB
18419
18420 #ifndef _INT8_T
18421 #define _INT8_T
18422 #ifndef __int8_t_defined
18423 #define __int8_t_defined
a009f2e7 18424 #ifndef int8_t
f3b4f6d0
PB
18425 typedef $acx_cv_type_int8_t int8_t;
18426 #endif
18427 #endif
a009f2e7 18428 #endif
f3b4f6d0
PB
18429
18430 #ifndef _INT16_T
18431 #define _INT16_T
18432 #ifndef __int16_t_defined
18433 #define __int16_t_defined
a009f2e7 18434 #ifndef int16_t
f3b4f6d0
PB
18435 typedef $acx_cv_type_int16_t int16_t;
18436 #endif
18437 #endif
a009f2e7 18438 #endif
f3b4f6d0
PB
18439
18440 #ifndef _INT32_T
18441 #define _INT32_T
18442 #ifndef __int32_t_defined
18443 #define __int32_t_defined
a009f2e7 18444 #ifndef int32_t
f3b4f6d0
PB
18445 typedef $acx_cv_type_int32_t int32_t;
18446 #endif
18447 #endif
a009f2e7 18448 #endif
f3b4f6d0
PB
18449EOF
18450elif test "$ac_cv_type_u_int32_t" = yes; then
18451 sed 's/^ *//' >> tmp-stdint.h <<EOF
18452
18453 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18454 #ifndef _INT8_T
18455 #define _INT8_T
18456 #endif
18457 #ifndef _INT16_T
18458 #define _INT16_T
18459 #endif
18460 #ifndef _INT32_T
18461 #define _INT32_T
18462 #endif
18463
18464 #ifndef _UINT8_T
18465 #define _UINT8_T
18466 #ifndef __uint8_t_defined
18467 #define __uint8_t_defined
a009f2e7 18468 #ifndef uint8_t
f3b4f6d0
PB
18469 typedef u_int8_t uint8_t;
18470 #endif
18471 #endif
a009f2e7 18472 #endif
f3b4f6d0
PB
18473
18474 #ifndef _UINT16_T
18475 #define _UINT16_T
18476 #ifndef __uint16_t_defined
18477 #define __uint16_t_defined
a009f2e7 18478 #ifndef uint16_t
f3b4f6d0
PB
18479 typedef u_int16_t uint16_t;
18480 #endif
18481 #endif
a009f2e7 18482 #endif
f3b4f6d0
PB
18483
18484 #ifndef _UINT32_T
18485 #define _UINT32_T
18486 #ifndef __uint32_t_defined
18487 #define __uint32_t_defined
a009f2e7 18488 #ifndef uint32_t
f3b4f6d0
PB
18489 typedef u_int32_t uint32_t;
18490 #endif
18491 #endif
a009f2e7 18492 #endif
d5efd9fc 18493EOF
f3b4f6d0
PB
18494else
18495 sed 's/^ *//' >> tmp-stdint.h <<EOF
18496
18497 /* Some systems have guard macros to prevent redefinitions, define them. */
18498 #ifndef _INT8_T
18499 #define _INT8_T
18500 #endif
18501 #ifndef _INT16_T
18502 #define _INT16_T
18503 #endif
18504 #ifndef _INT32_T
18505 #define _INT32_T
18506 #endif
18507 #ifndef _UINT8_T
18508 #define _UINT8_T
18509 #endif
18510 #ifndef _UINT16_T
18511 #define _UINT16_T
18512 #endif
18513 #ifndef _UINT32_T
18514 #define _UINT32_T
18515 #endif
18516EOF
18517fi
18518
18519# ------------- done basic int types, emit int64_t types ------------
18520if test "$ac_cv_type_uint64_t" = yes; then
18521 sed 's/^ *//' >> tmp-stdint.h <<EOF
d5efd9fc 18522
f3b4f6d0
PB
18523 /* system headers have good uint64_t and int64_t */
18524 #ifndef _INT64_T
18525 #define _INT64_T
18526 #endif
18527 #ifndef _UINT64_T
18528 #define _UINT64_T
18529 #endif
18530EOF
18531elif test "$ac_cv_type_u_int64_t" = yes; then
18532 sed 's/^ *//' >> tmp-stdint.h <<EOF
18533
18534 /* system headers have an u_int64_t (and int64_t) */
18535 #ifndef _INT64_T
18536 #define _INT64_T
18537 #endif
18538 #ifndef _UINT64_T
18539 #define _UINT64_T
18540 #ifndef __uint64_t_defined
18541 #define __uint64_t_defined
a009f2e7 18542 #ifndef uint64_t
f3b4f6d0
PB
18543 typedef u_int64_t uint64_t;
18544 #endif
18545 #endif
a009f2e7 18546 #endif
f3b4f6d0
PB
18547EOF
18548elif test -n "$acx_cv_type_int64_t"; then
18549 sed 's/^ *//' >> tmp-stdint.h <<EOF
18550
18551 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
18552 #ifndef _INT64_T
18553 #define _INT64_T
a009f2e7 18554 #ifndef int64_t
f3b4f6d0
PB
18555 typedef $acx_cv_type_int64_t int64_t;
18556 #endif
a009f2e7 18557 #endif
f3b4f6d0
PB
18558 #ifndef _UINT64_T
18559 #define _UINT64_T
18560 #ifndef __uint64_t_defined
18561 #define __uint64_t_defined
a009f2e7 18562 #ifndef uint64_t
f3b4f6d0
PB
18563 typedef unsigned $acx_cv_type_int64_t uint64_t;
18564 #endif
18565 #endif
a009f2e7 18566 #endif
f3b4f6d0
PB
18567EOF
18568else
18569 sed 's/^ *//' >> tmp-stdint.h <<EOF
18570
18571 /* some common heuristics for int64_t, using compiler-specific tests */
18572 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
18573 #ifndef _INT64_T
18574 #define _INT64_T
18575 #ifndef __int64_t_defined
a009f2e7 18576 #ifndef int64_t
f3b4f6d0
PB
18577 typedef long long int64_t;
18578 #endif
18579 #endif
a009f2e7 18580 #endif
f3b4f6d0
PB
18581 #ifndef _UINT64_T
18582 #define _UINT64_T
a009f2e7 18583 #ifndef uint64_t
f3b4f6d0
PB
18584 typedef unsigned long long uint64_t;
18585 #endif
a009f2e7 18586 #endif
f3b4f6d0
PB
18587
18588 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
18589 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
18590 does not implement __extension__. But that compiler doesn't define
18591 __GNUC_MINOR__. */
18592 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
18593 # define __extension__
18594 # endif
18595
18596 # ifndef _INT64_T
18597 # define _INT64_T
a009f2e7 18598 # ifndef int64_t
f3b4f6d0
PB
18599 __extension__ typedef long long int64_t;
18600 # endif
a009f2e7 18601 # endif
f3b4f6d0
PB
18602 # ifndef _UINT64_T
18603 # define _UINT64_T
a009f2e7 18604 # ifndef uint64_t
f3b4f6d0
PB
18605 __extension__ typedef unsigned long long uint64_t;
18606 # endif
a009f2e7 18607 # endif
f3b4f6d0
PB
18608
18609 #elif !defined __STRICT_ANSI__
18610 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
18611
18612 # ifndef _INT64_T
18613 # define _INT64_T
a009f2e7 18614 # ifndef int64_t
f3b4f6d0
PB
18615 typedef __int64 int64_t;
18616 # endif
a009f2e7 18617 # endif
f3b4f6d0
PB
18618 # ifndef _UINT64_T
18619 # define _UINT64_T
a009f2e7 18620 # ifndef uint64_t
f3b4f6d0
PB
18621 typedef unsigned __int64 uint64_t;
18622 # endif
a009f2e7 18623 # endif
f3b4f6d0
PB
18624 # endif /* compiler */
18625
18626 #endif /* ANSI version */
18627EOF
18628fi
18629
18630# ------------- done int64_t types, emit intptr types ------------
18631if test "$ac_cv_type_uintptr_t" != yes; then
18632 sed 's/^ *//' >> tmp-stdint.h <<EOF
18633
18634 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
18635 #ifndef __uintptr_t_defined
a009f2e7 18636 #ifndef uintptr_t
f3b4f6d0
PB
18637 typedef u$acx_cv_type_intptr_t uintptr_t;
18638 #endif
a009f2e7 18639 #endif
f3b4f6d0 18640 #ifndef __intptr_t_defined
a009f2e7 18641 #ifndef intptr_t
f3b4f6d0
PB
18642 typedef $acx_cv_type_intptr_t intptr_t;
18643 #endif
a009f2e7 18644 #endif
f3b4f6d0
PB
18645EOF
18646fi
18647
18648# ------------- done intptr types, emit int_least types ------------
d5efd9fc 18649if test "$ac_cv_type_int_least32_t" != yes; then
f3b4f6d0 18650 sed 's/^ *//' >> tmp-stdint.h <<EOF
d5efd9fc
AM
18651
18652 /* Define int_least types */
18653 typedef int8_t int_least8_t;
18654 typedef int16_t int_least16_t;
18655 typedef int32_t int_least32_t;
f3b4f6d0 18656 #ifdef _INT64_T
d5efd9fc 18657 typedef int64_t int_least64_t;
f3b4f6d0 18658 #endif
d5efd9fc
AM
18659
18660 typedef uint8_t uint_least8_t;
18661 typedef uint16_t uint_least16_t;
18662 typedef uint32_t uint_least32_t;
f3b4f6d0 18663 #ifdef _UINT64_T
d5efd9fc 18664 typedef uint64_t uint_least64_t;
f3b4f6d0 18665 #endif
d5efd9fc
AM
18666EOF
18667fi
18668
f3b4f6d0 18669# ------------- done intptr types, emit int_fast types ------------
d5efd9fc 18670if test "$ac_cv_type_int_fast32_t" != yes; then
f3b4f6d0 18671 sed 's/^ *//' >> tmp-stdint.h <<EOF
d5efd9fc
AM
18672
18673 /* Define int_fast types. short is often slow */
18674 typedef int8_t int_fast8_t;
18675 typedef int int_fast16_t;
18676 typedef int32_t int_fast32_t;
f3b4f6d0 18677 #ifdef _INT64_T
d5efd9fc 18678 typedef int64_t int_fast64_t;
f3b4f6d0 18679 #endif
d5efd9fc
AM
18680
18681 typedef uint8_t uint_fast8_t;
18682 typedef unsigned int uint_fast16_t;
18683 typedef uint32_t uint_fast32_t;
f3b4f6d0 18684 #ifdef _UINT64_T
d5efd9fc 18685 typedef uint64_t uint_fast64_t;
f3b4f6d0
PB
18686 #endif
18687EOF
18688fi
18689
18690if test "$ac_cv_type_uintmax_t" != yes; then
18691 sed 's/^ *//' >> tmp-stdint.h <<EOF
18692
18693 /* Define intmax based on what we found */
a009f2e7 18694 #ifndef intmax_t
f3b4f6d0
PB
18695 #ifdef _INT64_T
18696 typedef int64_t intmax_t;
18697 #else
18698 typedef long intmax_t;
18699 #endif
a009f2e7
RW
18700 #endif
18701 #ifndef uintmax_t
f3b4f6d0
PB
18702 #ifdef _UINT64_T
18703 typedef uint64_t uintmax_t;
18704 #else
18705 typedef unsigned long uintmax_t;
18706 #endif
a009f2e7 18707 #endif
d5efd9fc
AM
18708EOF
18709fi
18710
f3b4f6d0
PB
18711sed 's/^ *//' >> tmp-stdint.h <<EOF
18712
18713 #endif /* GCC_GENERATED_STDINT_H */
18714EOF
d5efd9fc 18715
f3b4f6d0
PB
18716if test -r bfd_stdint.h && cmp -s tmp-stdint.h bfd_stdint.h; then
18717 rm -f tmp-stdint.h
d5efd9fc 18718else
f3b4f6d0 18719 mv -f tmp-stdint.h bfd_stdint.h
d5efd9fc
AM
18720fi
18721
18722 ;;
81ecdfbb 18723 "default":C)
20e95c23
DJ
18724case "$srcdir" in
18725 .) srcdirpre= ;;
18726 *) srcdirpre='$(srcdir)/' ;;
18727esac
18728POFILES=
18729GMOFILES=
18730for lang in dummy $OBSOLETE_ALL_LINGUAS; do
18731 if test $lang != dummy; then
18732 POFILES="$POFILES $srcdirpre$lang.po"
18733 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18734 fi
18735done
18736sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
18737 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
18738 -e "s,@POFILES@,$POFILES," \
18739 -e "s,@GMOFILES@,$GMOFILES," \
18740 po/Makefile.in > po/Makefile ;;
81ecdfbb 18741
5464f5a1 18742 esac
81ecdfbb 18743done # for ac_tag
5464f5a1 18744
5464f5a1 18745
81ecdfbb 18746as_fn_exit 0
5464f5a1 18747_ACEOF
5464f5a1
NN
18748ac_clean_files=$ac_clean_files_save
18749
81ecdfbb
RW
18750test $ac_write_fail = 0 ||
18751 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
18752
5464f5a1
NN
18753
18754# configure is writing to config.log, and then calls config.status.
18755# config.status does its own redirection, appending to config.log.
18756# Unfortunately, on DOS this fails, as config.log is still kept open
18757# by configure, so config.status won't be able to write to it; its
18758# output is simply discarded. So we exec the FD to /dev/null,
18759# effectively closing config.log, so it can be properly (re)opened and
18760# appended to by config.status. When coming back to configure, we
18761# need to make the FD available again.
18762if test "$no_create" != yes; then
18763 ac_cs_success=:
18764 ac_config_status_args=
18765 test "$silent" = yes &&
18766 ac_config_status_args="$ac_config_status_args --quiet"
18767 exec 5>/dev/null
18768 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18769 exec 5>>config.log
18770 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18771 # would make configure fail if this is the last instruction.
81ecdfbb
RW
18772 $ac_cs_success || as_fn_exit $?
18773fi
18774if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18775 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18776$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5464f5a1 18777fi
252b5132 18778
This page took 2.56603 seconds and 4 git commands to generate.