binutils: add support for arm-*-darwin and aarch64-*-darwin.
[deliverable/binutils-gdb.git] / bfd / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
d8bd95ef 3# Generated by GNU Autoconf 2.64 for bfd 2.26.51.
81ecdfbb
RW
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
252b5132
RH
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
5464f5a1 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
5464f5a1
NN
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5464f5a1
NN
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
5464f5a1 31fi
5464f5a1 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
5464f5a1
NN
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
5464f5a1
NN
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
3725885a
RW
172test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183else
184 as_have_required=no
185fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
5464f5a1 192do
81ecdfbb
RW
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206fi
207fi
208 done;;
209 esac
210 as_found=false
211done
212$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215fi; }
216IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
5464f5a1 236 else
81ecdfbb
RW
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238$0: including any error possibly output before this
239$0: message. Then install a modern shell, or manually run
240$0: the script under such a shell if you do have one."
5464f5a1 241 fi
81ecdfbb
RW
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
271
272# as_fn_exit STATUS
273# -----------------
274# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275as_fn_exit ()
276{
277 set +e
278 as_fn_set_status $1
279 exit $1
280} # as_fn_exit
281
282# as_fn_mkdir_p
283# -------------
284# Create "$as_dir" as a directory, including parents if necessary.
285as_fn_mkdir_p ()
286{
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304$as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328} # as_fn_mkdir_p
329# as_fn_append VAR VALUE
330# ----------------------
331# Append the text in VALUE to the end of the definition contained in VAR. Take
332# advantage of any shell optimizations that allow amortized linear growth over
333# repeated appends, instead of the typical quadratic growth present in naive
334# implementations.
335if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345fi # as_fn_append
346
347# as_fn_arith ARG...
348# ------------------
349# Perform arithmetic evaluation on the ARGs, and store the result in the
350# global $as_val. Take advantage of shells that can avoid forks. The arguments
351# must be portable across $(()) and expr.
352if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362fi # as_fn_arith
363
5464f5a1 364
81ecdfbb
RW
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
380
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
5464f5a1
NN
383 as_expr=expr
384else
385 as_expr=false
386fi
387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5464f5a1
NN
389 as_basename=basename
390else
391 as_basename=false
392fi
393
81ecdfbb
RW
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
5464f5a1 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
5464f5a1
NN
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404$as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
5464f5a1 418
5464f5a1
NN
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
425
5464f5a1 426
81ecdfbb
RW
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
5464f5a1 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
5464f5a1 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
5464f5a1 444 t loop
81ecdfbb 445 s/-\n.*//
5464f5a1 446 ' >$as_me.lineno &&
81ecdfbb
RW
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
5464f5a1
NN
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
5464f5a1
NN
454 # Exit status is that of the last command.
455 exit
456}
457
81ecdfbb
RW
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467*)
468 ECHO_N='-n';;
5464f5a1
NN
469esac
470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
5464f5a1 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
5464f5a1 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
5464f5a1 480 as_ln_s='ln -s'
81ecdfbb
RW
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
5464f5a1 491 fi
5464f5a1
NN
492else
493 as_ln_s='cp -p'
494fi
81ecdfbb
RW
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
5464f5a1
NN
497
498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
5464f5a1
NN
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
504
81ecdfbb
RW
505if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525fi
526as_executable_p=$as_test_x
5464f5a1
NN
527
528# Sed expression to map a string onto a valid CPP name.
529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
d7040cdb
SE
534SHELL=${CONFIG_SHELL-/bin/sh}
535
d7040cdb 536
81ecdfbb
RW
537exec 7<&0 </dev/null 6>&1
538
5464f5a1
NN
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
252b5132 543
5464f5a1
NN
544#
545# Initializations.
546#
252b5132 547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
5464f5a1 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
5464f5a1
NN
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
5464f5a1
NN
555
556# Identity of this package.
c4dd807e
MF
557PACKAGE_NAME='bfd'
558PACKAGE_TARNAME='bfd'
d8bd95ef
TG
559PACKAGE_VERSION='2.26.51'
560PACKAGE_STRING='bfd 2.26.51'
c4dd807e
MF
561PACKAGE_BUGREPORT=''
562PACKAGE_URL=''
5464f5a1
NN
563
564ac_unique_file="libbfd.c"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
81ecdfbb 568#ifdef HAVE_SYS_TYPES_H
5464f5a1
NN
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
5464f5a1
NN
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
5464f5a1
NN
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
5464f5a1
NN
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5464f5a1
NN
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
5464f5a1
NN
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
5464f5a1 592# include <inttypes.h>
5464f5a1 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
5464f5a1
NN
598# include <unistd.h>
599#endif"
600
81ecdfbb
RW
601ac_subst_vars='am__EXEEXT_FALSE
602am__EXEEXT_TRUE
603LTLIBOBJS
604LIBOBJS
7256a114 605havevecs
81ecdfbb
RW
606tdefaults
607bfd_ufile_ptr
608bfd_file_ptr
3cf9e6c4 609lt_cv_dlopen_libs
81ecdfbb
RW
610supports_plugins
611bfd_default_target_size
612bfd_machines
613bfd_backends
614all_backends
615bfd64_libs
616wordsize
617TDEFINES
618SHARED_LIBADD
619SHARED_LDFLAGS
620LIBM
621COREFLAG
622COREFILE
243340ad
L
623zlibinc
624zlibdir
81ecdfbb
RW
625EXEEXT_FOR_BUILD
626CC_FOR_BUILD
627BFD_HOSTPTR_T
628BFD_HOST_U_64_BIT
629BFD_HOST_64_BIT
630BFD_HOST_64_BIT_DEFINED
631BFD_HOST_64BIT_LONG_LONG
632BFD_HOST_64BIT_LONG
633HDEFINES
634MSGMERGE
635MSGFMT
636MKINSTALLDIRS
637CATOBJEXT
638GENCAT
639INSTOBJEXT
640DATADIRNAME
641CATALOGS
642POSUB
643GMSGFMT
644XGETTEXT
645INCINTL
646LIBINTL_DEP
647LIBINTL
648USE_NLS
649bfdincludedir
650bfdlibdir
651target_noncanonical
652host_noncanonical
653INSTALL_LIBBFD_FALSE
654INSTALL_LIBBFD_TRUE
655GENINSRC_NEVER_FALSE
656GENINSRC_NEVER_TRUE
657MAINT
658MAINTAINER_MODE_FALSE
659MAINTAINER_MODE_TRUE
660NO_WERROR
661WARN_CFLAGS
662REPORT_BUGS_TEXI
663REPORT_BUGS_TO
664PKGVERSION
665DEBUGDIR
666PLUGINS_FALSE
667PLUGINS_TRUE
668OTOOL64
669OTOOL
670LIPO
671NMEDIT
672DSYMUTIL
81ecdfbb
RW
673OBJDUMP
674LN_S
675NM
676ac_ct_DUMPBIN
677DUMPBIN
678LD
679FGREP
680SED
681LIBTOOL
682EGREP
683GREP
684CPP
685RANLIB
686AR
687am__fastdepCC_FALSE
688am__fastdepCC_TRUE
689CCDEPMODE
690AMDEPBACKSLASH
691AMDEP_FALSE
692AMDEP_TRUE
693am__quote
694am__include
695DEPDIR
696am__untar
697am__tar
698AMTAR
699am__leading_dot
700SET_MAKE
701AWK
702mkdir_p
703MKDIR_P
704INSTALL_STRIP_PROGRAM
705STRIP
706install_sh
707MAKEINFO
708AUTOHEADER
709AUTOMAKE
710AUTOCONF
711ACLOCAL
712VERSION
713PACKAGE
714CYGPATH_W
715am__isrc
716INSTALL_DATA
717INSTALL_SCRIPT
718INSTALL_PROGRAM
719OBJEXT
720EXEEXT
721ac_ct_CC
722CPPFLAGS
723LDFLAGS
724CFLAGS
725CC
726target_os
727target_vendor
728target_cpu
729target
730host_os
731host_vendor
732host_cpu
733host
734build_os
735build_vendor
736build_cpu
737build
738target_alias
739host_alias
740build_alias
741LIBS
742ECHO_T
743ECHO_N
744ECHO_C
745DEFS
746mandir
747localedir
748libdir
749psdir
750pdfdir
751dvidir
752htmldir
753infodir
754docdir
755oldincludedir
756includedir
757localstatedir
758sharedstatedir
759sysconfdir
760datadir
761datarootdir
762libexecdir
763sbindir
764bindir
765program_transform_name
766prefix
767exec_prefix
768PACKAGE_URL
769PACKAGE_BUGREPORT
770PACKAGE_STRING
771PACKAGE_VERSION
772PACKAGE_TARNAME
773PACKAGE_NAME
774PATH_SEPARATOR
775SHELL'
5464f5a1 776ac_subst_files=''
81ecdfbb
RW
777ac_user_opts='
778enable_option_checking
779enable_dependency_tracking
780enable_shared
781enable_static
782with_pic
783enable_fast_install
784with_gnu_ld
785enable_libtool_lock
786enable_plugins
787enable_largefile
788enable_64_bit_bfd
789enable_targets
790with_mmap
791enable_secureplt
ef72a554 792enable_leading_mingw64_underscores
81ecdfbb
RW
793with_separate_debug_dir
794enable_elf_stt_common
795with_pkgversion
796with_bugurl
797enable_werror
798enable_build_warnings
799enable_maintainer_mode
800enable_install_libbfd
801enable_nls
243340ad 802with_system_zlib
81ecdfbb
RW
803'
804 ac_precious_vars='build_alias
805host_alias
806target_alias
807CC
808CFLAGS
809LDFLAGS
810LIBS
811CPPFLAGS
812CPP'
813
252b5132
RH
814
815# Initialize some variables set by options.
5464f5a1
NN
816ac_init_help=
817ac_init_version=false
81ecdfbb
RW
818ac_unrecognized_opts=
819ac_unrecognized_sep=
252b5132
RH
820# The variables have the same names as the options, with
821# dashes changed to underlines.
5464f5a1 822cache_file=/dev/null
252b5132 823exec_prefix=NONE
252b5132 824no_create=
252b5132
RH
825no_recursion=
826prefix=NONE
827program_prefix=NONE
828program_suffix=NONE
829program_transform_name=s,x,x,
830silent=
831site=
832srcdir=
252b5132
RH
833verbose=
834x_includes=NONE
835x_libraries=NONE
5464f5a1
NN
836
837# Installation directory options.
838# These are left unexpanded so users can "make install exec_prefix=/foo"
839# and all the variables that are supposed to be based on exec_prefix
840# by default will actually change.
841# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 842# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
843bindir='${exec_prefix}/bin'
844sbindir='${exec_prefix}/sbin'
845libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
846datarootdir='${prefix}/share'
847datadir='${datarootdir}'
252b5132
RH
848sysconfdir='${prefix}/etc'
849sharedstatedir='${prefix}/com'
850localstatedir='${prefix}/var'
252b5132
RH
851includedir='${prefix}/include'
852oldincludedir='/usr/include'
c4dd807e 853docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
854infodir='${datarootdir}/info'
855htmldir='${docdir}'
856dvidir='${docdir}'
857pdfdir='${docdir}'
858psdir='${docdir}'
859libdir='${exec_prefix}/lib'
860localedir='${datarootdir}/locale'
861mandir='${datarootdir}/man'
252b5132 862
252b5132 863ac_prev=
81ecdfbb 864ac_dashdash=
252b5132
RH
865for ac_option
866do
252b5132
RH
867 # If the previous option needs an argument, assign it.
868 if test -n "$ac_prev"; then
81ecdfbb 869 eval $ac_prev=\$ac_option
252b5132
RH
870 ac_prev=
871 continue
872 fi
873
81ecdfbb
RW
874 case $ac_option in
875 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
876 *) ac_optarg=yes ;;
877 esac
252b5132
RH
878
879 # Accept the important Cygnus configure options, so we can diagnose typos.
880
81ecdfbb
RW
881 case $ac_dashdash$ac_option in
882 --)
883 ac_dashdash=yes ;;
252b5132
RH
884
885 -bindir | --bindir | --bindi | --bind | --bin | --bi)
886 ac_prev=bindir ;;
887 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
5464f5a1 888 bindir=$ac_optarg ;;
252b5132
RH
889
890 -build | --build | --buil | --bui | --bu)
5464f5a1 891 ac_prev=build_alias ;;
252b5132 892 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
5464f5a1 893 build_alias=$ac_optarg ;;
252b5132
RH
894
895 -cache-file | --cache-file | --cache-fil | --cache-fi \
896 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
897 ac_prev=cache_file ;;
898 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
899 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
5464f5a1
NN
900 cache_file=$ac_optarg ;;
901
902 --config-cache | -C)
903 cache_file=config.cache ;;
252b5132 904
81ecdfbb 905 -datadir | --datadir | --datadi | --datad)
252b5132 906 ac_prev=datadir ;;
81ecdfbb 907 -datadir=* | --datadir=* | --datadi=* | --datad=*)
5464f5a1 908 datadir=$ac_optarg ;;
252b5132 909
81ecdfbb
RW
910 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
911 | --dataroo | --dataro | --datar)
912 ac_prev=datarootdir ;;
913 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
914 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
915 datarootdir=$ac_optarg ;;
916
252b5132 917 -disable-* | --disable-*)
81ecdfbb 918 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 919 # Reject names that are not valid shell variable names.
81ecdfbb
RW
920 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
921 as_fn_error "invalid feature name: $ac_useropt"
922 ac_useropt_orig=$ac_useropt
923 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
924 case $ac_user_opts in
925 *"
926"enable_$ac_useropt"
927"*) ;;
928 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
929 ac_unrecognized_sep=', ';;
930 esac
931 eval enable_$ac_useropt=no ;;
932
933 -docdir | --docdir | --docdi | --doc | --do)
934 ac_prev=docdir ;;
935 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
936 docdir=$ac_optarg ;;
937
938 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
939 ac_prev=dvidir ;;
940 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
941 dvidir=$ac_optarg ;;
252b5132
RH
942
943 -enable-* | --enable-*)
81ecdfbb 944 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 945 # Reject names that are not valid shell variable names.
81ecdfbb
RW
946 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
947 as_fn_error "invalid feature name: $ac_useropt"
948 ac_useropt_orig=$ac_useropt
949 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
950 case $ac_user_opts in
951 *"
952"enable_$ac_useropt"
953"*) ;;
954 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
955 ac_unrecognized_sep=', ';;
252b5132 956 esac
81ecdfbb 957 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
958
959 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
960 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
961 | --exec | --exe | --ex)
962 ac_prev=exec_prefix ;;
963 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
964 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
965 | --exec=* | --exe=* | --ex=*)
5464f5a1 966 exec_prefix=$ac_optarg ;;
252b5132
RH
967
968 -gas | --gas | --ga | --g)
969 # Obsolete; use --with-gas.
970 with_gas=yes ;;
971
5464f5a1
NN
972 -help | --help | --hel | --he | -h)
973 ac_init_help=long ;;
974 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
975 ac_init_help=recursive ;;
976 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
977 ac_init_help=short ;;
252b5132
RH
978
979 -host | --host | --hos | --ho)
5464f5a1 980 ac_prev=host_alias ;;
252b5132 981 -host=* | --host=* | --hos=* | --ho=*)
5464f5a1 982 host_alias=$ac_optarg ;;
252b5132 983
81ecdfbb
RW
984 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
985 ac_prev=htmldir ;;
986 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
987 | --ht=*)
988 htmldir=$ac_optarg ;;
989
252b5132
RH
990 -includedir | --includedir | --includedi | --included | --include \
991 | --includ | --inclu | --incl | --inc)
992 ac_prev=includedir ;;
993 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
994 | --includ=* | --inclu=* | --incl=* | --inc=*)
5464f5a1 995 includedir=$ac_optarg ;;
252b5132
RH
996
997 -infodir | --infodir | --infodi | --infod | --info | --inf)
998 ac_prev=infodir ;;
999 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
5464f5a1 1000 infodir=$ac_optarg ;;
252b5132
RH
1001
1002 -libdir | --libdir | --libdi | --libd)
1003 ac_prev=libdir ;;
1004 -libdir=* | --libdir=* | --libdi=* | --libd=*)
5464f5a1 1005 libdir=$ac_optarg ;;
252b5132
RH
1006
1007 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1008 | --libexe | --libex | --libe)
1009 ac_prev=libexecdir ;;
1010 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1011 | --libexe=* | --libex=* | --libe=*)
5464f5a1 1012 libexecdir=$ac_optarg ;;
252b5132 1013
81ecdfbb
RW
1014 -localedir | --localedir | --localedi | --localed | --locale)
1015 ac_prev=localedir ;;
1016 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1017 localedir=$ac_optarg ;;
1018
252b5132 1019 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1020 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1021 ac_prev=localstatedir ;;
1022 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1023 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
5464f5a1 1024 localstatedir=$ac_optarg ;;
252b5132
RH
1025
1026 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1027 ac_prev=mandir ;;
1028 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
5464f5a1 1029 mandir=$ac_optarg ;;
252b5132
RH
1030
1031 -nfp | --nfp | --nf)
1032 # Obsolete; use --without-fp.
1033 with_fp=no ;;
1034
1035 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
5464f5a1 1036 | --no-cr | --no-c | -n)
252b5132
RH
1037 no_create=yes ;;
1038
1039 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1040 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1041 no_recursion=yes ;;
1042
1043 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1044 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1045 | --oldin | --oldi | --old | --ol | --o)
1046 ac_prev=oldincludedir ;;
1047 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1048 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1049 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
5464f5a1 1050 oldincludedir=$ac_optarg ;;
252b5132
RH
1051
1052 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1053 ac_prev=prefix ;;
1054 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
5464f5a1 1055 prefix=$ac_optarg ;;
252b5132
RH
1056
1057 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1058 | --program-pre | --program-pr | --program-p)
1059 ac_prev=program_prefix ;;
1060 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1061 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
5464f5a1 1062 program_prefix=$ac_optarg ;;
252b5132
RH
1063
1064 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1065 | --program-suf | --program-su | --program-s)
1066 ac_prev=program_suffix ;;
1067 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1068 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
5464f5a1 1069 program_suffix=$ac_optarg ;;
252b5132
RH
1070
1071 -program-transform-name | --program-transform-name \
1072 | --program-transform-nam | --program-transform-na \
1073 | --program-transform-n | --program-transform- \
1074 | --program-transform | --program-transfor \
1075 | --program-transfo | --program-transf \
1076 | --program-trans | --program-tran \
1077 | --progr-tra | --program-tr | --program-t)
1078 ac_prev=program_transform_name ;;
1079 -program-transform-name=* | --program-transform-name=* \
1080 | --program-transform-nam=* | --program-transform-na=* \
1081 | --program-transform-n=* | --program-transform-=* \
1082 | --program-transform=* | --program-transfor=* \
1083 | --program-transfo=* | --program-transf=* \
1084 | --program-trans=* | --program-tran=* \
1085 | --progr-tra=* | --program-tr=* | --program-t=*)
5464f5a1 1086 program_transform_name=$ac_optarg ;;
252b5132 1087
81ecdfbb
RW
1088 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1089 ac_prev=pdfdir ;;
1090 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1091 pdfdir=$ac_optarg ;;
1092
1093 -psdir | --psdir | --psdi | --psd | --ps)
1094 ac_prev=psdir ;;
1095 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1096 psdir=$ac_optarg ;;
1097
252b5132
RH
1098 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1099 | -silent | --silent | --silen | --sile | --sil)
1100 silent=yes ;;
1101
1102 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1103 ac_prev=sbindir ;;
1104 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1105 | --sbi=* | --sb=*)
5464f5a1 1106 sbindir=$ac_optarg ;;
252b5132
RH
1107
1108 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1109 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1110 | --sharedst | --shareds | --shared | --share | --shar \
1111 | --sha | --sh)
1112 ac_prev=sharedstatedir ;;
1113 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1114 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1115 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1116 | --sha=* | --sh=*)
5464f5a1 1117 sharedstatedir=$ac_optarg ;;
252b5132
RH
1118
1119 -site | --site | --sit)
1120 ac_prev=site ;;
1121 -site=* | --site=* | --sit=*)
5464f5a1 1122 site=$ac_optarg ;;
6be7c12c 1123
252b5132
RH
1124 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1125 ac_prev=srcdir ;;
1126 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
5464f5a1 1127 srcdir=$ac_optarg ;;
252b5132
RH
1128
1129 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1130 | --syscon | --sysco | --sysc | --sys | --sy)
1131 ac_prev=sysconfdir ;;
1132 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1133 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
5464f5a1 1134 sysconfdir=$ac_optarg ;;
252b5132
RH
1135
1136 -target | --target | --targe | --targ | --tar | --ta | --t)
5464f5a1 1137 ac_prev=target_alias ;;
252b5132 1138 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
5464f5a1 1139 target_alias=$ac_optarg ;;
252b5132
RH
1140
1141 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1142 verbose=yes ;;
1143
5464f5a1
NN
1144 -version | --version | --versio | --versi | --vers | -V)
1145 ac_init_version=: ;;
252b5132
RH
1146
1147 -with-* | --with-*)
81ecdfbb 1148 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1149 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1150 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1151 as_fn_error "invalid package name: $ac_useropt"
1152 ac_useropt_orig=$ac_useropt
1153 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1154 case $ac_user_opts in
1155 *"
1156"with_$ac_useropt"
1157"*) ;;
1158 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1159 ac_unrecognized_sep=', ';;
252b5132 1160 esac
81ecdfbb 1161 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1162
1163 -without-* | --without-*)
81ecdfbb 1164 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1165 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1166 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1167 as_fn_error "invalid package name: $ac_useropt"
1168 ac_useropt_orig=$ac_useropt
1169 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1170 case $ac_user_opts in
1171 *"
1172"with_$ac_useropt"
1173"*) ;;
1174 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1175 ac_unrecognized_sep=', ';;
1176 esac
1177 eval with_$ac_useropt=no ;;
252b5132
RH
1178
1179 --x)
1180 # Obsolete; use --with-x.
1181 with_x=yes ;;
1182
1183 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1184 | --x-incl | --x-inc | --x-in | --x-i)
1185 ac_prev=x_includes ;;
1186 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1187 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
5464f5a1 1188 x_includes=$ac_optarg ;;
252b5132
RH
1189
1190 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1191 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1192 ac_prev=x_libraries ;;
1193 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1194 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
5464f5a1 1195 x_libraries=$ac_optarg ;;
252b5132 1196
81ecdfbb
RW
1197 -*) as_fn_error "unrecognized option: \`$ac_option'
1198Try \`$0 --help' for more information."
252b5132
RH
1199 ;;
1200
5464f5a1
NN
1201 *=*)
1202 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1203 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1204 case $ac_envvar in #(
1205 '' | [0-9]* | *[!_$as_cr_alnum]* )
1206 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1207 esac
1208 eval $ac_envvar=\$ac_optarg
5464f5a1
NN
1209 export $ac_envvar ;;
1210
252b5132 1211 *)
5464f5a1 1212 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1213 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
5464f5a1 1214 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1215 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
5464f5a1 1216 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
252b5132
RH
1217 ;;
1218
1219 esac
1220done
1221
1222if test -n "$ac_prev"; then
5464f5a1 1223 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1224 as_fn_error "missing argument to $ac_option"
252b5132 1225fi
252b5132 1226
81ecdfbb
RW
1227if test -n "$ac_unrecognized_opts"; then
1228 case $enable_option_checking in
1229 no) ;;
1230 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1231 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
5464f5a1 1232 esac
81ecdfbb 1233fi
6be7c12c 1234
81ecdfbb
RW
1235# Check all directory arguments for consistency.
1236for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1237 datadir sysconfdir sharedstatedir localstatedir includedir \
1238 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1239 libdir localedir mandir
252b5132 1240do
81ecdfbb
RW
1241 eval ac_val=\$$ac_var
1242 # Remove trailing slashes.
5464f5a1 1243 case $ac_val in
81ecdfbb
RW
1244 */ )
1245 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1246 eval $ac_var=\$ac_val;;
252b5132 1247 esac
81ecdfbb
RW
1248 # Be sure to have absolute directory names.
1249 case $ac_val in
1250 [\\/$]* | ?:[\\/]* ) continue;;
1251 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1252 esac
1253 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1254done
1255
5464f5a1
NN
1256# There might be people who depend on the old broken behavior: `$host'
1257# used to hold the argument of --host etc.
1258# FIXME: To remove some day.
1259build=$build_alias
1260host=$host_alias
1261target=$target_alias
1262
1263# FIXME: To remove some day.
1264if test "x$host_alias" != x; then
1265 if test "x$build_alias" = x; then
1266 cross_compiling=maybe
81ecdfbb 1267 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
5464f5a1
NN
1268 If a cross compiler is detected then cross compile mode will be used." >&2
1269 elif test "x$build_alias" != "x$host_alias"; then
1270 cross_compiling=yes
1271 fi
1272fi
252b5132 1273
5464f5a1
NN
1274ac_tool_prefix=
1275test -n "$host_alias" && ac_tool_prefix=$host_alias-
1276
1277test "$silent" = yes && exec 6>/dev/null
252b5132 1278
252b5132 1279
81ecdfbb
RW
1280ac_pwd=`pwd` && test -n "$ac_pwd" &&
1281ac_ls_di=`ls -di .` &&
1282ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1283 as_fn_error "working directory cannot be determined"
1284test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1285 as_fn_error "pwd does not report name of working directory"
1286
1287
252b5132
RH
1288# Find the source files, if location was not specified.
1289if test -z "$srcdir"; then
1290 ac_srcdir_defaulted=yes
81ecdfbb
RW
1291 # Try the directory containing this script, then the parent directory.
1292 ac_confdir=`$as_dirname -- "$as_myself" ||
1293$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1294 X"$as_myself" : 'X\(//\)[^/]' \| \
1295 X"$as_myself" : 'X\(//\)$' \| \
1296 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1297$as_echo X"$as_myself" |
1298 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1299 s//\1/
1300 q
1301 }
1302 /^X\(\/\/\)[^/].*/{
1303 s//\1/
1304 q
1305 }
1306 /^X\(\/\/\)$/{
1307 s//\1/
1308 q
1309 }
1310 /^X\(\/\).*/{
1311 s//\1/
1312 q
1313 }
1314 s/.*/./; q'`
252b5132 1315 srcdir=$ac_confdir
81ecdfbb 1316 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1317 srcdir=..
1318 fi
1319else
1320 ac_srcdir_defaulted=no
1321fi
81ecdfbb
RW
1322if test ! -r "$srcdir/$ac_unique_file"; then
1323 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1324 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1325fi
1326ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1327ac_abs_confdir=`(
1328 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1329 pwd)`
1330# When building in place, set srcdir=.
1331if test "$ac_abs_confdir" = "$ac_pwd"; then
1332 srcdir=.
1333fi
1334# Remove unnecessary trailing slashes from srcdir.
1335# Double slashes in file names in object file debugging info
1336# mess up M-x gdb in Emacs.
1337case $srcdir in
1338*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1339esac
1340for ac_var in $ac_precious_vars; do
1341 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1342 eval ac_env_${ac_var}_value=\$${ac_var}
1343 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1344 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1345done
b3baf5d0 1346
5464f5a1
NN
1347#
1348# Report the --help message.
1349#
1350if test "$ac_init_help" = "long"; then
1351 # Omit some internal or obsolete options to make the list less imposing.
1352 # This message is too long to be a string in the A/UX 3.1 sh.
1353 cat <<_ACEOF
d8bd95ef 1354\`configure' configures bfd 2.26.51 to adapt to many kinds of systems.
252b5132 1355
5464f5a1 1356Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1357
5464f5a1
NN
1358To assign environment variables (e.g., CC, CFLAGS...), specify them as
1359VAR=VALUE. See below for descriptions of some of the useful variables.
6be7c12c 1360
5464f5a1 1361Defaults for the options are specified in brackets.
6be7c12c 1362
5464f5a1
NN
1363Configuration:
1364 -h, --help display this help and exit
1365 --help=short display options specific to this package
1366 --help=recursive display the short help of all the included packages
1367 -V, --version display version information and exit
1368 -q, --quiet, --silent do not print \`checking...' messages
1369 --cache-file=FILE cache test results in FILE [disabled]
1370 -C, --config-cache alias for \`--cache-file=config.cache'
1371 -n, --no-create do not create output files
1372 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1373
5464f5a1
NN
1374Installation directories:
1375 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1376 [$ac_default_prefix]
5464f5a1 1377 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1378 [PREFIX]
6be7c12c 1379
5464f5a1
NN
1380By default, \`make install' will install all the files in
1381\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1382an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1383for instance \`--prefix=\$HOME'.
6be7c12c 1384
5464f5a1 1385For better control, use the options below.
6be7c12c 1386
5464f5a1 1387Fine tuning of the installation directories:
81ecdfbb
RW
1388 --bindir=DIR user executables [EPREFIX/bin]
1389 --sbindir=DIR system admin executables [EPREFIX/sbin]
1390 --libexecdir=DIR program executables [EPREFIX/libexec]
1391 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1392 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1393 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1394 --libdir=DIR object code libraries [EPREFIX/lib]
1395 --includedir=DIR C header files [PREFIX/include]
1396 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1397 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1398 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1399 --infodir=DIR info documentation [DATAROOTDIR/info]
1400 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1401 --mandir=DIR man documentation [DATAROOTDIR/man]
c4dd807e 1402 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
81ecdfbb
RW
1403 --htmldir=DIR html documentation [DOCDIR]
1404 --dvidir=DIR dvi documentation [DOCDIR]
1405 --pdfdir=DIR pdf documentation [DOCDIR]
1406 --psdir=DIR ps documentation [DOCDIR]
5464f5a1 1407_ACEOF
6be7c12c 1408
5464f5a1 1409 cat <<\_ACEOF
6be7c12c 1410
5464f5a1
NN
1411Program names:
1412 --program-prefix=PREFIX prepend PREFIX to installed program names
1413 --program-suffix=SUFFIX append SUFFIX to installed program names
1414 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1415
5464f5a1
NN
1416System types:
1417 --build=BUILD configure for building on BUILD [guessed]
1418 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1419 --target=TARGET configure for building compilers for TARGET [HOST]
1420_ACEOF
252b5132 1421fi
252b5132 1422
5464f5a1 1423if test -n "$ac_init_help"; then
c4dd807e 1424 case $ac_init_help in
d8bd95ef 1425 short | recursive ) echo "Configuration of bfd 2.26.51:";;
c4dd807e 1426 esac
5464f5a1 1427 cat <<\_ACEOF
252b5132 1428
5464f5a1 1429Optional Features:
81ecdfbb 1430 --disable-option-checking ignore unrecognized --enable/--with options
5464f5a1
NN
1431 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1432 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
f5385ebf
AM
1433 --disable-dependency-tracking speeds up one-time build
1434 --enable-dependency-tracking do not reject slow dependency extractors
81ecdfbb
RW
1435 --enable-shared[=PKGS] build shared libraries [default=no]
1436 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1437 --enable-fast-install[=PKGS]
1438 optimize for fast installation [default=yes]
5464f5a1 1439 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f 1440 --enable-plugins Enable support for plugins
ce3c775b 1441 --disable-largefile omit support for large files
5464f5a1
NN
1442 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1443 --enable-targets alternative target configurations
6ec7057a 1444 --enable-secureplt Default to creating read-only plt entries
ef72a554
KT
1445 --enable-leading-mingw64-underscores
1446 Enable leading underscores on 64 bit mingw targets
504b7d20 1447 --enable-elf-stt-common Allow the generation of ELF symbols with the STT_COMMON type
241a6c40
AM
1448 --enable-werror treat compile warnings as errors
1449 --enable-build-warnings enable build-time compiler warnings
f5385ebf
AM
1450 --enable-maintainer-mode enable make rules and dependencies not useful
1451 (and sometimes confusing) to the casual installer
5464f5a1
NN
1452 --enable-install-libbfd controls installation of libbfd and related headers
1453 --disable-nls do not use Native Language Support
1454
1455Optional Packages:
1456 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1457 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1458 --with-pic try to use only PIC/non-PIC objects [default=use
1459 both]
1460 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
5464f5a1 1461 --with-mmap try using mmap for BFD input files if available
0d4a1476
AS
1462 --with-separate-debug-dir=DIR
1463 Look for global separate debug info in DIR
1464 [default=LIBDIR/debug]
a1ac8190
JM
1465 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1466 Binutils"
c428fa83 1467 --with-bugurl=URL Direct users to URL to report a bug
243340ad 1468 --with-system-zlib use installed libz
5464f5a1
NN
1469
1470Some influential environment variables:
1471 CC C compiler command
1472 CFLAGS C compiler flags
1473 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1474 nonstandard directory <lib dir>
81ecdfbb
RW
1475 LIBS libraries to pass to the linker, e.g. -l<library>
1476 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1477 you have headers in a nonstandard directory <include dir>
5464f5a1
NN
1478 CPP C preprocessor
1479
1480Use these variables to override the choices made by `configure' or to help
1481it to find libraries and programs with nonstandard names/locations.
1482
81ecdfbb 1483Report bugs to the package provider.
5464f5a1 1484_ACEOF
81ecdfbb 1485ac_status=$?
5464f5a1
NN
1486fi
1487
1488if test "$ac_init_help" = "recursive"; then
1489 # If there are subdirs, report their specific --help.
5464f5a1 1490 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1491 test -d "$ac_dir" ||
1492 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1493 continue
5464f5a1
NN
1494 ac_builddir=.
1495
81ecdfbb
RW
1496case "$ac_dir" in
1497.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1498*)
1499 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1500 # A ".." for each directory in $ac_dir_suffix.
1501 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1502 case $ac_top_builddir_sub in
1503 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1504 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1505 esac ;;
1506esac
1507ac_abs_top_builddir=$ac_pwd
1508ac_abs_builddir=$ac_pwd$ac_dir_suffix
1509# for backward compatibility:
1510ac_top_builddir=$ac_top_build_prefix
5464f5a1
NN
1511
1512case $srcdir in
81ecdfbb 1513 .) # We are building in place.
5464f5a1 1514 ac_srcdir=.
81ecdfbb
RW
1515 ac_top_srcdir=$ac_top_builddir_sub
1516 ac_abs_top_srcdir=$ac_pwd ;;
1517 [\\/]* | ?:[\\/]* ) # Absolute name.
5464f5a1 1518 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1519 ac_top_srcdir=$srcdir
1520 ac_abs_top_srcdir=$srcdir ;;
1521 *) # Relative name.
1522 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1523 ac_top_srcdir=$ac_top_build_prefix$srcdir
1524 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5464f5a1 1525esac
81ecdfbb
RW
1526ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1527
1528 cd "$ac_dir" || { ac_status=$?; continue; }
1529 # Check for guested configure.
1530 if test -f "$ac_srcdir/configure.gnu"; then
1531 echo &&
1532 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1533 elif test -f "$ac_srcdir/configure"; then
1534 echo &&
1535 $SHELL "$ac_srcdir/configure" --help=recursive
5464f5a1 1536 else
81ecdfbb
RW
1537 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1538 fi || ac_status=$?
1539 cd "$ac_pwd" || { ac_status=$?; break; }
5464f5a1 1540 done
6be7c12c
AO
1541fi
1542
81ecdfbb 1543test -n "$ac_init_help" && exit $ac_status
5464f5a1
NN
1544if $ac_init_version; then
1545 cat <<\_ACEOF
d8bd95ef 1546bfd configure 2.26.51
81ecdfbb 1547generated by GNU Autoconf 2.64
6be7c12c 1548
81ecdfbb 1549Copyright (C) 2009 Free Software Foundation, Inc.
5464f5a1
NN
1550This configure script is free software; the Free Software Foundation
1551gives unlimited permission to copy, distribute and modify it.
1552_ACEOF
81ecdfbb 1553 exit
5464f5a1 1554fi
6be7c12c 1555
81ecdfbb
RW
1556## ------------------------ ##
1557## Autoconf initialization. ##
1558## ------------------------ ##
6be7c12c 1559
81ecdfbb
RW
1560# ac_fn_c_try_compile LINENO
1561# --------------------------
1562# Try to compile conftest.$ac_ext, and return whether this succeeded.
1563ac_fn_c_try_compile ()
5464f5a1 1564{
81ecdfbb
RW
1565 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1566 rm -f conftest.$ac_objext
1567 if { { ac_try="$ac_compile"
1568case "(($ac_try" in
1569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1570 *) ac_try_echo=$ac_try;;
1571esac
1572eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1573$as_echo "$ac_try_echo"; } >&5
1574 (eval "$ac_compile") 2>conftest.err
1575 ac_status=$?
1576 if test -s conftest.err; then
1577 grep -v '^ *+' conftest.err >conftest.er1
1578 cat conftest.er1 >&5
1579 mv -f conftest.er1 conftest.err
1580 fi
1581 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1582 test $ac_status = 0; } && {
1583 test -z "$ac_c_werror_flag" ||
1584 test ! -s conftest.err
1585 } && test -s conftest.$ac_objext; then :
1586 ac_retval=0
1587else
1588 $as_echo "$as_me: failed program was:" >&5
1589sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1590
81ecdfbb
RW
1591 ac_retval=1
1592fi
1593 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1594 return $ac_retval
5464f5a1 1595
81ecdfbb 1596} # ac_fn_c_try_compile
5464f5a1 1597
81ecdfbb
RW
1598# ac_fn_c_try_link LINENO
1599# -----------------------
1600# Try to link conftest.$ac_ext, and return whether this succeeded.
1601ac_fn_c_try_link ()
1602{
1603 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1604 rm -f conftest.$ac_objext conftest$ac_exeext
1605 if { { ac_try="$ac_link"
1606case "(($ac_try" in
1607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1608 *) ac_try_echo=$ac_try;;
1609esac
1610eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1611$as_echo "$ac_try_echo"; } >&5
1612 (eval "$ac_link") 2>conftest.err
1613 ac_status=$?
1614 if test -s conftest.err; then
1615 grep -v '^ *+' conftest.err >conftest.er1
1616 cat conftest.er1 >&5
1617 mv -f conftest.er1 conftest.err
1618 fi
1619 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1620 test $ac_status = 0; } && {
1621 test -z "$ac_c_werror_flag" ||
1622 test ! -s conftest.err
1623 } && test -s conftest$ac_exeext && {
1624 test "$cross_compiling" = yes ||
1625 $as_test_x conftest$ac_exeext
1626 }; then :
1627 ac_retval=0
1628else
1629 $as_echo "$as_me: failed program was:" >&5
1630sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1631
81ecdfbb
RW
1632 ac_retval=1
1633fi
1634 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1635 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1636 # interfere with the next link command; also delete a directory that is
1637 # left behind by Apple's compiler. We do this before executing the actions.
1638 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1639 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1640 return $ac_retval
6be7c12c 1641
81ecdfbb 1642} # ac_fn_c_try_link
66e25bab 1643
81ecdfbb
RW
1644# ac_fn_c_try_cpp LINENO
1645# ----------------------
1646# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1647ac_fn_c_try_cpp ()
1648{
1649 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1650 if { { ac_try="$ac_cpp conftest.$ac_ext"
1651case "(($ac_try" in
1652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1653 *) ac_try_echo=$ac_try;;
1654esac
1655eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1656$as_echo "$ac_try_echo"; } >&5
1657 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1658 ac_status=$?
1659 if test -s conftest.err; then
1660 grep -v '^ *+' conftest.err >conftest.er1
1661 cat conftest.er1 >&5
1662 mv -f conftest.er1 conftest.err
1663 fi
1664 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1665 test $ac_status = 0; } >/dev/null && {
1666 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1667 test ! -s conftest.err
1668 }; then :
1669 ac_retval=0
1670else
1671 $as_echo "$as_me: failed program was:" >&5
1672sed 's/^/| /' conftest.$ac_ext >&5
b3baf5d0 1673
81ecdfbb
RW
1674 ac_retval=1
1675fi
1676 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1677 return $ac_retval
6be7c12c 1678
81ecdfbb 1679} # ac_fn_c_try_cpp
252b5132 1680
81ecdfbb
RW
1681# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1682# -------------------------------------------------------
1683# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1684# the include files in INCLUDES and setting the cache variable VAR
1685# accordingly.
1686ac_fn_c_check_header_mongrel ()
1687{
1688 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1689 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1691$as_echo_n "checking for $2... " >&6; }
1692if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1693 $as_echo_n "(cached) " >&6
1694fi
1695eval ac_res=\$$3
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1697$as_echo "$ac_res" >&6; }
1698else
1699 # Is the header compilable?
1700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1701$as_echo_n "checking $2 usability... " >&6; }
1702cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1703/* end confdefs.h. */
1704$4
1705#include <$2>
5464f5a1 1706_ACEOF
81ecdfbb
RW
1707if ac_fn_c_try_compile "$LINENO"; then :
1708 ac_header_compiler=yes
1709else
1710 ac_header_compiler=no
1711fi
1712rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1714$as_echo "$ac_header_compiler" >&6; }
c5d1701e 1715
81ecdfbb
RW
1716# Is the header present?
1717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1718$as_echo_n "checking $2 presence... " >&6; }
1719cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1720/* end confdefs.h. */
1721#include <$2>
1722_ACEOF
1723if ac_fn_c_try_cpp "$LINENO"; then :
1724 ac_header_preproc=yes
1725else
1726 ac_header_preproc=no
1727fi
1728rm -f conftest.err conftest.$ac_ext
1729{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1730$as_echo "$ac_header_preproc" >&6; }
6be7c12c 1731
81ecdfbb
RW
1732# So? What about this header?
1733case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1734 yes:no: )
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1736$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1738$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1739 ;;
1740 no:yes:* )
1741 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1742$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1744$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1746$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1748$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1750$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1751 ;;
1752esac
1753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1754$as_echo_n "checking for $2... " >&6; }
1755if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1756 $as_echo_n "(cached) " >&6
1757else
1758 eval "$3=\$ac_header_compiler"
1759fi
1760eval ac_res=\$$3
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1762$as_echo "$ac_res" >&6; }
1763fi
1764 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 1765
81ecdfbb 1766} # ac_fn_c_check_header_mongrel
5464f5a1 1767
81ecdfbb
RW
1768# ac_fn_c_try_run LINENO
1769# ----------------------
1770# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1771# that executables *can* be run.
1772ac_fn_c_try_run ()
5464f5a1 1773{
81ecdfbb
RW
1774 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1775 if { { ac_try="$ac_link"
1776case "(($ac_try" in
1777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1778 *) ac_try_echo=$ac_try;;
1779esac
1780eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1781$as_echo "$ac_try_echo"; } >&5
1782 (eval "$ac_link") 2>&5
1783 ac_status=$?
1784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1785 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1786 { { case "(($ac_try" in
1787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1788 *) ac_try_echo=$ac_try;;
1789esac
1790eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1791$as_echo "$ac_try_echo"; } >&5
1792 (eval "$ac_try") 2>&5
1793 ac_status=$?
1794 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1795 test $ac_status = 0; }; }; then :
1796 ac_retval=0
1797else
1798 $as_echo "$as_me: program exited with status $ac_status" >&5
1799 $as_echo "$as_me: failed program was:" >&5
1800sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1801
81ecdfbb
RW
1802 ac_retval=$ac_status
1803fi
1804 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1805 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1806 return $ac_retval
5464f5a1 1807
81ecdfbb 1808} # ac_fn_c_try_run
5464f5a1 1809
81ecdfbb
RW
1810# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1811# -------------------------------------------------------
1812# Tests whether HEADER exists and can be compiled using the include files in
1813# INCLUDES, setting the cache variable VAR accordingly.
1814ac_fn_c_check_header_compile ()
1815{
1816 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1818$as_echo_n "checking for $2... " >&6; }
1819if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1820 $as_echo_n "(cached) " >&6
1821else
1822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1823/* end confdefs.h. */
1824$4
1825#include <$2>
1826_ACEOF
1827if ac_fn_c_try_compile "$LINENO"; then :
1828 eval "$3=yes"
1829else
1830 eval "$3=no"
1831fi
1832rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1833fi
1834eval ac_res=\$$3
1835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1836$as_echo "$ac_res" >&6; }
1837 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 1838
81ecdfbb 1839} # ac_fn_c_check_header_compile
5464f5a1 1840
81ecdfbb
RW
1841# ac_fn_c_check_func LINENO FUNC VAR
1842# ----------------------------------
1843# Tests whether FUNC exists, setting the cache variable VAR accordingly
1844ac_fn_c_check_func ()
1845{
1846 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1848$as_echo_n "checking for $2... " >&6; }
1849if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1850 $as_echo_n "(cached) " >&6
1851else
1852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1853/* end confdefs.h. */
1854/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1855 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1856#define $2 innocuous_$2
5464f5a1 1857
81ecdfbb
RW
1858/* System header to define __stub macros and hopefully few prototypes,
1859 which can conflict with char $2 (); below.
1860 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1861 <limits.h> exists even on freestanding compilers. */
5464f5a1 1862
81ecdfbb
RW
1863#ifdef __STDC__
1864# include <limits.h>
1865#else
1866# include <assert.h>
1867#endif
5464f5a1 1868
81ecdfbb 1869#undef $2
5464f5a1 1870
81ecdfbb
RW
1871/* Override any GCC internal prototype to avoid an error.
1872 Use char because int might match the return type of a GCC
1873 builtin and then its argument prototype would still apply. */
1874#ifdef __cplusplus
1875extern "C"
1876#endif
1877char $2 ();
1878/* The GNU C library defines this for functions which it implements
1879 to always fail with ENOSYS. Some functions are actually named
1880 something starting with __ and the normal name is an alias. */
1881#if defined __stub_$2 || defined __stub___$2
1882choke me
1883#endif
5464f5a1 1884
81ecdfbb
RW
1885int
1886main ()
1887{
1888return $2 ();
1889 ;
1890 return 0;
1891}
5464f5a1 1892_ACEOF
81ecdfbb
RW
1893if ac_fn_c_try_link "$LINENO"; then :
1894 eval "$3=yes"
1895else
1896 eval "$3=no"
1897fi
1898rm -f core conftest.err conftest.$ac_objext \
1899 conftest$ac_exeext conftest.$ac_ext
1900fi
1901eval ac_res=\$$3
1902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1903$as_echo "$ac_res" >&6; }
1904 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 1905
81ecdfbb 1906} # ac_fn_c_check_func
5464f5a1 1907
81ecdfbb
RW
1908# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1909# --------------------------------------------
1910# Tries to find the compile-time value of EXPR in a program that includes
1911# INCLUDES, setting VAR accordingly. Returns whether the value could be
1912# computed
1913ac_fn_c_compute_int ()
1914{
1915 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1916 if test "$cross_compiling" = yes; then
1917 # Depending upon the size, compute the lo and hi bounds.
1918cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1919/* end confdefs.h. */
1920$4
1921int
1922main ()
1923{
1924static int test_array [1 - 2 * !(($2) >= 0)];
1925test_array [0] = 0
5464f5a1 1926
81ecdfbb
RW
1927 ;
1928 return 0;
1929}
5464f5a1 1930_ACEOF
81ecdfbb
RW
1931if ac_fn_c_try_compile "$LINENO"; then :
1932 ac_lo=0 ac_mid=0
1933 while :; do
1934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1935/* end confdefs.h. */
1936$4
1937int
1938main ()
1939{
1940static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1941test_array [0] = 0
5464f5a1 1942
81ecdfbb
RW
1943 ;
1944 return 0;
1945}
1946_ACEOF
1947if ac_fn_c_try_compile "$LINENO"; then :
1948 ac_hi=$ac_mid; break
5464f5a1 1949else
81ecdfbb
RW
1950 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1951 if test $ac_lo -le $ac_mid; then
1952 ac_lo= ac_hi=
1953 break
1954 fi
1955 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
5464f5a1 1956fi
81ecdfbb
RW
1957rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1958 done
1959else
1960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1961/* end confdefs.h. */
1962$4
1963int
1964main ()
1965{
1966static int test_array [1 - 2 * !(($2) < 0)];
1967test_array [0] = 0
5464f5a1 1968
81ecdfbb
RW
1969 ;
1970 return 0;
1971}
1972_ACEOF
1973if ac_fn_c_try_compile "$LINENO"; then :
1974 ac_hi=-1 ac_mid=-1
1975 while :; do
1976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1977/* end confdefs.h. */
1978$4
1979int
1980main ()
1981{
1982static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1983test_array [0] = 0
5464f5a1 1984
81ecdfbb
RW
1985 ;
1986 return 0;
1987}
1988_ACEOF
1989if ac_fn_c_try_compile "$LINENO"; then :
1990 ac_lo=$ac_mid; break
1991else
1992 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1993 if test $ac_mid -le $ac_hi; then
1994 ac_lo= ac_hi=
1995 break
1996 fi
1997 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1998fi
1999rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2000 done
2001else
2002 ac_lo= ac_hi=
2003fi
2004rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2005fi
2006rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2007# Binary search between lo and hi bounds.
2008while test "x$ac_lo" != "x$ac_hi"; do
2009 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2011/* end confdefs.h. */
2012$4
2013int
2014main ()
2015{
2016static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2017test_array [0] = 0
5464f5a1 2018
81ecdfbb
RW
2019 ;
2020 return 0;
2021}
2022_ACEOF
2023if ac_fn_c_try_compile "$LINENO"; then :
2024 ac_hi=$ac_mid
2025else
2026 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2027fi
2028rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2029done
2030case $ac_lo in #((
2031?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2032'') ac_retval=1 ;;
2033esac
2034 else
2035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2036/* end confdefs.h. */
2037$4
2038static long int longval () { return $2; }
2039static unsigned long int ulongval () { return $2; }
2040#include <stdio.h>
2041#include <stdlib.h>
2042int
2043main ()
2044{
5464f5a1 2045
81ecdfbb
RW
2046 FILE *f = fopen ("conftest.val", "w");
2047 if (! f)
2048 return 1;
2049 if (($2) < 0)
2050 {
2051 long int i = longval ();
2052 if (i != ($2))
2053 return 1;
2054 fprintf (f, "%ld", i);
2055 }
2056 else
2057 {
2058 unsigned long int i = ulongval ();
2059 if (i != ($2))
2060 return 1;
2061 fprintf (f, "%lu", i);
2062 }
2063 /* Do not output a trailing newline, as this causes \r\n confusion
2064 on some platforms. */
2065 return ferror (f) || fclose (f) != 0;
5464f5a1 2066
81ecdfbb
RW
2067 ;
2068 return 0;
2069}
2070_ACEOF
2071if ac_fn_c_try_run "$LINENO"; then :
2072 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2073else
2074 ac_retval=1
2075fi
2076rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2077 conftest.$ac_objext conftest.beam conftest.$ac_ext
2078rm -f conftest.val
7357c5b6 2079
81ecdfbb
RW
2080 fi
2081 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2082 return $ac_retval
7357c5b6 2083
81ecdfbb 2084} # ac_fn_c_compute_int
7357c5b6 2085
81ecdfbb
RW
2086# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2087# -------------------------------------------
2088# Tests whether TYPE exists after having included INCLUDES, setting cache
2089# variable VAR accordingly.
2090ac_fn_c_check_type ()
2091{
2092 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2094$as_echo_n "checking for $2... " >&6; }
2095if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2096 $as_echo_n "(cached) " >&6
2097else
2098 eval "$3=no"
2099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2100/* end confdefs.h. */
2101$4
2102int
2103main ()
2104{
2105if (sizeof ($2))
2106 return 0;
2107 ;
2108 return 0;
2109}
2110_ACEOF
2111if ac_fn_c_try_compile "$LINENO"; then :
2112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2113/* end confdefs.h. */
2114$4
2115int
2116main ()
2117{
2118if (sizeof (($2)))
2119 return 0;
2120 ;
2121 return 0;
2122}
2123_ACEOF
2124if ac_fn_c_try_compile "$LINENO"; then :
5464f5a1 2125
81ecdfbb
RW
2126else
2127 eval "$3=yes"
2128fi
2129rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2130fi
2131rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2132fi
2133eval ac_res=\$$3
2134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2135$as_echo "$ac_res" >&6; }
2136 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 2137
81ecdfbb 2138} # ac_fn_c_check_type
5464f5a1 2139
81ecdfbb
RW
2140# ac_fn_c_check_decl LINENO SYMBOL VAR
2141# ------------------------------------
2142# Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2143ac_fn_c_check_decl ()
2144{
2145 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2146 as_decl_name=`echo $2|sed 's/ *(.*//'`
2147 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2149$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
81ecdfbb
RW
2150if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2151 $as_echo_n "(cached) " >&6
2152else
2153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2154/* end confdefs.h. */
2155$4
2156int
2157main ()
2158{
360cfc9c
AM
2159#ifndef $as_decl_name
2160#ifdef __cplusplus
2161 (void) $as_decl_use;
2162#else
2163 (void) $as_decl_name;
2164#endif
81ecdfbb 2165#endif
5464f5a1 2166
81ecdfbb
RW
2167 ;
2168 return 0;
2169}
2170_ACEOF
2171if ac_fn_c_try_compile "$LINENO"; then :
2172 eval "$3=yes"
2173else
2174 eval "$3=no"
5464f5a1 2175fi
81ecdfbb
RW
2176rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2177fi
2178eval ac_res=\$$3
2179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2180$as_echo "$ac_res" >&6; }
2181 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
5464f5a1 2182
81ecdfbb
RW
2183} # ac_fn_c_check_decl
2184cat >config.log <<_ACEOF
2185This file contains any messages produced by compilers while
2186running configure, to aid debugging if configure makes a mistake.
5464f5a1 2187
d8bd95ef 2188It was created by bfd $as_me 2.26.51, which was
81ecdfbb 2189generated by GNU Autoconf 2.64. Invocation command line was
5464f5a1 2190
81ecdfbb 2191 $ $0 $@
5464f5a1 2192
81ecdfbb
RW
2193_ACEOF
2194exec 5>>config.log
2195{
2196cat <<_ASUNAME
2197## --------- ##
2198## Platform. ##
2199## --------- ##
5464f5a1 2200
81ecdfbb
RW
2201hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2202uname -m = `(uname -m) 2>/dev/null || echo unknown`
2203uname -r = `(uname -r) 2>/dev/null || echo unknown`
2204uname -s = `(uname -s) 2>/dev/null || echo unknown`
2205uname -v = `(uname -v) 2>/dev/null || echo unknown`
5464f5a1 2206
81ecdfbb
RW
2207/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2208/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
5464f5a1 2209
81ecdfbb
RW
2210/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2211/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2212/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2213/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2214/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2215/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2216/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
5464f5a1 2217
81ecdfbb 2218_ASUNAME
5464f5a1 2219
5464f5a1
NN
2220as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2221for as_dir in $PATH
2222do
2223 IFS=$as_save_IFS
2224 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2225 $as_echo "PATH: $as_dir"
2226 done
2227IFS=$as_save_IFS
5464f5a1 2228
81ecdfbb 2229} >&5
5464f5a1 2230
81ecdfbb 2231cat >&5 <<_ACEOF
5464f5a1 2232
5464f5a1 2233
81ecdfbb
RW
2234## ----------- ##
2235## Core tests. ##
2236## ----------- ##
5464f5a1 2237
81ecdfbb
RW
2238_ACEOF
2239
2240
2241# Keep a trace of the command line.
2242# Strip out --no-create and --no-recursion so they do not pile up.
2243# Strip out --silent because we don't want to record it for future runs.
2244# Also quote any args containing shell meta-characters.
2245# Make two passes to allow for proper duplicate-argument suppression.
2246ac_configure_args=
2247ac_configure_args0=
2248ac_configure_args1=
2249ac_must_keep_next=false
2250for ac_pass in 1 2
2251do
2252 for ac_arg
2253 do
2254 case $ac_arg in
2255 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2256 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2257 | -silent | --silent | --silen | --sile | --sil)
2258 continue ;;
2259 *\'*)
2260 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2261 esac
2262 case $ac_pass in
2263 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2264 2)
2265 as_fn_append ac_configure_args1 " '$ac_arg'"
2266 if test $ac_must_keep_next = true; then
2267 ac_must_keep_next=false # Got value, back to normal.
2268 else
2269 case $ac_arg in
2270 *=* | --config-cache | -C | -disable-* | --disable-* \
2271 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2272 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2273 | -with-* | --with-* | -without-* | --without-* | --x)
2274 case "$ac_configure_args0 " in
2275 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2276 esac
2277 ;;
2278 -* ) ac_must_keep_next=true ;;
2279 esac
2280 fi
2281 as_fn_append ac_configure_args " '$ac_arg'"
2282 ;;
2283 esac
2284 done
2285done
2286{ ac_configure_args0=; unset ac_configure_args0;}
2287{ ac_configure_args1=; unset ac_configure_args1;}
2288
2289# When interrupted or exit'd, cleanup temporary files, and complete
2290# config.log. We remove comments because anyway the quotes in there
2291# would cause problems or look ugly.
2292# WARNING: Use '\'' to represent an apostrophe within the trap.
2293# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2294trap 'exit_status=$?
2295 # Save into config.log some information that might help in debugging.
2296 {
2297 echo
2298
2299 cat <<\_ASBOX
2300## ---------------- ##
2301## Cache variables. ##
2302## ---------------- ##
2303_ASBOX
2304 echo
2305 # The following way of writing the cache mishandles newlines in values,
2306(
2307 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2308 eval ac_val=\$$ac_var
2309 case $ac_val in #(
2310 *${as_nl}*)
2311 case $ac_var in #(
2312 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2313$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2314 esac
2315 case $ac_var in #(
2316 _ | IFS | as_nl) ;; #(
2317 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2318 *) { eval $ac_var=; unset $ac_var;} ;;
2319 esac ;;
2320 esac
2321 done
2322 (set) 2>&1 |
2323 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2324 *${as_nl}ac_space=\ *)
2325 sed -n \
2326 "s/'\''/'\''\\\\'\'''\''/g;
2327 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2328 ;; #(
2329 *)
2330 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2331 ;;
2332 esac |
2333 sort
2334)
2335 echo
2336
2337 cat <<\_ASBOX
2338## ----------------- ##
2339## Output variables. ##
2340## ----------------- ##
2341_ASBOX
2342 echo
2343 for ac_var in $ac_subst_vars
2344 do
2345 eval ac_val=\$$ac_var
2346 case $ac_val in
2347 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2348 esac
2349 $as_echo "$ac_var='\''$ac_val'\''"
2350 done | sort
2351 echo
2352
2353 if test -n "$ac_subst_files"; then
2354 cat <<\_ASBOX
2355## ------------------- ##
2356## File substitutions. ##
2357## ------------------- ##
2358_ASBOX
2359 echo
2360 for ac_var in $ac_subst_files
2361 do
2362 eval ac_val=\$$ac_var
2363 case $ac_val in
2364 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2365 esac
2366 $as_echo "$ac_var='\''$ac_val'\''"
2367 done | sort
2368 echo
2369 fi
2370
2371 if test -s confdefs.h; then
2372 cat <<\_ASBOX
2373## ----------- ##
2374## confdefs.h. ##
2375## ----------- ##
2376_ASBOX
2377 echo
2378 cat confdefs.h
2379 echo
2380 fi
2381 test "$ac_signal" != 0 &&
2382 $as_echo "$as_me: caught signal $ac_signal"
2383 $as_echo "$as_me: exit $exit_status"
2384 } >&5
2385 rm -f core *.core core.conftest.* &&
2386 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2387 exit $exit_status
2388' 0
2389for ac_signal in 1 2 13 15; do
2390 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2391done
2392ac_signal=0
2393
2394# confdefs.h avoids OS command line length limits that DEFS can exceed.
2395rm -f -r conftest* confdefs.h
2396
2397$as_echo "/* confdefs.h */" > confdefs.h
2398
2399# Predefined preprocessor variables.
2400
2401cat >>confdefs.h <<_ACEOF
2402#define PACKAGE_NAME "$PACKAGE_NAME"
2403_ACEOF
2404
2405cat >>confdefs.h <<_ACEOF
2406#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2407_ACEOF
2408
2409cat >>confdefs.h <<_ACEOF
2410#define PACKAGE_VERSION "$PACKAGE_VERSION"
2411_ACEOF
2412
2413cat >>confdefs.h <<_ACEOF
2414#define PACKAGE_STRING "$PACKAGE_STRING"
2415_ACEOF
2416
2417cat >>confdefs.h <<_ACEOF
2418#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2419_ACEOF
2420
2421cat >>confdefs.h <<_ACEOF
2422#define PACKAGE_URL "$PACKAGE_URL"
2423_ACEOF
2424
2425
2426# Let the site file select an alternate cache file if it wants to.
2427# Prefer an explicitly selected file to automatically selected ones.
2428ac_site_file1=NONE
2429ac_site_file2=NONE
2430if test -n "$CONFIG_SITE"; then
2431 ac_site_file1=$CONFIG_SITE
2432elif test "x$prefix" != xNONE; then
2433 ac_site_file1=$prefix/share/config.site
2434 ac_site_file2=$prefix/etc/config.site
2435else
2436 ac_site_file1=$ac_default_prefix/share/config.site
2437 ac_site_file2=$ac_default_prefix/etc/config.site
2438fi
2439for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2440do
2441 test "x$ac_site_file" = xNONE && continue
2442 if test -r "$ac_site_file"; then
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2444$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2445 sed 's/^/| /' "$ac_site_file" >&5
2446 . "$ac_site_file"
2447 fi
2448done
2449
2450if test -r "$cache_file"; then
2451 # Some versions of bash will fail to source /dev/null (special
2452 # files actually), so we avoid doing that.
2453 if test -f "$cache_file"; then
2454 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2455$as_echo "$as_me: loading cache $cache_file" >&6;}
2456 case $cache_file in
2457 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2458 *) . "./$cache_file";;
2459 esac
2460 fi
2461else
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2463$as_echo "$as_me: creating cache $cache_file" >&6;}
2464 >$cache_file
2465fi
2466
2467# Check that the precious variables saved in the cache have kept the same
2468# value.
2469ac_cache_corrupted=false
2470for ac_var in $ac_precious_vars; do
2471 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2472 eval ac_new_set=\$ac_env_${ac_var}_set
2473 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2474 eval ac_new_val=\$ac_env_${ac_var}_value
2475 case $ac_old_set,$ac_new_set in
2476 set,)
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2478$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2479 ac_cache_corrupted=: ;;
2480 ,set)
2481 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2482$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2483 ac_cache_corrupted=: ;;
2484 ,);;
2485 *)
2486 if test "x$ac_old_val" != "x$ac_new_val"; then
2487 # differences in whitespace do not lead to failure.
2488 ac_old_val_w=`echo x $ac_old_val`
2489 ac_new_val_w=`echo x $ac_new_val`
2490 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2491 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2492$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2493 ac_cache_corrupted=:
2494 else
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2496$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2497 eval $ac_var=\$ac_old_val
2498 fi
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2500$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2502$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2503 fi;;
2504 esac
2505 # Pass precious variables to config.status.
2506 if test "$ac_new_set" = set; then
2507 case $ac_new_val in
2508 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2509 *) ac_arg=$ac_var=$ac_new_val ;;
2510 esac
2511 case " $ac_configure_args " in
2512 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2513 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2514 esac
5464f5a1
NN
2515 fi
2516done
81ecdfbb
RW
2517if $ac_cache_corrupted; then
2518 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2519$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2520 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2521$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2522 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2523fi
2524## -------------------- ##
2525## Main body of script. ##
2526## -------------------- ##
2527
2528ac_ext=c
2529ac_cpp='$CPP $CPPFLAGS'
2530ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2531ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2532ac_compiler_gnu=$ac_cv_c_compiler_gnu
2533
2534
2535
2536
2537
2538
2539
2540ac_aux_dir=
2541for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2542 for ac_t in install-sh install.sh shtool; do
2543 if test -f "$ac_dir/$ac_t"; then
2544 ac_aux_dir=$ac_dir
2545 ac_install_sh="$ac_aux_dir/$ac_t -c"
2546 break 2
2547 fi
2548 done
5464f5a1 2549done
81ecdfbb
RW
2550if test -z "$ac_aux_dir"; then
2551 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2552fi
2553
2554# These three variables are undocumented and unsupported,
2555# and are intended to be withdrawn in a future Autoconf release.
2556# They can cause serious problems if a builder's source tree is in a directory
2557# whose full name contains unusual characters.
2558ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2559ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2560ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2561
2562
2563# Make sure we can run config.sub.
2564$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2565 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2566
2567{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2568$as_echo_n "checking build system type... " >&6; }
2569if test "${ac_cv_build+set}" = set; then :
2570 $as_echo_n "(cached) " >&6
2571else
2572 ac_build_alias=$build_alias
2573test "x$ac_build_alias" = x &&
2574 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2575test "x$ac_build_alias" = x &&
2576 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2577ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2578 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2579
2580fi
2581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2582$as_echo "$ac_cv_build" >&6; }
2583case $ac_cv_build in
2584*-*-*) ;;
2585*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2586esac
2587build=$ac_cv_build
2588ac_save_IFS=$IFS; IFS='-'
2589set x $ac_cv_build
2590shift
2591build_cpu=$1
2592build_vendor=$2
2593shift; shift
2594# Remember, the first character of IFS is used to create $*,
2595# except with old shells:
2596build_os=$*
2597IFS=$ac_save_IFS
2598case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5464f5a1 2599
81ecdfbb
RW
2600
2601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2602$as_echo_n "checking host system type... " >&6; }
2603if test "${ac_cv_host+set}" = set; then :
2604 $as_echo_n "(cached) " >&6
2605else
2606 if test "x$host_alias" = x; then
2607 ac_cv_host=$ac_cv_build
2608else
2609 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2610 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5464f5a1 2611fi
81ecdfbb 2612
5464f5a1 2613fi
81ecdfbb
RW
2614{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2615$as_echo "$ac_cv_host" >&6; }
2616case $ac_cv_host in
2617*-*-*) ;;
2618*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2619esac
2620host=$ac_cv_host
2621ac_save_IFS=$IFS; IFS='-'
2622set x $ac_cv_host
2623shift
2624host_cpu=$1
2625host_vendor=$2
2626shift; shift
2627# Remember, the first character of IFS is used to create $*,
2628# except with old shells:
2629host_os=$*
2630IFS=$ac_save_IFS
2631case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2632
2633
2634{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2635$as_echo_n "checking target system type... " >&6; }
2636if test "${ac_cv_target+set}" = set; then :
2637 $as_echo_n "(cached) " >&6
5464f5a1 2638else
81ecdfbb
RW
2639 if test "x$target_alias" = x; then
2640 ac_cv_target=$ac_cv_host
2641else
2642 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2643 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5464f5a1
NN
2644fi
2645
2646fi
81ecdfbb
RW
2647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2648$as_echo "$ac_cv_target" >&6; }
2649case $ac_cv_target in
2650*-*-*) ;;
2651*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2652esac
2653target=$ac_cv_target
2654ac_save_IFS=$IFS; IFS='-'
2655set x $ac_cv_target
2656shift
2657target_cpu=$1
2658target_vendor=$2
2659shift; shift
2660# Remember, the first character of IFS is used to create $*,
2661# except with old shells:
2662target_os=$*
2663IFS=$ac_save_IFS
2664case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2665
2666
2667# The aliases save the names the user supplied, while $host etc.
2668# will get canonicalized.
2669test -n "$target_alias" &&
2670 test "$program_prefix$program_suffix$program_transform_name" = \
2671 NONENONEs,x,x, &&
2672 program_prefix=${target_alias}-
2673ac_ext=c
2674ac_cpp='$CPP $CPPFLAGS'
2675ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2676ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2677ac_compiler_gnu=$ac_cv_c_compiler_gnu
2678if test -n "$ac_tool_prefix"; then
2679 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2680set dummy ${ac_tool_prefix}gcc; ac_word=$2
2681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2682$as_echo_n "checking for $ac_word... " >&6; }
2683if test "${ac_cv_prog_CC+set}" = set; then :
2684 $as_echo_n "(cached) " >&6
5464f5a1 2685else
81ecdfbb
RW
2686 if test -n "$CC"; then
2687 ac_cv_prog_CC="$CC" # Let the user override the test.
5464f5a1
NN
2688else
2689as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2690for as_dir in $PATH
2691do
2692 IFS=$as_save_IFS
2693 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2694 for ac_exec_ext in '' $ac_executable_extensions; do
2695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2696 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2698 break 2
2699 fi
2700done
81ecdfbb
RW
2701 done
2702IFS=$as_save_IFS
5464f5a1
NN
2703
2704fi
2705fi
81ecdfbb
RW
2706CC=$ac_cv_prog_CC
2707if test -n "$CC"; then
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2709$as_echo "$CC" >&6; }
5464f5a1 2710else
81ecdfbb
RW
2711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2712$as_echo "no" >&6; }
5464f5a1
NN
2713fi
2714
81ecdfbb
RW
2715
2716fi
2717if test -z "$ac_cv_prog_CC"; then
2718 ac_ct_CC=$CC
2719 # Extract the first word of "gcc", so it can be a program name with args.
2720set dummy gcc; ac_word=$2
2721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2722$as_echo_n "checking for $ac_word... " >&6; }
2723if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2724 $as_echo_n "(cached) " >&6
2725else
2726 if test -n "$ac_ct_CC"; then
2727 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2728else
2729as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2730for as_dir in $PATH
2731do
2732 IFS=$as_save_IFS
2733 test -z "$as_dir" && as_dir=.
2734 for ac_exec_ext in '' $ac_executable_extensions; do
2735 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2736 ac_cv_prog_ac_ct_CC="gcc"
2737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2738 break 2
2739 fi
2740done
2741 done
2742IFS=$as_save_IFS
2743
2744fi
2745fi
2746ac_ct_CC=$ac_cv_prog_ac_ct_CC
2747if test -n "$ac_ct_CC"; then
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2749$as_echo "$ac_ct_CC" >&6; }
2750else
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2752$as_echo "no" >&6; }
2753fi
2754
2755 if test "x$ac_ct_CC" = x; then
2756 CC=""
2757 else
2758 case $cross_compiling:$ac_tool_warned in
2759yes:)
2760{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2761$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2762ac_tool_warned=yes ;;
2763esac
2764 CC=$ac_ct_CC
2765 fi
2766else
2767 CC="$ac_cv_prog_CC"
2768fi
2769
2770if test -z "$CC"; then
2771 if test -n "$ac_tool_prefix"; then
2772 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2773set dummy ${ac_tool_prefix}cc; ac_word=$2
2774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2775$as_echo_n "checking for $ac_word... " >&6; }
2776if test "${ac_cv_prog_CC+set}" = set; then :
2777 $as_echo_n "(cached) " >&6
2778else
2779 if test -n "$CC"; then
2780 ac_cv_prog_CC="$CC" # Let the user override the test.
2781else
2782as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2783for as_dir in $PATH
2784do
2785 IFS=$as_save_IFS
2786 test -z "$as_dir" && as_dir=.
2787 for ac_exec_ext in '' $ac_executable_extensions; do
2788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2789 ac_cv_prog_CC="${ac_tool_prefix}cc"
2790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2791 break 2
2792 fi
2793done
2794 done
2795IFS=$as_save_IFS
2796
5464f5a1 2797fi
81ecdfbb
RW
2798fi
2799CC=$ac_cv_prog_CC
2800if test -n "$CC"; then
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2802$as_echo "$CC" >&6; }
2803else
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2805$as_echo "no" >&6; }
2806fi
2807
5464f5a1 2808
81ecdfbb 2809 fi
5464f5a1
NN
2810fi
2811if test -z "$CC"; then
2812 # Extract the first word of "cc", so it can be a program name with args.
2813set dummy cc; ac_word=$2
81ecdfbb
RW
2814{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2815$as_echo_n "checking for $ac_word... " >&6; }
2816if test "${ac_cv_prog_CC+set}" = set; then :
2817 $as_echo_n "(cached) " >&6
5464f5a1
NN
2818else
2819 if test -n "$CC"; then
2820 ac_cv_prog_CC="$CC" # Let the user override the test.
2821else
2822 ac_prog_rejected=no
2823as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2824for as_dir in $PATH
2825do
2826 IFS=$as_save_IFS
2827 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2828 for ac_exec_ext in '' $ac_executable_extensions; do
2829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1
NN
2830 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2831 ac_prog_rejected=yes
2832 continue
2833 fi
2834 ac_cv_prog_CC="cc"
81ecdfbb 2835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2836 break 2
2837 fi
2838done
81ecdfbb
RW
2839 done
2840IFS=$as_save_IFS
5464f5a1
NN
2841
2842if test $ac_prog_rejected = yes; then
2843 # We found a bogon in the path, so make sure we never use it.
2844 set dummy $ac_cv_prog_CC
2845 shift
2846 if test $# != 0; then
2847 # We chose a different compiler from the bogus one.
2848 # However, it has the same basename, so the bogon will be chosen
2849 # first if we set CC to just the basename; use the full file name.
2850 shift
2851 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2852 fi
2853fi
2854fi
2855fi
2856CC=$ac_cv_prog_CC
2857if test -n "$CC"; then
81ecdfbb
RW
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2859$as_echo "$CC" >&6; }
5464f5a1 2860else
81ecdfbb
RW
2861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2862$as_echo "no" >&6; }
5464f5a1
NN
2863fi
2864
81ecdfbb 2865
5464f5a1
NN
2866fi
2867if test -z "$CC"; then
2868 if test -n "$ac_tool_prefix"; then
81ecdfbb 2869 for ac_prog in cl.exe
5464f5a1
NN
2870 do
2871 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2872set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2873{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2874$as_echo_n "checking for $ac_word... " >&6; }
2875if test "${ac_cv_prog_CC+set}" = set; then :
2876 $as_echo_n "(cached) " >&6
5464f5a1
NN
2877else
2878 if test -n "$CC"; then
2879 ac_cv_prog_CC="$CC" # Let the user override the test.
2880else
2881as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2882for as_dir in $PATH
2883do
2884 IFS=$as_save_IFS
2885 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2886 for ac_exec_ext in '' $ac_executable_extensions; do
2887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 2888 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2890 break 2
2891 fi
2892done
81ecdfbb
RW
2893 done
2894IFS=$as_save_IFS
5464f5a1
NN
2895
2896fi
2897fi
2898CC=$ac_cv_prog_CC
2899if test -n "$CC"; then
81ecdfbb
RW
2900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2901$as_echo "$CC" >&6; }
5464f5a1 2902else
81ecdfbb
RW
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2904$as_echo "no" >&6; }
5464f5a1
NN
2905fi
2906
81ecdfbb 2907
5464f5a1
NN
2908 test -n "$CC" && break
2909 done
2910fi
2911if test -z "$CC"; then
2912 ac_ct_CC=$CC
81ecdfbb 2913 for ac_prog in cl.exe
5464f5a1
NN
2914do
2915 # Extract the first word of "$ac_prog", so it can be a program name with args.
2916set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2918$as_echo_n "checking for $ac_word... " >&6; }
2919if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2920 $as_echo_n "(cached) " >&6
5464f5a1
NN
2921else
2922 if test -n "$ac_ct_CC"; then
2923 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2924else
2925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2926for as_dir in $PATH
2927do
2928 IFS=$as_save_IFS
2929 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2930 for ac_exec_ext in '' $ac_executable_extensions; do
2931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 2932 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2934 break 2
2935 fi
2936done
81ecdfbb
RW
2937 done
2938IFS=$as_save_IFS
5464f5a1
NN
2939
2940fi
2941fi
2942ac_ct_CC=$ac_cv_prog_ac_ct_CC
2943if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2945$as_echo "$ac_ct_CC" >&6; }
5464f5a1 2946else
81ecdfbb
RW
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2948$as_echo "no" >&6; }
5464f5a1
NN
2949fi
2950
81ecdfbb 2951
5464f5a1
NN
2952 test -n "$ac_ct_CC" && break
2953done
2954
81ecdfbb
RW
2955 if test "x$ac_ct_CC" = x; then
2956 CC=""
2957 else
2958 case $cross_compiling:$ac_tool_warned in
2959yes:)
2960{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2961$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2962ac_tool_warned=yes ;;
2963esac
2964 CC=$ac_ct_CC
2965 fi
5464f5a1
NN
2966fi
2967
2968fi
2969
2970
81ecdfbb
RW
2971test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2972$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2973as_fn_error "no acceptable C compiler found in \$PATH
2974See \`config.log' for more details." "$LINENO" 5; }
5464f5a1
NN
2975
2976# Provide some information about the compiler.
81ecdfbb
RW
2977$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2978set X $ac_compile
2979ac_compiler=$2
2980for ac_option in --version -v -V -qversion; do
2981 { { ac_try="$ac_compiler $ac_option >&5"
2982case "(($ac_try" in
2983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2984 *) ac_try_echo=$ac_try;;
2985esac
2986eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2987$as_echo "$ac_try_echo"; } >&5
2988 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5464f5a1 2989 ac_status=$?
81ecdfbb
RW
2990 if test -s conftest.err; then
2991 sed '10a\
2992... rest of stderr output deleted ...
2993 10q' conftest.err >conftest.er1
2994 cat conftest.er1 >&5
2995 rm -f conftest.er1 conftest.err
2996 fi
2997 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2998 test $ac_status = 0; }
2999done
5464f5a1 3000
81ecdfbb 3001cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3002/* end confdefs.h. */
3003
3004int
3005main ()
3006{
3007
3008 ;
3009 return 0;
3010}
3011_ACEOF
3012ac_clean_files_save=$ac_clean_files
81ecdfbb 3013ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
5464f5a1
NN
3014# Try to create an executable without -o first, disregard a.out.
3015# It will help us diagnose broken compilers, and finding out an intuition
3016# of exeext.
81ecdfbb
RW
3017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3018$as_echo_n "checking for C compiler default output file name... " >&6; }
3019ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3020
3021# The possible output files:
3022ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3023
3024ac_rmfiles=
3025for ac_file in $ac_files
3026do
3027 case $ac_file in
3028 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3029 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3030 esac
3031done
3032rm -f $ac_rmfiles
3033
3034if { { ac_try="$ac_link_default"
3035case "(($ac_try" in
3036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3037 *) ac_try_echo=$ac_try;;
3038esac
3039eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3040$as_echo "$ac_try_echo"; } >&5
3041 (eval "$ac_link_default") 2>&5
3042 ac_status=$?
3043 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3044 test $ac_status = 0; }; then :
3045 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3046# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3047# in a Makefile. We should not override ac_cv_exeext if it was cached,
3048# so that the user can short-circuit this test for compilers unknown to
3049# Autoconf.
3050for ac_file in $ac_files ''
5464f5a1
NN
3051do
3052 test -f "$ac_file" || continue
3053 case $ac_file in
81ecdfbb 3054 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
5464f5a1
NN
3055 ;;
3056 [ab].out )
3057 # We found the default executable, but exeext='' is most
3058 # certainly right.
3059 break;;
3060 *.* )
81ecdfbb
RW
3061 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3062 then :; else
3063 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3064 fi
3065 # We set ac_cv_exeext here because the later test for it is not
3066 # safe: cross compilers may not add the suffix if given an `-o'
3067 # argument, so we may need to know it at that point already.
3068 # Even if this section looks crufty: it has the advantage of
3069 # actually working.
5464f5a1
NN
3070 break;;
3071 * )
3072 break;;
3073 esac
3074done
81ecdfbb
RW
3075test "$ac_cv_exeext" = no && ac_cv_exeext=
3076
5464f5a1 3077else
81ecdfbb
RW
3078 ac_file=''
3079fi
3080{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3081$as_echo "$ac_file" >&6; }
3082if test -z "$ac_file"; then :
3083 $as_echo "$as_me: failed program was:" >&5
5464f5a1
NN
3084sed 's/^/| /' conftest.$ac_ext >&5
3085
81ecdfbb
RW
3086{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3087$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3088{ as_fn_set_status 77
3089as_fn_error "C compiler cannot create executables
3090See \`config.log' for more details." "$LINENO" 5; }; }
5464f5a1 3091fi
5464f5a1 3092ac_exeext=$ac_cv_exeext
5464f5a1 3093
81ecdfbb 3094# Check that the compiler produces executables we can run. If not, either
5464f5a1 3095# the compiler is broken, or we cross compile.
81ecdfbb
RW
3096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3097$as_echo_n "checking whether the C compiler works... " >&6; }
5464f5a1
NN
3098# If not cross compiling, check that we can run a simple program.
3099if test "$cross_compiling" != yes; then
3100 if { ac_try='./$ac_file'
81ecdfbb
RW
3101 { { case "(($ac_try" in
3102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3103 *) ac_try_echo=$ac_try;;
3104esac
3105eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3106$as_echo "$ac_try_echo"; } >&5
3107 (eval "$ac_try") 2>&5
5464f5a1 3108 ac_status=$?
81ecdfbb
RW
3109 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3110 test $ac_status = 0; }; }; then
5464f5a1
NN
3111 cross_compiling=no
3112 else
3113 if test "$cross_compiling" = maybe; then
3114 cross_compiling=yes
3115 else
81ecdfbb
RW
3116 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3117$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3118as_fn_error "cannot run C compiled programs.
5464f5a1 3119If you meant to cross compile, use \`--host'.
81ecdfbb 3120See \`config.log' for more details." "$LINENO" 5; }
5464f5a1
NN
3121 fi
3122 fi
3123fi
81ecdfbb
RW
3124{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3125$as_echo "yes" >&6; }
5464f5a1 3126
81ecdfbb 3127rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
5464f5a1 3128ac_clean_files=$ac_clean_files_save
81ecdfbb 3129# Check that the compiler produces executables we can run. If not, either
5464f5a1 3130# the compiler is broken, or we cross compile.
81ecdfbb
RW
3131{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3132$as_echo_n "checking whether we are cross compiling... " >&6; }
3133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3134$as_echo "$cross_compiling" >&6; }
3135
3136{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3137$as_echo_n "checking for suffix of executables... " >&6; }
3138if { { ac_try="$ac_link"
3139case "(($ac_try" in
3140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3141 *) ac_try_echo=$ac_try;;
3142esac
3143eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3144$as_echo "$ac_try_echo"; } >&5
3145 (eval "$ac_link") 2>&5
5464f5a1 3146 ac_status=$?
81ecdfbb
RW
3147 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3148 test $ac_status = 0; }; then :
5464f5a1
NN
3149 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3150# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3151# work properly (i.e., refer to `conftest.exe'), while it won't with
3152# `rm'.
3153for ac_file in conftest.exe conftest conftest.*; do
3154 test -f "$ac_file" || continue
3155 case $ac_file in
81ecdfbb 3156 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5464f5a1 3157 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5464f5a1
NN
3158 break;;
3159 * ) break;;
3160 esac
3161done
3162else
81ecdfbb
RW
3163 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3164$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3165as_fn_error "cannot compute suffix of executables: cannot compile and link
3166See \`config.log' for more details." "$LINENO" 5; }
5464f5a1 3167fi
5464f5a1 3168rm -f conftest$ac_cv_exeext
81ecdfbb
RW
3169{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3170$as_echo "$ac_cv_exeext" >&6; }
5464f5a1
NN
3171
3172rm -f conftest.$ac_ext
3173EXEEXT=$ac_cv_exeext
3174ac_exeext=$EXEEXT
81ecdfbb
RW
3175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3176$as_echo_n "checking for suffix of object files... " >&6; }
3177if test "${ac_cv_objext+set}" = set; then :
3178 $as_echo_n "(cached) " >&6
5464f5a1 3179else
81ecdfbb 3180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3181/* end confdefs.h. */
3182
3183int
3184main ()
3185{
3186
3187 ;
3188 return 0;
3189}
3190_ACEOF
3191rm -f conftest.o conftest.obj
81ecdfbb
RW
3192if { { ac_try="$ac_compile"
3193case "(($ac_try" in
3194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3195 *) ac_try_echo=$ac_try;;
3196esac
3197eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3198$as_echo "$ac_try_echo"; } >&5
3199 (eval "$ac_compile") 2>&5
3200 ac_status=$?
3201 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3202 test $ac_status = 0; }; then :
3203 for ac_file in conftest.o conftest.obj conftest.*; do
3204 test -f "$ac_file" || continue;
5464f5a1 3205 case $ac_file in
81ecdfbb 3206 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
5464f5a1
NN
3207 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3208 break;;
3209 esac
3210done
3211else
81ecdfbb 3212 $as_echo "$as_me: failed program was:" >&5
5464f5a1
NN
3213sed 's/^/| /' conftest.$ac_ext >&5
3214
81ecdfbb
RW
3215{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3216$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3217as_fn_error "cannot compute suffix of object files: cannot compile
3218See \`config.log' for more details." "$LINENO" 5; }
5464f5a1 3219fi
5464f5a1
NN
3220rm -f conftest.$ac_cv_objext conftest.$ac_ext
3221fi
81ecdfbb
RW
3222{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3223$as_echo "$ac_cv_objext" >&6; }
5464f5a1
NN
3224OBJEXT=$ac_cv_objext
3225ac_objext=$OBJEXT
81ecdfbb
RW
3226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3227$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3228if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3229 $as_echo_n "(cached) " >&6
5464f5a1 3230else
81ecdfbb 3231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3232/* end confdefs.h. */
3233
3234int
3235main ()
3236{
3237#ifndef __GNUC__
3238 choke me
3239#endif
3240
3241 ;
3242 return 0;
3243}
3244_ACEOF
81ecdfbb 3245if ac_fn_c_try_compile "$LINENO"; then :
5464f5a1
NN
3246 ac_compiler_gnu=yes
3247else
81ecdfbb 3248 ac_compiler_gnu=no
5464f5a1 3249fi
81ecdfbb 3250rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5464f5a1
NN
3251ac_cv_c_compiler_gnu=$ac_compiler_gnu
3252
3253fi
81ecdfbb
RW
3254{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3255$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3256if test $ac_compiler_gnu = yes; then
3257 GCC=yes
3258else
3259 GCC=
3260fi
5464f5a1
NN
3261ac_test_CFLAGS=${CFLAGS+set}
3262ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3264$as_echo_n "checking whether $CC accepts -g... " >&6; }
3265if test "${ac_cv_prog_cc_g+set}" = set; then :
3266 $as_echo_n "(cached) " >&6
3267else
3268 ac_save_c_werror_flag=$ac_c_werror_flag
3269 ac_c_werror_flag=yes
3270 ac_cv_prog_cc_g=no
3271 CFLAGS="-g"
3272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3273/* end confdefs.h. */
3274
3275int
3276main ()
3277{
3278
3279 ;
3280 return 0;
3281}
3282_ACEOF
81ecdfbb 3283if ac_fn_c_try_compile "$LINENO"; then :
5464f5a1
NN
3284 ac_cv_prog_cc_g=yes
3285else
81ecdfbb
RW
3286 CFLAGS=""
3287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3288/* end confdefs.h. */
5464f5a1 3289
81ecdfbb
RW
3290int
3291main ()
3292{
3293
3294 ;
3295 return 0;
3296}
3297_ACEOF
3298if ac_fn_c_try_compile "$LINENO"; then :
3299
3300else
3301 ac_c_werror_flag=$ac_save_c_werror_flag
3302 CFLAGS="-g"
3303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3304/* end confdefs.h. */
3305
3306int
3307main ()
3308{
3309
3310 ;
3311 return 0;
3312}
3313_ACEOF
3314if ac_fn_c_try_compile "$LINENO"; then :
3315 ac_cv_prog_cc_g=yes
3316fi
3317rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5464f5a1 3318fi
81ecdfbb 3319rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5464f5a1 3320fi
81ecdfbb
RW
3321rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3322 ac_c_werror_flag=$ac_save_c_werror_flag
3323fi
3324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3325$as_echo "$ac_cv_prog_cc_g" >&6; }
5464f5a1
NN
3326if test "$ac_test_CFLAGS" = set; then
3327 CFLAGS=$ac_save_CFLAGS
3328elif test $ac_cv_prog_cc_g = yes; then
3329 if test "$GCC" = yes; then
3330 CFLAGS="-g -O2"
3331 else
3332 CFLAGS="-g"
3333 fi
3334else
3335 if test "$GCC" = yes; then
3336 CFLAGS="-O2"
3337 else
3338 CFLAGS=
3339 fi
3340fi
81ecdfbb
RW
3341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3342$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3343if test "${ac_cv_prog_cc_c89+set}" = set; then :
3344 $as_echo_n "(cached) " >&6
5464f5a1 3345else
81ecdfbb 3346 ac_cv_prog_cc_c89=no
5464f5a1 3347ac_save_CC=$CC
81ecdfbb 3348cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3349/* end confdefs.h. */
3350#include <stdarg.h>
3351#include <stdio.h>
3352#include <sys/types.h>
3353#include <sys/stat.h>
3354/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3355struct buf { int x; };
3356FILE * (*rcsopen) (struct buf *, struct stat *, int);
3357static char *e (p, i)
3358 char **p;
3359 int i;
3360{
3361 return p[i];
3362}
3363static char *f (char * (*g) (char **, int), char **p, ...)
3364{
3365 char *s;
3366 va_list v;
3367 va_start (v,p);
3368 s = g (p, va_arg (v,int));
3369 va_end (v);
3370 return s;
3371}
3372
3373/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3374 function prototypes and stuff, but not '\xHH' hex character constants.
3375 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3376 as 'x'. The following induces an error, until -std is added to get
5464f5a1
NN
3377 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3378 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3379 that's true only with -std. */
5464f5a1
NN
3380int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3381
81ecdfbb
RW
3382/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3383 inside strings and character constants. */
3384#define FOO(x) 'x'
3385int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3386
5464f5a1
NN
3387int test (int i, double x);
3388struct s1 {int (*f) (int a);};
3389struct s2 {int (*f) (double a);};
3390int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3391int argc;
3392char **argv;
3393int
3394main ()
3395{
3396return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3397 ;
3398 return 0;
3399}
3400_ACEOF
81ecdfbb
RW
3401for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3402 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5464f5a1
NN
3403do
3404 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3405 if ac_fn_c_try_compile "$LINENO"; then :
3406 ac_cv_prog_cc_c89=$ac_arg
5464f5a1 3407fi
81ecdfbb
RW
3408rm -f core conftest.err conftest.$ac_objext
3409 test "x$ac_cv_prog_cc_c89" != "xno" && break
5464f5a1 3410done
81ecdfbb 3411rm -f conftest.$ac_ext
5464f5a1
NN
3412CC=$ac_save_CC
3413
3414fi
81ecdfbb
RW
3415# AC_CACHE_VAL
3416case "x$ac_cv_prog_cc_c89" in
3417 x)
3418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3419$as_echo "none needed" >&6; } ;;
3420 xno)
3421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3422$as_echo "unsupported" >&6; } ;;
5464f5a1 3423 *)
81ecdfbb
RW
3424 CC="$CC $ac_cv_prog_cc_c89"
3425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3426$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5464f5a1 3427esac
81ecdfbb 3428if test "x$ac_cv_prog_cc_c89" != xno; then :
5464f5a1
NN
3429
3430fi
5464f5a1 3431
5464f5a1
NN
3432ac_ext=c
3433ac_cpp='$CPP $CPPFLAGS'
3434ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3435ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3436ac_compiler_gnu=$ac_cv_c_compiler_gnu
3437
3438
81ecdfbb
RW
3439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3440$as_echo_n "checking for library containing strerror... " >&6; }
3441if test "${ac_cv_search_strerror+set}" = set; then :
3442 $as_echo_n "(cached) " >&6
5464f5a1 3443else
f5385ebf 3444 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3445cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3446/* end confdefs.h. */
3447
81ecdfbb
RW
3448/* Override any GCC internal prototype to avoid an error.
3449 Use char because int might match the return type of a GCC
3450 builtin and then its argument prototype would still apply. */
5464f5a1
NN
3451#ifdef __cplusplus
3452extern "C"
3453#endif
5464f5a1
NN
3454char strerror ();
3455int
3456main ()
3457{
81ecdfbb 3458return strerror ();
5464f5a1
NN
3459 ;
3460 return 0;
3461}
3462_ACEOF
81ecdfbb
RW
3463for ac_lib in '' cposix; do
3464 if test -z "$ac_lib"; then
3465 ac_res="none required"
3466 else
3467 ac_res=-l$ac_lib
f5385ebf 3468 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3469 fi
3470 if ac_fn_c_try_link "$LINENO"; then :
3471 ac_cv_search_strerror=$ac_res
3472fi
3473rm -f core conftest.err conftest.$ac_objext \
3474 conftest$ac_exeext
3475 if test "${ac_cv_search_strerror+set}" = set; then :
3476 break
3477fi
3478done
3479if test "${ac_cv_search_strerror+set}" = set; then :
f5385ebf 3480
f5385ebf 3481else
81ecdfbb 3482 ac_cv_search_strerror=no
5464f5a1 3483fi
81ecdfbb 3484rm conftest.$ac_ext
f5385ebf
AM
3485LIBS=$ac_func_search_save_LIBS
3486fi
81ecdfbb
RW
3487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3488$as_echo "$ac_cv_search_strerror" >&6; }
3489ac_res=$ac_cv_search_strerror
3490if test "$ac_res" != no; then :
3491 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
5464f5a1 3492
f5385ebf 3493fi
5464f5a1
NN
3494
3495
81ecdfbb
RW
3496am__api_version='1.11'
3497
5464f5a1
NN
3498# Find a good install program. We prefer a C program (faster),
3499# so one script is as good as another. But avoid the broken or
3500# incompatible versions:
3501# SysV /etc/install, /usr/sbin/install
3502# SunOS /usr/etc/install
3503# IRIX /sbin/install
3504# AIX /bin/install
3505# AmigaOS /C/install, which installs bootblocks on floppy discs
252b5132
RH
3506# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3507# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3508# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5464f5a1 3509# OS/2's system install, which has a completely different semantic
252b5132 3510# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3511# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3513$as_echo_n "checking for a BSD-compatible install... " >&6; }
252b5132 3514if test -z "$INSTALL"; then
81ecdfbb
RW
3515if test "${ac_cv_path_install+set}" = set; then :
3516 $as_echo_n "(cached) " >&6
252b5132 3517else
5464f5a1
NN
3518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3519for as_dir in $PATH
3520do
3521 IFS=$as_save_IFS
3522 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3523 # Account for people who put trailing slashes in PATH elements.
3524case $as_dir/ in #((
3525 ./ | .// | /[cC]/* | \
5464f5a1 3526 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3527 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5464f5a1
NN
3528 /usr/ucb/* ) ;;
3529 *)
3530 # OSF1 and SCO ODT 3.0 have their own names for install.
3531 # Don't use installbsd from OSF since it installs stuff as root
3532 # by default.
3533 for ac_prog in ginstall scoinst install; do
3534 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 3535 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
252b5132 3536 if test $ac_prog = install &&
5464f5a1 3537 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3538 # AIX install. It has an incompatible calling convention.
3539 :
5464f5a1
NN
3540 elif test $ac_prog = install &&
3541 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3542 # program-specific install script used by HP pwplus--don't use.
3543 :
252b5132 3544 else
58c85be7
RW
3545 rm -rf conftest.one conftest.two conftest.dir
3546 echo one > conftest.one
3547 echo two > conftest.two
3548 mkdir conftest.dir
3549 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3550 test -s conftest.one && test -s conftest.two &&
3551 test -s conftest.dir/conftest.one &&
3552 test -s conftest.dir/conftest.two
3553 then
3554 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3555 break 3
3556 fi
252b5132
RH
3557 fi
3558 fi
3559 done
5464f5a1
NN
3560 done
3561 ;;
3562esac
81ecdfbb
RW
3563
3564 done
3565IFS=$as_save_IFS
5464f5a1 3566
58c85be7 3567rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3568
3569fi
3570 if test "${ac_cv_path_install+set}" = set; then
5464f5a1 3571 INSTALL=$ac_cv_path_install
252b5132 3572 else
58c85be7
RW
3573 # As a last resort, use the slow shell script. Don't cache a
3574 # value for INSTALL within a source directory, because that will
252b5132 3575 # break other packages using the cache if that directory is
58c85be7 3576 # removed, or if the value is a relative name.
5464f5a1 3577 INSTALL=$ac_install_sh
252b5132
RH
3578 fi
3579fi
81ecdfbb
RW
3580{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3581$as_echo "$INSTALL" >&6; }
252b5132
RH
3582
3583# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3584# It thinks the first close brace ends the variable substitution.
3585test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3586
5464f5a1 3587test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3588
3589test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3590
81ecdfbb
RW
3591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3592$as_echo_n "checking whether build environment is sane... " >&6; }
252b5132
RH
3593# Just in case
3594sleep 1
f5385ebf 3595echo timestamp > conftest.file
81ecdfbb
RW
3596# Reject unsafe characters in $srcdir or the absolute working directory
3597# name. Accept space and tab only in the latter.
3598am_lf='
3599'
3600case `pwd` in
3601 *[\\\"\#\$\&\'\`$am_lf]*)
3602 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3603esac
3604case $srcdir in
3605 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3606 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3607esac
3608
252b5132
RH
3609# Do `set' in a subshell so we don't clobber the current shell's
3610# arguments. Must try -L first in case configure is actually a
3611# symlink; some systems play weird games with the mod time of symlinks
3612# (eg FreeBSD returns the mod time of the symlink's containing
3613# directory).
3614if (
81ecdfbb 3615 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
252b5132
RH
3616 if test "$*" = "X"; then
3617 # -L didn't work.
81ecdfbb 3618 set X `ls -t "$srcdir/configure" conftest.file`
252b5132 3619 fi
f5385ebf
AM
3620 rm -f conftest.file
3621 if test "$*" != "X $srcdir/configure conftest.file" \
3622 && test "$*" != "X conftest.file $srcdir/configure"; then
252b5132
RH
3623
3624 # If neither matched, then we have a broken ls. This can happen
3625 # if, for instance, CONFIG_SHELL is bash and it inherits a
3626 # broken ls alias from the environment. This has actually
3627 # happened. Such a system could not be considered "sane".
81ecdfbb
RW
3628 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3629alias in your environment" "$LINENO" 5
252b5132
RH
3630 fi
3631
f5385ebf 3632 test "$2" = conftest.file
252b5132
RH
3633 )
3634then
3635 # Ok.
3636 :
3637else
81ecdfbb
RW
3638 as_fn_error "newly created file is older than distributed files!
3639Check your system clock" "$LINENO" 5
252b5132 3640fi
81ecdfbb
RW
3641{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3642$as_echo "yes" >&6; }
252b5132 3643test "$program_prefix" != NONE &&
81ecdfbb 3644 program_transform_name="s&^&$program_prefix&;$program_transform_name"
252b5132
RH
3645# Use a double $ so make ignores it.
3646test "$program_suffix" != NONE &&
81ecdfbb
RW
3647 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3648# Double any \ or $.
5464f5a1 3649# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3650ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3651program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5464f5a1 3652
f5385ebf
AM
3653# expand $ac_aux_dir to an absolute path
3654am_aux_dir=`cd $ac_aux_dir && pwd`
3655
81ecdfbb
RW
3656if test x"${MISSING+set}" != xset; then
3657 case $am_aux_dir in
3658 *\ * | *\ *)
3659 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3660 *)
3661 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3662 esac
3663fi
f5385ebf
AM
3664# Use eval to expand $SHELL
3665if eval "$MISSING --run true"; then
3666 am_missing_run="$MISSING --run "
3667else
3668 am_missing_run=
81ecdfbb
RW
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3670$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3671fi
3672
3673if test x"${install_sh}" != xset; then
3674 case $am_aux_dir in
3675 *\ * | *\ *)
3676 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3677 *)
3678 install_sh="\${SHELL} $am_aux_dir/install-sh"
3679 esac
3680fi
3681
3682# Installed binaries are usually stripped using `strip' when the user
3683# run `make install-strip'. However `strip' might not be the right
3684# tool to use in cross-compilation environments, therefore Automake
3685# will honor the `STRIP' environment variable to overrule this program.
3686if test "$cross_compiling" != no; then
3687 if test -n "$ac_tool_prefix"; then
3688 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3689set dummy ${ac_tool_prefix}strip; ac_word=$2
3690{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3691$as_echo_n "checking for $ac_word... " >&6; }
3692if test "${ac_cv_prog_STRIP+set}" = set; then :
3693 $as_echo_n "(cached) " >&6
3694else
3695 if test -n "$STRIP"; then
3696 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3697else
3698as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3699for as_dir in $PATH
3700do
3701 IFS=$as_save_IFS
3702 test -z "$as_dir" && as_dir=.
3703 for ac_exec_ext in '' $ac_executable_extensions; do
3704 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3705 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3707 break 2
3708 fi
3709done
3710 done
3711IFS=$as_save_IFS
3712
3713fi
3714fi
3715STRIP=$ac_cv_prog_STRIP
3716if test -n "$STRIP"; then
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3718$as_echo "$STRIP" >&6; }
3719else
3720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3721$as_echo "no" >&6; }
3722fi
3723
3724
3725fi
3726if test -z "$ac_cv_prog_STRIP"; then
3727 ac_ct_STRIP=$STRIP
3728 # Extract the first word of "strip", so it can be a program name with args.
3729set dummy strip; ac_word=$2
3730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3731$as_echo_n "checking for $ac_word... " >&6; }
3732if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3733 $as_echo_n "(cached) " >&6
3734else
3735 if test -n "$ac_ct_STRIP"; then
3736 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3737else
3738as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3739for as_dir in $PATH
3740do
3741 IFS=$as_save_IFS
3742 test -z "$as_dir" && as_dir=.
3743 for ac_exec_ext in '' $ac_executable_extensions; do
3744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3745 ac_cv_prog_ac_ct_STRIP="strip"
3746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3747 break 2
3748 fi
3749done
3750 done
3751IFS=$as_save_IFS
3752
3753fi
3754fi
3755ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3756if test -n "$ac_ct_STRIP"; then
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3758$as_echo "$ac_ct_STRIP" >&6; }
3759else
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3761$as_echo "no" >&6; }
3762fi
3763
3764 if test "x$ac_ct_STRIP" = x; then
3765 STRIP=":"
3766 else
3767 case $cross_compiling:$ac_tool_warned in
3768yes:)
3769{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3770$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3771ac_tool_warned=yes ;;
3772esac
3773 STRIP=$ac_ct_STRIP
3774 fi
3775else
3776 STRIP="$ac_cv_prog_STRIP"
3777fi
3778
3779fi
3780INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3781
3782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3783$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3784if test -z "$MKDIR_P"; then
3785 if test "${ac_cv_path_mkdir+set}" = set; then :
3786 $as_echo_n "(cached) " >&6
3787else
3788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3789for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3790do
3791 IFS=$as_save_IFS
3792 test -z "$as_dir" && as_dir=.
3793 for ac_prog in mkdir gmkdir; do
3794 for ac_exec_ext in '' $ac_executable_extensions; do
3795 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3796 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3797 'mkdir (GNU coreutils) '* | \
3798 'mkdir (coreutils) '* | \
3799 'mkdir (fileutils) '4.1*)
3800 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3801 break 3;;
3802 esac
3803 done
3804 done
f5385ebf 3805 done
81ecdfbb
RW
3806IFS=$as_save_IFS
3807
3808fi
3809
3810 if test "${ac_cv_path_mkdir+set}" = set; then
3811 MKDIR_P="$ac_cv_path_mkdir -p"
f5385ebf 3812 else
81ecdfbb
RW
3813 # As a last resort, use the slow shell script. Don't cache a
3814 # value for MKDIR_P within a source directory, because that will
3815 # break other packages using the cache if that directory is
3816 # removed, or if the value is a relative name.
3817 test -d ./--version && rmdir ./--version
3818 MKDIR_P="$ac_install_sh -d"
f5385ebf
AM
3819 fi
3820fi
81ecdfbb
RW
3821{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3822$as_echo "$MKDIR_P" >&6; }
3823
3824mkdir_p="$MKDIR_P"
3825case $mkdir_p in
3826 [\\/$]* | ?:[\\/]*) ;;
3827 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3828esac
f5385ebf
AM
3829
3830for ac_prog in gawk mawk nawk awk
3831do
3832 # Extract the first word of "$ac_prog", so it can be a program name with args.
3833set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3834{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3835$as_echo_n "checking for $ac_word... " >&6; }
3836if test "${ac_cv_prog_AWK+set}" = set; then :
3837 $as_echo_n "(cached) " >&6
f5385ebf
AM
3838else
3839 if test -n "$AWK"; then
3840 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3841else
3842as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3843for as_dir in $PATH
3844do
3845 IFS=$as_save_IFS
3846 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3847 for ac_exec_ext in '' $ac_executable_extensions; do
3848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
f5385ebf 3849 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 3850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f5385ebf
AM
3851 break 2
3852 fi
3853done
81ecdfbb
RW
3854 done
3855IFS=$as_save_IFS
f5385ebf
AM
3856
3857fi
3858fi
3859AWK=$ac_cv_prog_AWK
3860if test -n "$AWK"; then
81ecdfbb
RW
3861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3862$as_echo "$AWK" >&6; }
f5385ebf 3863else
81ecdfbb
RW
3864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3865$as_echo "no" >&6; }
f5385ebf
AM
3866fi
3867
81ecdfbb 3868
f5385ebf
AM
3869 test -n "$AWK" && break
3870done
3871
81ecdfbb
RW
3872{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3873$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3874set x ${MAKE-make}
3875ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3876if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3877 $as_echo_n "(cached) " >&6
5464f5a1
NN
3878else
3879 cat >conftest.make <<\_ACEOF
81ecdfbb 3880SHELL = /bin/sh
252b5132 3881all:
81ecdfbb 3882 @echo '@@@%%%=$(MAKE)=@@@%%%'
5464f5a1 3883_ACEOF
252b5132 3884# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
3885case `${MAKE-make} -f conftest.make 2>/dev/null` in
3886 *@@@%%%=?*=@@@%%%*)
3887 eval ac_cv_prog_make_${ac_make}_set=yes;;
3888 *)
3889 eval ac_cv_prog_make_${ac_make}_set=no;;
3890esac
5464f5a1 3891rm -f conftest.make
252b5132 3892fi
81ecdfbb
RW
3893if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3895$as_echo "yes" >&6; }
252b5132
RH
3896 SET_MAKE=
3897else
81ecdfbb
RW
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3899$as_echo "no" >&6; }
252b5132
RH
3900 SET_MAKE="MAKE=${MAKE-make}"
3901fi
3902
f5385ebf
AM
3903rm -rf .tst 2>/dev/null
3904mkdir .tst 2>/dev/null
3905if test -d .tst; then
3906 am__leading_dot=.
3907else
3908 am__leading_dot=_
3909fi
3910rmdir .tst 2>/dev/null
3911
3912DEPDIR="${am__leading_dot}deps"
3913
81ecdfbb 3914ac_config_commands="$ac_config_commands depfiles"
f5385ebf
AM
3915
3916
3917am_make=${MAKE-make}
3918cat > confinc << 'END'
3919am__doit:
81ecdfbb 3920 @echo this is the am__doit target
f5385ebf
AM
3921.PHONY: am__doit
3922END
3923# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
3924{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3925$as_echo_n "checking for style of include used by $am_make... " >&6; }
f5385ebf
AM
3926am__include="#"
3927am__quote=
3928_am_result=none
3929# First try GNU make style include.
3930echo "include confinc" > confmf
81ecdfbb
RW
3931# Ignore all kinds of additional output from `make'.
3932case `$am_make -s -f confmf 2> /dev/null` in #(
3933*the\ am__doit\ target*)
3934 am__include=include
3935 am__quote=
3936 _am_result=GNU
3937 ;;
3938esac
f5385ebf
AM
3939# Now try BSD make style include.
3940if test "$am__include" = "#"; then
3941 echo '.include "confinc"' > confmf
81ecdfbb
RW
3942 case `$am_make -s -f confmf 2> /dev/null` in #(
3943 *the\ am__doit\ target*)
3944 am__include=.include
3945 am__quote="\""
3946 _am_result=BSD
3947 ;;
3948 esac
f5385ebf
AM
3949fi
3950
3951
81ecdfbb
RW
3952{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3953$as_echo "$_am_result" >&6; }
f5385ebf
AM
3954rm -f confinc confmf
3955
81ecdfbb
RW
3956# Check whether --enable-dependency-tracking was given.
3957if test "${enable_dependency_tracking+set}" = set; then :
3958 enableval=$enable_dependency_tracking;
3959fi
f5385ebf 3960
f5385ebf
AM
3961if test "x$enable_dependency_tracking" != xno; then
3962 am_depcomp="$ac_aux_dir/depcomp"
3963 AMDEPBACKSLASH='\'
3964fi
81ecdfbb 3965 if test "x$enable_dependency_tracking" != xno; then
f5385ebf
AM
3966 AMDEP_TRUE=
3967 AMDEP_FALSE='#'
3968else
3969 AMDEP_TRUE='#'
3970 AMDEP_FALSE=
3971fi
6be7c12c 3972
252b5132 3973
81ecdfbb
RW
3974if test "`cd $srcdir && pwd`" != "`pwd`"; then
3975 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3976 # is not polluted with repeated "-I."
3977 am__isrc=' -I$(srcdir)'
3978 # test to see if srcdir already configured
3979 if test -f $srcdir/config.status; then
3980 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3981 fi
252b5132 3982fi
5464f5a1 3983
f5385ebf
AM
3984# test whether we have cygpath
3985if test -z "$CYGPATH_W"; then
3986 if (cygpath --version) >/dev/null 2>/dev/null; then
3987 CYGPATH_W='cygpath -w'
3988 else
3989 CYGPATH_W=echo
3990 fi
3991fi
3992
3993
3994# Define the identity of the package.
c4dd807e 3995 PACKAGE='bfd'
d8bd95ef 3996 VERSION='2.26.51'
f5385ebf
AM
3997
3998
5464f5a1 3999cat >>confdefs.h <<_ACEOF
252b5132 4000#define PACKAGE "$PACKAGE"
5464f5a1 4001_ACEOF
252b5132 4002
5464f5a1
NN
4003
4004cat >>confdefs.h <<_ACEOF
252b5132 4005#define VERSION "$VERSION"
5464f5a1 4006_ACEOF
252b5132 4007
f5385ebf
AM
4008# Some tools Automake needs.
4009
4010ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4011
4012
4013AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4014
4015
4016AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4017
4018
4019AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4020
4021
4022MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
6be7c12c 4023
f5385ebf
AM
4024# We need awk for the "check" target. The system "awk" is bad on
4025# some platforms.
4026# Always define AMTAR for backward compatibility.
4027
4028AMTAR=${AMTAR-"${am_missing_run}tar"}
4029
4030am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4031
252b5132 4032
f5385ebf
AM
4033
4034
4035depcc="$CC" am_compiler_list=
4036
81ecdfbb
RW
4037{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4038$as_echo_n "checking dependency style of $depcc... " >&6; }
4039if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4040 $as_echo_n "(cached) " >&6
252b5132 4041else
f5385ebf
AM
4042 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4043 # We make a subdir and do the tests there. Otherwise we can end up
4044 # making bogus files that we don't know about and never remove. For
4045 # instance it was reported that on HP-UX the gcc test will end up
4046 # making a dummy file named `D' -- because `-MD' means `put the output
4047 # in D'.
4048 mkdir conftest.dir
4049 # Copy depcomp to subdir because otherwise we won't find it if we're
4050 # using a relative directory.
4051 cp "$am_depcomp" conftest.dir
4052 cd conftest.dir
4053 # We will build objects and dependencies in a subdirectory because
4054 # it helps to detect inapplicable dependency modes. For instance
4055 # both Tru64's cc and ICC support -MD to output dependencies as a
4056 # side effect of compilation, but ICC will put the dependencies in
4057 # the current directory while Tru64 will put them in the object
4058 # directory.
4059 mkdir sub
4060
4061 am_cv_CC_dependencies_compiler_type=none
4062 if test "$am_compiler_list" = ""; then
4063 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4064 fi
81ecdfbb
RW
4065 am__universal=false
4066 case " $depcc " in #(
4067 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4068 esac
4069
f5385ebf
AM
4070 for depmode in $am_compiler_list; do
4071 # Setup a source with many dependencies, because some compilers
4072 # like to wrap large dependency lists on column 80 (with \), and
4073 # we should not choose a depcomp mode which is confused by this.
4074 #
4075 # We need to recreate these files for each test, as the compiler may
4076 # overwrite some of them when testing with obscure command lines.
4077 # This happens at least with the AIX C compiler.
4078 : > sub/conftest.c
4079 for i in 1 2 3 4 5 6; do
4080 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4081 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4082 # Solaris 8's {/usr,}/bin/sh.
4083 touch sub/conftst$i.h
4084 done
4085 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4086
81ecdfbb
RW
4087 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4088 # mode. It turns out that the SunPro C++ compiler does not properly
4089 # handle `-M -o', and we need to detect this. Also, some Intel
4090 # versions had trouble with output in subdirs
4091 am__obj=sub/conftest.${OBJEXT-o}
4092 am__minus_obj="-o $am__obj"
f5385ebf 4093 case $depmode in
81ecdfbb
RW
4094 gcc)
4095 # This depmode causes a compiler race in universal mode.
4096 test "$am__universal" = false || continue
4097 ;;
f5385ebf
AM
4098 nosideeffect)
4099 # after this tag, mechanisms are not by side-effect, so they'll
4100 # only be used when explicitly requested
4101 if test "x$enable_dependency_tracking" = xyes; then
4102 continue
4103 else
4104 break
4105 fi
4106 ;;
81ecdfbb
RW
4107 msvisualcpp | msvcmsys)
4108 # This compiler won't grok `-c -o', but also, the minuso test has
4109 # not run yet. These depmodes are late enough in the game, and
4110 # so weak that their functioning should not be impacted.
4111 am__obj=conftest.${OBJEXT-o}
4112 am__minus_obj=
4113 ;;
f5385ebf
AM
4114 none) break ;;
4115 esac
f5385ebf 4116 if depmode=$depmode \
81ecdfbb 4117 source=sub/conftest.c object=$am__obj \
f5385ebf 4118 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4119 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
f5385ebf 4120 >/dev/null 2>conftest.err &&
81ecdfbb 4121 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
f5385ebf 4122 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4123 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
f5385ebf
AM
4124 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4125 # icc doesn't choke on unknown options, it will just issue warnings
4126 # or remarks (even with -Werror). So we grep stderr for any message
4127 # that says an option was ignored or not supported.
4128 # When given -MP, icc 7.0 and 7.1 complain thusly:
4129 # icc: Command line warning: ignoring option '-M'; no argument required
4130 # The diagnosis changed in icc 8.0:
4131 # icc: Command line remark: option '-MP' not supported
4132 if (grep 'ignoring option' conftest.err ||
4133 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4134 am_cv_CC_dependencies_compiler_type=$depmode
4135 break
4136 fi
4137 fi
4138 done
4139
4140 cd ..
4141 rm -rf conftest.dir
4142else
4143 am_cv_CC_dependencies_compiler_type=none
4144fi
4145
252b5132 4146fi
81ecdfbb
RW
4147{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4148$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
f5385ebf 4149CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 4150
81ecdfbb 4151 if
f5385ebf
AM
4152 test "x$enable_dependency_tracking" != xno \
4153 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4154 am__fastdepCC_TRUE=
4155 am__fastdepCC_FALSE='#'
252b5132 4156else
f5385ebf
AM
4157 am__fastdepCC_TRUE='#'
4158 am__fastdepCC_FALSE=
252b5132
RH
4159fi
4160
6be7c12c 4161
e43d48cc 4162
f5385ebf 4163
5464f5a1
NN
4164if test -n "$ac_tool_prefix"; then
4165 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
252b5132 4166set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
4167{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4168$as_echo_n "checking for $ac_word... " >&6; }
4169if test "${ac_cv_prog_AR+set}" = set; then :
4170 $as_echo_n "(cached) " >&6
252b5132
RH
4171else
4172 if test -n "$AR"; then
4173 ac_cv_prog_AR="$AR" # Let the user override the test.
4174else
5464f5a1
NN
4175as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4176for as_dir in $PATH
4177do
4178 IFS=$as_save_IFS
4179 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4180 for ac_exec_ext in '' $ac_executable_extensions; do
4181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4182 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 4183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4184 break 2
4185 fi
4186done
81ecdfbb
RW
4187 done
4188IFS=$as_save_IFS
5464f5a1 4189
252b5132
RH
4190fi
4191fi
5464f5a1 4192AR=$ac_cv_prog_AR
252b5132 4193if test -n "$AR"; then
81ecdfbb
RW
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4195$as_echo "$AR" >&6; }
252b5132 4196else
81ecdfbb
RW
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4198$as_echo "no" >&6; }
5464f5a1
NN
4199fi
4200
81ecdfbb 4201
252b5132 4202fi
5464f5a1
NN
4203if test -z "$ac_cv_prog_AR"; then
4204 ac_ct_AR=$AR
4205 # Extract the first word of "ar", so it can be a program name with args.
4206set dummy ar; ac_word=$2
81ecdfbb
RW
4207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4208$as_echo_n "checking for $ac_word... " >&6; }
4209if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4210 $as_echo_n "(cached) " >&6
5464f5a1
NN
4211else
4212 if test -n "$ac_ct_AR"; then
4213 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4214else
4215as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4216for as_dir in $PATH
4217do
4218 IFS=$as_save_IFS
4219 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4220 for ac_exec_ext in '' $ac_executable_extensions; do
4221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4222 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 4223 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4224 break 2
4225 fi
4226done
81ecdfbb
RW
4227 done
4228IFS=$as_save_IFS
252b5132 4229
5464f5a1
NN
4230fi
4231fi
4232ac_ct_AR=$ac_cv_prog_ac_ct_AR
4233if test -n "$ac_ct_AR"; then
81ecdfbb
RW
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4235$as_echo "$ac_ct_AR" >&6; }
5464f5a1 4236else
81ecdfbb
RW
4237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4238$as_echo "no" >&6; }
5464f5a1 4239fi
252b5132 4240
81ecdfbb
RW
4241 if test "x$ac_ct_AR" = x; then
4242 AR=""
4243 else
4244 case $cross_compiling:$ac_tool_warned in
4245yes:)
4246{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4247$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4248ac_tool_warned=yes ;;
4249esac
4250 AR=$ac_ct_AR
4251 fi
5464f5a1
NN
4252else
4253 AR="$ac_cv_prog_AR"
4254fi
6be7c12c 4255
5464f5a1
NN
4256if test -n "$ac_tool_prefix"; then
4257 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
252b5132 4258set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
4259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4260$as_echo_n "checking for $ac_word... " >&6; }
4261if test "${ac_cv_prog_RANLIB+set}" = set; then :
4262 $as_echo_n "(cached) " >&6
252b5132
RH
4263else
4264 if test -n "$RANLIB"; then
4265 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4266else
5464f5a1
NN
4267as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4268for as_dir in $PATH
4269do
4270 IFS=$as_save_IFS
4271 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4272 for ac_exec_ext in '' $ac_executable_extensions; do
4273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4274 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 4275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4276 break 2
4277 fi
4278done
81ecdfbb
RW
4279 done
4280IFS=$as_save_IFS
5464f5a1 4281
252b5132
RH
4282fi
4283fi
5464f5a1 4284RANLIB=$ac_cv_prog_RANLIB
252b5132 4285if test -n "$RANLIB"; then
81ecdfbb
RW
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4287$as_echo "$RANLIB" >&6; }
252b5132 4288else
81ecdfbb
RW
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4290$as_echo "no" >&6; }
252b5132
RH
4291fi
4292
81ecdfbb 4293
5464f5a1 4294fi
252b5132 4295if test -z "$ac_cv_prog_RANLIB"; then
5464f5a1 4296 ac_ct_RANLIB=$RANLIB
252b5132
RH
4297 # Extract the first word of "ranlib", so it can be a program name with args.
4298set dummy ranlib; ac_word=$2
81ecdfbb
RW
4299{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4300$as_echo_n "checking for $ac_word... " >&6; }
4301if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4302 $as_echo_n "(cached) " >&6
6be7c12c 4303else
5464f5a1
NN
4304 if test -n "$ac_ct_RANLIB"; then
4305 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6be7c12c 4306else
5464f5a1
NN
4307as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4308for as_dir in $PATH
4309do
4310 IFS=$as_save_IFS
4311 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4312 for ac_exec_ext in '' $ac_executable_extensions; do
4313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5464f5a1 4314 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 4315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4316 break 2
4317 fi
4318done
81ecdfbb
RW
4319 done
4320IFS=$as_save_IFS
5464f5a1 4321
252b5132
RH
4322fi
4323fi
5464f5a1
NN
4324ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4325if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
4326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4327$as_echo "$ac_ct_RANLIB" >&6; }
252b5132 4328else
81ecdfbb
RW
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4330$as_echo "no" >&6; }
252b5132
RH
4331fi
4332
81ecdfbb
RW
4333 if test "x$ac_ct_RANLIB" = x; then
4334 RANLIB=":"
4335 else
4336 case $cross_compiling:$ac_tool_warned in
4337yes:)
4338{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4339$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4340ac_tool_warned=yes ;;
4341esac
4342 RANLIB=$ac_ct_RANLIB
4343 fi
252b5132 4344else
5464f5a1 4345 RANLIB="$ac_cv_prog_RANLIB"
6be7c12c
AO
4346fi
4347
252b5132 4348
81ecdfbb
RW
4349# Check whether --enable-shared was given.
4350if test "${enable_shared+set}" = set; then :
4351 enableval=$enable_shared; p=${PACKAGE-default}
d7040cdb
SE
4352 case $enableval in
4353 yes) enable_shared=yes ;;
4354 no) enable_shared=no ;;
4355 *)
4356 enable_shared=no
4357 # Look at the argument we got. We use all the common list separators.
4358 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4359 for pkg in $enableval; do
4360 IFS="$lt_save_ifs"
4361 if test "X$pkg" = "X$p"; then
4362 enable_shared=yes
4363 fi
4364 done
4365 IFS="$lt_save_ifs"
4366 ;;
4367 esac
252b5132
RH
4368else
4369 enable_shared=no
81ecdfbb
RW
4370fi
4371
252b5132 4372
d7040cdb
SE
4373
4374
4375
4376
4377
4378
4379
4380
cfbc9945
SE
4381ac_ext=c
4382ac_cpp='$CPP $CPPFLAGS'
4383ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4384ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4385ac_compiler_gnu=$ac_cv_c_compiler_gnu
4386if test -n "$ac_tool_prefix"; then
4387 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4388set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4389{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4390$as_echo_n "checking for $ac_word... " >&6; }
4391if test "${ac_cv_prog_CC+set}" = set; then :
4392 $as_echo_n "(cached) " >&6
252b5132 4393else
cfbc9945
SE
4394 if test -n "$CC"; then
4395 ac_cv_prog_CC="$CC" # Let the user override the test.
b2ef150d 4396else
cfbc9945
SE
4397as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4398for as_dir in $PATH
4399do
4400 IFS=$as_save_IFS
4401 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4402 for ac_exec_ext in '' $ac_executable_extensions; do
4403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4404 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4406 break 2
4407 fi
4408done
81ecdfbb
RW
4409 done
4410IFS=$as_save_IFS
c5d1701e 4411
cfbc9945
SE
4412fi
4413fi
4414CC=$ac_cv_prog_CC
4415if test -n "$CC"; then
81ecdfbb
RW
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4417$as_echo "$CC" >&6; }
252b5132 4418else
81ecdfbb
RW
4419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4420$as_echo "no" >&6; }
252b5132 4421fi
cfbc9945 4422
81ecdfbb 4423
cfbc9945
SE
4424fi
4425if test -z "$ac_cv_prog_CC"; then
4426 ac_ct_CC=$CC
4427 # Extract the first word of "gcc", so it can be a program name with args.
4428set dummy gcc; ac_word=$2
81ecdfbb
RW
4429{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4430$as_echo_n "checking for $ac_word... " >&6; }
4431if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4432 $as_echo_n "(cached) " >&6
252b5132 4433else
cfbc9945
SE
4434 if test -n "$ac_ct_CC"; then
4435 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 4436else
cfbc9945
SE
4437as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4438for as_dir in $PATH
4439do
4440 IFS=$as_save_IFS
4441 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4442 for ac_exec_ext in '' $ac_executable_extensions; do
4443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4444 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4446 break 2
4447 fi
4448done
81ecdfbb
RW
4449 done
4450IFS=$as_save_IFS
cfbc9945 4451
252b5132
RH
4452fi
4453fi
cfbc9945
SE
4454ac_ct_CC=$ac_cv_prog_ac_ct_CC
4455if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4457$as_echo "$ac_ct_CC" >&6; }
252b5132 4458else
81ecdfbb
RW
4459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4460$as_echo "no" >&6; }
252b5132 4461fi
cfbc9945 4462
81ecdfbb
RW
4463 if test "x$ac_ct_CC" = x; then
4464 CC=""
4465 else
4466 case $cross_compiling:$ac_tool_warned in
4467yes:)
4468{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4469$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4470ac_tool_warned=yes ;;
4471esac
4472 CC=$ac_ct_CC
4473 fi
cfbc9945
SE
4474else
4475 CC="$ac_cv_prog_CC"
4476fi
4477
4478if test -z "$CC"; then
81ecdfbb
RW
4479 if test -n "$ac_tool_prefix"; then
4480 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
cfbc9945 4481set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4483$as_echo_n "checking for $ac_word... " >&6; }
4484if test "${ac_cv_prog_CC+set}" = set; then :
4485 $as_echo_n "(cached) " >&6
252b5132 4486else
cfbc9945
SE
4487 if test -n "$CC"; then
4488 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4489else
cfbc9945
SE
4490as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4491for as_dir in $PATH
4492do
4493 IFS=$as_save_IFS
4494 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4495 for ac_exec_ext in '' $ac_executable_extensions; do
4496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4497 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4498 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4499 break 2
4500 fi
4501done
81ecdfbb
RW
4502 done
4503IFS=$as_save_IFS
cfbc9945 4504
252b5132
RH
4505fi
4506fi
cfbc9945
SE
4507CC=$ac_cv_prog_CC
4508if test -n "$CC"; then
81ecdfbb
RW
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4510$as_echo "$CC" >&6; }
ac48eca1 4511else
81ecdfbb
RW
4512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4513$as_echo "no" >&6; }
ac48eca1 4514fi
ac48eca1 4515
81ecdfbb
RW
4516
4517 fi
cfbc9945 4518fi
81ecdfbb 4519if test -z "$CC"; then
cfbc9945
SE
4520 # Extract the first word of "cc", so it can be a program name with args.
4521set dummy cc; ac_word=$2
81ecdfbb
RW
4522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4523$as_echo_n "checking for $ac_word... " >&6; }
4524if test "${ac_cv_prog_CC+set}" = set; then :
4525 $as_echo_n "(cached) " >&6
252b5132 4526else
81ecdfbb
RW
4527 if test -n "$CC"; then
4528 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4529else
81ecdfbb 4530 ac_prog_rejected=no
cfbc9945
SE
4531as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4532for as_dir in $PATH
4533do
4534 IFS=$as_save_IFS
4535 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4536 for ac_exec_ext in '' $ac_executable_extensions; do
4537 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945
SE
4538 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4539 ac_prog_rejected=yes
4540 continue
4541 fi
4542 ac_cv_prog_CC="cc"
81ecdfbb 4543 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4544 break 2
4545 fi
4546done
81ecdfbb
RW
4547 done
4548IFS=$as_save_IFS
cfbc9945
SE
4549
4550if test $ac_prog_rejected = yes; then
4551 # We found a bogon in the path, so make sure we never use it.
4552 set dummy $ac_cv_prog_CC
4553 shift
4554 if test $# != 0; then
4555 # We chose a different compiler from the bogus one.
4556 # However, it has the same basename, so the bogon will be chosen
4557 # first if we set CC to just the basename; use the full file name.
4558 shift
4559 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4560 fi
4561fi
4562fi
4563fi
4564CC=$ac_cv_prog_CC
4565if test -n "$CC"; then
81ecdfbb
RW
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4567$as_echo "$CC" >&6; }
cfbc9945 4568else
81ecdfbb
RW
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4570$as_echo "no" >&6; }
252b5132
RH
4571fi
4572
81ecdfbb 4573
cfbc9945
SE
4574fi
4575if test -z "$CC"; then
4576 if test -n "$ac_tool_prefix"; then
81ecdfbb 4577 for ac_prog in cl.exe
cfbc9945
SE
4578 do
4579 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4580set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4582$as_echo_n "checking for $ac_word... " >&6; }
4583if test "${ac_cv_prog_CC+set}" = set; then :
4584 $as_echo_n "(cached) " >&6
ac48eca1 4585else
cfbc9945
SE
4586 if test -n "$CC"; then
4587 ac_cv_prog_CC="$CC" # Let the user override the test.
4588else
4589as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4590for as_dir in $PATH
4591do
4592 IFS=$as_save_IFS
4593 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4594 for ac_exec_ext in '' $ac_executable_extensions; do
4595 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4596 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4597 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4598 break 2
4599 fi
4600done
81ecdfbb
RW
4601 done
4602IFS=$as_save_IFS
ac48eca1 4603
cfbc9945
SE
4604fi
4605fi
4606CC=$ac_cv_prog_CC
4607if test -n "$CC"; then
81ecdfbb
RW
4608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4609$as_echo "$CC" >&6; }
cfbc9945 4610else
81ecdfbb
RW
4611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4612$as_echo "no" >&6; }
cfbc9945 4613fi
ac48eca1 4614
81ecdfbb 4615
cfbc9945
SE
4616 test -n "$CC" && break
4617 done
4618fi
4619if test -z "$CC"; then
4620 ac_ct_CC=$CC
81ecdfbb 4621 for ac_prog in cl.exe
cfbc9945
SE
4622do
4623 # Extract the first word of "$ac_prog", so it can be a program name with args.
4624set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4625{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4626$as_echo_n "checking for $ac_word... " >&6; }
4627if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4628 $as_echo_n "(cached) " >&6
cfbc9945
SE
4629else
4630 if test -n "$ac_ct_CC"; then
4631 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4632else
4633as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4634for as_dir in $PATH
4635do
4636 IFS=$as_save_IFS
4637 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
4638 for ac_exec_ext in '' $ac_executable_extensions; do
4639 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 4640 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4642 break 2
4643 fi
4644done
81ecdfbb
RW
4645 done
4646IFS=$as_save_IFS
ac48eca1 4647
cfbc9945
SE
4648fi
4649fi
4650ac_ct_CC=$ac_cv_prog_ac_ct_CC
4651if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4653$as_echo "$ac_ct_CC" >&6; }
cfbc9945 4654else
81ecdfbb
RW
4655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4656$as_echo "no" >&6; }
cfbc9945 4657fi
ac48eca1 4658
81ecdfbb 4659
cfbc9945
SE
4660 test -n "$ac_ct_CC" && break
4661done
ac48eca1 4662
81ecdfbb
RW
4663 if test "x$ac_ct_CC" = x; then
4664 CC=""
4665 else
4666 case $cross_compiling:$ac_tool_warned in
4667yes:)
4668{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4669$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4670ac_tool_warned=yes ;;
4671esac
4672 CC=$ac_ct_CC
4673 fi
cfbc9945 4674fi
55c80943 4675
cfbc9945 4676fi
ac48eca1 4677
ac48eca1 4678
81ecdfbb
RW
4679test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4680$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4681as_fn_error "no acceptable C compiler found in \$PATH
4682See \`config.log' for more details." "$LINENO" 5; }
ac48eca1 4683
cfbc9945 4684# Provide some information about the compiler.
81ecdfbb
RW
4685$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4686set X $ac_compile
4687ac_compiler=$2
4688for ac_option in --version -v -V -qversion; do
4689 { { ac_try="$ac_compiler $ac_option >&5"
4690case "(($ac_try" in
4691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4692 *) ac_try_echo=$ac_try;;
4693esac
4694eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4695$as_echo "$ac_try_echo"; } >&5
4696 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
cfbc9945 4697 ac_status=$?
81ecdfbb
RW
4698 if test -s conftest.err; then
4699 sed '10a\
4700... rest of stderr output deleted ...
4701 10q' conftest.err >conftest.er1
4702 cat conftest.er1 >&5
4703 rm -f conftest.er1 conftest.err
4704 fi
4705 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4706 test $ac_status = 0; }
4707done
ac48eca1 4708
81ecdfbb
RW
4709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4710$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4711if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4712 $as_echo_n "(cached) " >&6
ac48eca1 4713else
81ecdfbb 4714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945 4715/* end confdefs.h. */
ac48eca1 4716
cfbc9945
SE
4717int
4718main ()
4719{
4720#ifndef __GNUC__
4721 choke me
4722#endif
5464f5a1 4723
cfbc9945
SE
4724 ;
4725 return 0;
4726}
4727_ACEOF
81ecdfbb 4728if ac_fn_c_try_compile "$LINENO"; then :
cfbc9945 4729 ac_compiler_gnu=yes
ac48eca1 4730else
81ecdfbb 4731 ac_compiler_gnu=no
ac48eca1 4732fi
81ecdfbb 4733rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
cfbc9945 4734ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac48eca1 4735
5464f5a1 4736fi
81ecdfbb
RW
4737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4738$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4739if test $ac_compiler_gnu = yes; then
4740 GCC=yes
4741else
4742 GCC=
4743fi
cfbc9945
SE
4744ac_test_CFLAGS=${CFLAGS+set}
4745ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4747$as_echo_n "checking whether $CC accepts -g... " >&6; }
4748if test "${ac_cv_prog_cc_g+set}" = set; then :
4749 $as_echo_n "(cached) " >&6
4750else
4751 ac_save_c_werror_flag=$ac_c_werror_flag
4752 ac_c_werror_flag=yes
4753 ac_cv_prog_cc_g=no
4754 CFLAGS="-g"
4755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945
SE
4756/* end confdefs.h. */
4757
4758int
4759main ()
4760{
4761
4762 ;
4763 return 0;
4764}
4765_ACEOF
81ecdfbb 4766if ac_fn_c_try_compile "$LINENO"; then :
cfbc9945 4767 ac_cv_prog_cc_g=yes
6be7c12c 4768else
81ecdfbb
RW
4769 CFLAGS=""
4770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4771/* end confdefs.h. */
4772
4773int
4774main ()
4775{
4776
4777 ;
4778 return 0;
4779}
4780_ACEOF
4781if ac_fn_c_try_compile "$LINENO"; then :
4782
4783else
4784 ac_c_werror_flag=$ac_save_c_werror_flag
4785 CFLAGS="-g"
4786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4787/* end confdefs.h. */
4788
4789int
4790main ()
4791{
5464f5a1 4792
81ecdfbb
RW
4793 ;
4794 return 0;
4795}
4796_ACEOF
4797if ac_fn_c_try_compile "$LINENO"; then :
4798 ac_cv_prog_cc_g=yes
4799fi
4800rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4801fi
81ecdfbb 4802rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4803fi
81ecdfbb
RW
4804rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4805 ac_c_werror_flag=$ac_save_c_werror_flag
4806fi
4807{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4808$as_echo "$ac_cv_prog_cc_g" >&6; }
cfbc9945
SE
4809if test "$ac_test_CFLAGS" = set; then
4810 CFLAGS=$ac_save_CFLAGS
4811elif test $ac_cv_prog_cc_g = yes; then
4812 if test "$GCC" = yes; then
4813 CFLAGS="-g -O2"
4814 else
4815 CFLAGS="-g"
4816 fi
ac48eca1 4817else
cfbc9945
SE
4818 if test "$GCC" = yes; then
4819 CFLAGS="-O2"
4820 else
4821 CFLAGS=
4822 fi
ac48eca1 4823fi
81ecdfbb
RW
4824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4825$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4826if test "${ac_cv_prog_cc_c89+set}" = set; then :
4827 $as_echo_n "(cached) " >&6
ac48eca1 4828else
81ecdfbb 4829 ac_cv_prog_cc_c89=no
cfbc9945 4830ac_save_CC=$CC
81ecdfbb 4831cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945
SE
4832/* end confdefs.h. */
4833#include <stdarg.h>
4834#include <stdio.h>
4835#include <sys/types.h>
4836#include <sys/stat.h>
4837/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4838struct buf { int x; };
4839FILE * (*rcsopen) (struct buf *, struct stat *, int);
4840static char *e (p, i)
4841 char **p;
4842 int i;
4843{
4844 return p[i];
4845}
4846static char *f (char * (*g) (char **, int), char **p, ...)
4847{
4848 char *s;
4849 va_list v;
4850 va_start (v,p);
4851 s = g (p, va_arg (v,int));
4852 va_end (v);
4853 return s;
4854}
5464f5a1 4855
cfbc9945
SE
4856/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4857 function prototypes and stuff, but not '\xHH' hex character constants.
4858 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4859 as 'x'. The following induces an error, until -std is added to get
cfbc9945
SE
4860 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4861 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4862 that's true only with -std. */
cfbc9945
SE
4863int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4864
81ecdfbb
RW
4865/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4866 inside strings and character constants. */
4867#define FOO(x) 'x'
4868int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4869
cfbc9945
SE
4870int test (int i, double x);
4871struct s1 {int (*f) (int a);};
4872struct s2 {int (*f) (double a);};
4873int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4874int argc;
4875char **argv;
4876int
4877main ()
4878{
4879return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4880 ;
4881 return 0;
4882}
4883_ACEOF
81ecdfbb
RW
4884for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4885 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
cfbc9945
SE
4886do
4887 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4888 if ac_fn_c_try_compile "$LINENO"; then :
4889 ac_cv_prog_cc_c89=$ac_arg
5464f5a1 4890fi
81ecdfbb
RW
4891rm -f core conftest.err conftest.$ac_objext
4892 test "x$ac_cv_prog_cc_c89" != "xno" && break
5464f5a1 4893done
81ecdfbb 4894rm -f conftest.$ac_ext
cfbc9945 4895CC=$ac_save_CC
5464f5a1 4896
ac48eca1 4897fi
81ecdfbb
RW
4898# AC_CACHE_VAL
4899case "x$ac_cv_prog_cc_c89" in
4900 x)
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4902$as_echo "none needed" >&6; } ;;
4903 xno)
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4905$as_echo "unsupported" >&6; } ;;
cfbc9945 4906 *)
81ecdfbb
RW
4907 CC="$CC $ac_cv_prog_cc_c89"
4908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4909$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
cfbc9945 4910esac
81ecdfbb 4911if test "x$ac_cv_prog_cc_c89" != xno; then :
6be7c12c 4912
6ec7057a 4913fi
cfbc9945 4914
cfbc9945
SE
4915ac_ext=c
4916ac_cpp='$CPP $CPPFLAGS'
4917ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4918ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4919ac_compiler_gnu=$ac_cv_c_compiler_gnu
92f01d61 4920
7357c5b6
AM
4921ac_ext=c
4922ac_cpp='$CPP $CPPFLAGS'
4923ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4924ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4925ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4927$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4928# On Suns, sometimes $CPP names a directory.
4929if test -n "$CPP" && test -d "$CPP"; then
4930 CPP=
4931fi
4932if test -z "$CPP"; then
81ecdfbb
RW
4933 if test "${ac_cv_prog_CPP+set}" = set; then :
4934 $as_echo_n "(cached) " >&6
7357c5b6
AM
4935else
4936 # Double quotes because CPP needs to be expanded
4937 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4938 do
4939 ac_preproc_ok=false
4940for ac_c_preproc_warn_flag in '' yes
4941do
4942 # Use a header file that comes with gcc, so configuring glibc
4943 # with a fresh cross-compiler works.
4944 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4945 # <limits.h> exists even on freestanding compilers.
4946 # On the NeXT, cc -E runs the code through the compiler's parser,
4947 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4949/* end confdefs.h. */
4950#ifdef __STDC__
4951# include <limits.h>
4952#else
4953# include <assert.h>
4954#endif
4955 Syntax error
4956_ACEOF
81ecdfbb 4957if ac_fn_c_try_cpp "$LINENO"; then :
cfbc9945 4958
81ecdfbb 4959else
7357c5b6
AM
4960 # Broken: fails on valid input.
4961continue
4962fi
4963rm -f conftest.err conftest.$ac_ext
d7040cdb 4964
81ecdfbb 4965 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4966 # can be detected and how.
81ecdfbb 4967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4968/* end confdefs.h. */
4969#include <ac_nonexistent.h>
4970_ACEOF
81ecdfbb 4971if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4972 # Broken: success on invalid input.
4973continue
4974else
7357c5b6
AM
4975 # Passes both tests.
4976ac_preproc_ok=:
4977break
4978fi
4979rm -f conftest.err conftest.$ac_ext
d7040cdb 4980
7357c5b6
AM
4981done
4982# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4983rm -f conftest.err conftest.$ac_ext
81ecdfbb 4984if $ac_preproc_ok; then :
7357c5b6
AM
4985 break
4986fi
d7040cdb 4987
7357c5b6
AM
4988 done
4989 ac_cv_prog_CPP=$CPP
d7040cdb 4990
7357c5b6
AM
4991fi
4992 CPP=$ac_cv_prog_CPP
4993else
4994 ac_cv_prog_CPP=$CPP
4995fi
81ecdfbb
RW
4996{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4997$as_echo "$CPP" >&6; }
7357c5b6
AM
4998ac_preproc_ok=false
4999for ac_c_preproc_warn_flag in '' yes
5000do
5001 # Use a header file that comes with gcc, so configuring glibc
5002 # with a fresh cross-compiler works.
5003 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5004 # <limits.h> exists even on freestanding compilers.
5005 # On the NeXT, cc -E runs the code through the compiler's parser,
5006 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5008/* end confdefs.h. */
5009#ifdef __STDC__
5010# include <limits.h>
5011#else
5012# include <assert.h>
5013#endif
5014 Syntax error
5015_ACEOF
81ecdfbb 5016if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 5017
81ecdfbb 5018else
7357c5b6
AM
5019 # Broken: fails on valid input.
5020continue
5021fi
5022rm -f conftest.err conftest.$ac_ext
d7040cdb 5023
81ecdfbb 5024 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 5025 # can be detected and how.
81ecdfbb 5026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5027/* end confdefs.h. */
5028#include <ac_nonexistent.h>
5029_ACEOF
81ecdfbb 5030if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
5031 # Broken: success on invalid input.
5032continue
5033else
7357c5b6
AM
5034 # Passes both tests.
5035ac_preproc_ok=:
5036break
5037fi
5038rm -f conftest.err conftest.$ac_ext
d7040cdb 5039
7357c5b6
AM
5040done
5041# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5042rm -f conftest.err conftest.$ac_ext
81ecdfbb
RW
5043if $ac_preproc_ok; then :
5044
7357c5b6 5045else
81ecdfbb
RW
5046 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5047$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5048as_fn_error "C preprocessor \"$CPP\" fails sanity check
5049See \`config.log' for more details." "$LINENO" 5; }
7357c5b6 5050fi
d7040cdb 5051
7357c5b6
AM
5052ac_ext=c
5053ac_cpp='$CPP $CPPFLAGS'
5054ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5055ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5056ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 5057
d7040cdb 5058
81ecdfbb
RW
5059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5060$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5061if test "${ac_cv_path_GREP+set}" = set; then :
5062 $as_echo_n "(cached) " >&6
5063else
5064 if test -z "$GREP"; then
5065 ac_path_GREP_found=false
5066 # Loop through the user's path and test for each of PROGNAME-LIST
5067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5068for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5069do
5070 IFS=$as_save_IFS
5071 test -z "$as_dir" && as_dir=.
5072 for ac_prog in grep ggrep; do
5073 for ac_exec_ext in '' $ac_executable_extensions; do
5074 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5075 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5076# Check for GNU ac_path_GREP and select it if it is found.
5077 # Check for GNU $ac_path_GREP
5078case `"$ac_path_GREP" --version 2>&1` in
5079*GNU*)
5080 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5081*)
5082 ac_count=0
5083 $as_echo_n 0123456789 >"conftest.in"
5084 while :
5085 do
5086 cat "conftest.in" "conftest.in" >"conftest.tmp"
5087 mv "conftest.tmp" "conftest.in"
5088 cp "conftest.in" "conftest.nl"
5089 $as_echo 'GREP' >> "conftest.nl"
5090 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5091 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5092 as_fn_arith $ac_count + 1 && ac_count=$as_val
5093 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5094 # Best one so far, save it but keep looking for a better one
5095 ac_cv_path_GREP="$ac_path_GREP"
5096 ac_path_GREP_max=$ac_count
5097 fi
5098 # 10*(2^10) chars as input seems more than enough
5099 test $ac_count -gt 10 && break
5100 done
5101 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5102esac
5103
5104 $ac_path_GREP_found && break 3
5105 done
5106 done
5107 done
5108IFS=$as_save_IFS
5109 if test -z "$ac_cv_path_GREP"; then
5110 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5111 fi
5112else
5113 ac_cv_path_GREP=$GREP
5114fi
5115
5116fi
5117{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5118$as_echo "$ac_cv_path_GREP" >&6; }
5119 GREP="$ac_cv_path_GREP"
5120
5121
5122{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5123$as_echo_n "checking for egrep... " >&6; }
5124if test "${ac_cv_path_EGREP+set}" = set; then :
5125 $as_echo_n "(cached) " >&6
7357c5b6 5126else
81ecdfbb
RW
5127 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5128 then ac_cv_path_EGREP="$GREP -E"
5129 else
5130 if test -z "$EGREP"; then
5131 ac_path_EGREP_found=false
5132 # Loop through the user's path and test for each of PROGNAME-LIST
5133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5134for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5135do
5136 IFS=$as_save_IFS
5137 test -z "$as_dir" && as_dir=.
5138 for ac_prog in egrep; do
5139 for ac_exec_ext in '' $ac_executable_extensions; do
5140 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5141 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5142# Check for GNU ac_path_EGREP and select it if it is found.
5143 # Check for GNU $ac_path_EGREP
5144case `"$ac_path_EGREP" --version 2>&1` in
5145*GNU*)
5146 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5147*)
5148 ac_count=0
5149 $as_echo_n 0123456789 >"conftest.in"
5150 while :
5151 do
5152 cat "conftest.in" "conftest.in" >"conftest.tmp"
5153 mv "conftest.tmp" "conftest.in"
5154 cp "conftest.in" "conftest.nl"
5155 $as_echo 'EGREP' >> "conftest.nl"
5156 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5157 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5158 as_fn_arith $ac_count + 1 && ac_count=$as_val
5159 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5160 # Best one so far, save it but keep looking for a better one
5161 ac_cv_path_EGREP="$ac_path_EGREP"
5162 ac_path_EGREP_max=$ac_count
7357c5b6 5163 fi
81ecdfbb
RW
5164 # 10*(2^10) chars as input seems more than enough
5165 test $ac_count -gt 10 && break
5166 done
5167 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5168esac
5169
5170 $ac_path_EGREP_found && break 3
5171 done
5172 done
5173 done
5174IFS=$as_save_IFS
5175 if test -z "$ac_cv_path_EGREP"; then
5176 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5177 fi
5178else
5179 ac_cv_path_EGREP=$EGREP
5180fi
5181
5182 fi
7357c5b6 5183fi
81ecdfbb
RW
5184{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5185$as_echo "$ac_cv_path_EGREP" >&6; }
5186 EGREP="$ac_cv_path_EGREP"
d7040cdb
SE
5187
5188
81ecdfbb
RW
5189{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5190$as_echo_n "checking for ANSI C header files... " >&6; }
5191if test "${ac_cv_header_stdc+set}" = set; then :
5192 $as_echo_n "(cached) " >&6
7357c5b6 5193else
81ecdfbb 5194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5195/* end confdefs.h. */
5196#include <stdlib.h>
5197#include <stdarg.h>
5198#include <string.h>
5199#include <float.h>
d7040cdb 5200
7357c5b6
AM
5201int
5202main ()
5203{
d7040cdb 5204
7357c5b6
AM
5205 ;
5206 return 0;
5207}
5208_ACEOF
81ecdfbb 5209if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 5210 ac_cv_header_stdc=yes
c428fa83 5211else
81ecdfbb 5212 ac_cv_header_stdc=no
7357c5b6 5213fi
81ecdfbb 5214rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 5215
7357c5b6
AM
5216if test $ac_cv_header_stdc = yes; then
5217 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 5218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5219/* end confdefs.h. */
5220#include <string.h>
d7040cdb 5221
7357c5b6
AM
5222_ACEOF
5223if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5224 $EGREP "memchr" >/dev/null 2>&1; then :
5225
7357c5b6
AM
5226else
5227 ac_cv_header_stdc=no
5228fi
5229rm -f conftest*
d7040cdb 5230
7357c5b6 5231fi
d7040cdb 5232
7357c5b6
AM
5233if test $ac_cv_header_stdc = yes; then
5234 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5236/* end confdefs.h. */
5237#include <stdlib.h>
d7040cdb 5238
7357c5b6
AM
5239_ACEOF
5240if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5241 $EGREP "free" >/dev/null 2>&1; then :
5242
7357c5b6
AM
5243else
5244 ac_cv_header_stdc=no
5245fi
5246rm -f conftest*
d7040cdb 5247
7357c5b6 5248fi
d7040cdb 5249
7357c5b6
AM
5250if test $ac_cv_header_stdc = yes; then
5251 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5252 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5253 :
5254else
81ecdfbb 5255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5256/* end confdefs.h. */
5257#include <ctype.h>
81ecdfbb 5258#include <stdlib.h>
7357c5b6
AM
5259#if ((' ' & 0x0FF) == 0x020)
5260# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5261# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5262#else
5263# define ISLOWER(c) \
5264 (('a' <= (c) && (c) <= 'i') \
5265 || ('j' <= (c) && (c) <= 'r') \
5266 || ('s' <= (c) && (c) <= 'z'))
5267# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5268#endif
d7040cdb 5269
7357c5b6
AM
5270#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5271int
5272main ()
5273{
5274 int i;
5275 for (i = 0; i < 256; i++)
5276 if (XOR (islower (i), ISLOWER (i))
5277 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5278 return 2;
5279 return 0;
7357c5b6
AM
5280}
5281_ACEOF
81ecdfbb 5282if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5283
81ecdfbb
RW
5284else
5285 ac_cv_header_stdc=no
7357c5b6 5286fi
81ecdfbb
RW
5287rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5288 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5289fi
81ecdfbb 5290
7357c5b6
AM
5291fi
5292fi
81ecdfbb
RW
5293{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5294$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5295if test $ac_cv_header_stdc = yes; then
d7040cdb 5296
81ecdfbb 5297$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5298
7357c5b6 5299fi
d7040cdb 5300
7357c5b6 5301# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
5302for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5303 inttypes.h stdint.h unistd.h
81ecdfbb
RW
5304do :
5305 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5306ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5307"
5308eval as_val=\$$as_ac_Header
5309 if test "x$as_val" = x""yes; then :
7357c5b6 5310 cat >>confdefs.h <<_ACEOF
81ecdfbb 5311#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 5312_ACEOF
d7040cdb 5313
7357c5b6
AM
5314fi
5315
5316done
5317
5318
5319
81ecdfbb
RW
5320 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5321if test "x$ac_cv_header_minix_config_h" = x""yes; then :
7357c5b6
AM
5322 MINIX=yes
5323else
5324 MINIX=
5325fi
d7040cdb
SE
5326
5327
7357c5b6 5328 if test "$MINIX" = yes; then
d7040cdb 5329
81ecdfbb 5330$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb
SE
5331
5332
81ecdfbb 5333$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5334
5335
81ecdfbb 5336$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5337
7357c5b6 5338 fi
d7040cdb
SE
5339
5340
81ecdfbb
RW
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5342$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5343if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5344 $as_echo_n "(cached) " >&6
d053aef8 5345else
81ecdfbb 5346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8 5347/* end confdefs.h. */
ce3c775b
NC
5348
5349# define __EXTENSIONS__ 1
5350 $ac_includes_default
d053aef8
JK
5351int
5352main ()
5353{
5354
5355 ;
5356 return 0;
5357}
5358_ACEOF
81ecdfbb 5359if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 5360 ac_cv_safe_to_define___extensions__=yes
d053aef8 5361else
81ecdfbb 5362 ac_cv_safe_to_define___extensions__=no
d053aef8 5363fi
81ecdfbb 5364rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce3c775b 5365fi
81ecdfbb
RW
5366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5367$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
ce3c775b 5368 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5369 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d053aef8 5370
81ecdfbb 5371 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d053aef8 5372
81ecdfbb
RW
5373 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5374
5375 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5376
5377 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d053aef8 5378
ce3c775b 5379
d053aef8 5380
d053aef8 5381
d7040cdb 5382
718a6fd8
SE
5383case `pwd` in
5384 *\ * | *\ *)
81ecdfbb
RW
5385 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5386$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5387esac
d7040cdb
SE
5388
5389
7357c5b6 5390
3725885a
RW
5391macro_version='2.2.7a'
5392macro_revision='1.3134'
7357c5b6
AM
5393
5394
5395
5396
5397
5398
7357c5b6
AM
5399
5400
5401
5402
5403
5404
5405
718a6fd8 5406ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5407
3725885a
RW
5408# Backslashify metacharacters that are still active within
5409# double-quoted strings.
5410sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5411
5412# Same as above, but do not quote variable references.
5413double_quote_subst='s/\(["`\\]\)/\\\1/g'
5414
5415# Sed substitution to delay expansion of an escaped shell variable in a
5416# double_quote_subst'ed string.
5417delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5418
5419# Sed substitution to delay expansion of an escaped single quote.
5420delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5421
5422# Sed substitution to avoid accidental globbing in evaled expressions
5423no_glob_subst='s/\*/\\\*/g'
5424
5425ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5426ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5427ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5428
5429{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5430$as_echo_n "checking how to print strings... " >&6; }
5431# Test print first, because it will be a builtin if present.
5432if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5433 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5434 ECHO='print -r --'
5435elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5436 ECHO='printf %s\n'
5437else
5438 # Use this function as a fallback that always works.
5439 func_fallback_echo ()
5440 {
5441 eval 'cat <<_LTECHO_EOF
5442$1
5443_LTECHO_EOF'
5444 }
5445 ECHO='func_fallback_echo'
5446fi
5447
5448# func_echo_all arg...
5449# Invoke $ECHO with all args, space-separated.
5450func_echo_all ()
5451{
5452 $ECHO ""
5453}
5454
5455case "$ECHO" in
5456 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5457$as_echo "printf" >&6; } ;;
5458 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5459$as_echo "print -r" >&6; } ;;
5460 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5461$as_echo "cat" >&6; } ;;
5462esac
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
81ecdfbb
RW
5477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5478$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5479if test "${ac_cv_path_SED+set}" = set; then :
5480 $as_echo_n "(cached) " >&6
7357c5b6 5481else
81ecdfbb
RW
5482 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5483 for ac_i in 1 2 3 4 5 6 7; do
5484 ac_script="$ac_script$as_nl$ac_script"
5485 done
5486 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5487 { ac_script=; unset ac_script;}
5488 if test -z "$SED"; then
5489 ac_path_SED_found=false
5490 # Loop through the user's path and test for each of PROGNAME-LIST
5491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5492for as_dir in $PATH
5493do
5494 IFS=$as_save_IFS
5495 test -z "$as_dir" && as_dir=.
81ecdfbb 5496 for ac_prog in sed gsed; do
7357c5b6 5497 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb
RW
5498 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5499 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5500# Check for GNU ac_path_SED and select it if it is found.
5501 # Check for GNU $ac_path_SED
5502case `"$ac_path_SED" --version 2>&1` in
5503*GNU*)
5504 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5505*)
5506 ac_count=0
5507 $as_echo_n 0123456789 >"conftest.in"
5508 while :
5509 do
5510 cat "conftest.in" "conftest.in" >"conftest.tmp"
5511 mv "conftest.tmp" "conftest.in"
5512 cp "conftest.in" "conftest.nl"
5513 $as_echo '' >> "conftest.nl"
5514 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5515 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5516 as_fn_arith $ac_count + 1 && ac_count=$as_val
5517 if test $ac_count -gt ${ac_path_SED_max-0}; then
5518 # Best one so far, save it but keep looking for a better one
5519 ac_cv_path_SED="$ac_path_SED"
5520 ac_path_SED_max=$ac_count
5521 fi
5522 # 10*(2^10) chars as input seems more than enough
5523 test $ac_count -gt 10 && break
5524 done
5525 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5526esac
5527
5528 $ac_path_SED_found && break 3
7357c5b6
AM
5529 done
5530 done
81ecdfbb 5531 done
7357c5b6 5532IFS=$as_save_IFS
81ecdfbb
RW
5533 if test -z "$ac_cv_path_SED"; then
5534 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5535 fi
81ecdfbb
RW
5536else
5537 ac_cv_path_SED=$SED
7357c5b6
AM
5538fi
5539
81ecdfbb
RW
5540fi
5541{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5542$as_echo "$ac_cv_path_SED" >&6; }
5543 SED="$ac_cv_path_SED"
5544 rm -f conftest.sed
7357c5b6
AM
5545
5546test -z "$SED" && SED=sed
5547Xsed="$SED -e 1s/^X//"
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
81ecdfbb
RW
5559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5560$as_echo_n "checking for fgrep... " >&6; }
5561if test "${ac_cv_path_FGREP+set}" = set; then :
5562 $as_echo_n "(cached) " >&6
7357c5b6 5563else
81ecdfbb
RW
5564 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5565 then ac_cv_path_FGREP="$GREP -F"
5566 else
5567 if test -z "$FGREP"; then
5568 ac_path_FGREP_found=false
5569 # Loop through the user's path and test for each of PROGNAME-LIST
5570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5571for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5572do
5573 IFS=$as_save_IFS
5574 test -z "$as_dir" && as_dir=.
5575 for ac_prog in fgrep; do
5576 for ac_exec_ext in '' $ac_executable_extensions; do
5577 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5578 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5579# Check for GNU ac_path_FGREP and select it if it is found.
5580 # Check for GNU $ac_path_FGREP
5581case `"$ac_path_FGREP" --version 2>&1` in
5582*GNU*)
5583 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5584*)
5585 ac_count=0
5586 $as_echo_n 0123456789 >"conftest.in"
5587 while :
5588 do
5589 cat "conftest.in" "conftest.in" >"conftest.tmp"
5590 mv "conftest.tmp" "conftest.in"
5591 cp "conftest.in" "conftest.nl"
5592 $as_echo 'FGREP' >> "conftest.nl"
5593 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5594 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5595 as_fn_arith $ac_count + 1 && ac_count=$as_val
5596 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5597 # Best one so far, save it but keep looking for a better one
5598 ac_cv_path_FGREP="$ac_path_FGREP"
5599 ac_path_FGREP_max=$ac_count
7357c5b6 5600 fi
81ecdfbb
RW
5601 # 10*(2^10) chars as input seems more than enough
5602 test $ac_count -gt 10 && break
5603 done
5604 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5605esac
5606
5607 $ac_path_FGREP_found && break 3
5608 done
5609 done
5610 done
5611IFS=$as_save_IFS
5612 if test -z "$ac_cv_path_FGREP"; then
5613 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5614 fi
5615else
5616 ac_cv_path_FGREP=$FGREP
7357c5b6 5617fi
81ecdfbb
RW
5618
5619 fi
5620fi
5621{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5622$as_echo "$ac_cv_path_FGREP" >&6; }
5623 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5624
5625
5626test -z "$GREP" && GREP=grep
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
81ecdfbb
RW
5646# Check whether --with-gnu-ld was given.
5647if test "${with_gnu_ld+set}" = set; then :
5648 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5649else
5650 with_gnu_ld=no
81ecdfbb
RW
5651fi
5652
7357c5b6
AM
5653ac_prog=ld
5654if test "$GCC" = yes; then
5655 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5657$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5658 case $host in
5659 *-*-mingw*)
5660 # gcc leaves a trailing carriage return which upsets mingw
5661 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5662 *)
5663 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5664 esac
5665 case $ac_prog in
5666 # Accept absolute paths.
5667 [\\/]* | ?:[\\/]*)
5668 re_direlt='/[^/][^/]*/\.\./'
5669 # Canonicalize the pathname of ld
5670 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5671 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
d7040cdb 5672 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
cfbc9945
SE
5673 done
5674 test -z "$LD" && LD="$ac_prog"
5675 ;;
5bd8253d 5676 "")
cfbc9945
SE
5677 # If it fails, then pretend we aren't using GCC.
5678 ac_prog=ld
5bd8253d
L
5679 ;;
5680 *)
cfbc9945
SE
5681 # If it is relative, then search for the first ld in PATH.
5682 with_gnu_ld=unknown
5bd8253d 5683 ;;
cfbc9945
SE
5684 esac
5685elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5687$as_echo_n "checking for GNU ld... " >&6; }
cfbc9945 5688else
81ecdfbb
RW
5689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5690$as_echo_n "checking for non-GNU ld... " >&6; }
cfbc9945 5691fi
81ecdfbb
RW
5692if test "${lt_cv_path_LD+set}" = set; then :
5693 $as_echo_n "(cached) " >&6
cfbc9945
SE
5694else
5695 if test -z "$LD"; then
d7040cdb 5696 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
cfbc9945 5697 for ac_dir in $PATH; do
d7040cdb 5698 IFS="$lt_save_ifs"
cfbc9945
SE
5699 test -z "$ac_dir" && ac_dir=.
5700 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5701 lt_cv_path_LD="$ac_dir/$ac_prog"
5702 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5703 # but apparently some variants of GNU ld only accept -v.
cfbc9945 5704 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5705 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5706 *GNU* | *'with BFD'*)
cfbc9945 5707 test "$with_gnu_ld" != no && break
d7040cdb
SE
5708 ;;
5709 *)
cfbc9945 5710 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5711 ;;
5712 esac
cfbc9945
SE
5713 fi
5714 done
d7040cdb 5715 IFS="$lt_save_ifs"
cfbc9945
SE
5716else
5717 lt_cv_path_LD="$LD" # Let the user override the test with a path.
9e9b66a9 5718fi
1ad12f97
NC
5719fi
5720
cfbc9945
SE
5721LD="$lt_cv_path_LD"
5722if test -n "$LD"; then
81ecdfbb
RW
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5724$as_echo "$LD" >&6; }
cfbc9945 5725else
81ecdfbb
RW
5726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5727$as_echo "no" >&6; }
cfbc9945 5728fi
81ecdfbb
RW
5729test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5731$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5732if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5733 $as_echo_n "(cached) " >&6
cfbc9945 5734else
d7040cdb
SE
5735 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5736case `$LD -v 2>&1 </dev/null` in
5737*GNU* | *'with BFD'*)
cfbc9945 5738 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5739 ;;
5740*)
cfbc9945 5741 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5742 ;;
5743esac
49c96104 5744fi
81ecdfbb
RW
5745{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5746$as_echo "$lt_cv_prog_gnu_ld" >&6; }
cfbc9945 5747with_gnu_ld=$lt_cv_prog_gnu_ld
49c96104 5748
9e9b66a9 5749
cfbc9945 5750
d7040cdb
SE
5751
5752
5753
5754
5755
5756
81ecdfbb
RW
5757{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5758$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5759if test "${lt_cv_path_NM+set}" = set; then :
5760 $as_echo_n "(cached) " >&6
cfbc9945
SE
5761else
5762 if test -n "$NM"; then
5763 # Let the user override the test.
5764 lt_cv_path_NM="$NM"
5765else
d7040cdb
SE
5766 lt_nm_to_check="${ac_tool_prefix}nm"
5767 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5768 lt_nm_to_check="$lt_nm_to_check nm"
5769 fi
5770 for lt_tmp_nm in $lt_nm_to_check; do
5771 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5772 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5773 IFS="$lt_save_ifs"
5774 test -z "$ac_dir" && ac_dir=.
5775 tmp_nm="$ac_dir/$lt_tmp_nm"
5776 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5777 # Check to see if the nm accepts a BSD-compat flag.
5778 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5779 # nm: unknown option "B" ignored
5780 # Tru64's nm complains that /dev/null is an invalid object file
5781 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5782 */dev/null* | *'Invalid file or object type'*)
5783 lt_cv_path_NM="$tmp_nm -B"
5784 break
5785 ;;
5786 *)
5787 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5788 */dev/null*)
5789 lt_cv_path_NM="$tmp_nm -p"
5790 break
5791 ;;
5792 *)
5793 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5794 continue # so that we can try to find one that supports BSD flags
5795 ;;
5796 esac
5797 ;;
5798 esac
cfbc9945 5799 fi
d7040cdb
SE
5800 done
5801 IFS="$lt_save_ifs"
cfbc9945 5802 done
d7040cdb 5803 : ${lt_cv_path_NM=no}
cfbc9945 5804fi
a2d91340 5805fi
81ecdfbb
RW
5806{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5807$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5808if test "$lt_cv_path_NM" != "no"; then
5809 NM="$lt_cv_path_NM"
cfbc9945 5810else
d7040cdb 5811 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5812 if test -n "$DUMPBIN"; then :
5813 # Let the user override the test.
5814 else
5815 if test -n "$ac_tool_prefix"; then
5816 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5817 do
5818 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5819set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5820{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5821$as_echo_n "checking for $ac_word... " >&6; }
5822if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5823 $as_echo_n "(cached) " >&6
252b5132 5824else
d7040cdb
SE
5825 if test -n "$DUMPBIN"; then
5826 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5827else
5828as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5829for as_dir in $PATH
5830do
5831 IFS=$as_save_IFS
5832 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5833 for ac_exec_ext in '' $ac_executable_extensions; do
5834 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5835 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5837 break 2
5838 fi
5839done
81ecdfbb
RW
5840 done
5841IFS=$as_save_IFS
5464f5a1 5842
d7040cdb
SE
5843fi
5844fi
5845DUMPBIN=$ac_cv_prog_DUMPBIN
5846if test -n "$DUMPBIN"; then
81ecdfbb
RW
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5848$as_echo "$DUMPBIN" >&6; }
d7040cdb 5849else
81ecdfbb
RW
5850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5851$as_echo "no" >&6; }
d7040cdb 5852fi
d5fbea21 5853
81ecdfbb 5854
d7040cdb
SE
5855 test -n "$DUMPBIN" && break
5856 done
5857fi
5858if test -z "$DUMPBIN"; then
5859 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5860 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5861do
5862 # Extract the first word of "$ac_prog", so it can be a program name with args.
5863set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5864{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5865$as_echo_n "checking for $ac_word... " >&6; }
5866if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5867 $as_echo_n "(cached) " >&6
d7040cdb
SE
5868else
5869 if test -n "$ac_ct_DUMPBIN"; then
5870 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5871else
5872as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5873for as_dir in $PATH
5874do
5875 IFS=$as_save_IFS
5876 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
5877 for ac_exec_ext in '' $ac_executable_extensions; do
5878 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 5879 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5881 break 2
cfbc9945 5882 fi
d7040cdb 5883done
81ecdfbb
RW
5884 done
5885IFS=$as_save_IFS
d5fbea21 5886
d7040cdb
SE
5887fi
5888fi
5889ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5890if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5892$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5893else
81ecdfbb
RW
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5895$as_echo "no" >&6; }
d7040cdb 5896fi
d5fbea21 5897
81ecdfbb 5898
d7040cdb
SE
5899 test -n "$ac_ct_DUMPBIN" && break
5900done
24443139 5901
81ecdfbb
RW
5902 if test "x$ac_ct_DUMPBIN" = x; then
5903 DUMPBIN=":"
5904 else
5905 case $cross_compiling:$ac_tool_warned in
5906yes:)
5907{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5908$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5909ac_tool_warned=yes ;;
5910esac
5911 DUMPBIN=$ac_ct_DUMPBIN
5912 fi
d7040cdb 5913fi
24443139 5914
3725885a
RW
5915 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5916 *COFF*)
5917 DUMPBIN="$DUMPBIN -symbols"
5918 ;;
5919 *)
5920 DUMPBIN=:
5921 ;;
5922 esac
5923 fi
24443139 5924
d7040cdb
SE
5925 if test "$DUMPBIN" != ":"; then
5926 NM="$DUMPBIN"
cfbc9945 5927 fi
d7040cdb
SE
5928fi
5929test -z "$NM" && NM=nm
a703a6ea 5930
f5385ebf 5931
cfbc9945 5932
24443139
AS
5933
5934
5935
81ecdfbb
RW
5936{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5937$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5938if test "${lt_cv_nm_interface+set}" = set; then :
5939 $as_echo_n "(cached) " >&6
d7040cdb
SE
5940else
5941 lt_cv_nm_interface="BSD nm"
5942 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5943 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
5944 (eval "$ac_compile" 2>conftest.err)
5945 cat conftest.err >&5
3725885a 5946 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
5947 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5948 cat conftest.err >&5
3725885a 5949 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
5950 cat conftest.out >&5
5951 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5952 lt_cv_nm_interface="MS dumpbin"
5953 fi
5954 rm -f conftest*
cfbc9945 5955fi
81ecdfbb
RW
5956{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5957$as_echo "$lt_cv_nm_interface" >&6; }
a703a6ea 5958
81ecdfbb
RW
5959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5960$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
5961LN_S=$as_ln_s
5962if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5964$as_echo "yes" >&6; }
d7040cdb 5965else
81ecdfbb
RW
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5967$as_echo "no, using $LN_S" >&6; }
d7040cdb 5968fi
252b5132 5969
cfbc9945 5970# find the maximum length of command line arguments
81ecdfbb
RW
5971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5972$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5973if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5974 $as_echo_n "(cached) " >&6
cfbc9945
SE
5975else
5976 i=0
5977 teststring="ABCD"
5464f5a1 5978
cfbc9945
SE
5979 case $build_os in
5980 msdosdjgpp*)
5981 # On DJGPP, this test can blow up pretty badly due to problems in libc
5982 # (any single argument exceeding 2000 bytes causes a buffer overrun
5983 # during glob expansion). Even if it were fixed, the result of this
5984 # check would be larger than it should be.
5985 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5986 ;;
5464f5a1 5987
d7040cdb
SE
5988 gnu*)
5989 # Under GNU Hurd, this test is not required because there is
5990 # no limit to the length of command line arguments.
5991 # Libtool will interpret -1 as no limit whatsoever
5992 lt_cv_sys_max_cmd_len=-1;
5993 ;;
5994
718a6fd8 5995 cygwin* | mingw* | cegcc*)
cfbc9945
SE
5996 # On Win9x/ME, this test blows up -- it succeeds, but takes
5997 # about 5 minutes as the teststring grows exponentially.
5998 # Worse, since 9x/ME are not pre-emptively multitasking,
5999 # you end up with a "frozen" computer, even though with patience
6000 # the test eventually succeeds (with a max line length of 256k).
6001 # Instead, let's just punt: use the minimum linelength reported by
6002 # all of the supported platforms: 8192 (on NT/2K/XP).
6003 lt_cv_sys_max_cmd_len=8192;
6004 ;;
5464f5a1 6005
3725885a
RW
6006 mint*)
6007 # On MiNT this can take a long time and run out of memory.
6008 lt_cv_sys_max_cmd_len=8192;
6009 ;;
6010
cfbc9945
SE
6011 amigaos*)
6012 # On AmigaOS with pdksh, this test takes hours, literally.
6013 # So we just punt and use a minimum line length of 8192.
6014 lt_cv_sys_max_cmd_len=8192;
6015 ;;
5464f5a1 6016
cfbc9945
SE
6017 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6018 # This has been around since 386BSD, at least. Likely further.
6019 if test -x /sbin/sysctl; then
6020 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6021 elif test -x /usr/sbin/sysctl; then
6022 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6023 else
d7040cdb 6024 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
cfbc9945
SE
6025 fi
6026 # And add a safety zone
6027 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6028 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6029 ;;
d7040cdb
SE
6030
6031 interix*)
6032 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6033 lt_cv_sys_max_cmd_len=196608
6034 ;;
6035
6036 osf*)
6037 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6038 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6039 # nice to cause kernel panics so lets avoid the loop below.
6040 # First set a reasonable default.
6041 lt_cv_sys_max_cmd_len=16384
6042 #
6043 if test -x /sbin/sysconfig; then
6044 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6045 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6046 esac
6047 fi
6048 ;;
6049 sco3.2v5*)
6050 lt_cv_sys_max_cmd_len=102400
6051 ;;
6052 sysv5* | sco5v6* | sysv4.2uw2*)
6053 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6054 if test -n "$kargmax"; then
6055 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6056 else
6057 lt_cv_sys_max_cmd_len=32768
6058 fi
6059 ;;
6060 *)
718a6fd8
SE
6061 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6062 if test -n "$lt_cv_sys_max_cmd_len"; then
79887925
L
6063 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6064 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6065 else
6066 # Make teststring a little bigger before we do anything with it.
6067 # a 1K string should be a reasonable start.
6068 for i in 1 2 3 4 5 6 7 8 ; do
6069 teststring=$teststring$teststring
6070 done
6071 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6072 # If test is not a shell built-in, we'll probably end up computing a
6073 # maximum length that is only half of the actual maximum length, but
6074 # we can't tell.
3725885a
RW
6075 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6076 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
79887925
L
6077 test $i != 17 # 1/2 MB should be enough
6078 do
6079 i=`expr $i + 1`
6080 teststring=$teststring$teststring
6081 done
6082 # Only check the string length outside the loop.
6083 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6084 teststring=
6085 # Add a significant safety factor because C++ compilers can tack on
6086 # massive amounts of additional arguments before passing them to the
6087 # linker. It appears as though 1/2 is a usable value.
6088 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6089 fi
d7040cdb 6090 ;;
cfbc9945 6091 esac
5464f5a1 6092
252b5132 6093fi
cfbc9945 6094
d7040cdb 6095if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
6096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6097$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5464f5a1 6098else
81ecdfbb
RW
6099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6100$as_echo "none" >&6; }
5464f5a1 6101fi
d7040cdb 6102max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 6103
cfbc9945 6104
252b5132 6105
cfbc9945 6106
cfbc9945 6107
d7040cdb 6108
d7040cdb
SE
6109: ${CP="cp -f"}
6110: ${MV="mv -f"}
6111: ${RM="rm -f"}
6112
81ecdfbb
RW
6113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6114$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
6115# Try some XSI features
6116xsi_shell=no
6117( _lt_dummy="a/b/c"
6118 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
718a6fd8
SE
6119 = c,a/b,, \
6120 && eval 'test $(( 1 + 1 )) -eq 2 \
6121 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 6122 && xsi_shell=yes
81ecdfbb
RW
6123{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6124$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
6125
6126
81ecdfbb
RW
6127{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6128$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
6129lt_shell_append=no
6130( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6131 >/dev/null 2>&1 \
6132 && lt_shell_append=yes
81ecdfbb
RW
6133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6134$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
6135
6136
6137if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6138 lt_unset=unset
5464f5a1 6139else
d7040cdb 6140 lt_unset=false
5464f5a1 6141fi
252b5132 6142
d7040cdb
SE
6143
6144
6145
6146
6147# test EBCDIC or ASCII
6148case `echo X|tr X '\101'` in
6149 A) # ASCII based system
6150 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6151 lt_SP2NL='tr \040 \012'
6152 lt_NL2SP='tr \015\012 \040\040'
6153 ;;
6154 *) # EBCDIC based system
6155 lt_SP2NL='tr \100 \n'
6156 lt_NL2SP='tr \r\n \100\100'
6157 ;;
6158esac
6159
6160
6161
6162
6163
6164
6165
6166
6167
81ecdfbb
RW
6168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6169$as_echo_n "checking for $LD option to reload object files... " >&6; }
6170if test "${lt_cv_ld_reload_flag+set}" = set; then :
6171 $as_echo_n "(cached) " >&6
5464f5a1 6172else
d7040cdb
SE
6173 lt_cv_ld_reload_flag='-r'
6174fi
81ecdfbb
RW
6175{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6176$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
6177reload_flag=$lt_cv_ld_reload_flag
6178case $reload_flag in
6179"" | " "*) ;;
6180*) reload_flag=" $reload_flag" ;;
6181esac
6182reload_cmds='$LD$reload_flag -o $output$reload_objs'
6183case $host_os in
6184 darwin*)
6185 if test "$GCC" = yes; then
6186 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6187 else
6188 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6189 fi
6190 ;;
6191esac
6192
6193
6194
6195
6196
6197
6198
6199
6200
718a6fd8
SE
6201if test -n "$ac_tool_prefix"; then
6202 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6203set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
6204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6205$as_echo_n "checking for $ac_word... " >&6; }
6206if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6207 $as_echo_n "(cached) " >&6
718a6fd8
SE
6208else
6209 if test -n "$OBJDUMP"; then
6210 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6211else
6212as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6213for as_dir in $PATH
6214do
6215 IFS=$as_save_IFS
6216 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6217 for ac_exec_ext in '' $ac_executable_extensions; do
6218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6219 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 6220 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6221 break 2
6222 fi
6223done
81ecdfbb
RW
6224 done
6225IFS=$as_save_IFS
718a6fd8
SE
6226
6227fi
6228fi
6229OBJDUMP=$ac_cv_prog_OBJDUMP
6230if test -n "$OBJDUMP"; then
81ecdfbb
RW
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6232$as_echo "$OBJDUMP" >&6; }
718a6fd8 6233else
81ecdfbb
RW
6234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6235$as_echo "no" >&6; }
718a6fd8
SE
6236fi
6237
81ecdfbb 6238
718a6fd8
SE
6239fi
6240if test -z "$ac_cv_prog_OBJDUMP"; then
6241 ac_ct_OBJDUMP=$OBJDUMP
6242 # Extract the first word of "objdump", so it can be a program name with args.
6243set dummy objdump; ac_word=$2
81ecdfbb
RW
6244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6245$as_echo_n "checking for $ac_word... " >&6; }
6246if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6247 $as_echo_n "(cached) " >&6
718a6fd8
SE
6248else
6249 if test -n "$ac_ct_OBJDUMP"; then
6250 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6251else
6252as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6253for as_dir in $PATH
6254do
6255 IFS=$as_save_IFS
6256 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6257 for ac_exec_ext in '' $ac_executable_extensions; do
6258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 6259 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6261 break 2
6262 fi
6263done
81ecdfbb
RW
6264 done
6265IFS=$as_save_IFS
718a6fd8 6266
718a6fd8
SE
6267fi
6268fi
6269ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6270if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6272$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6273else
81ecdfbb
RW
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6275$as_echo "no" >&6; }
718a6fd8
SE
6276fi
6277
81ecdfbb
RW
6278 if test "x$ac_ct_OBJDUMP" = x; then
6279 OBJDUMP="false"
6280 else
6281 case $cross_compiling:$ac_tool_warned in
6282yes:)
6283{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6284$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6285ac_tool_warned=yes ;;
6286esac
6287 OBJDUMP=$ac_ct_OBJDUMP
6288 fi
718a6fd8
SE
6289else
6290 OBJDUMP="$ac_cv_prog_OBJDUMP"
6291fi
6292
6293test -z "$OBJDUMP" && OBJDUMP=objdump
6294
6295
6296
6297
6298
6299
6300
6301
d7040cdb 6302
81ecdfbb
RW
6303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6304$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6305if test "${lt_cv_deplibs_check_method+set}" = set; then :
6306 $as_echo_n "(cached) " >&6
d7040cdb
SE
6307else
6308 lt_cv_file_magic_cmd='$MAGIC_CMD'
6309lt_cv_file_magic_test_file=
6310lt_cv_deplibs_check_method='unknown'
6311# Need to set the preceding variable on all platforms that support
6312# interlibrary dependencies.
6313# 'none' -- dependencies not supported.
6314# `unknown' -- same as none, but documents that we really don't know.
6315# 'pass_all' -- all dependencies passed with no checks.
6316# 'test_compile' -- check by making test program.
6317# 'file_magic [[regex]]' -- check by looking for files in library path
6318# which responds to the $file_magic_cmd with a given extended regex.
6319# If you have `file' or equivalent on your system and you're not sure
6320# whether `pass_all' will *always* work, you probably want this one.
6321
6322case $host_os in
e81819a5 6323aix[4-9]*)
d7040cdb
SE
6324 lt_cv_deplibs_check_method=pass_all
6325 ;;
6326
6327beos*)
6328 lt_cv_deplibs_check_method=pass_all
6329 ;;
6330
6331bsdi[45]*)
6332 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6333 lt_cv_file_magic_cmd='/usr/bin/file -L'
6334 lt_cv_file_magic_test_file=/shlib/libc.so
6335 ;;
6336
6337cygwin*)
6338 # func_win32_libid is a shell function defined in ltmain.sh
6339 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6340 lt_cv_file_magic_cmd='func_win32_libid'
6341 ;;
6342
6343mingw* | pw32*)
6344 # Base MSYS/MinGW do not provide the 'file' command needed by
6345 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6346 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6347 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6348 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
6349 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6350 lt_cv_file_magic_cmd='func_win32_libid'
6351 else
6352 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6353 lt_cv_file_magic_cmd='$OBJDUMP -f'
6354 fi
6355 ;;
6356
3725885a 6357cegcc*)
718a6fd8
SE
6358 # use the weaker test based on 'objdump'. See mingw*.
6359 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6360 lt_cv_file_magic_cmd='$OBJDUMP -f'
6361 ;;
6362
d7040cdb
SE
6363darwin* | rhapsody*)
6364 lt_cv_deplibs_check_method=pass_all
cfbc9945 6365 ;;
d7040cdb
SE
6366
6367freebsd* | dragonfly*)
6368 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6369 case $host_cpu in
6370 i*86 )
6371 # Not sure whether the presence of OpenBSD here was a mistake.
6372 # Let's accept both of them until this is cleared up.
6373 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6374 lt_cv_file_magic_cmd=/usr/bin/file
6375 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6376 ;;
6377 esac
6378 else
6379 lt_cv_deplibs_check_method=pass_all
6380 fi
6381 ;;
6382
6383gnu*)
6384 lt_cv_deplibs_check_method=pass_all
cfbc9945 6385 ;;
d7040cdb 6386
3725885a
RW
6387haiku*)
6388 lt_cv_deplibs_check_method=pass_all
6389 ;;
6390
d7040cdb
SE
6391hpux10.20* | hpux11*)
6392 lt_cv_file_magic_cmd=/usr/bin/file
6393 case $host_cpu in
6394 ia64*)
6395 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6396 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6397 ;;
6398 hppa*64*)
3725885a 6399 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
6400 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6401 ;;
cfbc9945 6402 *)
3725885a 6403 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6404 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6405 ;;
6406 esac
6407 ;;
6be7c12c 6408
d7040cdb
SE
6409interix[3-9]*)
6410 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6411 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6412 ;;
cfbc9945 6413
d7040cdb
SE
6414irix5* | irix6* | nonstopux*)
6415 case $LD in
6416 *-32|*"-32 ") libmagic=32-bit;;
6417 *-n32|*"-n32 ") libmagic=N32;;
6418 *-64|*"-64 ") libmagic=64-bit;;
6419 *) libmagic=never-match;;
6420 esac
6421 lt_cv_deplibs_check_method=pass_all
cfbc9945 6422 ;;
cfbc9945 6423
d7040cdb 6424# This must be Linux ELF.
58e24671 6425linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6426 lt_cv_deplibs_check_method=pass_all
6427 ;;
5464f5a1 6428
d7040cdb
SE
6429netbsd*)
6430 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6431 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
cfbc9945 6432 else
d7040cdb 6433 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
cfbc9945 6434 fi
d7040cdb
SE
6435 ;;
6436
6437newos6*)
6438 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6439 lt_cv_file_magic_cmd=/usr/bin/file
6440 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6441 ;;
6442
6443*nto* | *qnx*)
6444 lt_cv_deplibs_check_method=pass_all
6445 ;;
cfbc9945 6446
d7040cdb
SE
6447openbsd*)
6448 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6449 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6450 else
6451 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
cfbc9945
SE
6452 fi
6453 ;;
d7040cdb
SE
6454
6455osf3* | osf4* | osf5*)
6456 lt_cv_deplibs_check_method=pass_all
6457 ;;
6458
6459rdos*)
6460 lt_cv_deplibs_check_method=pass_all
6461 ;;
6462
6463solaris*)
6464 lt_cv_deplibs_check_method=pass_all
6465 ;;
6466
6467sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6468 lt_cv_deplibs_check_method=pass_all
6469 ;;
6470
6471sysv4 | sysv4.3*)
6472 case $host_vendor in
6473 motorola)
6474 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]'
6475 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6476 ;;
6477 ncr)
6478 lt_cv_deplibs_check_method=pass_all
6479 ;;
6480 sequent)
6481 lt_cv_file_magic_cmd='/bin/file'
6482 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6483 ;;
6484 sni)
6485 lt_cv_file_magic_cmd='/bin/file'
6486 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6487 lt_cv_file_magic_test_file=/lib/libc.so
6488 ;;
6489 siemens)
6490 lt_cv_deplibs_check_method=pass_all
6491 ;;
6492 pc)
6493 lt_cv_deplibs_check_method=pass_all
6494 ;;
6495 esac
6496 ;;
6497
6498tpf*)
6499 lt_cv_deplibs_check_method=pass_all
6500 ;;
cfbc9945
SE
6501esac
6502
d7040cdb 6503fi
81ecdfbb
RW
6504{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6505$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6506file_magic_cmd=$lt_cv_file_magic_cmd
6507deplibs_check_method=$lt_cv_deplibs_check_method
6508test -z "$deplibs_check_method" && deplibs_check_method=unknown
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518
6519
6520
cfbc9945 6521if test -n "$ac_tool_prefix"; then
d7040cdb
SE
6522 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6523set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6524{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6525$as_echo_n "checking for $ac_word... " >&6; }
6526if test "${ac_cv_prog_AR+set}" = set; then :
6527 $as_echo_n "(cached) " >&6
5464f5a1 6528else
d7040cdb
SE
6529 if test -n "$AR"; then
6530 ac_cv_prog_AR="$AR" # Let the user override the test.
5464f5a1
NN
6531else
6532as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6533for as_dir in $PATH
6534do
6535 IFS=$as_save_IFS
6536 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6537 for ac_exec_ext in '' $ac_executable_extensions; do
6538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6539 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6541 break 2
6542 fi
6543done
81ecdfbb
RW
6544 done
6545IFS=$as_save_IFS
5464f5a1
NN
6546
6547fi
6548fi
d7040cdb
SE
6549AR=$ac_cv_prog_AR
6550if test -n "$AR"; then
81ecdfbb
RW
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6552$as_echo "$AR" >&6; }
5464f5a1 6553else
81ecdfbb
RW
6554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6555$as_echo "no" >&6; }
5464f5a1
NN
6556fi
6557
81ecdfbb 6558
5464f5a1 6559fi
d7040cdb
SE
6560if test -z "$ac_cv_prog_AR"; then
6561 ac_ct_AR=$AR
6562 # Extract the first word of "ar", so it can be a program name with args.
6563set dummy ar; ac_word=$2
81ecdfbb
RW
6564{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6565$as_echo_n "checking for $ac_word... " >&6; }
6566if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6567 $as_echo_n "(cached) " >&6
252b5132 6568else
d7040cdb
SE
6569 if test -n "$ac_ct_AR"; then
6570 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
252b5132 6571else
5464f5a1
NN
6572as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6573for as_dir in $PATH
6574do
6575 IFS=$as_save_IFS
6576 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6577 for ac_exec_ext in '' $ac_executable_extensions; do
6578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6579 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6580 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6581 break 2
6582 fi
6583done
81ecdfbb
RW
6584 done
6585IFS=$as_save_IFS
5464f5a1 6586
5464f5a1
NN
6587fi
6588fi
d7040cdb
SE
6589ac_ct_AR=$ac_cv_prog_ac_ct_AR
6590if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6592$as_echo "$ac_ct_AR" >&6; }
d7040cdb 6593else
81ecdfbb
RW
6594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6595$as_echo "no" >&6; }
5464f5a1
NN
6596fi
6597
81ecdfbb
RW
6598 if test "x$ac_ct_AR" = x; then
6599 AR="false"
6600 else
6601 case $cross_compiling:$ac_tool_warned in
6602yes:)
6603{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6604$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6605ac_tool_warned=yes ;;
6606esac
6607 AR=$ac_ct_AR
6608 fi
cfbc9945 6609else
d7040cdb 6610 AR="$ac_cv_prog_AR"
5464f5a1 6611fi
cfbc9945 6612
d7040cdb
SE
6613test -z "$AR" && AR=ar
6614test -z "$AR_FLAGS" && AR_FLAGS=cru
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
cfbc9945
SE
6626if test -n "$ac_tool_prefix"; then
6627 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6628set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6630$as_echo_n "checking for $ac_word... " >&6; }
6631if test "${ac_cv_prog_STRIP+set}" = set; then :
6632 $as_echo_n "(cached) " >&6
5464f5a1 6633else
cfbc9945
SE
6634 if test -n "$STRIP"; then
6635 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5464f5a1
NN
6636else
6637as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6638for as_dir in $PATH
6639do
6640 IFS=$as_save_IFS
6641 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6642 for ac_exec_ext in '' $ac_executable_extensions; do
6643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 6644 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6645 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6646 break 2
6647 fi
6648done
81ecdfbb
RW
6649 done
6650IFS=$as_save_IFS
5464f5a1
NN
6651
6652fi
6653fi
cfbc9945
SE
6654STRIP=$ac_cv_prog_STRIP
6655if test -n "$STRIP"; then
81ecdfbb
RW
6656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6657$as_echo "$STRIP" >&6; }
5464f5a1 6658else
81ecdfbb
RW
6659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6660$as_echo "no" >&6; }
5464f5a1
NN
6661fi
6662
81ecdfbb 6663
252b5132 6664fi
cfbc9945
SE
6665if test -z "$ac_cv_prog_STRIP"; then
6666 ac_ct_STRIP=$STRIP
6667 # Extract the first word of "strip", so it can be a program name with args.
6668set dummy strip; ac_word=$2
81ecdfbb
RW
6669{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6670$as_echo_n "checking for $ac_word... " >&6; }
6671if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6672 $as_echo_n "(cached) " >&6
5464f5a1 6673else
cfbc9945
SE
6674 if test -n "$ac_ct_STRIP"; then
6675 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5464f5a1
NN
6676else
6677as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6678for as_dir in $PATH
6679do
6680 IFS=$as_save_IFS
6681 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6682 for ac_exec_ext in '' $ac_executable_extensions; do
6683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
cfbc9945 6684 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6686 break 2
6687 fi
6688done
81ecdfbb
RW
6689 done
6690IFS=$as_save_IFS
5464f5a1
NN
6691
6692fi
6693fi
cfbc9945
SE
6694ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6695if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6697$as_echo "$ac_ct_STRIP" >&6; }
5464f5a1 6698else
81ecdfbb
RW
6699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6700$as_echo "no" >&6; }
5464f5a1
NN
6701fi
6702
81ecdfbb
RW
6703 if test "x$ac_ct_STRIP" = x; then
6704 STRIP=":"
6705 else
6706 case $cross_compiling:$ac_tool_warned in
6707yes:)
6708{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6709$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6710ac_tool_warned=yes ;;
6711esac
6712 STRIP=$ac_ct_STRIP
6713 fi
cfbc9945
SE
6714else
6715 STRIP="$ac_cv_prog_STRIP"
5464f5a1
NN
6716fi
6717
d7040cdb 6718test -z "$STRIP" && STRIP=:
5464f5a1 6719
cfbc9945
SE
6720
6721
cfbc9945 6722
cfbc9945
SE
6723
6724
d7040cdb
SE
6725if test -n "$ac_tool_prefix"; then
6726 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6727set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6729$as_echo_n "checking for $ac_word... " >&6; }
6730if test "${ac_cv_prog_RANLIB+set}" = set; then :
6731 $as_echo_n "(cached) " >&6
cfbc9945 6732else
d7040cdb
SE
6733 if test -n "$RANLIB"; then
6734 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6735else
6736as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6737for as_dir in $PATH
6738do
6739 IFS=$as_save_IFS
6740 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6741 for ac_exec_ext in '' $ac_executable_extensions; do
6742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6743 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6745 break 2
cfbc9945 6746 fi
d7040cdb 6747done
81ecdfbb
RW
6748 done
6749IFS=$as_save_IFS
cfbc9945 6750
d7040cdb
SE
6751fi
6752fi
6753RANLIB=$ac_cv_prog_RANLIB
6754if test -n "$RANLIB"; then
81ecdfbb
RW
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6756$as_echo "$RANLIB" >&6; }
d7040cdb 6757else
81ecdfbb
RW
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6759$as_echo "no" >&6; }
d7040cdb 6760fi
cfbc9945 6761
81ecdfbb 6762
d7040cdb
SE
6763fi
6764if test -z "$ac_cv_prog_RANLIB"; then
6765 ac_ct_RANLIB=$RANLIB
6766 # Extract the first word of "ranlib", so it can be a program name with args.
6767set dummy ranlib; ac_word=$2
81ecdfbb
RW
6768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6769$as_echo_n "checking for $ac_word... " >&6; }
6770if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6771 $as_echo_n "(cached) " >&6
d7040cdb
SE
6772else
6773 if test -n "$ac_ct_RANLIB"; then
6774 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6775else
6776as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6777for as_dir in $PATH
6778do
6779 IFS=$as_save_IFS
6780 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
6781 for ac_exec_ext in '' $ac_executable_extensions; do
6782 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 6783 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6784 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6785 break 2
cfbc9945 6786 fi
d7040cdb 6787done
81ecdfbb
RW
6788 done
6789IFS=$as_save_IFS
cfbc9945 6790
d7040cdb
SE
6791fi
6792fi
6793ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6794if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6796$as_echo "$ac_ct_RANLIB" >&6; }
cfbc9945 6797else
81ecdfbb
RW
6798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6799$as_echo "no" >&6; }
d7040cdb 6800fi
5464f5a1 6801
81ecdfbb
RW
6802 if test "x$ac_ct_RANLIB" = x; then
6803 RANLIB=":"
6804 else
6805 case $cross_compiling:$ac_tool_warned in
6806yes:)
6807{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6808$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6809ac_tool_warned=yes ;;
6810esac
6811 RANLIB=$ac_ct_RANLIB
6812 fi
d7040cdb
SE
6813else
6814 RANLIB="$ac_cv_prog_RANLIB"
6815fi
5464f5a1 6816
d7040cdb 6817test -z "$RANLIB" && RANLIB=:
5464f5a1 6818
5464f5a1 6819
5464f5a1 6820
cfbc9945 6821
cfbc9945 6822
d7040cdb
SE
6823
6824# Determine commands to create old-style static archives.
718a6fd8 6825old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6826old_postinstall_cmds='chmod 644 $oldlib'
6827old_postuninstall_cmds=
6828
6829if test -n "$RANLIB"; then
6830 case $host_os in
6831 openbsd*)
6832 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6833 ;;
6834 *)
6835 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6836 ;;
6837 esac
6838 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
cfbc9945 6839fi
cfbc9945 6840
3725885a
RW
6841case $host_os in
6842 darwin*)
6843 lock_old_archive_extraction=yes ;;
6844 *)
6845 lock_old_archive_extraction=no ;;
6846esac
6847
6848
6849
6850
6851
6852
cfbc9945 6853
cfbc9945
SE
6854
6855
cfbc9945 6856
cfbc9945 6857
cfbc9945 6858
cfbc9945 6859
cfbc9945
SE
6860
6861
cfbc9945 6862
cfbc9945 6863
cfbc9945
SE
6864
6865
6866
6867
6868
6869
6870
5464f5a1 6871
5464f5a1 6872
cfbc9945
SE
6873
6874
6875
5464f5a1 6876
5464f5a1 6877
cfbc9945
SE
6878
6879
6880
5464f5a1 6881
cfbc9945
SE
6882
6883
6884
6885
d7040cdb
SE
6886# If no C compiler was specified, use CC.
6887LTCC=${LTCC-"$CC"}
cfbc9945 6888
d7040cdb
SE
6889# If no C compiler flags were specified, use CFLAGS.
6890LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
cfbc9945 6891
d7040cdb
SE
6892# Allow CC to be a program name with arguments.
6893compiler=$CC
cfbc9945 6894
cfbc9945 6895
d7040cdb 6896# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6898$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6899if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6900 $as_echo_n "(cached) " >&6
d7040cdb 6901else
5464f5a1 6902
d7040cdb
SE
6903# These are sane defaults that work on at least a few old systems.
6904# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5464f5a1 6905
d7040cdb
SE
6906# Character class describing NM global symbol codes.
6907symcode='[BCDEGRST]'
6908
6909# Regexp to match symbols that can be accessed directly from C.
6910sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6911
6912# Define system-specific variables.
6913case $host_os in
6914aix*)
6915 symcode='[BCDT]'
6916 ;;
718a6fd8 6917cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6918 symcode='[ABCDGISTW]'
6919 ;;
6920hpux*)
6921 if test "$host_cpu" = ia64; then
6922 symcode='[ABCDEGRST]'
6923 fi
6924 ;;
6925irix* | nonstopux*)
6926 symcode='[BCDEGRST]'
6927 ;;
6928osf*)
6929 symcode='[BCDEGQRST]'
6930 ;;
6931solaris*)
6932 symcode='[BDRT]'
6933 ;;
6934sco3.2v5*)
6935 symcode='[DT]'
6936 ;;
6937sysv4.2uw2*)
6938 symcode='[DT]'
6939 ;;
6940sysv5* | sco5v6* | unixware* | OpenUNIX*)
6941 symcode='[ABDT]'
6942 ;;
6943sysv4)
6944 symcode='[DFNSTU]'
6945 ;;
cfbc9945 6946esac
5464f5a1 6947
d7040cdb
SE
6948# If we're using GNU nm, then use its standard symbol codes.
6949case `$NM -V 2>&1` in
6950*GNU* | *'with BFD'*)
6951 symcode='[ABCDGIRSTW]' ;;
6952esac
5464f5a1 6953
d7040cdb
SE
6954# Transform an extracted symbol line into a proper C declaration.
6955# Some systems (esp. on ia64) link data and code symbols differently,
6956# so use this general approach.
6957lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5464f5a1 6958
d7040cdb
SE
6959# Transform an extracted symbol line into symbol name and symbol address
6960lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
718a6fd8 6961lt_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 6962
d7040cdb
SE
6963# Handle CRLF in mingw tool chain
6964opt_cr=
6965case $build_os in
6966mingw*)
6967 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6968 ;;
6969esac
5464f5a1 6970
d7040cdb
SE
6971# Try without a prefix underscore, then with it.
6972for ac_symprfx in "" "_"; do
6973
6974 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6975 symxfrm="\\1 $ac_symprfx\\2 \\2"
6976
6977 # Write the raw and C identifiers.
6978 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6979 # Fake it for dumpbin and say T for any non-static function
6980 # and D for any global variable.
6981 # Also find C++ and __fastcall symbols from MSVC++,
6982 # which start with @ or ?.
6983 lt_cv_sys_global_symbol_pipe="$AWK '"\
6984" {last_section=section; section=\$ 3};"\
6985" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6986" \$ 0!~/External *\|/{next};"\
6987" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6988" {if(hide[section]) next};"\
6989" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6990" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6991" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6992" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6993" ' prfx=^$ac_symprfx"
6994 else
6995 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6996 fi
cfbc9945 6997
d7040cdb
SE
6998 # Check to see that the pipe works correctly.
6999 pipe_works=no
cfbc9945 7000
d7040cdb
SE
7001 rm -f conftest*
7002 cat > conftest.$ac_ext <<_LT_EOF
7003#ifdef __cplusplus
7004extern "C" {
7005#endif
7006char nm_test_var;
7007void nm_test_func(void);
7008void nm_test_func(void){}
7009#ifdef __cplusplus
7010}
7011#endif
7012int main(){nm_test_var='a';nm_test_func();return(0);}
7013_LT_EOF
cfbc9945 7014
81ecdfbb 7015 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7016 (eval $ac_compile) 2>&5
7017 ac_status=$?
81ecdfbb
RW
7018 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7019 test $ac_status = 0; }; then
d7040cdb
SE
7020 # Now try to grab the symbols.
7021 nlist=conftest.nm
3725885a
RW
7022 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7023 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
d7040cdb 7024 ac_status=$?
81ecdfbb
RW
7025 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7026 test $ac_status = 0; } && test -s "$nlist"; then
d7040cdb
SE
7027 # Try sorting and uniquifying the output.
7028 if sort "$nlist" | uniq > "$nlist"T; then
7029 mv -f "$nlist"T "$nlist"
7030 else
7031 rm -f "$nlist"T
7032 fi
cfbc9945 7033
d7040cdb
SE
7034 # Make sure that we snagged all the symbols we need.
7035 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7036 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7037 cat <<_LT_EOF > conftest.$ac_ext
7038#ifdef __cplusplus
7039extern "C" {
7040#endif
cfbc9945 7041
d7040cdb
SE
7042_LT_EOF
7043 # Now generate the symbol file.
7044 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5464f5a1 7045
d7040cdb 7046 cat <<_LT_EOF >> conftest.$ac_ext
cfbc9945 7047
d7040cdb
SE
7048/* The mapping between symbol names and symbols. */
7049const struct {
7050 const char *name;
7051 void *address;
7052}
7053lt__PROGRAM__LTX_preloaded_symbols[] =
7054{
7055 { "@PROGRAM@", (void *) 0 },
7056_LT_EOF
7057 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7058 cat <<\_LT_EOF >> conftest.$ac_ext
7059 {0, (void *) 0}
7060};
7061
7062/* This works around a problem in FreeBSD linker */
7063#ifdef FREEBSD_WORKAROUND
7064static const void *lt_preloaded_setup() {
7065 return lt__PROGRAM__LTX_preloaded_symbols;
7066}
7067#endif
cfbc9945 7068
d7040cdb
SE
7069#ifdef __cplusplus
7070}
7071#endif
7072_LT_EOF
7073 # Now try linking the two files.
7074 mv conftest.$ac_objext conftstm.$ac_objext
7075 lt_save_LIBS="$LIBS"
7076 lt_save_CFLAGS="$CFLAGS"
7077 LIBS="conftstm.$ac_objext"
7078 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 7079 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
7080 (eval $ac_link) 2>&5
7081 ac_status=$?
81ecdfbb
RW
7082 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7083 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
d7040cdb
SE
7084 pipe_works=yes
7085 fi
7086 LIBS="$lt_save_LIBS"
7087 CFLAGS="$lt_save_CFLAGS"
7088 else
7089 echo "cannot find nm_test_func in $nlist" >&5
7090 fi
7091 else
7092 echo "cannot find nm_test_var in $nlist" >&5
7093 fi
7094 else
7095 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7096 fi
7097 else
7098 echo "$progname: failed program was:" >&5
7099 cat conftest.$ac_ext >&5
7100 fi
718a6fd8 7101 rm -rf conftest* conftst*
cfbc9945 7102
d7040cdb
SE
7103 # Do not use the global_symbol_pipe unless it works.
7104 if test "$pipe_works" = yes; then
7105 break
7106 else
7107 lt_cv_sys_global_symbol_pipe=
7108 fi
7109done
cfbc9945 7110
252b5132 7111fi
5464f5a1 7112
d7040cdb
SE
7113if test -z "$lt_cv_sys_global_symbol_pipe"; then
7114 lt_cv_sys_global_symbol_to_cdecl=
7115fi
7116if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
7117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7118$as_echo "failed" >&6; }
b3baf5d0 7119else
81ecdfbb
RW
7120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7121$as_echo "ok" >&6; }
d7040cdb 7122fi
5464f5a1 7123
cfbc9945 7124
b3baf5d0 7125
cfbc9945
SE
7126
7127
7128
7129
5464f5a1 7130
4a2a2686
HPN
7131
7132
7133
cfbc9945
SE
7134
7135
cfbc9945 7136
cfbc9945 7137
718a6fd8
SE
7138
7139
7140
7141
7142
9d7cbccd 7143
20e95c23 7144
81ecdfbb
RW
7145# Check whether --enable-libtool-lock was given.
7146if test "${enable_libtool_lock+set}" = set; then :
7147 enableval=$enable_libtool_lock;
7148fi
20e95c23 7149
d7040cdb 7150test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
20e95c23 7151
d7040cdb
SE
7152# Some flags need to be propagated to the compiler or linker for good
7153# libtool support.
7154case $host in
7155ia64-*-hpux*)
7156 # Find out which ABI we are using.
7157 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7158 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7159 (eval $ac_compile) 2>&5
7160 ac_status=$?
81ecdfbb
RW
7161 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7162 test $ac_status = 0; }; then
d7040cdb
SE
7163 case `/usr/bin/file conftest.$ac_objext` in
7164 *ELF-32*)
7165 HPUX_IA64_MODE="32"
7166 ;;
7167 *ELF-64*)
7168 HPUX_IA64_MODE="64"
7169 ;;
20e95c23 7170 esac
d7040cdb
SE
7171 fi
7172 rm -rf conftest*
7173 ;;
7174*-*-irix6*)
7175 # Find out which ABI we are using.
3725885a 7176 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 7177 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7178 (eval $ac_compile) 2>&5
7179 ac_status=$?
81ecdfbb
RW
7180 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7181 test $ac_status = 0; }; then
d7040cdb
SE
7182 if test "$lt_cv_prog_gnu_ld" = yes; then
7183 case `/usr/bin/file conftest.$ac_objext` in
7184 *32-bit*)
7185 LD="${LD-ld} -melf32bsmip"
7186 ;;
7187 *N32*)
7188 LD="${LD-ld} -melf32bmipn32"
7189 ;;
7190 *64-bit*)
7191 LD="${LD-ld} -melf64bmip"
7192 ;;
7193 esac
20e95c23 7194 else
d7040cdb
SE
7195 case `/usr/bin/file conftest.$ac_objext` in
7196 *32-bit*)
7197 LD="${LD-ld} -32"
7198 ;;
7199 *N32*)
7200 LD="${LD-ld} -n32"
7201 ;;
7202 *64-bit*)
7203 LD="${LD-ld} -64"
7204 ;;
20e95c23
DJ
7205 esac
7206 fi
d7040cdb
SE
7207 fi
7208 rm -rf conftest*
7209 ;;
20e95c23 7210
cc9afea3 7211x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
d7040cdb
SE
7212s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7213 # Find out which ABI we are using.
7214 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7215 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7216 (eval $ac_compile) 2>&5
7217 ac_status=$?
81ecdfbb
RW
7218 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7219 test $ac_status = 0; }; then
d7040cdb
SE
7220 case `/usr/bin/file conftest.o` in
7221 *32-bit*)
7222 case $host in
7223 x86_64-*kfreebsd*-gnu)
7224 LD="${LD-ld} -m elf_i386_fbsd"
7225 ;;
7226 x86_64-*linux*)
6d2920c8
L
7227 case `/usr/bin/file conftest.o` in
7228 *x86-64*)
7229 LD="${LD-ld} -m elf32_x86_64"
7230 ;;
7231 *)
7232 LD="${LD-ld} -m elf_i386"
7233 ;;
7234 esac
d7040cdb 7235 ;;
cc9afea3
AM
7236 powerpc64le-*linux*)
7237 LD="${LD-ld} -m elf32lppclinux"
7238 ;;
7239 powerpc64-*linux*)
d7040cdb
SE
7240 LD="${LD-ld} -m elf32ppclinux"
7241 ;;
7242 s390x-*linux*)
7243 LD="${LD-ld} -m elf_s390"
7244 ;;
7245 sparc64-*linux*)
7246 LD="${LD-ld} -m elf32_sparc"
7247 ;;
7248 esac
7249 ;;
7250 *64-bit*)
7251 case $host in
7252 x86_64-*kfreebsd*-gnu)
7253 LD="${LD-ld} -m elf_x86_64_fbsd"
7254 ;;
7255 x86_64-*linux*)
7256 LD="${LD-ld} -m elf_x86_64"
7257 ;;
cc9afea3
AM
7258 powerpcle-*linux*)
7259 LD="${LD-ld} -m elf64lppc"
7260 ;;
7261 powerpc-*linux*)
d7040cdb
SE
7262 LD="${LD-ld} -m elf64ppc"
7263 ;;
7264 s390*-*linux*|s390*-*tpf*)
7265 LD="${LD-ld} -m elf64_s390"
7266 ;;
7267 sparc*-*linux*)
7268 LD="${LD-ld} -m elf64_sparc"
7269 ;;
7270 esac
7271 ;;
20e95c23
DJ
7272 esac
7273 fi
d7040cdb 7274 rm -rf conftest*
7357c5b6 7275 ;;
d7040cdb 7276
7357c5b6
AM
7277*-*-sco3.2v5*)
7278 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7279 SAVE_CFLAGS="$CFLAGS"
7280 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7282$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7283if test "${lt_cv_cc_needs_belf+set}" = set; then :
7284 $as_echo_n "(cached) " >&6
d7040cdb 7285else
7357c5b6
AM
7286 ac_ext=c
7287ac_cpp='$CPP $CPPFLAGS'
7288ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7289ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7290ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7291
81ecdfbb 7292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 7293/* end confdefs.h. */
d7040cdb 7294
d7040cdb
SE
7295int
7296main ()
7297{
7357c5b6
AM
7298
7299 ;
7300 return 0;
d7040cdb
SE
7301}
7302_ACEOF
81ecdfbb 7303if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7304 lt_cv_cc_needs_belf=yes
d7040cdb 7305else
81ecdfbb 7306 lt_cv_cc_needs_belf=no
d7040cdb 7307fi
81ecdfbb
RW
7308rm -f core conftest.err conftest.$ac_objext \
7309 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7310 ac_ext=c
7311ac_cpp='$CPP $CPPFLAGS'
7312ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7313ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7314ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
7315
7316fi
81ecdfbb
RW
7317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7318$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
7319 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7320 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7321 CFLAGS="$SAVE_CFLAGS"
7322 fi
7323 ;;
7324sparc*-*solaris*)
7325 # Find out which ABI we are using.
7326 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7327 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7328 (eval $ac_compile) 2>&5
7329 ac_status=$?
81ecdfbb
RW
7330 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7331 test $ac_status = 0; }; then
7357c5b6
AM
7332 case `/usr/bin/file conftest.o` in
7333 *64-bit*)
7334 case $lt_cv_prog_gnu_ld in
7335 yes*) LD="${LD-ld} -m elf64_sparc" ;;
718a6fd8
SE
7336 *)
7337 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7338 LD="${LD-ld} -64"
7339 fi
7340 ;;
7357c5b6
AM
7341 esac
7342 ;;
7343 esac
7344 fi
7345 rm -rf conftest*
7346 ;;
7347esac
d7040cdb 7348
7357c5b6 7349need_locks="$enable_libtool_lock"
d7040cdb
SE
7350
7351
718a6fd8
SE
7352 case $host_os in
7353 rhapsody* | darwin*)
7354 if test -n "$ac_tool_prefix"; then
7355 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7356set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7358$as_echo_n "checking for $ac_word... " >&6; }
7359if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7360 $as_echo_n "(cached) " >&6
718a6fd8
SE
7361else
7362 if test -n "$DSYMUTIL"; then
7363 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7364else
7365as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7366for as_dir in $PATH
7367do
7368 IFS=$as_save_IFS
7369 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7370 for ac_exec_ext in '' $ac_executable_extensions; do
7371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7372 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7374 break 2
7375 fi
7376done
81ecdfbb
RW
7377 done
7378IFS=$as_save_IFS
718a6fd8
SE
7379
7380fi
7381fi
7382DSYMUTIL=$ac_cv_prog_DSYMUTIL
7383if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7385$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7386else
81ecdfbb
RW
7387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7388$as_echo "no" >&6; }
718a6fd8
SE
7389fi
7390
81ecdfbb 7391
718a6fd8
SE
7392fi
7393if test -z "$ac_cv_prog_DSYMUTIL"; then
7394 ac_ct_DSYMUTIL=$DSYMUTIL
7395 # Extract the first word of "dsymutil", so it can be a program name with args.
7396set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7398$as_echo_n "checking for $ac_word... " >&6; }
7399if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7400 $as_echo_n "(cached) " >&6
718a6fd8
SE
7401else
7402 if test -n "$ac_ct_DSYMUTIL"; then
7403 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7404else
7405as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7406for as_dir in $PATH
7407do
7408 IFS=$as_save_IFS
7409 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7410 for ac_exec_ext in '' $ac_executable_extensions; do
7411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7412 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7414 break 2
7415 fi
7416done
81ecdfbb
RW
7417 done
7418IFS=$as_save_IFS
718a6fd8 7419
718a6fd8
SE
7420fi
7421fi
7422ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7423if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7425$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7426else
81ecdfbb
RW
7427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7428$as_echo "no" >&6; }
718a6fd8
SE
7429fi
7430
81ecdfbb
RW
7431 if test "x$ac_ct_DSYMUTIL" = x; then
7432 DSYMUTIL=":"
7433 else
7434 case $cross_compiling:$ac_tool_warned in
7435yes:)
7436{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7437$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7438ac_tool_warned=yes ;;
7439esac
7440 DSYMUTIL=$ac_ct_DSYMUTIL
7441 fi
718a6fd8
SE
7442else
7443 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7444fi
7445
7446 if test -n "$ac_tool_prefix"; then
7447 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7448set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7450$as_echo_n "checking for $ac_word... " >&6; }
7451if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7452 $as_echo_n "(cached) " >&6
718a6fd8
SE
7453else
7454 if test -n "$NMEDIT"; then
7455 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7456else
7457as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7458for as_dir in $PATH
7459do
7460 IFS=$as_save_IFS
7461 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7462 for ac_exec_ext in '' $ac_executable_extensions; do
7463 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7464 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7466 break 2
7467 fi
7468done
81ecdfbb
RW
7469 done
7470IFS=$as_save_IFS
718a6fd8
SE
7471
7472fi
7473fi
7474NMEDIT=$ac_cv_prog_NMEDIT
7475if test -n "$NMEDIT"; then
81ecdfbb
RW
7476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7477$as_echo "$NMEDIT" >&6; }
718a6fd8 7478else
81ecdfbb
RW
7479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7480$as_echo "no" >&6; }
718a6fd8
SE
7481fi
7482
81ecdfbb 7483
718a6fd8
SE
7484fi
7485if test -z "$ac_cv_prog_NMEDIT"; then
7486 ac_ct_NMEDIT=$NMEDIT
7487 # Extract the first word of "nmedit", so it can be a program name with args.
7488set dummy nmedit; ac_word=$2
81ecdfbb
RW
7489{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7490$as_echo_n "checking for $ac_word... " >&6; }
7491if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7492 $as_echo_n "(cached) " >&6
718a6fd8
SE
7493else
7494 if test -n "$ac_ct_NMEDIT"; then
7495 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7496else
7497as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7498for as_dir in $PATH
7499do
7500 IFS=$as_save_IFS
7501 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7502 for ac_exec_ext in '' $ac_executable_extensions; do
7503 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7504 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7505 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7506 break 2
7507 fi
7508done
81ecdfbb
RW
7509 done
7510IFS=$as_save_IFS
718a6fd8 7511
718a6fd8
SE
7512fi
7513fi
7514ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7515if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7517$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7518else
81ecdfbb
RW
7519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7520$as_echo "no" >&6; }
718a6fd8
SE
7521fi
7522
81ecdfbb
RW
7523 if test "x$ac_ct_NMEDIT" = x; then
7524 NMEDIT=":"
7525 else
7526 case $cross_compiling:$ac_tool_warned in
7527yes:)
7528{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7529$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7530ac_tool_warned=yes ;;
7531esac
7532 NMEDIT=$ac_ct_NMEDIT
7533 fi
718a6fd8
SE
7534else
7535 NMEDIT="$ac_cv_prog_NMEDIT"
7536fi
7537
7538 if test -n "$ac_tool_prefix"; then
7539 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7540set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7541{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7542$as_echo_n "checking for $ac_word... " >&6; }
7543if test "${ac_cv_prog_LIPO+set}" = set; then :
7544 $as_echo_n "(cached) " >&6
718a6fd8
SE
7545else
7546 if test -n "$LIPO"; then
7547 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7548else
7549as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7550for as_dir in $PATH
7551do
7552 IFS=$as_save_IFS
7553 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7554 for ac_exec_ext in '' $ac_executable_extensions; do
7555 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7556 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7558 break 2
7559 fi
7560done
81ecdfbb
RW
7561 done
7562IFS=$as_save_IFS
718a6fd8
SE
7563
7564fi
7565fi
7566LIPO=$ac_cv_prog_LIPO
7567if test -n "$LIPO"; then
81ecdfbb
RW
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7569$as_echo "$LIPO" >&6; }
718a6fd8 7570else
81ecdfbb
RW
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7572$as_echo "no" >&6; }
718a6fd8
SE
7573fi
7574
81ecdfbb 7575
718a6fd8
SE
7576fi
7577if test -z "$ac_cv_prog_LIPO"; then
7578 ac_ct_LIPO=$LIPO
7579 # Extract the first word of "lipo", so it can be a program name with args.
7580set dummy lipo; ac_word=$2
81ecdfbb
RW
7581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7582$as_echo_n "checking for $ac_word... " >&6; }
7583if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7584 $as_echo_n "(cached) " >&6
718a6fd8
SE
7585else
7586 if test -n "$ac_ct_LIPO"; then
7587 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7588else
7589as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7590for as_dir in $PATH
7591do
7592 IFS=$as_save_IFS
7593 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7594 for ac_exec_ext in '' $ac_executable_extensions; do
7595 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7596 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7597 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7598 break 2
7599 fi
7600done
81ecdfbb
RW
7601 done
7602IFS=$as_save_IFS
718a6fd8 7603
718a6fd8
SE
7604fi
7605fi
7606ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7607if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7609$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7610else
81ecdfbb
RW
7611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7612$as_echo "no" >&6; }
718a6fd8
SE
7613fi
7614
81ecdfbb
RW
7615 if test "x$ac_ct_LIPO" = x; then
7616 LIPO=":"
7617 else
7618 case $cross_compiling:$ac_tool_warned in
7619yes:)
7620{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7621$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7622ac_tool_warned=yes ;;
7623esac
7624 LIPO=$ac_ct_LIPO
7625 fi
7626else
718a6fd8
SE
7627 LIPO="$ac_cv_prog_LIPO"
7628fi
7629
7630 if test -n "$ac_tool_prefix"; then
7631 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7632set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7633{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7634$as_echo_n "checking for $ac_word... " >&6; }
7635if test "${ac_cv_prog_OTOOL+set}" = set; then :
7636 $as_echo_n "(cached) " >&6
718a6fd8
SE
7637else
7638 if test -n "$OTOOL"; then
7639 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7640else
7641as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7642for as_dir in $PATH
7643do
7644 IFS=$as_save_IFS
7645 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7646 for ac_exec_ext in '' $ac_executable_extensions; do
7647 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7648 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7649 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7650 break 2
7651 fi
7652done
81ecdfbb
RW
7653 done
7654IFS=$as_save_IFS
718a6fd8
SE
7655
7656fi
7657fi
7658OTOOL=$ac_cv_prog_OTOOL
7659if test -n "$OTOOL"; then
81ecdfbb
RW
7660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7661$as_echo "$OTOOL" >&6; }
718a6fd8 7662else
81ecdfbb
RW
7663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7664$as_echo "no" >&6; }
718a6fd8
SE
7665fi
7666
81ecdfbb 7667
718a6fd8
SE
7668fi
7669if test -z "$ac_cv_prog_OTOOL"; then
7670 ac_ct_OTOOL=$OTOOL
7671 # Extract the first word of "otool", so it can be a program name with args.
7672set dummy otool; ac_word=$2
81ecdfbb
RW
7673{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7674$as_echo_n "checking for $ac_word... " >&6; }
7675if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7676 $as_echo_n "(cached) " >&6
718a6fd8
SE
7677else
7678 if test -n "$ac_ct_OTOOL"; then
7679 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7680else
7681as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7682for as_dir in $PATH
7683do
7684 IFS=$as_save_IFS
7685 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7686 for ac_exec_ext in '' $ac_executable_extensions; do
7687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7688 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7690 break 2
7691 fi
7692done
81ecdfbb
RW
7693 done
7694IFS=$as_save_IFS
718a6fd8 7695
718a6fd8
SE
7696fi
7697fi
7698ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7699if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7701$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7702else
81ecdfbb
RW
7703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7704$as_echo "no" >&6; }
718a6fd8
SE
7705fi
7706
81ecdfbb
RW
7707 if test "x$ac_ct_OTOOL" = x; then
7708 OTOOL=":"
7709 else
7710 case $cross_compiling:$ac_tool_warned in
7711yes:)
7712{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7713$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7714ac_tool_warned=yes ;;
7715esac
7716 OTOOL=$ac_ct_OTOOL
7717 fi
718a6fd8
SE
7718else
7719 OTOOL="$ac_cv_prog_OTOOL"
7720fi
7721
7722 if test -n "$ac_tool_prefix"; then
7723 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7724set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7726$as_echo_n "checking for $ac_word... " >&6; }
7727if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7728 $as_echo_n "(cached) " >&6
718a6fd8
SE
7729else
7730 if test -n "$OTOOL64"; then
7731 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7732else
7733as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7734for as_dir in $PATH
7735do
7736 IFS=$as_save_IFS
7737 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7738 for ac_exec_ext in '' $ac_executable_extensions; do
7739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7740 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7742 break 2
7743 fi
7744done
81ecdfbb
RW
7745 done
7746IFS=$as_save_IFS
718a6fd8
SE
7747
7748fi
7749fi
7750OTOOL64=$ac_cv_prog_OTOOL64
7751if test -n "$OTOOL64"; then
81ecdfbb
RW
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7753$as_echo "$OTOOL64" >&6; }
718a6fd8 7754else
81ecdfbb
RW
7755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7756$as_echo "no" >&6; }
718a6fd8
SE
7757fi
7758
81ecdfbb 7759
718a6fd8
SE
7760fi
7761if test -z "$ac_cv_prog_OTOOL64"; then
7762 ac_ct_OTOOL64=$OTOOL64
7763 # Extract the first word of "otool64", so it can be a program name with args.
7764set dummy otool64; ac_word=$2
81ecdfbb
RW
7765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7766$as_echo_n "checking for $ac_word... " >&6; }
7767if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7768 $as_echo_n "(cached) " >&6
718a6fd8
SE
7769else
7770 if test -n "$ac_ct_OTOOL64"; then
7771 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7772else
7773as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7774for as_dir in $PATH
7775do
7776 IFS=$as_save_IFS
7777 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
7778 for ac_exec_ext in '' $ac_executable_extensions; do
7779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
718a6fd8 7780 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7782 break 2
7783 fi
7784done
81ecdfbb
RW
7785 done
7786IFS=$as_save_IFS
718a6fd8 7787
718a6fd8
SE
7788fi
7789fi
7790ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7791if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7793$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7794else
81ecdfbb
RW
7795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7796$as_echo "no" >&6; }
718a6fd8
SE
7797fi
7798
81ecdfbb
RW
7799 if test "x$ac_ct_OTOOL64" = x; then
7800 OTOOL64=":"
7801 else
7802 case $cross_compiling:$ac_tool_warned in
7803yes:)
7804{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7805$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7806ac_tool_warned=yes ;;
7807esac
7808 OTOOL64=$ac_ct_OTOOL64
7809 fi
718a6fd8
SE
7810else
7811 OTOOL64="$ac_cv_prog_OTOOL64"
7812fi
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
81ecdfbb
RW
7840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7841$as_echo_n "checking for -single_module linker flag... " >&6; }
7842if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7843 $as_echo_n "(cached) " >&6
718a6fd8
SE
7844else
7845 lt_cv_apple_cc_single_mod=no
7846 if test -z "${LT_MULTI_MODULE}"; then
7847 # By default we will add the -single_module flag. You can override
7848 # by either setting the environment variable LT_MULTI_MODULE
7849 # non-empty at configure time, or by adding -multi_module to the
7850 # link flags.
7851 rm -rf libconftest.dylib*
7852 echo "int foo(void){return 1;}" > conftest.c
7853 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7854-dynamiclib -Wl,-single_module conftest.c" >&5
7855 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7856 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7857 _lt_result=$?
7858 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7859 lt_cv_apple_cc_single_mod=yes
7860 else
7861 cat conftest.err >&5
7862 fi
7863 rm -rf libconftest.dylib*
7864 rm -f conftest.*
7865 fi
7866fi
81ecdfbb
RW
7867{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7868$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7870$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7871if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7872 $as_echo_n "(cached) " >&6
718a6fd8
SE
7873else
7874 lt_cv_ld_exported_symbols_list=no
7875 save_LDFLAGS=$LDFLAGS
7876 echo "_main" > conftest.sym
7877 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7879/* end confdefs.h. */
7880
7881int
7882main ()
7883{
7884
7885 ;
7886 return 0;
7887}
7888_ACEOF
81ecdfbb 7889if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7890 lt_cv_ld_exported_symbols_list=yes
7891else
81ecdfbb 7892 lt_cv_ld_exported_symbols_list=no
718a6fd8 7893fi
81ecdfbb
RW
7894rm -f core conftest.err conftest.$ac_objext \
7895 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7896 LDFLAGS="$save_LDFLAGS"
7897
7898fi
81ecdfbb
RW
7899{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7900$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7902$as_echo_n "checking for -force_load linker flag... " >&6; }
7903if test "${lt_cv_ld_force_load+set}" = set; then :
7904 $as_echo_n "(cached) " >&6
7905else
7906 lt_cv_ld_force_load=no
7907 cat > conftest.c << _LT_EOF
7908int forced_loaded() { return 2;}
7909_LT_EOF
7910 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7911 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7912 echo "$AR cru libconftest.a conftest.o" >&5
7913 $AR cru libconftest.a conftest.o 2>&5
7914 cat > conftest.c << _LT_EOF
7915int main() { return 0;}
7916_LT_EOF
7917 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7918 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7919 _lt_result=$?
7920 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7921 lt_cv_ld_force_load=yes
7922 else
7923 cat conftest.err >&5
7924 fi
7925 rm -f conftest.err libconftest.a conftest conftest.c
7926 rm -rf conftest.dSYM
7927
7928fi
7929{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7930$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7931 case $host_os in
7932 rhapsody* | darwin1.[012])
7933 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7934 darwin1.*)
7935 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7936 darwin*) # darwin 5.x on
7937 # if running on 10.5 or later, the deployment target defaults
7938 # to the OS version, if on x86, and 10.4, the deployment
7939 # target defaults to 10.4. Don't you love it?
7940 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7941 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7942 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7943 10.[012][,.]*)
718a6fd8
SE
7944 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7945 10.*)
7946 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7947 esac
7948 ;;
7949 esac
7950 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7951 _lt_dar_single_mod='$single_module'
7952 fi
7953 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7954 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7955 else
7956 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7957 fi
3725885a 7958 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7959 _lt_dsymutil='~$DSYMUTIL $lib || :'
7960 else
7961 _lt_dsymutil=
7962 fi
7963 ;;
7964 esac
7965
d7040cdb 7966for ac_header in dlfcn.h
81ecdfbb
RW
7967do :
7968 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7969"
7970if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
d7040cdb 7971 cat >>confdefs.h <<_ACEOF
81ecdfbb 7972#define HAVE_DLFCN_H 1
d7040cdb
SE
7973_ACEOF
7974
7975fi
7976
7977done
7978
7979
7980
3725885a
RW
7981
7982
718a6fd8 7983# Set options
ce3c775b 7984enable_dlopen=yes
718a6fd8
SE
7985
7986
7987
718a6fd8
SE
7988
7989 enable_win32_dll=no
7990
7991
7992
81ecdfbb
RW
7993 # Check whether --enable-static was given.
7994if test "${enable_static+set}" = set; then :
7995 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7996 case $enableval in
7997 yes) enable_static=yes ;;
7998 no) enable_static=no ;;
7999 *)
8000 enable_static=no
8001 # Look at the argument we got. We use all the common list separators.
8002 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8003 for pkg in $enableval; do
8004 IFS="$lt_save_ifs"
8005 if test "X$pkg" = "X$p"; then
8006 enable_static=yes
8007 fi
8008 done
8009 IFS="$lt_save_ifs"
8010 ;;
8011 esac
8012else
8013 enable_static=yes
81ecdfbb 8014fi
718a6fd8
SE
8015
8016
8017
8018
8019
8020
8021
8022
8023
81ecdfbb
RW
8024
8025# Check whether --with-pic was given.
8026if test "${with_pic+set}" = set; then :
8027 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
8028else
8029 pic_mode=default
81ecdfbb
RW
8030fi
8031
718a6fd8
SE
8032
8033test -z "$pic_mode" && pic_mode=default
8034
8035
8036
8037
8038
8039
8040
81ecdfbb
RW
8041 # Check whether --enable-fast-install was given.
8042if test "${enable_fast_install+set}" = set; then :
8043 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
8044 case $enableval in
8045 yes) enable_fast_install=yes ;;
8046 no) enable_fast_install=no ;;
8047 *)
8048 enable_fast_install=no
8049 # Look at the argument we got. We use all the common list separators.
8050 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8051 for pkg in $enableval; do
8052 IFS="$lt_save_ifs"
8053 if test "X$pkg" = "X$p"; then
8054 enable_fast_install=yes
8055 fi
8056 done
8057 IFS="$lt_save_ifs"
8058 ;;
8059 esac
8060else
8061 enable_fast_install=yes
81ecdfbb
RW
8062fi
8063
718a6fd8
SE
8064
8065
8066
8067
8068
8069
8070
8071
8072
8073
d7040cdb
SE
8074# This can be used to rebuild libtool when needed
8075LIBTOOL_DEPS="$ltmain"
8076
8077# Always use our own libtool.
8078LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8079
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
3725885a 8102
d7040cdb
SE
8103
8104
8105test -z "$LN_S" && LN_S="ln -s"
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120if test -n "${ZSH_VERSION+set}" ; then
8121 setopt NO_GLOB_SUBST
8122fi
8123
81ecdfbb
RW
8124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8125$as_echo_n "checking for objdir... " >&6; }
8126if test "${lt_cv_objdir+set}" = set; then :
8127 $as_echo_n "(cached) " >&6
d7040cdb
SE
8128else
8129 rm -f .libs 2>/dev/null
8130mkdir .libs 2>/dev/null
8131if test -d .libs; then
8132 lt_cv_objdir=.libs
8133else
8134 # MS-DOS does not allow filenames that begin with a dot.
8135 lt_cv_objdir=_libs
8136fi
8137rmdir .libs 2>/dev/null
8138fi
81ecdfbb
RW
8139{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8140$as_echo "$lt_cv_objdir" >&6; }
d7040cdb
SE
8141objdir=$lt_cv_objdir
8142
8143
8144
8145
8146
8147cat >>confdefs.h <<_ACEOF
8148#define LT_OBJDIR "$lt_cv_objdir/"
8149_ACEOF
8150
8151
8152
8153
d7040cdb
SE
8154case $host_os in
8155aix3*)
8156 # AIX sometimes has problems with the GCC collect2 program. For some
8157 # reason, if we set the COLLECT_NAMES environment variable, the problems
8158 # vanish in a puff of smoke.
8159 if test "X${COLLECT_NAMES+set}" != Xset; then
8160 COLLECT_NAMES=
8161 export COLLECT_NAMES
8162 fi
8163 ;;
8164esac
8165
d7040cdb
SE
8166# Global variables:
8167ofile=libtool
8168can_build_shared=yes
8169
8170# All known linkers require a `.a' archive for static linking (except MSVC,
8171# which needs '.lib').
8172libext=a
8173
8174with_gnu_ld="$lt_cv_prog_gnu_ld"
8175
8176old_CC="$CC"
8177old_CFLAGS="$CFLAGS"
8178
8179# Set sane defaults for various variables
8180test -z "$CC" && CC=cc
8181test -z "$LTCC" && LTCC=$CC
8182test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8183test -z "$LD" && LD=ld
8184test -z "$ac_objext" && ac_objext=o
8185
8186for cc_temp in $compiler""; do
8187 case $cc_temp in
8188 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8189 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8190 \-*) ;;
8191 *) break;;
8192 esac
8193done
3725885a 8194cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
8195
8196
8197# Only perform the check for file, if the check method requires it
8198test -z "$MAGIC_CMD" && MAGIC_CMD=file
8199case $deplibs_check_method in
8200file_magic*)
8201 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8203$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8204if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8205 $as_echo_n "(cached) " >&6
d7040cdb
SE
8206else
8207 case $MAGIC_CMD in
8208[\\/*] | ?:[\\/]*)
8209 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8210 ;;
8211*)
8212 lt_save_MAGIC_CMD="$MAGIC_CMD"
8213 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8214 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8215 for ac_dir in $ac_dummy; do
8216 IFS="$lt_save_ifs"
8217 test -z "$ac_dir" && ac_dir=.
8218 if test -f $ac_dir/${ac_tool_prefix}file; then
8219 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8220 if test -n "$file_magic_test_file"; then
8221 case $deplibs_check_method in
8222 "file_magic "*)
8223 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8224 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8225 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8226 $EGREP "$file_magic_regex" > /dev/null; then
8227 :
8228 else
8229 cat <<_LT_EOF 1>&2
8230
8231*** Warning: the command libtool uses to detect shared libraries,
8232*** $file_magic_cmd, produces output that libtool cannot recognize.
8233*** The result is that libtool may fail to recognize shared libraries
8234*** as such. This will affect the creation of libtool libraries that
8235*** depend on shared libraries, but programs linked with such libtool
8236*** libraries will work regardless of this problem. Nevertheless, you
8237*** may want to report the problem to your system manager and/or to
8238*** bug-libtool@gnu.org
8239
8240_LT_EOF
8241 fi ;;
8242 esac
8243 fi
8244 break
8245 fi
8246 done
8247 IFS="$lt_save_ifs"
8248 MAGIC_CMD="$lt_save_MAGIC_CMD"
8249 ;;
8250esac
8251fi
8252
8253MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8254if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8256$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 8257else
81ecdfbb
RW
8258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8259$as_echo "no" >&6; }
d7040cdb
SE
8260fi
8261
8262
8263
8264
8265
8266if test -z "$lt_cv_path_MAGIC_CMD"; then
8267 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8269$as_echo_n "checking for file... " >&6; }
8270if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8271 $as_echo_n "(cached) " >&6
d7040cdb
SE
8272else
8273 case $MAGIC_CMD in
8274[\\/*] | ?:[\\/]*)
8275 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8276 ;;
8277*)
8278 lt_save_MAGIC_CMD="$MAGIC_CMD"
8279 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8280 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8281 for ac_dir in $ac_dummy; do
8282 IFS="$lt_save_ifs"
8283 test -z "$ac_dir" && ac_dir=.
8284 if test -f $ac_dir/file; then
8285 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8286 if test -n "$file_magic_test_file"; then
8287 case $deplibs_check_method in
8288 "file_magic "*)
8289 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8290 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8291 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8292 $EGREP "$file_magic_regex" > /dev/null; then
8293 :
8294 else
8295 cat <<_LT_EOF 1>&2
8296
8297*** Warning: the command libtool uses to detect shared libraries,
8298*** $file_magic_cmd, produces output that libtool cannot recognize.
8299*** The result is that libtool may fail to recognize shared libraries
8300*** as such. This will affect the creation of libtool libraries that
8301*** depend on shared libraries, but programs linked with such libtool
8302*** libraries will work regardless of this problem. Nevertheless, you
8303*** may want to report the problem to your system manager and/or to
8304*** bug-libtool@gnu.org
8305
8306_LT_EOF
8307 fi ;;
8308 esac
8309 fi
8310 break
8311 fi
8312 done
8313 IFS="$lt_save_ifs"
8314 MAGIC_CMD="$lt_save_MAGIC_CMD"
8315 ;;
8316esac
8317fi
8318
8319MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8320if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8322$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 8323else
81ecdfbb
RW
8324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8325$as_echo "no" >&6; }
d7040cdb
SE
8326fi
8327
8328
8329 else
8330 MAGIC_CMD=:
8331 fi
8332fi
8333
8334 fi
8335 ;;
8336esac
8337
8338# Use C for the default configuration in the libtool script
8339
8340lt_save_CC="$CC"
8341ac_ext=c
8342ac_cpp='$CPP $CPPFLAGS'
8343ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8344ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8345ac_compiler_gnu=$ac_cv_c_compiler_gnu
8346
8347
8348# Source file extension for C test sources.
8349ac_ext=c
8350
8351# Object file extension for compiled C test sources.
8352objext=o
8353objext=$objext
8354
8355# Code to be used in simple compile tests
8356lt_simple_compile_test_code="int some_variable = 0;"
8357
8358# Code to be used in simple link tests
8359lt_simple_link_test_code='int main(){return(0);}'
8360
8361
8362
8363
8364
8365
8366
8367# If no C compiler was specified, use CC.
8368LTCC=${LTCC-"$CC"}
8369
8370# If no C compiler flags were specified, use CFLAGS.
8371LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8372
8373# Allow CC to be a program name with arguments.
8374compiler=$CC
8375
8376# Save the default compiler, since it gets overwritten when the other
8377# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8378compiler_DEFAULT=$CC
8379
8380# save warnings/boilerplate of simple test code
8381ac_outfile=conftest.$ac_objext
8382echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8383eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8384_lt_compiler_boilerplate=`cat conftest.err`
8385$RM conftest*
8386
8387ac_outfile=conftest.$ac_objext
8388echo "$lt_simple_link_test_code" >conftest.$ac_ext
8389eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8390_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8391$RM -r conftest*
d7040cdb
SE
8392
8393
8394## CAVEAT EMPTOR:
8395## There is no encapsulation within the following macros, do not change
8396## the running order or otherwise move them around unless you know exactly
8397## what you are doing...
8398if test -n "$compiler"; then
8399
8400lt_prog_compiler_no_builtin_flag=
8401
8402if test "$GCC" = yes; then
3725885a
RW
8403 case $cc_basename in
8404 nvcc*)
8405 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8406 *)
8407 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8408 esac
d7040cdb 8409
81ecdfbb
RW
8410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8411$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8412if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8413 $as_echo_n "(cached) " >&6
d7040cdb
SE
8414else
8415 lt_cv_prog_compiler_rtti_exceptions=no
8416 ac_outfile=conftest.$ac_objext
8417 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8418 lt_compiler_flag="-fno-rtti -fno-exceptions"
8419 # Insert the option either (1) after the last *FLAGS variable, or
8420 # (2) before a word containing "conftest.", or (3) at the end.
8421 # Note that $ac_compile itself does not contain backslashes and begins
8422 # with a dollar sign (not a hyphen), so the echo should work correctly.
8423 # The option is referenced via a variable to avoid confusing sed.
8424 lt_compile=`echo "$ac_compile" | $SED \
8425 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8426 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8427 -e 's:$: $lt_compiler_flag:'`
3725885a 8428 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8429 (eval "$lt_compile" 2>conftest.err)
8430 ac_status=$?
8431 cat conftest.err >&5
3725885a 8432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8433 if (exit $ac_status) && test -s "$ac_outfile"; then
8434 # The compiler can only warn and ignore the option if not recognized
8435 # So say no if there are warnings other than the usual output.
3725885a 8436 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8437 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8438 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8439 lt_cv_prog_compiler_rtti_exceptions=yes
8440 fi
8441 fi
8442 $RM conftest*
8443
8444fi
81ecdfbb
RW
8445{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8446$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8447
8448if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8449 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8450else
8451 :
8452fi
8453
8454fi
8455
8456
8457
8458
8459
8460
8461 lt_prog_compiler_wl=
8462lt_prog_compiler_pic=
8463lt_prog_compiler_static=
8464
81ecdfbb
RW
8465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8466$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8467
8468 if test "$GCC" = yes; then
8469 lt_prog_compiler_wl='-Wl,'
8470 lt_prog_compiler_static='-static'
8471
8472 case $host_os in
8473 aix*)
8474 # All AIX code is PIC.
8475 if test "$host_cpu" = ia64; then
8476 # AIX 5 now supports IA64 processor
8477 lt_prog_compiler_static='-Bstatic'
8478 fi
6c9c0a50 8479 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8480 ;;
8481
8482 amigaos*)
718a6fd8
SE
8483 case $host_cpu in
8484 powerpc)
8485 # see comment about AmigaOS4 .so support
8486 lt_prog_compiler_pic='-fPIC'
8487 ;;
8488 m68k)
8489 # FIXME: we need at least 68020 code to build shared libraries, but
8490 # adding the `-m68020' flag to GCC prevents building anything better,
8491 # like `-m68040'.
8492 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8493 ;;
8494 esac
d7040cdb
SE
8495 ;;
8496
8497 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8498 # PIC is the default for these OSes.
8499 ;;
8500
718a6fd8 8501 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8502 # This hack is so that the source file can tell whether it is being
8503 # built for inclusion in a dll (and should export symbols for example).
8504 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8505 # (--disable-auto-import) libraries
8506 lt_prog_compiler_pic='-DDLL_EXPORT'
8507 ;;
8508
8509 darwin* | rhapsody*)
8510 # PIC is the default on this platform
8511 # Common symbols not allowed in MH_DYLIB files
8512 lt_prog_compiler_pic='-fno-common'
8513 ;;
8514
3725885a
RW
8515 haiku*)
8516 # PIC is the default for Haiku.
8517 # The "-static" flag exists, but is broken.
8518 lt_prog_compiler_static=
8519 ;;
8520
d7040cdb 8521 hpux*)
718a6fd8
SE
8522 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8523 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8524 # sets the default TLS model and affects inlining.
d7040cdb 8525 case $host_cpu in
718a6fd8 8526 hppa*64*)
d7040cdb
SE
8527 # +Z the default
8528 ;;
8529 *)
8530 lt_prog_compiler_pic='-fPIC'
8531 ;;
8532 esac
8533 ;;
8534
8535 interix[3-9]*)
8536 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8537 # Instead, we relocate shared libraries at runtime.
8538 ;;
8539
8540 msdosdjgpp*)
8541 # Just because we use GCC doesn't mean we suddenly get shared libraries
8542 # on systems that don't support them.
8543 lt_prog_compiler_can_build_shared=no
8544 enable_shared=no
8545 ;;
8546
8547 *nto* | *qnx*)
8548 # QNX uses GNU C++, but need to define -shared option too, otherwise
8549 # it will coredump.
8550 lt_prog_compiler_pic='-fPIC -shared'
8551 ;;
8552
8553 sysv4*MP*)
8554 if test -d /usr/nec; then
8555 lt_prog_compiler_pic=-Kconform_pic
8556 fi
8557 ;;
8558
8559 *)
8560 lt_prog_compiler_pic='-fPIC'
8561 ;;
8562 esac
3725885a
RW
8563
8564 case $cc_basename in
8565 nvcc*) # Cuda Compiler Driver 2.2
8566 lt_prog_compiler_wl='-Xlinker '
8567 lt_prog_compiler_pic='-Xcompiler -fPIC'
8568 ;;
8569 esac
d7040cdb
SE
8570 else
8571 # PORTME Check for flag to pass linker flags through the system compiler.
8572 case $host_os in
8573 aix*)
8574 lt_prog_compiler_wl='-Wl,'
8575 if test "$host_cpu" = ia64; then
8576 # AIX 5 now supports IA64 processor
8577 lt_prog_compiler_static='-Bstatic'
8578 else
8579 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8580 fi
8581 ;;
d7040cdb 8582
718a6fd8 8583 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8584 # This hack is so that the source file can tell whether it is being
8585 # built for inclusion in a dll (and should export symbols for example).
8586 lt_prog_compiler_pic='-DDLL_EXPORT'
8587 ;;
8588
8589 hpux9* | hpux10* | hpux11*)
8590 lt_prog_compiler_wl='-Wl,'
8591 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8592 # not for PA HP-UX.
8593 case $host_cpu in
8594 hppa*64*|ia64*)
8595 # +Z the default
8596 ;;
8597 *)
8598 lt_prog_compiler_pic='+Z'
8599 ;;
8600 esac
8601 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8602 lt_prog_compiler_static='${wl}-a ${wl}archive'
8603 ;;
8604
8605 irix5* | irix6* | nonstopux*)
8606 lt_prog_compiler_wl='-Wl,'
8607 # PIC (with -KPIC) is the default.
8608 lt_prog_compiler_static='-non_shared'
8609 ;;
8610
58e24671 8611 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8612 case $cc_basename in
718a6fd8
SE
8613 # old Intel for x86_64 which still supported -KPIC.
8614 ecc*)
d7040cdb
SE
8615 lt_prog_compiler_wl='-Wl,'
8616 lt_prog_compiler_pic='-KPIC'
8617 lt_prog_compiler_static='-static'
8618 ;;
718a6fd8
SE
8619 # icc used to be incompatible with GCC.
8620 # ICC 10 doesn't accept -KPIC any more.
8621 icc* | ifort*)
8622 lt_prog_compiler_wl='-Wl,'
8623 lt_prog_compiler_pic='-fPIC'
8624 lt_prog_compiler_static='-static'
8625 ;;
8626 # Lahey Fortran 8.1.
8627 lf95*)
8628 lt_prog_compiler_wl='-Wl,'
8629 lt_prog_compiler_pic='--shared'
8630 lt_prog_compiler_static='--static'
8631 ;;
3725885a 8632 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8633 # Portland Group compilers (*not* the Pentium gcc compiler,
8634 # which looks to be a dead project)
8635 lt_prog_compiler_wl='-Wl,'
8636 lt_prog_compiler_pic='-fpic'
8637 lt_prog_compiler_static='-Bstatic'
8638 ;;
8639 ccc*)
8640 lt_prog_compiler_wl='-Wl,'
8641 # All Alpha code is PIC.
8642 lt_prog_compiler_static='-non_shared'
8643 ;;
3725885a
RW
8644 xl* | bgxl* | bgf* | mpixl*)
8645 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8646 lt_prog_compiler_wl='-Wl,'
8647 lt_prog_compiler_pic='-qpic'
8648 lt_prog_compiler_static='-qstaticlink'
8649 ;;
d7040cdb
SE
8650 *)
8651 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8652 *Sun\ F* | *Sun*Fortran*)
8653 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8654 lt_prog_compiler_pic='-KPIC'
8655 lt_prog_compiler_static='-Bstatic'
3725885a 8656 lt_prog_compiler_wl=''
d7040cdb 8657 ;;
3725885a
RW
8658 *Sun\ C*)
8659 # Sun C 5.9
d7040cdb
SE
8660 lt_prog_compiler_pic='-KPIC'
8661 lt_prog_compiler_static='-Bstatic'
3725885a 8662 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8663 ;;
8664 esac
8665 ;;
8666 esac
8667 ;;
8668
8669 newsos6)
8670 lt_prog_compiler_pic='-KPIC'
8671 lt_prog_compiler_static='-Bstatic'
8672 ;;
8673
8674 *nto* | *qnx*)
8675 # QNX uses GNU C++, but need to define -shared option too, otherwise
8676 # it will coredump.
8677 lt_prog_compiler_pic='-fPIC -shared'
8678 ;;
8679
8680 osf3* | osf4* | osf5*)
8681 lt_prog_compiler_wl='-Wl,'
8682 # All OSF/1 code is PIC.
8683 lt_prog_compiler_static='-non_shared'
8684 ;;
8685
8686 rdos*)
8687 lt_prog_compiler_static='-non_shared'
8688 ;;
8689
8690 solaris*)
8691 lt_prog_compiler_pic='-KPIC'
8692 lt_prog_compiler_static='-Bstatic'
8693 case $cc_basename in
8694 f77* | f90* | f95*)
8695 lt_prog_compiler_wl='-Qoption ld ';;
8696 *)
8697 lt_prog_compiler_wl='-Wl,';;
8698 esac
8699 ;;
8700
8701 sunos4*)
8702 lt_prog_compiler_wl='-Qoption ld '
8703 lt_prog_compiler_pic='-PIC'
8704 lt_prog_compiler_static='-Bstatic'
8705 ;;
8706
8707 sysv4 | sysv4.2uw2* | sysv4.3*)
8708 lt_prog_compiler_wl='-Wl,'
8709 lt_prog_compiler_pic='-KPIC'
8710 lt_prog_compiler_static='-Bstatic'
8711 ;;
8712
8713 sysv4*MP*)
8714 if test -d /usr/nec ;then
8715 lt_prog_compiler_pic='-Kconform_pic'
8716 lt_prog_compiler_static='-Bstatic'
8717 fi
8718 ;;
8719
8720 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8721 lt_prog_compiler_wl='-Wl,'
8722 lt_prog_compiler_pic='-KPIC'
8723 lt_prog_compiler_static='-Bstatic'
8724 ;;
8725
8726 unicos*)
8727 lt_prog_compiler_wl='-Wl,'
8728 lt_prog_compiler_can_build_shared=no
8729 ;;
8730
8731 uts4*)
8732 lt_prog_compiler_pic='-pic'
8733 lt_prog_compiler_static='-Bstatic'
8734 ;;
8735
8736 *)
8737 lt_prog_compiler_can_build_shared=no
8738 ;;
8739 esac
8740 fi
8741
8742case $host_os in
8743 # For platforms which do not support PIC, -DPIC is meaningless:
8744 *djgpp*)
8745 lt_prog_compiler_pic=
8746 ;;
8747 *)
8748 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8749 ;;
8750esac
81ecdfbb
RW
8751{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8752$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
8753
8754
8755
8756
8757
8758
8759#
8760# Check to make sure the PIC flag actually works.
8761#
8762if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8764$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8765if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8766 $as_echo_n "(cached) " >&6
d7040cdb 8767else
718a6fd8 8768 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8769 ac_outfile=conftest.$ac_objext
8770 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8771 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8772 # Insert the option either (1) after the last *FLAGS variable, or
8773 # (2) before a word containing "conftest.", or (3) at the end.
8774 # Note that $ac_compile itself does not contain backslashes and begins
8775 # with a dollar sign (not a hyphen), so the echo should work correctly.
8776 # The option is referenced via a variable to avoid confusing sed.
8777 lt_compile=`echo "$ac_compile" | $SED \
8778 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8779 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8780 -e 's:$: $lt_compiler_flag:'`
3725885a 8781 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8782 (eval "$lt_compile" 2>conftest.err)
8783 ac_status=$?
8784 cat conftest.err >&5
3725885a 8785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8786 if (exit $ac_status) && test -s "$ac_outfile"; then
8787 # The compiler can only warn and ignore the option if not recognized
8788 # So say no if there are warnings other than the usual output.
3725885a 8789 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8790 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8791 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8792 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8793 fi
8794 fi
8795 $RM conftest*
8796
8797fi
81ecdfbb
RW
8798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8799$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8800
718a6fd8 8801if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8802 case $lt_prog_compiler_pic in
8803 "" | " "*) ;;
8804 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8805 esac
8806else
8807 lt_prog_compiler_pic=
8808 lt_prog_compiler_can_build_shared=no
8809fi
8810
8811fi
8812
8813
8814
8815
8816
8817
8818#
8819# Check to make sure the static flag actually works.
8820#
8821wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8823$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8824if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8825 $as_echo_n "(cached) " >&6
d7040cdb 8826else
718a6fd8 8827 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8828 save_LDFLAGS="$LDFLAGS"
8829 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8830 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8831 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8832 # The linker can only warn and ignore the option if not recognized
8833 # So say no if there are warnings
8834 if test -s conftest.err; then
8835 # Append any errors to the config.log.
8836 cat conftest.err 1>&5
3725885a 8837 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8838 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8839 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8840 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8841 fi
8842 else
718a6fd8 8843 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8844 fi
8845 fi
718a6fd8 8846 $RM -r conftest*
d7040cdb
SE
8847 LDFLAGS="$save_LDFLAGS"
8848
8849fi
81ecdfbb
RW
8850{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8851$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8852
718a6fd8 8853if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8854 :
8855else
8856 lt_prog_compiler_static=
8857fi
8858
8859
8860
8861
8862
8863
8864
81ecdfbb
RW
8865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8866$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8867if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8868 $as_echo_n "(cached) " >&6
d7040cdb
SE
8869else
8870 lt_cv_prog_compiler_c_o=no
8871 $RM -r conftest 2>/dev/null
8872 mkdir conftest
8873 cd conftest
8874 mkdir out
8875 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8876
8877 lt_compiler_flag="-o out/conftest2.$ac_objext"
8878 # Insert the option either (1) after the last *FLAGS variable, or
8879 # (2) before a word containing "conftest.", or (3) at the end.
8880 # Note that $ac_compile itself does not contain backslashes and begins
8881 # with a dollar sign (not a hyphen), so the echo should work correctly.
8882 lt_compile=`echo "$ac_compile" | $SED \
8883 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8884 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8885 -e 's:$: $lt_compiler_flag:'`
3725885a 8886 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8887 (eval "$lt_compile" 2>out/conftest.err)
8888 ac_status=$?
8889 cat out/conftest.err >&5
3725885a 8890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8891 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8892 then
8893 # The compiler can only warn and ignore the option if not recognized
8894 # So say no if there are warnings
3725885a 8895 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8896 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8897 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8898 lt_cv_prog_compiler_c_o=yes
8899 fi
8900 fi
8901 chmod u+w . 2>&5
8902 $RM conftest*
8903 # SGI C++ compiler will create directory out/ii_files/ for
8904 # template instantiation
8905 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8906 $RM out/* && rmdir out
8907 cd ..
8908 $RM -r conftest
8909 $RM conftest*
8910
8911fi
81ecdfbb
RW
8912{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8913$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8914
8915
8916
8917
8918
8919
81ecdfbb
RW
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8921$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8922if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8923 $as_echo_n "(cached) " >&6
d7040cdb
SE
8924else
8925 lt_cv_prog_compiler_c_o=no
8926 $RM -r conftest 2>/dev/null
8927 mkdir conftest
8928 cd conftest
8929 mkdir out
8930 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8931
8932 lt_compiler_flag="-o out/conftest2.$ac_objext"
8933 # Insert the option either (1) after the last *FLAGS variable, or
8934 # (2) before a word containing "conftest.", or (3) at the end.
8935 # Note that $ac_compile itself does not contain backslashes and begins
8936 # with a dollar sign (not a hyphen), so the echo should work correctly.
8937 lt_compile=`echo "$ac_compile" | $SED \
8938 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8939 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8940 -e 's:$: $lt_compiler_flag:'`
3725885a 8941 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8942 (eval "$lt_compile" 2>out/conftest.err)
8943 ac_status=$?
8944 cat out/conftest.err >&5
3725885a 8945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8946 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8947 then
8948 # The compiler can only warn and ignore the option if not recognized
8949 # So say no if there are warnings
3725885a 8950 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8951 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8952 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8953 lt_cv_prog_compiler_c_o=yes
8954 fi
8955 fi
8956 chmod u+w . 2>&5
8957 $RM conftest*
8958 # SGI C++ compiler will create directory out/ii_files/ for
8959 # template instantiation
8960 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8961 $RM out/* && rmdir out
8962 cd ..
8963 $RM -r conftest
8964 $RM conftest*
8965
8966fi
81ecdfbb
RW
8967{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8968$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8969
8970
8971
8972
8973hard_links="nottested"
8974if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8975 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8977$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
8978 hard_links=yes
8979 $RM conftest*
8980 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8981 touch conftest.a
8982 ln conftest.a conftest.b 2>&5 || hard_links=no
8983 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8985$as_echo "$hard_links" >&6; }
d7040cdb 8986 if test "$hard_links" = no; then
81ecdfbb
RW
8987 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8988$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
8989 need_locks=warn
8990 fi
8991else
8992 need_locks=no
8993fi
8994
8995
8996
8997
8998
8999
81ecdfbb
RW
9000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9001$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
9002
9003 runpath_var=
9004 allow_undefined_flag=
9005 always_export_symbols=no
9006 archive_cmds=
9007 archive_expsym_cmds=
9008 compiler_needs_object=no
9009 enable_shared_with_static_runtimes=no
9010 export_dynamic_flag_spec=
9011 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9012 hardcode_automatic=no
9013 hardcode_direct=no
9014 hardcode_direct_absolute=no
9015 hardcode_libdir_flag_spec=
9016 hardcode_libdir_flag_spec_ld=
9017 hardcode_libdir_separator=
9018 hardcode_minus_L=no
9019 hardcode_shlibpath_var=unsupported
9020 inherit_rpath=no
9021 link_all_deplibs=unknown
9022 module_cmds=
9023 module_expsym_cmds=
9024 old_archive_from_new_cmds=
9025 old_archive_from_expsyms_cmds=
9026 thread_safe_flag_spec=
9027 whole_archive_flag_spec=
9028 # include_expsyms should be a list of space-separated symbols to be *always*
9029 # included in the symbol list
9030 include_expsyms=
9031 # exclude_expsyms can be an extended regexp of symbols to exclude
9032 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9033 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9034 # as well as any symbol that contains `d'.
718a6fd8 9035 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
9036 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9037 # platforms (ab)use it in PIC code, but their linkers get confused if
9038 # the symbol is explicitly referenced. Since portable code cannot
9039 # rely on this symbol name, it's probably fine to never include it in
9040 # preloaded symbol tables.
718a6fd8 9041 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
9042 extract_expsyms_cmds=
9043
9044 case $host_os in
718a6fd8 9045 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9046 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9047 # When not using gcc, we currently assume that we are using
9048 # Microsoft Visual C++.
9049 if test "$GCC" != yes; then
9050 with_gnu_ld=no
9051 fi
9052 ;;
9053 interix*)
9054 # we just hope/assume this is gcc and not c89 (= MSVC++)
9055 with_gnu_ld=yes
9056 ;;
9057 openbsd*)
9058 with_gnu_ld=no
9059 ;;
9060 esac
9061
9062 ld_shlibs=yes
3725885a
RW
9063
9064 # On some targets, GNU ld is compatible enough with the native linker
9065 # that we're better off using the native interface for both.
9066 lt_use_gnu_ld_interface=no
d7040cdb 9067 if test "$with_gnu_ld" = yes; then
3725885a
RW
9068 case $host_os in
9069 aix*)
9070 # The AIX port of GNU ld has always aspired to compatibility
9071 # with the native linker. However, as the warning in the GNU ld
9072 # block says, versions before 2.19.5* couldn't really create working
9073 # shared libraries, regardless of the interface used.
9074 case `$LD -v 2>&1` in
9075 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9076 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9077 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9078 *)
9079 lt_use_gnu_ld_interface=yes
9080 ;;
9081 esac
9082 ;;
9083 *)
9084 lt_use_gnu_ld_interface=yes
9085 ;;
9086 esac
9087 fi
9088
9089 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
9090 # If archive_cmds runs LD, not CC, wlarc should be empty
9091 wlarc='${wl}'
9092
9093 # Set some defaults for GNU ld with shared library support. These
9094 # are reset later if shared libraries are not supported. Putting them
9095 # here allows them to be overridden if necessary.
9096 runpath_var=LD_RUN_PATH
9097 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9098 export_dynamic_flag_spec='${wl}--export-dynamic'
9099 # ancient GNU ld didn't support --whole-archive et. al.
9100 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9101 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9102 else
9103 whole_archive_flag_spec=
9104 fi
9105 supports_anon_versioning=no
9106 case `$LD -v 2>&1` in
3725885a 9107 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
9108 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9109 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9110 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9111 *\ 2.11.*) ;; # other 2.11 versions
9112 *) supports_anon_versioning=yes ;;
9113 esac
9114
9115 # See if GNU ld supports shared libraries.
9116 case $host_os in
e81819a5 9117 aix[3-9]*)
d7040cdb
SE
9118 # On AIX/PPC, the GNU linker is very broken
9119 if test "$host_cpu" != ia64; then
9120 ld_shlibs=no
9121 cat <<_LT_EOF 1>&2
9122
3725885a 9123*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
9124*** to be unable to reliably create shared libraries on AIX.
9125*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
9126*** really care for shared libraries, you may want to install binutils
9127*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9128*** You will then need to restart the configuration process.
d7040cdb
SE
9129
9130_LT_EOF
9131 fi
9132 ;;
9133
9134 amigaos*)
718a6fd8
SE
9135 case $host_cpu in
9136 powerpc)
9137 # see comment about AmigaOS4 .so support
9138 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9139 archive_expsym_cmds=''
9140 ;;
9141 m68k)
9142 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)'
9143 hardcode_libdir_flag_spec='-L$libdir'
9144 hardcode_minus_L=yes
9145 ;;
9146 esac
d7040cdb
SE
9147 ;;
9148
9149 beos*)
9150 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9151 allow_undefined_flag=unsupported
9152 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9153 # support --undefined. This deserves some investigation. FIXME
9154 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9155 else
9156 ld_shlibs=no
9157 fi
9158 ;;
9159
718a6fd8 9160 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9161 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9162 # as there is no search path for DLLs.
9163 hardcode_libdir_flag_spec='-L$libdir'
3725885a 9164 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
9165 allow_undefined_flag=unsupported
9166 always_export_symbols=no
9167 enable_shared_with_static_runtimes=yes
9168 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9169
9170 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9171 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9172 # If the export-symbols file already is a .def file (1st line
9173 # is EXPORTS), use it as is; otherwise, prepend...
9174 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9175 cp $export_symbols $output_objdir/$soname.def;
9176 else
9177 echo EXPORTS > $output_objdir/$soname.def;
9178 cat $export_symbols >> $output_objdir/$soname.def;
9179 fi~
9180 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9181 else
9182 ld_shlibs=no
9183 fi
9184 ;;
9185
3725885a
RW
9186 haiku*)
9187 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9188 link_all_deplibs=yes
9189 ;;
9190
d7040cdb
SE
9191 interix[3-9]*)
9192 hardcode_direct=no
9193 hardcode_shlibpath_var=no
9194 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9195 export_dynamic_flag_spec='${wl}-E'
9196 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9197 # Instead, shared libraries are loaded at an image base (0x10000000 by
9198 # default) and relocated if they conflict, which is a slow very memory
9199 # consuming and fragmenting process. To avoid this, we pick a random,
9200 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9201 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9202 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9203 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'
9204 ;;
9205
58e24671 9206 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
9207 tmp_diet=no
9208 if test "$host_os" = linux-dietlibc; then
9209 case $cc_basename in
9210 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9211 esac
9212 fi
9213 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9214 && test "$tmp_diet" = no
9215 then
6e733cce 9216 tmp_addflag=' $pic_flag'
718a6fd8 9217 tmp_sharedflag='-shared'
d7040cdb
SE
9218 case $cc_basename,$host_cpu in
9219 pgcc*) # Portland Group C compiler
3725885a 9220 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
9221 tmp_addflag=' $pic_flag'
9222 ;;
3725885a
RW
9223 pgf77* | pgf90* | pgf95* | pgfortran*)
9224 # Portland Group f77 and f90 compilers
9225 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
9226 tmp_addflag=' $pic_flag -Mnomain' ;;
9227 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9228 tmp_addflag=' -i_dynamic' ;;
9229 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9230 tmp_addflag=' -i_dynamic -nofor_main' ;;
9231 ifc* | ifort*) # Intel Fortran compiler
9232 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9233 lf95*) # Lahey Fortran 8.1
9234 whole_archive_flag_spec=
9235 tmp_sharedflag='--shared' ;;
3725885a 9236 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9237 tmp_sharedflag='-qmkshrobj'
9238 tmp_addflag= ;;
3725885a
RW
9239 nvcc*) # Cuda Compiler Driver 2.2
9240 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'
9241 compiler_needs_object=yes
9242 ;;
d7040cdb
SE
9243 esac
9244 case `$CC -V 2>&1 | sed 5q` in
9245 *Sun\ C*) # Sun C 5.9
3725885a 9246 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
9247 compiler_needs_object=yes
9248 tmp_sharedflag='-G' ;;
9249 *Sun\ F*) # Sun Fortran 8.3
9250 tmp_sharedflag='-G' ;;
d7040cdb
SE
9251 esac
9252 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9253
9254 if test "x$supports_anon_versioning" = xyes; then
9255 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9256 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9257 echo "local: *; };" >> $output_objdir/$libname.ver~
9258 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9259 fi
718a6fd8
SE
9260
9261 case $cc_basename in
3725885a 9262 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9263 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9264 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9265 hardcode_libdir_flag_spec=
9266 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9267 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9268 if test "x$supports_anon_versioning" = xyes; then
9269 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9270 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9271 echo "local: *; };" >> $output_objdir/$libname.ver~
9272 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9273 fi
9274 ;;
9275 esac
d7040cdb
SE
9276 else
9277 ld_shlibs=no
9278 fi
9279 ;;
9280
9281 netbsd*)
9282 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9283 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9284 wlarc=
9285 else
9286 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9287 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9288 fi
9289 ;;
9290
9291 solaris*)
9292 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9293 ld_shlibs=no
9294 cat <<_LT_EOF 1>&2
9295
9296*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9297*** create shared libraries on Solaris systems. Therefore, libtool
9298*** is disabling shared libraries support. We urge you to upgrade GNU
9299*** binutils to release 2.9.1 or newer. Another option is to modify
9300*** your PATH or compiler configuration so that the native linker is
9301*** used, and then restart.
9302
9303_LT_EOF
9304 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9305 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9306 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9307 else
9308 ld_shlibs=no
9309 fi
9310 ;;
9311
9312 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9313 case `$LD -v 2>&1` in
9314 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9315 ld_shlibs=no
9316 cat <<_LT_EOF 1>&2
9317
9318*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9319*** reliably create shared libraries on SCO systems. Therefore, libtool
9320*** is disabling shared libraries support. We urge you to upgrade GNU
9321*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9322*** your PATH or compiler configuration so that the native linker is
9323*** used, and then restart.
9324
9325_LT_EOF
9326 ;;
9327 *)
9328 # For security reasons, it is highly recommended that you always
9329 # use absolute paths for naming shared libraries, and exclude the
9330 # DT_RUNPATH tag from executables and libraries. But doing so
9331 # requires that you compile everything twice, which is a pain.
9332 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9333 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9334 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9335 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9336 else
9337 ld_shlibs=no
9338 fi
9339 ;;
9340 esac
9341 ;;
9342
9343 sunos4*)
9344 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9345 wlarc=
9346 hardcode_direct=yes
9347 hardcode_shlibpath_var=no
9348 ;;
9349
9350 *)
9351 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9352 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9353 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9354 else
9355 ld_shlibs=no
9356 fi
9357 ;;
9358 esac
9359
9360 if test "$ld_shlibs" = no; then
9361 runpath_var=
9362 hardcode_libdir_flag_spec=
9363 export_dynamic_flag_spec=
9364 whole_archive_flag_spec=
9365 fi
9366 else
9367 # PORTME fill in a description of your system's linker (not GNU ld)
9368 case $host_os in
9369 aix3*)
9370 allow_undefined_flag=unsupported
9371 always_export_symbols=yes
9372 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'
9373 # Note: this linker hardcodes the directories in LIBPATH if there
9374 # are no directories specified by -L.
9375 hardcode_minus_L=yes
9376 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9377 # Neither direct hardcoding nor static linking is supported with a
9378 # broken collect2.
9379 hardcode_direct=unsupported
9380 fi
9381 ;;
9382
e81819a5 9383 aix[4-9]*)
d7040cdb
SE
9384 if test "$host_cpu" = ia64; then
9385 # On IA64, the linker does run time linking by default, so we don't
9386 # have to do anything special.
9387 aix_use_runtimelinking=no
9388 exp_sym_flag='-Bexport'
9389 no_entry_flag=""
9390 else
9391 # If we're using GNU nm, then we don't want the "-C" option.
9392 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9393 # Also, AIX nm treats weak defined symbols like other global
9394 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9395 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9396 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
9397 else
9398 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'
9399 fi
9400 aix_use_runtimelinking=no
9401
9402 # Test if we are trying to use run time linking or normal
9403 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9404 # need to do runtime linking.
e81819a5 9405 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9406 for ld_flag in $LDFLAGS; do
9407 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9408 aix_use_runtimelinking=yes
9409 break
9410 fi
9411 done
9412 ;;
9413 esac
9414
9415 exp_sym_flag='-bexport'
9416 no_entry_flag='-bnoentry'
9417 fi
9418
9419 # When large executables or shared objects are built, AIX ld can
9420 # have problems creating the table of contents. If linking a library
9421 # or program results in "error TOC overflow" add -mminimal-toc to
9422 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9423 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9424
9425 archive_cmds=''
9426 hardcode_direct=yes
9427 hardcode_direct_absolute=yes
9428 hardcode_libdir_separator=':'
9429 link_all_deplibs=yes
9430 file_list_spec='${wl}-f,'
9431
9432 if test "$GCC" = yes; then
9433 case $host_os in aix4.[012]|aix4.[012].*)
9434 # We only want to do this on AIX 4.2 and lower, the check
9435 # below for broken collect2 doesn't work under 4.3+
9436 collect2name=`${CC} -print-prog-name=collect2`
9437 if test -f "$collect2name" &&
9438 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9439 then
9440 # We have reworked collect2
9441 :
9442 else
9443 # We have old collect2
9444 hardcode_direct=unsupported
9445 # It fails to find uninstalled libraries when the uninstalled
9446 # path is not listed in the libpath. Setting hardcode_minus_L
9447 # to unsupported forces relinking
9448 hardcode_minus_L=yes
9449 hardcode_libdir_flag_spec='-L$libdir'
9450 hardcode_libdir_separator=
9451 fi
9452 ;;
9453 esac
9454 shared_flag='-shared'
9455 if test "$aix_use_runtimelinking" = yes; then
9456 shared_flag="$shared_flag "'${wl}-G'
9457 fi
9458 else
9459 # not using gcc
9460 if test "$host_cpu" = ia64; then
9461 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9462 # chokes on -Wl,-G. The following line is correct:
9463 shared_flag='-G'
9464 else
9465 if test "$aix_use_runtimelinking" = yes; then
9466 shared_flag='${wl}-G'
9467 else
9468 shared_flag='${wl}-bM:SRE'
9469 fi
9470 fi
9471 fi
9472
718a6fd8 9473 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9474 # It seems that -bexpall does not export symbols beginning with
9475 # underscore (_), so it is better to generate a list of symbols to export.
9476 always_export_symbols=yes
9477 if test "$aix_use_runtimelinking" = yes; then
9478 # Warning - without using the other runtime loading flags (-brtl),
9479 # -berok will link without error, but may produce a broken library.
9480 allow_undefined_flag='-berok'
9481 # Determine the default libpath from the value encoded in an
9482 # empty executable.
81ecdfbb 9483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
9484/* end confdefs.h. */
9485
9486int
9487main ()
9488{
9489
9490 ;
9491 return 0;
9492}
9493_ACEOF
81ecdfbb 9494if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9495
9496lt_aix_libpath_sed='
9497 /Import File Strings/,/^$/ {
9498 /^0/ {
9499 s/^0 *\(.*\)$/\1/
9500 p
9501 }
9502 }'
9503aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9504# Check for a 64-bit object if we didn't find anything.
9505if test -z "$aix_libpath"; then
9506 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9507fi
d7040cdb 9508fi
81ecdfbb
RW
9509rm -f core conftest.err conftest.$ac_objext \
9510 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9511if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9512
9513 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9514 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
9515 else
9516 if test "$host_cpu" = ia64; then
9517 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9518 allow_undefined_flag="-z nodefs"
9519 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"
9520 else
9521 # Determine the default libpath from the value encoded in an
9522 # empty executable.
81ecdfbb 9523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
9524/* end confdefs.h. */
9525
9526int
9527main ()
9528{
9529
9530 ;
9531 return 0;
9532}
9533_ACEOF
81ecdfbb 9534if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9535
9536lt_aix_libpath_sed='
9537 /Import File Strings/,/^$/ {
9538 /^0/ {
9539 s/^0 *\(.*\)$/\1/
9540 p
9541 }
9542 }'
9543aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9544# Check for a 64-bit object if we didn't find anything.
9545if test -z "$aix_libpath"; then
9546 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9547fi
d7040cdb 9548fi
81ecdfbb
RW
9549rm -f core conftest.err conftest.$ac_objext \
9550 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9551if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9552
9553 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9554 # Warning - without using the other run time loading flags,
9555 # -berok will link without error, but may produce a broken library.
9556 no_undefined_flag=' ${wl}-bernotok'
9557 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9558 if test "$with_gnu_ld" = yes; then
9559 # We only use this code for GNU lds that support --whole-archive.
9560 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9561 else
9562 # Exported symbols can be pulled into shared objects from archives
9563 whole_archive_flag_spec='$convenience'
9564 fi
d7040cdb
SE
9565 archive_cmds_need_lc=yes
9566 # This is similar to how AIX traditionally builds its shared libraries.
9567 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'
9568 fi
9569 fi
9570 ;;
9571
9572 amigaos*)
718a6fd8
SE
9573 case $host_cpu in
9574 powerpc)
9575 # see comment about AmigaOS4 .so support
9576 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9577 archive_expsym_cmds=''
9578 ;;
9579 m68k)
9580 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)'
9581 hardcode_libdir_flag_spec='-L$libdir'
9582 hardcode_minus_L=yes
9583 ;;
9584 esac
d7040cdb
SE
9585 ;;
9586
9587 bsdi[45]*)
9588 export_dynamic_flag_spec=-rdynamic
9589 ;;
9590
718a6fd8 9591 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9592 # When not using gcc, we currently assume that we are using
9593 # Microsoft Visual C++.
9594 # hardcode_libdir_flag_spec is actually meaningless, as there is
9595 # no search path for DLLs.
9596 hardcode_libdir_flag_spec=' '
9597 allow_undefined_flag=unsupported
9598 # Tell ltmain to make .lib files, not .a files.
9599 libext=lib
9600 # Tell ltmain to make .dll files, not .so files.
9601 shrext_cmds=".dll"
9602 # FIXME: Setting linknames here is a bad hack.
3725885a 9603 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
d7040cdb
SE
9604 # The linker will automatically build a .lib file if we build a DLL.
9605 old_archive_from_new_cmds='true'
9606 # FIXME: Should let the user specify the lib program.
9607 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9608 fix_srcfile_path='`cygpath -w "$srcfile"`'
9609 enable_shared_with_static_runtimes=yes
9610 ;;
9611
9612 darwin* | rhapsody*)
d7040cdb 9613
718a6fd8
SE
9614
9615 archive_cmds_need_lc=no
9616 hardcode_direct=no
9617 hardcode_automatic=yes
9618 hardcode_shlibpath_var=unsupported
3725885a
RW
9619 if test "$lt_cv_ld_force_load" = "yes"; then
9620 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\"`'
9621 else
9622 whole_archive_flag_spec=''
9623 fi
718a6fd8
SE
9624 link_all_deplibs=yes
9625 allow_undefined_flag="$_lt_dar_allow_undefined"
9626 case $cc_basename in
9627 ifort*) _lt_dar_can_shared=yes ;;
9628 *) _lt_dar_can_shared=$GCC ;;
9629 esac
9630 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9631 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9632 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9633 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9634 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}"
9635 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}"
9636
9637 else
9638 ld_shlibs=no
9639 fi
9640
d7040cdb
SE
9641 ;;
9642
9643 dgux*)
9644 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9645 hardcode_libdir_flag_spec='-L$libdir'
9646 hardcode_shlibpath_var=no
9647 ;;
9648
d7040cdb
SE
9649 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9650 # support. Future versions do this automatically, but an explicit c++rt0.o
9651 # does not break anything, and helps significantly (at the cost of a little
9652 # extra space).
9653 freebsd2.2*)
9654 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9655 hardcode_libdir_flag_spec='-R$libdir'
9656 hardcode_direct=yes
9657 hardcode_shlibpath_var=no
9658 ;;
9659
9660 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9661 freebsd2.*)
d7040cdb
SE
9662 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9663 hardcode_direct=yes
9664 hardcode_minus_L=yes
9665 hardcode_shlibpath_var=no
9666 ;;
9667
9668 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9669 freebsd* | dragonfly*)
9670 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9671 hardcode_libdir_flag_spec='-R$libdir'
9672 hardcode_direct=yes
9673 hardcode_shlibpath_var=no
9674 ;;
9675
9676 hpux9*)
9677 if test "$GCC" = yes; then
9678 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'
9679 else
9680 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'
9681 fi
9682 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9683 hardcode_libdir_separator=:
9684 hardcode_direct=yes
9685
9686 # hardcode_minus_L: Not really in the search PATH,
9687 # but as the default location of the library.
9688 hardcode_minus_L=yes
9689 export_dynamic_flag_spec='${wl}-E'
9690 ;;
9691
9692 hpux10*)
3725885a 9693 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9694 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9695 else
9696 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9697 fi
9698 if test "$with_gnu_ld" = no; then
9699 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9700 hardcode_libdir_flag_spec_ld='+b $libdir'
9701 hardcode_libdir_separator=:
9702 hardcode_direct=yes
9703 hardcode_direct_absolute=yes
9704 export_dynamic_flag_spec='${wl}-E'
9705 # hardcode_minus_L: Not really in the search PATH,
9706 # but as the default location of the library.
9707 hardcode_minus_L=yes
9708 fi
9709 ;;
9710
9711 hpux11*)
3725885a 9712 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9713 case $host_cpu in
9714 hppa*64*)
9715 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9716 ;;
9717 ia64*)
718a6fd8 9718 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9719 ;;
9720 *)
9721 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9722 ;;
9723 esac
9724 else
9725 case $host_cpu in
9726 hppa*64*)
9727 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9728 ;;
9729 ia64*)
9730 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9731 ;;
9732 *)
3725885a
RW
9733
9734 # Older versions of the 11.00 compiler do not understand -b yet
9735 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9737$as_echo_n "checking if $CC understands -b... " >&6; }
9738if test "${lt_cv_prog_compiler__b+set}" = set; then :
9739 $as_echo_n "(cached) " >&6
9740else
9741 lt_cv_prog_compiler__b=no
9742 save_LDFLAGS="$LDFLAGS"
9743 LDFLAGS="$LDFLAGS -b"
9744 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9745 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9746 # The linker can only warn and ignore the option if not recognized
9747 # So say no if there are warnings
9748 if test -s conftest.err; then
9749 # Append any errors to the config.log.
9750 cat conftest.err 1>&5
9751 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9752 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9753 if diff conftest.exp conftest.er2 >/dev/null; then
9754 lt_cv_prog_compiler__b=yes
9755 fi
9756 else
9757 lt_cv_prog_compiler__b=yes
9758 fi
9759 fi
9760 $RM -r conftest*
9761 LDFLAGS="$save_LDFLAGS"
9762
9763fi
9764{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9765$as_echo "$lt_cv_prog_compiler__b" >&6; }
9766
9767if test x"$lt_cv_prog_compiler__b" = xyes; then
9768 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9769else
9770 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9771fi
9772
d7040cdb
SE
9773 ;;
9774 esac
9775 fi
9776 if test "$with_gnu_ld" = no; then
9777 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9778 hardcode_libdir_separator=:
9779
9780 case $host_cpu in
9781 hppa*64*|ia64*)
9782 hardcode_direct=no
9783 hardcode_shlibpath_var=no
9784 ;;
9785 *)
9786 hardcode_direct=yes
9787 hardcode_direct_absolute=yes
9788 export_dynamic_flag_spec='${wl}-E'
9789
9790 # hardcode_minus_L: Not really in the search PATH,
9791 # but as the default location of the library.
9792 hardcode_minus_L=yes
9793 ;;
9794 esac
9795 fi
9796 ;;
9797
9798 irix5* | irix6* | nonstopux*)
9799 if test "$GCC" = yes; then
3725885a 9800 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
9801 # Try to use the -exported_symbol ld option, if it does not
9802 # work, assume that -exports_file does not work either and
9803 # implicitly export all symbols.
9804 save_LDFLAGS="$LDFLAGS"
9805 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
9806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9807/* end confdefs.h. */
d7040cdb
SE
9808int foo(void) {}
9809_ACEOF
81ecdfbb 9810if ac_fn_c_try_link "$LINENO"; then :
3725885a 9811 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 9812
d7040cdb 9813fi
81ecdfbb
RW
9814rm -f core conftest.err conftest.$ac_objext \
9815 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9816 LDFLAGS="$save_LDFLAGS"
9817 else
3725885a
RW
9818 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'
9819 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
9820 fi
9821 archive_cmds_need_lc='no'
9822 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9823 hardcode_libdir_separator=:
9824 inherit_rpath=yes
9825 link_all_deplibs=yes
9826 ;;
9827
9828 netbsd*)
9829 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9830 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9831 else
9832 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9833 fi
9834 hardcode_libdir_flag_spec='-R$libdir'
9835 hardcode_direct=yes
9836 hardcode_shlibpath_var=no
9837 ;;
9838
9839 newsos6)
9840 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9841 hardcode_direct=yes
9842 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9843 hardcode_libdir_separator=:
9844 hardcode_shlibpath_var=no
9845 ;;
9846
9847 *nto* | *qnx*)
9848 ;;
9849
9850 openbsd*)
718a6fd8
SE
9851 if test -f /usr/libexec/ld.so; then
9852 hardcode_direct=yes
9853 hardcode_shlibpath_var=no
9854 hardcode_direct_absolute=yes
9855 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9856 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9857 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9858 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9859 export_dynamic_flag_spec='${wl}-E'
9860 else
9861 case $host_os in
9862 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9863 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9864 hardcode_libdir_flag_spec='-R$libdir'
9865 ;;
9866 *)
9867 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9868 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9869 ;;
9870 esac
9871 fi
9872 else
9873 ld_shlibs=no
d7040cdb
SE
9874 fi
9875 ;;
9876
9877 os2*)
9878 hardcode_libdir_flag_spec='-L$libdir'
9879 hardcode_minus_L=yes
9880 allow_undefined_flag=unsupported
3725885a 9881 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
9882 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9883 ;;
9884
9885 osf3*)
9886 if test "$GCC" = yes; then
9887 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9888 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
9889 else
9890 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9891 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
9892 fi
9893 archive_cmds_need_lc='no'
9894 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9895 hardcode_libdir_separator=:
9896 ;;
9897
9898 osf4* | osf5*) # as osf3* with the addition of -msym flag
9899 if test "$GCC" = yes; then
9900 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9901 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
9902 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9903 else
9904 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9905 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 9906 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 9907 $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
9908
9909 # Both c and cxx compiler support -rpath directly
9910 hardcode_libdir_flag_spec='-rpath $libdir'
9911 fi
9912 archive_cmds_need_lc='no'
9913 hardcode_libdir_separator=:
9914 ;;
9915
9916 solaris*)
9917 no_undefined_flag=' -z defs'
9918 if test "$GCC" = yes; then
9919 wlarc='${wl}'
9920 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9921 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9922 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9923 else
9924 case `$CC -V 2>&1` in
9925 *"Compilers 5.0"*)
9926 wlarc=''
9927 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9928 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9929 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9930 ;;
9931 *)
9932 wlarc='${wl}'
9933 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9934 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9935 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9936 ;;
9937 esac
9938 fi
9939 hardcode_libdir_flag_spec='-R$libdir'
9940 hardcode_shlibpath_var=no
9941 case $host_os in
9942 solaris2.[0-5] | solaris2.[0-5].*) ;;
9943 *)
9944 # The compiler driver will combine and reorder linker options,
9945 # but understands `-z linker_flag'. GCC discards it without `$wl',
9946 # but is careful enough not to reorder.
9947 # Supported since Solaris 2.6 (maybe 2.5.1?)
9948 if test "$GCC" = yes; then
9949 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9950 else
9951 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9952 fi
9953 ;;
9954 esac
9955 link_all_deplibs=yes
9956 ;;
9957
9958 sunos4*)
9959 if test "x$host_vendor" = xsequent; then
9960 # Use $CC to link under sequent, because it throws in some extra .o
9961 # files that make .init and .fini sections work.
9962 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9963 else
9964 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9965 fi
9966 hardcode_libdir_flag_spec='-L$libdir'
9967 hardcode_direct=yes
9968 hardcode_minus_L=yes
9969 hardcode_shlibpath_var=no
9970 ;;
9971
9972 sysv4)
9973 case $host_vendor in
9974 sni)
9975 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9976 hardcode_direct=yes # is this really true???
9977 ;;
9978 siemens)
9979 ## LD is ld it makes a PLAMLIB
9980 ## CC just makes a GrossModule.
9981 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9982 reload_cmds='$CC -r -o $output$reload_objs'
9983 hardcode_direct=no
9984 ;;
9985 motorola)
9986 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9987 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9988 ;;
9989 esac
9990 runpath_var='LD_RUN_PATH'
9991 hardcode_shlibpath_var=no
9992 ;;
9993
9994 sysv4.3*)
9995 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9996 hardcode_shlibpath_var=no
9997 export_dynamic_flag_spec='-Bexport'
9998 ;;
9999
10000 sysv4*MP*)
10001 if test -d /usr/nec; then
10002 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10003 hardcode_shlibpath_var=no
10004 runpath_var=LD_RUN_PATH
10005 hardcode_runpath_var=yes
10006 ld_shlibs=yes
10007 fi
10008 ;;
10009
10010 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10011 no_undefined_flag='${wl}-z,text'
10012 archive_cmds_need_lc=no
10013 hardcode_shlibpath_var=no
10014 runpath_var='LD_RUN_PATH'
10015
10016 if test "$GCC" = yes; then
10017 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10018 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10019 else
10020 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10021 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10022 fi
10023 ;;
10024
10025 sysv5* | sco3.2v5* | sco5v6*)
10026 # Note: We can NOT use -z defs as we might desire, because we do not
10027 # link with -lc, and that would cause any symbols used from libc to
10028 # always be unresolved, which means just about no library would
10029 # ever link correctly. If we're not using GNU ld we use -z text
10030 # though, which does catch some bad symbols but isn't as heavy-handed
10031 # as -z defs.
10032 no_undefined_flag='${wl}-z,text'
10033 allow_undefined_flag='${wl}-z,nodefs'
10034 archive_cmds_need_lc=no
10035 hardcode_shlibpath_var=no
10036 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10037 hardcode_libdir_separator=':'
10038 link_all_deplibs=yes
10039 export_dynamic_flag_spec='${wl}-Bexport'
10040 runpath_var='LD_RUN_PATH'
10041
10042 if test "$GCC" = yes; then
10043 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10044 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10045 else
10046 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10047 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10048 fi
10049 ;;
10050
10051 uts4*)
10052 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10053 hardcode_libdir_flag_spec='-L$libdir'
10054 hardcode_shlibpath_var=no
10055 ;;
10056
10057 *)
10058 ld_shlibs=no
10059 ;;
10060 esac
10061
10062 if test x$host_vendor = xsni; then
10063 case $host in
10064 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10065 export_dynamic_flag_spec='${wl}-Blargedynsym'
10066 ;;
10067 esac
10068 fi
10069 fi
10070
81ecdfbb
RW
10071{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10072$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
10073test "$ld_shlibs" = no && can_build_shared=no
10074
10075with_gnu_ld=$with_gnu_ld
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091#
10092# Do we need to explicitly link libc?
10093#
10094case "x$archive_cmds_need_lc" in
10095x|xyes)
10096 # Assume -lc should be added
10097 archive_cmds_need_lc=yes
10098
10099 if test "$enable_shared" = yes && test "$GCC" = yes; then
10100 case $archive_cmds in
10101 *'~'*)
10102 # FIXME: we may have to deal with multi-command sequences.
10103 ;;
10104 '$CC '*)
10105 # Test whether the compiler implicitly links with -lc since on some
10106 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10107 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
10108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10109$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10110if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10111 $as_echo_n "(cached) " >&6
39144654
RW
10112else
10113 $RM conftest*
10114 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 10115
81ecdfbb 10116 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
10117 (eval $ac_compile) 2>&5
10118 ac_status=$?
81ecdfbb
RW
10119 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10120 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
10121 soname=conftest
10122 lib=conftest
10123 libobjs=conftest.$ac_objext
10124 deplibs=
10125 wl=$lt_prog_compiler_wl
10126 pic_flag=$lt_prog_compiler_pic
10127 compiler_flags=-v
10128 linker_flags=-v
10129 verstring=
10130 output_objdir=.
10131 libname=conftest
10132 lt_save_allow_undefined_flag=$allow_undefined_flag
10133 allow_undefined_flag=
81ecdfbb 10134 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb
SE
10135 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10136 ac_status=$?
81ecdfbb
RW
10137 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10138 test $ac_status = 0; }
39144654
RW
10139 then
10140 lt_cv_archive_cmds_need_lc=no
10141 else
10142 lt_cv_archive_cmds_need_lc=yes
10143 fi
10144 allow_undefined_flag=$lt_save_allow_undefined_flag
10145 else
10146 cat conftest.err 1>&5
10147 fi
10148 $RM conftest*
10149
10150fi
81ecdfbb
RW
10151{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10152$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 10153 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
10154 ;;
10155 esac
10156 fi
10157 ;;
10158esac
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
81ecdfbb
RW
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10317$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10318
10319if test "$GCC" = yes; then
d7040cdb
SE
10320 case $host_os in
10321 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10322 *) lt_awk_arg="/^libraries:/" ;;
10323 esac
3725885a
RW
10324 case $host_os in
10325 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10326 *) lt_sed_strip_eq="s,=/,/,g" ;;
10327 esac
10328 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10329 case $lt_search_path_spec in
10330 *\;*)
d7040cdb
SE
10331 # if the path contains ";" then we assume it to be the separator
10332 # otherwise default to the standard path separator (i.e. ":") - it is
10333 # assumed that no part of a normal pathname contains ";" but that should
10334 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10335 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10336 ;;
10337 *)
10338 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10339 ;;
10340 esac
d7040cdb
SE
10341 # Ok, now we have the path, separated by spaces, we can step through it
10342 # and add multilib dir if necessary.
10343 lt_tmp_lt_search_path_spec=
10344 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10345 for lt_sys_path in $lt_search_path_spec; do
10346 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10347 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10348 else
10349 test -d "$lt_sys_path" && \
10350 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10351 fi
10352 done
3725885a 10353 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10354BEGIN {RS=" "; FS="/|\n";} {
10355 lt_foo="";
10356 lt_count=0;
10357 for (lt_i = NF; lt_i > 0; lt_i--) {
10358 if ($lt_i != "" && $lt_i != ".") {
10359 if ($lt_i == "..") {
10360 lt_count++;
10361 } else {
10362 if (lt_count == 0) {
10363 lt_foo="/" $lt_i lt_foo;
10364 } else {
10365 lt_count--;
10366 }
10367 }
10368 }
10369 }
10370 if (lt_foo != "") { lt_freq[lt_foo]++; }
10371 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10372}'`
3725885a
RW
10373 # AWK program above erroneously prepends '/' to C:/dos/paths
10374 # for these hosts.
10375 case $host_os in
10376 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10377 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10378 esac
10379 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10380else
10381 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10382fi
10383library_names_spec=
10384libname_spec='lib$name'
10385soname_spec=
10386shrext_cmds=".so"
10387postinstall_cmds=
10388postuninstall_cmds=
10389finish_cmds=
10390finish_eval=
10391shlibpath_var=
10392shlibpath_overrides_runpath=unknown
10393version_type=none
10394dynamic_linker="$host_os ld.so"
10395sys_lib_dlsearch_path_spec="/lib /usr/lib"
10396need_lib_prefix=unknown
10397hardcode_into_libs=no
10398
10399# when you set need_version to no, make sure it does not cause -set_version
10400# flags to be left without arguments
10401need_version=unknown
10402
10403case $host_os in
10404aix3*)
10405 version_type=linux
10406 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10407 shlibpath_var=LIBPATH
10408
10409 # AIX 3 has no versioning support, so we append a major version to the name.
10410 soname_spec='${libname}${release}${shared_ext}$major'
10411 ;;
10412
e81819a5 10413aix[4-9]*)
d7040cdb
SE
10414 version_type=linux
10415 need_lib_prefix=no
10416 need_version=no
10417 hardcode_into_libs=yes
10418 if test "$host_cpu" = ia64; then
10419 # AIX 5 supports IA64
10420 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10421 shlibpath_var=LD_LIBRARY_PATH
10422 else
10423 # With GCC up to 2.95.x, collect2 would create an import file
10424 # for dependence libraries. The import file would start with
10425 # the line `#! .'. This would cause the generated library to
10426 # depend on `.', always an invalid library. This was fixed in
10427 # development snapshots of GCC prior to 3.0.
10428 case $host_os in
10429 aix4 | aix4.[01] | aix4.[01].*)
10430 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10431 echo ' yes '
10432 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10433 :
10434 else
10435 can_build_shared=no
10436 fi
10437 ;;
10438 esac
10439 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10440 # soname into executable. Probably we can add versioning support to
10441 # collect2, so additional links can be useful in future.
10442 if test "$aix_use_runtimelinking" = yes; then
10443 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10444 # instead of lib<name>.a to let people know that these are not
10445 # typical AIX shared libraries.
10446 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10447 else
10448 # We preserve .a as extension for shared libraries through AIX4.2
10449 # and later when we are not doing run time linking.
10450 library_names_spec='${libname}${release}.a $libname.a'
10451 soname_spec='${libname}${release}${shared_ext}$major'
10452 fi
10453 shlibpath_var=LIBPATH
10454 fi
10455 ;;
10456
10457amigaos*)
718a6fd8
SE
10458 case $host_cpu in
10459 powerpc)
10460 # Since July 2007 AmigaOS4 officially supports .so libraries.
10461 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10462 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10463 ;;
10464 m68k)
d7040cdb
SE
10465 library_names_spec='$libname.ixlibrary $libname.a'
10466 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10467 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
10468 ;;
10469 esac
d7040cdb
SE
10470 ;;
10471
10472beos*)
10473 library_names_spec='${libname}${shared_ext}'
10474 dynamic_linker="$host_os ld.so"
10475 shlibpath_var=LIBRARY_PATH
10476 ;;
10477
10478bsdi[45]*)
10479 version_type=linux
10480 need_version=no
10481 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10482 soname_spec='${libname}${release}${shared_ext}$major'
10483 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10484 shlibpath_var=LD_LIBRARY_PATH
10485 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10486 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10487 # the default ld.so.conf also contains /usr/contrib/lib and
10488 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10489 # libtool to hard-code these into programs
10490 ;;
10491
718a6fd8 10492cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10493 version_type=windows
10494 shrext_cmds=".dll"
10495 need_version=no
10496 need_lib_prefix=no
10497
718a6fd8
SE
10498 case $GCC,$host_os in
10499 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10500 library_names_spec='$libname.dll.a'
10501 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10502 postinstall_cmds='base_file=`basename \${file}`~
10503 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10504 dldir=$destdir/`dirname \$dlpath`~
10505 test -d \$dldir || mkdir -p \$dldir~
10506 $install_prog $dir/$dlname \$dldir/$dlname~
10507 chmod a+x \$dldir/$dlname~
10508 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10509 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10510 fi'
10511 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10512 dlpath=$dir/\$dldll~
10513 $RM \$dlpath'
10514 shlibpath_overrides_runpath=yes
10515
10516 case $host_os in
10517 cygwin*)
10518 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10519 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10520
10521 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10522 ;;
718a6fd8 10523 mingw* | cegcc*)
d7040cdb
SE
10524 # MinGW DLLs use traditional 'lib' prefix
10525 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10526 ;;
10527 pw32*)
10528 # pw32 DLLs use 'pw' prefix rather than 'lib'
10529 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10530 ;;
10531 esac
10532 ;;
10533
10534 *)
10535 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10536 ;;
10537 esac
10538 dynamic_linker='Win32 ld.exe'
10539 # FIXME: first we should search . and the directory the executable is in
10540 shlibpath_var=PATH
10541 ;;
10542
10543darwin* | rhapsody*)
10544 dynamic_linker="$host_os dyld"
10545 version_type=darwin
10546 need_lib_prefix=no
10547 need_version=no
10548 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10549 soname_spec='${libname}${release}${major}$shared_ext'
10550 shlibpath_overrides_runpath=yes
10551 shlibpath_var=DYLD_LIBRARY_PATH
10552 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10553
10554 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10555 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10556 ;;
10557
10558dgux*)
10559 version_type=linux
10560 need_lib_prefix=no
10561 need_version=no
10562 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10563 soname_spec='${libname}${release}${shared_ext}$major'
10564 shlibpath_var=LD_LIBRARY_PATH
10565 ;;
10566
d7040cdb
SE
10567freebsd* | dragonfly*)
10568 # DragonFly does not have aout. When/if they implement a new
10569 # versioning mechanism, adjust this.
10570 if test -x /usr/bin/objformat; then
10571 objformat=`/usr/bin/objformat`
10572 else
10573 case $host_os in
6d2920c8 10574 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
10575 *) objformat=elf ;;
10576 esac
10577 fi
10578 version_type=freebsd-$objformat
10579 case $version_type in
10580 freebsd-elf*)
10581 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10582 need_version=no
10583 need_lib_prefix=no
10584 ;;
10585 freebsd-*)
10586 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10587 need_version=yes
10588 ;;
10589 esac
10590 shlibpath_var=LD_LIBRARY_PATH
10591 case $host_os in
6d2920c8 10592 freebsd2.*)
d7040cdb
SE
10593 shlibpath_overrides_runpath=yes
10594 ;;
10595 freebsd3.[01]* | freebsdelf3.[01]*)
10596 shlibpath_overrides_runpath=yes
10597 hardcode_into_libs=yes
10598 ;;
10599 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10600 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10601 shlibpath_overrides_runpath=no
10602 hardcode_into_libs=yes
10603 ;;
10604 *) # from 4.6 on, and DragonFly
10605 shlibpath_overrides_runpath=yes
10606 hardcode_into_libs=yes
10607 ;;
10608 esac
10609 ;;
10610
10611gnu*)
10612 version_type=linux
10613 need_lib_prefix=no
10614 need_version=no
10615 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10616 soname_spec='${libname}${release}${shared_ext}$major'
10617 shlibpath_var=LD_LIBRARY_PATH
10618 hardcode_into_libs=yes
10619 ;;
10620
3725885a
RW
10621haiku*)
10622 version_type=linux
10623 need_lib_prefix=no
10624 need_version=no
10625 dynamic_linker="$host_os runtime_loader"
10626 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10627 soname_spec='${libname}${release}${shared_ext}$major'
10628 shlibpath_var=LIBRARY_PATH
10629 shlibpath_overrides_runpath=yes
10630 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10631 hardcode_into_libs=yes
10632 ;;
10633
d7040cdb
SE
10634hpux9* | hpux10* | hpux11*)
10635 # Give a soname corresponding to the major version so that dld.sl refuses to
10636 # link against other versions.
10637 version_type=sunos
10638 need_lib_prefix=no
10639 need_version=no
10640 case $host_cpu in
10641 ia64*)
10642 shrext_cmds='.so'
10643 hardcode_into_libs=yes
10644 dynamic_linker="$host_os dld.so"
10645 shlibpath_var=LD_LIBRARY_PATH
10646 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10647 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10648 soname_spec='${libname}${release}${shared_ext}$major'
10649 if test "X$HPUX_IA64_MODE" = X32; then
10650 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10651 else
10652 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10653 fi
10654 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10655 ;;
10656 hppa*64*)
10657 shrext_cmds='.sl'
10658 hardcode_into_libs=yes
10659 dynamic_linker="$host_os dld.sl"
10660 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10661 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10662 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10663 soname_spec='${libname}${release}${shared_ext}$major'
10664 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10665 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10666 ;;
10667 *)
10668 shrext_cmds='.sl'
10669 dynamic_linker="$host_os dld.sl"
10670 shlibpath_var=SHLIB_PATH
10671 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10672 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10673 soname_spec='${libname}${release}${shared_ext}$major'
10674 ;;
10675 esac
3725885a 10676 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10677 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10678 # or fails outright, so override atomically:
10679 install_override_mode=555
d7040cdb
SE
10680 ;;
10681
10682interix[3-9]*)
10683 version_type=linux
10684 need_lib_prefix=no
10685 need_version=no
10686 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10687 soname_spec='${libname}${release}${shared_ext}$major'
10688 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10689 shlibpath_var=LD_LIBRARY_PATH
10690 shlibpath_overrides_runpath=no
10691 hardcode_into_libs=yes
10692 ;;
10693
10694irix5* | irix6* | nonstopux*)
10695 case $host_os in
10696 nonstopux*) version_type=nonstopux ;;
10697 *)
10698 if test "$lt_cv_prog_gnu_ld" = yes; then
10699 version_type=linux
10700 else
10701 version_type=irix
10702 fi ;;
10703 esac
10704 need_lib_prefix=no
10705 need_version=no
10706 soname_spec='${libname}${release}${shared_ext}$major'
10707 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10708 case $host_os in
10709 irix5* | nonstopux*)
10710 libsuff= shlibsuff=
10711 ;;
10712 *)
10713 case $LD in # libtool.m4 will add one of these switches to LD
10714 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10715 libsuff= shlibsuff= libmagic=32-bit;;
10716 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10717 libsuff=32 shlibsuff=N32 libmagic=N32;;
10718 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10719 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10720 *) libsuff= shlibsuff= libmagic=never-match;;
10721 esac
10722 ;;
10723 esac
10724 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10725 shlibpath_overrides_runpath=no
10726 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10727 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10728 hardcode_into_libs=yes
10729 ;;
10730
10731# No shared lib support for Linux oldld, aout, or coff.
10732linux*oldld* | linux*aout* | linux*coff*)
10733 dynamic_linker=no
10734 ;;
10735
10736# This must be Linux ELF.
58e24671 10737linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
10738 version_type=linux
10739 need_lib_prefix=no
10740 need_version=no
10741 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10742 soname_spec='${libname}${release}${shared_ext}$major'
10743 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10744 shlibpath_var=LD_LIBRARY_PATH
10745 shlibpath_overrides_runpath=no
39144654 10746
d7040cdb 10747 # Some binutils ld are patched to set DT_RUNPATH
81ecdfbb
RW
10748 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10749 $as_echo_n "(cached) " >&6
39144654
RW
10750else
10751 lt_cv_shlibpath_overrides_runpath=no
10752 save_LDFLAGS=$LDFLAGS
10753 save_libdir=$libdir
10754 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10755 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10757/* end confdefs.h. */
10758
10759int
10760main ()
10761{
10762
10763 ;
10764 return 0;
10765}
10766_ACEOF
81ecdfbb
RW
10767if ac_fn_c_try_link "$LINENO"; then :
10768 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10769 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10770fi
d7040cdb 10771fi
81ecdfbb
RW
10772rm -f core conftest.err conftest.$ac_objext \
10773 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10774 LDFLAGS=$save_LDFLAGS
10775 libdir=$save_libdir
10776
10777fi
10778
10779 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10780
10781 # This implies no fast_install, which is unacceptable.
10782 # Some rework will be needed to allow for fast_install
10783 # before this can be enabled.
10784 hardcode_into_libs=yes
10785
10786 # Append ld.so.conf contents to the search path
10787 if test -f /etc/ld.so.conf; then
3725885a 10788 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
10789 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10790 fi
10791
10792 # We used to test for /lib/ld.so.1 and disable shared libraries on
10793 # powerpc, because MkLinux only supported shared libraries with the
10794 # GNU dynamic linker. Since this was broken with cross compilers,
10795 # most powerpc-linux boxes support dynamic linking these days and
10796 # people can always --disable-shared, the test was removed, and we
10797 # assume the GNU/Linux dynamic linker is in use.
10798 dynamic_linker='GNU/Linux ld.so'
10799 ;;
10800
10801netbsd*)
10802 version_type=sunos
10803 need_lib_prefix=no
10804 need_version=no
10805 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10806 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10807 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10808 dynamic_linker='NetBSD (a.out) ld.so'
10809 else
10810 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10811 soname_spec='${libname}${release}${shared_ext}$major'
10812 dynamic_linker='NetBSD ld.elf_so'
10813 fi
10814 shlibpath_var=LD_LIBRARY_PATH
10815 shlibpath_overrides_runpath=yes
10816 hardcode_into_libs=yes
10817 ;;
10818
10819newsos6)
10820 version_type=linux
10821 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10822 shlibpath_var=LD_LIBRARY_PATH
10823 shlibpath_overrides_runpath=yes
10824 ;;
10825
10826*nto* | *qnx*)
10827 version_type=qnx
10828 need_lib_prefix=no
10829 need_version=no
10830 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10831 soname_spec='${libname}${release}${shared_ext}$major'
10832 shlibpath_var=LD_LIBRARY_PATH
10833 shlibpath_overrides_runpath=no
10834 hardcode_into_libs=yes
10835 dynamic_linker='ldqnx.so'
10836 ;;
10837
10838openbsd*)
10839 version_type=sunos
10840 sys_lib_dlsearch_path_spec="/usr/lib"
10841 need_lib_prefix=no
10842 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10843 case $host_os in
10844 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10845 *) need_version=no ;;
10846 esac
10847 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10848 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10849 shlibpath_var=LD_LIBRARY_PATH
10850 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10851 case $host_os in
10852 openbsd2.[89] | openbsd2.[89].*)
10853 shlibpath_overrides_runpath=no
10854 ;;
10855 *)
10856 shlibpath_overrides_runpath=yes
10857 ;;
10858 esac
10859 else
10860 shlibpath_overrides_runpath=yes
10861 fi
10862 ;;
10863
10864os2*)
10865 libname_spec='$name'
10866 shrext_cmds=".dll"
10867 need_lib_prefix=no
10868 library_names_spec='$libname${shared_ext} $libname.a'
10869 dynamic_linker='OS/2 ld.exe'
10870 shlibpath_var=LIBPATH
10871 ;;
10872
10873osf3* | osf4* | osf5*)
10874 version_type=osf
10875 need_lib_prefix=no
10876 need_version=no
10877 soname_spec='${libname}${release}${shared_ext}$major'
10878 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10879 shlibpath_var=LD_LIBRARY_PATH
10880 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10881 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10882 ;;
10883
10884rdos*)
10885 dynamic_linker=no
10886 ;;
10887
10888solaris*)
10889 version_type=linux
10890 need_lib_prefix=no
10891 need_version=no
10892 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10893 soname_spec='${libname}${release}${shared_ext}$major'
10894 shlibpath_var=LD_LIBRARY_PATH
10895 shlibpath_overrides_runpath=yes
10896 hardcode_into_libs=yes
10897 # ldd complains unless libraries are executable
10898 postinstall_cmds='chmod +x $lib'
10899 ;;
10900
10901sunos4*)
10902 version_type=sunos
10903 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10904 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10905 shlibpath_var=LD_LIBRARY_PATH
10906 shlibpath_overrides_runpath=yes
10907 if test "$with_gnu_ld" = yes; then
10908 need_lib_prefix=no
10909 fi
10910 need_version=yes
10911 ;;
10912
10913sysv4 | sysv4.3*)
10914 version_type=linux
10915 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10916 soname_spec='${libname}${release}${shared_ext}$major'
10917 shlibpath_var=LD_LIBRARY_PATH
10918 case $host_vendor in
10919 sni)
10920 shlibpath_overrides_runpath=no
10921 need_lib_prefix=no
10922 runpath_var=LD_RUN_PATH
10923 ;;
10924 siemens)
10925 need_lib_prefix=no
10926 ;;
10927 motorola)
10928 need_lib_prefix=no
10929 need_version=no
10930 shlibpath_overrides_runpath=no
10931 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10932 ;;
10933 esac
10934 ;;
10935
10936sysv4*MP*)
10937 if test -d /usr/nec ;then
10938 version_type=linux
10939 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10940 soname_spec='$libname${shared_ext}.$major'
10941 shlibpath_var=LD_LIBRARY_PATH
10942 fi
10943 ;;
10944
10945sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10946 version_type=freebsd-elf
10947 need_lib_prefix=no
10948 need_version=no
10949 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10950 soname_spec='${libname}${release}${shared_ext}$major'
10951 shlibpath_var=LD_LIBRARY_PATH
10952 shlibpath_overrides_runpath=yes
10953 hardcode_into_libs=yes
10954 if test "$with_gnu_ld" = yes; then
10955 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10956 else
10957 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10958 case $host_os in
10959 sco3.2v5*)
10960 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10961 ;;
10962 esac
10963 fi
10964 sys_lib_dlsearch_path_spec='/usr/lib'
10965 ;;
10966
10967tpf*)
10968 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10969 version_type=linux
10970 need_lib_prefix=no
10971 need_version=no
718a6fd8 10972 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
10973 shlibpath_var=LD_LIBRARY_PATH
10974 shlibpath_overrides_runpath=no
10975 hardcode_into_libs=yes
10976 ;;
10977
10978uts4*)
10979 version_type=linux
10980 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10981 soname_spec='${libname}${release}${shared_ext}$major'
10982 shlibpath_var=LD_LIBRARY_PATH
10983 ;;
10984
10985*)
10986 dynamic_linker=no
10987 ;;
10988esac
81ecdfbb
RW
10989{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10990$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
10991test "$dynamic_linker" = no && can_build_shared=no
10992
10993variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10994if test "$GCC" = yes; then
10995 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10996fi
10997
718a6fd8
SE
10998if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10999 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11000fi
11001if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11002 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11003fi
11004
d7040cdb
SE
11005
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
3725885a
RW
11085
11086
11087
11088
11089
d7040cdb
SE
11090
11091
11092
11093
11094
11095
81ecdfbb
RW
11096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11097$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
11098hardcode_action=
11099if test -n "$hardcode_libdir_flag_spec" ||
11100 test -n "$runpath_var" ||
11101 test "X$hardcode_automatic" = "Xyes" ; then
11102
11103 # We can hardcode non-existent directories.
11104 if test "$hardcode_direct" != no &&
11105 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11106 # have to relink, otherwise we might link with an installed library
11107 # when we should be linking with a yet-to-be-installed one
11108 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11109 test "$hardcode_minus_L" != no; then
11110 # Linking always hardcodes the temporary library directory.
11111 hardcode_action=relink
11112 else
11113 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11114 hardcode_action=immediate
11115 fi
11116else
11117 # We cannot hardcode anything, or else we can only hardcode existing
11118 # directories.
11119 hardcode_action=unsupported
11120fi
81ecdfbb
RW
11121{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11122$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
11123
11124if test "$hardcode_action" = relink ||
11125 test "$inherit_rpath" = yes; then
11126 # Fast installation is not supported
11127 enable_fast_install=no
11128elif test "$shlibpath_overrides_runpath" = yes ||
11129 test "$enable_shared" = no; then
11130 # Fast installation is not necessary
11131 enable_fast_install=needless
11132fi
11133
11134
11135
11136
11137
11138
11139 if test "x$enable_dlopen" != xyes; then
11140 enable_dlopen=unknown
11141 enable_dlopen_self=unknown
11142 enable_dlopen_self_static=unknown
11143else
11144 lt_cv_dlopen=no
11145 lt_cv_dlopen_libs=
11146
11147 case $host_os in
11148 beos*)
11149 lt_cv_dlopen="load_add_on"
11150 lt_cv_dlopen_libs=
11151 lt_cv_dlopen_self=yes
11152 ;;
11153
718a6fd8 11154 mingw* | pw32* | cegcc*)
d7040cdb
SE
11155 lt_cv_dlopen="LoadLibrary"
11156 lt_cv_dlopen_libs=
11157 ;;
11158
11159 cygwin*)
11160 lt_cv_dlopen="dlopen"
11161 lt_cv_dlopen_libs=
11162 ;;
11163
11164 darwin*)
11165 # if libdl is installed we need to link against it
81ecdfbb
RW
11166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11167$as_echo_n "checking for dlopen in -ldl... " >&6; }
11168if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11169 $as_echo_n "(cached) " >&6
d7040cdb
SE
11170else
11171 ac_check_lib_save_LIBS=$LIBS
11172LIBS="-ldl $LIBS"
81ecdfbb 11173cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11174/* end confdefs.h. */
11175
81ecdfbb
RW
11176/* Override any GCC internal prototype to avoid an error.
11177 Use char because int might match the return type of a GCC
11178 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11179#ifdef __cplusplus
11180extern "C"
11181#endif
d7040cdb
SE
11182char dlopen ();
11183int
11184main ()
11185{
81ecdfbb 11186return dlopen ();
d7040cdb
SE
11187 ;
11188 return 0;
11189}
11190_ACEOF
81ecdfbb 11191if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11192 ac_cv_lib_dl_dlopen=yes
11193else
81ecdfbb 11194 ac_cv_lib_dl_dlopen=no
d7040cdb 11195fi
81ecdfbb
RW
11196rm -f core conftest.err conftest.$ac_objext \
11197 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11198LIBS=$ac_check_lib_save_LIBS
11199fi
81ecdfbb
RW
11200{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11201$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11202if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
d7040cdb
SE
11203 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11204else
11205
11206 lt_cv_dlopen="dyld"
11207 lt_cv_dlopen_libs=
11208 lt_cv_dlopen_self=yes
11209
11210fi
11211
11212 ;;
11213
11214 *)
81ecdfbb
RW
11215 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11216if test "x$ac_cv_func_shl_load" = x""yes; then :
d7040cdb
SE
11217 lt_cv_dlopen="shl_load"
11218else
81ecdfbb
RW
11219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11220$as_echo_n "checking for shl_load in -ldld... " >&6; }
11221if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11222 $as_echo_n "(cached) " >&6
d7040cdb
SE
11223else
11224 ac_check_lib_save_LIBS=$LIBS
11225LIBS="-ldld $LIBS"
81ecdfbb 11226cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11227/* end confdefs.h. */
11228
81ecdfbb
RW
11229/* Override any GCC internal prototype to avoid an error.
11230 Use char because int might match the return type of a GCC
11231 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11232#ifdef __cplusplus
11233extern "C"
11234#endif
d7040cdb
SE
11235char shl_load ();
11236int
11237main ()
11238{
81ecdfbb 11239return shl_load ();
d7040cdb
SE
11240 ;
11241 return 0;
11242}
11243_ACEOF
81ecdfbb 11244if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11245 ac_cv_lib_dld_shl_load=yes
11246else
81ecdfbb 11247 ac_cv_lib_dld_shl_load=no
d7040cdb 11248fi
81ecdfbb
RW
11249rm -f core conftest.err conftest.$ac_objext \
11250 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11251LIBS=$ac_check_lib_save_LIBS
11252fi
81ecdfbb
RW
11253{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11254$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11255if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
718a6fd8 11256 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 11257else
81ecdfbb
RW
11258 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11259if test "x$ac_cv_func_dlopen" = x""yes; then :
d7040cdb
SE
11260 lt_cv_dlopen="dlopen"
11261else
81ecdfbb
RW
11262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11263$as_echo_n "checking for dlopen in -ldl... " >&6; }
11264if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11265 $as_echo_n "(cached) " >&6
d7040cdb
SE
11266else
11267 ac_check_lib_save_LIBS=$LIBS
11268LIBS="-ldl $LIBS"
81ecdfbb 11269cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11270/* end confdefs.h. */
11271
81ecdfbb
RW
11272/* Override any GCC internal prototype to avoid an error.
11273 Use char because int might match the return type of a GCC
11274 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11275#ifdef __cplusplus
11276extern "C"
11277#endif
d7040cdb
SE
11278char dlopen ();
11279int
11280main ()
11281{
81ecdfbb 11282return dlopen ();
d7040cdb
SE
11283 ;
11284 return 0;
11285}
11286_ACEOF
81ecdfbb 11287if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11288 ac_cv_lib_dl_dlopen=yes
11289else
81ecdfbb 11290 ac_cv_lib_dl_dlopen=no
d7040cdb 11291fi
81ecdfbb
RW
11292rm -f core conftest.err conftest.$ac_objext \
11293 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11294LIBS=$ac_check_lib_save_LIBS
11295fi
81ecdfbb
RW
11296{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11297$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11298if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
d7040cdb
SE
11299 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11300else
81ecdfbb
RW
11301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11302$as_echo_n "checking for dlopen in -lsvld... " >&6; }
11303if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11304 $as_echo_n "(cached) " >&6
d7040cdb
SE
11305else
11306 ac_check_lib_save_LIBS=$LIBS
11307LIBS="-lsvld $LIBS"
81ecdfbb 11308cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11309/* end confdefs.h. */
11310
81ecdfbb
RW
11311/* Override any GCC internal prototype to avoid an error.
11312 Use char because int might match the return type of a GCC
11313 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11314#ifdef __cplusplus
11315extern "C"
11316#endif
d7040cdb
SE
11317char dlopen ();
11318int
11319main ()
11320{
81ecdfbb 11321return dlopen ();
d7040cdb
SE
11322 ;
11323 return 0;
11324}
11325_ACEOF
81ecdfbb 11326if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11327 ac_cv_lib_svld_dlopen=yes
11328else
81ecdfbb 11329 ac_cv_lib_svld_dlopen=no
d7040cdb 11330fi
81ecdfbb
RW
11331rm -f core conftest.err conftest.$ac_objext \
11332 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11333LIBS=$ac_check_lib_save_LIBS
11334fi
81ecdfbb
RW
11335{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11336$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11337if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
d7040cdb
SE
11338 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11339else
81ecdfbb
RW
11340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11341$as_echo_n "checking for dld_link in -ldld... " >&6; }
11342if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11343 $as_echo_n "(cached) " >&6
d7040cdb
SE
11344else
11345 ac_check_lib_save_LIBS=$LIBS
11346LIBS="-ldld $LIBS"
81ecdfbb 11347cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11348/* end confdefs.h. */
11349
81ecdfbb
RW
11350/* Override any GCC internal prototype to avoid an error.
11351 Use char because int might match the return type of a GCC
11352 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11353#ifdef __cplusplus
11354extern "C"
11355#endif
d7040cdb
SE
11356char dld_link ();
11357int
11358main ()
11359{
81ecdfbb 11360return dld_link ();
d7040cdb
SE
11361 ;
11362 return 0;
11363}
11364_ACEOF
81ecdfbb 11365if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11366 ac_cv_lib_dld_dld_link=yes
11367else
81ecdfbb 11368 ac_cv_lib_dld_dld_link=no
d7040cdb 11369fi
81ecdfbb
RW
11370rm -f core conftest.err conftest.$ac_objext \
11371 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11372LIBS=$ac_check_lib_save_LIBS
11373fi
81ecdfbb
RW
11374{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11375$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11376if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
718a6fd8 11377 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11378fi
11379
11380
11381fi
11382
11383
11384fi
11385
11386
11387fi
11388
11389
11390fi
11391
11392
11393fi
11394
11395 ;;
11396 esac
11397
11398 if test "x$lt_cv_dlopen" != xno; then
11399 enable_dlopen=yes
20e95c23 11400 else
d7040cdb 11401 enable_dlopen=no
252b5132 11402 fi
5464f5a1 11403
d7040cdb
SE
11404 case $lt_cv_dlopen in
11405 dlopen)
11406 save_CPPFLAGS="$CPPFLAGS"
11407 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11408
11409 save_LDFLAGS="$LDFLAGS"
11410 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11411
11412 save_LIBS="$LIBS"
11413 LIBS="$lt_cv_dlopen_libs $LIBS"
11414
81ecdfbb
RW
11415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11416$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11417if test "${lt_cv_dlopen_self+set}" = set; then :
11418 $as_echo_n "(cached) " >&6
20e95c23 11419else
d7040cdb
SE
11420 if test "$cross_compiling" = yes; then :
11421 lt_cv_dlopen_self=cross
11422else
11423 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11424 lt_status=$lt_dlunknown
11425 cat > conftest.$ac_ext <<_LT_EOF
243340ad 11426#line 11426 "configure"
d7040cdb
SE
11427#include "confdefs.h"
11428
11429#if HAVE_DLFCN_H
11430#include <dlfcn.h>
11431#endif
11432
11433#include <stdio.h>
11434
11435#ifdef RTLD_GLOBAL
11436# define LT_DLGLOBAL RTLD_GLOBAL
11437#else
11438# ifdef DL_GLOBAL
11439# define LT_DLGLOBAL DL_GLOBAL
11440# else
11441# define LT_DLGLOBAL 0
11442# endif
11443#endif
11444
11445/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11446 find out it does not work in some platform. */
11447#ifndef LT_DLLAZY_OR_NOW
11448# ifdef RTLD_LAZY
11449# define LT_DLLAZY_OR_NOW RTLD_LAZY
11450# else
11451# ifdef DL_LAZY
11452# define LT_DLLAZY_OR_NOW DL_LAZY
11453# else
11454# ifdef RTLD_NOW
11455# define LT_DLLAZY_OR_NOW RTLD_NOW
11456# else
11457# ifdef DL_NOW
11458# define LT_DLLAZY_OR_NOW DL_NOW
11459# else
11460# define LT_DLLAZY_OR_NOW 0
11461# endif
11462# endif
11463# endif
11464# endif
11465#endif
11466
3725885a
RW
11467/* When -fvisbility=hidden is used, assume the code has been annotated
11468 correspondingly for the symbols needed. */
11469#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11470void fnord () __attribute__((visibility("default")));
11471#endif
11472
11473void fnord () { int i=42; }
d7040cdb
SE
11474int main ()
11475{
11476 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11477 int status = $lt_dlunknown;
11478
11479 if (self)
11480 {
11481 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11482 else
11483 {
11484 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11485 else puts (dlerror ());
11486 }
d7040cdb
SE
11487 /* dlclose (self); */
11488 }
11489 else
11490 puts (dlerror ());
11491
718a6fd8 11492 return status;
d7040cdb
SE
11493}
11494_LT_EOF
81ecdfbb 11495 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11496 (eval $ac_link) 2>&5
11497 ac_status=$?
81ecdfbb
RW
11498 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11499 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11500 (./conftest; exit; ) >&5 2>/dev/null
11501 lt_status=$?
11502 case x$lt_status in
11503 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11504 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11505 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11506 esac
11507 else :
11508 # compilation failed
11509 lt_cv_dlopen_self=no
11510 fi
252b5132 11511fi
d7040cdb 11512rm -fr conftest*
20e95c23 11513
d7040cdb
SE
11514
11515fi
81ecdfbb
RW
11516{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11517$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11518
11519 if test "x$lt_cv_dlopen_self" = xyes; then
11520 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11522$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11523if test "${lt_cv_dlopen_self_static+set}" = set; then :
11524 $as_echo_n "(cached) " >&6
20e95c23 11525else
d7040cdb
SE
11526 if test "$cross_compiling" = yes; then :
11527 lt_cv_dlopen_self_static=cross
11528else
11529 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11530 lt_status=$lt_dlunknown
11531 cat > conftest.$ac_ext <<_LT_EOF
243340ad 11532#line 11532 "configure"
d7040cdb
SE
11533#include "confdefs.h"
11534
11535#if HAVE_DLFCN_H
11536#include <dlfcn.h>
11537#endif
11538
11539#include <stdio.h>
11540
11541#ifdef RTLD_GLOBAL
11542# define LT_DLGLOBAL RTLD_GLOBAL
11543#else
11544# ifdef DL_GLOBAL
11545# define LT_DLGLOBAL DL_GLOBAL
11546# else
11547# define LT_DLGLOBAL 0
11548# endif
11549#endif
11550
11551/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11552 find out it does not work in some platform. */
11553#ifndef LT_DLLAZY_OR_NOW
11554# ifdef RTLD_LAZY
11555# define LT_DLLAZY_OR_NOW RTLD_LAZY
11556# else
11557# ifdef DL_LAZY
11558# define LT_DLLAZY_OR_NOW DL_LAZY
11559# else
11560# ifdef RTLD_NOW
11561# define LT_DLLAZY_OR_NOW RTLD_NOW
11562# else
11563# ifdef DL_NOW
11564# define LT_DLLAZY_OR_NOW DL_NOW
11565# else
11566# define LT_DLLAZY_OR_NOW 0
11567# endif
11568# endif
11569# endif
11570# endif
11571#endif
11572
3725885a
RW
11573/* When -fvisbility=hidden is used, assume the code has been annotated
11574 correspondingly for the symbols needed. */
11575#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11576void fnord () __attribute__((visibility("default")));
11577#endif
11578
11579void fnord () { int i=42; }
d7040cdb
SE
11580int main ()
11581{
11582 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11583 int status = $lt_dlunknown;
11584
11585 if (self)
11586 {
11587 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11588 else
11589 {
11590 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11591 else puts (dlerror ());
11592 }
d7040cdb
SE
11593 /* dlclose (self); */
11594 }
11595 else
11596 puts (dlerror ());
11597
718a6fd8 11598 return status;
d7040cdb
SE
11599}
11600_LT_EOF
81ecdfbb 11601 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11602 (eval $ac_link) 2>&5
11603 ac_status=$?
81ecdfbb
RW
11604 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11605 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11606 (./conftest; exit; ) >&5 2>/dev/null
11607 lt_status=$?
11608 case x$lt_status in
11609 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11610 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11611 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11612 esac
11613 else :
11614 # compilation failed
11615 lt_cv_dlopen_self_static=no
11616 fi
11617fi
11618rm -fr conftest*
11619
11620
11621fi
81ecdfbb
RW
11622{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11623$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11624 fi
11625
11626 CPPFLAGS="$save_CPPFLAGS"
11627 LDFLAGS="$save_LDFLAGS"
11628 LIBS="$save_LIBS"
11629 ;;
11630 esac
11631
11632 case $lt_cv_dlopen_self in
11633 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11634 *) enable_dlopen_self=unknown ;;
11635 esac
11636
11637 case $lt_cv_dlopen_self_static in
11638 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11639 *) enable_dlopen_self_static=unknown ;;
11640 esac
11641fi
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659striplib=
11660old_striplib=
81ecdfbb
RW
11661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11662$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11663if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11664 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11665 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11667$as_echo "yes" >&6; }
d7040cdb
SE
11668else
11669# FIXME - insert some real tests, host_os isn't really good enough
11670 case $host_os in
11671 darwin*)
11672 if test -n "$STRIP" ; then
11673 striplib="$STRIP -x"
11674 old_striplib="$STRIP -S"
81ecdfbb
RW
11675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11676$as_echo "yes" >&6; }
d7040cdb 11677 else
81ecdfbb
RW
11678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11679$as_echo "no" >&6; }
d7040cdb 11680 fi
20e95c23
DJ
11681 ;;
11682 *)
81ecdfbb
RW
11683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11684$as_echo "no" >&6; }
d7040cdb
SE
11685 ;;
11686 esac
11687fi
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700 # Report which library types will actually be built
81ecdfbb
RW
11701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11702$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11704$as_echo "$can_build_shared" >&6; }
d7040cdb 11705
81ecdfbb
RW
11706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11707$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11708 test "$can_build_shared" = "no" && enable_shared=no
11709
11710 # On AIX, shared libraries and static libraries use the same namespace, and
11711 # are all built from PIC.
11712 case $host_os in
11713 aix3*)
11714 test "$enable_shared" = yes && enable_static=no
11715 if test -n "$RANLIB"; then
11716 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11717 postinstall_cmds='$RANLIB $lib'
11718 fi
11719 ;;
11720
e81819a5 11721 aix[4-9]*)
d7040cdb
SE
11722 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11723 test "$enable_shared" = yes && enable_static=no
11724 fi
20e95c23 11725 ;;
d7040cdb 11726 esac
81ecdfbb
RW
11727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11728$as_echo "$enable_shared" >&6; }
d7040cdb 11729
81ecdfbb
RW
11730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11731$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11732 # Make sure either enable_shared or enable_static is yes.
11733 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11735$as_echo "$enable_static" >&6; }
d7040cdb
SE
11736
11737
11738
11739
11740fi
11741ac_ext=c
11742ac_cpp='$CPP $CPPFLAGS'
11743ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11744ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11745ac_compiler_gnu=$ac_cv_c_compiler_gnu
11746
11747CC="$lt_save_CC"
11748
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
81ecdfbb 11761 ac_config_commands="$ac_config_commands libtool"
ce3c775b
NC
11762
11763
11764
11765
11766# Only expand once:
11767
11768
11769
da2f07f1
JK
11770# AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11771
3388710e
JM
11772# The tests for host and target for $enable_largefile require
11773# canonical names.
11774
11775
11776
da2f07f1
JK
11777# As the $enable_largefile decision depends on --enable-plugins we must set it
11778# even in directories otherwise not depending on the $plugins option.
11779
5691d22d 11780
b879806f
AM
11781 maybe_plugins=no
11782 for ac_header in dlfcn.h
11783do :
11784 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11785"
11786if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11787 cat >>confdefs.h <<_ACEOF
11788#define HAVE_DLFCN_H 1
11789_ACEOF
11790 maybe_plugins=yes
11791fi
11792
11793done
11794
11795 for ac_header in windows.h
11796do :
11797 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11798"
11799if test "x$ac_cv_header_windows_h" = x""yes; then :
11800 cat >>confdefs.h <<_ACEOF
11801#define HAVE_WINDOWS_H 1
11802_ACEOF
11803 maybe_plugins=yes
11804fi
11805
11806done
11807
11808
11809 # Check whether --enable-plugins was given.
81ecdfbb
RW
11810if test "${enable_plugins+set}" = set; then :
11811 enableval=$enable_plugins; case "${enableval}" in
b879806f
AM
11812 no) plugins=no ;;
11813 *) plugins=yes
11814 if test "$maybe_plugins" != "yes" ; then
11815 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11816 fi ;;
11817 esac
ce3c775b 11818else
b879806f
AM
11819 plugins=$maybe_plugins
11820
81ecdfbb 11821fi
ce3c775b 11822
2974be62
AM
11823 if test "$plugins" = "yes"; then
11824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11825$as_echo_n "checking for library containing dlopen... " >&6; }
11826if test "${ac_cv_search_dlopen+set}" = set; then :
11827 $as_echo_n "(cached) " >&6
11828else
11829 ac_func_search_save_LIBS=$LIBS
11830cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11831/* end confdefs.h. */
11832
11833/* Override any GCC internal prototype to avoid an error.
11834 Use char because int might match the return type of a GCC
11835 builtin and then its argument prototype would still apply. */
11836#ifdef __cplusplus
11837extern "C"
11838#endif
11839char dlopen ();
11840int
11841main ()
11842{
11843return dlopen ();
11844 ;
11845 return 0;
11846}
11847_ACEOF
11848for ac_lib in '' dl; do
11849 if test -z "$ac_lib"; then
11850 ac_res="none required"
11851 else
11852 ac_res=-l$ac_lib
11853 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11854 fi
11855 if ac_fn_c_try_link "$LINENO"; then :
11856 ac_cv_search_dlopen=$ac_res
11857fi
11858rm -f core conftest.err conftest.$ac_objext \
11859 conftest$ac_exeext
11860 if test "${ac_cv_search_dlopen+set}" = set; then :
11861 break
11862fi
11863done
11864if test "${ac_cv_search_dlopen+set}" = set; then :
11865
11866else
11867 ac_cv_search_dlopen=no
11868fi
11869rm conftest.$ac_ext
11870LIBS=$ac_func_search_save_LIBS
11871fi
11872{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11873$as_echo "$ac_cv_search_dlopen" >&6; }
11874ac_res=$ac_cv_search_dlopen
11875if test "$ac_res" != no; then :
11876 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11877
11878fi
11879
11880 fi
ce3c775b 11881
5691d22d 11882
da2f07f1 11883case "${host}" in
ce3c775b
NC
11884 sparc-*-solaris*|i[3-7]86-*-solaris*)
11885 # On native 32bit sparc and ia32 solaris, large-file and procfs support
da2f07f1 11886 # are mutually exclusive; and without procfs support, the bfd/ elf module
ce3c775b
NC
11887 # cannot provide certain routines such as elfcore_write_prpsinfo
11888 # or elfcore_write_prstatus. So unless the user explicitly requested
11889 # large-file support through the --enable-largefile switch, disable
11890 # large-file support in favor of procfs support.
da2f07f1
JK
11891 test "${target}" = "${host}" -a "x$plugins" = xno \
11892 && : ${enable_largefile="no"}
ce3c775b
NC
11893 ;;
11894esac
11895
81ecdfbb
RW
11896# Check whether --enable-largefile was given.
11897if test "${enable_largefile+set}" = set; then :
11898 enableval=$enable_largefile;
11899fi
ce3c775b 11900
ce3c775b
NC
11901if test "$enable_largefile" != no; then
11902
81ecdfbb
RW
11903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11904$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11905if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11906 $as_echo_n "(cached) " >&6
ce3c775b
NC
11907else
11908 ac_cv_sys_largefile_CC=no
11909 if test "$GCC" != yes; then
11910 ac_save_CC=$CC
11911 while :; do
81ecdfbb
RW
11912 # IRIX 6.2 and later do not support large files by default,
11913 # so use the C compiler's -n32 option if that helps.
11914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11915/* end confdefs.h. */
11916#include <sys/types.h>
11917 /* Check that off_t can represent 2**63 - 1 correctly.
11918 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11919 since some C++ compilers masquerading as C compilers
11920 incorrectly reject 9223372036854775807. */
11921#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11922 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11923 && LARGE_OFF_T % 2147483647 == 1)
11924 ? 1 : -1];
11925int
11926main ()
11927{
11928
11929 ;
11930 return 0;
11931}
11932_ACEOF
81ecdfbb 11933 if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11934 break
ce3c775b 11935fi
81ecdfbb
RW
11936rm -f core conftest.err conftest.$ac_objext
11937 CC="$CC -n32"
11938 if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11939 ac_cv_sys_largefile_CC=' -n32'; break
ce3c775b 11940fi
81ecdfbb 11941rm -f core conftest.err conftest.$ac_objext
ce3c775b
NC
11942 break
11943 done
11944 CC=$ac_save_CC
11945 rm -f conftest.$ac_ext
11946 fi
11947fi
81ecdfbb
RW
11948{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11949$as_echo "$ac_cv_sys_largefile_CC" >&6; }
ce3c775b
NC
11950 if test "$ac_cv_sys_largefile_CC" != no; then
11951 CC=$CC$ac_cv_sys_largefile_CC
11952 fi
11953
81ecdfbb
RW
11954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11955$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11956if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11957 $as_echo_n "(cached) " >&6
ce3c775b
NC
11958else
11959 while :; do
81ecdfbb 11960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11961/* end confdefs.h. */
11962#include <sys/types.h>
11963 /* Check that off_t can represent 2**63 - 1 correctly.
11964 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11965 since some C++ compilers masquerading as C compilers
11966 incorrectly reject 9223372036854775807. */
11967#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11968 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11969 && LARGE_OFF_T % 2147483647 == 1)
11970 ? 1 : -1];
11971int
11972main ()
11973{
11974
11975 ;
11976 return 0;
11977}
11978_ACEOF
81ecdfbb
RW
11979if ac_fn_c_try_compile "$LINENO"; then :
11980 ac_cv_sys_file_offset_bits=no; break
ce3c775b 11981fi
81ecdfbb
RW
11982rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11984/* end confdefs.h. */
11985#define _FILE_OFFSET_BITS 64
11986#include <sys/types.h>
11987 /* Check that off_t can represent 2**63 - 1 correctly.
11988 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11989 since some C++ compilers masquerading as C compilers
11990 incorrectly reject 9223372036854775807. */
11991#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11992 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11993 && LARGE_OFF_T % 2147483647 == 1)
11994 ? 1 : -1];
11995int
11996main ()
11997{
11998
11999 ;
12000 return 0;
12001}
12002_ACEOF
81ecdfbb 12003if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 12004 ac_cv_sys_file_offset_bits=64; break
ce3c775b 12005fi
81ecdfbb
RW
12006rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12007 ac_cv_sys_file_offset_bits=unknown
ce3c775b
NC
12008 break
12009done
12010fi
81ecdfbb
RW
12011{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12012$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12013case $ac_cv_sys_file_offset_bits in #(
12014 no | unknown) ;;
12015 *)
ce3c775b
NC
12016cat >>confdefs.h <<_ACEOF
12017#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12018_ACEOF
81ecdfbb
RW
12019;;
12020esac
12021rm -rf conftest*
12022 if test $ac_cv_sys_file_offset_bits = unknown; then
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12024$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
12025if test "${ac_cv_sys_large_files+set}" = set; then :
12026 $as_echo_n "(cached) " >&6
ce3c775b
NC
12027else
12028 while :; do
81ecdfbb 12029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
12030/* end confdefs.h. */
12031#include <sys/types.h>
12032 /* Check that off_t can represent 2**63 - 1 correctly.
12033 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12034 since some C++ compilers masquerading as C compilers
12035 incorrectly reject 9223372036854775807. */
12036#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12037 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12038 && LARGE_OFF_T % 2147483647 == 1)
12039 ? 1 : -1];
12040int
12041main ()
12042{
12043
12044 ;
12045 return 0;
12046}
12047_ACEOF
81ecdfbb
RW
12048if ac_fn_c_try_compile "$LINENO"; then :
12049 ac_cv_sys_large_files=no; break
ce3c775b 12050fi
81ecdfbb
RW
12051rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
12053/* end confdefs.h. */
12054#define _LARGE_FILES 1
12055#include <sys/types.h>
12056 /* Check that off_t can represent 2**63 - 1 correctly.
12057 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12058 since some C++ compilers masquerading as C compilers
12059 incorrectly reject 9223372036854775807. */
12060#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12061 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12062 && LARGE_OFF_T % 2147483647 == 1)
12063 ? 1 : -1];
12064int
12065main ()
12066{
d7040cdb 12067
ce3c775b
NC
12068 ;
12069 return 0;
12070}
12071_ACEOF
81ecdfbb 12072if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 12073 ac_cv_sys_large_files=1; break
ce3c775b 12074fi
81ecdfbb
RW
12075rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12076 ac_cv_sys_large_files=unknown
ce3c775b
NC
12077 break
12078done
12079fi
81ecdfbb
RW
12080{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12081$as_echo "$ac_cv_sys_large_files" >&6; }
12082case $ac_cv_sys_large_files in #(
12083 no | unknown) ;;
12084 *)
ce3c775b
NC
12085cat >>confdefs.h <<_ACEOF
12086#define _LARGE_FILES $ac_cv_sys_large_files
12087_ACEOF
81ecdfbb
RW
12088;;
12089esac
12090rm -rf conftest*
12091 fi
ce3c775b 12092fi
d7040cdb
SE
12093
12094
da2f07f1
JK
12095
12096 if test "$plugins" = "yes"; then
12097 PLUGINS_TRUE=
12098 PLUGINS_FALSE='#'
12099else
12100 PLUGINS_TRUE='#'
12101 PLUGINS_FALSE=
12102fi
12103
12104
12105if test "$plugins" = "yes"; then
da2f07f1
JK
12106 enable_targets="$enable_targets plugin"
12107fi
12108
81ecdfbb
RW
12109# Check whether --enable-64-bit-bfd was given.
12110if test "${enable_64_bit_bfd+set}" = set; then :
12111 enableval=$enable_64_bit_bfd; case "${enableval}" in
d7040cdb
SE
12112 yes) want64=true ;;
12113 no) want64=false ;;
81ecdfbb 12114 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
d7040cdb
SE
12115esac
12116else
12117 want64=false
81ecdfbb
RW
12118fi
12119
12120# Check whether --enable-targets was given.
12121if test "${enable_targets+set}" = set; then :
12122 enableval=$enable_targets; case "${enableval}" in
12123 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
12124 ;;
12125 no) enable_targets= ;;
12126 *) enable_targets=$enableval ;;
12127esac
81ecdfbb 12128fi
504b7d20 12129
81ecdfbb
RW
12130
12131# Check whether --with-mmap was given.
12132if test "${with_mmap+set}" = set; then :
12133 withval=$with_mmap; case "${withval}" in
d7040cdb
SE
12134 yes) want_mmap=true ;;
12135 no) want_mmap=false ;;
81ecdfbb 12136 *) as_fn_error "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
20e95c23 12137esac
252b5132 12138else
d7040cdb 12139 want_mmap=false
81ecdfbb
RW
12140fi
12141
12142# Check whether --enable-secureplt was given.
12143if test "${enable_secureplt+set}" = set; then :
12144 enableval=$enable_secureplt; case "${enableval}" in
d7040cdb
SE
12145 yes) use_secureplt=true ;;
12146 no) use_secureplt=false ;;
81ecdfbb 12147 *) as_fn_error "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
d7040cdb 12148esac
252b5132 12149else
cc75d373 12150 use_secureplt=true
81ecdfbb
RW
12151fi
12152if test $use_secureplt = true; then
d7040cdb 12153
81ecdfbb 12154$as_echo "#define USE_SECUREPLT 1" >>confdefs.h
5464f5a1 12155
252b5132 12156fi
20e95c23 12157
ef72a554
KT
12158# Check whether --enable-leading-mingw64-underscores was given.
12159if test "${enable_leading_mingw64_underscores+set}" = set; then :
12160 enableval=$enable_leading_mingw64_underscores;
12161fi
12162
12163if test x"$enable_leading_mingw64_underscores" = xyes ; then :
12164
12165$as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12166
12167fi
12168
0d4a1476
AS
12169DEBUGDIR=${libdir}/debug
12170
81ecdfbb
RW
12171# Check whether --with-separate-debug-dir was given.
12172if test "${with_separate_debug_dir+set}" = set; then :
12173 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12174fi
12175
0d4a1476
AS
12176
12177
504b7d20
NC
12178# Check to see if we should allow the generation of
12179# symbols with the ELF standard's STT_COMMON type.
81ecdfbb
RW
12180# Check whether --enable-elf-stt-common was given.
12181if test "${enable_elf_stt_common+set}" = set; then :
12182 enableval=$enable_elf_stt_common; case "${enableval}" in
504b7d20
NC
12183 yes) want_elf_stt_common=true ;;
12184 no) want_elf_stt_common=false ;;
81ecdfbb 12185 *) as_fn_error "bad value ${enableval} for ELF STT_COMMON option" "$LINENO" 5 ;;
504b7d20
NC
12186 esac
12187else
12188 # We have to choose a default behaviour. For native builds we could
8bc9c892
NC
12189# test whether the loader supports the STT_COMMON type, but that would
12190# mean that built binaries could not be exported to older systems where
12191# the loader does not support it. So by default we always choose to
12192# disable this feature.
504b7d20 12193 want_elf_stt_common=false
81ecdfbb
RW
12194fi
12195if test $want_elf_stt_common = true; then
504b7d20 12196
81ecdfbb 12197$as_echo "#define USE_STT_COMMON 1" >>confdefs.h
504b7d20
NC
12198
12199fi
12200
12201
d7040cdb 12202
81ecdfbb
RW
12203# Check whether --with-pkgversion was given.
12204if test "${with_pkgversion+set}" = set; then :
12205 withval=$with_pkgversion; case "$withval" in
12206 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
d7040cdb
SE
12207 no) PKGVERSION= ;;
12208 *) PKGVERSION="($withval) " ;;
12209 esac
252b5132 12210else
d7040cdb 12211 PKGVERSION="(GNU Binutils) "
252b5132 12212
81ecdfbb
RW
12213fi
12214
20e95c23
DJ
12215
12216
5464f5a1 12217
20e95c23 12218
81ecdfbb
RW
12219# Check whether --with-bugurl was given.
12220if test "${with_bugurl+set}" = set; then :
12221 withval=$with_bugurl; case "$withval" in
12222 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
d7040cdb
SE
12223 no) BUGURL=
12224 ;;
12225 *) BUGURL="$withval"
12226 ;;
12227 esac
252b5132 12228else
d7040cdb
SE
12229 BUGURL="http://www.sourceware.org/bugzilla/"
12230
81ecdfbb
RW
12231fi
12232
d7040cdb
SE
12233 case ${BUGURL} in
12234 "")
12235 REPORT_BUGS_TO=
12236 REPORT_BUGS_TEXI=
20e95c23
DJ
12237 ;;
12238 *)
d7040cdb
SE
12239 REPORT_BUGS_TO="<$BUGURL>"
12240 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
20e95c23 12241 ;;
d7040cdb
SE
12242 esac;
12243
12244
12245
12246
12247
270c9937
JB
12248# Set the 'development' global.
12249. $srcdir/../bfd/development.sh
12250
d1a98e0c
AM
12251GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12252cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12253/* end confdefs.h. */
12254__GNUC__
12255_ACEOF
12256if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12257 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
12258
12259else
12260 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12261fi
12262rm -f conftest*
12263
d7040cdb 12264
81ecdfbb
RW
12265# Check whether --enable-werror was given.
12266if test "${enable_werror+set}" = set; then :
12267 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
12268 yes | y) ERROR_ON_WARNING="yes" ;;
12269 no | n) ERROR_ON_WARNING="no" ;;
81ecdfbb 12270 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 12271 esac
81ecdfbb
RW
12272fi
12273
d7040cdb 12274
d1a98e0c 12275# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
12276case "${host}" in
12277 *-*-mingw32*)
12278 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12279 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12280 fi
12281 ;;
12282 *) ;;
12283esac
12284
270c9937
JB
12285# Enable -Werror by default when using gcc. Turn it off for releases.
12286if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
12287 ERROR_ON_WARNING=yes
12288fi
12289
12290NO_WERROR=
12291if test "${ERROR_ON_WARNING}" = yes ; then
12292 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12293 NO_WERROR="-Wno-error"
12294fi
12295
12296if test "${GCC}" = yes ; then
12297 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12298fi
12299
81ecdfbb
RW
12300# Check whether --enable-build-warnings was given.
12301if test "${enable_build_warnings+set}" = set; then :
12302 enableval=$enable_build_warnings; case "${enableval}" in
d7040cdb
SE
12303 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
12304 no) if test "${GCC}" = yes ; then
12305 WARN_CFLAGS="-w"
12306 fi;;
12307 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12308 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12309 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12310 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12311 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
20e95c23 12312esac
81ecdfbb
RW
12313fi
12314
d7040cdb
SE
12315
12316if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12317 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
20e95c23 12318fi
d7040cdb
SE
12319
12320
12321
12322
12323
81ecdfbb 12324ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12325
12326
df7b86aa
NC
12327# PR 14072
12328
12329
d7040cdb 12330if test -z "$target" ; then
81ecdfbb 12331 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
20e95c23
DJ
12332fi
12333
81ecdfbb
RW
12334
12335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12336$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12337 # Check whether --enable-maintainer-mode was given.
12338if test "${enable_maintainer_mode+set}" = set; then :
12339 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
d7040cdb
SE
12340else
12341 USE_MAINTAINER_MODE=no
81ecdfbb 12342fi
20e95c23 12343
81ecdfbb
RW
12344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12345$as_echo "$USE_MAINTAINER_MODE" >&6; }
12346 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
12347 MAINTAINER_MODE_TRUE=
12348 MAINTAINER_MODE_FALSE='#'
12349else
12350 MAINTAINER_MODE_TRUE='#'
12351 MAINTAINER_MODE_FALSE=
6be7c12c 12352fi
5464f5a1 12353
d7040cdb
SE
12354 MAINT=$MAINTAINER_MODE_TRUE
12355
12356
81ecdfbb 12357 if false; then
d7040cdb
SE
12358 GENINSRC_NEVER_TRUE=
12359 GENINSRC_NEVER_FALSE='#'
20e95c23 12360else
d7040cdb
SE
12361 GENINSRC_NEVER_TRUE='#'
12362 GENINSRC_NEVER_FALSE=
5464f5a1 12363fi
5464f5a1 12364
d7040cdb
SE
12365 case ${build_alias} in
12366 "") build_noncanonical=${build} ;;
12367 *) build_noncanonical=${build_alias} ;;
20e95c23 12368esac
d7040cdb
SE
12369
12370 case ${host_alias} in
12371 "") host_noncanonical=${build_noncanonical} ;;
12372 *) host_noncanonical=${host_alias} ;;
12373esac
12374
12375 case ${target_alias} in
12376 "") target_noncanonical=${host_noncanonical} ;;
12377 *) target_noncanonical=${target_alias} ;;
12378esac
12379
81ecdfbb
RW
12380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12381$as_echo_n "checking whether to install libbfd... " >&6; }
12382 # Check whether --enable-install-libbfd was given.
12383if test "${enable_install_libbfd+set}" = set; then :
12384 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
252b5132 12385else
d7040cdb
SE
12386 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12387 install_libbfd_p=yes
12388 else
12389 install_libbfd_p=no
12390 fi
81ecdfbb 12391fi
d7040cdb 12392
81ecdfbb
RW
12393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12394$as_echo "$install_libbfd_p" >&6; }
12395 if test $install_libbfd_p = yes; then
d7040cdb
SE
12396 INSTALL_LIBBFD_TRUE=
12397 INSTALL_LIBBFD_FALSE='#'
12398else
12399 INSTALL_LIBBFD_TRUE='#'
12400 INSTALL_LIBBFD_FALSE=
5464f5a1 12401fi
5464f5a1 12402
d7040cdb 12403 # Need _noncanonical variables for this.
5464f5a1 12404
5464f5a1 12405
d7040cdb
SE
12406
12407
12408 # libbfd.a is a host library containing target dependent code
12409 bfdlibdir='$(libdir)'
12410 bfdincludedir='$(includedir)'
12411 if test "${host}" != "${target}"; then
12412 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12413 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
20e95c23 12414 fi
6be7c12c 12415
5464f5a1 12416
5464f5a1
NN
12417
12418
5464f5a1 12419
ac48eca1 12420
573e8a1c
RW
12421
12422
d7040cdb
SE
12423host64=false
12424target64=false
12425bfd_default_target_size=32
252b5132 12426
d7040cdb 12427# host stuff:
20e95c23 12428
4c6a93d3 12429ALL_LINGUAS="fr tr ja es sv da zh_CN ro rw vi fi id ru uk"
d7040cdb
SE
12430# If we haven't got the data from the intl directory,
12431# assume NLS is disabled.
12432USE_NLS=no
12433LIBINTL=
12434LIBINTL_DEP=
12435INCINTL=
12436XGETTEXT=
12437GMSGFMT=
12438POSUB=
12439
12440if test -f ../intl/config.intl; then
12441 . ../intl/config.intl
252b5132 12442fi
81ecdfbb
RW
12443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12444$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12445if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12447$as_echo "no" >&6; }
d7040cdb 12448else
81ecdfbb
RW
12449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12450$as_echo "yes" >&6; }
5464f5a1 12451
81ecdfbb 12452$as_echo "#define ENABLE_NLS 1" >>confdefs.h
252b5132 12453
6be7c12c 12454
81ecdfbb
RW
12455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12456$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12457 # Look for .po and .gmo files in the source directory.
12458 CATALOGS=
12459 XLINGUAS=
12460 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12461 # If there aren't any .gmo files the shell will give us the
12462 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12463 # weeded out.
12464 case "$cat" in *\**)
12465 continue;;
12466 esac
12467 # The quadruple backslash is collapsed to a double backslash
12468 # by the backticks, then collapsed again by the double quotes,
12469 # leaving us with one backslash in the sed expression (right
12470 # before the dot that mustn't act as a wildcard).
12471 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12472 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12473 # The user is allowed to set LINGUAS to a list of languages to
12474 # install catalogs for. If it's empty that means "all of them."
12475 if test "x$LINGUAS" = x; then
12476 CATALOGS="$CATALOGS $cat"
12477 XLINGUAS="$XLINGUAS $lang"
12478 else
12479 case "$LINGUAS" in *$lang*)
12480 CATALOGS="$CATALOGS $cat"
12481 XLINGUAS="$XLINGUAS $lang"
12482 ;;
12483 esac
12484 fi
12485 done
12486 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12488$as_echo "$LINGUAS" >&6; }
d7040cdb 12489
252b5132 12490
d7040cdb 12491 DATADIRNAME=share
252b5132 12492
d7040cdb 12493 INSTOBJEXT=.mo
5464f5a1 12494
d7040cdb 12495 GENCAT=gencat
20e95c23 12496
d7040cdb 12497 CATOBJEXT=.gmo
5464f5a1 12498
20e95c23 12499fi
5464f5a1 12500
d7040cdb
SE
12501 MKINSTALLDIRS=
12502 if test -n "$ac_aux_dir"; then
12503 case "$ac_aux_dir" in
12504 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12505 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12506 esac
12507 fi
12508 if test -z "$MKINSTALLDIRS"; then
12509 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
5464f5a1 12510 fi
5464f5a1 12511
5464f5a1 12512
d7040cdb 12513
81ecdfbb
RW
12514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12515$as_echo_n "checking whether NLS is requested... " >&6; }
12516 # Check whether --enable-nls was given.
12517if test "${enable_nls+set}" = set; then :
12518 enableval=$enable_nls; USE_NLS=$enableval
252b5132 12519else
d7040cdb 12520 USE_NLS=yes
81ecdfbb
RW
12521fi
12522
12523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12524$as_echo "$USE_NLS" >&6; }
5464f5a1 12525
252b5132 12526
5464f5a1 12527
252b5132 12528
d7040cdb
SE
12529
12530
12531# Prepare PATH_SEPARATOR.
12532# The user is always right.
12533if test "${PATH_SEPARATOR+set}" != set; then
12534 echo "#! /bin/sh" >conf$$.sh
12535 echo "exit 0" >>conf$$.sh
12536 chmod +x conf$$.sh
12537 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12538 PATH_SEPARATOR=';'
20e95c23 12539 else
d7040cdb 12540 PATH_SEPARATOR=:
20e95c23 12541 fi
d7040cdb
SE
12542 rm -f conf$$.sh
12543fi
12544
12545# Find out how to test for executable files. Don't use a zero-byte file,
12546# as systems may use methods other than mode bits to determine executability.
12547cat >conf$$.file <<_ASEOF
12548#! /bin/sh
12549exit 0
12550_ASEOF
12551chmod +x conf$$.file
12552if test -x conf$$.file >/dev/null 2>&1; then
12553 ac_executable_p="test -x"
20e95c23 12554else
d7040cdb 12555 ac_executable_p="test -f"
20e95c23 12556fi
d7040cdb 12557rm -f conf$$.file
5464f5a1 12558
d7040cdb
SE
12559# Extract the first word of "msgfmt", so it can be a program name with args.
12560set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12562$as_echo_n "checking for $ac_word... " >&6; }
12563if test "${ac_cv_path_MSGFMT+set}" = set; then :
12564 $as_echo_n "(cached) " >&6
d7040cdb
SE
12565else
12566 case "$MSGFMT" in
12567 [\\/]* | ?:[\\/]*)
12568 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12569 ;;
12570 *)
12571 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12572 for ac_dir in $PATH; do
12573 IFS="$ac_save_IFS"
12574 test -z "$ac_dir" && ac_dir=.
12575 for ac_exec_ext in '' $ac_executable_extensions; do
12576 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12577 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12578 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12579 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12580 break 2
12581 fi
12582 fi
12583 done
12584 done
12585 IFS="$ac_save_IFS"
12586 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12587 ;;
12588esac
5464f5a1 12589fi
d7040cdb
SE
12590MSGFMT="$ac_cv_path_MSGFMT"
12591if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12593$as_echo "$MSGFMT" >&6; }
20e95c23 12594else
81ecdfbb
RW
12595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12596$as_echo "no" >&6; }
252b5132 12597fi
d7040cdb
SE
12598
12599 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12600set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12602$as_echo_n "checking for $ac_word... " >&6; }
12603if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12604 $as_echo_n "(cached) " >&6
252b5132 12605else
d7040cdb
SE
12606 case $GMSGFMT in
12607 [\\/]* | ?:[\\/]*)
12608 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12609 ;;
12610 *)
12611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12612for as_dir in $PATH
12613do
12614 IFS=$as_save_IFS
12615 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
12616 for ac_exec_ext in '' $ac_executable_extensions; do
12617 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
d7040cdb 12618 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12619 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12620 break 2
12621 fi
12622done
81ecdfbb
RW
12623 done
12624IFS=$as_save_IFS
5464f5a1 12625
d7040cdb
SE
12626 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12627 ;;
12628esac
252b5132 12629fi
d7040cdb 12630GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12631if test -n "$GMSGFMT"; then
81ecdfbb
RW
12632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12633$as_echo "$GMSGFMT" >&6; }
252b5132 12634else
81ecdfbb
RW
12635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12636$as_echo "no" >&6; }
252b5132
RH
12637fi
12638
20e95c23
DJ
12639
12640
81ecdfbb 12641
d7040cdb
SE
12642# Prepare PATH_SEPARATOR.
12643# The user is always right.
12644if test "${PATH_SEPARATOR+set}" != set; then
12645 echo "#! /bin/sh" >conf$$.sh
12646 echo "exit 0" >>conf$$.sh
12647 chmod +x conf$$.sh
12648 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12649 PATH_SEPARATOR=';'
12650 else
12651 PATH_SEPARATOR=:
12652 fi
12653 rm -f conf$$.sh
252b5132 12654fi
20e95c23 12655
d7040cdb
SE
12656# Find out how to test for executable files. Don't use a zero-byte file,
12657# as systems may use methods other than mode bits to determine executability.
12658cat >conf$$.file <<_ASEOF
12659#! /bin/sh
12660exit 0
12661_ASEOF
12662chmod +x conf$$.file
12663if test -x conf$$.file >/dev/null 2>&1; then
12664 ac_executable_p="test -x"
12665else
12666 ac_executable_p="test -f"
12667fi
12668rm -f conf$$.file
252b5132 12669
d7040cdb
SE
12670# Extract the first word of "xgettext", so it can be a program name with args.
12671set dummy xgettext; ac_word=$2
81ecdfbb
RW
12672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12673$as_echo_n "checking for $ac_word... " >&6; }
12674if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12675 $as_echo_n "(cached) " >&6
20e95c23 12676else
d7040cdb
SE
12677 case "$XGETTEXT" in
12678 [\\/]* | ?:[\\/]*)
12679 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12680 ;;
12681 *)
12682 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12683 for ac_dir in $PATH; do
12684 IFS="$ac_save_IFS"
12685 test -z "$ac_dir" && ac_dir=.
12686 for ac_exec_ext in '' $ac_executable_extensions; do
12687 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12688 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12689 (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
12690 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12691 break 2
12692 fi
12693 fi
12694 done
12695 done
12696 IFS="$ac_save_IFS"
12697 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12698 ;;
12699esac
12700fi
12701XGETTEXT="$ac_cv_path_XGETTEXT"
12702if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12704$as_echo "$XGETTEXT" >&6; }
252b5132 12705else
81ecdfbb
RW
12706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12707$as_echo "no" >&6; }
252b5132
RH
12708fi
12709
d7040cdb 12710 rm -f messages.po
5464f5a1 12711
252b5132 12712
d7040cdb
SE
12713# Prepare PATH_SEPARATOR.
12714# The user is always right.
12715if test "${PATH_SEPARATOR+set}" != set; then
12716 echo "#! /bin/sh" >conf$$.sh
12717 echo "exit 0" >>conf$$.sh
12718 chmod +x conf$$.sh
12719 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12720 PATH_SEPARATOR=';'
12721 else
12722 PATH_SEPARATOR=:
12723 fi
12724 rm -f conf$$.sh
252b5132
RH
12725fi
12726
d7040cdb
SE
12727# Find out how to test for executable files. Don't use a zero-byte file,
12728# as systems may use methods other than mode bits to determine executability.
12729cat >conf$$.file <<_ASEOF
12730#! /bin/sh
12731exit 0
12732_ASEOF
12733chmod +x conf$$.file
12734if test -x conf$$.file >/dev/null 2>&1; then
12735 ac_executable_p="test -x"
5464f5a1 12736else
d7040cdb 12737 ac_executable_p="test -f"
20e95c23 12738fi
d7040cdb 12739rm -f conf$$.file
5464f5a1 12740
d7040cdb
SE
12741# Extract the first word of "msgmerge", so it can be a program name with args.
12742set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12744$as_echo_n "checking for $ac_word... " >&6; }
12745if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12746 $as_echo_n "(cached) " >&6
d7040cdb
SE
12747else
12748 case "$MSGMERGE" in
12749 [\\/]* | ?:[\\/]*)
12750 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12751 ;;
12752 *)
12753 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12754 for ac_dir in $PATH; do
12755 IFS="$ac_save_IFS"
12756 test -z "$ac_dir" && ac_dir=.
12757 for ac_exec_ext in '' $ac_executable_extensions; do
12758 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12759 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12760 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12761 break 2
12762 fi
12763 fi
12764 done
12765 done
12766 IFS="$ac_save_IFS"
12767 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12768 ;;
12769esac
5464f5a1 12770fi
d7040cdb
SE
12771MSGMERGE="$ac_cv_path_MSGMERGE"
12772if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12774$as_echo "$MSGMERGE" >&6; }
20e95c23 12775else
81ecdfbb
RW
12776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12777$as_echo "no" >&6; }
d7040cdb 12778fi
20e95c23 12779
5464f5a1 12780
d7040cdb
SE
12781 if test "$GMSGFMT" != ":"; then
12782 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12783 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12784 : ;
12785 else
12786 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12788$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12789 GMSGFMT=":"
12790 fi
12791 fi
252b5132 12792
d7040cdb
SE
12793 if test "$XGETTEXT" != ":"; then
12794 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12795 (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
12796 : ;
12797 else
81ecdfbb
RW
12798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12799$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12800 XGETTEXT=":"
12801 fi
12802 rm -f messages.po
12803 fi
6be7c12c 12804
81ecdfbb 12805 ac_config_commands="$ac_config_commands default-1"
5464f5a1 12806
252b5132 12807
5464f5a1 12808
d7040cdb
SE
12809# Permit host specific settings.
12810. ${srcdir}/configure.host
12811
12812
252b5132 12813
252b5132 12814
d7040cdb 12815BFD_HOST_64BIT_LONG=0
d2df793a 12816BFD_HOST_64BIT_LONG_LONG=0
d7040cdb
SE
12817BFD_HOST_64_BIT_DEFINED=0
12818BFD_HOST_64_BIT=
12819BFD_HOST_U_64_BIT=
d2df793a 12820BFD_HOSTPTR_T="unsigned long"
6be7c12c 12821
81ecdfbb
RW
12822# The cast to long int works around a bug in the HP C Compiler
12823# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12824# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12825# This bug is HP SR number 8606223364.
12826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12827$as_echo_n "checking size of long long... " >&6; }
12828if test "${ac_cv_sizeof_long_long+set}" = set; then :
12829 $as_echo_n "(cached) " >&6
6726e1ea 12830else
81ecdfbb
RW
12831 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12832
12833else
12834 if test "$ac_cv_type_long_long" = yes; then
12835 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12836$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12837{ as_fn_set_status 77
12838as_fn_error "cannot compute sizeof (long long)
12839See \`config.log' for more details." "$LINENO" 5; }; }
12840 else
12841 ac_cv_sizeof_long_long=0
12842 fi
12843fi
12844
12845fi
12846{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12847$as_echo "$ac_cv_sizeof_long_long" >&6; }
12848
12849
12850
12851cat >>confdefs.h <<_ACEOF
12852#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5464f5a1 12853_ACEOF
81ecdfbb
RW
12854
12855
12856# The cast to long int works around a bug in the HP C Compiler
12857# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12858# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12859# This bug is HP SR number 8606223364.
12860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12861$as_echo_n "checking size of void *... " >&6; }
12862if test "${ac_cv_sizeof_void_p+set}" = set; then :
12863 $as_echo_n "(cached) " >&6
6726e1ea 12864else
81ecdfbb 12865 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
5464f5a1 12866
81ecdfbb
RW
12867else
12868 if test "$ac_cv_type_void_p" = yes; then
12869 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12870$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12871{ as_fn_set_status 77
12872as_fn_error "cannot compute sizeof (void *)
12873See \`config.log' for more details." "$LINENO" 5; }; }
12874 else
12875 ac_cv_sizeof_void_p=0
12876 fi
6726e1ea 12877fi
81ecdfbb 12878
6726e1ea 12879fi
81ecdfbb
RW
12880{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12881$as_echo "$ac_cv_sizeof_void_p" >&6; }
6726e1ea 12882
6726e1ea 12883
2ba49b59 12884
81ecdfbb
RW
12885cat >>confdefs.h <<_ACEOF
12886#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
5464f5a1 12887_ACEOF
81ecdfbb
RW
12888
12889
12890# The cast to long int works around a bug in the HP C Compiler
12891# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12892# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12893# This bug is HP SR number 8606223364.
12894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12895$as_echo_n "checking size of long... " >&6; }
12896if test "${ac_cv_sizeof_long+set}" = set; then :
12897 $as_echo_n "(cached) " >&6
6726e1ea 12898else
81ecdfbb 12899 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
5464f5a1 12900
252b5132 12901else
81ecdfbb
RW
12902 if test "$ac_cv_type_long" = yes; then
12903 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12904$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12905{ as_fn_set_status 77
12906as_fn_error "cannot compute sizeof (long)
12907See \`config.log' for more details." "$LINENO" 5; }; }
12908 else
12909 ac_cv_sizeof_long=0
12910 fi
12911fi
5464f5a1 12912
81ecdfbb
RW
12913fi
12914{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12915$as_echo "$ac_cv_sizeof_long" >&6; }
2ba49b59 12916
81ecdfbb
RW
12917
12918
12919cat >>confdefs.h <<_ACEOF
12920#define SIZEOF_LONG $ac_cv_sizeof_long
5464f5a1 12921_ACEOF
2ba49b59 12922
2ba49b59 12923
81ecdfbb
RW
12924
12925if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12926 host64=true
252b5132 12927fi
5464f5a1 12928
81ecdfbb
RW
12929if test "x${ac_cv_sizeof_long}" = "x8"; then
12930 BFD_HOST_64BIT_LONG=1
12931 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
12932 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
12933elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12934 BFD_HOST_64BIT_LONG_LONG=1
12935 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
12936 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
12937 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12938 BFD_HOSTPTR_T="unsigned long long"
12939 fi
252b5132 12940fi
81ecdfbb
RW
12941
12942if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12943 BFD_HOST_64_BIT_DEFINED=1
12944 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
12945 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
2ba49b59 12946fi
5464f5a1 12947
5464f5a1 12948
2ba49b59 12949
2ba49b59 12950
5464f5a1 12951
81ecdfbb
RW
12952
12953
12954
12955# Put a plausible default for CC_FOR_BUILD in Makefile.
12956if test -z "$CC_FOR_BUILD"; then
12957 if test "x$cross_compiling" = "xno"; then
12958 CC_FOR_BUILD='$(CC)'
12959 else
12960 CC_FOR_BUILD=gcc
12961 fi
2ba49b59 12962fi
81ecdfbb
RW
12963
12964# Also set EXEEXT_FOR_BUILD.
12965if test "x$cross_compiling" = "xno"; then
12966 EXEEXT_FOR_BUILD='$(EXEEXT)'
12967else
12968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12969$as_echo_n "checking for build system executable suffix... " >&6; }
12970if test "${bfd_cv_build_exeext+set}" = set; then :
12971 $as_echo_n "(cached) " >&6
6be7c12c 12972else
81ecdfbb
RW
12973 rm -f conftest*
12974 echo 'int main () { return 0; }' > conftest.c
12975 bfd_cv_build_exeext=
12976 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12977 for file in conftest.*; do
12978 case $file in
12979 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12980 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12981 esac
12982 done
12983 rm -f conftest*
12984 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
5464f5a1 12985fi
81ecdfbb
RW
12986{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12987$as_echo "$bfd_cv_build_exeext" >&6; }
12988 EXEEXT_FOR_BUILD=""
12989 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
5464f5a1 12990fi
5464f5a1 12991
5464f5a1 12992
31593e1b 12993for ac_header in alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h wchar.h wctype.h
81ecdfbb
RW
12994do :
12995 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12996ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12997eval as_val=\$$as_ac_Header
12998 if test "x$as_val" = x""yes; then :
12999 cat >>confdefs.h <<_ACEOF
13000#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
d2df793a 13001_ACEOF
d2df793a 13002
d2df793a 13003fi
d2df793a 13004
81ecdfbb 13005done
d2df793a 13006
9d782e8d 13007for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h sys/resource.h
81ecdfbb
RW
13008do :
13009 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13010ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13011eval as_val=\$$as_ac_Header
13012 if test "x$as_val" = x""yes; then :
13013 cat >>confdefs.h <<_ACEOF
13014#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
d2df793a 13015_ACEOF
d2df793a 13016
d2df793a 13017fi
d2df793a 13018
81ecdfbb 13019done
d2df793a 13020
81ecdfbb 13021
d2df793a 13022
f3b4f6d0 13023inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
81ecdfbb 13024
f3b4f6d0
PB
13025acx_cv_header_stdint=stddef.h
13026acx_cv_header_stdint_kind="(already complete)"
13027for i in stdint.h $inttype_headers; do
13028 unset ac_cv_type_uintptr_t
13029 unset ac_cv_type_uintmax_t
13030 unset ac_cv_type_int_least32_t
13031 unset ac_cv_type_int_fast32_t
13032 unset ac_cv_type_uint64_t
13033 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
13034 ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
13035#include <$i>
13036"
13037if test "x$ac_cv_type_uintmax_t" = x""yes; then :
13038 acx_cv_header_stdint=$i
d2df793a 13039else
f3b4f6d0
PB
13040 continue
13041fi
81ecdfbb 13042
f3b4f6d0
PB
13043 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13044#include <$i>
13045"
13046if test "x$ac_cv_type_uintptr_t" = x""yes; then :
d2df793a 13047
81ecdfbb 13048else
f3b4f6d0 13049 acx_cv_header_stdint_kind="(mostly complete)"
d2df793a 13050fi
81ecdfbb 13051
f3b4f6d0
PB
13052 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
13053#include <$i>
13054"
13055if test "x$ac_cv_type_int_least32_t" = x""yes; then :
13056
d2df793a 13057else
f3b4f6d0 13058 acx_cv_header_stdint_kind="(mostly complete)"
81ecdfbb 13059fi
81ecdfbb 13060
f3b4f6d0
PB
13061 ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
13062#include <$i>
13063"
13064if test "x$ac_cv_type_int_fast32_t" = x""yes; then :
81ecdfbb 13065
f3b4f6d0
PB
13066else
13067 acx_cv_header_stdint_kind="(mostly complete)"
13068fi
81ecdfbb 13069
f3b4f6d0
PB
13070 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13071#include <$i>
13072"
13073if test "x$ac_cv_type_uint64_t" = x""yes; then :
d2df793a 13074
07c58694 13075else
f3b4f6d0
PB
13076 acx_cv_header_stdint_kind="(lacks uint64_t)"
13077fi
81ecdfbb 13078
f3b4f6d0
PB
13079 break
13080done
13081if test "$acx_cv_header_stdint" = stddef.h; then
13082 acx_cv_header_stdint_kind="(lacks uintmax_t)"
13083 for i in stdint.h $inttype_headers; do
13084 unset ac_cv_type_uintptr_t
13085 unset ac_cv_type_uint32_t
13086 unset ac_cv_type_uint64_t
13087 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
13088 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
13089#include <$i>
13090"
13091if test "x$ac_cv_type_uint32_t" = x""yes; then :
13092 acx_cv_header_stdint=$i
13093else
13094 continue
d2df793a 13095fi
81ecdfbb 13096
f3b4f6d0
PB
13097 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13098#include <$i>
13099"
13100if test "x$ac_cv_type_uint64_t" = x""yes; then :
81ecdfbb 13101
f3b4f6d0 13102fi
81ecdfbb 13103
f3b4f6d0
PB
13104 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13105#include <$i>
13106"
13107if test "x$ac_cv_type_uintptr_t" = x""yes; then :
81ecdfbb 13108
f3b4f6d0 13109fi
81ecdfbb 13110
f3b4f6d0
PB
13111 break
13112 done
13113fi
13114if test "$acx_cv_header_stdint" = stddef.h; then
13115 acx_cv_header_stdint_kind="(u_intXX_t style)"
13116 for i in sys/types.h $inttype_headers; do
13117 unset ac_cv_type_u_int32_t
13118 unset ac_cv_type_u_int64_t
13119 $as_echo_n "looking for u_intXX_t types in $i, " >&6
13120 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
13121#include <$i>
13122"
13123if test "x$ac_cv_type_u_int32_t" = x""yes; then :
13124 acx_cv_header_stdint=$i
07c58694 13125else
f3b4f6d0
PB
13126 continue
13127fi
81ecdfbb 13128
f3b4f6d0
PB
13129 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
13130#include <$i>
13131"
13132if test "x$ac_cv_type_u_int64_t" = x""yes; then :
81ecdfbb 13133
f3b4f6d0 13134fi
81ecdfbb 13135
f3b4f6d0
PB
13136 break
13137 done
d2df793a 13138fi
f3b4f6d0
PB
13139if test "$acx_cv_header_stdint" = stddef.h; then
13140 acx_cv_header_stdint_kind="(using manual detection)"
d2df793a 13141fi
81ecdfbb 13142
f3b4f6d0
PB
13143test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
13144test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
13145test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
13146test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
13147test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
81ecdfbb 13148
f3b4f6d0 13149# ----------------- Summarize what we found so far
07c58694 13150
f3b4f6d0
PB
13151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in bfd_stdint.h" >&5
13152$as_echo_n "checking what to include in bfd_stdint.h... " >&6; }
81ecdfbb 13153
f3b4f6d0
PB
13154case `$as_basename -- bfd_stdint.h ||
13155$as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \
13156 Xbfd_stdint.h : 'X\(//\)$' \| \
13157 Xbfd_stdint.h : 'X\(/\)' \| . 2>/dev/null ||
13158$as_echo X/bfd_stdint.h |
13159 sed '/^.*\/\([^/][^/]*\)\/*$/{
13160 s//\1/
13161 q
13162 }
13163 /^X\/\(\/\/\)$/{
13164 s//\1/
13165 q
13166 }
13167 /^X\/\(\/\).*/{
13168 s//\1/
13169 q
13170 }
13171 s/.*/./; q'` in
13172 stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13173$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13174 inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13175$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13176 *) ;;
13177esac
81ecdfbb 13178
f3b4f6d0
PB
13179{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
13180$as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
5464f5a1 13181
f3b4f6d0 13182# ----------------- done included file, check C basic types --------
2ba49b59 13183
f3b4f6d0
PB
13184# Lacking an uintptr_t? Test size of void *
13185case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
13186 stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
13187# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13188# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13189# This bug is HP SR number 8606223364.
13190{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13191$as_echo_n "checking size of void *... " >&6; }
13192if test "${ac_cv_sizeof_void_p+set}" = set; then :
13193 $as_echo_n "(cached) " >&6
13194else
13195 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
2ba49b59 13196
f3b4f6d0
PB
13197else
13198 if test "$ac_cv_type_void_p" = yes; then
13199 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13200$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13201{ as_fn_set_status 77
13202as_fn_error "cannot compute sizeof (void *)
13203See \`config.log' for more details." "$LINENO" 5; }; }
13204 else
13205 ac_cv_sizeof_void_p=0
13206 fi
13207fi
81ecdfbb 13208
f3b4f6d0
PB
13209fi
13210{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13211$as_echo "$ac_cv_sizeof_void_p" >&6; }
81ecdfbb 13212
07c58694
PB
13213
13214
13215cat >>confdefs.h <<_ACEOF
f3b4f6d0 13216#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
07c58694 13217_ACEOF
07c58694 13218
f3b4f6d0
PB
13219 ;;
13220esac
07c58694 13221
f3b4f6d0
PB
13222# Lacking an uint64_t? Test size of long
13223case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
13224 stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
13225# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13226# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13227# This bug is HP SR number 8606223364.
13228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13229$as_echo_n "checking size of long... " >&6; }
13230if test "${ac_cv_sizeof_long+set}" = set; then :
81ecdfbb 13231 $as_echo_n "(cached) " >&6
5464f5a1 13232else
f3b4f6d0 13233 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
07c58694 13234
2ba49b59 13235else
f3b4f6d0
PB
13236 if test "$ac_cv_type_long" = yes; then
13237 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13238$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13239{ as_fn_set_status 77
13240as_fn_error "cannot compute sizeof (long)
13241See \`config.log' for more details." "$LINENO" 5; }; }
13242 else
13243 ac_cv_sizeof_long=0
13244 fi
81ecdfbb 13245fi
2ba49b59 13246
f3b4f6d0
PB
13247fi
13248{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13249$as_echo "$ac_cv_sizeof_long" >&6; }
81ecdfbb 13250
5464f5a1 13251
81ecdfbb 13252
f3b4f6d0
PB
13253cat >>confdefs.h <<_ACEOF
13254#define SIZEOF_LONG $ac_cv_sizeof_long
13255_ACEOF
07c58694 13256
f3b4f6d0
PB
13257 ;;
13258esac
2ba49b59 13259
f3b4f6d0
PB
13260if test $acx_cv_header_stdint = stddef.h; then
13261 # Lacking a good header? Test size of everything and deduce all types.
13262 # The cast to long int works around a bug in the HP C Compiler
13263# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13264# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13265# This bug is HP SR number 8606223364.
13266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13267$as_echo_n "checking size of int... " >&6; }
13268if test "${ac_cv_sizeof_int+set}" = set; then :
13269 $as_echo_n "(cached) " >&6
81ecdfbb 13270else
f3b4f6d0 13271 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
81ecdfbb 13272
f3b4f6d0
PB
13273else
13274 if test "$ac_cv_type_int" = yes; then
13275 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13276$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13277{ as_fn_set_status 77
13278as_fn_error "cannot compute sizeof (int)
13279See \`config.log' for more details." "$LINENO" 5; }; }
13280 else
13281 ac_cv_sizeof_int=0
13282 fi
2ba49b59 13283fi
81ecdfbb 13284
f3b4f6d0
PB
13285fi
13286{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13287$as_echo "$ac_cv_sizeof_int" >&6; }
81ecdfbb
RW
13288
13289
07c58694
PB
13290
13291cat >>confdefs.h <<_ACEOF
f3b4f6d0 13292#define SIZEOF_INT $ac_cv_sizeof_int
07c58694 13293_ACEOF
81ecdfbb 13294
07c58694 13295
f3b4f6d0
PB
13296 # The cast to long int works around a bug in the HP C Compiler
13297# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13298# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13299# This bug is HP SR number 8606223364.
13300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13301$as_echo_n "checking size of short... " >&6; }
13302if test "${ac_cv_sizeof_short+set}" = set; then :
13303 $as_echo_n "(cached) " >&6
13304else
13305 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
07c58694 13306
f3b4f6d0
PB
13307else
13308 if test "$ac_cv_type_short" = yes; then
13309 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13310$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13311{ as_fn_set_status 77
13312as_fn_error "cannot compute sizeof (short)
13313See \`config.log' for more details." "$LINENO" 5; }; }
13314 else
13315 ac_cv_sizeof_short=0
13316 fi
13317fi
07c58694 13318
f3b4f6d0
PB
13319fi
13320{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13321$as_echo "$ac_cv_sizeof_short" >&6; }
07c58694
PB
13322
13323
13324
f3b4f6d0
PB
13325cat >>confdefs.h <<_ACEOF
13326#define SIZEOF_SHORT $ac_cv_sizeof_short
13327_ACEOF
07c58694
PB
13328
13329
f3b4f6d0
PB
13330 # The cast to long int works around a bug in the HP C Compiler
13331# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13332# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13333# This bug is HP SR number 8606223364.
13334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
13335$as_echo_n "checking size of char... " >&6; }
13336if test "${ac_cv_sizeof_char+set}" = set; then :
13337 $as_echo_n "(cached) " >&6
13338else
13339 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
07c58694 13340
f3b4f6d0
PB
13341else
13342 if test "$ac_cv_type_char" = yes; then
13343 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13344$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13345{ as_fn_set_status 77
13346as_fn_error "cannot compute sizeof (char)
13347See \`config.log' for more details." "$LINENO" 5; }; }
13348 else
13349 ac_cv_sizeof_char=0
13350 fi
13351fi
07c58694 13352
f3b4f6d0
PB
13353fi
13354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
13355$as_echo "$ac_cv_sizeof_char" >&6; }
07c58694
PB
13356
13357
07c58694 13358
2ba49b59 13359cat >>confdefs.h <<_ACEOF
f3b4f6d0 13360#define SIZEOF_CHAR $ac_cv_sizeof_char
2ba49b59
KC
13361_ACEOF
13362
13363
2ba49b59 13364
f3b4f6d0
PB
13365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
13366$as_echo_n "checking for type equivalent to int8_t... " >&6; }
13367 case "$ac_cv_sizeof_char" in
13368 1) acx_cv_type_int8_t=char ;;
58bbed62 13369 *) as_fn_error "no 8-bit type, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13370 esac
13371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
13372$as_echo "$acx_cv_type_int8_t" >&6; }
13373
13374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
13375$as_echo_n "checking for type equivalent to int16_t... " >&6; }
13376 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
13377 2:*) acx_cv_type_int16_t=int ;;
13378 *:2) acx_cv_type_int16_t=short ;;
58bbed62 13379 *) as_fn_error "no 16-bit type, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13380 esac
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
13382$as_echo "$acx_cv_type_int16_t" >&6; }
13383
13384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
13385$as_echo_n "checking for type equivalent to int32_t... " >&6; }
13386 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
13387 4:*) acx_cv_type_int32_t=int ;;
13388 *:4) acx_cv_type_int32_t=long ;;
58bbed62 13389 *) as_fn_error "no 32-bit type, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13390 esac
13391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
13392$as_echo "$acx_cv_type_int32_t" >&6; }
81ecdfbb 13393fi
2ba49b59 13394
f3b4f6d0 13395# These tests are here to make the output prettier
07c58694 13396
f3b4f6d0
PB
13397if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
13398 case "$ac_cv_sizeof_long" in
13399 8) acx_cv_type_int64_t=long ;;
13400 esac
13401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
13402$as_echo_n "checking for type equivalent to int64_t... " >&6; }
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
13404$as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
13405fi
13406
13407# Now we can use the above types
13408
13409if test "$ac_cv_type_uintptr_t" != yes; then
13410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
13411$as_echo_n "checking for type equivalent to intptr_t... " >&6; }
13412 case $ac_cv_sizeof_void_p in
13413 2) acx_cv_type_intptr_t=int16_t ;;
13414 4) acx_cv_type_intptr_t=int32_t ;;
13415 8) acx_cv_type_intptr_t=int64_t ;;
58bbed62 13416 *) as_fn_error "no equivalent for intptr_t, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13417 esac
13418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
13419$as_echo "$acx_cv_type_intptr_t" >&6; }
13420fi
07c58694 13421
f3b4f6d0 13422# ----------------- done all checks, emit header -------------
81ecdfbb 13423ac_config_commands="$ac_config_commands bfd_stdint.h"
2ba49b59
KC
13424
13425
d2df793a 13426
81ecdfbb
RW
13427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
13428$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
13429if test "${ac_cv_header_time+set}" = set; then :
13430 $as_echo_n "(cached) " >&6
2ba49b59 13431else
81ecdfbb
RW
13432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13433/* end confdefs.h. */
13434#include <sys/types.h>
13435#include <sys/time.h>
13436#include <time.h>
13437
13438int
13439main ()
13440{
13441if ((struct tm *) 0)
13442return 0;
13443 ;
13444 return 0;
13445}
13446_ACEOF
13447if ac_fn_c_try_compile "$LINENO"; then :
13448 ac_cv_header_time=yes
2ba49b59 13449else
81ecdfbb 13450 ac_cv_header_time=no
2ba49b59 13451fi
81ecdfbb 13452rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2ba49b59 13453fi
81ecdfbb
RW
13454{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
13455$as_echo "$ac_cv_header_time" >&6; }
13456if test $ac_cv_header_time = yes; then
2ba49b59 13457
81ecdfbb 13458$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
2ba49b59 13459
2ba49b59 13460fi
81ecdfbb
RW
13461
13462ac_header_dirent=no
13463for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
13464 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
13465{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
13466$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
13467if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
13468 $as_echo_n "(cached) " >&6
2ba49b59 13469else
81ecdfbb 13470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2ba49b59 13471/* end confdefs.h. */
81ecdfbb
RW
13472#include <sys/types.h>
13473#include <$ac_hdr>
13474
13475int
13476main ()
13477{
13478if ((DIR *) 0)
13479return 0;
13480 ;
13481 return 0;
13482}
2ba49b59 13483_ACEOF
81ecdfbb
RW
13484if ac_fn_c_try_compile "$LINENO"; then :
13485 eval "$as_ac_Header=yes"
2ba49b59 13486else
81ecdfbb
RW
13487 eval "$as_ac_Header=no"
13488fi
13489rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13490fi
13491eval ac_res=\$$as_ac_Header
13492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13493$as_echo "$ac_res" >&6; }
13494eval as_val=\$$as_ac_Header
13495 if test "x$as_val" = x""yes; then :
13496 cat >>confdefs.h <<_ACEOF
13497#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
13498_ACEOF
2ba49b59 13499
81ecdfbb 13500ac_header_dirent=$ac_hdr; break
2ba49b59 13501fi
2ba49b59 13502
81ecdfbb
RW
13503done
13504# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
13505if test $ac_header_dirent = dirent.h; then
13506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13507$as_echo_n "checking for library containing opendir... " >&6; }
13508if test "${ac_cv_search_opendir+set}" = set; then :
13509 $as_echo_n "(cached) " >&6
13510else
13511 ac_func_search_save_LIBS=$LIBS
13512cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2ba49b59 13513/* end confdefs.h. */
81ecdfbb
RW
13514
13515/* Override any GCC internal prototype to avoid an error.
13516 Use char because int might match the return type of a GCC
13517 builtin and then its argument prototype would still apply. */
13518#ifdef __cplusplus
13519extern "C"
13520#endif
13521char opendir ();
13522int
13523main ()
13524{
13525return opendir ();
13526 ;
13527 return 0;
13528}
2ba49b59 13529_ACEOF
81ecdfbb
RW
13530for ac_lib in '' dir; do
13531 if test -z "$ac_lib"; then
13532 ac_res="none required"
2ba49b59 13533 else
81ecdfbb
RW
13534 ac_res=-l$ac_lib
13535 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2ba49b59 13536 fi
81ecdfbb
RW
13537 if ac_fn_c_try_link "$LINENO"; then :
13538 ac_cv_search_opendir=$ac_res
2ba49b59 13539fi
81ecdfbb
RW
13540rm -f core conftest.err conftest.$ac_objext \
13541 conftest$ac_exeext
13542 if test "${ac_cv_search_opendir+set}" = set; then :
13543 break
2ba49b59 13544fi
81ecdfbb
RW
13545done
13546if test "${ac_cv_search_opendir+set}" = set; then :
2ba49b59 13547
2ba49b59 13548else
81ecdfbb 13549 ac_cv_search_opendir=no
2ba49b59 13550fi
81ecdfbb
RW
13551rm conftest.$ac_ext
13552LIBS=$ac_func_search_save_LIBS
2ba49b59 13553fi
81ecdfbb
RW
13554{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13555$as_echo "$ac_cv_search_opendir" >&6; }
13556ac_res=$ac_cv_search_opendir
13557if test "$ac_res" != no; then :
13558 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
2ba49b59
KC
13559
13560fi
13561
81ecdfbb
RW
13562else
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13564$as_echo_n "checking for library containing opendir... " >&6; }
13565if test "${ac_cv_search_opendir+set}" = set; then :
13566 $as_echo_n "(cached) " >&6
13567else
13568 ac_func_search_save_LIBS=$LIBS
13569cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13570/* end confdefs.h. */
2ba49b59 13571
81ecdfbb
RW
13572/* Override any GCC internal prototype to avoid an error.
13573 Use char because int might match the return type of a GCC
13574 builtin and then its argument prototype would still apply. */
13575#ifdef __cplusplus
13576extern "C"
13577#endif
13578char opendir ();
13579int
13580main ()
13581{
13582return opendir ();
13583 ;
13584 return 0;
13585}
13586_ACEOF
13587for ac_lib in '' x; do
13588 if test -z "$ac_lib"; then
13589 ac_res="none required"
13590 else
13591 ac_res=-l$ac_lib
13592 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13593 fi
13594 if ac_fn_c_try_link "$LINENO"; then :
13595 ac_cv_search_opendir=$ac_res
13596fi
13597rm -f core conftest.err conftest.$ac_objext \
13598 conftest$ac_exeext
13599 if test "${ac_cv_search_opendir+set}" = set; then :
13600 break
13601fi
13602done
13603if test "${ac_cv_search_opendir+set}" = set; then :
2ba49b59 13604
81ecdfbb
RW
13605else
13606 ac_cv_search_opendir=no
13607fi
13608rm conftest.$ac_ext
13609LIBS=$ac_func_search_save_LIBS
13610fi
13611{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
13612$as_echo "$ac_cv_search_opendir" >&6; }
13613ac_res=$ac_cv_search_opendir
13614if test "$ac_res" != no; then :
13615 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
2ba49b59 13616
81ecdfbb 13617fi
efde2f2c 13618
2ba49b59 13619fi
81ecdfbb 13620
17d5dae2 13621
81ecdfbb
RW
13622{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13623$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13624if test "${gcc_cv_header_string+set}" = set; then :
13625 $as_echo_n "(cached) " >&6
2ba49b59 13626else
81ecdfbb 13627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2ba49b59 13628/* end confdefs.h. */
81ecdfbb
RW
13629#include <string.h>
13630#include <strings.h>
13631int
13632main ()
13633{
13634
13635 ;
13636 return 0;
13637}
2ba49b59 13638_ACEOF
81ecdfbb
RW
13639if ac_fn_c_try_compile "$LINENO"; then :
13640 gcc_cv_header_string=yes
2ba49b59 13641else
81ecdfbb
RW
13642 gcc_cv_header_string=no
13643fi
13644rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13645fi
13646{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13647$as_echo "$gcc_cv_header_string" >&6; }
13648if test $gcc_cv_header_string = yes; then
13649
13650$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
2ba49b59 13651
2ba49b59 13652fi
2ba49b59 13653
81ecdfbb
RW
13654for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno
13655do :
13656 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13657ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13658eval as_val=\$$as_ac_var
13659 if test "x$as_val" = x""yes; then :
13660 cat >>confdefs.h <<_ACEOF
13661#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
2ba49b59 13662_ACEOF
81ecdfbb
RW
13663
13664fi
13665done
13666
9d782e8d 13667for ac_func in strtoull getrlimit
81ecdfbb 13668do :
9d782e8d
MW
13669 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13670ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13671eval as_val=\$$as_ac_var
13672 if test "x$as_val" = x""yes; then :
81ecdfbb 13673 cat >>confdefs.h <<_ACEOF
9d782e8d 13674#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
2ba49b59 13675_ACEOF
81ecdfbb
RW
13676
13677fi
13678done
13679
13680
13681ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
13682if test "x$ac_cv_have_decl_basename" = x""yes; then :
13683 ac_have_decl=1
2ba49b59 13684else
81ecdfbb 13685 ac_have_decl=0
2ba49b59 13686fi
81ecdfbb
RW
13687
13688cat >>confdefs.h <<_ACEOF
13689#define HAVE_DECL_BASENAME $ac_have_decl
13690_ACEOF
13691
13692ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
13693if test "x$ac_cv_have_decl_ftello" = x""yes; then :
13694 ac_have_decl=1
2ba49b59 13695else
81ecdfbb
RW
13696 ac_have_decl=0
13697fi
2ba49b59 13698
81ecdfbb
RW
13699cat >>confdefs.h <<_ACEOF
13700#define HAVE_DECL_FTELLO $ac_have_decl
13701_ACEOF
13702
13703ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
13704if test "x$ac_cv_have_decl_ftello64" = x""yes; then :
13705 ac_have_decl=1
13706else
13707 ac_have_decl=0
2ba49b59 13708fi
2ba49b59 13709
81ecdfbb
RW
13710cat >>confdefs.h <<_ACEOF
13711#define HAVE_DECL_FTELLO64 $ac_have_decl
13712_ACEOF
13713
13714ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
13715if test "x$ac_cv_have_decl_fseeko" = x""yes; then :
13716 ac_have_decl=1
2ba49b59 13717else
81ecdfbb 13718 ac_have_decl=0
2ba49b59 13719fi
2ba49b59 13720
81ecdfbb
RW
13721cat >>confdefs.h <<_ACEOF
13722#define HAVE_DECL_FSEEKO $ac_have_decl
13723_ACEOF
13724
13725ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
13726if test "x$ac_cv_have_decl_fseeko64" = x""yes; then :
13727 ac_have_decl=1
13728else
13729 ac_have_decl=0
2ba49b59 13730fi
81ecdfbb
RW
13731
13732cat >>confdefs.h <<_ACEOF
13733#define HAVE_DECL_FSEEKO64 $ac_have_decl
2ba49b59
KC
13734_ACEOF
13735
81ecdfbb
RW
13736
13737
13738case "${host}" in
13739*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13740
13741$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13742 ;;
13743esac
13744
13745ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
13746if test "x$ac_cv_have_decl_ffs" = x""yes; then :
13747 ac_have_decl=1
13748else
13749 ac_have_decl=0
2ba49b59
KC
13750fi
13751
81ecdfbb
RW
13752cat >>confdefs.h <<_ACEOF
13753#define HAVE_DECL_FFS $ac_have_decl
13754_ACEOF
2ba49b59 13755
81ecdfbb
RW
13756ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
13757if test "x$ac_cv_have_decl_free" = x""yes; then :
13758 ac_have_decl=1
13759else
13760 ac_have_decl=0
13761fi
d5efd9fc 13762
81ecdfbb
RW
13763cat >>confdefs.h <<_ACEOF
13764#define HAVE_DECL_FREE $ac_have_decl
13765_ACEOF
d5efd9fc 13766
81ecdfbb
RW
13767ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13768if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13769 ac_have_decl=1
13770else
13771 ac_have_decl=0
13772fi
d5efd9fc 13773
81ecdfbb
RW
13774cat >>confdefs.h <<_ACEOF
13775#define HAVE_DECL_GETENV $ac_have_decl
d5efd9fc 13776_ACEOF
d5efd9fc 13777
81ecdfbb
RW
13778ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
13779if test "x$ac_cv_have_decl_malloc" = x""yes; then :
13780 ac_have_decl=1
13781else
13782 ac_have_decl=0
13783fi
13784
13785cat >>confdefs.h <<_ACEOF
13786#define HAVE_DECL_MALLOC $ac_have_decl
d5efd9fc 13787_ACEOF
81ecdfbb
RW
13788
13789ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
13790if test "x$ac_cv_have_decl_realloc" = x""yes; then :
13791 ac_have_decl=1
d5efd9fc 13792else
81ecdfbb
RW
13793 ac_have_decl=0
13794fi
13795
13796cat >>confdefs.h <<_ACEOF
13797#define HAVE_DECL_REALLOC $ac_have_decl
13798_ACEOF
d5efd9fc 13799
81ecdfbb
RW
13800ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13801if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13802 ac_have_decl=1
13803else
13804 ac_have_decl=0
d5efd9fc 13805fi
81ecdfbb
RW
13806
13807cat >>confdefs.h <<_ACEOF
13808#define HAVE_DECL_STPCPY $ac_have_decl
13809_ACEOF
13810
13811ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13812if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13813 ac_have_decl=1
13814else
13815 ac_have_decl=0
d5efd9fc 13816fi
81ecdfbb
RW
13817
13818cat >>confdefs.h <<_ACEOF
13819#define HAVE_DECL_STRSTR $ac_have_decl
13820_ACEOF
13821
d6f1bafa
IB
13822ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13823if test "x$ac_cv_have_decl_asprintf" = x""yes; then :
13824 ac_have_decl=1
13825else
13826 ac_have_decl=0
13827fi
13828
13829cat >>confdefs.h <<_ACEOF
13830#define HAVE_DECL_ASPRINTF $ac_have_decl
13831_ACEOF
13832
13833ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
13834if test "x$ac_cv_have_decl_vasprintf" = x""yes; then :
13835 ac_have_decl=1
13836else
13837 ac_have_decl=0
13838fi
13839
13840cat >>confdefs.h <<_ACEOF
13841#define HAVE_DECL_VASPRINTF $ac_have_decl
13842_ACEOF
13843
81ecdfbb
RW
13844ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13845if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13846 ac_have_decl=1
d5efd9fc 13847else
81ecdfbb 13848 ac_have_decl=0
d5efd9fc
AM
13849fi
13850
81ecdfbb
RW
13851cat >>confdefs.h <<_ACEOF
13852#define HAVE_DECL_SNPRINTF $ac_have_decl
13853_ACEOF
13854
13855ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13856if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13857 ac_have_decl=1
d5efd9fc 13858else
81ecdfbb
RW
13859 ac_have_decl=0
13860fi
13861
13862cat >>confdefs.h <<_ACEOF
13863#define HAVE_DECL_VSNPRINTF $ac_have_decl
d5efd9fc 13864_ACEOF
81ecdfbb 13865
5a026fc9
NC
13866ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13867if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
13868 ac_have_decl=1
13869else
13870 ac_have_decl=0
13871fi
13872
13873cat >>confdefs.h <<_ACEOF
13874#define HAVE_DECL_STRNLEN $ac_have_decl
13875_ACEOF
13876
81ecdfbb 13877
9ae46699
L
13878# Link in zlib if we can. This allows us to read compressed debug sections.
13879# This is used only by compress.c.
13880
13881 # Use the system's zlib library.
39f3de7c
L
13882 zlibdir="-L\$(top_builddir)/../zlib"
13883 zlibinc="-I\$(top_srcdir)/../zlib"
bf993e3c 13884
243340ad
L
13885# Check whether --with-system-zlib was given.
13886if test "${with_system_zlib+set}" = set; then :
afa59b79
L
13887 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13888 zlibdir=
13889 zlibinc=
13890 fi
bf993e3c 13891
bf993e3c
JB
13892fi
13893
13894
bf993e3c 13895
d5efd9fc 13896
9ae46699 13897
81ecdfbb
RW
13898# If we are configured native, pick a core file support file.
13899COREFILE=
13900COREFLAG=
8bc7f138 13901CORE_HEADER=
81ecdfbb
RW
13902TRAD_HEADER=
13903if test "${target}" = "${host}"; then
13904 case "${host}" in
9fcd9da6 13905 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
81ecdfbb
RW
13906 COREFILE=''
13907 ;;
13908 alpha*-*-linux-*)
13909 COREFILE=trad-core.lo
13910 TRAD_HEADER='"hosts/alphalinux.h"'
13911 ;;
13912 alpha*-*-netbsd* | alpha*-*-openbsd*)
13913 COREFILE=netbsd-core.lo
13914 ;;
9fcd9da6
NC
13915 alpha*-*-*)
13916 COREFILE=osf-core.lo
13917 ;;
81ecdfbb 13918 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
9fcd9da6 13919 COREFILE='' ;;
81ecdfbb
RW
13920 arm-*-netbsd* | arm-*-openbsd*)
13921 COREFILE=netbsd-core.lo
13922 ;;
13923 arm-*-riscix) COREFILE=trad-core.lo ;;
13924 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
13925 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
13926 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
13927 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
13928 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
13929 hppa*-*-netbsd* | hppa*-*-openbsd*)
13930 COREFILE=netbsd-core.lo
13931 ;;
d5efd9fc 13932
81ecdfbb
RW
13933 i370-*-*)
13934 COREFILE=trad-core.lo
13935 TRAD_HEADER='"hosts/i370linux.h"'
13936 ;;
d5efd9fc 13937
81ecdfbb
RW
13938 i[3-7]86-sequent-bsd*)
13939 COREFILE=trad-core.lo
13940 TRAD_HEADER='"hosts/symmetry.h"'
13941 ;;
13942 i[3-7]86-sequent-sysv4*) ;;
13943 i[3-7]86-sequent-sysv*)
13944 COREFILE=trad-core.lo
13945 TRAD_HEADER='"hosts/symmetry.h"'
13946 ;;
13947 i[3-7]86-*-bsdi)
13948 COREFILE=
13949 ;;
13950 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*)
13951 COREFILE=trad-core.lo
13952 TRAD_HEADER='"hosts/i386bsd.h"'
13953 ;;
13954 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
13955 COREFILE=''
13956 TRAD_HEADER='"hosts/i386bsd.h"'
13957 ;;
13958 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
13959 COREFILE=netbsd-core.lo
13960 ;;
13961 i[3-7]86-esix-sysv3*)
13962 COREFILE=trad-core.lo
13963 TRAD_HEADER='"hosts/esix.h"'
13964 ;;
13965 i[3-7]86-*-sco3.2v5*)
13966 COREFILE=sco5-core.lo
13967 ;;
13968 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
13969 COREFILE=trad-core.lo
13970 TRAD_HEADER='"hosts/i386sco.h"'
13971 ;;
13972 i[3-7]86-*-mach3*)
13973 COREFILE=trad-core.lo
13974 TRAD_HEADER='"hosts/i386mach3.h"'
13975 ;;
13976 i[3-7]86-*-linux-*)
13977 COREFILE=trad-core.lo
13978 TRAD_HEADER='"hosts/i386linux.h"'
680db949
L
13979 case "$enable_targets"-"$want64" in
13980 *x86_64-*linux*|*-true)
b1bd052d
L
13981 CORE_HEADER='"hosts/x86-64linux.h"'
13982 esac
81ecdfbb
RW
13983 ;;
13984 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
13985 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
13986 i860-*-mach3* | i860-*-osf1*)
13987 COREFILE=trad-core.lo
13988 TRAD_HEADER='"hosts/i860mach3.h"'
13989 ;;
13990 mips-*-netbsd* | mips*-*-openbsd*)
13991 COREFILE=netbsd-core.lo
13992 ;;
13993 mips-dec-*)
13994 COREFILE=trad-core.lo
13995 TRAD_HEADER='"hosts/decstation.h"'
13996 ;;
13997 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
13998 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
13999 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
14000 mips-*-sysv4*) ;;
14001 mips-*-sysv* | mips-*-riscos*)
14002 COREFILE=trad-core.lo
14003 TRAD_HEADER='"hosts/riscos.h"'
14004 ;;
14005 mips-sony-bsd*)
14006 COREFILE=trad-core.lo
14007 TRAD_HEADER='"hosts/news-mips.h"'
14008 ;;
14009 m68*-bull*-sysv*)
14010 COREFILE=trad-core.lo
14011 TRAD_HEADER='"hosts/dpx2.h"'
14012 ;;
14013 m68*-hp-hpux*) COREFILE=hpux-core.lo ;;
14014 m68*-hp-bsd*)
14015 COREFILE=trad-core.lo
14016 TRAD_HEADER='"hosts/hp300bsd.h"'
14017 ;;
14018 m68*-*-linux-*)
14019 COREFILE=trad-core.lo
14020 TRAD_HEADER='"hosts/m68klinux.h"'
14021 ;;
14022 m68*-motorola-sysv*)
14023 COREFILE=trad-core.lo
14024 TRAD_HEADER='"hosts/delta68.h"'
14025 ;;
14026 m68*-sony-*)
14027 COREFILE=trad-core.lo
14028 TRAD_HEADER='"hosts/news.h"'
14029 ;;
14030 m68*-*-netbsd* | m68*-*-openbsd*)
14031 COREFILE=netbsd-core.lo
14032 ;;
14033 m68*-apple-aux*)
14034 COREFILE=trad-core.lo
14035 TRAD_HEADER='"hosts/m68kaux.h"'
14036 ;;
14037 m88*-*-sysv4*)
14038 ;;
14039 m88*-motorola-sysv*)
14040 COREFILE=ptrace-core.lo
14041 ;;
14042 m88*-*-mach3*)
14043 COREFILE=trad-core.lo
14044 TRAD_HEADER='"hosts/m88kmach3.h"'
14045 ;;
14046 m88*-*-openbsd*)
14047 COREFILE=netbsd-core.lo
14048 ;;
14049 ns32k-pc532-mach)
14050 COREFILE=trad-core.lo
14051 TRAD_HEADER='"hosts/pc532mach.h"'
14052 ;;
14053 ns32k-*-netbsd* | ns32k-*-openbsd*)
14054 COREFILE=netbsd-core.lo
14055 ;;
14056 rs6000-*-lynx*)
6d00b590 14057 COREFILE=lynx-core.lo
81ecdfbb 14058 ;;
d6867a75 14059 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
81ecdfbb
RW
14060 COREFILE=rs6000-core.lo
14061 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
14062 ;;
14063 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
14064 COREFILE=rs6000-core.lo
14065 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
14066 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
14067 # have c_impl as a member of struct core_dumpx
14068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
14069$as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
14070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14071/* end confdefs.h. */
81ecdfbb 14072#include <core.h>
d5efd9fc
AM
14073int
14074main ()
14075{
81ecdfbb 14076struct core_dumpx c; c.c_impl = 0;
d5efd9fc
AM
14077 ;
14078 return 0;
14079}
14080_ACEOF
81ecdfbb 14081if ac_fn_c_try_compile "$LINENO"; then :
d5efd9fc 14082
81ecdfbb 14083$as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
d5efd9fc 14084
81ecdfbb
RW
14085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14086$as_echo "yes" >&6; }
d5efd9fc 14087else
81ecdfbb
RW
14088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14089$as_echo "no" >&6; }
d5efd9fc 14090fi
81ecdfbb
RW
14091rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14092 ;;
14093 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
14094 rs6000-*-*) COREFILE=rs6000-core.lo ;;
d6867a75 14095 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
81ecdfbb
RW
14096 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
14097 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
14098 powerpc-*-beos*) ;;
14099 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
14100 COREFILE='' ;;
14101 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
14102 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
14103 s390*-*-*) COREFILE=trad-core.lo ;;
14104 sh*-*-netbsd* | sh*-*-openbsd*)
14105 COREFILE=netbsd-core.lo
14106 ;;
14107 sparc-*-netbsd* | sparc*-*-openbsd*)
14108 COREFILE=netbsd-core.lo
14109 ;;
14110 tahoe-*-*)
14111 COREFILE=trad-core.lo
14112 TRAD_HEADER='"hosts/tahoe.h"'
14113 ;;
14114 vax-*-netbsd* | vax-*-openbsd*)
6d00b590 14115 COREFILE=netbsd-core.lo
81ecdfbb
RW
14116 ;;
14117 vax-*-ultrix2*)
14118 COREFILE=trad-core.lo
14119 TRAD_HEADER='"hosts/vaxult2.h"'
14120 ;;
14121 vax-*-ultrix*)
14122 COREFILE=trad-core.lo
14123 TRAD_HEADER='"hosts/vaxult2.h"'
14124 ;;
14125 vax-*-linux-*)
14126 COREFILE=trad-core.lo
14127 TRAD_HEADER='"hosts/vaxlinux.h"'
14128 ;;
14129 vax-*-*)
14130 COREFILE=trad-core.lo
14131 TRAD_HEADER='"hosts/vaxbsd.h"'
14132 ;;
8bc7f138
L
14133 x86_64-*-linux*)
14134 CORE_HEADER='"hosts/x86-64linux.h"'
14135 ;;
81ecdfbb
RW
14136 x86_64-*-netbsd* | x86_64-*-openbsd*)
14137 COREFILE=netbsd-core.lo
14138 ;;
14139 esac
14140
14141 case "$COREFILE" in
14142 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
14143 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
14144 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
14145 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
14146 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
14147 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
14148 osf-core.lo) COREFLAG=-DOSF_CORE ;;
14149 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
14150 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
14151 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
14152 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
14153 esac
14154
14155 # ELF corefile support has several flavors, but all of
14156 # them use something called <sys/procfs.h>
14157 for ac_header in sys/procfs.h
14158do :
14159 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
14160if test "x$ac_cv_header_sys_procfs_h" = x""yes; then :
14161 cat >>confdefs.h <<_ACEOF
14162#define HAVE_SYS_PROCFS_H 1
14163_ACEOF
14164
d5efd9fc
AM
14165fi
14166
81ecdfbb
RW
14167done
14168
14169 if test "$ac_cv_header_sys_procfs_h" = yes; then
14170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
14171$as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
14172 if test "${bfd_cv_have_sys_procfs_type_prstatus_t+set}" = set; then :
14173 $as_echo_n "(cached) " >&6
d5efd9fc 14174else
81ecdfbb 14175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14176/* end confdefs.h. */
d5efd9fc 14177
81ecdfbb 14178#define _SYSCALL32
16231b7b
DG
14179/* Needed for new procfs interface on sparc-solaris. */
14180#define _STRUCTURED_PROC 1
81ecdfbb 14181#include <sys/procfs.h>
d5efd9fc
AM
14182int
14183main ()
14184{
81ecdfbb 14185prstatus_t avar
d5efd9fc
AM
14186 ;
14187 return 0;
14188}
14189_ACEOF
81ecdfbb
RW
14190if ac_fn_c_try_compile "$LINENO"; then :
14191 bfd_cv_have_sys_procfs_type_prstatus_t=yes
d5efd9fc 14192else
81ecdfbb 14193 bfd_cv_have_sys_procfs_type_prstatus_t=no
d5efd9fc 14194
d5efd9fc 14195fi
81ecdfbb 14196rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc
AM
14197fi
14198
81ecdfbb 14199 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
d5efd9fc 14200
81ecdfbb 14201$as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
d5efd9fc 14202
81ecdfbb
RW
14203 fi
14204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
14205$as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
d5efd9fc 14206
81ecdfbb
RW
14207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
14208$as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
14209 if test "${bfd_cv_have_sys_procfs_type_prstatus32_t+set}" = set; then :
14210 $as_echo_n "(cached) " >&6
d5efd9fc 14211else
81ecdfbb 14212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14213/* end confdefs.h. */
81ecdfbb
RW
14214
14215#define _SYSCALL32
16231b7b
DG
14216/* Needed for new procfs interface on sparc-solaris. */
14217#define _STRUCTURED_PROC 1
81ecdfbb 14218#include <sys/procfs.h>
d5efd9fc
AM
14219int
14220main ()
14221{
81ecdfbb 14222prstatus32_t avar
d5efd9fc
AM
14223 ;
14224 return 0;
14225}
14226_ACEOF
81ecdfbb
RW
14227if ac_fn_c_try_compile "$LINENO"; then :
14228 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
d5efd9fc 14229else
81ecdfbb 14230 bfd_cv_have_sys_procfs_type_prstatus32_t=no
d5efd9fc 14231
d5efd9fc 14232fi
81ecdfbb 14233rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc 14234fi
d5efd9fc 14235
81ecdfbb
RW
14236 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14237
14238$as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14239
14240 fi
14241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
14242$as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
14243
14244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
14245$as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
14246 if test "${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+set}" = set; then :
14247 $as_echo_n "(cached) " >&6
d5efd9fc 14248else
81ecdfbb 14249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14250/* end confdefs.h. */
81ecdfbb
RW
14251
14252#define _SYSCALL32
16231b7b
DG
14253/* Needed for new procfs interface on sparc-solaris. */
14254#define _STRUCTURED_PROC 1
81ecdfbb 14255#include <sys/procfs.h>
d5efd9fc
AM
14256int
14257main ()
14258{
81ecdfbb 14259prstatus_t avar; void* aref = (void*) &avar.pr_who
d5efd9fc
AM
14260 ;
14261 return 0;
14262}
14263_ACEOF
81ecdfbb
RW
14264if ac_fn_c_try_compile "$LINENO"; then :
14265 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
14266else
14267 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
14268
14269fi
14270rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14271fi
14272
14273 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
14274
14275$as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
14276
14277 fi
14278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
14279$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
14280
14281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
14282$as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
14283 if test "${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+set}" = set; then :
14284 $as_echo_n "(cached) " >&6
14285else
14286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14287/* end confdefs.h. */
81ecdfbb
RW
14288
14289#define _SYSCALL32
16231b7b
DG
14290/* Needed for new procfs interface on sparc-solaris. */
14291#define _STRUCTURED_PROC 1
81ecdfbb 14292#include <sys/procfs.h>
d5efd9fc
AM
14293int
14294main ()
14295{
81ecdfbb 14296prstatus32_t avar; void* aref = (void*) &avar.pr_who
d5efd9fc
AM
14297 ;
14298 return 0;
14299}
14300_ACEOF
81ecdfbb
RW
14301if ac_fn_c_try_compile "$LINENO"; then :
14302 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
d5efd9fc 14303else
81ecdfbb 14304 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
d5efd9fc 14305
d5efd9fc 14306fi
81ecdfbb
RW
14307rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14308fi
d5efd9fc 14309
81ecdfbb
RW
14310 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14311
14312$as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14313
14314 fi
14315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14316$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14317
14318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
14319$as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
14320 if test "${bfd_cv_have_sys_procfs_type_pstatus_t+set}" = set; then :
14321 $as_echo_n "(cached) " >&6
14322else
14323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14324/* end confdefs.h. */
81ecdfbb
RW
14325
14326#define _SYSCALL32
16231b7b
DG
14327/* Needed for new procfs interface on sparc-solaris. */
14328#define _STRUCTURED_PROC 1
81ecdfbb 14329#include <sys/procfs.h>
d5efd9fc
AM
14330int
14331main ()
14332{
81ecdfbb 14333pstatus_t avar
d5efd9fc
AM
14334 ;
14335 return 0;
14336}
14337_ACEOF
81ecdfbb
RW
14338if ac_fn_c_try_compile "$LINENO"; then :
14339 bfd_cv_have_sys_procfs_type_pstatus_t=yes
14340else
14341 bfd_cv_have_sys_procfs_type_pstatus_t=no
14342
14343fi
14344rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14345fi
14346
14347 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14348
14349$as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14350
14351 fi
14352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14353$as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14354
14355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
14356$as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
14357 if test "${bfd_cv_have_sys_procfs_type_pxstatus_t+set}" = set; then :
14358 $as_echo_n "(cached) " >&6
14359else
14360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14361/* end confdefs.h. */
81ecdfbb
RW
14362
14363#define _SYSCALL32
16231b7b
DG
14364/* Needed for new procfs interface on sparc-solaris. */
14365#define _STRUCTURED_PROC 1
81ecdfbb 14366#include <sys/procfs.h>
d5efd9fc
AM
14367int
14368main ()
14369{
81ecdfbb 14370pxstatus_t avar
d5efd9fc
AM
14371 ;
14372 return 0;
14373}
14374_ACEOF
81ecdfbb
RW
14375if ac_fn_c_try_compile "$LINENO"; then :
14376 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
d5efd9fc 14377else
81ecdfbb 14378 bfd_cv_have_sys_procfs_type_pxstatus_t=no
d5efd9fc 14379
d5efd9fc 14380fi
81ecdfbb 14381rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc 14382fi
81ecdfbb
RW
14383
14384 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14385
14386$as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14387
14388 fi
14389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14390$as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14391
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
14393$as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
14394 if test "${bfd_cv_have_sys_procfs_type_pstatus32_t+set}" = set; then :
14395 $as_echo_n "(cached) " >&6
14396else
14397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14398/* end confdefs.h. */
81ecdfbb
RW
14399
14400#define _SYSCALL32
16231b7b
DG
14401/* Needed for new procfs interface on sparc-solaris. */
14402#define _STRUCTURED_PROC 1
81ecdfbb 14403#include <sys/procfs.h>
d5efd9fc
AM
14404int
14405main ()
14406{
81ecdfbb 14407pstatus32_t avar
d5efd9fc
AM
14408 ;
14409 return 0;
14410}
14411_ACEOF
81ecdfbb
RW
14412if ac_fn_c_try_compile "$LINENO"; then :
14413 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
d5efd9fc 14414else
81ecdfbb 14415 bfd_cv_have_sys_procfs_type_pstatus32_t=no
d5efd9fc 14416
d5efd9fc 14417fi
81ecdfbb
RW
14418rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14419fi
14420
14421 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14422
14423$as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14424
14425 fi
14426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14427$as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14428
14429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
14430$as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
14431 if test "${bfd_cv_have_sys_procfs_type_prpsinfo_t+set}" = set; then :
14432 $as_echo_n "(cached) " >&6
14433else
14434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14435/* end confdefs.h. */
81ecdfbb
RW
14436
14437#define _SYSCALL32
16231b7b
DG
14438/* Needed for new procfs interface on sparc-solaris. */
14439#define _STRUCTURED_PROC 1
81ecdfbb 14440#include <sys/procfs.h>
d5efd9fc
AM
14441int
14442main ()
14443{
81ecdfbb 14444prpsinfo_t avar
d5efd9fc
AM
14445 ;
14446 return 0;
14447}
14448_ACEOF
81ecdfbb
RW
14449if ac_fn_c_try_compile "$LINENO"; then :
14450 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
d5efd9fc 14451else
81ecdfbb 14452 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
d5efd9fc 14453
d5efd9fc 14454fi
81ecdfbb 14455rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc 14456fi
d5efd9fc 14457
81ecdfbb 14458 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
d5efd9fc 14459
81ecdfbb
RW
14460$as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14461
14462 fi
14463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14464$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14465
335e41d4
JK
14466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
14467$as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
14468 if test "${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+set}" = set; then :
14469 $as_echo_n "(cached) " >&6
14470else
14471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14472/* end confdefs.h. */
14473
14474#define _SYSCALL32
14475/* Needed for new procfs interface on sparc-solaris. */
14476#define _STRUCTURED_PROC 1
14477#include <sys/procfs.h>
14478int
14479main ()
14480{
14481prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
14482 ;
14483 return 0;
14484}
14485_ACEOF
14486if ac_fn_c_try_compile "$LINENO"; then :
14487 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
14488else
14489 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
14490
14491fi
14492rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14493fi
14494
14495 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
14496
14497$as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
14498
14499 fi
14500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
14501$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
14502
81ecdfbb
RW
14503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
14504$as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
14505 if test "${bfd_cv_have_sys_procfs_type_prpsinfo32_t+set}" = set; then :
14506 $as_echo_n "(cached) " >&6
d5efd9fc 14507else
81ecdfbb 14508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14509/* end confdefs.h. */
81ecdfbb
RW
14510
14511#define _SYSCALL32
16231b7b
DG
14512/* Needed for new procfs interface on sparc-solaris. */
14513#define _STRUCTURED_PROC 1
81ecdfbb 14514#include <sys/procfs.h>
d5efd9fc
AM
14515int
14516main ()
14517{
81ecdfbb 14518prpsinfo32_t avar
d5efd9fc
AM
14519 ;
14520 return 0;
14521}
14522_ACEOF
81ecdfbb
RW
14523if ac_fn_c_try_compile "$LINENO"; then :
14524 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
d5efd9fc 14525else
81ecdfbb 14526 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
d5efd9fc 14527
d5efd9fc 14528fi
81ecdfbb 14529rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc 14530fi
d5efd9fc 14531
81ecdfbb
RW
14532 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14533
14534$as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14535
14536 fi
14537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14538$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14539
335e41d4
JK
14540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
14541$as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14542 if test "${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+set}" = set; then :
14543 $as_echo_n "(cached) " >&6
14544else
14545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14546/* end confdefs.h. */
14547
14548#define _SYSCALL32
14549/* Needed for new procfs interface on sparc-solaris. */
14550#define _STRUCTURED_PROC 1
14551#include <sys/procfs.h>
14552int
14553main ()
14554{
14555prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
14556 ;
14557 return 0;
14558}
14559_ACEOF
14560if ac_fn_c_try_compile "$LINENO"; then :
14561 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
14562else
14563 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
14564
14565fi
14566rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14567fi
14568
14569 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
14570
14571$as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
14572
14573 fi
14574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
14575$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
14576
81ecdfbb
RW
14577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
14578$as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
14579 if test "${bfd_cv_have_sys_procfs_type_psinfo_t+set}" = set; then :
14580 $as_echo_n "(cached) " >&6
d5efd9fc 14581else
81ecdfbb 14582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14583/* end confdefs.h. */
d5efd9fc 14584
81ecdfbb 14585#define _SYSCALL32
16231b7b
DG
14586/* Needed for new procfs interface on sparc-solaris. */
14587#define _STRUCTURED_PROC 1
81ecdfbb 14588#include <sys/procfs.h>
d5efd9fc
AM
14589int
14590main ()
14591{
81ecdfbb 14592psinfo_t avar
d5efd9fc
AM
14593 ;
14594 return 0;
14595}
14596_ACEOF
81ecdfbb
RW
14597if ac_fn_c_try_compile "$LINENO"; then :
14598 bfd_cv_have_sys_procfs_type_psinfo_t=yes
d5efd9fc 14599else
81ecdfbb 14600 bfd_cv_have_sys_procfs_type_psinfo_t=no
d5efd9fc 14601
d5efd9fc 14602fi
81ecdfbb
RW
14603rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14604fi
d5efd9fc 14605
81ecdfbb
RW
14606 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14607
14608$as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14609
14610 fi
14611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14612$as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14613
335e41d4
JK
14614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
14615$as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
14616 if test "${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+set}" = set; then :
14617 $as_echo_n "(cached) " >&6
14618else
14619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14620/* end confdefs.h. */
14621
14622#define _SYSCALL32
14623/* Needed for new procfs interface on sparc-solaris. */
14624#define _STRUCTURED_PROC 1
14625#include <sys/procfs.h>
14626int
14627main ()
14628{
14629psinfo_t avar; void* aref = (void*) &avar.pr_pid
14630 ;
14631 return 0;
14632}
14633_ACEOF
14634if ac_fn_c_try_compile "$LINENO"; then :
14635 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
14636else
14637 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
14638
14639fi
14640rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14641fi
14642
14643 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
14644
14645$as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
14646
14647 fi
14648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
14649$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
14650
81ecdfbb
RW
14651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
14652$as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
14653 if test "${bfd_cv_have_sys_procfs_type_psinfo32_t+set}" = set; then :
14654 $as_echo_n "(cached) " >&6
14655else
14656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14657/* end confdefs.h. */
81ecdfbb
RW
14658
14659#define _SYSCALL32
16231b7b
DG
14660/* Needed for new procfs interface on sparc-solaris. */
14661#define _STRUCTURED_PROC 1
81ecdfbb 14662#include <sys/procfs.h>
d5efd9fc
AM
14663int
14664main ()
14665{
81ecdfbb 14666psinfo32_t avar
d5efd9fc
AM
14667 ;
14668 return 0;
14669}
14670_ACEOF
81ecdfbb
RW
14671if ac_fn_c_try_compile "$LINENO"; then :
14672 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
14673else
14674 bfd_cv_have_sys_procfs_type_psinfo32_t=no
14675
14676fi
14677rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14678fi
14679
14680 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14681
14682$as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14683
14684 fi
14685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14686$as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14687
335e41d4
JK
14688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
14689$as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
14690 if test "${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+set}" = set; then :
14691 $as_echo_n "(cached) " >&6
14692else
14693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14694/* end confdefs.h. */
14695
14696#define _SYSCALL32
14697/* Needed for new procfs interface on sparc-solaris. */
14698#define _STRUCTURED_PROC 1
14699#include <sys/procfs.h>
14700int
14701main ()
14702{
14703psinfo32_t avar; void* aref = (void*) &avar.pr_pid
14704 ;
14705 return 0;
14706}
14707_ACEOF
14708if ac_fn_c_try_compile "$LINENO"; then :
14709 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
14710else
14711 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
14712
14713fi
14714rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14715fi
14716
14717 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
14718
14719$as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
14720
14721 fi
14722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
14723$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
14724
81ecdfbb
RW
14725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
14726$as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
14727 if test "${bfd_cv_have_sys_procfs_type_lwpstatus_t+set}" = set; then :
14728 $as_echo_n "(cached) " >&6
14729else
14730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14731/* end confdefs.h. */
81ecdfbb
RW
14732
14733#define _SYSCALL32
16231b7b
DG
14734/* Needed for new procfs interface on sparc-solaris. */
14735#define _STRUCTURED_PROC 1
81ecdfbb 14736#include <sys/procfs.h>
d5efd9fc
AM
14737int
14738main ()
14739{
81ecdfbb 14740lwpstatus_t avar
d5efd9fc
AM
14741 ;
14742 return 0;
14743}
14744_ACEOF
81ecdfbb
RW
14745if ac_fn_c_try_compile "$LINENO"; then :
14746 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
d5efd9fc 14747else
81ecdfbb 14748 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
d5efd9fc 14749
d5efd9fc 14750fi
81ecdfbb 14751rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc 14752fi
81ecdfbb
RW
14753
14754 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
14755
14756$as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
14757
14758 fi
14759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
14760$as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
14761
14762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
14763$as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
14764 if test "${bfd_cv_have_sys_procfs_type_lwpxstatus_t+set}" = set; then :
14765 $as_echo_n "(cached) " >&6
14766else
14767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14768/* end confdefs.h. */
81ecdfbb
RW
14769
14770#define _SYSCALL32
16231b7b
DG
14771/* Needed for new procfs interface on sparc-solaris. */
14772#define _STRUCTURED_PROC 1
81ecdfbb 14773#include <sys/procfs.h>
d5efd9fc
AM
14774int
14775main ()
14776{
81ecdfbb 14777lwpxstatus_t avar
d5efd9fc
AM
14778 ;
14779 return 0;
14780}
14781_ACEOF
81ecdfbb
RW
14782if ac_fn_c_try_compile "$LINENO"; then :
14783 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
d5efd9fc 14784else
81ecdfbb 14785 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
d5efd9fc 14786
d5efd9fc 14787fi
81ecdfbb
RW
14788rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14789fi
14790
14791 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
14792
14793$as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
14794
14795 fi
14796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
14797$as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
14798
14799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
14800$as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
14801 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+set}" = set; then :
14802 $as_echo_n "(cached) " >&6
d5efd9fc 14803else
81ecdfbb 14804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14805/* end confdefs.h. */
81ecdfbb
RW
14806
14807#define _SYSCALL32
16231b7b
DG
14808/* Needed for new procfs interface on sparc-solaris. */
14809#define _STRUCTURED_PROC 1
81ecdfbb 14810#include <sys/procfs.h>
d5efd9fc
AM
14811int
14812main ()
14813{
81ecdfbb 14814lwpstatus_t avar; void* aref = (void*) &avar.pr_context
d5efd9fc
AM
14815 ;
14816 return 0;
14817}
14818_ACEOF
81ecdfbb
RW
14819if ac_fn_c_try_compile "$LINENO"; then :
14820 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
d5efd9fc 14821else
81ecdfbb 14822 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
d5efd9fc 14823
d5efd9fc 14824fi
81ecdfbb 14825rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc 14826fi
d5efd9fc 14827
81ecdfbb 14828 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
d5efd9fc 14829
81ecdfbb
RW
14830$as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
14831
14832 fi
14833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
14834$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
14835
14836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
14837$as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
14838 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+set}" = set; then :
14839 $as_echo_n "(cached) " >&6
d5efd9fc 14840else
81ecdfbb 14841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14842/* end confdefs.h. */
81ecdfbb
RW
14843
14844#define _SYSCALL32
16231b7b
DG
14845/* Needed for new procfs interface on sparc-solaris. */
14846#define _STRUCTURED_PROC 1
81ecdfbb 14847#include <sys/procfs.h>
d5efd9fc
AM
14848int
14849main ()
14850{
81ecdfbb 14851lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
d5efd9fc
AM
14852 ;
14853 return 0;
14854}
14855_ACEOF
81ecdfbb
RW
14856if ac_fn_c_try_compile "$LINENO"; then :
14857 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
d5efd9fc 14858else
81ecdfbb 14859 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
d5efd9fc 14860
d5efd9fc 14861fi
81ecdfbb 14862rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d5efd9fc 14863fi
d5efd9fc 14864
81ecdfbb
RW
14865 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
14866
14867$as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
14868
14869 fi
14870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
14871$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
14872
16231b7b
DG
14873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
14874$as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
14875 if test "${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+set}" = set; then :
14876 $as_echo_n "(cached) " >&6
14877else
14878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14879/* end confdefs.h. */
14880
14881#define _SYSCALL32
14882/* Needed for new procfs interface on sparc-solaris. */
14883#define _STRUCTURED_PROC 1
14884#include <sys/procfs.h>
14885int
14886main ()
14887{
14888lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
14889 ;
14890 return 0;
14891}
14892_ACEOF
14893if ac_fn_c_try_compile "$LINENO"; then :
14894 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
14895else
14896 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
14897
14898fi
14899rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14900fi
14901
14902 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
14903
14904$as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
14905
14906 fi
14907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
14908$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
14909
81ecdfbb
RW
14910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
14911$as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
14912 if test "${bfd_cv_have_sys_procfs_type_win32_pstatus_t+set}" = set; then :
14913 $as_echo_n "(cached) " >&6
d5efd9fc 14914else
81ecdfbb 14915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14916/* end confdefs.h. */
81ecdfbb
RW
14917
14918#define _SYSCALL32
16231b7b
DG
14919/* Needed for new procfs interface on sparc-solaris. */
14920#define _STRUCTURED_PROC 1
81ecdfbb 14921#include <sys/procfs.h>
d5efd9fc
AM
14922int
14923main ()
14924{
81ecdfbb 14925win32_pstatus_t avar
d5efd9fc
AM
14926 ;
14927 return 0;
14928}
14929_ACEOF
81ecdfbb
RW
14930if ac_fn_c_try_compile "$LINENO"; then :
14931 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
d5efd9fc 14932else
81ecdfbb 14933 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
d5efd9fc 14934
d5efd9fc 14935fi
81ecdfbb
RW
14936rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14937fi
d5efd9fc 14938
81ecdfbb 14939 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
d5efd9fc 14940
81ecdfbb 14941$as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
d5efd9fc 14942
81ecdfbb
RW
14943 fi
14944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
14945$as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
d5efd9fc 14946
81ecdfbb 14947 fi
d5efd9fc 14948fi
d5efd9fc 14949
d5efd9fc 14950
8bc7f138
L
14951if test -n "$CORE_HEADER"; then
14952
14953cat >>confdefs.h <<_ACEOF
14954#define CORE_HEADER $CORE_HEADER
14955_ACEOF
14956
14957fi
81ecdfbb 14958if test -n "$TRAD_HEADER"; then
d5efd9fc 14959
81ecdfbb
RW
14960cat >>confdefs.h <<_ACEOF
14961#define TRAD_HEADER $TRAD_HEADER
d5efd9fc 14962_ACEOF
d5efd9fc 14963
81ecdfbb 14964fi
d5efd9fc 14965
81ecdfbb
RW
14966# Check if linker supports --as-needed and --no-as-needed options
14967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
14968$as_echo_n "checking linker --as-needed support... " >&6; }
14969if test "${bfd_cv_ld_as_needed+set}" = set; then :
14970 $as_echo_n "(cached) " >&6
d5efd9fc 14971else
81ecdfbb
RW
14972 bfd_cv_ld_as_needed=no
14973 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
14974 bfd_cv_ld_as_needed=yes
14975 fi
d5efd9fc 14976
d5efd9fc 14977fi
81ecdfbb
RW
14978{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
14979$as_echo "$bfd_cv_ld_as_needed" >&6; }
d5efd9fc 14980
81ecdfbb
RW
14981LIBM=
14982case $host in
3725885a 14983*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
81ecdfbb
RW
14984 # These system don't have libm, or don't need it
14985 ;;
14986*-ncr-sysv4.3*)
14987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
14988$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
14989if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
14990 $as_echo_n "(cached) " >&6
d5efd9fc 14991else
81ecdfbb
RW
14992 ac_check_lib_save_LIBS=$LIBS
14993LIBS="-lmw $LIBS"
14994cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14995/* end confdefs.h. */
81ecdfbb
RW
14996
14997/* Override any GCC internal prototype to avoid an error.
14998 Use char because int might match the return type of a GCC
14999 builtin and then its argument prototype would still apply. */
15000#ifdef __cplusplus
15001extern "C"
15002#endif
15003char _mwvalidcheckl ();
d5efd9fc
AM
15004int
15005main ()
15006{
81ecdfbb 15007return _mwvalidcheckl ();
d5efd9fc
AM
15008 ;
15009 return 0;
15010}
15011_ACEOF
81ecdfbb
RW
15012if ac_fn_c_try_link "$LINENO"; then :
15013 ac_cv_lib_mw__mwvalidcheckl=yes
d5efd9fc 15014else
81ecdfbb
RW
15015 ac_cv_lib_mw__mwvalidcheckl=no
15016fi
15017rm -f core conftest.err conftest.$ac_objext \
15018 conftest$ac_exeext conftest.$ac_ext
15019LIBS=$ac_check_lib_save_LIBS
d5efd9fc 15020fi
81ecdfbb
RW
15021{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
15022$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
15023if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
15024 LIBM="-lmw"
d5efd9fc 15025fi
d5efd9fc 15026
81ecdfbb
RW
15027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
15028$as_echo_n "checking for cos in -lm... " >&6; }
15029if test "${ac_cv_lib_m_cos+set}" = set; then :
15030 $as_echo_n "(cached) " >&6
d5efd9fc 15031else
81ecdfbb
RW
15032 ac_check_lib_save_LIBS=$LIBS
15033LIBS="-lm $LIBS"
15034cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 15035/* end confdefs.h. */
d5efd9fc 15036
81ecdfbb
RW
15037/* Override any GCC internal prototype to avoid an error.
15038 Use char because int might match the return type of a GCC
15039 builtin and then its argument prototype would still apply. */
15040#ifdef __cplusplus
15041extern "C"
15042#endif
15043char cos ();
d5efd9fc
AM
15044int
15045main ()
15046{
81ecdfbb 15047return cos ();
d5efd9fc
AM
15048 ;
15049 return 0;
15050}
15051_ACEOF
81ecdfbb
RW
15052if ac_fn_c_try_link "$LINENO"; then :
15053 ac_cv_lib_m_cos=yes
d5efd9fc 15054else
81ecdfbb
RW
15055 ac_cv_lib_m_cos=no
15056fi
15057rm -f core conftest.err conftest.$ac_objext \
15058 conftest$ac_exeext conftest.$ac_ext
15059LIBS=$ac_check_lib_save_LIBS
15060fi
15061{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
15062$as_echo "$ac_cv_lib_m_cos" >&6; }
15063if test "x$ac_cv_lib_m_cos" = x""yes; then :
15064 LIBM="$LIBM -lm"
d5efd9fc 15065fi
d5efd9fc 15066
81ecdfbb
RW
15067 ;;
15068*)
15069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
15070$as_echo_n "checking for cos in -lm... " >&6; }
15071if test "${ac_cv_lib_m_cos+set}" = set; then :
15072 $as_echo_n "(cached) " >&6
15073else
15074 ac_check_lib_save_LIBS=$LIBS
15075LIBS="-lm $LIBS"
15076cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 15077/* end confdefs.h. */
d5efd9fc 15078
81ecdfbb
RW
15079/* Override any GCC internal prototype to avoid an error.
15080 Use char because int might match the return type of a GCC
15081 builtin and then its argument prototype would still apply. */
15082#ifdef __cplusplus
15083extern "C"
15084#endif
15085char cos ();
d5efd9fc
AM
15086int
15087main ()
15088{
81ecdfbb 15089return cos ();
d5efd9fc
AM
15090 ;
15091 return 0;
15092}
15093_ACEOF
81ecdfbb
RW
15094if ac_fn_c_try_link "$LINENO"; then :
15095 ac_cv_lib_m_cos=yes
d5efd9fc 15096else
81ecdfbb 15097 ac_cv_lib_m_cos=no
d5efd9fc 15098fi
81ecdfbb
RW
15099rm -f core conftest.err conftest.$ac_objext \
15100 conftest$ac_exeext conftest.$ac_ext
15101LIBS=$ac_check_lib_save_LIBS
d5efd9fc 15102fi
81ecdfbb
RW
15103{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
15104$as_echo "$ac_cv_lib_m_cos" >&6; }
15105if test "x$ac_cv_lib_m_cos" = x""yes; then :
15106 LIBM="-lm"
d5efd9fc 15107fi
d5efd9fc 15108
81ecdfbb 15109 ;;
d5efd9fc 15110esac
d5efd9fc 15111
d5efd9fc 15112
d5efd9fc 15113
81ecdfbb
RW
15114# When building a shared libbfd, link against the pic version of libiberty
15115# so that apps that use libbfd won't need libiberty just to satisfy any
15116# libbfd references.
15117# We can't do that if a pic libiberty is unavailable since including non-pic
15118# code would insert text relocations into libbfd.
15119SHARED_LIBADD=
15120SHARED_LDFLAGS=
15121if test "$enable_shared" = "yes"; then
15122 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
15123 if test -n "$x"; then
15124 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
15125 fi
d5efd9fc 15126
81ecdfbb
RW
15127# More hacks to build DLLs on Windows.
15128 case "${host}" in
15129 *-*-cygwin*)
15130 SHARED_LDFLAGS="-no-undefined"
15131 SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
15132 ;;
a9e18c6a
AM
15133
15134 # Hack to build or1k-src on OSX
15135 or1k*-*-darwin*)
15136 SHARED_LIBADD="-L`pwd`/../libiberty/pic -L`pwd`/../intl -liberty -lintl"
15137 ;;
81ecdfbb 15138 esac
d5efd9fc 15139
81ecdfbb
RW
15140 if test -n "$SHARED_LIBADD"; then
15141 if test -n "$LIBM"; then
15142 if test x"$bfd_cv_ld_as_needed" = xyes; then
15143 # Link against libm only when needed. Put -lc, -lm inside -Wl
15144 # to stop libtool reordering these options.
15145 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
15146 else
15147 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
15148 fi
15149 fi
15150 fi
d5efd9fc 15151fi
d5efd9fc 15152
d5efd9fc 15153
d5efd9fc 15154
81ecdfbb 15155# target stuff:
d5efd9fc 15156
81ecdfbb
RW
15157# Canonicalize the secondary target names.
15158if test -n "$enable_targets" ; then
15159 for targ in `echo $enable_targets | sed 's/,/ /g'`
15160 do
15161 result=`$ac_config_sub $targ 2>/dev/null`
15162 if test -n "$result" ; then
15163 canon_targets="$canon_targets $result"
15164 else
15165 # Allow targets that config.sub doesn't recognize, like "all".
15166 canon_targets="$canon_targets $targ"
15167 fi
15168 done
d5efd9fc 15169fi
d5efd9fc 15170
81ecdfbb
RW
15171all_targets=false
15172defvec=
15173selvecs=
15174assocvecs=
15175selarchs=
15176TDEFINES=
15177for targ in $target $canon_targets
15178do
15179 if test "x$targ" = "xall"; then
15180 all_targets=true
15181 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
15182 else
15183 . $srcdir/config.bfd
15184 if test "x$targ" = "x$target"; then
15185 defvec=$targ_defvec
15186 fi
15187 selvecs="$selvecs $targ_defvec $targ_selvecs"
15188 selarchs="$selarchs $targ_archs"
15189 TDEFINES="$TDEFINES $targ_cflags"
15190 fi
15191done
d5efd9fc 15192
d5efd9fc 15193
81ecdfbb
RW
15194# This processing still needs to be done if we're to decide properly whether
15195# 64-bit support needs to be compiled in. Currently, it will be included if
15196# the default or any other explicitly requested target requires it; it
15197# will not be included on a 32-bit host if no 64-bit target is requested, and
15198# no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
15199# used.
d5efd9fc 15200
81ecdfbb
RW
15201# uniq the default and selected vectors in all the configured targets.
15202f=""
15203for i in $selvecs ; do
15204 case " $f " in
15205 *" $i "*) ;;
15206 *) f="$f $i" ;;
15207 esac
15208done
15209selvecs="$f"
d5efd9fc 15210
d5efd9fc 15211
81ecdfbb
RW
15212# uniq the associated vectors in all the configured targets.
15213f=""
15214for i in $assocvecs ; do
15215 case " $f " in
15216 *" $i "*) ;;
15217 *) f="$f $i" ;;
15218 esac
d5efd9fc 15219done
81ecdfbb 15220assocvecs="$f"
2ba49b59 15221
2ba49b59 15222
81ecdfbb
RW
15223# uniq the architectures in all the configured targets.
15224f=""
15225for i in $selarchs ; do
15226 case " $f " in
15227 *" $i "*) ;;
15228 *) f="$f $i" ;;
15229 esac
2ba49b59 15230done
81ecdfbb 15231selarchs="$f"
2ba49b59 15232
81ecdfbb
RW
15233# Target backend .o files.
15234tb=
2ba49b59 15235
81ecdfbb 15236elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo
f4943d82
AM
15237 elf-eh-frame.lo dwarf1.lo dwarf2.lo"
15238coffgen="coffgen.lo dwarf2.lo"
15239coff="cofflink.lo $coffgen"
15240ecoff="ecofflink.lo $coffgen"
15241xcoff="xcofflink.lo $coffgen"
2ba49b59 15242
81ecdfbb 15243for vec in $selvecs
49c97a80 15244do
81ecdfbb
RW
15245 target_size=32
15246 case "$vec" in
15247 # This list is alphabetized to make it easy to compare
15248 # with the two vector lists in targets.c. For the same reason,
15249 # use one entry per line, even though this leads to long lines.
2f67d686
AM
15250 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
15251 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
d8bd95ef 15252 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
a75cf613 15253 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
d8bd95ef 15254 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
a75cf613 15255 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
f075eb5e 15256 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
f4943d82 15257 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
2f67d686
AM
15258 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
15259 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
15260 alpha_nlm32_vec) tb="$tb nlm32-alpha.lo nlm32.lo nlm.lo"; target_size=64 ;;
15261 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
15262 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
15263 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
6d00b590 15264 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
2f67d686
AM
15265 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
15266 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
15267 aout_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;;
15268 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
15269 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
6d00b590
AM
15270 arm_aout_be_vec) tb="$tb aout-arm.lo aout32.lo" ;;
15271 arm_aout_le_vec) tb="$tb aout-arm.lo aout32.lo" ;;
2f67d686
AM
15272 arm_aout_nbsd_vec) tb="$tb armnetbsd.lo aout32.lo" ;;
15273 arm_aout_riscix_vec) tb="$tb aout32.lo riscix.lo" ;;
f4943d82
AM
15274 arm_coff_be_vec) tb="$tb coff-arm.lo $coff" ;;
15275 arm_coff_le_vec) tb="$tb coff-arm.lo $coff" ;;
2f67d686
AM
15276 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15277 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15278 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15279 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15280 arm_elf32_symbian_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15281 arm_elf32_symbian_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15282 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
15283 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
f4943d82
AM
15284 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
15285 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
15286 arm_pe_epoc_be_vec) tb="$tb epoc-pe-arm.lo peigen.lo $coff" ;;
15287 arm_pe_epoc_le_vec) tb="$tb epoc-pe-arm.lo peigen.lo $coff" ;;
15288 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
15289 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
15290 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
15291 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
15292 arm_pei_epoc_be_vec) tb="$tb epoc-pei-arm.lo peigen.lo $coff" ;;
15293 arm_pei_epoc_le_vec) tb="$tb epoc-pei-arm.lo peigen.lo $coff" ;;
15294 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
15295 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
f075eb5e 15296 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
6d00b590
AM
15297 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
15298 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
15299 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
2f67d686
AM
15300 bout_be_vec) tb="$tb bout.lo aout32.lo" ;;
15301 bout_le_vec) tb="$tb bout.lo aout32.lo" ;;
6d00b590
AM
15302 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
15303 cr16c_elf32_vec) tb="$tb elf32-cr16c.lo elf32.lo $elf" ;;
2f67d686 15304 cris_aout_vec) tb="$tb aout-cris.lo" ;;
6d00b590 15305 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
2f67d686 15306 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
6d00b590
AM
15307 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
15308 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
15309 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
15310 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
2f67d686
AM
15311 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
15312 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
15313 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
15314 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
6d00b590
AM
15315 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
15316 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
15317 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
15318 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
f4943d82 15319 h8300_coff_vec) tb="$tb coff-h8300.lo reloc16.lo $coffgen" ;;
6d00b590 15320 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
5518c738 15321 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
f4943d82 15322 h8500_coff_vec) tb="$tb coff-h8500.lo reloc16.lo $coffgen" ;;
2f67d686 15323 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
6d00b590
AM
15324 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
15325 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
2f67d686
AM
15326 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
15327 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
15328 hppa_som_vec) tb="$tb som.lo" ;;
6d00b590 15329 i370_elf32_vec) tb="$tb elf32-i370.lo elf32.lo $elf" ;;
2f67d686
AM
15330 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
15331 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
15332 i386_aout_dynix_vec) tb="$tb i386dynix.lo aout32.lo" ;;
15333 i386_aout_fbsd_vec) tb="$tb i386freebsd.lo aout32.lo" ;;
15334 i386_aout_linux_vec) tb="$tb i386linux.lo aout32.lo" ;;
15335 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
15336 i386_aout_mach3_vec) tb="$tb i386mach3.lo aout32.lo" ;;
15337 i386_aout_nbsd_vec) tb="$tb i386netbsd.lo aout32.lo" ;;
15338 i386_aout_os9k_vec) tb="$tb i386os9k.lo aout32.lo" ;;
f4943d82
AM
15339 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
15340 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
15341 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
15342 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
2f67d686 15343 i386_elf32_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
6d00b590
AM
15344 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
15345 i386_elf32_nacl_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
2f67d686 15346 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
6d00b590 15347 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
2f67d686
AM
15348 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
15349 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
15350 i386_nlm32_vec) tb="$tb nlm32-i386.lo nlm32.lo nlm.lo" ;;
f4943d82
AM
15351 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
15352 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
bf64a951 15353 iamcu_elf32_vec) tb="$tb elf32-i386.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo elf32.lo $elf" ;;
f4943d82 15354 i860_coff_vec) tb="$tb coff-i860.lo $coff" ;;
6d00b590 15355 i860_elf32_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
2f67d686 15356 i860_elf32_le_vec) tb="$tb elf32-i860.lo elf32.lo $elf" ;;
6d00b590
AM
15357 i960_elf32_vec) tb="$tb elf32-i960.lo elf32.lo $elf" ;;
15358 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
15359 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
2f67d686
AM
15360 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
15361 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
15362 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
15363 ia64_elf64_vms_vec) tb="$tb elf64-ia64-vms.lo elf64-ia64.lo elfxx-ia64.lo elf64.lo vms-lib.lo vms-misc.lo $elf"; target_size=64 ;;
f4943d82
AM
15364 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
15365 icoff_be_vec) tb="$tb coff-i960.lo $coff" ;;
15366 icoff_le_vec) tb="$tb coff-i960.lo $coff" ;;
2f67d686 15367 ieee_vec) tb="$tb ieee.lo" ;;
6d00b590
AM
15368 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
15369 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
2f67d686
AM
15370 k1om_elf64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15371 k1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15372 l1om_elf64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15373 l1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
6d00b590
AM
15374 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
15375 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
6d00b590
AM
15376 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
15377 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15378 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15379 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15380 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
15381 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
15382 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
2f67d686
AM
15383 m68k_aout_4knbsd_vec) tb="$tb m68k4knetbsd.lo aout32.lo" ;;
15384 m68k_aout_hp300bsd_vec) tb="$tb hp300bsd.lo aout32.lo" ;;
15385 m68k_aout_hp300hpux_vec) tb="$tb hp300hpux.lo aout32.lo" ;;
15386 m68k_aout_linux_vec) tb="$tb m68klinux.lo aout32.lo" ;;
15387 m68k_aout_nbsd_vec) tb="$tb m68knetbsd.lo aout32.lo" ;;
15388 m68k_aout_newsos3_vec) tb="$tb newsos3.lo aout32.lo" ;;
f4943d82
AM
15389 m68k_coff_vec) tb="$tb coff-m68k.lo $coff" ;;
15390 m68k_coff_apollo_vec) tb="$tb coff-apollo.lo $coffgen" ;;
15391 m68k_coff_aux_vec) tb="$tb coff-aux.lo coff-m68k.lo $coff" ;;
15392 m68k_coff_sysv_vec) tb="$tb coff-svm68k.lo $coff" ;;
15393 m68k_coff_un_vec) tb="$tb coff-u68k.lo coff-m68k.lo $coff" ;;
6d00b590 15394 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
2f67d686
AM
15395 m68k_versados_vec) tb="$tb versados.lo" ;;
15396 m88k_aout_mach3_vec) tb="$tb m88kmach3.lo aout32.lo" ;;
15397 m88k_aout_obsd_vec) tb="$tb m88kopenbsd.lo aout32.lo" ;;
f4943d82 15398 m88k_coff_bcs_vec) tb="$tb coff-m88k.lo $coffgen" ;;
6d00b590 15399 m88k_elf32_vec) tb="$tb elf32-m88k.lo elf32.lo $elf" ;;
f4943d82
AM
15400 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
15401 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
15402 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
6d00b590
AM
15403 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
15404 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
f4943d82
AM
15405 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
15406 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
15407 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
15408 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
6d00b590
AM
15409 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
15410 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
15411 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
6d00b590 15412 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
2f67d686 15413 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
f4943d82
AM
15414 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
15415 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
15416 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
15417 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15418 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15419 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15420 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15421 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15422 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15423 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15424 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15425 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15426 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15427 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15428 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15429 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15430 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
15431 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15432 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15433 mips_elf64_trad_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15434 mips_elf64_trad_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15435 mips_elf64_tradfbsd_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15436 mips_elf64_tradfbsd_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
15437 mips_pe_le_vec) tb="$tb pe-mips.lo peigen.lo $coff" ;;
15438 mips_pei_le_vec) tb="$tb pei-mips.lo peigen.lo $coff" ;;
2f67d686
AM
15439 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
15440 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
15441 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
15442 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
15443 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
15444 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
15445 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
15446 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
15447 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
6d00b590
AM
15448 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
15449 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
15450 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
15451 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
2f67d686
AM
15452 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
15453 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
15454 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
15455 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
6d00b590 15456 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
2f67d686
AM
15457 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
15458 pef_vec) tb="$tb pef.lo" ;;
15459 pef_xlib_vec) tb="$tb pef.lo" ;;
6d00b590
AM
15460 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
15461 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
2f67d686
AM
15462 plugin_vec) tb="$tb plugin.lo" ;;
15463 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
6d00b590
AM
15464 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
15465 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
15466 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
15467 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
2f67d686
AM
15468 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
15469 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
15470 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
15471 powerpc_nlm32_vec) tb="$tb nlm32-ppc.lo nlm32.lo nlm.lo" ;;
f4943d82
AM
15472 powerpc_pe_vec) tb="$tb pe-ppc.lo peigen.lo $coff" ;;
15473 powerpc_pe_le_vec) tb="$tb pe-ppc.lo peigen.lo $coff" ;;
15474 powerpc_pei_vec) tb="$tb pei-ppc.lo peigen.lo $coff" ;;
15475 powerpc_pei_le_vec) tb="$tb pei-ppc.lo peigen.lo $coff" ;;
15476 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
6d00b590 15477 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
f4943d82
AM
15478 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
15479 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
15480 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
6d00b590
AM
15481 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
15482 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
2f67d686 15483 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
6d00b590 15484 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
2f67d686 15485 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
6d00b590
AM
15486 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;;
15487 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;;
f4943d82
AM
15488 sh64_elf32_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
15489 sh64_elf32_le_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
15490 sh64_elf32_linux_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
15491 sh64_elf32_linux_be_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" target_size=64 ;;
15492 sh64_elf32_nbsd_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" ;;
15493 sh64_elf32_nbsd_le_vec) tb="$tb elf32-sh64.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf" ;;
6d00b590
AM
15494 sh64_elf64_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15495 sh64_elf64_le_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15496 sh64_elf64_linux_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
15497 sh64_elf64_linux_be_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
6d00b590 15498 sh64_elf64_nbsd_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
2f67d686 15499 sh64_elf64_nbsd_le_vec) tb="$tb elf64-sh64.lo elf64.lo $elf" target_size=64 ;;
f4943d82
AM
15500 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
15501 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
15502 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
15503 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
15504 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
15505 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
15506 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
15507 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
15508 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
15509 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
15510 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
15511 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
15512 sh_elf32_symbian_le_vec) tb="$tb elf32-sh-symbian.lo elf32-sh64-com.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
15513 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
15514 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
15515 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
15516 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
6d00b590
AM
15517 sparc_aout_le_vec) tb="$tb aout-sparcle.lo aout32.lo" ;;
15518 sparc_aout_linux_vec) tb="$tb sparclinux.lo aout32.lo" ;;
15519 sparc_aout_lynx_vec) tb="$tb sparclynx.lo lynx-core.lo aout32.lo" ;;
6d00b590
AM
15520 sparc_aout_nbsd_vec) tb="$tb sparcnetbsd.lo aout32.lo" ;;
15521 sparc_aout_sunos_be_vec) tb="$tb sunos.lo aout32.lo" ;;
f4943d82
AM
15522 sparc_coff_vec) tb="$tb coff-sparc.lo $coffgen" ;;
15523 sparc_coff_lynx_vec) tb="$tb cf-sparclynx.lo lynx-core.lo $coffgen" ;;
2f67d686
AM
15524 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
15525 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
15526 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
15527 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
15528 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
15529 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
15530 sparc_nlm32_vec) tb="$tb nlm32-sparc.lo nlm32.lo nlm.lo" ;;
15531 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
6d00b590
AM
15532 sym_vec) tb="$tb xsym.lo" ;;
15533 tic30_aout_vec) tb="$tb aout-tic30.lo" ;;
f4943d82
AM
15534 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
15535 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
15536 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
15537 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
15538 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
15539 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
15540 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
15541 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
15542 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
15543 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
15544 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
15545 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
15546 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
2f67d686
AM
15547 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
15548 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
15549 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
15550 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
15551 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
15552 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
f4943d82 15553 tic80_coff_vec) tb="$tb coff-tic80.lo $coff" ;;
2f67d686
AM
15554 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
15555 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
15556 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
15557 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
15558 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
15559 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
15560 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
6d00b590
AM
15561 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
15562 vax_aout_bsd_vec) tb="$tb vaxbsd.lo aout32.lo" ;;
2f67d686
AM
15563 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
15564 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
3f8107ab 15565 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
d924db55 15566 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
f4943d82
AM
15567 w65_coff_vec) tb="$tb coff-w65.lo reloc16.lo $coffgen" ;;
15568 we32k_coff_vec) tb="$tb coff-we32k.lo $coffgen" ;;
15569 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
2f67d686
AM
15570 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;;
15571 x86_64_elf32_nacl_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;;
15572 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
6036f486 15573 x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
2f67d686
AM
15574 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15575 x86_64_elf64_nacl_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15576 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
15577 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
f4943d82
AM
15578 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
15579 x86_64_pe_be_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
15580 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
2f67d686
AM
15581 xc16x_elf32_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
15582 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
15583 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
15584 xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
15585 xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
f4943d82
AM
15586 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
15587 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
2ba49b59 15588
81ecdfbb 15589 # These appear out of order in targets.c
6d00b590
AM
15590 srec_vec) tb="$tb srec.lo" ;;
15591 symbolsrec_vec) tb="$tb srec.lo" ;;
15592 tekhex_vec) tb="$tb tekhex.lo" ;;
15593 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
15594 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
5464f5a1 15595
6d00b590 15596 "") ;;
81ecdfbb
RW
15597 *) as_fn_error "*** unknown target vector $vec" "$LINENO" 5 ;;
15598 esac
1012372a 15599
81ecdfbb
RW
15600 if test ${target_size} = 64; then
15601 target64=true
15602 fi
15603 if test x"${vec}" = x"${defvec}"; then
15604 bfd_default_target_size=${target_size}
15605 fi
15606done
2ba49b59 15607
81ecdfbb
RW
15608# Target architecture .o files.
15609# A couple of CPUs use shorter file names to avoid problems on DOS
15610# filesystems.
15611ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
5464f5a1 15612
81ecdfbb
RW
15613# Weed out duplicate .o files.
15614f=""
15615for i in $tb ; do
15616 case " $f " in
15617 *" $i "*) ;;
15618 *) f="$f $i" ;;
15619 esac
1012372a 15620done
81ecdfbb 15621tb="$f"
1012372a 15622
81ecdfbb
RW
15623f=""
15624for i in $ta ; do
15625 case " $f " in
15626 *" $i "*) ;;
15627 *) f="$f $i" ;;
15628 esac
15629done
15630ta="$f"
2ba49b59 15631
81ecdfbb
RW
15632bfd_backends="$tb"
15633bfd_machines="$ta"
1012372a 15634
81ecdfbb
RW
15635if test x${all_targets} = xtrue ; then
15636 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
15637 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
15638 selvecs=
7256a114 15639 havevecs=-DHAVE_all_vecs
81ecdfbb
RW
15640 selarchs=
15641 test -n "$assocvecs" &&
15642 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15643else # all_targets is true
15644 # Only set these if they will be nonempty, for the clever echo.
15645 havevecs=
15646 assocvecs=
15647 test -n "$selvecs" &&
15648 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
15649 test -n "$selvecs" &&
15650 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15651 test -n "$selarchs" &&
15652 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15653fi # all_targets is true
15654
15655case ${host64}-${target64}-${want64} in
15656 *true*)
15657 wordsize=64
15658 bfd64_libs='$(BFD64_LIBS)'
15659 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
15660 if test $BFD_HOST_64_BIT_DEFINED = 0; then
15661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
15662$as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
15663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
15664$as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
15665 fi
15666 if test -n "$GCC" ; then
15667 bad_64bit_gcc=no;
15668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
15669$as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
15670 # Add more tests for gcc versions with non-working 64-bit support here.
15671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15672/* end confdefs.h. */
15673:__GNUC__:__GNUC_MINOR__:__i386__:
15674_ACEOF
15675if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15676 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
15677 bad_64bit_gcc=yes;
15678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
15679$as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
2ba49b59 15680else
81ecdfbb
RW
15681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15682$as_echo "no" >&6; }
2ba49b59 15683fi
81ecdfbb 15684rm -f conftest*
1012372a 15685
81ecdfbb
RW
15686 if test $bad_64bit_gcc = yes ; then
15687 as_fn_error "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
15688 fi
15689 fi
15690 ;;
15691 false-false-false)
15692 wordsize=32
15693 all_backends='$(BFD32_BACKENDS)'
15694 ;;
15695esac
1012372a
AC
15696
15697
15698
15699
252b5132 15700
6be7c12c 15701
5464f5a1
NN
15702
15703
81ecdfbb
RW
15704if test "$plugins" = "yes"; then
15705 supports_plugins=1
5464f5a1 15706else
81ecdfbb 15707 supports_plugins=0
5464f5a1 15708fi
5464f5a1 15709
81ecdfbb 15710
3cf9e6c4 15711
81ecdfbb
RW
15712# Determine the host dependant file_ptr a.k.a. off_t type. In order
15713# prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
15714# fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
15715# Hopefully a reasonable assumption since fseeko et.al. should be
15716# upward compatible.
15717for ac_func in ftello ftello64 fseeko fseeko64 fopen64
15718do :
15719 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15720ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15721eval as_val=\$$as_ac_var
15722 if test "x$as_val" = x""yes; then :
15723 cat >>confdefs.h <<_ACEOF
15724#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5464f5a1 15725_ACEOF
5464f5a1 15726
252b5132 15727fi
81ecdfbb 15728done
5464f5a1 15729
81ecdfbb
RW
15730if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
15731 # The cast to long int works around a bug in the HP C Compiler
15732# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15733# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15734# This bug is HP SR number 8606223364.
15735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
15736$as_echo_n "checking size of off_t... " >&6; }
15737if test "${ac_cv_sizeof_off_t+set}" = set; then :
15738 $as_echo_n "(cached) " >&6
6be7c12c 15739else
81ecdfbb 15740 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
5464f5a1 15741
81ecdfbb
RW
15742else
15743 if test "$ac_cv_type_off_t" = yes; then
15744 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15745$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15746{ as_fn_set_status 77
15747as_fn_error "cannot compute sizeof (off_t)
15748See \`config.log' for more details." "$LINENO" 5; }; }
15749 else
15750 ac_cv_sizeof_off_t=0
15751 fi
5464f5a1 15752fi
5464f5a1 15753
252b5132 15754fi
81ecdfbb
RW
15755{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
15756$as_echo "$ac_cv_sizeof_off_t" >&6; }
5464f5a1 15757
252b5132 15758
5464f5a1 15759
81ecdfbb
RW
15760cat >>confdefs.h <<_ACEOF
15761#define SIZEOF_OFF_T $ac_cv_sizeof_off_t
5464f5a1 15762_ACEOF
5464f5a1 15763
5464f5a1 15764
81ecdfbb
RW
15765fi
15766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
15767$as_echo_n "checking file_ptr type... " >&6; }
15768bfd_file_ptr="long"
15769bfd_ufile_ptr="unsigned long"
15770if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
15771 -o x"${ac_cv_sizeof_off_t}" = x8; then
15772 bfd_file_ptr=BFD_HOST_64_BIT
15773 bfd_ufile_ptr=BFD_HOST_U_64_BIT
15774fi
15775{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
15776$as_echo "$bfd_file_ptr" >&6; }
15777
6be7c12c 15778
252b5132 15779
252b5132 15780
81ecdfbb
RW
15781tdefaults=""
15782test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
15783test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
15784test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
15785test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
7256a114 15786
81ecdfbb
RW
15787
15788
15789for ac_header in stdlib.h unistd.h
15790do :
15791 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15792ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15793eval as_val=\$$as_ac_Header
15794 if test "x$as_val" = x""yes; then :
15795 cat >>confdefs.h <<_ACEOF
15796#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5464f5a1 15797_ACEOF
5464f5a1 15798
5464f5a1 15799fi
81ecdfbb
RW
15800
15801done
15802
15803for ac_func in getpagesize
15804do :
15805 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
15806if test "x$ac_cv_func_getpagesize" = x""yes; then :
5464f5a1 15807 cat >>confdefs.h <<_ACEOF
81ecdfbb 15808#define HAVE_GETPAGESIZE 1
5464f5a1 15809_ACEOF
252b5132 15810
252b5132
RH
15811fi
15812done
15813
81ecdfbb
RW
15814{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
15815$as_echo_n "checking for working mmap... " >&6; }
15816if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then :
15817 $as_echo_n "(cached) " >&6
252b5132 15818else
81ecdfbb 15819 if test "$cross_compiling" = yes; then :
252b5132
RH
15820 ac_cv_func_mmap_fixed_mapped=no
15821else
81ecdfbb 15822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
15823/* end confdefs.h. */
15824$ac_includes_default
15825/* malloc might have been renamed as rpl_malloc. */
15826#undef malloc
6be7c12c 15827
252b5132
RH
15828/* Thanks to Mike Haertel and Jim Avera for this test.
15829 Here is a matrix of mmap possibilities:
15830 mmap private not fixed
15831 mmap private fixed at somewhere currently unmapped
15832 mmap private fixed at somewhere already mapped
15833 mmap shared not fixed
15834 mmap shared fixed at somewhere currently unmapped
15835 mmap shared fixed at somewhere already mapped
15836 For private mappings, we should verify that changes cannot be read()
15837 back from the file, nor mmap's back from the file at a different
15838 address. (There have been systems where private was not correctly
15839 implemented like the infamous i386 svr4.0, and systems where the
5464f5a1 15840 VM page cache was not coherent with the file system buffer cache
252b5132
RH
15841 like early versions of FreeBSD and possibly contemporary NetBSD.)
15842 For shared mappings, we should conversely verify that changes get
5464f5a1 15843 propagated back to all the places they're supposed to be.
252b5132
RH
15844
15845 Grep wants private fixed already mapped.
15846 The main things grep needs to know about mmap are:
15847 * does it exist and is it safe to write into the mmap'd area
15848 * how to use it (BSD variants) */
5464f5a1 15849
252b5132
RH
15850#include <fcntl.h>
15851#include <sys/mman.h>
15852
81ecdfbb 15853#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
5464f5a1
NN
15854char *malloc ();
15855#endif
6be7c12c 15856
5464f5a1 15857/* This mess was copied from the GNU getpagesize.h. */
81ecdfbb 15858#ifndef HAVE_GETPAGESIZE
252b5132 15859/* Assume that all systems that can run configure have sys/param.h. */
81ecdfbb 15860# ifndef HAVE_SYS_PARAM_H
252b5132
RH
15861# define HAVE_SYS_PARAM_H 1
15862# endif
15863
15864# ifdef _SC_PAGESIZE
15865# define getpagesize() sysconf(_SC_PAGESIZE)
15866# else /* no _SC_PAGESIZE */
81ecdfbb 15867# ifdef HAVE_SYS_PARAM_H
252b5132
RH
15868# include <sys/param.h>
15869# ifdef EXEC_PAGESIZE
15870# define getpagesize() EXEC_PAGESIZE
15871# else /* no EXEC_PAGESIZE */
15872# ifdef NBPG
15873# define getpagesize() NBPG * CLSIZE
15874# ifndef CLSIZE
15875# define CLSIZE 1
15876# endif /* no CLSIZE */
15877# else /* no NBPG */
15878# ifdef NBPC
15879# define getpagesize() NBPC
15880# else /* no NBPC */
15881# ifdef PAGESIZE
15882# define getpagesize() PAGESIZE
15883# endif /* PAGESIZE */
15884# endif /* no NBPC */
15885# endif /* no NBPG */
15886# endif /* no EXEC_PAGESIZE */
15887# else /* no HAVE_SYS_PARAM_H */
15888# define getpagesize() 8192 /* punt totally */
15889# endif /* no HAVE_SYS_PARAM_H */
15890# endif /* no _SC_PAGESIZE */
15891
5464f5a1
NN
15892#endif /* no HAVE_GETPAGESIZE */
15893
15894int
15895main ()
15896{
15897 char *data, *data2, *data3;
15898 int i, pagesize;
15899 int fd;
15900
15901 pagesize = getpagesize ();
15902
15903 /* First, make a file with some known garbage in it. */
15904 data = (char *) malloc (pagesize);
15905 if (!data)
81ecdfbb 15906 return 1;
5464f5a1
NN
15907 for (i = 0; i < pagesize; ++i)
15908 *(data + i) = rand ();
15909 umask (0);
15910 fd = creat ("conftest.mmap", 0600);
15911 if (fd < 0)
81ecdfbb 15912 return 1;
5464f5a1 15913 if (write (fd, data, pagesize) != pagesize)
81ecdfbb 15914 return 1;
5464f5a1
NN
15915 close (fd);
15916
15917 /* Next, try to mmap the file at a fixed address which already has
15918 something else allocated at it. If we can, also make sure that
15919 we see the same garbage. */
15920 fd = open ("conftest.mmap", O_RDWR);
15921 if (fd < 0)
81ecdfbb 15922 return 1;
5464f5a1
NN
15923 data2 = (char *) malloc (2 * pagesize);
15924 if (!data2)
81ecdfbb
RW
15925 return 1;
15926 data2 += (pagesize - ((long int) data2 & (pagesize - 1))) & (pagesize - 1);
5464f5a1
NN
15927 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15928 MAP_PRIVATE | MAP_FIXED, fd, 0L))
81ecdfbb 15929 return 1;
5464f5a1
NN
15930 for (i = 0; i < pagesize; ++i)
15931 if (*(data + i) != *(data2 + i))
81ecdfbb 15932 return 1;
5464f5a1
NN
15933
15934 /* Finally, make sure that changes to the mapped area do not
15935 percolate back to the file as seen by read(). (This is a bug on
15936 some variants of i386 svr4.0.) */
15937 for (i = 0; i < pagesize; ++i)
15938 *(data2 + i) = *(data2 + i) + 1;
15939 data3 = (char *) malloc (pagesize);
15940 if (!data3)
81ecdfbb 15941 return 1;
5464f5a1 15942 if (read (fd, data3, pagesize) != pagesize)
81ecdfbb 15943 return 1;
5464f5a1
NN
15944 for (i = 0; i < pagesize; ++i)
15945 if (*(data + i) != *(data3 + i))
81ecdfbb 15946 return 1;
5464f5a1 15947 close (fd);
81ecdfbb 15948 return 0;
5464f5a1
NN
15949}
15950_ACEOF
81ecdfbb 15951if ac_fn_c_try_run "$LINENO"; then :
5464f5a1
NN
15952 ac_cv_func_mmap_fixed_mapped=yes
15953else
81ecdfbb 15954 ac_cv_func_mmap_fixed_mapped=no
5464f5a1 15955fi
81ecdfbb
RW
15956rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15957 conftest.$ac_objext conftest.beam conftest.$ac_ext
5464f5a1 15958fi
81ecdfbb 15959
5464f5a1 15960fi
81ecdfbb
RW
15961{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15962$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
5464f5a1
NN
15963if test $ac_cv_func_mmap_fixed_mapped = yes; then
15964
81ecdfbb 15965$as_echo "#define HAVE_MMAP 1" >>confdefs.h
5464f5a1
NN
15966
15967fi
15968rm -f conftest.mmap
15969
5464f5a1 15970for ac_func in madvise mprotect
81ecdfbb
RW
15971do :
15972 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15973ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15974eval as_val=\$$as_ac_var
15975 if test "x$as_val" = x""yes; then :
5464f5a1 15976 cat >>confdefs.h <<_ACEOF
81ecdfbb 15977#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5464f5a1
NN
15978_ACEOF
15979
15980fi
15981done
15982
15983case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15984 true+yes )
81ecdfbb 15985$as_echo "#define USE_MMAP 1" >>confdefs.h
5464f5a1
NN
15986 ;;
15987esac
15988
15989rm -f doc/config.status
81ecdfbb 15990ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
5464f5a1 15991
20e95c23 15992
81ecdfbb 15993ac_config_commands="$ac_config_commands default"
5464f5a1 15994
108a6f8e
CD
15995
15996
15997
15998
15999
31dd3154 16000
5464f5a1
NN
16001cat >confcache <<\_ACEOF
16002# This file is a shell script that caches the results of configure
16003# tests run on this system so they can be shared between configure
16004# scripts and configure runs, see configure's option --config-cache.
16005# It is not useful on other systems. If it contains results you don't
16006# want to keep, you may remove or edit it.
16007#
16008# config.status only pays attention to the cache file if you give it
16009# the --recheck option to rerun configure.
16010#
16011# `ac_cv_env_foo' variables (set or unset) will be overridden when
16012# loading this file, other *unset* `ac_cv_foo' will be assigned the
16013# following values.
16014
16015_ACEOF
16016
16017# The following way of writing the cache mishandles newlines in values,
16018# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 16019# So, we kill variables containing newlines.
5464f5a1
NN
16020# Ultrix sh set writes to stderr and can't be redirected directly,
16021# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
16022(
16023 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16024 eval ac_val=\$$ac_var
16025 case $ac_val in #(
16026 *${as_nl}*)
16027 case $ac_var in #(
16028 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16029$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16030 esac
16031 case $ac_var in #(
16032 _ | IFS | as_nl) ;; #(
16033 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16034 *) { eval $ac_var=; unset $ac_var;} ;;
16035 esac ;;
16036 esac
16037 done
16038
5464f5a1 16039 (set) 2>&1 |
81ecdfbb
RW
16040 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16041 *${as_nl}ac_space=\ *)
16042 # `set' does not quote correctly, so add quotes: double-quote
16043 # substitution turns \\\\ into \\, and sed turns \\ into \.
5464f5a1
NN
16044 sed -n \
16045 "s/'/'\\\\''/g;
16046 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 16047 ;; #(
5464f5a1
NN
16048 *)
16049 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 16050 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
5464f5a1 16051 ;;
81ecdfbb
RW
16052 esac |
16053 sort
16054) |
5464f5a1 16055 sed '
81ecdfbb 16056 /^ac_cv_env_/b end
5464f5a1 16057 t clear
81ecdfbb 16058 :clear
5464f5a1
NN
16059 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16060 t end
81ecdfbb
RW
16061 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16062 :end' >>confcache
16063if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16064 if test -w "$cache_file"; then
16065 test "x$cache_file" != "x/dev/null" &&
16066 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16067$as_echo "$as_me: updating cache $cache_file" >&6;}
5464f5a1
NN
16068 cat confcache >$cache_file
16069 else
81ecdfbb
RW
16070 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16071$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5464f5a1
NN
16072 fi
16073fi
16074rm -f confcache
16075
16076test "x$prefix" = xNONE && prefix=$ac_default_prefix
16077# Let make expand exec_prefix.
16078test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16079
5464f5a1
NN
16080DEFS=-DHAVE_CONFIG_H
16081
16082ac_libobjs=
16083ac_ltlibobjs=
16084for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16085 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
16086 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16087 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16088 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16089 # will be set to the directory where LIBOBJS objects are built.
16090 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16091 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
5464f5a1
NN
16092done
16093LIBOBJS=$ac_libobjs
16094
16095LTLIBOBJS=$ac_ltlibobjs
16096
16097
f5385ebf 16098if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
81ecdfbb
RW
16099 as_fn_error "conditional \"AMDEP\" was never defined.
16100Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf
AM
16101fi
16102if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
81ecdfbb
RW
16103 as_fn_error "conditional \"am__fastdepCC\" was never defined.
16104Usually this means the macro was only invoked conditionally." "$LINENO" 5
16105fi
16106 if test -n "$EXEEXT"; then
16107 am__EXEEXT_TRUE=
16108 am__EXEEXT_FALSE='#'
16109else
16110 am__EXEEXT_TRUE='#'
16111 am__EXEEXT_FALSE=
f5385ebf 16112fi
81ecdfbb 16113
ce3c775b 16114if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
81ecdfbb
RW
16115 as_fn_error "conditional \"PLUGINS\" was never defined.
16116Usually this means the macro was only invoked conditionally." "$LINENO" 5
ce3c775b 16117fi
f5385ebf 16118if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
81ecdfbb
RW
16119 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
16120Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf 16121fi
d5fbea21 16122if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
81ecdfbb
RW
16123 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
16124Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 16125fi
f5385ebf 16126if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
81ecdfbb
RW
16127 as_fn_error "conditional \"INSTALL_LIBBFD\" was never defined.
16128Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf 16129fi
5464f5a1
NN
16130
16131: ${CONFIG_STATUS=./config.status}
81ecdfbb 16132ac_write_fail=0
5464f5a1
NN
16133ac_clean_files_save=$ac_clean_files
16134ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
16135{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16136$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16137as_write_fail=0
16138cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
5464f5a1
NN
16139#! $SHELL
16140# Generated by $as_me.
16141# Run this file to recreate the current configuration.
16142# Compiler output produced by configure, useful for debugging
16143# configure, is in config.log if it exists.
16144
16145debug=false
16146ac_cs_recheck=false
16147ac_cs_silent=false
5464f5a1 16148
81ecdfbb
RW
16149SHELL=\${CONFIG_SHELL-$SHELL}
16150export SHELL
16151_ASEOF
16152cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16153## -------------------- ##
16154## M4sh Initialization. ##
16155## -------------------- ##
5464f5a1 16156
81ecdfbb
RW
16157# Be more Bourne compatible
16158DUALCASE=1; export DUALCASE # for MKS sh
16159if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
5464f5a1
NN
16160 emulate sh
16161 NULLCMD=:
81ecdfbb 16162 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5464f5a1
NN
16163 # is contrary to our usage. Disable this feature.
16164 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
16165 setopt NO_GLOB_SUBST
16166else
16167 case `(set -o) 2>/dev/null` in #(
16168 *posix*) :
16169 set -o posix ;; #(
16170 *) :
16171 ;;
16172esac
5464f5a1 16173fi
5464f5a1 16174
81ecdfbb
RW
16175
16176as_nl='
16177'
16178export as_nl
16179# Printing a long string crashes Solaris 7 /usr/bin/printf.
16180as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16181as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16182as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16183# Prefer a ksh shell builtin over an external printf program on Solaris,
16184# but without wasting forks for bash or zsh.
16185if test -z "$BASH_VERSION$ZSH_VERSION" \
16186 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16187 as_echo='print -r --'
16188 as_echo_n='print -rn --'
16189elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16190 as_echo='printf %s\n'
16191 as_echo_n='printf %s'
16192else
16193 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16194 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16195 as_echo_n='/usr/ucb/echo -n'
16196 else
16197 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16198 as_echo_n_body='eval
16199 arg=$1;
16200 case $arg in #(
16201 *"$as_nl"*)
16202 expr "X$arg" : "X\\(.*\\)$as_nl";
16203 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16204 esac;
16205 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16206 '
16207 export as_echo_n_body
16208 as_echo_n='sh -c $as_echo_n_body as_echo'
16209 fi
16210 export as_echo_body
16211 as_echo='sh -c $as_echo_body as_echo'
16212fi
16213
16214# The user is always right.
16215if test "${PATH_SEPARATOR+set}" != set; then
16216 PATH_SEPARATOR=:
16217 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16218 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16219 PATH_SEPARATOR=';'
16220 }
5464f5a1
NN
16221fi
16222
16223
81ecdfbb
RW
16224# IFS
16225# We need space, tab and new line, in precisely that order. Quoting is
16226# there to prevent editors from complaining about space-tab.
16227# (If _AS_PATH_WALK were called with IFS unset, it would disable word
16228# splitting by setting IFS to empty value.)
16229IFS=" "" $as_nl"
16230
16231# Find who we are. Look in the path if we contain no directory separator.
16232case $0 in #((
16233 *[\\/]* ) as_myself=$0 ;;
16234 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16235for as_dir in $PATH
16236do
16237 IFS=$as_save_IFS
16238 test -z "$as_dir" && as_dir=.
16239 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16240 done
16241IFS=$as_save_IFS
16242
16243 ;;
16244esac
16245# We did not find ourselves, most probably we were run as `sh COMMAND'
16246# in which case we are not to be found in the path.
16247if test "x$as_myself" = x; then
16248 as_myself=$0
16249fi
16250if test ! -f "$as_myself"; then
16251 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16252 exit 1
16253fi
16254
16255# Unset variables that we do not need and which cause bugs (e.g. in
16256# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16257# suppresses any "Segmentation fault" message there. '((' could
16258# trigger a bug in pdksh 5.2.14.
16259for as_var in BASH_ENV ENV MAIL MAILPATH
16260do eval test x\${$as_var+set} = xset \
16261 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16262done
5464f5a1
NN
16263PS1='$ '
16264PS2='> '
16265PS4='+ '
16266
16267# NLS nuisances.
81ecdfbb
RW
16268LC_ALL=C
16269export LC_ALL
16270LANGUAGE=C
16271export LANGUAGE
16272
16273# CDPATH.
16274(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16275
16276
16277# as_fn_error ERROR [LINENO LOG_FD]
16278# ---------------------------------
16279# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16280# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16281# script with status $?, using 1 if that was 0.
16282as_fn_error ()
16283{
16284 as_status=$?; test $as_status -eq 0 && as_status=1
16285 if test "$3"; then
16286 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16287 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
5464f5a1 16288 fi
81ecdfbb
RW
16289 $as_echo "$as_me: error: $1" >&2
16290 as_fn_exit $as_status
16291} # as_fn_error
16292
16293
16294# as_fn_set_status STATUS
16295# -----------------------
16296# Set $? to STATUS, without forking.
16297as_fn_set_status ()
16298{
16299 return $1
16300} # as_fn_set_status
16301
16302# as_fn_exit STATUS
16303# -----------------
16304# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16305as_fn_exit ()
16306{
16307 set +e
16308 as_fn_set_status $1
16309 exit $1
16310} # as_fn_exit
16311
16312# as_fn_unset VAR
16313# ---------------
16314# Portably unset VAR.
16315as_fn_unset ()
16316{
16317 { eval $1=; unset $1;}
16318}
16319as_unset=as_fn_unset
16320# as_fn_append VAR VALUE
16321# ----------------------
16322# Append the text in VALUE to the end of the definition contained in VAR. Take
16323# advantage of any shell optimizations that allow amortized linear growth over
16324# repeated appends, instead of the typical quadratic growth present in naive
16325# implementations.
16326if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16327 eval 'as_fn_append ()
16328 {
16329 eval $1+=\$2
16330 }'
16331else
16332 as_fn_append ()
16333 {
16334 eval $1=\$$1\$2
16335 }
16336fi # as_fn_append
16337
16338# as_fn_arith ARG...
16339# ------------------
16340# Perform arithmetic evaluation on the ARGs, and store the result in the
16341# global $as_val. Take advantage of shells that can avoid forks. The arguments
16342# must be portable across $(()) and expr.
16343if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16344 eval 'as_fn_arith ()
16345 {
16346 as_val=$(( $* ))
16347 }'
16348else
16349 as_fn_arith ()
16350 {
16351 as_val=`expr "$@" || test $? -eq 1`
16352 }
16353fi # as_fn_arith
16354
5464f5a1 16355
81ecdfbb
RW
16356if expr a : '\(a\)' >/dev/null 2>&1 &&
16357 test "X`expr 00001 : '.*\(...\)'`" = X001; then
5464f5a1
NN
16358 as_expr=expr
16359else
16360 as_expr=false
16361fi
16362
81ecdfbb 16363if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5464f5a1
NN
16364 as_basename=basename
16365else
16366 as_basename=false
16367fi
252b5132 16368
81ecdfbb
RW
16369if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16370 as_dirname=dirname
16371else
16372 as_dirname=false
16373fi
6be7c12c 16374
81ecdfbb 16375as_me=`$as_basename -- "$0" ||
5464f5a1
NN
16376$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16377 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
16378 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16379$as_echo X/"$0" |
16380 sed '/^.*\/\([^/][^/]*\)\/*$/{
16381 s//\1/
16382 q
16383 }
16384 /^X\/\(\/\/\)$/{
16385 s//\1/
16386 q
16387 }
16388 /^X\/\(\/\).*/{
16389 s//\1/
16390 q
16391 }
16392 s/.*/./; q'`
5464f5a1 16393
5464f5a1
NN
16394# Avoid depending upon Character Ranges.
16395as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16396as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16397as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16398as_cr_digits='0123456789'
16399as_cr_alnum=$as_cr_Letters$as_cr_digits
16400
81ecdfbb
RW
16401ECHO_C= ECHO_N= ECHO_T=
16402case `echo -n x` in #(((((
16403-n*)
16404 case `echo 'xy\c'` in
16405 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16406 xy) ECHO_C='\c';;
16407 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16408 ECHO_T=' ';;
16409 esac;;
16410*)
16411 ECHO_N='-n';;
5464f5a1
NN
16412esac
16413
81ecdfbb
RW
16414rm -f conf$$ conf$$.exe conf$$.file
16415if test -d conf$$.dir; then
16416 rm -f conf$$.dir/conf$$.file
252b5132 16417else
81ecdfbb
RW
16418 rm -f conf$$.dir
16419 mkdir conf$$.dir 2>/dev/null
252b5132 16420fi
81ecdfbb
RW
16421if (echo >conf$$.file) 2>/dev/null; then
16422 if ln -s conf$$.file conf$$ 2>/dev/null; then
5464f5a1 16423 as_ln_s='ln -s'
81ecdfbb
RW
16424 # ... but there are two gotchas:
16425 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16426 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16427 # In both cases, we have to default to `cp -p'.
16428 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16429 as_ln_s='cp -p'
16430 elif ln conf$$.file conf$$ 2>/dev/null; then
16431 as_ln_s=ln
16432 else
16433 as_ln_s='cp -p'
5464f5a1 16434 fi
5464f5a1
NN
16435else
16436 as_ln_s='cp -p'
252b5132 16437fi
81ecdfbb
RW
16438rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16439rmdir conf$$.dir 2>/dev/null
16440
16441
16442# as_fn_mkdir_p
16443# -------------
16444# Create "$as_dir" as a directory, including parents if necessary.
16445as_fn_mkdir_p ()
16446{
16447
16448 case $as_dir in #(
16449 -*) as_dir=./$as_dir;;
16450 esac
16451 test -d "$as_dir" || eval $as_mkdir_p || {
16452 as_dirs=
16453 while :; do
16454 case $as_dir in #(
16455 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16456 *) as_qdir=$as_dir;;
16457 esac
16458 as_dirs="'$as_qdir' $as_dirs"
16459 as_dir=`$as_dirname -- "$as_dir" ||
16460$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16461 X"$as_dir" : 'X\(//\)[^/]' \| \
16462 X"$as_dir" : 'X\(//\)$' \| \
16463 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16464$as_echo X"$as_dir" |
16465 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16466 s//\1/
16467 q
16468 }
16469 /^X\(\/\/\)[^/].*/{
16470 s//\1/
16471 q
16472 }
16473 /^X\(\/\/\)$/{
16474 s//\1/
16475 q
16476 }
16477 /^X\(\/\).*/{
16478 s//\1/
16479 q
16480 }
16481 s/.*/./; q'`
16482 test -d "$as_dir" && break
16483 done
16484 test -z "$as_dirs" || eval "mkdir $as_dirs"
16485 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
16486
6be7c12c 16487
81ecdfbb 16488} # as_fn_mkdir_p
5464f5a1 16489if mkdir -p . 2>/dev/null; then
81ecdfbb 16490 as_mkdir_p='mkdir -p "$as_dir"'
5464f5a1
NN
16491else
16492 test -d ./-p && rmdir ./-p
16493 as_mkdir_p=false
252b5132 16494fi
81ecdfbb
RW
16495
16496if test -x / >/dev/null 2>&1; then
16497 as_test_x='test -x'
16498else
16499 if ls -dL / >/dev/null 2>&1; then
16500 as_ls_L_option=L
16501 else
16502 as_ls_L_option=
16503 fi
16504 as_test_x='
16505 eval sh -c '\''
16506 if test -d "$1"; then
16507 test -d "$1/.";
16508 else
16509 case $1 in #(
16510 -*)set "./$1";;
16511 esac;
16512 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16513 ???[sx]*):;;*)false;;esac;fi
16514 '\'' sh
16515 '
16516fi
16517as_executable_p=$as_test_x
252b5132 16518
5464f5a1
NN
16519# Sed expression to map a string onto a valid CPP name.
16520as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 16521
5464f5a1
NN
16522# Sed expression to map a string onto a valid variable name.
16523as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6be7c12c 16524
252b5132 16525
5464f5a1 16526exec 6>&1
81ecdfbb
RW
16527## ----------------------------------- ##
16528## Main body of $CONFIG_STATUS script. ##
16529## ----------------------------------- ##
16530_ASEOF
16531test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5464f5a1 16532
81ecdfbb
RW
16533cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16534# Save the log message, to keep $0 and so on meaningful, and to
5464f5a1 16535# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
16536# values after options handling.
16537ac_log="
d8bd95ef 16538This file was extended by bfd $as_me 2.26.51, which was
81ecdfbb 16539generated by GNU Autoconf 2.64. Invocation command line was
5464f5a1
NN
16540
16541 CONFIG_FILES = $CONFIG_FILES
16542 CONFIG_HEADERS = $CONFIG_HEADERS
16543 CONFIG_LINKS = $CONFIG_LINKS
16544 CONFIG_COMMANDS = $CONFIG_COMMANDS
16545 $ $0 $@
16546
81ecdfbb
RW
16547on `(hostname || uname -n) 2>/dev/null | sed 1q`
16548"
16549
5464f5a1
NN
16550_ACEOF
16551
81ecdfbb
RW
16552case $ac_config_files in *"
16553"*) set x $ac_config_files; shift; ac_config_files=$*;;
16554esac
5464f5a1 16555
81ecdfbb
RW
16556case $ac_config_headers in *"
16557"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16558esac
252b5132 16559
252b5132 16560
81ecdfbb
RW
16561cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16562# Files that config.status was made for.
16563config_files="$ac_config_files"
16564config_headers="$ac_config_headers"
16565config_commands="$ac_config_commands"
252b5132 16566
81ecdfbb 16567_ACEOF
5464f5a1 16568
81ecdfbb 16569cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1 16570ac_cs_usage="\
81ecdfbb
RW
16571\`$as_me' instantiates files and other configuration actions
16572from templates according to the current configuration. Unless the files
16573and actions are specified as TAGs, all are instantiated by default.
5464f5a1 16574
81ecdfbb 16575Usage: $0 [OPTION]... [TAG]...
5464f5a1
NN
16576
16577 -h, --help print this help, then exit
81ecdfbb
RW
16578 -V, --version print version number and configuration settings, then exit
16579 -q, --quiet, --silent
16580 do not print progress messages
5464f5a1
NN
16581 -d, --debug don't remove temporary files
16582 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
16583 --file=FILE[:TEMPLATE]
16584 instantiate the configuration file FILE
16585 --header=FILE[:TEMPLATE]
16586 instantiate the configuration header FILE
5464f5a1
NN
16587
16588Configuration files:
16589$config_files
16590
16591Configuration headers:
16592$config_headers
16593
16594Configuration commands:
16595$config_commands
16596
81ecdfbb 16597Report bugs to the package provider."
5464f5a1 16598
81ecdfbb
RW
16599_ACEOF
16600cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5464f5a1 16601ac_cs_version="\\
d8bd95ef 16602bfd config.status 2.26.51
81ecdfbb
RW
16603configured by $0, generated by GNU Autoconf 2.64,
16604 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
5464f5a1 16605
81ecdfbb 16606Copyright (C) 2009 Free Software Foundation, Inc.
5464f5a1
NN
16607This config.status script is free software; the Free Software Foundation
16608gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
16609
16610ac_pwd='$ac_pwd'
16611srcdir='$srcdir'
16612INSTALL='$INSTALL'
16613MKDIR_P='$MKDIR_P'
16614AWK='$AWK'
16615test -n "\$AWK" || AWK=awk
5464f5a1
NN
16616_ACEOF
16617
81ecdfbb
RW
16618cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16619# The default lists apply if the user does not specify any file.
5464f5a1
NN
16620ac_need_defaults=:
16621while test $# != 0
16622do
16623 case $1 in
16624 --*=*)
81ecdfbb
RW
16625 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16626 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5464f5a1 16627 ac_shift=:
6be7c12c 16628 ;;
81ecdfbb 16629 *)
5464f5a1
NN
16630 ac_option=$1
16631 ac_optarg=$2
16632 ac_shift=shift
6be7c12c 16633 ;;
5464f5a1 16634 esac
252b5132 16635
5464f5a1
NN
16636 case $ac_option in
16637 # Handling of the options.
5464f5a1
NN
16638 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16639 ac_cs_recheck=: ;;
81ecdfbb
RW
16640 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16641 $as_echo "$ac_cs_version"; exit ;;
16642 --debug | --debu | --deb | --de | --d | -d )
5464f5a1
NN
16643 debug=: ;;
16644 --file | --fil | --fi | --f )
16645 $ac_shift
81ecdfbb
RW
16646 case $ac_optarg in
16647 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16648 esac
16649 as_fn_append CONFIG_FILES " '$ac_optarg'"
5464f5a1
NN
16650 ac_need_defaults=false;;
16651 --header | --heade | --head | --hea )
16652 $ac_shift
81ecdfbb
RW
16653 case $ac_optarg in
16654 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16655 esac
16656 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
5464f5a1 16657 ac_need_defaults=false;;
81ecdfbb
RW
16658 --he | --h)
16659 # Conflict between --help and --header
16660 as_fn_error "ambiguous option: \`$1'
16661Try \`$0 --help' for more information.";;
16662 --help | --hel | -h )
16663 $as_echo "$ac_cs_usage"; exit ;;
5464f5a1
NN
16664 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16665 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16666 ac_cs_silent=: ;;
6be7c12c 16667
5464f5a1 16668 # This is an error.
81ecdfbb
RW
16669 -*) as_fn_error "unrecognized option: \`$1'
16670Try \`$0 --help' for more information." ;;
252b5132 16671
81ecdfbb
RW
16672 *) as_fn_append ac_config_targets " $1"
16673 ac_need_defaults=false ;;
252b5132 16674
5464f5a1
NN
16675 esac
16676 shift
16677done
6be7c12c 16678
5464f5a1 16679ac_configure_extra_args=
252b5132 16680
5464f5a1
NN
16681if $ac_cs_silent; then
16682 exec 6>/dev/null
16683 ac_configure_extra_args="$ac_configure_extra_args --silent"
16684fi
6be7c12c 16685
5464f5a1 16686_ACEOF
81ecdfbb 16687cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5464f5a1 16688if \$ac_cs_recheck; then
81ecdfbb
RW
16689 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16690 shift
16691 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16692 CONFIG_SHELL='$SHELL'
16693 export CONFIG_SHELL
16694 exec "\$@"
5464f5a1
NN
16695fi
16696
16697_ACEOF
81ecdfbb
RW
16698cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16699exec 5>>config.log
16700{
16701 echo
16702 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16703## Running $as_me. ##
16704_ASBOX
16705 $as_echo "$ac_log"
16706} >&5
5464f5a1 16707
81ecdfbb
RW
16708_ACEOF
16709cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6be7c12c 16710#
81ecdfbb 16711# INIT-COMMANDS
6be7c12c 16712#
f5385ebf 16713AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
16714
16715
16716# The HP-UX ksh and POSIX shell print the target directory to stdout
16717# if CDPATH is set.
16718(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16719
16720sed_quote_subst='$sed_quote_subst'
16721double_quote_subst='$double_quote_subst'
16722delay_variable_subst='$delay_variable_subst'
3725885a
RW
16723enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16724macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16725macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16726enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16727pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16728enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16729SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16730ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16731host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16732host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16733host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16734build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16735build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16736build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16737SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16738Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16739GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16740EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16741FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16742LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16743NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16744LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16745max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16746ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16747exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16748lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16749lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16750lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16751reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16752reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16753OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16754deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16755file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16756AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16757AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16758STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16759RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16760old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16761old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16762old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16763lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16764CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16765CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16766compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16767GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16768lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16769lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16770lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16771lt_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"`'
16772objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16773MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16774lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16775lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16776lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16777lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16778lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16779need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16780DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16781NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16782LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16783OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16784OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16785libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16786shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16787extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16788archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16789enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16790export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16791whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16792compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16793old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16794old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16795archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16796archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16797module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16798module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16799with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16800allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16801no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16802hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16803hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16804hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16805hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16806hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16807hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16808hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16809hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16810inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16811link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16812fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16813always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16814export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16815exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16816include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16817prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16818file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16819variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16820need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16821need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16822version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16823runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16824shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16825shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16826libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16827library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16828soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16829install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16830postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16831postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16832finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16833finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16834hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16835sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16836sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16837hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16838enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16839enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16840enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16841old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16842striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
16843
16844LTCC='$LTCC'
16845LTCFLAGS='$LTCFLAGS'
16846compiler='$compiler_DEFAULT'
16847
3725885a
RW
16848# A function that is used when there is no print builtin or printf.
16849func_fallback_echo ()
16850{
16851 eval 'cat <<_LTECHO_EOF
16852\$1
16853_LTECHO_EOF'
16854}
16855
d7040cdb 16856# Quote evaled strings.
3725885a
RW
16857for var in SHELL \
16858ECHO \
16859SED \
d7040cdb
SE
16860GREP \
16861EGREP \
16862FGREP \
16863LD \
16864NM \
16865LN_S \
16866lt_SP2NL \
16867lt_NL2SP \
16868reload_flag \
718a6fd8 16869OBJDUMP \
d7040cdb
SE
16870deplibs_check_method \
16871file_magic_cmd \
16872AR \
16873AR_FLAGS \
16874STRIP \
16875RANLIB \
16876CC \
16877CFLAGS \
16878compiler \
16879lt_cv_sys_global_symbol_pipe \
16880lt_cv_sys_global_symbol_to_cdecl \
16881lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 16882lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
16883lt_prog_compiler_no_builtin_flag \
16884lt_prog_compiler_wl \
16885lt_prog_compiler_pic \
16886lt_prog_compiler_static \
16887lt_cv_prog_compiler_c_o \
16888need_locks \
718a6fd8
SE
16889DSYMUTIL \
16890NMEDIT \
16891LIPO \
16892OTOOL \
16893OTOOL64 \
d7040cdb
SE
16894shrext_cmds \
16895export_dynamic_flag_spec \
16896whole_archive_flag_spec \
16897compiler_needs_object \
16898with_gnu_ld \
16899allow_undefined_flag \
16900no_undefined_flag \
16901hardcode_libdir_flag_spec \
16902hardcode_libdir_flag_spec_ld \
16903hardcode_libdir_separator \
16904fix_srcfile_path \
16905exclude_expsyms \
16906include_expsyms \
16907file_list_spec \
16908variables_saved_for_relink \
16909libname_spec \
16910library_names_spec \
16911soname_spec \
3725885a 16912install_override_mode \
d7040cdb
SE
16913finish_eval \
16914old_striplib \
16915striplib; do
3725885a 16916 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16917 *[\\\\\\\`\\"\\\$]*)
3725885a 16918 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
16919 ;;
16920 *)
16921 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16922 ;;
16923 esac
16924done
16925
16926# Double-quote double-evaled strings.
16927for var in reload_cmds \
16928old_postinstall_cmds \
16929old_postuninstall_cmds \
16930old_archive_cmds \
16931extract_expsyms_cmds \
16932old_archive_from_new_cmds \
16933old_archive_from_expsyms_cmds \
16934archive_cmds \
16935archive_expsym_cmds \
16936module_cmds \
16937module_expsym_cmds \
16938export_symbols_cmds \
16939prelink_cmds \
16940postinstall_cmds \
16941postuninstall_cmds \
16942finish_cmds \
16943sys_lib_search_path_spec \
16944sys_lib_dlsearch_path_spec; do
3725885a 16945 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16946 *[\\\\\\\`\\"\\\$]*)
3725885a 16947 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
16948 ;;
16949 *)
16950 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16951 ;;
16952 esac
16953done
16954
d7040cdb
SE
16955ac_aux_dir='$ac_aux_dir'
16956xsi_shell='$xsi_shell'
16957lt_shell_append='$lt_shell_append'
16958
16959# See if we are running on zsh, and set the options which allow our
16960# commands through without removal of \ escapes INIT.
16961if test -n "\${ZSH_VERSION+set}" ; then
16962 setopt NO_GLOB_SUBST
16963fi
16964
16965
16966 PACKAGE='$PACKAGE'
16967 VERSION='$VERSION'
16968 TIMESTAMP='$TIMESTAMP'
16969 RM='$RM'
16970 ofile='$ofile'
16971
16972
16973
20e95c23
DJ
16974# Capture the value of obsolete ALL_LINGUAS because we need it to compute
16975 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16976 # from automake.
16977 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16978 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16979 LINGUAS="${LINGUAS-%UNSET%}"
16980
5464f5a1 16981
f3b4f6d0
PB
16982GCC="$GCC"
16983CC="$CC"
16984acx_cv_header_stdint="$acx_cv_header_stdint"
16985acx_cv_type_int8_t="$acx_cv_type_int8_t"
16986acx_cv_type_int16_t="$acx_cv_type_int16_t"
16987acx_cv_type_int32_t="$acx_cv_type_int32_t"
16988acx_cv_type_int64_t="$acx_cv_type_int64_t"
16989acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
16990ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
16991ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
16992ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
16993ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
16994ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
d5efd9fc
AM
16995ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
16996ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
f3b4f6d0 16997ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
d5efd9fc
AM
16998
16999
5464f5a1
NN
17000
17001_ACEOF
17002
81ecdfbb 17003cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1 17004
81ecdfbb 17005# Handling of arguments.
5464f5a1 17006for ac_config_target in $ac_config_targets
252b5132 17007do
81ecdfbb
RW
17008 case $ac_config_target in
17009 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
17010 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
17011 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
17012 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
17013 "bfd_stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS bfd_stdint.h" ;;
17014 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17015 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17016 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
17017 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
17018 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
17019
17020 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
252b5132
RH
17021 esac
17022done
17023
81ecdfbb 17024
5464f5a1
NN
17025# If the user did not use the arguments to specify the items to instantiate,
17026# then the envvar interface is used. Set only those that are not.
17027# We use the long form for the default assignment because of an extremely
17028# bizarre bug on SunOS 4.1.3.
17029if $ac_need_defaults; then
17030 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17031 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17032 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17033fi
17034
17035# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 17036# simply because there is no reason against having it here, and in addition,
5464f5a1 17037# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
17038# Hook for its removal unless debugging.
17039# Note that there is a small window in which the directory will not be cleaned:
17040# after its creation but before its name has been assigned to `$tmp'.
5464f5a1
NN
17041$debug ||
17042{
81ecdfbb
RW
17043 tmp=
17044 trap 'exit_status=$?
17045 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
17046' 0
17047 trap 'as_fn_exit 1' 1 2 13 15
5464f5a1 17048}
5464f5a1 17049# Create a (secure) tmp directory for tmp files.
b3baf5d0 17050
5464f5a1 17051{
81ecdfbb 17052 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5464f5a1
NN
17053 test -n "$tmp" && test -d "$tmp"
17054} ||
17055{
81ecdfbb
RW
17056 tmp=./conf$$-$RANDOM
17057 (umask 077 && mkdir "$tmp")
17058} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
17059
17060# Set up the scripts for CONFIG_FILES section.
17061# No need to generate them if there are no CONFIG_FILES.
17062# This happens for instance with `./config.status config.h'.
17063if test -n "$CONFIG_FILES"; then
17064
17065
17066ac_cr=`echo X | tr X '\015'`
17067# On cygwin, bash can eat \r inside `` if the user requested igncr.
17068# But we know of no other shell where ac_cr would be empty at this
17069# point, so we can use a bashism as a fallback.
17070if test "x$ac_cr" = x; then
17071 eval ac_cr=\$\'\\r\'
17072fi
17073ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17074if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
17075 ac_cs_awk_cr='\r'
17076else
17077 ac_cs_awk_cr=$ac_cr
17078fi
17079
17080echo 'BEGIN {' >"$tmp/subs1.awk" &&
17081_ACEOF
17082
17083
17084{
17085 echo "cat >conf$$subs.awk <<_ACEOF" &&
17086 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17087 echo "_ACEOF"
17088} >conf$$subs.sh ||
17089 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17090ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
17091ac_delim='%!_!# '
17092for ac_last_try in false false false false false :; do
17093 . ./conf$$subs.sh ||
17094 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17095
17096 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17097 if test $ac_delim_n = $ac_delim_num; then
17098 break
17099 elif $ac_last_try; then
17100 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
17101 else
17102 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17103 fi
17104done
17105rm -f conf$$subs.sh
17106
17107cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17108cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
17109_ACEOF
17110sed -n '
17111h
17112s/^/S["/; s/!.*/"]=/
17113p
17114g
17115s/^[^!]*!//
17116:repl
17117t repl
17118s/'"$ac_delim"'$//
17119t delim
17120:nl
17121h
17122s/\(.\{148\}\).*/\1/
17123t more1
17124s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17125p
17126n
17127b repl
17128:more1
17129s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17130p
17131g
17132s/.\{148\}//
17133t nl
17134:delim
17135h
17136s/\(.\{148\}\).*/\1/
17137t more2
17138s/["\\]/\\&/g; s/^/"/; s/$/"/
17139p
17140b
17141:more2
17142s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17143p
17144g
17145s/.\{148\}//
17146t delim
17147' <conf$$subs.awk | sed '
17148/^[^""]/{
17149 N
17150 s/\n//
17151}
17152' >>$CONFIG_STATUS || ac_write_fail=1
17153rm -f conf$$subs.awk
17154cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17155_ACAWK
17156cat >>"\$tmp/subs1.awk" <<_ACAWK &&
17157 for (key in S) S_is_set[key] = 1
17158 FS = "\a"
17159
17160}
5464f5a1 17161{
81ecdfbb
RW
17162 line = $ 0
17163 nfields = split(line, field, "@")
17164 substed = 0
17165 len = length(field[1])
17166 for (i = 2; i < nfields; i++) {
17167 key = field[i]
17168 keylen = length(key)
17169 if (S_is_set[key]) {
17170 value = S[key]
17171 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17172 len += length(value) + length(field[++i])
17173 substed = 1
17174 } else
17175 len += 1 + keylen
17176 }
17177
17178 print line
5464f5a1
NN
17179}
17180
81ecdfbb
RW
17181_ACAWK
17182_ACEOF
17183cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17184if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17185 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17186else
17187 cat
17188fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
17189 || as_fn_error "could not setup config files machinery" "$LINENO" 5
5464f5a1
NN
17190_ACEOF
17191
81ecdfbb
RW
17192# VPATH may cause trouble with some makes, so we remove $(srcdir),
17193# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
17194# trailing colons and then remove the whole line if VPATH becomes empty
17195# (actually we leave an empty line to preserve line numbers).
17196if test "x$srcdir" = x.; then
17197 ac_vpsub='/^[ ]*VPATH[ ]*=/{
17198s/:*\$(srcdir):*/:/
17199s/:*\${srcdir}:*/:/
17200s/:*@srcdir@:*/:/
17201s/^\([^=]*=[ ]*\):*/\1/
17202s/:*$//
17203s/^[^=]*=[ ]*$//
17204}'
17205fi
b3baf5d0 17206
81ecdfbb
RW
17207cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17208fi # test -n "$CONFIG_FILES"
252b5132 17209
81ecdfbb
RW
17210# Set up the scripts for CONFIG_HEADERS section.
17211# No need to generate them if there are no CONFIG_HEADERS.
17212# This happens for instance with `./config.status Makefile'.
17213if test -n "$CONFIG_HEADERS"; then
17214cat >"$tmp/defines.awk" <<\_ACAWK ||
17215BEGIN {
5464f5a1
NN
17216_ACEOF
17217
81ecdfbb
RW
17218# Transform confdefs.h into an awk script `defines.awk', embedded as
17219# here-document in config.status, that substitutes the proper values into
17220# config.h.in to produce config.h.
17221
17222# Create a delimiter string that does not exist in confdefs.h, to ease
17223# handling of long lines.
17224ac_delim='%!_!# '
17225for ac_last_try in false false :; do
17226 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
17227 if test -z "$ac_t"; then
17228 break
17229 elif $ac_last_try; then
17230 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
17231 else
17232 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 17233 fi
81ecdfbb 17234done
6be7c12c 17235
81ecdfbb
RW
17236# For the awk script, D is an array of macro values keyed by name,
17237# likewise P contains macro parameters if any. Preserve backslash
17238# newline sequences.
17239
17240ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17241sed -n '
17242s/.\{148\}/&'"$ac_delim"'/g
17243t rset
17244:rset
17245s/^[ ]*#[ ]*define[ ][ ]*/ /
17246t def
17247d
17248:def
17249s/\\$//
17250t bsnl
17251s/["\\]/\\&/g
17252s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17253D["\1"]=" \3"/p
17254s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17255d
17256:bsnl
17257s/["\\]/\\&/g
17258s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17259D["\1"]=" \3\\\\\\n"\\/p
17260t cont
17261s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17262t cont
17263d
17264:cont
17265n
17266s/.\{148\}/&'"$ac_delim"'/g
17267t clear
17268:clear
17269s/\\$//
17270t bsnlc
17271s/["\\]/\\&/g; s/^/"/; s/$/"/p
17272d
17273:bsnlc
17274s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17275b cont
17276' <confdefs.h | sed '
17277s/'"$ac_delim"'/"\\\
17278"/g' >>$CONFIG_STATUS || ac_write_fail=1
17279
17280cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17281 for (key in D) D_is_set[key] = 1
17282 FS = "\a"
17283}
17284/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17285 line = \$ 0
17286 split(line, arg, " ")
17287 if (arg[1] == "#") {
17288 defundef = arg[2]
17289 mac1 = arg[3]
17290 } else {
17291 defundef = substr(arg[1], 2)
17292 mac1 = arg[2]
17293 }
17294 split(mac1, mac2, "(") #)
17295 macro = mac2[1]
17296 prefix = substr(line, 1, index(line, defundef) - 1)
17297 if (D_is_set[macro]) {
17298 # Preserve the white space surrounding the "#".
17299 print prefix "define", macro P[macro] D[macro]
17300 next
17301 } else {
17302 # Replace #undef with comments. This is necessary, for example,
17303 # in the case of _POSIX_SOURCE, which is predefined and required
17304 # on some systems where configure will not decide to define it.
17305 if (defundef == "undef") {
17306 print "/*", prefix defundef, macro, "*/"
17307 next
17308 }
17309 }
17310}
17311{ print }
17312_ACAWK
5464f5a1 17313_ACEOF
81ecdfbb
RW
17314cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17315 as_fn_error "could not setup config headers machinery" "$LINENO" 5
17316fi # test -n "$CONFIG_HEADERS"
17317
17318
17319eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17320shift
17321for ac_tag
17322do
17323 case $ac_tag in
17324 :[FHLC]) ac_mode=$ac_tag; continue;;
17325 esac
17326 case $ac_mode$ac_tag in
17327 :[FHL]*:*);;
17328 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
17329 :[FH]-) ac_tag=-:-;;
17330 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17331 esac
17332 ac_save_IFS=$IFS
17333 IFS=:
17334 set x $ac_tag
17335 IFS=$ac_save_IFS
17336 shift
17337 ac_file=$1
17338 shift
17339
17340 case $ac_mode in
17341 :L) ac_source=$1;;
17342 :[FH])
17343 ac_file_inputs=
17344 for ac_f
17345 do
17346 case $ac_f in
17347 -) ac_f="$tmp/stdin";;
17348 *) # Look for the file first in the build tree, then in the source tree
17349 # (if the path is not absolute). The absolute path cannot be DOS-style,
17350 # because $ac_f cannot contain `:'.
17351 test -f "$ac_f" ||
17352 case $ac_f in
17353 [\\/$]*) false;;
17354 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17355 esac ||
17356 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17357 esac
17358 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17359 as_fn_append ac_file_inputs " '$ac_f'"
17360 done
17361
17362 # Let's still pretend it is `configure' which instantiates (i.e., don't
17363 # use $as_me), people would be surprised to read:
17364 # /* config.h. Generated by config.status. */
17365 configure_input='Generated from '`
17366 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17367 `' by configure.'
17368 if test x"$ac_file" != x-; then
17369 configure_input="$ac_file. $configure_input"
17370 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17371$as_echo "$as_me: creating $ac_file" >&6;}
17372 fi
17373 # Neutralize special characters interpreted by sed in replacement strings.
17374 case $configure_input in #(
17375 *\&* | *\|* | *\\* )
17376 ac_sed_conf_input=`$as_echo "$configure_input" |
17377 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17378 *) ac_sed_conf_input=$configure_input;;
17379 esac
17380
17381 case $ac_tag in
17382 *:-:* | *:-) cat >"$tmp/stdin" \
17383 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
17384 esac
17385 ;;
252b5132
RH
17386 esac
17387
81ecdfbb 17388 ac_dir=`$as_dirname -- "$ac_file" ||
5464f5a1
NN
17389$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17390 X"$ac_file" : 'X\(//\)[^/]' \| \
17391 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
17392 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17393$as_echo X"$ac_file" |
17394 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17395 s//\1/
17396 q
17397 }
17398 /^X\(\/\/\)[^/].*/{
17399 s//\1/
17400 q
17401 }
17402 /^X\(\/\/\)$/{
17403 s//\1/
17404 q
17405 }
17406 /^X\(\/\).*/{
17407 s//\1/
17408 q
17409 }
17410 s/.*/./; q'`
17411 as_dir="$ac_dir"; as_fn_mkdir_p
5464f5a1
NN
17412 ac_builddir=.
17413
81ecdfbb
RW
17414case "$ac_dir" in
17415.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17416*)
17417 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17418 # A ".." for each directory in $ac_dir_suffix.
17419 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17420 case $ac_top_builddir_sub in
17421 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17422 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17423 esac ;;
17424esac
17425ac_abs_top_builddir=$ac_pwd
17426ac_abs_builddir=$ac_pwd$ac_dir_suffix
17427# for backward compatibility:
17428ac_top_builddir=$ac_top_build_prefix
252b5132 17429
5464f5a1 17430case $srcdir in
81ecdfbb 17431 .) # We are building in place.
5464f5a1 17432 ac_srcdir=.
81ecdfbb
RW
17433 ac_top_srcdir=$ac_top_builddir_sub
17434 ac_abs_top_srcdir=$ac_pwd ;;
17435 [\\/]* | ?:[\\/]* ) # Absolute name.
5464f5a1 17436 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
17437 ac_top_srcdir=$srcdir
17438 ac_abs_top_srcdir=$srcdir ;;
17439 *) # Relative name.
17440 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17441 ac_top_srcdir=$ac_top_build_prefix$srcdir
17442 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5464f5a1 17443esac
81ecdfbb 17444ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 17445
252b5132 17446
81ecdfbb
RW
17447 case $ac_mode in
17448 :F)
17449 #
17450 # CONFIG_FILE
17451 #
5464f5a1
NN
17452
17453 case $INSTALL in
17454 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
17455 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17456 esac
17457 ac_MKDIR_P=$MKDIR_P
17458 case $MKDIR_P in
17459 [\\/$]* | ?:[\\/]* ) ;;
17460 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
6be7c12c 17461 esac
81ecdfbb 17462_ACEOF
252b5132 17463
81ecdfbb
RW
17464cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17465# If the template does not know about datarootdir, expand it.
17466# FIXME: This hack should be removed a few years after 2.60.
17467ac_datarootdir_hack=; ac_datarootdir_seen=
17468ac_sed_dataroot='
17469/datarootdir/ {
17470 p
17471 q
17472}
17473/@datadir@/p
17474/@docdir@/p
17475/@infodir@/p
17476/@localedir@/p
17477/@mandir@/p'
17478case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17479*datarootdir*) ac_datarootdir_seen=yes;;
17480*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17481 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17482$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17483_ACEOF
17484cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17485 ac_datarootdir_hack='
17486 s&@datadir@&$datadir&g
17487 s&@docdir@&$docdir&g
17488 s&@infodir@&$infodir&g
17489 s&@localedir@&$localedir&g
17490 s&@mandir@&$mandir&g
17491 s&\\\${datarootdir}&$datarootdir&g' ;;
17492esac
5464f5a1 17493_ACEOF
81ecdfbb
RW
17494
17495# Neutralize VPATH when `$srcdir' = `.'.
17496# Shell code in configure.ac might set extrasub.
17497# FIXME: do we really want to maintain this feature?
17498cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17499ac_sed_extra="$ac_vpsub
5464f5a1
NN
17500$extrasub
17501_ACEOF
81ecdfbb 17502cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1
NN
17503:t
17504/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
17505s|@configure_input@|$ac_sed_conf_input|;t t
17506s&@top_builddir@&$ac_top_builddir_sub&;t t
17507s&@top_build_prefix@&$ac_top_build_prefix&;t t
17508s&@srcdir@&$ac_srcdir&;t t
17509s&@abs_srcdir@&$ac_abs_srcdir&;t t
17510s&@top_srcdir@&$ac_top_srcdir&;t t
17511s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17512s&@builddir@&$ac_builddir&;t t
17513s&@abs_builddir@&$ac_abs_builddir&;t t
17514s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17515s&@INSTALL@&$ac_INSTALL&;t t
17516s&@MKDIR_P@&$ac_MKDIR_P&;t t
17517$ac_datarootdir_hack
17518"
17519eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
17520 || as_fn_error "could not create $ac_file" "$LINENO" 5
17521
17522test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17523 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
17524 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
17525 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17526which seems to be undefined. Please make sure it is defined." >&5
17527$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17528which seems to be undefined. Please make sure it is defined." >&2;}
17529
17530 rm -f "$tmp/stdin"
5464f5a1 17531 case $ac_file in
81ecdfbb
RW
17532 -) cat "$tmp/out" && rm -f "$tmp/out";;
17533 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
17534 esac \
17535 || as_fn_error "could not create $ac_file" "$LINENO" 5
17536 ;;
17537 :H)
17538 #
17539 # CONFIG_HEADER
17540 #
5464f5a1 17541 if test x"$ac_file" != x-; then
81ecdfbb
RW
17542 {
17543 $as_echo "/* $configure_input */" \
17544 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
17545 } >"$tmp/config.h" \
17546 || as_fn_error "could not create $ac_file" "$LINENO" 5
17547 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
17548 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17549$as_echo "$as_me: $ac_file is unchanged" >&6;}
5464f5a1 17550 else
81ecdfbb
RW
17551 rm -f "$ac_file"
17552 mv "$tmp/config.h" "$ac_file" \
17553 || as_fn_error "could not create $ac_file" "$LINENO" 5
252b5132 17554 fi
5464f5a1 17555 else
81ecdfbb
RW
17556 $as_echo "/* $configure_input */" \
17557 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
17558 || as_fn_error "could not create -" "$LINENO" 5
252b5132 17559 fi
81ecdfbb
RW
17560# Compute "$ac_file"'s index in $config_headers.
17561_am_arg="$ac_file"
f5385ebf
AM
17562_am_stamp_count=1
17563for _am_header in $config_headers :; do
17564 case $_am_header in
81ecdfbb 17565 $_am_arg | $_am_arg:* )
f5385ebf
AM
17566 break ;;
17567 * )
17568 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17569 esac
17570done
81ecdfbb
RW
17571echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17572$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17573 X"$_am_arg" : 'X\(//\)[^/]' \| \
17574 X"$_am_arg" : 'X\(//\)$' \| \
17575 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17576$as_echo X"$_am_arg" |
17577 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17578 s//\1/
17579 q
17580 }
17581 /^X\(\/\/\)[^/].*/{
17582 s//\1/
17583 q
17584 }
17585 /^X\(\/\/\)$/{
17586 s//\1/
17587 q
17588 }
17589 /^X\(\/\).*/{
17590 s//\1/
17591 q
17592 }
17593 s/.*/./; q'`/stamp-h$_am_stamp_count
17594 ;;
5464f5a1 17595
81ecdfbb
RW
17596 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17597$as_echo "$as_me: executing $ac_file commands" >&6;}
17598 ;;
17599 esac
5464f5a1
NN
17600
17601
81ecdfbb
RW
17602 case $ac_file$ac_mode in
17603 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17604 # Autoconf 2.62 quotes --file arguments for eval, but not when files
17605 # are listed without --file. Let's play safe and only enable the eval
17606 # if we detect the quoting.
17607 case $CONFIG_FILES in
17608 *\'*) eval set x "$CONFIG_FILES" ;;
17609 *) set x $CONFIG_FILES ;;
17610 esac
17611 shift
17612 for mf
17613 do
17614 # Strip MF so we end up with the name of the file.
17615 mf=`echo "$mf" | sed -e 's/:.*$//'`
17616 # Check whether this is an Automake generated Makefile or not.
17617 # We used to match only the files named `Makefile.in', but
17618 # some people rename them; so instead we look at the file content.
17619 # Grep'ing the first line is not enough: some people post-process
17620 # each Makefile.in and add a new line on top of each file to say so.
17621 # Grep'ing the whole file is not good either: AIX grep has a line
17622 # limit of 2048, but all sed's we know have understand at least 4000.
17623 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17624 dirpart=`$as_dirname -- "$mf" ||
f5385ebf
AM
17625$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17626 X"$mf" : 'X\(//\)[^/]' \| \
17627 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
17628 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17629$as_echo X"$mf" |
17630 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17631 s//\1/
17632 q
17633 }
17634 /^X\(\/\/\)[^/].*/{
17635 s//\1/
17636 q
17637 }
17638 /^X\(\/\/\)$/{
17639 s//\1/
17640 q
17641 }
17642 /^X\(\/\).*/{
17643 s//\1/
17644 q
17645 }
17646 s/.*/./; q'`
17647 else
17648 continue
17649 fi
17650 # Extract the definition of DEPDIR, am__include, and am__quote
17651 # from the Makefile without running `make'.
17652 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17653 test -z "$DEPDIR" && continue
17654 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17655 test -z "am__include" && continue
17656 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17657 # When using ansi2knr, U may be empty or an underscore; expand it
17658 U=`sed -n 's/^U = //p' < "$mf"`
17659 # Find all dependency output files, they are included files with
17660 # $(DEPDIR) in their names. We invoke sed twice because it is the
17661 # simplest approach to changing $(DEPDIR) to its actual value in the
17662 # expansion.
17663 for file in `sed -n "
17664 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17665 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17666 # Make sure the directory exists.
17667 test -f "$dirpart/$file" && continue
17668 fdir=`$as_dirname -- "$file" ||
f5385ebf
AM
17669$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17670 X"$file" : 'X\(//\)[^/]' \| \
17671 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
17672 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17673$as_echo X"$file" |
17674 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17675 s//\1/
17676 q
17677 }
17678 /^X\(\/\/\)[^/].*/{
17679 s//\1/
17680 q
17681 }
17682 /^X\(\/\/\)$/{
17683 s//\1/
17684 q
17685 }
17686 /^X\(\/\).*/{
17687 s//\1/
17688 q
17689 }
17690 s/.*/./; q'`
17691 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17692 # echo "creating $dirpart/$file"
17693 echo '# dummy' > "$dirpart/$file"
f5385ebf 17694 done
f5385ebf 17695 done
81ecdfbb 17696}
d7040cdb 17697 ;;
81ecdfbb 17698 "libtool":C)
d7040cdb
SE
17699
17700 # See if we are running on zsh, and set the options which allow our
17701 # commands through without removal of \ escapes.
17702 if test -n "${ZSH_VERSION+set}" ; then
17703 setopt NO_GLOB_SUBST
17704 fi
17705
17706 cfgfile="${ofile}T"
17707 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17708 $RM "$cfgfile"
17709
17710 cat <<_LT_EOF >> "$cfgfile"
17711#! $SHELL
17712
17713# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 17714# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
17715# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17716# NOTE: Changes made to this file will be lost: look at ltmain.sh.
17717#
718a6fd8 17718# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 17719# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 17720# Written by Gordon Matzigkeit, 1996
d7040cdb 17721#
718a6fd8 17722# This file is part of GNU Libtool.
d7040cdb 17723#
718a6fd8
SE
17724# GNU Libtool is free software; you can redistribute it and/or
17725# modify it under the terms of the GNU General Public License as
17726# published by the Free Software Foundation; either version 2 of
17727# the License, or (at your option) any later version.
d7040cdb 17728#
718a6fd8
SE
17729# As a special exception to the GNU General Public License,
17730# if you distribute this file as part of a program or library that
17731# is built using GNU Libtool, you may include this file under the
17732# same distribution terms that you use for the rest of that program.
d7040cdb 17733#
718a6fd8
SE
17734# GNU Libtool is distributed in the hope that it will be useful,
17735# but WITHOUT ANY WARRANTY; without even the implied warranty of
17736# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17737# GNU General Public License for more details.
d7040cdb 17738#
718a6fd8
SE
17739# You should have received a copy of the GNU General Public License
17740# along with GNU Libtool; see the file COPYING. If not, a copy
17741# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17742# obtained by writing to the Free Software Foundation, Inc.,
17743# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
17744
17745
17746# The names of the tagged configurations supported by this script.
17747available_tags=""
17748
17749# ### BEGIN LIBTOOL CONFIG
17750
17751# Whether or not to build shared libraries.
17752build_libtool_libs=$enable_shared
17753
17754# Which release of libtool.m4 was used?
17755macro_version=$macro_version
17756macro_revision=$macro_revision
17757
17758# Whether or not to build static libraries.
17759build_old_libs=$enable_static
17760
17761# What type of objects to build.
17762pic_mode=$pic_mode
17763
17764# Whether or not to optimize for fast installation.
17765fast_install=$enable_fast_install
17766
3725885a
RW
17767# Shell to use when invoking shell scripts.
17768SHELL=$lt_SHELL
17769
17770# An echo program that protects backslashes.
17771ECHO=$lt_ECHO
17772
d7040cdb
SE
17773# The host system.
17774host_alias=$host_alias
17775host=$host
17776host_os=$host_os
17777
17778# The build system.
17779build_alias=$build_alias
17780build=$build
17781build_os=$build_os
17782
17783# A sed program that does not truncate output.
17784SED=$lt_SED
17785
17786# Sed that helps us avoid accidentally triggering echo(1) options like -n.
17787Xsed="\$SED -e 1s/^X//"
17788
17789# A grep program that handles long lines.
17790GREP=$lt_GREP
17791
17792# An ERE matcher.
17793EGREP=$lt_EGREP
17794
17795# A literal string matcher.
17796FGREP=$lt_FGREP
17797
17798# A BSD- or MS-compatible name lister.
17799NM=$lt_NM
17800
17801# Whether we need soft or hard links.
17802LN_S=$lt_LN_S
17803
17804# What is the maximum length of a command?
17805max_cmd_len=$max_cmd_len
17806
17807# Object file suffix (normally "o").
17808objext=$ac_objext
17809
17810# Executable file suffix (normally "").
17811exeext=$exeext
17812
17813# whether the shell understands "unset".
17814lt_unset=$lt_unset
17815
17816# turn spaces into newlines.
17817SP2NL=$lt_lt_SP2NL
17818
17819# turn newlines into spaces.
17820NL2SP=$lt_lt_NL2SP
17821
718a6fd8
SE
17822# An object symbol dumper.
17823OBJDUMP=$lt_OBJDUMP
17824
d7040cdb
SE
17825# Method to check whether dependent libraries are shared objects.
17826deplibs_check_method=$lt_deplibs_check_method
17827
17828# Command to use when deplibs_check_method == "file_magic".
17829file_magic_cmd=$lt_file_magic_cmd
17830
17831# The archiver.
17832AR=$lt_AR
17833AR_FLAGS=$lt_AR_FLAGS
17834
17835# A symbol stripping program.
17836STRIP=$lt_STRIP
17837
17838# Commands used to install an old-style archive.
17839RANLIB=$lt_RANLIB
17840old_postinstall_cmds=$lt_old_postinstall_cmds
17841old_postuninstall_cmds=$lt_old_postuninstall_cmds
17842
3725885a
RW
17843# Whether to use a lock for old archive extraction.
17844lock_old_archive_extraction=$lock_old_archive_extraction
17845
d7040cdb
SE
17846# A C compiler.
17847LTCC=$lt_CC
17848
17849# LTCC compiler flags.
17850LTCFLAGS=$lt_CFLAGS
17851
17852# Take the output of nm and produce a listing of raw symbols and C names.
17853global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17854
17855# Transform the output of nm in a proper C declaration.
17856global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17857
17858# Transform the output of nm in a C name address pair.
17859global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17860
718a6fd8
SE
17861# Transform the output of nm in a C name address pair when lib prefix is needed.
17862global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17863
d7040cdb
SE
17864# The name of the directory that contains temporary libtool files.
17865objdir=$objdir
17866
d7040cdb
SE
17867# Used to examine libraries when file_magic_cmd begins with "file".
17868MAGIC_CMD=$MAGIC_CMD
17869
17870# Must we lock files when doing compilation?
17871need_locks=$lt_need_locks
17872
718a6fd8
SE
17873# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17874DSYMUTIL=$lt_DSYMUTIL
17875
17876# Tool to change global to local symbols on Mac OS X.
17877NMEDIT=$lt_NMEDIT
17878
17879# Tool to manipulate fat objects and archives on Mac OS X.
17880LIPO=$lt_LIPO
17881
17882# ldd/readelf like tool for Mach-O binaries on Mac OS X.
17883OTOOL=$lt_OTOOL
17884
17885# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17886OTOOL64=$lt_OTOOL64
17887
d7040cdb
SE
17888# Old archive suffix (normally "a").
17889libext=$libext
17890
17891# Shared library suffix (normally ".so").
17892shrext_cmds=$lt_shrext_cmds
17893
17894# The commands to extract the exported symbol list from a shared archive.
17895extract_expsyms_cmds=$lt_extract_expsyms_cmds
17896
17897# Variables whose values should be saved in libtool wrapper scripts and
17898# restored at link time.
17899variables_saved_for_relink=$lt_variables_saved_for_relink
17900
17901# Do we need the "lib" prefix for modules?
17902need_lib_prefix=$need_lib_prefix
17903
17904# Do we need a version for libraries?
17905need_version=$need_version
17906
17907# Library versioning type.
17908version_type=$version_type
17909
17910# Shared library runtime path variable.
17911runpath_var=$runpath_var
17912
17913# Shared library path variable.
17914shlibpath_var=$shlibpath_var
17915
17916# Is shlibpath searched before the hard-coded library search path?
17917shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17918
17919# Format of library name prefix.
17920libname_spec=$lt_libname_spec
17921
17922# List of archive names. First name is the real one, the rest are links.
17923# The last name is the one that the linker finds with -lNAME
17924library_names_spec=$lt_library_names_spec
17925
17926# The coded name of the library, if different from the real name.
17927soname_spec=$lt_soname_spec
17928
3725885a
RW
17929# Permission mode override for installation of shared libraries.
17930install_override_mode=$lt_install_override_mode
17931
d7040cdb
SE
17932# Command to use after installation of a shared archive.
17933postinstall_cmds=$lt_postinstall_cmds
17934
17935# Command to use after uninstallation of a shared archive.
17936postuninstall_cmds=$lt_postuninstall_cmds
17937
17938# Commands used to finish a libtool library installation in a directory.
17939finish_cmds=$lt_finish_cmds
17940
17941# As "finish_cmds", except a single script fragment to be evaled but
17942# not shown.
17943finish_eval=$lt_finish_eval
17944
17945# Whether we should hardcode library paths into libraries.
17946hardcode_into_libs=$hardcode_into_libs
17947
17948# Compile-time system search path for libraries.
17949sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17950
17951# Run-time system search path for libraries.
17952sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17953
17954# Whether dlopen is supported.
17955dlopen_support=$enable_dlopen
17956
17957# Whether dlopen of programs is supported.
17958dlopen_self=$enable_dlopen_self
17959
17960# Whether dlopen of statically linked programs is supported.
17961dlopen_self_static=$enable_dlopen_self_static
17962
17963# Commands to strip libraries.
17964old_striplib=$lt_old_striplib
17965striplib=$lt_striplib
17966
17967
17968# The linker used to build libraries.
17969LD=$lt_LD
17970
3725885a
RW
17971# How to create reloadable object files.
17972reload_flag=$lt_reload_flag
17973reload_cmds=$lt_reload_cmds
17974
d7040cdb
SE
17975# Commands used to build an old-style archive.
17976old_archive_cmds=$lt_old_archive_cmds
17977
17978# A language specific compiler.
17979CC=$lt_compiler
17980
17981# Is the compiler the GNU compiler?
17982with_gcc=$GCC
17983
17984# Compiler flag to turn off builtin functions.
17985no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17986
17987# How to pass a linker flag through the compiler.
17988wl=$lt_lt_prog_compiler_wl
17989
17990# Additional compiler flags for building library objects.
17991pic_flag=$lt_lt_prog_compiler_pic
17992
17993# Compiler flag to prevent dynamic linking.
17994link_static_flag=$lt_lt_prog_compiler_static
17995
17996# Does compiler simultaneously support -c and -o options?
17997compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17998
17999# Whether or not to add -lc for building shared libraries.
18000build_libtool_need_lc=$archive_cmds_need_lc
18001
18002# Whether or not to disallow shared libs when runtime libs are static.
18003allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
18004
18005# Compiler flag to allow reflexive dlopens.
18006export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
18007
18008# Compiler flag to generate shared objects directly from archives.
18009whole_archive_flag_spec=$lt_whole_archive_flag_spec
18010
18011# Whether the compiler copes with passing no objects directly.
18012compiler_needs_object=$lt_compiler_needs_object
18013
18014# Create an old-style archive from a shared archive.
18015old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
18016
18017# Create a temporary old-style archive to link instead of a shared archive.
18018old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
18019
18020# Commands used to build a shared archive.
18021archive_cmds=$lt_archive_cmds
18022archive_expsym_cmds=$lt_archive_expsym_cmds
18023
18024# Commands used to build a loadable module if different from building
18025# a shared archive.
18026module_cmds=$lt_module_cmds
18027module_expsym_cmds=$lt_module_expsym_cmds
18028
18029# Whether we are building with GNU ld or not.
18030with_gnu_ld=$lt_with_gnu_ld
18031
18032# Flag that allows shared libraries with undefined symbols to be built.
18033allow_undefined_flag=$lt_allow_undefined_flag
18034
18035# Flag that enforces no undefined symbols.
18036no_undefined_flag=$lt_no_undefined_flag
18037
18038# Flag to hardcode \$libdir into a binary during linking.
18039# This must work even if \$libdir does not exist
18040hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
18041
18042# If ld is used when linking, flag to hardcode \$libdir into a binary
18043# during linking. This must work even if \$libdir does not exist.
18044hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
18045
18046# Whether we need a single "-rpath" flag with a separated argument.
18047hardcode_libdir_separator=$lt_hardcode_libdir_separator
18048
18049# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18050# DIR into the resulting binary.
18051hardcode_direct=$hardcode_direct
18052
18053# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18054# DIR into the resulting binary and the resulting library dependency is
18055# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
18056# library is relocated.
18057hardcode_direct_absolute=$hardcode_direct_absolute
18058
18059# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
18060# into the resulting binary.
18061hardcode_minus_L=$hardcode_minus_L
18062
18063# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
18064# into the resulting binary.
18065hardcode_shlibpath_var=$hardcode_shlibpath_var
18066
18067# Set to "yes" if building a shared library automatically hardcodes DIR
18068# into the library and all subsequent libraries and executables linked
18069# against it.
18070hardcode_automatic=$hardcode_automatic
18071
18072# Set to yes if linker adds runtime paths of dependent libraries
18073# to runtime path list.
18074inherit_rpath=$inherit_rpath
18075
18076# Whether libtool must link a program against all its dependency libraries.
18077link_all_deplibs=$link_all_deplibs
18078
18079# Fix the shell variable \$srcfile for the compiler.
18080fix_srcfile_path=$lt_fix_srcfile_path
18081
18082# Set to "yes" if exported symbols are required.
18083always_export_symbols=$always_export_symbols
18084
18085# The commands to list exported symbols.
18086export_symbols_cmds=$lt_export_symbols_cmds
18087
18088# Symbols that should not be listed in the preloaded symbols.
18089exclude_expsyms=$lt_exclude_expsyms
18090
18091# Symbols that must always be exported.
18092include_expsyms=$lt_include_expsyms
18093
18094# Commands necessary for linking programs (against libraries) with templates.
18095prelink_cmds=$lt_prelink_cmds
18096
18097# Specify filename containing input files.
18098file_list_spec=$lt_file_list_spec
18099
18100# How to hardcode a shared library path into an executable.
18101hardcode_action=$hardcode_action
18102
18103# ### END LIBTOOL CONFIG
18104
18105_LT_EOF
18106
18107 case $host_os in
18108 aix3*)
18109 cat <<\_LT_EOF >> "$cfgfile"
18110# AIX sometimes has problems with the GCC collect2 program. For some
18111# reason, if we set the COLLECT_NAMES environment variable, the problems
18112# vanish in a puff of smoke.
18113if test "X${COLLECT_NAMES+set}" != Xset; then
18114 COLLECT_NAMES=
18115 export COLLECT_NAMES
18116fi
18117_LT_EOF
18118 ;;
18119 esac
18120
18121
18122ltmain="$ac_aux_dir/ltmain.sh"
18123
18124
18125 # We use sed instead of cat because bash on DJGPP gets confused if
18126 # if finds mixed CR/LF and LF-only lines. Since sed operates in
18127 # text mode, it properly converts lines to CR/LF. This bash problem
18128 # is reportedly fixed, but why not run on old versions too?
18129 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
18130 || (rm -f "$cfgfile"; exit 1)
18131
18132 case $xsi_shell in
18133 yes)
18134 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 18135
d7040cdb
SE
18136# func_dirname file append nondir_replacement
18137# Compute the dirname of FILE. If nonempty, add APPEND to the result,
18138# otherwise set result to NONDIR_REPLACEMENT.
18139func_dirname ()
18140{
18141 case ${1} in
18142 */*) func_dirname_result="${1%/*}${2}" ;;
18143 * ) func_dirname_result="${3}" ;;
18144 esac
18145}
18146
18147# func_basename file
18148func_basename ()
18149{
18150 func_basename_result="${1##*/}"
18151}
18152
718a6fd8
SE
18153# func_dirname_and_basename file append nondir_replacement
18154# perform func_basename and func_dirname in a single function
18155# call:
18156# dirname: Compute the dirname of FILE. If nonempty,
18157# add APPEND to the result, otherwise set result
18158# to NONDIR_REPLACEMENT.
18159# value returned in "$func_dirname_result"
18160# basename: Compute filename of FILE.
18161# value retuned in "$func_basename_result"
18162# Implementation must be kept synchronized with func_dirname
18163# and func_basename. For efficiency, we do not delegate to
18164# those functions but instead duplicate the functionality here.
18165func_dirname_and_basename ()
18166{
18167 case ${1} in
18168 */*) func_dirname_result="${1%/*}${2}" ;;
18169 * ) func_dirname_result="${3}" ;;
18170 esac
18171 func_basename_result="${1##*/}"
18172}
18173
d7040cdb
SE
18174# func_stripname prefix suffix name
18175# strip PREFIX and SUFFIX off of NAME.
18176# PREFIX and SUFFIX must not contain globbing or regex special
18177# characters, hashes, percent signs, but SUFFIX may contain a leading
18178# dot (in which case that matches only a dot).
18179func_stripname ()
18180{
18181 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
18182 # positional parameters, so assign one to ordinary parameter first.
18183 func_stripname_result=${3}
18184 func_stripname_result=${func_stripname_result#"${1}"}
18185 func_stripname_result=${func_stripname_result%"${2}"}
18186}
18187
18188# func_opt_split
18189func_opt_split ()
18190{
18191 func_opt_split_opt=${1%%=*}
18192 func_opt_split_arg=${1#*=}
18193}
18194
18195# func_lo2o object
18196func_lo2o ()
18197{
18198 case ${1} in
18199 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
18200 *) func_lo2o_result=${1} ;;
18201 esac
18202}
718a6fd8
SE
18203
18204# func_xform libobj-or-source
18205func_xform ()
18206{
18207 func_xform_result=${1%.*}.lo
18208}
18209
18210# func_arith arithmetic-term...
18211func_arith ()
18212{
18213 func_arith_result=$(( $* ))
18214}
18215
18216# func_len string
18217# STRING may not start with a hyphen.
18218func_len ()
18219{
18220 func_len_result=${#1}
18221}
18222
d7040cdb
SE
18223_LT_EOF
18224 ;;
18225 *) # Bourne compatible functions.
18226 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 18227
d7040cdb
SE
18228# func_dirname file append nondir_replacement
18229# Compute the dirname of FILE. If nonempty, add APPEND to the result,
18230# otherwise set result to NONDIR_REPLACEMENT.
18231func_dirname ()
18232{
18233 # Extract subdirectory from the argument.
3725885a 18234 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
18235 if test "X$func_dirname_result" = "X${1}"; then
18236 func_dirname_result="${3}"
18237 else
18238 func_dirname_result="$func_dirname_result${2}"
18239 fi
18240}
18241
18242# func_basename file
18243func_basename ()
18244{
3725885a 18245 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
18246}
18247
718a6fd8 18248
d7040cdb
SE
18249# func_stripname prefix suffix name
18250# strip PREFIX and SUFFIX off of NAME.
18251# PREFIX and SUFFIX must not contain globbing or regex special
18252# characters, hashes, percent signs, but SUFFIX may contain a leading
18253# dot (in which case that matches only a dot).
18254# func_strip_suffix prefix name
18255func_stripname ()
18256{
18257 case ${2} in
3725885a
RW
18258 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18259 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
18260 esac
18261}
18262
18263# sed scripts:
18264my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
18265my_sed_long_arg='1s/^-[^=]*=//'
18266
18267# func_opt_split
18268func_opt_split ()
18269{
3725885a
RW
18270 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18271 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
18272}
18273
18274# func_lo2o object
18275func_lo2o ()
18276{
3725885a 18277 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 18278}
718a6fd8
SE
18279
18280# func_xform libobj-or-source
18281func_xform ()
18282{
3725885a 18283 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
718a6fd8
SE
18284}
18285
18286# func_arith arithmetic-term...
18287func_arith ()
18288{
18289 func_arith_result=`expr "$@"`
18290}
18291
18292# func_len string
18293# STRING may not start with a hyphen.
18294func_len ()
18295{
18296 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18297}
18298
d7040cdb
SE
18299_LT_EOF
18300esac
18301
18302case $lt_shell_append in
18303 yes)
18304 cat << \_LT_EOF >> "$cfgfile"
18305
18306# func_append var value
18307# Append VALUE to the end of shell variable VAR.
18308func_append ()
18309{
18310 eval "$1+=\$2"
18311}
18312_LT_EOF
18313 ;;
18314 *)
18315 cat << \_LT_EOF >> "$cfgfile"
18316
18317# func_append var value
18318# Append VALUE to the end of shell variable VAR.
18319func_append ()
18320{
18321 eval "$1=\$$1\$2"
18322}
718a6fd8 18323
d7040cdb
SE
18324_LT_EOF
18325 ;;
18326 esac
18327
18328
18329 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18330 || (rm -f "$cfgfile"; exit 1)
18331
18332 mv -f "$cfgfile" "$ofile" ||
18333 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18334 chmod +x "$ofile"
18335
f5385ebf 18336 ;;
81ecdfbb 18337 "default-1":C)
20e95c23
DJ
18338 for ac_file in $CONFIG_FILES; do
18339 # Support "outfile[:infile[:infile...]]"
18340 case "$ac_file" in
18341 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18342 esac
18343 # PO directories have a Makefile.in generated from Makefile.in.in.
18344 case "$ac_file" in */Makefile.in)
18345 # Adjust a relative srcdir.
18346 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 18347 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
18348 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
18349 # In autoconf-2.13 it is called $ac_given_srcdir.
18350 # In autoconf-2.50 it is called $srcdir.
18351 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
18352 case "$ac_given_srcdir" in
18353 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
18354 /*) top_srcdir="$ac_given_srcdir" ;;
18355 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
18356 esac
18357 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
18358 rm -f "$ac_dir/POTFILES"
18359 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
18360 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
18361 POMAKEFILEDEPS="POTFILES.in"
18362 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
18363 # on $ac_dir but don't depend on user-specified configuration
18364 # parameters.
18365 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
18366 # The LINGUAS file contains the set of available languages.
18367 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 18368 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
20e95c23
DJ
18369 fi
18370 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
18371 # Hide the ALL_LINGUAS assigment from automake.
18372 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
18373 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
18374 else
37a42ee9 18375 # The set of available languages was given in configure.ac.
20e95c23
DJ
18376 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
18377 fi
18378 case "$ac_given_srcdir" in
18379 .) srcdirpre= ;;
18380 *) srcdirpre='$(srcdir)/' ;;
18381 esac
18382 POFILES=
18383 GMOFILES=
18384 UPDATEPOFILES=
18385 DUMMYPOFILES=
18386 for lang in $ALL_LINGUAS; do
18387 POFILES="$POFILES $srcdirpre$lang.po"
18388 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18389 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
18390 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
18391 done
18392 # CATALOGS depends on both $ac_dir and the user's LINGUAS
18393 # environment variable.
18394 INST_LINGUAS=
18395 if test -n "$ALL_LINGUAS"; then
18396 for presentlang in $ALL_LINGUAS; do
18397 useit=no
18398 if test "%UNSET%" != "$LINGUAS"; then
18399 desiredlanguages="$LINGUAS"
18400 else
18401 desiredlanguages="$ALL_LINGUAS"
18402 fi
18403 for desiredlang in $desiredlanguages; do
18404 # Use the presentlang catalog if desiredlang is
18405 # a. equal to presentlang, or
18406 # b. a variant of presentlang (because in this case,
18407 # presentlang can be used as a fallback for messages
18408 # which are not translated in the desiredlang catalog).
18409 case "$desiredlang" in
18410 "$presentlang"*) useit=yes;;
18411 esac
18412 done
18413 if test $useit = yes; then
18414 INST_LINGUAS="$INST_LINGUAS $presentlang"
18415 fi
18416 done
18417 fi
18418 CATALOGS=
18419 if test -n "$INST_LINGUAS"; then
18420 for lang in $INST_LINGUAS; do
18421 CATALOGS="$CATALOGS $lang.gmo"
18422 done
18423 fi
18424 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
18425 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"
18426 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
18427 if test -f "$f"; then
18428 case "$f" in
18429 *.orig | *.bak | *~) ;;
18430 *) cat "$f" >> "$ac_dir/Makefile" ;;
18431 esac
18432 fi
18433 done
18434 fi
18435 ;;
18436 esac
18437 done ;;
81ecdfbb 18438 "bfd_stdint.h":C)
f3b4f6d0
PB
18439if test "$GCC" = yes; then
18440 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18441else
18442 echo "/* generated for $CC */" > tmp-stdint.h
18443fi
d5efd9fc 18444
f3b4f6d0
PB
18445sed 's/^ *//' >> tmp-stdint.h <<EOF
18446
18447 #ifndef GCC_GENERATED_STDINT_H
18448 #define GCC_GENERATED_STDINT_H 1
18449
18450 #include <sys/types.h>
18451EOF
18452
18453if test "$acx_cv_header_stdint" != stdint.h; then
18454 echo "#include <stddef.h>" >> tmp-stdint.h
18455fi
18456if test "$acx_cv_header_stdint" != stddef.h; then
18457 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18458fi
18459
18460sed 's/^ *//' >> tmp-stdint.h <<EOF
18461 /* glibc uses these symbols as guards to prevent redefinitions. */
18462 #ifdef __int8_t_defined
18463 #define _INT8_T
18464 #define _INT16_T
18465 #define _INT32_T
18466 #endif
18467 #ifdef __uint32_t_defined
18468 #define _UINT32_T
18469 #endif
18470
18471EOF
18472
18473# ----------------- done header, emit basic int types -------------
18474if test "$acx_cv_header_stdint" = stddef.h; then
18475 sed 's/^ *//' >> tmp-stdint.h <<EOF
18476
18477 #ifndef _UINT8_T
18478 #define _UINT8_T
18479 #ifndef __uint8_t_defined
18480 #define __uint8_t_defined
a009f2e7 18481 #ifndef uint8_t
f3b4f6d0
PB
18482 typedef unsigned $acx_cv_type_int8_t uint8_t;
18483 #endif
18484 #endif
a009f2e7 18485 #endif
f3b4f6d0
PB
18486
18487 #ifndef _UINT16_T
18488 #define _UINT16_T
18489 #ifndef __uint16_t_defined
18490 #define __uint16_t_defined
a009f2e7 18491 #ifndef uint16_t
f3b4f6d0
PB
18492 typedef unsigned $acx_cv_type_int16_t uint16_t;
18493 #endif
18494 #endif
a009f2e7 18495 #endif
f3b4f6d0
PB
18496
18497 #ifndef _UINT32_T
18498 #define _UINT32_T
18499 #ifndef __uint32_t_defined
18500 #define __uint32_t_defined
a009f2e7 18501 #ifndef uint32_t
f3b4f6d0
PB
18502 typedef unsigned $acx_cv_type_int32_t uint32_t;
18503 #endif
18504 #endif
a009f2e7 18505 #endif
f3b4f6d0
PB
18506
18507 #ifndef _INT8_T
18508 #define _INT8_T
18509 #ifndef __int8_t_defined
18510 #define __int8_t_defined
a009f2e7 18511 #ifndef int8_t
f3b4f6d0
PB
18512 typedef $acx_cv_type_int8_t int8_t;
18513 #endif
18514 #endif
a009f2e7 18515 #endif
f3b4f6d0
PB
18516
18517 #ifndef _INT16_T
18518 #define _INT16_T
18519 #ifndef __int16_t_defined
18520 #define __int16_t_defined
a009f2e7 18521 #ifndef int16_t
f3b4f6d0
PB
18522 typedef $acx_cv_type_int16_t int16_t;
18523 #endif
18524 #endif
a009f2e7 18525 #endif
f3b4f6d0
PB
18526
18527 #ifndef _INT32_T
18528 #define _INT32_T
18529 #ifndef __int32_t_defined
18530 #define __int32_t_defined
a009f2e7 18531 #ifndef int32_t
f3b4f6d0
PB
18532 typedef $acx_cv_type_int32_t int32_t;
18533 #endif
18534 #endif
a009f2e7 18535 #endif
f3b4f6d0
PB
18536EOF
18537elif test "$ac_cv_type_u_int32_t" = yes; then
18538 sed 's/^ *//' >> tmp-stdint.h <<EOF
18539
18540 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18541 #ifndef _INT8_T
18542 #define _INT8_T
18543 #endif
18544 #ifndef _INT16_T
18545 #define _INT16_T
18546 #endif
18547 #ifndef _INT32_T
18548 #define _INT32_T
18549 #endif
18550
18551 #ifndef _UINT8_T
18552 #define _UINT8_T
18553 #ifndef __uint8_t_defined
18554 #define __uint8_t_defined
a009f2e7 18555 #ifndef uint8_t
f3b4f6d0
PB
18556 typedef u_int8_t uint8_t;
18557 #endif
18558 #endif
a009f2e7 18559 #endif
f3b4f6d0
PB
18560
18561 #ifndef _UINT16_T
18562 #define _UINT16_T
18563 #ifndef __uint16_t_defined
18564 #define __uint16_t_defined
a009f2e7 18565 #ifndef uint16_t
f3b4f6d0
PB
18566 typedef u_int16_t uint16_t;
18567 #endif
18568 #endif
a009f2e7 18569 #endif
f3b4f6d0
PB
18570
18571 #ifndef _UINT32_T
18572 #define _UINT32_T
18573 #ifndef __uint32_t_defined
18574 #define __uint32_t_defined
a009f2e7 18575 #ifndef uint32_t
f3b4f6d0
PB
18576 typedef u_int32_t uint32_t;
18577 #endif
18578 #endif
a009f2e7 18579 #endif
d5efd9fc 18580EOF
f3b4f6d0
PB
18581else
18582 sed 's/^ *//' >> tmp-stdint.h <<EOF
18583
18584 /* Some systems have guard macros to prevent redefinitions, define them. */
18585 #ifndef _INT8_T
18586 #define _INT8_T
18587 #endif
18588 #ifndef _INT16_T
18589 #define _INT16_T
18590 #endif
18591 #ifndef _INT32_T
18592 #define _INT32_T
18593 #endif
18594 #ifndef _UINT8_T
18595 #define _UINT8_T
18596 #endif
18597 #ifndef _UINT16_T
18598 #define _UINT16_T
18599 #endif
18600 #ifndef _UINT32_T
18601 #define _UINT32_T
18602 #endif
18603EOF
18604fi
18605
18606# ------------- done basic int types, emit int64_t types ------------
18607if test "$ac_cv_type_uint64_t" = yes; then
18608 sed 's/^ *//' >> tmp-stdint.h <<EOF
d5efd9fc 18609
f3b4f6d0
PB
18610 /* system headers have good uint64_t and int64_t */
18611 #ifndef _INT64_T
18612 #define _INT64_T
18613 #endif
18614 #ifndef _UINT64_T
18615 #define _UINT64_T
18616 #endif
18617EOF
18618elif test "$ac_cv_type_u_int64_t" = yes; then
18619 sed 's/^ *//' >> tmp-stdint.h <<EOF
18620
18621 /* system headers have an u_int64_t (and int64_t) */
18622 #ifndef _INT64_T
18623 #define _INT64_T
18624 #endif
18625 #ifndef _UINT64_T
18626 #define _UINT64_T
18627 #ifndef __uint64_t_defined
18628 #define __uint64_t_defined
a009f2e7 18629 #ifndef uint64_t
f3b4f6d0
PB
18630 typedef u_int64_t uint64_t;
18631 #endif
18632 #endif
a009f2e7 18633 #endif
f3b4f6d0
PB
18634EOF
18635elif test -n "$acx_cv_type_int64_t"; then
18636 sed 's/^ *//' >> tmp-stdint.h <<EOF
18637
18638 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
18639 #ifndef _INT64_T
18640 #define _INT64_T
a009f2e7 18641 #ifndef int64_t
f3b4f6d0
PB
18642 typedef $acx_cv_type_int64_t int64_t;
18643 #endif
a009f2e7 18644 #endif
f3b4f6d0
PB
18645 #ifndef _UINT64_T
18646 #define _UINT64_T
18647 #ifndef __uint64_t_defined
18648 #define __uint64_t_defined
a009f2e7 18649 #ifndef uint64_t
f3b4f6d0
PB
18650 typedef unsigned $acx_cv_type_int64_t uint64_t;
18651 #endif
18652 #endif
a009f2e7 18653 #endif
f3b4f6d0
PB
18654EOF
18655else
18656 sed 's/^ *//' >> tmp-stdint.h <<EOF
18657
18658 /* some common heuristics for int64_t, using compiler-specific tests */
18659 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
18660 #ifndef _INT64_T
18661 #define _INT64_T
18662 #ifndef __int64_t_defined
a009f2e7 18663 #ifndef int64_t
f3b4f6d0
PB
18664 typedef long long int64_t;
18665 #endif
18666 #endif
a009f2e7 18667 #endif
f3b4f6d0
PB
18668 #ifndef _UINT64_T
18669 #define _UINT64_T
a009f2e7 18670 #ifndef uint64_t
f3b4f6d0
PB
18671 typedef unsigned long long uint64_t;
18672 #endif
a009f2e7 18673 #endif
f3b4f6d0
PB
18674
18675 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
18676 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
18677 does not implement __extension__. But that compiler doesn't define
18678 __GNUC_MINOR__. */
18679 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
18680 # define __extension__
18681 # endif
18682
18683 # ifndef _INT64_T
18684 # define _INT64_T
a009f2e7 18685 # ifndef int64_t
f3b4f6d0
PB
18686 __extension__ typedef long long int64_t;
18687 # endif
a009f2e7 18688 # endif
f3b4f6d0
PB
18689 # ifndef _UINT64_T
18690 # define _UINT64_T
a009f2e7 18691 # ifndef uint64_t
f3b4f6d0
PB
18692 __extension__ typedef unsigned long long uint64_t;
18693 # endif
a009f2e7 18694 # endif
f3b4f6d0
PB
18695
18696 #elif !defined __STRICT_ANSI__
18697 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
18698
18699 # ifndef _INT64_T
18700 # define _INT64_T
a009f2e7 18701 # ifndef int64_t
f3b4f6d0
PB
18702 typedef __int64 int64_t;
18703 # endif
a009f2e7 18704 # endif
f3b4f6d0
PB
18705 # ifndef _UINT64_T
18706 # define _UINT64_T
a009f2e7 18707 # ifndef uint64_t
f3b4f6d0
PB
18708 typedef unsigned __int64 uint64_t;
18709 # endif
a009f2e7 18710 # endif
f3b4f6d0
PB
18711 # endif /* compiler */
18712
18713 #endif /* ANSI version */
18714EOF
18715fi
18716
18717# ------------- done int64_t types, emit intptr types ------------
18718if test "$ac_cv_type_uintptr_t" != yes; then
18719 sed 's/^ *//' >> tmp-stdint.h <<EOF
18720
18721 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
18722 #ifndef __uintptr_t_defined
a009f2e7 18723 #ifndef uintptr_t
f3b4f6d0
PB
18724 typedef u$acx_cv_type_intptr_t uintptr_t;
18725 #endif
a009f2e7 18726 #endif
f3b4f6d0 18727 #ifndef __intptr_t_defined
a009f2e7 18728 #ifndef intptr_t
f3b4f6d0
PB
18729 typedef $acx_cv_type_intptr_t intptr_t;
18730 #endif
a009f2e7 18731 #endif
f3b4f6d0
PB
18732EOF
18733fi
18734
18735# ------------- done intptr types, emit int_least types ------------
d5efd9fc 18736if test "$ac_cv_type_int_least32_t" != yes; then
f3b4f6d0 18737 sed 's/^ *//' >> tmp-stdint.h <<EOF
d5efd9fc
AM
18738
18739 /* Define int_least types */
18740 typedef int8_t int_least8_t;
18741 typedef int16_t int_least16_t;
18742 typedef int32_t int_least32_t;
f3b4f6d0 18743 #ifdef _INT64_T
d5efd9fc 18744 typedef int64_t int_least64_t;
f3b4f6d0 18745 #endif
d5efd9fc
AM
18746
18747 typedef uint8_t uint_least8_t;
18748 typedef uint16_t uint_least16_t;
18749 typedef uint32_t uint_least32_t;
f3b4f6d0 18750 #ifdef _UINT64_T
d5efd9fc 18751 typedef uint64_t uint_least64_t;
f3b4f6d0 18752 #endif
d5efd9fc
AM
18753EOF
18754fi
18755
f3b4f6d0 18756# ------------- done intptr types, emit int_fast types ------------
d5efd9fc 18757if test "$ac_cv_type_int_fast32_t" != yes; then
f3b4f6d0 18758 sed 's/^ *//' >> tmp-stdint.h <<EOF
d5efd9fc
AM
18759
18760 /* Define int_fast types. short is often slow */
18761 typedef int8_t int_fast8_t;
18762 typedef int int_fast16_t;
18763 typedef int32_t int_fast32_t;
f3b4f6d0 18764 #ifdef _INT64_T
d5efd9fc 18765 typedef int64_t int_fast64_t;
f3b4f6d0 18766 #endif
d5efd9fc
AM
18767
18768 typedef uint8_t uint_fast8_t;
18769 typedef unsigned int uint_fast16_t;
18770 typedef uint32_t uint_fast32_t;
f3b4f6d0 18771 #ifdef _UINT64_T
d5efd9fc 18772 typedef uint64_t uint_fast64_t;
f3b4f6d0
PB
18773 #endif
18774EOF
18775fi
18776
18777if test "$ac_cv_type_uintmax_t" != yes; then
18778 sed 's/^ *//' >> tmp-stdint.h <<EOF
18779
18780 /* Define intmax based on what we found */
a009f2e7 18781 #ifndef intmax_t
f3b4f6d0
PB
18782 #ifdef _INT64_T
18783 typedef int64_t intmax_t;
18784 #else
18785 typedef long intmax_t;
18786 #endif
a009f2e7
RW
18787 #endif
18788 #ifndef uintmax_t
f3b4f6d0
PB
18789 #ifdef _UINT64_T
18790 typedef uint64_t uintmax_t;
18791 #else
18792 typedef unsigned long uintmax_t;
18793 #endif
a009f2e7 18794 #endif
d5efd9fc
AM
18795EOF
18796fi
18797
f3b4f6d0
PB
18798sed 's/^ *//' >> tmp-stdint.h <<EOF
18799
18800 #endif /* GCC_GENERATED_STDINT_H */
18801EOF
d5efd9fc 18802
f3b4f6d0
PB
18803if test -r bfd_stdint.h && cmp -s tmp-stdint.h bfd_stdint.h; then
18804 rm -f tmp-stdint.h
d5efd9fc 18805else
f3b4f6d0 18806 mv -f tmp-stdint.h bfd_stdint.h
d5efd9fc
AM
18807fi
18808
18809 ;;
81ecdfbb 18810 "default":C)
20e95c23
DJ
18811case "$srcdir" in
18812 .) srcdirpre= ;;
18813 *) srcdirpre='$(srcdir)/' ;;
18814esac
18815POFILES=
18816GMOFILES=
18817for lang in dummy $OBSOLETE_ALL_LINGUAS; do
18818 if test $lang != dummy; then
18819 POFILES="$POFILES $srcdirpre$lang.po"
18820 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18821 fi
18822done
18823sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
18824 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
18825 -e "s,@POFILES@,$POFILES," \
18826 -e "s,@GMOFILES@,$GMOFILES," \
18827 po/Makefile.in > po/Makefile ;;
81ecdfbb 18828
5464f5a1 18829 esac
81ecdfbb 18830done # for ac_tag
5464f5a1 18831
5464f5a1 18832
81ecdfbb 18833as_fn_exit 0
5464f5a1 18834_ACEOF
5464f5a1
NN
18835ac_clean_files=$ac_clean_files_save
18836
81ecdfbb
RW
18837test $ac_write_fail = 0 ||
18838 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
18839
5464f5a1
NN
18840
18841# configure is writing to config.log, and then calls config.status.
18842# config.status does its own redirection, appending to config.log.
18843# Unfortunately, on DOS this fails, as config.log is still kept open
18844# by configure, so config.status won't be able to write to it; its
18845# output is simply discarded. So we exec the FD to /dev/null,
18846# effectively closing config.log, so it can be properly (re)opened and
18847# appended to by config.status. When coming back to configure, we
18848# need to make the FD available again.
18849if test "$no_create" != yes; then
18850 ac_cs_success=:
18851 ac_config_status_args=
18852 test "$silent" = yes &&
18853 ac_config_status_args="$ac_config_status_args --quiet"
18854 exec 5>/dev/null
18855 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18856 exec 5>>config.log
18857 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18858 # would make configure fail if this is the last instruction.
81ecdfbb
RW
18859 $ac_cs_success || as_fn_exit $?
18860fi
18861if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18862 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18863$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5464f5a1 18864fi
252b5132 18865
This page took 3.528376 seconds and 4 git commands to generate.