]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/configure
Don't use bfd_get_* macro to set bfd fields
[thirdparty/binutils-gdb.git] / bfd / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
bb695960 3# Generated by GNU Autoconf 2.69 for bfd 2.33.50.
d0ac1c44
SM
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
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.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
5464f5a1
NN
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
3725885a
RW
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
5464f5a1 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
5464f5a1 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
5464f5a1 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
5464f5a1 410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
5464f5a1
NN
429 as_expr=expr
430else
431 as_expr=false
432fi
433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5464f5a1
NN
435 as_basename=basename
436else
437 as_basename=false
438fi
439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
5464f5a1 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
5464f5a1
NN
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
5464f5a1 464
5464f5a1
NN
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
5464f5a1 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
5464f5a1 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
5464f5a1 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
5464f5a1 490 t loop
81ecdfbb 491 s/-\n.*//
5464f5a1 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
5464f5a1 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
5464f5a1
NN
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
5464f5a1
NN
504 # Exit status is that of the last command.
505 exit
506}
507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
5464f5a1
NN
519esac
520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
5464f5a1 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
5464f5a1 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
5464f5a1 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
5464f5a1 541 fi
5464f5a1 542else
d0ac1c44 543 as_ln_s='cp -pR'
5464f5a1 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
5464f5a1
NN
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
5464f5a1
NN
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
5464f5a1
NN
557
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
d7040cdb
SE
564SHELL=${CONFIG_SHELL-/bin/sh}
565
d7040cdb 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
81ecdfbb 569
5464f5a1 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
5464f5a1
NN
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
252b5132 574
5464f5a1
NN
575#
576# Initializations.
577#
252b5132 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
5464f5a1 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
5464f5a1
NN
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
5464f5a1
NN
586
587# Identity of this package.
c4dd807e
MF
588PACKAGE_NAME='bfd'
589PACKAGE_TARNAME='bfd'
bb695960
PB
590PACKAGE_VERSION='2.33.50'
591PACKAGE_STRING='bfd 2.33.50'
c4dd807e
MF
592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''
5464f5a1
NN
594
595ac_unique_file="libbfd.c"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
5464f5a1
NN
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
5464f5a1
NN
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
5464f5a1
NN
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
5464f5a1
NN
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5464f5a1
NN
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
5464f5a1
NN
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
5464f5a1 623# include <inttypes.h>
5464f5a1 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
5464f5a1
NN
629# include <unistd.h>
630#endif"
631
d0ac1c44 632ac_header_list=
81ecdfbb
RW
633ac_subst_vars='am__EXEEXT_FALSE
634am__EXEEXT_TRUE
635LTLIBOBJS
636LIBOBJS
81ecdfbb
RW
637bfd_ufile_ptr
638bfd_file_ptr
3cf9e6c4 639lt_cv_dlopen_libs
81ecdfbb 640supports_plugins
c603b11b
AM
641COREFLAG
642COREFILE
643havevecs
644tdefaults
81ecdfbb
RW
645bfd_default_target_size
646bfd_machines
647bfd_backends
648all_backends
649bfd64_libs
650wordsize
651TDEFINES
652SHARED_LIBADD
653SHARED_LDFLAGS
654LIBM
243340ad
L
655zlibinc
656zlibdir
81ecdfbb
RW
657EXEEXT_FOR_BUILD
658CC_FOR_BUILD
659BFD_HOSTPTR_T
660BFD_HOST_U_64_BIT
661BFD_HOST_64_BIT
662BFD_HOST_64_BIT_DEFINED
663BFD_HOST_64BIT_LONG_LONG
664BFD_HOST_64BIT_LONG
665HDEFINES
666MSGMERGE
667MSGFMT
668MKINSTALLDIRS
669CATOBJEXT
670GENCAT
671INSTOBJEXT
672DATADIRNAME
673CATALOGS
674POSUB
675GMSGFMT
676XGETTEXT
677INCINTL
678LIBINTL_DEP
679LIBINTL
680USE_NLS
681bfdincludedir
682bfdlibdir
683target_noncanonical
684host_noncanonical
685INSTALL_LIBBFD_FALSE
686INSTALL_LIBBFD_TRUE
687GENINSRC_NEVER_FALSE
688GENINSRC_NEVER_TRUE
689MAINT
690MAINTAINER_MODE_FALSE
691MAINTAINER_MODE_TRUE
6757cf57 692WARN_WRITE_STRINGS
81ecdfbb 693NO_WERROR
c5da1932 694WARN_CFLAGS_FOR_BUILD
81ecdfbb
RW
695WARN_CFLAGS
696REPORT_BUGS_TEXI
697REPORT_BUGS_TO
698PKGVERSION
699DEBUGDIR
700PLUGINS_FALSE
701PLUGINS_TRUE
702OTOOL64
703OTOOL
704LIPO
705NMEDIT
706DSYMUTIL
81ecdfbb
RW
707OBJDUMP
708LN_S
709NM
710ac_ct_DUMPBIN
711DUMPBIN
712LD
713FGREP
714SED
715LIBTOOL
716EGREP
717GREP
718CPP
719RANLIB
720AR
d0ac1c44
SM
721AM_BACKSLASH
722AM_DEFAULT_VERBOSITY
723AM_DEFAULT_V
724AM_V
81ecdfbb
RW
725am__fastdepCC_FALSE
726am__fastdepCC_TRUE
727CCDEPMODE
6eb7d830 728am__nodep
81ecdfbb
RW
729AMDEPBACKSLASH
730AMDEP_FALSE
731AMDEP_TRUE
732am__quote
733am__include
734DEPDIR
735am__untar
736am__tar
737AMTAR
738am__leading_dot
739SET_MAKE
740AWK
741mkdir_p
742MKDIR_P
743INSTALL_STRIP_PROGRAM
744STRIP
745install_sh
746MAKEINFO
747AUTOHEADER
748AUTOMAKE
749AUTOCONF
750ACLOCAL
751VERSION
752PACKAGE
753CYGPATH_W
754am__isrc
755INSTALL_DATA
756INSTALL_SCRIPT
757INSTALL_PROGRAM
758OBJEXT
759EXEEXT
760ac_ct_CC
761CPPFLAGS
762LDFLAGS
763CFLAGS
764CC
765target_os
766target_vendor
767target_cpu
768target
769host_os
770host_vendor
771host_cpu
772host
773build_os
774build_vendor
775build_cpu
776build
777target_alias
778host_alias
779build_alias
780LIBS
781ECHO_T
782ECHO_N
783ECHO_C
784DEFS
785mandir
786localedir
787libdir
788psdir
789pdfdir
790dvidir
791htmldir
792infodir
793docdir
794oldincludedir
795includedir
bb695960 796runstatedir
81ecdfbb
RW
797localstatedir
798sharedstatedir
799sysconfdir
800datadir
801datarootdir
802libexecdir
803sbindir
804bindir
805program_transform_name
806prefix
807exec_prefix
808PACKAGE_URL
809PACKAGE_BUGREPORT
810PACKAGE_STRING
811PACKAGE_VERSION
812PACKAGE_TARNAME
813PACKAGE_NAME
814PATH_SEPARATOR
815SHELL'
5464f5a1 816ac_subst_files=''
81ecdfbb
RW
817ac_user_opts='
818enable_option_checking
819enable_dependency_tracking
d0ac1c44 820enable_silent_rules
81ecdfbb
RW
821enable_shared
822enable_static
823with_pic
824enable_fast_install
825with_gnu_ld
826enable_libtool_lock
827enable_plugins
828enable_largefile
829enable_64_bit_bfd
830enable_targets
e6cc316a 831enable_64_bit_archive
81ecdfbb
RW
832with_mmap
833enable_secureplt
f6aec96d 834enable_separate_code
ef72a554 835enable_leading_mingw64_underscores
81ecdfbb 836with_separate_debug_dir
81ecdfbb
RW
837with_pkgversion
838with_bugurl
839enable_werror
840enable_build_warnings
841enable_maintainer_mode
842enable_install_libbfd
843enable_nls
243340ad 844with_system_zlib
81ecdfbb
RW
845'
846 ac_precious_vars='build_alias
847host_alias
848target_alias
849CC
850CFLAGS
851LDFLAGS
852LIBS
853CPPFLAGS
854CPP'
855
252b5132
RH
856
857# Initialize some variables set by options.
5464f5a1
NN
858ac_init_help=
859ac_init_version=false
81ecdfbb
RW
860ac_unrecognized_opts=
861ac_unrecognized_sep=
252b5132
RH
862# The variables have the same names as the options, with
863# dashes changed to underlines.
5464f5a1 864cache_file=/dev/null
252b5132 865exec_prefix=NONE
252b5132 866no_create=
252b5132
RH
867no_recursion=
868prefix=NONE
869program_prefix=NONE
870program_suffix=NONE
871program_transform_name=s,x,x,
872silent=
873site=
874srcdir=
252b5132
RH
875verbose=
876x_includes=NONE
877x_libraries=NONE
5464f5a1
NN
878
879# Installation directory options.
880# These are left unexpanded so users can "make install exec_prefix=/foo"
881# and all the variables that are supposed to be based on exec_prefix
882# by default will actually change.
883# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 884# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
885bindir='${exec_prefix}/bin'
886sbindir='${exec_prefix}/sbin'
887libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
888datarootdir='${prefix}/share'
889datadir='${datarootdir}'
252b5132
RH
890sysconfdir='${prefix}/etc'
891sharedstatedir='${prefix}/com'
892localstatedir='${prefix}/var'
bb695960 893runstatedir='${localstatedir}/run'
252b5132
RH
894includedir='${prefix}/include'
895oldincludedir='/usr/include'
c4dd807e 896docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
897infodir='${datarootdir}/info'
898htmldir='${docdir}'
899dvidir='${docdir}'
900pdfdir='${docdir}'
901psdir='${docdir}'
902libdir='${exec_prefix}/lib'
903localedir='${datarootdir}/locale'
904mandir='${datarootdir}/man'
252b5132 905
252b5132 906ac_prev=
81ecdfbb 907ac_dashdash=
252b5132
RH
908for ac_option
909do
252b5132
RH
910 # If the previous option needs an argument, assign it.
911 if test -n "$ac_prev"; then
81ecdfbb 912 eval $ac_prev=\$ac_option
252b5132
RH
913 ac_prev=
914 continue
915 fi
916
81ecdfbb 917 case $ac_option in
d0ac1c44
SM
918 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
919 *=) ac_optarg= ;;
920 *) ac_optarg=yes ;;
81ecdfbb 921 esac
252b5132
RH
922
923 # Accept the important Cygnus configure options, so we can diagnose typos.
924
81ecdfbb
RW
925 case $ac_dashdash$ac_option in
926 --)
927 ac_dashdash=yes ;;
252b5132
RH
928
929 -bindir | --bindir | --bindi | --bind | --bin | --bi)
930 ac_prev=bindir ;;
931 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
5464f5a1 932 bindir=$ac_optarg ;;
252b5132
RH
933
934 -build | --build | --buil | --bui | --bu)
5464f5a1 935 ac_prev=build_alias ;;
252b5132 936 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
5464f5a1 937 build_alias=$ac_optarg ;;
252b5132
RH
938
939 -cache-file | --cache-file | --cache-fil | --cache-fi \
940 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
941 ac_prev=cache_file ;;
942 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
943 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
5464f5a1
NN
944 cache_file=$ac_optarg ;;
945
946 --config-cache | -C)
947 cache_file=config.cache ;;
252b5132 948
81ecdfbb 949 -datadir | --datadir | --datadi | --datad)
252b5132 950 ac_prev=datadir ;;
81ecdfbb 951 -datadir=* | --datadir=* | --datadi=* | --datad=*)
5464f5a1 952 datadir=$ac_optarg ;;
252b5132 953
81ecdfbb
RW
954 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
955 | --dataroo | --dataro | --datar)
956 ac_prev=datarootdir ;;
957 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
958 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
959 datarootdir=$ac_optarg ;;
960
252b5132 961 -disable-* | --disable-*)
81ecdfbb 962 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 963 # Reject names that are not valid shell variable names.
81ecdfbb 964 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 965 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
966 ac_useropt_orig=$ac_useropt
967 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
968 case $ac_user_opts in
969 *"
970"enable_$ac_useropt"
971"*) ;;
972 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
973 ac_unrecognized_sep=', ';;
974 esac
975 eval enable_$ac_useropt=no ;;
976
977 -docdir | --docdir | --docdi | --doc | --do)
978 ac_prev=docdir ;;
979 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
980 docdir=$ac_optarg ;;
981
982 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
983 ac_prev=dvidir ;;
984 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
985 dvidir=$ac_optarg ;;
252b5132
RH
986
987 -enable-* | --enable-*)
81ecdfbb 988 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 989 # Reject names that are not valid shell variable names.
81ecdfbb 990 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 991 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
992 ac_useropt_orig=$ac_useropt
993 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
994 case $ac_user_opts in
995 *"
996"enable_$ac_useropt"
997"*) ;;
998 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
999 ac_unrecognized_sep=', ';;
252b5132 1000 esac
81ecdfbb 1001 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1002
1003 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1004 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1005 | --exec | --exe | --ex)
1006 ac_prev=exec_prefix ;;
1007 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1008 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1009 | --exec=* | --exe=* | --ex=*)
5464f5a1 1010 exec_prefix=$ac_optarg ;;
252b5132
RH
1011
1012 -gas | --gas | --ga | --g)
1013 # Obsolete; use --with-gas.
1014 with_gas=yes ;;
1015
5464f5a1
NN
1016 -help | --help | --hel | --he | -h)
1017 ac_init_help=long ;;
1018 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1019 ac_init_help=recursive ;;
1020 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1021 ac_init_help=short ;;
252b5132
RH
1022
1023 -host | --host | --hos | --ho)
5464f5a1 1024 ac_prev=host_alias ;;
252b5132 1025 -host=* | --host=* | --hos=* | --ho=*)
5464f5a1 1026 host_alias=$ac_optarg ;;
252b5132 1027
81ecdfbb
RW
1028 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1029 ac_prev=htmldir ;;
1030 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1031 | --ht=*)
1032 htmldir=$ac_optarg ;;
1033
252b5132
RH
1034 -includedir | --includedir | --includedi | --included | --include \
1035 | --includ | --inclu | --incl | --inc)
1036 ac_prev=includedir ;;
1037 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1038 | --includ=* | --inclu=* | --incl=* | --inc=*)
5464f5a1 1039 includedir=$ac_optarg ;;
252b5132
RH
1040
1041 -infodir | --infodir | --infodi | --infod | --info | --inf)
1042 ac_prev=infodir ;;
1043 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
5464f5a1 1044 infodir=$ac_optarg ;;
252b5132
RH
1045
1046 -libdir | --libdir | --libdi | --libd)
1047 ac_prev=libdir ;;
1048 -libdir=* | --libdir=* | --libdi=* | --libd=*)
5464f5a1 1049 libdir=$ac_optarg ;;
252b5132
RH
1050
1051 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1052 | --libexe | --libex | --libe)
1053 ac_prev=libexecdir ;;
1054 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1055 | --libexe=* | --libex=* | --libe=*)
5464f5a1 1056 libexecdir=$ac_optarg ;;
252b5132 1057
81ecdfbb
RW
1058 -localedir | --localedir | --localedi | --localed | --locale)
1059 ac_prev=localedir ;;
1060 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1061 localedir=$ac_optarg ;;
1062
252b5132 1063 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1064 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1065 ac_prev=localstatedir ;;
1066 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1067 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
5464f5a1 1068 localstatedir=$ac_optarg ;;
252b5132
RH
1069
1070 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1071 ac_prev=mandir ;;
1072 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
5464f5a1 1073 mandir=$ac_optarg ;;
252b5132
RH
1074
1075 -nfp | --nfp | --nf)
1076 # Obsolete; use --without-fp.
1077 with_fp=no ;;
1078
1079 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
5464f5a1 1080 | --no-cr | --no-c | -n)
252b5132
RH
1081 no_create=yes ;;
1082
1083 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1084 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1085 no_recursion=yes ;;
1086
1087 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1088 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1089 | --oldin | --oldi | --old | --ol | --o)
1090 ac_prev=oldincludedir ;;
1091 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1092 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1093 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
5464f5a1 1094 oldincludedir=$ac_optarg ;;
252b5132
RH
1095
1096 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1097 ac_prev=prefix ;;
1098 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
5464f5a1 1099 prefix=$ac_optarg ;;
252b5132
RH
1100
1101 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1102 | --program-pre | --program-pr | --program-p)
1103 ac_prev=program_prefix ;;
1104 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1105 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
5464f5a1 1106 program_prefix=$ac_optarg ;;
252b5132
RH
1107
1108 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1109 | --program-suf | --program-su | --program-s)
1110 ac_prev=program_suffix ;;
1111 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1112 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
5464f5a1 1113 program_suffix=$ac_optarg ;;
252b5132
RH
1114
1115 -program-transform-name | --program-transform-name \
1116 | --program-transform-nam | --program-transform-na \
1117 | --program-transform-n | --program-transform- \
1118 | --program-transform | --program-transfor \
1119 | --program-transfo | --program-transf \
1120 | --program-trans | --program-tran \
1121 | --progr-tra | --program-tr | --program-t)
1122 ac_prev=program_transform_name ;;
1123 -program-transform-name=* | --program-transform-name=* \
1124 | --program-transform-nam=* | --program-transform-na=* \
1125 | --program-transform-n=* | --program-transform-=* \
1126 | --program-transform=* | --program-transfor=* \
1127 | --program-transfo=* | --program-transf=* \
1128 | --program-trans=* | --program-tran=* \
1129 | --progr-tra=* | --program-tr=* | --program-t=*)
5464f5a1 1130 program_transform_name=$ac_optarg ;;
252b5132 1131
81ecdfbb
RW
1132 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1133 ac_prev=pdfdir ;;
1134 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1135 pdfdir=$ac_optarg ;;
1136
1137 -psdir | --psdir | --psdi | --psd | --ps)
1138 ac_prev=psdir ;;
1139 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1140 psdir=$ac_optarg ;;
1141
252b5132
RH
1142 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1143 | -silent | --silent | --silen | --sile | --sil)
1144 silent=yes ;;
1145
bb695960
PB
1146 -runstatedir | --runstatedir | --runstatedi | --runstated \
1147 | --runstate | --runstat | --runsta | --runst | --runs \
1148 | --run | --ru | --r)
1149 ac_prev=runstatedir ;;
1150 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1151 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1152 | --run=* | --ru=* | --r=*)
1153 runstatedir=$ac_optarg ;;
1154
252b5132
RH
1155 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1156 ac_prev=sbindir ;;
1157 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1158 | --sbi=* | --sb=*)
5464f5a1 1159 sbindir=$ac_optarg ;;
252b5132
RH
1160
1161 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1162 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1163 | --sharedst | --shareds | --shared | --share | --shar \
1164 | --sha | --sh)
1165 ac_prev=sharedstatedir ;;
1166 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1167 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1168 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1169 | --sha=* | --sh=*)
5464f5a1 1170 sharedstatedir=$ac_optarg ;;
252b5132
RH
1171
1172 -site | --site | --sit)
1173 ac_prev=site ;;
1174 -site=* | --site=* | --sit=*)
5464f5a1 1175 site=$ac_optarg ;;
6be7c12c 1176
252b5132
RH
1177 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1178 ac_prev=srcdir ;;
1179 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
5464f5a1 1180 srcdir=$ac_optarg ;;
252b5132
RH
1181
1182 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1183 | --syscon | --sysco | --sysc | --sys | --sy)
1184 ac_prev=sysconfdir ;;
1185 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1186 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
5464f5a1 1187 sysconfdir=$ac_optarg ;;
252b5132
RH
1188
1189 -target | --target | --targe | --targ | --tar | --ta | --t)
5464f5a1 1190 ac_prev=target_alias ;;
252b5132 1191 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
5464f5a1 1192 target_alias=$ac_optarg ;;
252b5132
RH
1193
1194 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1195 verbose=yes ;;
1196
5464f5a1
NN
1197 -version | --version | --versio | --versi | --vers | -V)
1198 ac_init_version=: ;;
252b5132
RH
1199
1200 -with-* | --with-*)
81ecdfbb 1201 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1202 # Reject names that are not valid shell variable names.
81ecdfbb 1203 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1204 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1205 ac_useropt_orig=$ac_useropt
1206 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1207 case $ac_user_opts in
1208 *"
1209"with_$ac_useropt"
1210"*) ;;
1211 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1212 ac_unrecognized_sep=', ';;
252b5132 1213 esac
81ecdfbb 1214 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1215
1216 -without-* | --without-*)
81ecdfbb 1217 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1218 # Reject names that are not valid shell variable names.
81ecdfbb 1219 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1220 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1221 ac_useropt_orig=$ac_useropt
1222 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1223 case $ac_user_opts in
1224 *"
1225"with_$ac_useropt"
1226"*) ;;
1227 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1228 ac_unrecognized_sep=', ';;
1229 esac
1230 eval with_$ac_useropt=no ;;
252b5132
RH
1231
1232 --x)
1233 # Obsolete; use --with-x.
1234 with_x=yes ;;
1235
1236 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1237 | --x-incl | --x-inc | --x-in | --x-i)
1238 ac_prev=x_includes ;;
1239 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1240 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
5464f5a1 1241 x_includes=$ac_optarg ;;
252b5132
RH
1242
1243 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1244 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1245 ac_prev=x_libraries ;;
1246 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1247 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
5464f5a1 1248 x_libraries=$ac_optarg ;;
252b5132 1249
d0ac1c44
SM
1250 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1251Try \`$0 --help' for more information"
252b5132
RH
1252 ;;
1253
5464f5a1
NN
1254 *=*)
1255 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1256 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1257 case $ac_envvar in #(
1258 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1259 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1260 esac
1261 eval $ac_envvar=\$ac_optarg
5464f5a1
NN
1262 export $ac_envvar ;;
1263
252b5132 1264 *)
5464f5a1 1265 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1266 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
5464f5a1 1267 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1268 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1269 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
252b5132
RH
1270 ;;
1271
1272 esac
1273done
1274
1275if test -n "$ac_prev"; then
5464f5a1 1276 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1277 as_fn_error $? "missing argument to $ac_option"
252b5132 1278fi
252b5132 1279
81ecdfbb
RW
1280if test -n "$ac_unrecognized_opts"; then
1281 case $enable_option_checking in
1282 no) ;;
d0ac1c44 1283 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1284 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
5464f5a1 1285 esac
81ecdfbb 1286fi
6be7c12c 1287
81ecdfbb
RW
1288# Check all directory arguments for consistency.
1289for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1290 datadir sysconfdir sharedstatedir localstatedir includedir \
1291 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
bb695960 1292 libdir localedir mandir runstatedir
252b5132 1293do
81ecdfbb
RW
1294 eval ac_val=\$$ac_var
1295 # Remove trailing slashes.
5464f5a1 1296 case $ac_val in
81ecdfbb
RW
1297 */ )
1298 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1299 eval $ac_var=\$ac_val;;
252b5132 1300 esac
81ecdfbb
RW
1301 # Be sure to have absolute directory names.
1302 case $ac_val in
1303 [\\/$]* | ?:[\\/]* ) continue;;
1304 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1305 esac
d0ac1c44 1306 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1307done
1308
5464f5a1
NN
1309# There might be people who depend on the old broken behavior: `$host'
1310# used to hold the argument of --host etc.
1311# FIXME: To remove some day.
1312build=$build_alias
1313host=$host_alias
1314target=$target_alias
1315
1316# FIXME: To remove some day.
1317if test "x$host_alias" != x; then
1318 if test "x$build_alias" = x; then
1319 cross_compiling=maybe
5464f5a1
NN
1320 elif test "x$build_alias" != "x$host_alias"; then
1321 cross_compiling=yes
1322 fi
1323fi
252b5132 1324
5464f5a1
NN
1325ac_tool_prefix=
1326test -n "$host_alias" && ac_tool_prefix=$host_alias-
1327
1328test "$silent" = yes && exec 6>/dev/null
252b5132 1329
252b5132 1330
81ecdfbb
RW
1331ac_pwd=`pwd` && test -n "$ac_pwd" &&
1332ac_ls_di=`ls -di .` &&
1333ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1334 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1335test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1336 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1337
1338
252b5132
RH
1339# Find the source files, if location was not specified.
1340if test -z "$srcdir"; then
1341 ac_srcdir_defaulted=yes
81ecdfbb
RW
1342 # Try the directory containing this script, then the parent directory.
1343 ac_confdir=`$as_dirname -- "$as_myself" ||
1344$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1345 X"$as_myself" : 'X\(//\)[^/]' \| \
1346 X"$as_myself" : 'X\(//\)$' \| \
1347 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1348$as_echo X"$as_myself" |
1349 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1350 s//\1/
1351 q
1352 }
1353 /^X\(\/\/\)[^/].*/{
1354 s//\1/
1355 q
1356 }
1357 /^X\(\/\/\)$/{
1358 s//\1/
1359 q
1360 }
1361 /^X\(\/\).*/{
1362 s//\1/
1363 q
1364 }
1365 s/.*/./; q'`
252b5132 1366 srcdir=$ac_confdir
81ecdfbb 1367 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1368 srcdir=..
1369 fi
1370else
1371 ac_srcdir_defaulted=no
1372fi
81ecdfbb
RW
1373if test ! -r "$srcdir/$ac_unique_file"; then
1374 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1375 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1376fi
1377ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1378ac_abs_confdir=`(
d0ac1c44 1379 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1380 pwd)`
1381# When building in place, set srcdir=.
1382if test "$ac_abs_confdir" = "$ac_pwd"; then
1383 srcdir=.
1384fi
1385# Remove unnecessary trailing slashes from srcdir.
1386# Double slashes in file names in object file debugging info
1387# mess up M-x gdb in Emacs.
1388case $srcdir in
1389*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1390esac
1391for ac_var in $ac_precious_vars; do
1392 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1393 eval ac_env_${ac_var}_value=\$${ac_var}
1394 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1395 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1396done
b3baf5d0 1397
5464f5a1
NN
1398#
1399# Report the --help message.
1400#
1401if test "$ac_init_help" = "long"; then
1402 # Omit some internal or obsolete options to make the list less imposing.
1403 # This message is too long to be a string in the A/UX 3.1 sh.
1404 cat <<_ACEOF
bb695960 1405\`configure' configures bfd 2.33.50 to adapt to many kinds of systems.
252b5132 1406
5464f5a1 1407Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1408
5464f5a1
NN
1409To assign environment variables (e.g., CC, CFLAGS...), specify them as
1410VAR=VALUE. See below for descriptions of some of the useful variables.
6be7c12c 1411
5464f5a1 1412Defaults for the options are specified in brackets.
6be7c12c 1413
5464f5a1
NN
1414Configuration:
1415 -h, --help display this help and exit
1416 --help=short display options specific to this package
1417 --help=recursive display the short help of all the included packages
1418 -V, --version display version information and exit
d0ac1c44 1419 -q, --quiet, --silent do not print \`checking ...' messages
5464f5a1
NN
1420 --cache-file=FILE cache test results in FILE [disabled]
1421 -C, --config-cache alias for \`--cache-file=config.cache'
1422 -n, --no-create do not create output files
1423 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1424
5464f5a1
NN
1425Installation directories:
1426 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1427 [$ac_default_prefix]
5464f5a1 1428 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1429 [PREFIX]
6be7c12c 1430
5464f5a1
NN
1431By default, \`make install' will install all the files in
1432\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1433an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1434for instance \`--prefix=\$HOME'.
6be7c12c 1435
5464f5a1 1436For better control, use the options below.
6be7c12c 1437
5464f5a1 1438Fine tuning of the installation directories:
81ecdfbb
RW
1439 --bindir=DIR user executables [EPREFIX/bin]
1440 --sbindir=DIR system admin executables [EPREFIX/sbin]
1441 --libexecdir=DIR program executables [EPREFIX/libexec]
1442 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1443 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1444 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
bb695960 1445 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
81ecdfbb
RW
1446 --libdir=DIR object code libraries [EPREFIX/lib]
1447 --includedir=DIR C header files [PREFIX/include]
1448 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1449 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1450 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1451 --infodir=DIR info documentation [DATAROOTDIR/info]
1452 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1453 --mandir=DIR man documentation [DATAROOTDIR/man]
c4dd807e 1454 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
81ecdfbb
RW
1455 --htmldir=DIR html documentation [DOCDIR]
1456 --dvidir=DIR dvi documentation [DOCDIR]
1457 --pdfdir=DIR pdf documentation [DOCDIR]
1458 --psdir=DIR ps documentation [DOCDIR]
5464f5a1 1459_ACEOF
6be7c12c 1460
5464f5a1 1461 cat <<\_ACEOF
6be7c12c 1462
5464f5a1
NN
1463Program names:
1464 --program-prefix=PREFIX prepend PREFIX to installed program names
1465 --program-suffix=SUFFIX append SUFFIX to installed program names
1466 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1467
5464f5a1
NN
1468System types:
1469 --build=BUILD configure for building on BUILD [guessed]
1470 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1471 --target=TARGET configure for building compilers for TARGET [HOST]
1472_ACEOF
252b5132 1473fi
252b5132 1474
5464f5a1 1475if test -n "$ac_init_help"; then
c4dd807e 1476 case $ac_init_help in
bb695960 1477 short | recursive ) echo "Configuration of bfd 2.33.50:";;
c4dd807e 1478 esac
5464f5a1 1479 cat <<\_ACEOF
252b5132 1480
5464f5a1 1481Optional Features:
81ecdfbb 1482 --disable-option-checking ignore unrecognized --enable/--with options
5464f5a1
NN
1483 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1484 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
d0ac1c44
SM
1485 --enable-dependency-tracking
1486 do not reject slow dependency extractors
1487 --disable-dependency-tracking
1488 speeds up one-time build
1489 --enable-silent-rules less verbose build output (undo: "make V=1")
1490 --disable-silent-rules verbose build output (undo: "make V=0")
81ecdfbb
RW
1491 --enable-shared[=PKGS] build shared libraries [default=no]
1492 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1493 --enable-fast-install[=PKGS]
1494 optimize for fast installation [default=yes]
5464f5a1 1495 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f 1496 --enable-plugins Enable support for plugins
ce3c775b 1497 --disable-largefile omit support for large files
5464f5a1
NN
1498 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1499 --enable-targets alternative target configurations
e6cc316a 1500 --enable-64-bit-archive force 64-bit archives
6ec7057a 1501 --enable-secureplt Default to creating read-only plt entries
f6aec96d 1502 --enable-separate-code enable -z separate-code in ELF linker by default
ef72a554
KT
1503 --enable-leading-mingw64-underscores
1504 Enable leading underscores on 64 bit mingw targets
241a6c40
AM
1505 --enable-werror treat compile warnings as errors
1506 --enable-build-warnings enable build-time compiler warnings
d0ac1c44
SM
1507 --enable-maintainer-mode
1508 enable make rules and dependencies not useful (and
1509 sometimes confusing) to the casual installer
5464f5a1
NN
1510 --enable-install-libbfd controls installation of libbfd and related headers
1511 --disable-nls do not use Native Language Support
1512
1513Optional Packages:
1514 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1515 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1516 --with-pic try to use only PIC/non-PIC objects [default=use
1517 both]
1518 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
5464f5a1 1519 --with-mmap try using mmap for BFD input files if available
0d4a1476
AS
1520 --with-separate-debug-dir=DIR
1521 Look for global separate debug info in DIR
d0ac1c44 1522 [[default=LIBDIR/debug]]
a1ac8190
JM
1523 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1524 Binutils"
c428fa83 1525 --with-bugurl=URL Direct users to URL to report a bug
243340ad 1526 --with-system-zlib use installed libz
5464f5a1
NN
1527
1528Some influential environment variables:
1529 CC C compiler command
1530 CFLAGS C compiler flags
1531 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1532 nonstandard directory <lib dir>
81ecdfbb 1533 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1534 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1535 you have headers in a nonstandard directory <include dir>
5464f5a1
NN
1536 CPP C preprocessor
1537
1538Use these variables to override the choices made by `configure' or to help
1539it to find libraries and programs with nonstandard names/locations.
1540
81ecdfbb 1541Report bugs to the package provider.
5464f5a1 1542_ACEOF
81ecdfbb 1543ac_status=$?
5464f5a1
NN
1544fi
1545
1546if test "$ac_init_help" = "recursive"; then
1547 # If there are subdirs, report their specific --help.
5464f5a1 1548 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1549 test -d "$ac_dir" ||
1550 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1551 continue
5464f5a1
NN
1552 ac_builddir=.
1553
81ecdfbb
RW
1554case "$ac_dir" in
1555.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1556*)
1557 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1558 # A ".." for each directory in $ac_dir_suffix.
1559 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1560 case $ac_top_builddir_sub in
1561 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1562 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1563 esac ;;
1564esac
1565ac_abs_top_builddir=$ac_pwd
1566ac_abs_builddir=$ac_pwd$ac_dir_suffix
1567# for backward compatibility:
1568ac_top_builddir=$ac_top_build_prefix
5464f5a1
NN
1569
1570case $srcdir in
81ecdfbb 1571 .) # We are building in place.
5464f5a1 1572 ac_srcdir=.
81ecdfbb
RW
1573 ac_top_srcdir=$ac_top_builddir_sub
1574 ac_abs_top_srcdir=$ac_pwd ;;
1575 [\\/]* | ?:[\\/]* ) # Absolute name.
5464f5a1 1576 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1577 ac_top_srcdir=$srcdir
1578 ac_abs_top_srcdir=$srcdir ;;
1579 *) # Relative name.
1580 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1581 ac_top_srcdir=$ac_top_build_prefix$srcdir
1582 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5464f5a1 1583esac
81ecdfbb
RW
1584ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1585
1586 cd "$ac_dir" || { ac_status=$?; continue; }
1587 # Check for guested configure.
1588 if test -f "$ac_srcdir/configure.gnu"; then
1589 echo &&
1590 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1591 elif test -f "$ac_srcdir/configure"; then
1592 echo &&
1593 $SHELL "$ac_srcdir/configure" --help=recursive
5464f5a1 1594 else
81ecdfbb
RW
1595 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1596 fi || ac_status=$?
1597 cd "$ac_pwd" || { ac_status=$?; break; }
5464f5a1 1598 done
6be7c12c
AO
1599fi
1600
81ecdfbb 1601test -n "$ac_init_help" && exit $ac_status
5464f5a1
NN
1602if $ac_init_version; then
1603 cat <<\_ACEOF
bb695960 1604bfd configure 2.33.50
d0ac1c44 1605generated by GNU Autoconf 2.69
6be7c12c 1606
d0ac1c44 1607Copyright (C) 2012 Free Software Foundation, Inc.
5464f5a1
NN
1608This configure script is free software; the Free Software Foundation
1609gives unlimited permission to copy, distribute and modify it.
1610_ACEOF
81ecdfbb 1611 exit
5464f5a1 1612fi
6be7c12c 1613
81ecdfbb
RW
1614## ------------------------ ##
1615## Autoconf initialization. ##
1616## ------------------------ ##
6be7c12c 1617
81ecdfbb
RW
1618# ac_fn_c_try_compile LINENO
1619# --------------------------
1620# Try to compile conftest.$ac_ext, and return whether this succeeded.
1621ac_fn_c_try_compile ()
5464f5a1 1622{
81ecdfbb
RW
1623 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1624 rm -f conftest.$ac_objext
1625 if { { ac_try="$ac_compile"
1626case "(($ac_try" in
1627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1628 *) ac_try_echo=$ac_try;;
1629esac
1630eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1631$as_echo "$ac_try_echo"; } >&5
1632 (eval "$ac_compile") 2>conftest.err
1633 ac_status=$?
1634 if test -s conftest.err; then
1635 grep -v '^ *+' conftest.err >conftest.er1
1636 cat conftest.er1 >&5
1637 mv -f conftest.er1 conftest.err
1638 fi
1639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1640 test $ac_status = 0; } && {
1641 test -z "$ac_c_werror_flag" ||
1642 test ! -s conftest.err
1643 } && test -s conftest.$ac_objext; then :
1644 ac_retval=0
1645else
1646 $as_echo "$as_me: failed program was:" >&5
1647sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1648
81ecdfbb
RW
1649 ac_retval=1
1650fi
d0ac1c44
SM
1651 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1652 as_fn_set_status $ac_retval
5464f5a1 1653
81ecdfbb 1654} # ac_fn_c_try_compile
5464f5a1 1655
81ecdfbb
RW
1656# ac_fn_c_try_link LINENO
1657# -----------------------
1658# Try to link conftest.$ac_ext, and return whether this succeeded.
1659ac_fn_c_try_link ()
1660{
1661 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1662 rm -f conftest.$ac_objext conftest$ac_exeext
1663 if { { ac_try="$ac_link"
1664case "(($ac_try" in
1665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1666 *) ac_try_echo=$ac_try;;
1667esac
1668eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1669$as_echo "$ac_try_echo"; } >&5
1670 (eval "$ac_link") 2>conftest.err
1671 ac_status=$?
1672 if test -s conftest.err; then
1673 grep -v '^ *+' conftest.err >conftest.er1
1674 cat conftest.er1 >&5
1675 mv -f conftest.er1 conftest.err
1676 fi
1677 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1678 test $ac_status = 0; } && {
1679 test -z "$ac_c_werror_flag" ||
1680 test ! -s conftest.err
1681 } && test -s conftest$ac_exeext && {
1682 test "$cross_compiling" = yes ||
d0ac1c44 1683 test -x conftest$ac_exeext
81ecdfbb
RW
1684 }; then :
1685 ac_retval=0
1686else
1687 $as_echo "$as_me: failed program was:" >&5
1688sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1689
81ecdfbb
RW
1690 ac_retval=1
1691fi
1692 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1693 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1694 # interfere with the next link command; also delete a directory that is
1695 # left behind by Apple's compiler. We do this before executing the actions.
1696 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1697 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1698 as_fn_set_status $ac_retval
6be7c12c 1699
81ecdfbb 1700} # ac_fn_c_try_link
66e25bab 1701
81ecdfbb
RW
1702# ac_fn_c_try_cpp LINENO
1703# ----------------------
1704# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1705ac_fn_c_try_cpp ()
1706{
1707 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1708 if { { ac_try="$ac_cpp conftest.$ac_ext"
1709case "(($ac_try" in
1710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1711 *) ac_try_echo=$ac_try;;
1712esac
1713eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1714$as_echo "$ac_try_echo"; } >&5
1715 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1716 ac_status=$?
1717 if test -s conftest.err; then
1718 grep -v '^ *+' conftest.err >conftest.er1
1719 cat conftest.er1 >&5
1720 mv -f conftest.er1 conftest.err
1721 fi
1722 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1723 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1724 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1725 test ! -s conftest.err
1726 }; then :
1727 ac_retval=0
1728else
1729 $as_echo "$as_me: failed program was:" >&5
1730sed 's/^/| /' conftest.$ac_ext >&5
b3baf5d0 1731
81ecdfbb
RW
1732 ac_retval=1
1733fi
d0ac1c44
SM
1734 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1735 as_fn_set_status $ac_retval
6be7c12c 1736
81ecdfbb 1737} # ac_fn_c_try_cpp
252b5132 1738
81ecdfbb
RW
1739# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1740# -------------------------------------------------------
1741# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1742# the include files in INCLUDES and setting the cache variable VAR
1743# accordingly.
1744ac_fn_c_check_header_mongrel ()
1745{
1746 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1747 if eval \${$3+:} false; then :
81ecdfbb
RW
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1749$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1750if eval \${$3+:} false; then :
81ecdfbb
RW
1751 $as_echo_n "(cached) " >&6
1752fi
1753eval ac_res=\$$3
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1755$as_echo "$ac_res" >&6; }
1756else
1757 # Is the header compilable?
1758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1759$as_echo_n "checking $2 usability... " >&6; }
1760cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1761/* end confdefs.h. */
1762$4
1763#include <$2>
5464f5a1 1764_ACEOF
81ecdfbb
RW
1765if ac_fn_c_try_compile "$LINENO"; then :
1766 ac_header_compiler=yes
1767else
1768 ac_header_compiler=no
1769fi
1770rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1771{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1772$as_echo "$ac_header_compiler" >&6; }
c5d1701e 1773
81ecdfbb
RW
1774# Is the header present?
1775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1776$as_echo_n "checking $2 presence... " >&6; }
1777cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1778/* end confdefs.h. */
1779#include <$2>
1780_ACEOF
1781if ac_fn_c_try_cpp "$LINENO"; then :
1782 ac_header_preproc=yes
1783else
1784 ac_header_preproc=no
1785fi
d0ac1c44 1786rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1787{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1788$as_echo "$ac_header_preproc" >&6; }
6be7c12c 1789
81ecdfbb
RW
1790# So? What about this header?
1791case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1792 yes:no: )
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1794$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1796$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1797 ;;
1798 no:yes:* )
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1800$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1802$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1803 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1804$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1806$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1808$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1809 ;;
1810esac
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1812$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1813if eval \${$3+:} false; then :
81ecdfbb
RW
1814 $as_echo_n "(cached) " >&6
1815else
1816 eval "$3=\$ac_header_compiler"
1817fi
1818eval ac_res=\$$3
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1820$as_echo "$ac_res" >&6; }
1821fi
d0ac1c44 1822 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5464f5a1 1823
81ecdfbb 1824} # ac_fn_c_check_header_mongrel
5464f5a1 1825
81ecdfbb
RW
1826# ac_fn_c_try_run LINENO
1827# ----------------------
1828# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1829# that executables *can* be run.
1830ac_fn_c_try_run ()
5464f5a1 1831{
81ecdfbb
RW
1832 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1833 if { { ac_try="$ac_link"
1834case "(($ac_try" in
1835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1836 *) ac_try_echo=$ac_try;;
1837esac
1838eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1839$as_echo "$ac_try_echo"; } >&5
1840 (eval "$ac_link") 2>&5
1841 ac_status=$?
1842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1843 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1844 { { case "(($ac_try" in
1845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1846 *) ac_try_echo=$ac_try;;
1847esac
1848eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1849$as_echo "$ac_try_echo"; } >&5
1850 (eval "$ac_try") 2>&5
1851 ac_status=$?
1852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1853 test $ac_status = 0; }; }; then :
1854 ac_retval=0
1855else
1856 $as_echo "$as_me: program exited with status $ac_status" >&5
1857 $as_echo "$as_me: failed program was:" >&5
1858sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1859
81ecdfbb
RW
1860 ac_retval=$ac_status
1861fi
1862 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1863 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1864 as_fn_set_status $ac_retval
5464f5a1 1865
81ecdfbb 1866} # ac_fn_c_try_run
5464f5a1 1867
81ecdfbb
RW
1868# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1869# -------------------------------------------------------
1870# Tests whether HEADER exists and can be compiled using the include files in
1871# INCLUDES, setting the cache variable VAR accordingly.
1872ac_fn_c_check_header_compile ()
1873{
1874 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1876$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1877if eval \${$3+:} false; then :
81ecdfbb
RW
1878 $as_echo_n "(cached) " >&6
1879else
1880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1881/* end confdefs.h. */
1882$4
1883#include <$2>
1884_ACEOF
1885if ac_fn_c_try_compile "$LINENO"; then :
1886 eval "$3=yes"
1887else
1888 eval "$3=no"
1889fi
1890rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1891fi
1892eval ac_res=\$$3
1893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1894$as_echo "$ac_res" >&6; }
d0ac1c44 1895 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5464f5a1 1896
81ecdfbb 1897} # ac_fn_c_check_header_compile
5464f5a1 1898
81ecdfbb
RW
1899# ac_fn_c_check_func LINENO FUNC VAR
1900# ----------------------------------
1901# Tests whether FUNC exists, setting the cache variable VAR accordingly
1902ac_fn_c_check_func ()
1903{
1904 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1906$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1907if eval \${$3+:} false; then :
81ecdfbb
RW
1908 $as_echo_n "(cached) " >&6
1909else
1910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1911/* end confdefs.h. */
1912/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1913 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1914#define $2 innocuous_$2
5464f5a1 1915
81ecdfbb
RW
1916/* System header to define __stub macros and hopefully few prototypes,
1917 which can conflict with char $2 (); below.
1918 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1919 <limits.h> exists even on freestanding compilers. */
5464f5a1 1920
81ecdfbb
RW
1921#ifdef __STDC__
1922# include <limits.h>
1923#else
1924# include <assert.h>
1925#endif
5464f5a1 1926
81ecdfbb 1927#undef $2
5464f5a1 1928
81ecdfbb
RW
1929/* Override any GCC internal prototype to avoid an error.
1930 Use char because int might match the return type of a GCC
1931 builtin and then its argument prototype would still apply. */
1932#ifdef __cplusplus
1933extern "C"
1934#endif
1935char $2 ();
1936/* The GNU C library defines this for functions which it implements
1937 to always fail with ENOSYS. Some functions are actually named
1938 something starting with __ and the normal name is an alias. */
1939#if defined __stub_$2 || defined __stub___$2
1940choke me
1941#endif
5464f5a1 1942
81ecdfbb
RW
1943int
1944main ()
1945{
1946return $2 ();
1947 ;
1948 return 0;
1949}
5464f5a1 1950_ACEOF
81ecdfbb
RW
1951if ac_fn_c_try_link "$LINENO"; then :
1952 eval "$3=yes"
1953else
1954 eval "$3=no"
1955fi
1956rm -f core conftest.err conftest.$ac_objext \
1957 conftest$ac_exeext conftest.$ac_ext
1958fi
1959eval ac_res=\$$3
1960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1961$as_echo "$ac_res" >&6; }
d0ac1c44 1962 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5464f5a1 1963
81ecdfbb 1964} # ac_fn_c_check_func
5464f5a1 1965
33c734b2
AM
1966# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1967# -------------------------------------------
1968# Tests whether TYPE exists after having included INCLUDES, setting cache
1969# variable VAR accordingly.
1970ac_fn_c_check_type ()
1971{
1972 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1974$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1975if eval \${$3+:} false; then :
33c734b2
AM
1976 $as_echo_n "(cached) " >&6
1977else
1978 eval "$3=no"
1979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1980/* end confdefs.h. */
1981$4
1982int
1983main ()
1984{
1985if (sizeof ($2))
1986 return 0;
1987 ;
1988 return 0;
1989}
1990_ACEOF
1991if ac_fn_c_try_compile "$LINENO"; then :
1992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1993/* end confdefs.h. */
1994$4
1995int
1996main ()
1997{
1998if (sizeof (($2)))
1999 return 0;
2000 ;
2001 return 0;
2002}
2003_ACEOF
2004if ac_fn_c_try_compile "$LINENO"; then :
2005
2006else
2007 eval "$3=yes"
2008fi
2009rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2010fi
2011rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2012fi
2013eval ac_res=\$$3
2014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2015$as_echo "$ac_res" >&6; }
d0ac1c44 2016 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
33c734b2
AM
2017
2018} # ac_fn_c_check_type
2019
81ecdfbb
RW
2020# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
2021# --------------------------------------------
2022# Tries to find the compile-time value of EXPR in a program that includes
2023# INCLUDES, setting VAR accordingly. Returns whether the value could be
2024# computed
2025ac_fn_c_compute_int ()
2026{
2027 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2028 if test "$cross_compiling" = yes; then
2029 # Depending upon the size, compute the lo and hi bounds.
2030cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2031/* end confdefs.h. */
2032$4
2033int
2034main ()
2035{
2036static int test_array [1 - 2 * !(($2) >= 0)];
d0ac1c44
SM
2037test_array [0] = 0;
2038return test_array [0];
5464f5a1 2039
81ecdfbb
RW
2040 ;
2041 return 0;
2042}
5464f5a1 2043_ACEOF
81ecdfbb
RW
2044if ac_fn_c_try_compile "$LINENO"; then :
2045 ac_lo=0 ac_mid=0
2046 while :; do
2047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2048/* end confdefs.h. */
2049$4
2050int
2051main ()
2052{
2053static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
2054test_array [0] = 0;
2055return test_array [0];
5464f5a1 2056
81ecdfbb
RW
2057 ;
2058 return 0;
2059}
2060_ACEOF
2061if ac_fn_c_try_compile "$LINENO"; then :
2062 ac_hi=$ac_mid; break
5464f5a1 2063else
81ecdfbb
RW
2064 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2065 if test $ac_lo -le $ac_mid; then
2066 ac_lo= ac_hi=
2067 break
2068 fi
2069 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
5464f5a1 2070fi
81ecdfbb
RW
2071rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2072 done
2073else
2074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2075/* end confdefs.h. */
2076$4
2077int
2078main ()
2079{
2080static int test_array [1 - 2 * !(($2) < 0)];
d0ac1c44
SM
2081test_array [0] = 0;
2082return test_array [0];
5464f5a1 2083
81ecdfbb
RW
2084 ;
2085 return 0;
2086}
2087_ACEOF
2088if ac_fn_c_try_compile "$LINENO"; then :
2089 ac_hi=-1 ac_mid=-1
2090 while :; do
2091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2092/* end confdefs.h. */
2093$4
2094int
2095main ()
2096{
2097static int test_array [1 - 2 * !(($2) >= $ac_mid)];
d0ac1c44
SM
2098test_array [0] = 0;
2099return test_array [0];
5464f5a1 2100
81ecdfbb
RW
2101 ;
2102 return 0;
2103}
2104_ACEOF
2105if ac_fn_c_try_compile "$LINENO"; then :
2106 ac_lo=$ac_mid; break
2107else
2108 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2109 if test $ac_mid -le $ac_hi; then
2110 ac_lo= ac_hi=
2111 break
2112 fi
2113 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2114fi
2115rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2116 done
2117else
2118 ac_lo= ac_hi=
2119fi
2120rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2121fi
2122rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2123# Binary search between lo and hi bounds.
2124while test "x$ac_lo" != "x$ac_hi"; do
2125 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2127/* end confdefs.h. */
2128$4
2129int
2130main ()
2131{
2132static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
2133test_array [0] = 0;
2134return test_array [0];
5464f5a1 2135
81ecdfbb
RW
2136 ;
2137 return 0;
2138}
2139_ACEOF
2140if ac_fn_c_try_compile "$LINENO"; then :
2141 ac_hi=$ac_mid
2142else
2143 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2144fi
2145rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2146done
2147case $ac_lo in #((
2148?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2149'') ac_retval=1 ;;
2150esac
2151 else
2152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2153/* end confdefs.h. */
2154$4
2155static long int longval () { return $2; }
2156static unsigned long int ulongval () { return $2; }
2157#include <stdio.h>
2158#include <stdlib.h>
2159int
2160main ()
2161{
5464f5a1 2162
81ecdfbb
RW
2163 FILE *f = fopen ("conftest.val", "w");
2164 if (! f)
2165 return 1;
2166 if (($2) < 0)
2167 {
2168 long int i = longval ();
2169 if (i != ($2))
2170 return 1;
2171 fprintf (f, "%ld", i);
2172 }
2173 else
2174 {
2175 unsigned long int i = ulongval ();
2176 if (i != ($2))
2177 return 1;
2178 fprintf (f, "%lu", i);
2179 }
2180 /* Do not output a trailing newline, as this causes \r\n confusion
2181 on some platforms. */
2182 return ferror (f) || fclose (f) != 0;
5464f5a1 2183
81ecdfbb
RW
2184 ;
2185 return 0;
2186}
2187_ACEOF
2188if ac_fn_c_try_run "$LINENO"; then :
2189 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2190else
2191 ac_retval=1
2192fi
2193rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2194 conftest.$ac_objext conftest.beam conftest.$ac_ext
2195rm -f conftest.val
7357c5b6 2196
81ecdfbb 2197 fi
d0ac1c44
SM
2198 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2199 as_fn_set_status $ac_retval
7357c5b6 2200
81ecdfbb 2201} # ac_fn_c_compute_int
7357c5b6 2202
d0ac1c44
SM
2203# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2204# ---------------------------------------------
2205# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2206# accordingly.
81ecdfbb
RW
2207ac_fn_c_check_decl ()
2208{
2209 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2210 as_decl_name=`echo $2|sed 's/ *(.*//'`
2211 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2213$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
d0ac1c44 2214if eval \${$3+:} false; then :
81ecdfbb
RW
2215 $as_echo_n "(cached) " >&6
2216else
2217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2218/* end confdefs.h. */
2219$4
2220int
2221main ()
2222{
360cfc9c
AM
2223#ifndef $as_decl_name
2224#ifdef __cplusplus
2225 (void) $as_decl_use;
2226#else
2227 (void) $as_decl_name;
2228#endif
81ecdfbb 2229#endif
5464f5a1 2230
81ecdfbb
RW
2231 ;
2232 return 0;
2233}
2234_ACEOF
2235if ac_fn_c_try_compile "$LINENO"; then :
2236 eval "$3=yes"
2237else
2238 eval "$3=no"
5464f5a1 2239fi
81ecdfbb
RW
2240rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2241fi
2242eval ac_res=\$$3
2243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2244$as_echo "$ac_res" >&6; }
d0ac1c44 2245 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5464f5a1 2246
81ecdfbb
RW
2247} # ac_fn_c_check_decl
2248cat >config.log <<_ACEOF
2249This file contains any messages produced by compilers while
2250running configure, to aid debugging if configure makes a mistake.
5464f5a1 2251
bb695960 2252It was created by bfd $as_me 2.33.50, which was
d0ac1c44 2253generated by GNU Autoconf 2.69. Invocation command line was
5464f5a1 2254
81ecdfbb 2255 $ $0 $@
5464f5a1 2256
81ecdfbb
RW
2257_ACEOF
2258exec 5>>config.log
2259{
2260cat <<_ASUNAME
2261## --------- ##
2262## Platform. ##
2263## --------- ##
5464f5a1 2264
81ecdfbb
RW
2265hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2266uname -m = `(uname -m) 2>/dev/null || echo unknown`
2267uname -r = `(uname -r) 2>/dev/null || echo unknown`
2268uname -s = `(uname -s) 2>/dev/null || echo unknown`
2269uname -v = `(uname -v) 2>/dev/null || echo unknown`
5464f5a1 2270
81ecdfbb
RW
2271/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2272/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
5464f5a1 2273
81ecdfbb
RW
2274/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2275/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2276/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2277/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2278/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2279/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2280/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
5464f5a1 2281
81ecdfbb 2282_ASUNAME
5464f5a1 2283
5464f5a1
NN
2284as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2285for as_dir in $PATH
2286do
2287 IFS=$as_save_IFS
2288 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2289 $as_echo "PATH: $as_dir"
2290 done
2291IFS=$as_save_IFS
5464f5a1 2292
81ecdfbb 2293} >&5
5464f5a1 2294
81ecdfbb 2295cat >&5 <<_ACEOF
5464f5a1 2296
5464f5a1 2297
81ecdfbb
RW
2298## ----------- ##
2299## Core tests. ##
2300## ----------- ##
5464f5a1 2301
81ecdfbb
RW
2302_ACEOF
2303
2304
2305# Keep a trace of the command line.
2306# Strip out --no-create and --no-recursion so they do not pile up.
2307# Strip out --silent because we don't want to record it for future runs.
2308# Also quote any args containing shell meta-characters.
2309# Make two passes to allow for proper duplicate-argument suppression.
2310ac_configure_args=
2311ac_configure_args0=
2312ac_configure_args1=
2313ac_must_keep_next=false
2314for ac_pass in 1 2
2315do
2316 for ac_arg
2317 do
2318 case $ac_arg in
2319 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2320 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2321 | -silent | --silent | --silen | --sile | --sil)
2322 continue ;;
2323 *\'*)
2324 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2325 esac
2326 case $ac_pass in
2327 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2328 2)
2329 as_fn_append ac_configure_args1 " '$ac_arg'"
2330 if test $ac_must_keep_next = true; then
2331 ac_must_keep_next=false # Got value, back to normal.
2332 else
2333 case $ac_arg in
2334 *=* | --config-cache | -C | -disable-* | --disable-* \
2335 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2336 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2337 | -with-* | --with-* | -without-* | --without-* | --x)
2338 case "$ac_configure_args0 " in
2339 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2340 esac
2341 ;;
2342 -* ) ac_must_keep_next=true ;;
2343 esac
2344 fi
2345 as_fn_append ac_configure_args " '$ac_arg'"
2346 ;;
2347 esac
2348 done
2349done
2350{ ac_configure_args0=; unset ac_configure_args0;}
2351{ ac_configure_args1=; unset ac_configure_args1;}
2352
2353# When interrupted or exit'd, cleanup temporary files, and complete
2354# config.log. We remove comments because anyway the quotes in there
2355# would cause problems or look ugly.
2356# WARNING: Use '\'' to represent an apostrophe within the trap.
2357# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2358trap 'exit_status=$?
2359 # Save into config.log some information that might help in debugging.
2360 {
2361 echo
2362
d0ac1c44 2363 $as_echo "## ---------------- ##
81ecdfbb 2364## Cache variables. ##
d0ac1c44 2365## ---------------- ##"
81ecdfbb
RW
2366 echo
2367 # The following way of writing the cache mishandles newlines in values,
2368(
2369 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2370 eval ac_val=\$$ac_var
2371 case $ac_val in #(
2372 *${as_nl}*)
2373 case $ac_var in #(
2374 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2375$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2376 esac
2377 case $ac_var in #(
2378 _ | IFS | as_nl) ;; #(
2379 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2380 *) { eval $ac_var=; unset $ac_var;} ;;
2381 esac ;;
2382 esac
2383 done
2384 (set) 2>&1 |
2385 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2386 *${as_nl}ac_space=\ *)
2387 sed -n \
2388 "s/'\''/'\''\\\\'\'''\''/g;
2389 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2390 ;; #(
2391 *)
2392 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2393 ;;
2394 esac |
2395 sort
2396)
2397 echo
2398
d0ac1c44 2399 $as_echo "## ----------------- ##
81ecdfbb 2400## Output variables. ##
d0ac1c44 2401## ----------------- ##"
81ecdfbb
RW
2402 echo
2403 for ac_var in $ac_subst_vars
2404 do
2405 eval ac_val=\$$ac_var
2406 case $ac_val in
2407 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2408 esac
2409 $as_echo "$ac_var='\''$ac_val'\''"
2410 done | sort
2411 echo
2412
2413 if test -n "$ac_subst_files"; then
d0ac1c44 2414 $as_echo "## ------------------- ##
81ecdfbb 2415## File substitutions. ##
d0ac1c44 2416## ------------------- ##"
81ecdfbb
RW
2417 echo
2418 for ac_var in $ac_subst_files
2419 do
2420 eval ac_val=\$$ac_var
2421 case $ac_val in
2422 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2423 esac
2424 $as_echo "$ac_var='\''$ac_val'\''"
2425 done | sort
2426 echo
2427 fi
2428
2429 if test -s confdefs.h; then
d0ac1c44 2430 $as_echo "## ----------- ##
81ecdfbb 2431## confdefs.h. ##
d0ac1c44 2432## ----------- ##"
81ecdfbb
RW
2433 echo
2434 cat confdefs.h
2435 echo
2436 fi
2437 test "$ac_signal" != 0 &&
2438 $as_echo "$as_me: caught signal $ac_signal"
2439 $as_echo "$as_me: exit $exit_status"
2440 } >&5
2441 rm -f core *.core core.conftest.* &&
2442 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2443 exit $exit_status
2444' 0
2445for ac_signal in 1 2 13 15; do
2446 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2447done
2448ac_signal=0
2449
2450# confdefs.h avoids OS command line length limits that DEFS can exceed.
2451rm -f -r conftest* confdefs.h
2452
2453$as_echo "/* confdefs.h */" > confdefs.h
2454
2455# Predefined preprocessor variables.
2456
2457cat >>confdefs.h <<_ACEOF
2458#define PACKAGE_NAME "$PACKAGE_NAME"
2459_ACEOF
2460
2461cat >>confdefs.h <<_ACEOF
2462#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2463_ACEOF
2464
2465cat >>confdefs.h <<_ACEOF
2466#define PACKAGE_VERSION "$PACKAGE_VERSION"
2467_ACEOF
2468
2469cat >>confdefs.h <<_ACEOF
2470#define PACKAGE_STRING "$PACKAGE_STRING"
2471_ACEOF
2472
2473cat >>confdefs.h <<_ACEOF
2474#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2475_ACEOF
2476
2477cat >>confdefs.h <<_ACEOF
2478#define PACKAGE_URL "$PACKAGE_URL"
2479_ACEOF
2480
2481
2482# Let the site file select an alternate cache file if it wants to.
2483# Prefer an explicitly selected file to automatically selected ones.
2484ac_site_file1=NONE
2485ac_site_file2=NONE
2486if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2487 # We do not want a PATH search for config.site.
2488 case $CONFIG_SITE in #((
2489 -*) ac_site_file1=./$CONFIG_SITE;;
2490 */*) ac_site_file1=$CONFIG_SITE;;
2491 *) ac_site_file1=./$CONFIG_SITE;;
2492 esac
81ecdfbb
RW
2493elif test "x$prefix" != xNONE; then
2494 ac_site_file1=$prefix/share/config.site
2495 ac_site_file2=$prefix/etc/config.site
2496else
2497 ac_site_file1=$ac_default_prefix/share/config.site
2498 ac_site_file2=$ac_default_prefix/etc/config.site
2499fi
2500for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2501do
2502 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2503 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2505$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2506 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2507 . "$ac_site_file" \
2508 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2509$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2510as_fn_error $? "failed to load site script $ac_site_file
2511See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
2512 fi
2513done
2514
2515if test -r "$cache_file"; then
d0ac1c44
SM
2516 # Some versions of bash will fail to source /dev/null (special files
2517 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2518 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2519 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2520$as_echo "$as_me: loading cache $cache_file" >&6;}
2521 case $cache_file in
2522 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2523 *) . "./$cache_file";;
2524 esac
2525 fi
2526else
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2528$as_echo "$as_me: creating cache $cache_file" >&6;}
2529 >$cache_file
2530fi
2531
d0ac1c44
SM
2532as_fn_append ac_header_list " stdlib.h"
2533as_fn_append ac_header_list " unistd.h"
2534as_fn_append ac_header_list " sys/param.h"
81ecdfbb
RW
2535# Check that the precious variables saved in the cache have kept the same
2536# value.
2537ac_cache_corrupted=false
2538for ac_var in $ac_precious_vars; do
2539 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2540 eval ac_new_set=\$ac_env_${ac_var}_set
2541 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2542 eval ac_new_val=\$ac_env_${ac_var}_value
2543 case $ac_old_set,$ac_new_set in
2544 set,)
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2546$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2547 ac_cache_corrupted=: ;;
2548 ,set)
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2550$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2551 ac_cache_corrupted=: ;;
2552 ,);;
2553 *)
2554 if test "x$ac_old_val" != "x$ac_new_val"; then
2555 # differences in whitespace do not lead to failure.
2556 ac_old_val_w=`echo x $ac_old_val`
2557 ac_new_val_w=`echo x $ac_new_val`
2558 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2560$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2561 ac_cache_corrupted=:
2562 else
2563 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2564$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2565 eval $ac_var=\$ac_old_val
2566 fi
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2568$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2570$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2571 fi;;
2572 esac
2573 # Pass precious variables to config.status.
2574 if test "$ac_new_set" = set; then
2575 case $ac_new_val in
2576 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2577 *) ac_arg=$ac_var=$ac_new_val ;;
2578 esac
2579 case " $ac_configure_args " in
2580 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2581 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2582 esac
5464f5a1
NN
2583 fi
2584done
81ecdfbb
RW
2585if $ac_cache_corrupted; then
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2587$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2589$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2590 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
81ecdfbb
RW
2591fi
2592## -------------------- ##
2593## Main body of script. ##
2594## -------------------- ##
2595
2596ac_ext=c
2597ac_cpp='$CPP $CPPFLAGS'
2598ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2599ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2600ac_compiler_gnu=$ac_cv_c_compiler_gnu
2601
2602
2603
2604
2605
2606
2607
2608ac_aux_dir=
2609for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
2610 if test -f "$ac_dir/install-sh"; then
2611 ac_aux_dir=$ac_dir
2612 ac_install_sh="$ac_aux_dir/install-sh -c"
2613 break
2614 elif test -f "$ac_dir/install.sh"; then
2615 ac_aux_dir=$ac_dir
2616 ac_install_sh="$ac_aux_dir/install.sh -c"
2617 break
2618 elif test -f "$ac_dir/shtool"; then
2619 ac_aux_dir=$ac_dir
2620 ac_install_sh="$ac_aux_dir/shtool install -c"
2621 break
2622 fi
5464f5a1 2623done
81ecdfbb 2624if test -z "$ac_aux_dir"; then
d0ac1c44 2625 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
81ecdfbb
RW
2626fi
2627
2628# These three variables are undocumented and unsupported,
2629# and are intended to be withdrawn in a future Autoconf release.
2630# They can cause serious problems if a builder's source tree is in a directory
2631# whose full name contains unusual characters.
2632ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2633ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2634ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2635
2636
2637# Make sure we can run config.sub.
2638$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 2639 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
81ecdfbb
RW
2640
2641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2642$as_echo_n "checking build system type... " >&6; }
d0ac1c44 2643if ${ac_cv_build+:} false; then :
81ecdfbb
RW
2644 $as_echo_n "(cached) " >&6
2645else
2646 ac_build_alias=$build_alias
2647test "x$ac_build_alias" = x &&
2648 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2649test "x$ac_build_alias" = x &&
d0ac1c44 2650 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
81ecdfbb 2651ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 2652 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
81ecdfbb
RW
2653
2654fi
2655{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2656$as_echo "$ac_cv_build" >&6; }
2657case $ac_cv_build in
2658*-*-*) ;;
d0ac1c44 2659*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
81ecdfbb
RW
2660esac
2661build=$ac_cv_build
2662ac_save_IFS=$IFS; IFS='-'
2663set x $ac_cv_build
2664shift
2665build_cpu=$1
2666build_vendor=$2
2667shift; shift
2668# Remember, the first character of IFS is used to create $*,
2669# except with old shells:
2670build_os=$*
2671IFS=$ac_save_IFS
2672case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5464f5a1 2673
81ecdfbb
RW
2674
2675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2676$as_echo_n "checking host system type... " >&6; }
d0ac1c44 2677if ${ac_cv_host+:} false; then :
81ecdfbb
RW
2678 $as_echo_n "(cached) " >&6
2679else
2680 if test "x$host_alias" = x; then
2681 ac_cv_host=$ac_cv_build
2682else
2683 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 2684 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5464f5a1 2685fi
81ecdfbb 2686
5464f5a1 2687fi
81ecdfbb
RW
2688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2689$as_echo "$ac_cv_host" >&6; }
2690case $ac_cv_host in
2691*-*-*) ;;
d0ac1c44 2692*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb
RW
2693esac
2694host=$ac_cv_host
2695ac_save_IFS=$IFS; IFS='-'
2696set x $ac_cv_host
2697shift
2698host_cpu=$1
2699host_vendor=$2
2700shift; shift
2701# Remember, the first character of IFS is used to create $*,
2702# except with old shells:
2703host_os=$*
2704IFS=$ac_save_IFS
2705case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2706
2707
2708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2709$as_echo_n "checking target system type... " >&6; }
d0ac1c44 2710if ${ac_cv_target+:} false; then :
81ecdfbb 2711 $as_echo_n "(cached) " >&6
5464f5a1 2712else
81ecdfbb
RW
2713 if test "x$target_alias" = x; then
2714 ac_cv_target=$ac_cv_host
2715else
2716 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 2717 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5464f5a1
NN
2718fi
2719
2720fi
81ecdfbb
RW
2721{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2722$as_echo "$ac_cv_target" >&6; }
2723case $ac_cv_target in
2724*-*-*) ;;
d0ac1c44 2725*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
81ecdfbb
RW
2726esac
2727target=$ac_cv_target
2728ac_save_IFS=$IFS; IFS='-'
2729set x $ac_cv_target
2730shift
2731target_cpu=$1
2732target_vendor=$2
2733shift; shift
2734# Remember, the first character of IFS is used to create $*,
2735# except with old shells:
2736target_os=$*
2737IFS=$ac_save_IFS
2738case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2739
2740
2741# The aliases save the names the user supplied, while $host etc.
2742# will get canonicalized.
2743test -n "$target_alias" &&
2744 test "$program_prefix$program_suffix$program_transform_name" = \
2745 NONENONEs,x,x, &&
2746 program_prefix=${target_alias}-
d0ac1c44
SM
2747# Expand $ac_aux_dir to an absolute path.
2748am_aux_dir=`cd "$ac_aux_dir" && pwd`
2749
81ecdfbb
RW
2750ac_ext=c
2751ac_cpp='$CPP $CPPFLAGS'
2752ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2753ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2754ac_compiler_gnu=$ac_cv_c_compiler_gnu
2755if test -n "$ac_tool_prefix"; then
2756 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2757set dummy ${ac_tool_prefix}gcc; ac_word=$2
2758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2759$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2760if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2761 $as_echo_n "(cached) " >&6
5464f5a1 2762else
81ecdfbb
RW
2763 if test -n "$CC"; then
2764 ac_cv_prog_CC="$CC" # Let the user override the test.
5464f5a1
NN
2765else
2766as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2767for as_dir in $PATH
2768do
2769 IFS=$as_save_IFS
2770 test -z "$as_dir" && as_dir=.
81ecdfbb 2771 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2772 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2773 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2775 break 2
2776 fi
2777done
81ecdfbb
RW
2778 done
2779IFS=$as_save_IFS
5464f5a1
NN
2780
2781fi
2782fi
81ecdfbb
RW
2783CC=$ac_cv_prog_CC
2784if test -n "$CC"; then
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2786$as_echo "$CC" >&6; }
5464f5a1 2787else
81ecdfbb
RW
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2789$as_echo "no" >&6; }
5464f5a1
NN
2790fi
2791
81ecdfbb
RW
2792
2793fi
2794if test -z "$ac_cv_prog_CC"; then
2795 ac_ct_CC=$CC
2796 # Extract the first word of "gcc", so it can be a program name with args.
2797set dummy gcc; ac_word=$2
2798{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2799$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2800if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb
RW
2801 $as_echo_n "(cached) " >&6
2802else
2803 if test -n "$ac_ct_CC"; then
2804 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2805else
2806as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2807for as_dir in $PATH
2808do
2809 IFS=$as_save_IFS
2810 test -z "$as_dir" && as_dir=.
2811 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2812 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2813 ac_cv_prog_ac_ct_CC="gcc"
2814 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2815 break 2
2816 fi
2817done
2818 done
2819IFS=$as_save_IFS
2820
2821fi
2822fi
2823ac_ct_CC=$ac_cv_prog_ac_ct_CC
2824if test -n "$ac_ct_CC"; then
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2826$as_echo "$ac_ct_CC" >&6; }
2827else
2828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2829$as_echo "no" >&6; }
2830fi
2831
2832 if test "x$ac_ct_CC" = x; then
2833 CC=""
2834 else
2835 case $cross_compiling:$ac_tool_warned in
2836yes:)
2837{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2838$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2839ac_tool_warned=yes ;;
2840esac
2841 CC=$ac_ct_CC
2842 fi
2843else
2844 CC="$ac_cv_prog_CC"
2845fi
2846
2847if test -z "$CC"; then
2848 if test -n "$ac_tool_prefix"; then
2849 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2850set dummy ${ac_tool_prefix}cc; ac_word=$2
2851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2852$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2853if ${ac_cv_prog_CC+:} false; then :
81ecdfbb
RW
2854 $as_echo_n "(cached) " >&6
2855else
2856 if test -n "$CC"; then
2857 ac_cv_prog_CC="$CC" # Let the user override the test.
2858else
2859as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2860for as_dir in $PATH
2861do
2862 IFS=$as_save_IFS
2863 test -z "$as_dir" && as_dir=.
2864 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2865 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2866 ac_cv_prog_CC="${ac_tool_prefix}cc"
2867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2868 break 2
2869 fi
2870done
2871 done
2872IFS=$as_save_IFS
2873
5464f5a1 2874fi
81ecdfbb
RW
2875fi
2876CC=$ac_cv_prog_CC
2877if test -n "$CC"; then
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2879$as_echo "$CC" >&6; }
2880else
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2882$as_echo "no" >&6; }
2883fi
2884
5464f5a1 2885
81ecdfbb 2886 fi
5464f5a1
NN
2887fi
2888if test -z "$CC"; then
2889 # Extract the first word of "cc", so it can be a program name with args.
2890set dummy cc; ac_word=$2
81ecdfbb
RW
2891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2892$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2893if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2894 $as_echo_n "(cached) " >&6
5464f5a1
NN
2895else
2896 if test -n "$CC"; then
2897 ac_cv_prog_CC="$CC" # Let the user override the test.
2898else
2899 ac_prog_rejected=no
2900as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2901for as_dir in $PATH
2902do
2903 IFS=$as_save_IFS
2904 test -z "$as_dir" && as_dir=.
81ecdfbb 2905 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2906 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5464f5a1
NN
2907 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2908 ac_prog_rejected=yes
2909 continue
2910 fi
2911 ac_cv_prog_CC="cc"
81ecdfbb 2912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2913 break 2
2914 fi
2915done
81ecdfbb
RW
2916 done
2917IFS=$as_save_IFS
5464f5a1
NN
2918
2919if test $ac_prog_rejected = yes; then
2920 # We found a bogon in the path, so make sure we never use it.
2921 set dummy $ac_cv_prog_CC
2922 shift
2923 if test $# != 0; then
2924 # We chose a different compiler from the bogus one.
2925 # However, it has the same basename, so the bogon will be chosen
2926 # first if we set CC to just the basename; use the full file name.
2927 shift
2928 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2929 fi
2930fi
2931fi
2932fi
2933CC=$ac_cv_prog_CC
2934if test -n "$CC"; then
81ecdfbb
RW
2935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2936$as_echo "$CC" >&6; }
5464f5a1 2937else
81ecdfbb
RW
2938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2939$as_echo "no" >&6; }
5464f5a1
NN
2940fi
2941
81ecdfbb 2942
5464f5a1
NN
2943fi
2944if test -z "$CC"; then
2945 if test -n "$ac_tool_prefix"; then
81ecdfbb 2946 for ac_prog in cl.exe
5464f5a1
NN
2947 do
2948 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2949set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2951$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2952if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2953 $as_echo_n "(cached) " >&6
5464f5a1
NN
2954else
2955 if test -n "$CC"; then
2956 ac_cv_prog_CC="$CC" # Let the user override the test.
2957else
2958as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2959for as_dir in $PATH
2960do
2961 IFS=$as_save_IFS
2962 test -z "$as_dir" && as_dir=.
81ecdfbb 2963 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2964 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5464f5a1 2965 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
2967 break 2
2968 fi
2969done
81ecdfbb
RW
2970 done
2971IFS=$as_save_IFS
5464f5a1
NN
2972
2973fi
2974fi
2975CC=$ac_cv_prog_CC
2976if test -n "$CC"; then
81ecdfbb
RW
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2978$as_echo "$CC" >&6; }
5464f5a1 2979else
81ecdfbb
RW
2980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2981$as_echo "no" >&6; }
5464f5a1
NN
2982fi
2983
81ecdfbb 2984
5464f5a1
NN
2985 test -n "$CC" && break
2986 done
2987fi
2988if test -z "$CC"; then
2989 ac_ct_CC=$CC
81ecdfbb 2990 for ac_prog in cl.exe
5464f5a1
NN
2991do
2992 # Extract the first word of "$ac_prog", so it can be a program name with args.
2993set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2995$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2996if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2997 $as_echo_n "(cached) " >&6
5464f5a1
NN
2998else
2999 if test -n "$ac_ct_CC"; then
3000 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3001else
3002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3003for as_dir in $PATH
3004do
3005 IFS=$as_save_IFS
3006 test -z "$as_dir" && as_dir=.
81ecdfbb 3007 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5464f5a1 3009 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
3011 break 2
3012 fi
3013done
81ecdfbb
RW
3014 done
3015IFS=$as_save_IFS
5464f5a1
NN
3016
3017fi
3018fi
3019ac_ct_CC=$ac_cv_prog_ac_ct_CC
3020if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3022$as_echo "$ac_ct_CC" >&6; }
5464f5a1 3023else
81ecdfbb
RW
3024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3025$as_echo "no" >&6; }
5464f5a1
NN
3026fi
3027
81ecdfbb 3028
5464f5a1
NN
3029 test -n "$ac_ct_CC" && break
3030done
3031
81ecdfbb
RW
3032 if test "x$ac_ct_CC" = x; then
3033 CC=""
3034 else
3035 case $cross_compiling:$ac_tool_warned in
3036yes:)
3037{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3038$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3039ac_tool_warned=yes ;;
3040esac
3041 CC=$ac_ct_CC
3042 fi
5464f5a1
NN
3043fi
3044
3045fi
3046
3047
81ecdfbb
RW
3048test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3049$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3050as_fn_error $? "no acceptable C compiler found in \$PATH
3051See \`config.log' for more details" "$LINENO" 5; }
5464f5a1
NN
3052
3053# Provide some information about the compiler.
81ecdfbb
RW
3054$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3055set X $ac_compile
3056ac_compiler=$2
3057for ac_option in --version -v -V -qversion; do
3058 { { ac_try="$ac_compiler $ac_option >&5"
3059case "(($ac_try" in
3060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3061 *) ac_try_echo=$ac_try;;
3062esac
3063eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3064$as_echo "$ac_try_echo"; } >&5
3065 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
5464f5a1 3066 ac_status=$?
81ecdfbb
RW
3067 if test -s conftest.err; then
3068 sed '10a\
3069... rest of stderr output deleted ...
3070 10q' conftest.err >conftest.er1
3071 cat conftest.er1 >&5
81ecdfbb 3072 fi
d0ac1c44 3073 rm -f conftest.er1 conftest.err
81ecdfbb
RW
3074 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3075 test $ac_status = 0; }
3076done
5464f5a1 3077
81ecdfbb 3078cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3079/* end confdefs.h. */
3080
3081int
3082main ()
3083{
3084
3085 ;
3086 return 0;
3087}
3088_ACEOF
3089ac_clean_files_save=$ac_clean_files
d0ac1c44 3090ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
5464f5a1
NN
3091# Try to create an executable without -o first, disregard a.out.
3092# It will help us diagnose broken compilers, and finding out an intuition
3093# of exeext.
d0ac1c44
SM
3094{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3095$as_echo_n "checking whether the C compiler works... " >&6; }
81ecdfbb
RW
3096ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3097
3098# The possible output files:
3099ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3100
3101ac_rmfiles=
3102for ac_file in $ac_files
3103do
3104 case $ac_file in
3105 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3106 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3107 esac
3108done
3109rm -f $ac_rmfiles
3110
3111if { { ac_try="$ac_link_default"
3112case "(($ac_try" in
3113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3114 *) ac_try_echo=$ac_try;;
3115esac
3116eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3117$as_echo "$ac_try_echo"; } >&5
3118 (eval "$ac_link_default") 2>&5
3119 ac_status=$?
3120 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3121 test $ac_status = 0; }; then :
3122 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3123# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3124# in a Makefile. We should not override ac_cv_exeext if it was cached,
3125# so that the user can short-circuit this test for compilers unknown to
3126# Autoconf.
3127for ac_file in $ac_files ''
5464f5a1
NN
3128do
3129 test -f "$ac_file" || continue
3130 case $ac_file in
81ecdfbb 3131 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
5464f5a1
NN
3132 ;;
3133 [ab].out )
3134 # We found the default executable, but exeext='' is most
3135 # certainly right.
3136 break;;
3137 *.* )
81ecdfbb
RW
3138 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3139 then :; else
3140 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3141 fi
3142 # We set ac_cv_exeext here because the later test for it is not
3143 # safe: cross compilers may not add the suffix if given an `-o'
3144 # argument, so we may need to know it at that point already.
3145 # Even if this section looks crufty: it has the advantage of
3146 # actually working.
5464f5a1
NN
3147 break;;
3148 * )
3149 break;;
3150 esac
3151done
81ecdfbb
RW
3152test "$ac_cv_exeext" = no && ac_cv_exeext=
3153
5464f5a1 3154else
81ecdfbb
RW
3155 ac_file=''
3156fi
81ecdfbb 3157if test -z "$ac_file"; then :
d0ac1c44
SM
3158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3159$as_echo "no" >&6; }
3160$as_echo "$as_me: failed program was:" >&5
5464f5a1
NN
3161sed 's/^/| /' conftest.$ac_ext >&5
3162
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;}
d0ac1c44
SM
3165as_fn_error 77 "C compiler cannot create executables
3166See \`config.log' for more details" "$LINENO" 5; }
3167else
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3169$as_echo "yes" >&6; }
5464f5a1 3170fi
d0ac1c44
SM
3171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3172$as_echo_n "checking for C compiler default output file name... " >&6; }
3173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3174$as_echo "$ac_file" >&6; }
5464f5a1 3175ac_exeext=$ac_cv_exeext
5464f5a1 3176
d0ac1c44 3177rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
5464f5a1 3178ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
3179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3180$as_echo_n "checking for suffix of executables... " >&6; }
3181if { { ac_try="$ac_link"
3182case "(($ac_try" in
3183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3184 *) ac_try_echo=$ac_try;;
3185esac
3186eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3187$as_echo "$ac_try_echo"; } >&5
3188 (eval "$ac_link") 2>&5
5464f5a1 3189 ac_status=$?
81ecdfbb
RW
3190 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3191 test $ac_status = 0; }; then :
5464f5a1
NN
3192 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3193# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3194# work properly (i.e., refer to `conftest.exe'), while it won't with
3195# `rm'.
3196for ac_file in conftest.exe conftest conftest.*; do
3197 test -f "$ac_file" || continue
3198 case $ac_file in
81ecdfbb 3199 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
5464f5a1 3200 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
5464f5a1
NN
3201 break;;
3202 * ) break;;
3203 esac
3204done
3205else
81ecdfbb
RW
3206 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3207$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3208as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3209See \`config.log' for more details" "$LINENO" 5; }
5464f5a1 3210fi
d0ac1c44 3211rm -f conftest conftest$ac_cv_exeext
81ecdfbb
RW
3212{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3213$as_echo "$ac_cv_exeext" >&6; }
5464f5a1
NN
3214
3215rm -f conftest.$ac_ext
3216EXEEXT=$ac_cv_exeext
3217ac_exeext=$EXEEXT
d0ac1c44
SM
3218cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3219/* end confdefs.h. */
3220#include <stdio.h>
3221int
3222main ()
3223{
3224FILE *f = fopen ("conftest.out", "w");
3225 return ferror (f) || fclose (f) != 0;
3226
3227 ;
3228 return 0;
3229}
3230_ACEOF
3231ac_clean_files="$ac_clean_files conftest.out"
3232# Check that the compiler produces executables we can run. If not, either
3233# the compiler is broken, or we cross compile.
3234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3235$as_echo_n "checking whether we are cross compiling... " >&6; }
3236if test "$cross_compiling" != yes; then
3237 { { ac_try="$ac_link"
3238case "(($ac_try" in
3239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3240 *) ac_try_echo=$ac_try;;
3241esac
3242eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3243$as_echo "$ac_try_echo"; } >&5
3244 (eval "$ac_link") 2>&5
3245 ac_status=$?
3246 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3247 test $ac_status = 0; }
3248 if { ac_try='./conftest$ac_cv_exeext'
3249 { { case "(($ac_try" in
3250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3251 *) ac_try_echo=$ac_try;;
3252esac
3253eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3254$as_echo "$ac_try_echo"; } >&5
3255 (eval "$ac_try") 2>&5
3256 ac_status=$?
3257 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3258 test $ac_status = 0; }; }; then
3259 cross_compiling=no
3260 else
3261 if test "$cross_compiling" = maybe; then
3262 cross_compiling=yes
3263 else
3264 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3265$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3266as_fn_error $? "cannot run C compiled programs.
3267If you meant to cross compile, use \`--host'.
3268See \`config.log' for more details" "$LINENO" 5; }
3269 fi
3270 fi
3271fi
3272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3273$as_echo "$cross_compiling" >&6; }
3274
3275rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3276ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
3277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3278$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3279if ${ac_cv_objext+:} false; then :
81ecdfbb 3280 $as_echo_n "(cached) " >&6
5464f5a1 3281else
81ecdfbb 3282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3283/* end confdefs.h. */
3284
3285int
3286main ()
3287{
3288
3289 ;
3290 return 0;
3291}
3292_ACEOF
3293rm -f conftest.o conftest.obj
81ecdfbb
RW
3294if { { ac_try="$ac_compile"
3295case "(($ac_try" in
3296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3297 *) ac_try_echo=$ac_try;;
3298esac
3299eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3300$as_echo "$ac_try_echo"; } >&5
3301 (eval "$ac_compile") 2>&5
3302 ac_status=$?
3303 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3304 test $ac_status = 0; }; then :
3305 for ac_file in conftest.o conftest.obj conftest.*; do
3306 test -f "$ac_file" || continue;
5464f5a1 3307 case $ac_file in
81ecdfbb 3308 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
5464f5a1
NN
3309 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3310 break;;
3311 esac
3312done
3313else
81ecdfbb 3314 $as_echo "$as_me: failed program was:" >&5
5464f5a1
NN
3315sed 's/^/| /' conftest.$ac_ext >&5
3316
81ecdfbb
RW
3317{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3318$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3319as_fn_error $? "cannot compute suffix of object files: cannot compile
3320See \`config.log' for more details" "$LINENO" 5; }
5464f5a1 3321fi
5464f5a1
NN
3322rm -f conftest.$ac_cv_objext conftest.$ac_ext
3323fi
81ecdfbb
RW
3324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3325$as_echo "$ac_cv_objext" >&6; }
5464f5a1
NN
3326OBJEXT=$ac_cv_objext
3327ac_objext=$OBJEXT
81ecdfbb
RW
3328{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3329$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3330if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 3331 $as_echo_n "(cached) " >&6
5464f5a1 3332else
81ecdfbb 3333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3334/* end confdefs.h. */
3335
3336int
3337main ()
3338{
3339#ifndef __GNUC__
3340 choke me
3341#endif
3342
3343 ;
3344 return 0;
3345}
3346_ACEOF
81ecdfbb 3347if ac_fn_c_try_compile "$LINENO"; then :
5464f5a1
NN
3348 ac_compiler_gnu=yes
3349else
81ecdfbb 3350 ac_compiler_gnu=no
5464f5a1 3351fi
81ecdfbb 3352rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5464f5a1
NN
3353ac_cv_c_compiler_gnu=$ac_compiler_gnu
3354
3355fi
81ecdfbb
RW
3356{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3357$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3358if test $ac_compiler_gnu = yes; then
3359 GCC=yes
3360else
3361 GCC=
3362fi
5464f5a1
NN
3363ac_test_CFLAGS=${CFLAGS+set}
3364ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3365{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3366$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3367if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
3368 $as_echo_n "(cached) " >&6
3369else
3370 ac_save_c_werror_flag=$ac_c_werror_flag
3371 ac_c_werror_flag=yes
3372 ac_cv_prog_cc_g=no
3373 CFLAGS="-g"
3374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3375/* end confdefs.h. */
3376
3377int
3378main ()
3379{
3380
3381 ;
3382 return 0;
3383}
3384_ACEOF
81ecdfbb 3385if ac_fn_c_try_compile "$LINENO"; then :
5464f5a1
NN
3386 ac_cv_prog_cc_g=yes
3387else
81ecdfbb
RW
3388 CFLAGS=""
3389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3390/* end confdefs.h. */
5464f5a1 3391
81ecdfbb
RW
3392int
3393main ()
3394{
3395
3396 ;
3397 return 0;
3398}
3399_ACEOF
3400if ac_fn_c_try_compile "$LINENO"; then :
3401
3402else
3403 ac_c_werror_flag=$ac_save_c_werror_flag
3404 CFLAGS="-g"
3405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3406/* end confdefs.h. */
3407
3408int
3409main ()
3410{
3411
3412 ;
3413 return 0;
3414}
3415_ACEOF
3416if ac_fn_c_try_compile "$LINENO"; then :
3417 ac_cv_prog_cc_g=yes
3418fi
3419rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5464f5a1 3420fi
81ecdfbb 3421rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5464f5a1 3422fi
81ecdfbb
RW
3423rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3424 ac_c_werror_flag=$ac_save_c_werror_flag
3425fi
3426{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3427$as_echo "$ac_cv_prog_cc_g" >&6; }
5464f5a1
NN
3428if test "$ac_test_CFLAGS" = set; then
3429 CFLAGS=$ac_save_CFLAGS
3430elif test $ac_cv_prog_cc_g = yes; then
3431 if test "$GCC" = yes; then
3432 CFLAGS="-g -O2"
3433 else
3434 CFLAGS="-g"
3435 fi
3436else
3437 if test "$GCC" = yes; then
3438 CFLAGS="-O2"
3439 else
3440 CFLAGS=
3441 fi
3442fi
81ecdfbb
RW
3443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3444$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3445if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 3446 $as_echo_n "(cached) " >&6
5464f5a1 3447else
81ecdfbb 3448 ac_cv_prog_cc_c89=no
5464f5a1 3449ac_save_CC=$CC
81ecdfbb 3450cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3451/* end confdefs.h. */
3452#include <stdarg.h>
3453#include <stdio.h>
d0ac1c44 3454struct stat;
5464f5a1
NN
3455/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3456struct buf { int x; };
3457FILE * (*rcsopen) (struct buf *, struct stat *, int);
3458static char *e (p, i)
3459 char **p;
3460 int i;
3461{
3462 return p[i];
3463}
3464static char *f (char * (*g) (char **, int), char **p, ...)
3465{
3466 char *s;
3467 va_list v;
3468 va_start (v,p);
3469 s = g (p, va_arg (v,int));
3470 va_end (v);
3471 return s;
3472}
3473
3474/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3475 function prototypes and stuff, but not '\xHH' hex character constants.
3476 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3477 as 'x'. The following induces an error, until -std is added to get
5464f5a1
NN
3478 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3479 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3480 that's true only with -std. */
5464f5a1
NN
3481int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3482
81ecdfbb
RW
3483/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3484 inside strings and character constants. */
3485#define FOO(x) 'x'
3486int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3487
5464f5a1
NN
3488int test (int i, double x);
3489struct s1 {int (*f) (int a);};
3490struct s2 {int (*f) (double a);};
3491int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3492int argc;
3493char **argv;
3494int
3495main ()
3496{
3497return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3498 ;
3499 return 0;
3500}
3501_ACEOF
81ecdfbb
RW
3502for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3503 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5464f5a1
NN
3504do
3505 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3506 if ac_fn_c_try_compile "$LINENO"; then :
3507 ac_cv_prog_cc_c89=$ac_arg
5464f5a1 3508fi
81ecdfbb
RW
3509rm -f core conftest.err conftest.$ac_objext
3510 test "x$ac_cv_prog_cc_c89" != "xno" && break
5464f5a1 3511done
81ecdfbb 3512rm -f conftest.$ac_ext
5464f5a1
NN
3513CC=$ac_save_CC
3514
3515fi
81ecdfbb
RW
3516# AC_CACHE_VAL
3517case "x$ac_cv_prog_cc_c89" in
3518 x)
3519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3520$as_echo "none needed" >&6; } ;;
3521 xno)
3522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3523$as_echo "unsupported" >&6; } ;;
5464f5a1 3524 *)
81ecdfbb
RW
3525 CC="$CC $ac_cv_prog_cc_c89"
3526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3527$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5464f5a1 3528esac
81ecdfbb 3529if test "x$ac_cv_prog_cc_c89" != xno; then :
5464f5a1
NN
3530
3531fi
5464f5a1 3532
5464f5a1
NN
3533ac_ext=c
3534ac_cpp='$CPP $CPPFLAGS'
3535ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3536ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3537ac_compiler_gnu=$ac_cv_c_compiler_gnu
3538
d0ac1c44
SM
3539ac_ext=c
3540ac_cpp='$CPP $CPPFLAGS'
3541ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3542ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3543ac_compiler_gnu=$ac_cv_c_compiler_gnu
3544{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3545$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3546if ${am_cv_prog_cc_c_o+:} false; then :
3547 $as_echo_n "(cached) " >&6
3548else
3549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3550/* end confdefs.h. */
3551
3552int
3553main ()
3554{
3555
3556 ;
3557 return 0;
3558}
3559_ACEOF
3560 # Make sure it works both with $CC and with simple cc.
3561 # Following AC_PROG_CC_C_O, we do the test twice because some
3562 # compilers refuse to overwrite an existing .o file with -o,
3563 # though they will create one.
3564 am_cv_prog_cc_c_o=yes
3565 for am_i in 1 2; do
3566 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3567 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3568 ac_status=$?
3569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3570 (exit $ac_status); } \
3571 && test -f conftest2.$ac_objext; then
3572 : OK
3573 else
3574 am_cv_prog_cc_c_o=no
3575 break
3576 fi
3577 done
3578 rm -f core conftest*
3579 unset am_i
3580fi
3581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3582$as_echo "$am_cv_prog_cc_c_o" >&6; }
3583if test "$am_cv_prog_cc_c_o" != yes; then
3584 # Losing compiler, so override with the script.
3585 # FIXME: It is wrong to rewrite CC.
3586 # But if we don't then we get into trouble of one sort or another.
3587 # A longer-term fix would be to have automake use am__CC in this case,
3588 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3589 CC="$am_aux_dir/compile $CC"
3590fi
3591ac_ext=c
3592ac_cpp='$CPP $CPPFLAGS'
3593ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3594ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3595ac_compiler_gnu=$ac_cv_c_compiler_gnu
3596
3597
5464f5a1 3598
81ecdfbb
RW
3599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3600$as_echo_n "checking for library containing strerror... " >&6; }
d0ac1c44 3601if ${ac_cv_search_strerror+:} false; then :
81ecdfbb 3602 $as_echo_n "(cached) " >&6
5464f5a1 3603else
f5385ebf 3604 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3605cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
3606/* end confdefs.h. */
3607
81ecdfbb
RW
3608/* Override any GCC internal prototype to avoid an error.
3609 Use char because int might match the return type of a GCC
3610 builtin and then its argument prototype would still apply. */
5464f5a1
NN
3611#ifdef __cplusplus
3612extern "C"
3613#endif
5464f5a1
NN
3614char strerror ();
3615int
3616main ()
3617{
81ecdfbb 3618return strerror ();
5464f5a1
NN
3619 ;
3620 return 0;
3621}
3622_ACEOF
81ecdfbb
RW
3623for ac_lib in '' cposix; do
3624 if test -z "$ac_lib"; then
3625 ac_res="none required"
3626 else
3627 ac_res=-l$ac_lib
f5385ebf 3628 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3629 fi
3630 if ac_fn_c_try_link "$LINENO"; then :
3631 ac_cv_search_strerror=$ac_res
3632fi
3633rm -f core conftest.err conftest.$ac_objext \
3634 conftest$ac_exeext
d0ac1c44 3635 if ${ac_cv_search_strerror+:} false; then :
81ecdfbb
RW
3636 break
3637fi
3638done
d0ac1c44 3639if ${ac_cv_search_strerror+:} false; then :
f5385ebf 3640
f5385ebf 3641else
81ecdfbb 3642 ac_cv_search_strerror=no
5464f5a1 3643fi
81ecdfbb 3644rm conftest.$ac_ext
f5385ebf
AM
3645LIBS=$ac_func_search_save_LIBS
3646fi
81ecdfbb
RW
3647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3648$as_echo "$ac_cv_search_strerror" >&6; }
3649ac_res=$ac_cv_search_strerror
3650if test "$ac_res" != no; then :
3651 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
5464f5a1 3652
f5385ebf 3653fi
5464f5a1
NN
3654
3655
d0ac1c44 3656am__api_version='1.15'
81ecdfbb 3657
5464f5a1
NN
3658# Find a good install program. We prefer a C program (faster),
3659# so one script is as good as another. But avoid the broken or
3660# incompatible versions:
3661# SysV /etc/install, /usr/sbin/install
3662# SunOS /usr/etc/install
3663# IRIX /sbin/install
3664# AIX /bin/install
3665# AmigaOS /C/install, which installs bootblocks on floppy discs
252b5132
RH
3666# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3667# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3668# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5464f5a1 3669# OS/2's system install, which has a completely different semantic
252b5132 3670# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3671# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3672{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3673$as_echo_n "checking for a BSD-compatible install... " >&6; }
252b5132 3674if test -z "$INSTALL"; then
d0ac1c44 3675if ${ac_cv_path_install+:} false; then :
81ecdfbb 3676 $as_echo_n "(cached) " >&6
252b5132 3677else
5464f5a1
NN
3678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3679for as_dir in $PATH
3680do
3681 IFS=$as_save_IFS
3682 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3683 # Account for people who put trailing slashes in PATH elements.
3684case $as_dir/ in #((
3685 ./ | .// | /[cC]/* | \
5464f5a1 3686 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3687 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5464f5a1
NN
3688 /usr/ucb/* ) ;;
3689 *)
3690 # OSF1 and SCO ODT 3.0 have their own names for install.
3691 # Don't use installbsd from OSF since it installs stuff as root
3692 # by default.
3693 for ac_prog in ginstall scoinst install; do
3694 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3695 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
252b5132 3696 if test $ac_prog = install &&
5464f5a1 3697 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3698 # AIX install. It has an incompatible calling convention.
3699 :
5464f5a1
NN
3700 elif test $ac_prog = install &&
3701 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3702 # program-specific install script used by HP pwplus--don't use.
3703 :
252b5132 3704 else
58c85be7
RW
3705 rm -rf conftest.one conftest.two conftest.dir
3706 echo one > conftest.one
3707 echo two > conftest.two
3708 mkdir conftest.dir
3709 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3710 test -s conftest.one && test -s conftest.two &&
3711 test -s conftest.dir/conftest.one &&
3712 test -s conftest.dir/conftest.two
3713 then
3714 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3715 break 3
3716 fi
252b5132
RH
3717 fi
3718 fi
3719 done
5464f5a1
NN
3720 done
3721 ;;
3722esac
81ecdfbb
RW
3723
3724 done
3725IFS=$as_save_IFS
5464f5a1 3726
58c85be7 3727rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3728
3729fi
3730 if test "${ac_cv_path_install+set}" = set; then
5464f5a1 3731 INSTALL=$ac_cv_path_install
252b5132 3732 else
58c85be7
RW
3733 # As a last resort, use the slow shell script. Don't cache a
3734 # value for INSTALL within a source directory, because that will
252b5132 3735 # break other packages using the cache if that directory is
58c85be7 3736 # removed, or if the value is a relative name.
5464f5a1 3737 INSTALL=$ac_install_sh
252b5132
RH
3738 fi
3739fi
81ecdfbb
RW
3740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3741$as_echo "$INSTALL" >&6; }
252b5132
RH
3742
3743# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3744# It thinks the first close brace ends the variable substitution.
3745test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3746
5464f5a1 3747test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3748
3749test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3750
81ecdfbb
RW
3751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3752$as_echo_n "checking whether build environment is sane... " >&6; }
81ecdfbb
RW
3753# Reject unsafe characters in $srcdir or the absolute working directory
3754# name. Accept space and tab only in the latter.
3755am_lf='
3756'
3757case `pwd` in
3758 *[\\\"\#\$\&\'\`$am_lf]*)
d0ac1c44 3759 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
81ecdfbb
RW
3760esac
3761case $srcdir in
3762 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
d0ac1c44 3763 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
81ecdfbb
RW
3764esac
3765
d0ac1c44 3766# Do 'set' in a subshell so we don't clobber the current shell's
252b5132
RH
3767# arguments. Must try -L first in case configure is actually a
3768# symlink; some systems play weird games with the mod time of symlinks
3769# (eg FreeBSD returns the mod time of the symlink's containing
3770# directory).
3771if (
d0ac1c44
SM
3772 am_has_slept=no
3773 for am_try in 1 2; do
3774 echo "timestamp, slept: $am_has_slept" > conftest.file
3775 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3776 if test "$*" = "X"; then
3777 # -L didn't work.
3778 set X `ls -t "$srcdir/configure" conftest.file`
3779 fi
3780 if test "$*" != "X $srcdir/configure conftest.file" \
3781 && test "$*" != "X conftest.file $srcdir/configure"; then
3782
3783 # If neither matched, then we have a broken ls. This can happen
3784 # if, for instance, CONFIG_SHELL is bash and it inherits a
3785 # broken ls alias from the environment. This has actually
3786 # happened. Such a system could not be considered "sane".
3787 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3788 alias in your environment" "$LINENO" 5
3789 fi
3790 if test "$2" = conftest.file || test $am_try -eq 2; then
3791 break
3792 fi
3793 # Just in case.
3794 sleep 1
3795 am_has_slept=yes
3796 done
f5385ebf 3797 test "$2" = conftest.file
252b5132
RH
3798 )
3799then
3800 # Ok.
3801 :
3802else
d0ac1c44 3803 as_fn_error $? "newly created file is older than distributed files!
81ecdfbb 3804Check your system clock" "$LINENO" 5
252b5132 3805fi
81ecdfbb
RW
3806{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3807$as_echo "yes" >&6; }
d0ac1c44
SM
3808# If we didn't sleep, we still need to ensure time stamps of config.status and
3809# generated files are strictly newer.
3810am_sleep_pid=
3811if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3812 ( sleep 1 ) &
3813 am_sleep_pid=$!
3814fi
3815
3816rm -f conftest.file
3817
252b5132 3818test "$program_prefix" != NONE &&
81ecdfbb 3819 program_transform_name="s&^&$program_prefix&;$program_transform_name"
252b5132
RH
3820# Use a double $ so make ignores it.
3821test "$program_suffix" != NONE &&
81ecdfbb
RW
3822 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3823# Double any \ or $.
5464f5a1 3824# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3825ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3826program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5464f5a1 3827
81ecdfbb
RW
3828if test x"${MISSING+set}" != xset; then
3829 case $am_aux_dir in
3830 *\ * | *\ *)
3831 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3832 *)
3833 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3834 esac
3835fi
f5385ebf 3836# Use eval to expand $SHELL
d0ac1c44
SM
3837if eval "$MISSING --is-lightweight"; then
3838 am_missing_run="$MISSING "
f5385ebf
AM
3839else
3840 am_missing_run=
d0ac1c44
SM
3841 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3842$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
81ecdfbb
RW
3843fi
3844
d0ac1c44 3845if test x"${install_sh+set}" != xset; then
81ecdfbb
RW
3846 case $am_aux_dir in
3847 *\ * | *\ *)
3848 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3849 *)
3850 install_sh="\${SHELL} $am_aux_dir/install-sh"
3851 esac
3852fi
3853
d0ac1c44
SM
3854# Installed binaries are usually stripped using 'strip' when the user
3855# run "make install-strip". However 'strip' might not be the right
81ecdfbb 3856# tool to use in cross-compilation environments, therefore Automake
d0ac1c44 3857# will honor the 'STRIP' environment variable to overrule this program.
81ecdfbb
RW
3858if test "$cross_compiling" != no; then
3859 if test -n "$ac_tool_prefix"; then
3860 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3861set dummy ${ac_tool_prefix}strip; ac_word=$2
3862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3863$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3864if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb
RW
3865 $as_echo_n "(cached) " >&6
3866else
3867 if test -n "$STRIP"; then
3868 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3869else
3870as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3871for as_dir in $PATH
3872do
3873 IFS=$as_save_IFS
3874 test -z "$as_dir" && as_dir=.
3875 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3877 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3879 break 2
3880 fi
3881done
3882 done
3883IFS=$as_save_IFS
3884
3885fi
3886fi
3887STRIP=$ac_cv_prog_STRIP
3888if test -n "$STRIP"; then
3889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3890$as_echo "$STRIP" >&6; }
3891else
3892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3893$as_echo "no" >&6; }
3894fi
3895
3896
3897fi
3898if test -z "$ac_cv_prog_STRIP"; then
3899 ac_ct_STRIP=$STRIP
3900 # Extract the first word of "strip", so it can be a program name with args.
3901set dummy strip; ac_word=$2
3902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3903$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3904if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb
RW
3905 $as_echo_n "(cached) " >&6
3906else
3907 if test -n "$ac_ct_STRIP"; then
3908 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3909else
3910as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3911for as_dir in $PATH
3912do
3913 IFS=$as_save_IFS
3914 test -z "$as_dir" && as_dir=.
3915 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3916 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3917 ac_cv_prog_ac_ct_STRIP="strip"
3918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3919 break 2
3920 fi
3921done
3922 done
3923IFS=$as_save_IFS
3924
3925fi
3926fi
3927ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3928if test -n "$ac_ct_STRIP"; then
3929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3930$as_echo "$ac_ct_STRIP" >&6; }
3931else
3932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3933$as_echo "no" >&6; }
3934fi
3935
3936 if test "x$ac_ct_STRIP" = x; then
3937 STRIP=":"
3938 else
3939 case $cross_compiling:$ac_tool_warned in
3940yes:)
3941{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3942$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3943ac_tool_warned=yes ;;
3944esac
3945 STRIP=$ac_ct_STRIP
3946 fi
3947else
3948 STRIP="$ac_cv_prog_STRIP"
3949fi
3950
3951fi
3952INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3953
3954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3955$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3956if test -z "$MKDIR_P"; then
d0ac1c44 3957 if ${ac_cv_path_mkdir+:} false; then :
81ecdfbb
RW
3958 $as_echo_n "(cached) " >&6
3959else
3960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3961for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3962do
3963 IFS=$as_save_IFS
3964 test -z "$as_dir" && as_dir=.
3965 for ac_prog in mkdir gmkdir; do
3966 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3967 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
81ecdfbb
RW
3968 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3969 'mkdir (GNU coreutils) '* | \
3970 'mkdir (coreutils) '* | \
3971 'mkdir (fileutils) '4.1*)
3972 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3973 break 3;;
3974 esac
3975 done
3976 done
f5385ebf 3977 done
81ecdfbb
RW
3978IFS=$as_save_IFS
3979
3980fi
3981
d0ac1c44 3982 test -d ./--version && rmdir ./--version
81ecdfbb
RW
3983 if test "${ac_cv_path_mkdir+set}" = set; then
3984 MKDIR_P="$ac_cv_path_mkdir -p"
f5385ebf 3985 else
81ecdfbb
RW
3986 # As a last resort, use the slow shell script. Don't cache a
3987 # value for MKDIR_P within a source directory, because that will
3988 # break other packages using the cache if that directory is
3989 # removed, or if the value is a relative name.
81ecdfbb 3990 MKDIR_P="$ac_install_sh -d"
f5385ebf
AM
3991 fi
3992fi
81ecdfbb
RW
3993{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3994$as_echo "$MKDIR_P" >&6; }
3995
f5385ebf
AM
3996for ac_prog in gawk mawk nawk awk
3997do
3998 # Extract the first word of "$ac_prog", so it can be a program name with args.
3999set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4001$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4002if ${ac_cv_prog_AWK+:} false; then :
81ecdfbb 4003 $as_echo_n "(cached) " >&6
f5385ebf
AM
4004else
4005 if test -n "$AWK"; then
4006 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4007else
4008as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4009for as_dir in $PATH
4010do
4011 IFS=$as_save_IFS
4012 test -z "$as_dir" && as_dir=.
81ecdfbb 4013 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4014 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f5385ebf 4015 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 4016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f5385ebf
AM
4017 break 2
4018 fi
4019done
81ecdfbb
RW
4020 done
4021IFS=$as_save_IFS
f5385ebf
AM
4022
4023fi
4024fi
4025AWK=$ac_cv_prog_AWK
4026if test -n "$AWK"; then
81ecdfbb
RW
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4028$as_echo "$AWK" >&6; }
f5385ebf 4029else
81ecdfbb
RW
4030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4031$as_echo "no" >&6; }
f5385ebf
AM
4032fi
4033
81ecdfbb 4034
f5385ebf
AM
4035 test -n "$AWK" && break
4036done
4037
81ecdfbb
RW
4038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4039$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4040set x ${MAKE-make}
4041ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
d0ac1c44 4042if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
81ecdfbb 4043 $as_echo_n "(cached) " >&6
5464f5a1
NN
4044else
4045 cat >conftest.make <<\_ACEOF
81ecdfbb 4046SHELL = /bin/sh
252b5132 4047all:
81ecdfbb 4048 @echo '@@@%%%=$(MAKE)=@@@%%%'
5464f5a1 4049_ACEOF
d0ac1c44 4050# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
4051case `${MAKE-make} -f conftest.make 2>/dev/null` in
4052 *@@@%%%=?*=@@@%%%*)
4053 eval ac_cv_prog_make_${ac_make}_set=yes;;
4054 *)
4055 eval ac_cv_prog_make_${ac_make}_set=no;;
4056esac
5464f5a1 4057rm -f conftest.make
252b5132 4058fi
81ecdfbb
RW
4059if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4061$as_echo "yes" >&6; }
252b5132
RH
4062 SET_MAKE=
4063else
81ecdfbb
RW
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4065$as_echo "no" >&6; }
252b5132
RH
4066 SET_MAKE="MAKE=${MAKE-make}"
4067fi
4068
f5385ebf
AM
4069rm -rf .tst 2>/dev/null
4070mkdir .tst 2>/dev/null
4071if test -d .tst; then
4072 am__leading_dot=.
4073else
4074 am__leading_dot=_
4075fi
4076rmdir .tst 2>/dev/null
4077
4078DEPDIR="${am__leading_dot}deps"
4079
81ecdfbb 4080ac_config_commands="$ac_config_commands depfiles"
f5385ebf
AM
4081
4082
4083am_make=${MAKE-make}
4084cat > confinc << 'END'
4085am__doit:
81ecdfbb 4086 @echo this is the am__doit target
f5385ebf
AM
4087.PHONY: am__doit
4088END
4089# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
4090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4091$as_echo_n "checking for style of include used by $am_make... " >&6; }
f5385ebf
AM
4092am__include="#"
4093am__quote=
4094_am_result=none
4095# First try GNU make style include.
4096echo "include confinc" > confmf
d0ac1c44 4097# Ignore all kinds of additional output from 'make'.
81ecdfbb
RW
4098case `$am_make -s -f confmf 2> /dev/null` in #(
4099*the\ am__doit\ target*)
4100 am__include=include
4101 am__quote=
4102 _am_result=GNU
4103 ;;
4104esac
f5385ebf
AM
4105# Now try BSD make style include.
4106if test "$am__include" = "#"; then
4107 echo '.include "confinc"' > confmf
81ecdfbb
RW
4108 case `$am_make -s -f confmf 2> /dev/null` in #(
4109 *the\ am__doit\ target*)
4110 am__include=.include
4111 am__quote="\""
4112 _am_result=BSD
4113 ;;
4114 esac
f5385ebf
AM
4115fi
4116
4117
81ecdfbb
RW
4118{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4119$as_echo "$_am_result" >&6; }
f5385ebf
AM
4120rm -f confinc confmf
4121
81ecdfbb
RW
4122# Check whether --enable-dependency-tracking was given.
4123if test "${enable_dependency_tracking+set}" = set; then :
4124 enableval=$enable_dependency_tracking;
4125fi
f5385ebf 4126
f5385ebf
AM
4127if test "x$enable_dependency_tracking" != xno; then
4128 am_depcomp="$ac_aux_dir/depcomp"
4129 AMDEPBACKSLASH='\'
6eb7d830 4130 am__nodep='_no'
f5385ebf 4131fi
81ecdfbb 4132 if test "x$enable_dependency_tracking" != xno; then
f5385ebf
AM
4133 AMDEP_TRUE=
4134 AMDEP_FALSE='#'
4135else
4136 AMDEP_TRUE='#'
4137 AMDEP_FALSE=
4138fi
6be7c12c 4139
252b5132 4140
d0ac1c44
SM
4141# Check whether --enable-silent-rules was given.
4142if test "${enable_silent_rules+set}" = set; then :
4143 enableval=$enable_silent_rules;
4144fi
4145
4146case $enable_silent_rules in # (((
4147 yes) AM_DEFAULT_VERBOSITY=0;;
4148 no) AM_DEFAULT_VERBOSITY=1;;
4149 *) AM_DEFAULT_VERBOSITY=1;;
4150esac
4151am_make=${MAKE-make}
4152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4153$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4154if ${am_cv_make_support_nested_variables+:} false; then :
4155 $as_echo_n "(cached) " >&6
4156else
4157 if $as_echo 'TRUE=$(BAR$(V))
4158BAR0=false
4159BAR1=true
4160V=1
4161am__doit:
4162 @$(TRUE)
4163.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4164 am_cv_make_support_nested_variables=yes
4165else
4166 am_cv_make_support_nested_variables=no
4167fi
4168fi
4169{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4170$as_echo "$am_cv_make_support_nested_variables" >&6; }
4171if test $am_cv_make_support_nested_variables = yes; then
4172 AM_V='$(V)'
4173 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4174else
4175 AM_V=$AM_DEFAULT_VERBOSITY
4176 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4177fi
4178AM_BACKSLASH='\'
4179
81ecdfbb
RW
4180if test "`cd $srcdir && pwd`" != "`pwd`"; then
4181 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4182 # is not polluted with repeated "-I."
4183 am__isrc=' -I$(srcdir)'
4184 # test to see if srcdir already configured
4185 if test -f $srcdir/config.status; then
d0ac1c44 4186 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
81ecdfbb 4187 fi
252b5132 4188fi
5464f5a1 4189
f5385ebf
AM
4190# test whether we have cygpath
4191if test -z "$CYGPATH_W"; then
4192 if (cygpath --version) >/dev/null 2>/dev/null; then
4193 CYGPATH_W='cygpath -w'
4194 else
4195 CYGPATH_W=echo
4196 fi
4197fi
4198
4199
4200# Define the identity of the package.
c4dd807e 4201 PACKAGE='bfd'
bb695960 4202 VERSION='2.33.50'
f5385ebf
AM
4203
4204
5464f5a1 4205cat >>confdefs.h <<_ACEOF
252b5132 4206#define PACKAGE "$PACKAGE"
5464f5a1 4207_ACEOF
252b5132 4208
5464f5a1
NN
4209
4210cat >>confdefs.h <<_ACEOF
252b5132 4211#define VERSION "$VERSION"
5464f5a1 4212_ACEOF
252b5132 4213
f5385ebf
AM
4214# Some tools Automake needs.
4215
4216ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4217
4218
4219AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4220
4221
4222AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4223
4224
4225AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4226
4227
4228MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
6be7c12c 4229
d0ac1c44
SM
4230# For better backward compatibility. To be removed once Automake 1.9.x
4231# dies out for good. For more background, see:
4232# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4233# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4234mkdir_p='$(MKDIR_P)'
4235
4236# We need awk for the "check" target (and possibly the TAP driver). The
4237# system "awk" is bad on some platforms.
6eb7d830
AM
4238# Always define AMTAR for backward compatibility. Yes, it's still used
4239# in the wild :-( We should find a proper way to deprecate it ...
4240AMTAR='$${TAR-tar}'
f5385ebf 4241
d0ac1c44
SM
4242
4243# We'll loop over all known methods to create a tar archive until one works.
4244_am_tools='gnutar pax cpio none'
4245
6eb7d830 4246am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
f5385ebf 4247
252b5132 4248
f5385ebf
AM
4249
4250
d0ac1c44 4251
f5385ebf
AM
4252depcc="$CC" am_compiler_list=
4253
81ecdfbb
RW
4254{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4255$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 4256if ${am_cv_CC_dependencies_compiler_type+:} false; then :
81ecdfbb 4257 $as_echo_n "(cached) " >&6
252b5132 4258else
f5385ebf
AM
4259 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4260 # We make a subdir and do the tests there. Otherwise we can end up
4261 # making bogus files that we don't know about and never remove. For
4262 # instance it was reported that on HP-UX the gcc test will end up
d0ac1c44
SM
4263 # making a dummy file named 'D' -- because '-MD' means "put the output
4264 # in D".
6eb7d830 4265 rm -rf conftest.dir
f5385ebf
AM
4266 mkdir conftest.dir
4267 # Copy depcomp to subdir because otherwise we won't find it if we're
4268 # using a relative directory.
4269 cp "$am_depcomp" conftest.dir
4270 cd conftest.dir
4271 # We will build objects and dependencies in a subdirectory because
4272 # it helps to detect inapplicable dependency modes. For instance
4273 # both Tru64's cc and ICC support -MD to output dependencies as a
4274 # side effect of compilation, but ICC will put the dependencies in
4275 # the current directory while Tru64 will put them in the object
4276 # directory.
4277 mkdir sub
4278
4279 am_cv_CC_dependencies_compiler_type=none
4280 if test "$am_compiler_list" = ""; then
4281 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4282 fi
81ecdfbb
RW
4283 am__universal=false
4284 case " $depcc " in #(
4285 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4286 esac
4287
f5385ebf
AM
4288 for depmode in $am_compiler_list; do
4289 # Setup a source with many dependencies, because some compilers
4290 # like to wrap large dependency lists on column 80 (with \), and
4291 # we should not choose a depcomp mode which is confused by this.
4292 #
4293 # We need to recreate these files for each test, as the compiler may
4294 # overwrite some of them when testing with obscure command lines.
4295 # This happens at least with the AIX C compiler.
4296 : > sub/conftest.c
4297 for i in 1 2 3 4 5 6; do
4298 echo '#include "conftst'$i'.h"' >> sub/conftest.c
d0ac1c44
SM
4299 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4300 # Solaris 10 /bin/sh.
4301 echo '/* dummy */' > sub/conftst$i.h
f5385ebf
AM
4302 done
4303 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4304
d0ac1c44 4305 # We check with '-c' and '-o' for the sake of the "dashmstdout"
81ecdfbb 4306 # mode. It turns out that the SunPro C++ compiler does not properly
d0ac1c44
SM
4307 # handle '-M -o', and we need to detect this. Also, some Intel
4308 # versions had trouble with output in subdirs.
81ecdfbb
RW
4309 am__obj=sub/conftest.${OBJEXT-o}
4310 am__minus_obj="-o $am__obj"
f5385ebf 4311 case $depmode in
81ecdfbb
RW
4312 gcc)
4313 # This depmode causes a compiler race in universal mode.
4314 test "$am__universal" = false || continue
4315 ;;
f5385ebf 4316 nosideeffect)
d0ac1c44
SM
4317 # After this tag, mechanisms are not by side-effect, so they'll
4318 # only be used when explicitly requested.
f5385ebf
AM
4319 if test "x$enable_dependency_tracking" = xyes; then
4320 continue
4321 else
4322 break
4323 fi
4324 ;;
6eb7d830 4325 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
d0ac1c44 4326 # This compiler won't grok '-c -o', but also, the minuso test has
81ecdfbb
RW
4327 # not run yet. These depmodes are late enough in the game, and
4328 # so weak that their functioning should not be impacted.
4329 am__obj=conftest.${OBJEXT-o}
4330 am__minus_obj=
4331 ;;
f5385ebf
AM
4332 none) break ;;
4333 esac
f5385ebf 4334 if depmode=$depmode \
81ecdfbb 4335 source=sub/conftest.c object=$am__obj \
f5385ebf 4336 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4337 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
f5385ebf 4338 >/dev/null 2>conftest.err &&
81ecdfbb 4339 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
f5385ebf 4340 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4341 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
f5385ebf
AM
4342 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4343 # icc doesn't choke on unknown options, it will just issue warnings
4344 # or remarks (even with -Werror). So we grep stderr for any message
4345 # that says an option was ignored or not supported.
4346 # When given -MP, icc 7.0 and 7.1 complain thusly:
4347 # icc: Command line warning: ignoring option '-M'; no argument required
4348 # The diagnosis changed in icc 8.0:
4349 # icc: Command line remark: option '-MP' not supported
4350 if (grep 'ignoring option' conftest.err ||
4351 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4352 am_cv_CC_dependencies_compiler_type=$depmode
4353 break
4354 fi
4355 fi
4356 done
4357
4358 cd ..
4359 rm -rf conftest.dir
4360else
4361 am_cv_CC_dependencies_compiler_type=none
4362fi
4363
252b5132 4364fi
81ecdfbb
RW
4365{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4366$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
f5385ebf 4367CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
252b5132 4368
81ecdfbb 4369 if
f5385ebf
AM
4370 test "x$enable_dependency_tracking" != xno \
4371 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4372 am__fastdepCC_TRUE=
4373 am__fastdepCC_FALSE='#'
252b5132 4374else
f5385ebf
AM
4375 am__fastdepCC_TRUE='#'
4376 am__fastdepCC_FALSE=
252b5132
RH
4377fi
4378
6be7c12c 4379
e43d48cc 4380
d0ac1c44
SM
4381# POSIX will say in a future version that running "rm -f" with no argument
4382# is OK; and we want to be able to make that assumption in our Makefile
4383# recipes. So use an aggressive probe to check that the usage we want is
4384# actually supported "in the wild" to an acceptable degree.
4385# See automake bug#10828.
4386# To make any issue more visible, cause the running configure to be aborted
4387# by default if the 'rm' program in use doesn't match our expectations; the
4388# user can still override this though.
4389if rm -f && rm -fr && rm -rf; then : OK; else
4390 cat >&2 <<'END'
4391Oops!
4392
4393Your 'rm' program seems unable to run without file operands specified
4394on the command line, even when the '-f' option is present. This is contrary
4395to the behaviour of most rm programs out there, and not conforming with
4396the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4397
4398Please tell bug-automake@gnu.org about your system, including the value
4399of your $PATH and any error possibly output before this message. This
4400can help us improve future automake versions.
4401
4402END
4403 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4404 echo 'Configuration will proceed anyway, since you have set the' >&2
4405 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4406 echo >&2
4407 else
4408 cat >&2 <<'END'
4409Aborting the configuration process, to ensure you take notice of the issue.
4410
4411You can download and install GNU coreutils to get an 'rm' implementation
4412that behaves properly: <http://www.gnu.org/software/coreutils/>.
4413
4414If you want to complete the configuration process using your problematic
4415'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4416to "yes", and re-run configure.
4417
4418END
4419 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4420 fi
4421fi
4422
f5385ebf 4423
5464f5a1
NN
4424if test -n "$ac_tool_prefix"; then
4425 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
252b5132 4426set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
4427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4428$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4429if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 4430 $as_echo_n "(cached) " >&6
252b5132
RH
4431else
4432 if test -n "$AR"; then
4433 ac_cv_prog_AR="$AR" # Let the user override the test.
4434else
5464f5a1
NN
4435as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4436for as_dir in $PATH
4437do
4438 IFS=$as_save_IFS
4439 test -z "$as_dir" && as_dir=.
81ecdfbb 4440 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4441 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5464f5a1 4442 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 4443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4444 break 2
4445 fi
4446done
81ecdfbb
RW
4447 done
4448IFS=$as_save_IFS
5464f5a1 4449
252b5132
RH
4450fi
4451fi
5464f5a1 4452AR=$ac_cv_prog_AR
252b5132 4453if test -n "$AR"; then
81ecdfbb
RW
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4455$as_echo "$AR" >&6; }
252b5132 4456else
81ecdfbb
RW
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4458$as_echo "no" >&6; }
5464f5a1
NN
4459fi
4460
81ecdfbb 4461
252b5132 4462fi
5464f5a1
NN
4463if test -z "$ac_cv_prog_AR"; then
4464 ac_ct_AR=$AR
4465 # Extract the first word of "ar", so it can be a program name with args.
4466set dummy ar; ac_word=$2
81ecdfbb
RW
4467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4468$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4469if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 4470 $as_echo_n "(cached) " >&6
5464f5a1
NN
4471else
4472 if test -n "$ac_ct_AR"; then
4473 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4474else
4475as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4476for as_dir in $PATH
4477do
4478 IFS=$as_save_IFS
4479 test -z "$as_dir" && as_dir=.
81ecdfbb 4480 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4481 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5464f5a1 4482 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 4483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4484 break 2
4485 fi
4486done
81ecdfbb
RW
4487 done
4488IFS=$as_save_IFS
252b5132 4489
5464f5a1
NN
4490fi
4491fi
4492ac_ct_AR=$ac_cv_prog_ac_ct_AR
4493if test -n "$ac_ct_AR"; then
81ecdfbb
RW
4494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4495$as_echo "$ac_ct_AR" >&6; }
5464f5a1 4496else
81ecdfbb
RW
4497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4498$as_echo "no" >&6; }
5464f5a1 4499fi
252b5132 4500
81ecdfbb
RW
4501 if test "x$ac_ct_AR" = x; then
4502 AR=""
4503 else
4504 case $cross_compiling:$ac_tool_warned in
4505yes:)
4506{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4507$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4508ac_tool_warned=yes ;;
4509esac
4510 AR=$ac_ct_AR
4511 fi
5464f5a1
NN
4512else
4513 AR="$ac_cv_prog_AR"
4514fi
6be7c12c 4515
5464f5a1
NN
4516if test -n "$ac_tool_prefix"; then
4517 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
252b5132 4518set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
4519{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4520$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4521if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 4522 $as_echo_n "(cached) " >&6
252b5132
RH
4523else
4524 if test -n "$RANLIB"; then
4525 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4526else
5464f5a1
NN
4527as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4528for as_dir in $PATH
4529do
4530 IFS=$as_save_IFS
4531 test -z "$as_dir" && as_dir=.
81ecdfbb 4532 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4533 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5464f5a1 4534 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 4535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4536 break 2
4537 fi
4538done
81ecdfbb
RW
4539 done
4540IFS=$as_save_IFS
5464f5a1 4541
252b5132
RH
4542fi
4543fi
5464f5a1 4544RANLIB=$ac_cv_prog_RANLIB
252b5132 4545if test -n "$RANLIB"; then
81ecdfbb
RW
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4547$as_echo "$RANLIB" >&6; }
252b5132 4548else
81ecdfbb
RW
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4550$as_echo "no" >&6; }
252b5132
RH
4551fi
4552
81ecdfbb 4553
5464f5a1 4554fi
252b5132 4555if test -z "$ac_cv_prog_RANLIB"; then
5464f5a1 4556 ac_ct_RANLIB=$RANLIB
252b5132
RH
4557 # Extract the first word of "ranlib", so it can be a program name with args.
4558set dummy ranlib; ac_word=$2
81ecdfbb
RW
4559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4560$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4561if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 4562 $as_echo_n "(cached) " >&6
6be7c12c 4563else
5464f5a1
NN
4564 if test -n "$ac_ct_RANLIB"; then
4565 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6be7c12c 4566else
5464f5a1
NN
4567as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4568for as_dir in $PATH
4569do
4570 IFS=$as_save_IFS
4571 test -z "$as_dir" && as_dir=.
81ecdfbb 4572 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4573 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5464f5a1 4574 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 4575 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
4576 break 2
4577 fi
4578done
81ecdfbb
RW
4579 done
4580IFS=$as_save_IFS
5464f5a1 4581
252b5132
RH
4582fi
4583fi
5464f5a1
NN
4584ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4585if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
4586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4587$as_echo "$ac_ct_RANLIB" >&6; }
252b5132 4588else
81ecdfbb
RW
4589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4590$as_echo "no" >&6; }
252b5132
RH
4591fi
4592
81ecdfbb
RW
4593 if test "x$ac_ct_RANLIB" = x; then
4594 RANLIB=":"
4595 else
4596 case $cross_compiling:$ac_tool_warned in
4597yes:)
4598{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4599$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4600ac_tool_warned=yes ;;
4601esac
4602 RANLIB=$ac_ct_RANLIB
4603 fi
252b5132 4604else
5464f5a1 4605 RANLIB="$ac_cv_prog_RANLIB"
6be7c12c
AO
4606fi
4607
252b5132 4608
81ecdfbb
RW
4609# Check whether --enable-shared was given.
4610if test "${enable_shared+set}" = set; then :
4611 enableval=$enable_shared; p=${PACKAGE-default}
d7040cdb
SE
4612 case $enableval in
4613 yes) enable_shared=yes ;;
4614 no) enable_shared=no ;;
4615 *)
4616 enable_shared=no
4617 # Look at the argument we got. We use all the common list separators.
4618 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4619 for pkg in $enableval; do
4620 IFS="$lt_save_ifs"
4621 if test "X$pkg" = "X$p"; then
4622 enable_shared=yes
4623 fi
4624 done
4625 IFS="$lt_save_ifs"
4626 ;;
4627 esac
252b5132
RH
4628else
4629 enable_shared=no
81ecdfbb
RW
4630fi
4631
252b5132 4632
d7040cdb
SE
4633
4634
4635
4636
4637
4638
4639
4640
cfbc9945
SE
4641ac_ext=c
4642ac_cpp='$CPP $CPPFLAGS'
4643ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4644ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4645ac_compiler_gnu=$ac_cv_c_compiler_gnu
4646if test -n "$ac_tool_prefix"; then
4647 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4648set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4650$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4651if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4652 $as_echo_n "(cached) " >&6
252b5132 4653else
cfbc9945
SE
4654 if test -n "$CC"; then
4655 ac_cv_prog_CC="$CC" # Let the user override the test.
b2ef150d 4656else
cfbc9945
SE
4657as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4658for as_dir in $PATH
4659do
4660 IFS=$as_save_IFS
4661 test -z "$as_dir" && as_dir=.
81ecdfbb 4662 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4663 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 4664 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4666 break 2
4667 fi
4668done
81ecdfbb
RW
4669 done
4670IFS=$as_save_IFS
c5d1701e 4671
cfbc9945
SE
4672fi
4673fi
4674CC=$ac_cv_prog_CC
4675if test -n "$CC"; then
81ecdfbb
RW
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4677$as_echo "$CC" >&6; }
252b5132 4678else
81ecdfbb
RW
4679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4680$as_echo "no" >&6; }
252b5132 4681fi
cfbc9945 4682
81ecdfbb 4683
cfbc9945
SE
4684fi
4685if test -z "$ac_cv_prog_CC"; then
4686 ac_ct_CC=$CC
4687 # Extract the first word of "gcc", so it can be a program name with args.
4688set dummy gcc; ac_word=$2
81ecdfbb
RW
4689{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4690$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4691if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4692 $as_echo_n "(cached) " >&6
252b5132 4693else
cfbc9945
SE
4694 if test -n "$ac_ct_CC"; then
4695 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 4696else
cfbc9945
SE
4697as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4698for as_dir in $PATH
4699do
4700 IFS=$as_save_IFS
4701 test -z "$as_dir" && as_dir=.
81ecdfbb 4702 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4703 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 4704 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4706 break 2
4707 fi
4708done
81ecdfbb
RW
4709 done
4710IFS=$as_save_IFS
cfbc9945 4711
252b5132
RH
4712fi
4713fi
cfbc9945
SE
4714ac_ct_CC=$ac_cv_prog_ac_ct_CC
4715if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4717$as_echo "$ac_ct_CC" >&6; }
252b5132 4718else
81ecdfbb
RW
4719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4720$as_echo "no" >&6; }
252b5132 4721fi
cfbc9945 4722
81ecdfbb
RW
4723 if test "x$ac_ct_CC" = x; then
4724 CC=""
4725 else
4726 case $cross_compiling:$ac_tool_warned in
4727yes:)
4728{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4729$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4730ac_tool_warned=yes ;;
4731esac
4732 CC=$ac_ct_CC
4733 fi
cfbc9945
SE
4734else
4735 CC="$ac_cv_prog_CC"
4736fi
4737
4738if test -z "$CC"; then
81ecdfbb
RW
4739 if test -n "$ac_tool_prefix"; then
4740 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
cfbc9945 4741set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4742{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4743$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4744if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4745 $as_echo_n "(cached) " >&6
252b5132 4746else
cfbc9945
SE
4747 if test -n "$CC"; then
4748 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4749else
cfbc9945
SE
4750as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4751for as_dir in $PATH
4752do
4753 IFS=$as_save_IFS
4754 test -z "$as_dir" && as_dir=.
81ecdfbb 4755 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4756 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 4757 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4758 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4759 break 2
4760 fi
4761done
81ecdfbb
RW
4762 done
4763IFS=$as_save_IFS
cfbc9945 4764
252b5132
RH
4765fi
4766fi
cfbc9945
SE
4767CC=$ac_cv_prog_CC
4768if test -n "$CC"; then
81ecdfbb
RW
4769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4770$as_echo "$CC" >&6; }
ac48eca1 4771else
81ecdfbb
RW
4772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4773$as_echo "no" >&6; }
ac48eca1 4774fi
ac48eca1 4775
81ecdfbb
RW
4776
4777 fi
cfbc9945 4778fi
81ecdfbb 4779if test -z "$CC"; then
cfbc9945
SE
4780 # Extract the first word of "cc", so it can be a program name with args.
4781set dummy cc; ac_word=$2
81ecdfbb
RW
4782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4783$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4784if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4785 $as_echo_n "(cached) " >&6
252b5132 4786else
81ecdfbb
RW
4787 if test -n "$CC"; then
4788 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4789else
81ecdfbb 4790 ac_prog_rejected=no
cfbc9945
SE
4791as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4792for as_dir in $PATH
4793do
4794 IFS=$as_save_IFS
4795 test -z "$as_dir" && as_dir=.
81ecdfbb 4796 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4797 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945
SE
4798 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4799 ac_prog_rejected=yes
4800 continue
4801 fi
4802 ac_cv_prog_CC="cc"
81ecdfbb 4803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4804 break 2
4805 fi
4806done
81ecdfbb
RW
4807 done
4808IFS=$as_save_IFS
cfbc9945
SE
4809
4810if test $ac_prog_rejected = yes; then
4811 # We found a bogon in the path, so make sure we never use it.
4812 set dummy $ac_cv_prog_CC
4813 shift
4814 if test $# != 0; then
4815 # We chose a different compiler from the bogus one.
4816 # However, it has the same basename, so the bogon will be chosen
4817 # first if we set CC to just the basename; use the full file name.
4818 shift
4819 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4820 fi
4821fi
4822fi
4823fi
4824CC=$ac_cv_prog_CC
4825if test -n "$CC"; then
81ecdfbb
RW
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4827$as_echo "$CC" >&6; }
cfbc9945 4828else
81ecdfbb
RW
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4830$as_echo "no" >&6; }
252b5132
RH
4831fi
4832
81ecdfbb 4833
cfbc9945
SE
4834fi
4835if test -z "$CC"; then
4836 if test -n "$ac_tool_prefix"; then
81ecdfbb 4837 for ac_prog in cl.exe
cfbc9945
SE
4838 do
4839 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4840set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4842$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4843if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4844 $as_echo_n "(cached) " >&6
ac48eca1 4845else
cfbc9945
SE
4846 if test -n "$CC"; then
4847 ac_cv_prog_CC="$CC" # Let the user override the test.
4848else
4849as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4850for as_dir in $PATH
4851do
4852 IFS=$as_save_IFS
4853 test -z "$as_dir" && as_dir=.
81ecdfbb 4854 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4855 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 4856 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4858 break 2
4859 fi
4860done
81ecdfbb
RW
4861 done
4862IFS=$as_save_IFS
ac48eca1 4863
cfbc9945
SE
4864fi
4865fi
4866CC=$ac_cv_prog_CC
4867if test -n "$CC"; then
81ecdfbb
RW
4868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4869$as_echo "$CC" >&6; }
cfbc9945 4870else
81ecdfbb
RW
4871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4872$as_echo "no" >&6; }
cfbc9945 4873fi
ac48eca1 4874
81ecdfbb 4875
cfbc9945
SE
4876 test -n "$CC" && break
4877 done
4878fi
4879if test -z "$CC"; then
4880 ac_ct_CC=$CC
81ecdfbb 4881 for ac_prog in cl.exe
cfbc9945
SE
4882do
4883 # Extract the first word of "$ac_prog", so it can be a program name with args.
4884set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4886$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4887if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4888 $as_echo_n "(cached) " >&6
cfbc9945
SE
4889else
4890 if test -n "$ac_ct_CC"; then
4891 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4892else
4893as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4894for as_dir in $PATH
4895do
4896 IFS=$as_save_IFS
4897 test -z "$as_dir" && as_dir=.
81ecdfbb 4898 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4899 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 4900 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4901 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
4902 break 2
4903 fi
4904done
81ecdfbb
RW
4905 done
4906IFS=$as_save_IFS
ac48eca1 4907
cfbc9945
SE
4908fi
4909fi
4910ac_ct_CC=$ac_cv_prog_ac_ct_CC
4911if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4913$as_echo "$ac_ct_CC" >&6; }
cfbc9945 4914else
81ecdfbb
RW
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4916$as_echo "no" >&6; }
cfbc9945 4917fi
ac48eca1 4918
81ecdfbb 4919
cfbc9945
SE
4920 test -n "$ac_ct_CC" && break
4921done
ac48eca1 4922
81ecdfbb
RW
4923 if test "x$ac_ct_CC" = x; then
4924 CC=""
4925 else
4926 case $cross_compiling:$ac_tool_warned in
4927yes:)
4928{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4929$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4930ac_tool_warned=yes ;;
4931esac
4932 CC=$ac_ct_CC
4933 fi
cfbc9945 4934fi
55c80943 4935
cfbc9945 4936fi
ac48eca1 4937
ac48eca1 4938
81ecdfbb
RW
4939test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4940$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4941as_fn_error $? "no acceptable C compiler found in \$PATH
4942See \`config.log' for more details" "$LINENO" 5; }
ac48eca1 4943
cfbc9945 4944# Provide some information about the compiler.
81ecdfbb
RW
4945$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4946set X $ac_compile
4947ac_compiler=$2
4948for ac_option in --version -v -V -qversion; do
4949 { { ac_try="$ac_compiler $ac_option >&5"
4950case "(($ac_try" in
4951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4952 *) ac_try_echo=$ac_try;;
4953esac
4954eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4955$as_echo "$ac_try_echo"; } >&5
4956 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
cfbc9945 4957 ac_status=$?
81ecdfbb
RW
4958 if test -s conftest.err; then
4959 sed '10a\
4960... rest of stderr output deleted ...
4961 10q' conftest.err >conftest.er1
4962 cat conftest.er1 >&5
81ecdfbb 4963 fi
d0ac1c44 4964 rm -f conftest.er1 conftest.err
81ecdfbb
RW
4965 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4966 test $ac_status = 0; }
4967done
ac48eca1 4968
81ecdfbb
RW
4969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4970$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4971if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 4972 $as_echo_n "(cached) " >&6
ac48eca1 4973else
81ecdfbb 4974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945 4975/* end confdefs.h. */
ac48eca1 4976
cfbc9945
SE
4977int
4978main ()
4979{
4980#ifndef __GNUC__
4981 choke me
4982#endif
5464f5a1 4983
cfbc9945
SE
4984 ;
4985 return 0;
4986}
4987_ACEOF
81ecdfbb 4988if ac_fn_c_try_compile "$LINENO"; then :
cfbc9945 4989 ac_compiler_gnu=yes
ac48eca1 4990else
81ecdfbb 4991 ac_compiler_gnu=no
ac48eca1 4992fi
81ecdfbb 4993rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
cfbc9945 4994ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac48eca1 4995
5464f5a1 4996fi
81ecdfbb
RW
4997{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4998$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4999if test $ac_compiler_gnu = yes; then
5000 GCC=yes
5001else
5002 GCC=
5003fi
cfbc9945
SE
5004ac_test_CFLAGS=${CFLAGS+set}
5005ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
5006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
5007$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 5008if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
5009 $as_echo_n "(cached) " >&6
5010else
5011 ac_save_c_werror_flag=$ac_c_werror_flag
5012 ac_c_werror_flag=yes
5013 ac_cv_prog_cc_g=no
5014 CFLAGS="-g"
5015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945
SE
5016/* end confdefs.h. */
5017
5018int
5019main ()
5020{
5021
5022 ;
5023 return 0;
5024}
5025_ACEOF
81ecdfbb 5026if ac_fn_c_try_compile "$LINENO"; then :
cfbc9945 5027 ac_cv_prog_cc_g=yes
6be7c12c 5028else
81ecdfbb
RW
5029 CFLAGS=""
5030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5031/* end confdefs.h. */
5032
5033int
5034main ()
5035{
5036
5037 ;
5038 return 0;
5039}
5040_ACEOF
5041if ac_fn_c_try_compile "$LINENO"; then :
5042
5043else
5044 ac_c_werror_flag=$ac_save_c_werror_flag
5045 CFLAGS="-g"
5046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5047/* end confdefs.h. */
5048
5049int
5050main ()
5051{
5464f5a1 5052
81ecdfbb
RW
5053 ;
5054 return 0;
5055}
5056_ACEOF
5057if ac_fn_c_try_compile "$LINENO"; then :
5058 ac_cv_prog_cc_g=yes
5059fi
5060rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 5061fi
81ecdfbb 5062rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 5063fi
81ecdfbb
RW
5064rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5065 ac_c_werror_flag=$ac_save_c_werror_flag
5066fi
5067{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5068$as_echo "$ac_cv_prog_cc_g" >&6; }
cfbc9945
SE
5069if test "$ac_test_CFLAGS" = set; then
5070 CFLAGS=$ac_save_CFLAGS
5071elif test $ac_cv_prog_cc_g = yes; then
5072 if test "$GCC" = yes; then
5073 CFLAGS="-g -O2"
5074 else
5075 CFLAGS="-g"
5076 fi
ac48eca1 5077else
cfbc9945
SE
5078 if test "$GCC" = yes; then
5079 CFLAGS="-O2"
5080 else
5081 CFLAGS=
5082 fi
ac48eca1 5083fi
81ecdfbb
RW
5084{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5085$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 5086if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 5087 $as_echo_n "(cached) " >&6
ac48eca1 5088else
81ecdfbb 5089 ac_cv_prog_cc_c89=no
cfbc9945 5090ac_save_CC=$CC
81ecdfbb 5091cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945
SE
5092/* end confdefs.h. */
5093#include <stdarg.h>
5094#include <stdio.h>
d0ac1c44 5095struct stat;
cfbc9945
SE
5096/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5097struct buf { int x; };
5098FILE * (*rcsopen) (struct buf *, struct stat *, int);
5099static char *e (p, i)
5100 char **p;
5101 int i;
5102{
5103 return p[i];
5104}
5105static char *f (char * (*g) (char **, int), char **p, ...)
5106{
5107 char *s;
5108 va_list v;
5109 va_start (v,p);
5110 s = g (p, va_arg (v,int));
5111 va_end (v);
5112 return s;
5113}
5464f5a1 5114
cfbc9945
SE
5115/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5116 function prototypes and stuff, but not '\xHH' hex character constants.
5117 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 5118 as 'x'. The following induces an error, until -std is added to get
cfbc9945
SE
5119 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5120 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 5121 that's true only with -std. */
cfbc9945
SE
5122int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5123
81ecdfbb
RW
5124/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5125 inside strings and character constants. */
5126#define FOO(x) 'x'
5127int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5128
cfbc9945
SE
5129int test (int i, double x);
5130struct s1 {int (*f) (int a);};
5131struct s2 {int (*f) (double a);};
5132int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5133int argc;
5134char **argv;
5135int
5136main ()
5137{
5138return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5139 ;
5140 return 0;
5141}
5142_ACEOF
81ecdfbb
RW
5143for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5144 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
cfbc9945
SE
5145do
5146 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
5147 if ac_fn_c_try_compile "$LINENO"; then :
5148 ac_cv_prog_cc_c89=$ac_arg
5464f5a1 5149fi
81ecdfbb
RW
5150rm -f core conftest.err conftest.$ac_objext
5151 test "x$ac_cv_prog_cc_c89" != "xno" && break
5464f5a1 5152done
81ecdfbb 5153rm -f conftest.$ac_ext
cfbc9945 5154CC=$ac_save_CC
5464f5a1 5155
ac48eca1 5156fi
81ecdfbb
RW
5157# AC_CACHE_VAL
5158case "x$ac_cv_prog_cc_c89" in
5159 x)
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5161$as_echo "none needed" >&6; } ;;
5162 xno)
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5164$as_echo "unsupported" >&6; } ;;
cfbc9945 5165 *)
81ecdfbb
RW
5166 CC="$CC $ac_cv_prog_cc_c89"
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5168$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
cfbc9945 5169esac
81ecdfbb 5170if test "x$ac_cv_prog_cc_c89" != xno; then :
6be7c12c 5171
6ec7057a 5172fi
cfbc9945 5173
cfbc9945
SE
5174ac_ext=c
5175ac_cpp='$CPP $CPPFLAGS'
5176ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5177ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5178ac_compiler_gnu=$ac_cv_c_compiler_gnu
92f01d61 5179
d0ac1c44
SM
5180ac_ext=c
5181ac_cpp='$CPP $CPPFLAGS'
5182ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5183ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5184ac_compiler_gnu=$ac_cv_c_compiler_gnu
5185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
5186$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
5187if ${am_cv_prog_cc_c_o+:} false; then :
5188 $as_echo_n "(cached) " >&6
5189else
5190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5191/* end confdefs.h. */
5192
5193int
5194main ()
5195{
5196
5197 ;
5198 return 0;
5199}
5200_ACEOF
5201 # Make sure it works both with $CC and with simple cc.
5202 # Following AC_PROG_CC_C_O, we do the test twice because some
5203 # compilers refuse to overwrite an existing .o file with -o,
5204 # though they will create one.
5205 am_cv_prog_cc_c_o=yes
5206 for am_i in 1 2; do
5207 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
5208 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
5209 ac_status=$?
5210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5211 (exit $ac_status); } \
5212 && test -f conftest2.$ac_objext; then
5213 : OK
5214 else
5215 am_cv_prog_cc_c_o=no
5216 break
5217 fi
5218 done
5219 rm -f core conftest*
5220 unset am_i
5221fi
5222{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5223$as_echo "$am_cv_prog_cc_c_o" >&6; }
5224if test "$am_cv_prog_cc_c_o" != yes; then
5225 # Losing compiler, so override with the script.
5226 # FIXME: It is wrong to rewrite CC.
5227 # But if we don't then we get into trouble of one sort or another.
5228 # A longer-term fix would be to have automake use am__CC in this case,
5229 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5230 CC="$am_aux_dir/compile $CC"
5231fi
5232ac_ext=c
5233ac_cpp='$CPP $CPPFLAGS'
5234ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5235ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5236ac_compiler_gnu=$ac_cv_c_compiler_gnu
5237
5238
7357c5b6
AM
5239ac_ext=c
5240ac_cpp='$CPP $CPPFLAGS'
5241ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5242ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5243ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
5244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5245$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
5246# On Suns, sometimes $CPP names a directory.
5247if test -n "$CPP" && test -d "$CPP"; then
5248 CPP=
5249fi
5250if test -z "$CPP"; then
d0ac1c44 5251 if ${ac_cv_prog_CPP+:} false; then :
81ecdfbb 5252 $as_echo_n "(cached) " >&6
7357c5b6
AM
5253else
5254 # Double quotes because CPP needs to be expanded
5255 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5256 do
5257 ac_preproc_ok=false
5258for ac_c_preproc_warn_flag in '' yes
5259do
5260 # Use a header file that comes with gcc, so configuring glibc
5261 # with a fresh cross-compiler works.
5262 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5263 # <limits.h> exists even on freestanding compilers.
5264 # On the NeXT, cc -E runs the code through the compiler's parser,
5265 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5267/* end confdefs.h. */
5268#ifdef __STDC__
5269# include <limits.h>
5270#else
5271# include <assert.h>
5272#endif
5273 Syntax error
5274_ACEOF
81ecdfbb 5275if ac_fn_c_try_cpp "$LINENO"; then :
cfbc9945 5276
81ecdfbb 5277else
7357c5b6
AM
5278 # Broken: fails on valid input.
5279continue
5280fi
d0ac1c44 5281rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5282
81ecdfbb 5283 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 5284 # can be detected and how.
81ecdfbb 5285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5286/* end confdefs.h. */
5287#include <ac_nonexistent.h>
5288_ACEOF
81ecdfbb 5289if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
5290 # Broken: success on invalid input.
5291continue
5292else
7357c5b6
AM
5293 # Passes both tests.
5294ac_preproc_ok=:
5295break
5296fi
d0ac1c44 5297rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5298
7357c5b6
AM
5299done
5300# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5301rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb 5302if $ac_preproc_ok; then :
7357c5b6
AM
5303 break
5304fi
d7040cdb 5305
7357c5b6
AM
5306 done
5307 ac_cv_prog_CPP=$CPP
d7040cdb 5308
7357c5b6
AM
5309fi
5310 CPP=$ac_cv_prog_CPP
5311else
5312 ac_cv_prog_CPP=$CPP
5313fi
81ecdfbb
RW
5314{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5315$as_echo "$CPP" >&6; }
7357c5b6
AM
5316ac_preproc_ok=false
5317for ac_c_preproc_warn_flag in '' yes
5318do
5319 # Use a header file that comes with gcc, so configuring glibc
5320 # with a fresh cross-compiler works.
5321 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5322 # <limits.h> exists even on freestanding compilers.
5323 # On the NeXT, cc -E runs the code through the compiler's parser,
5324 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5326/* end confdefs.h. */
5327#ifdef __STDC__
5328# include <limits.h>
5329#else
5330# include <assert.h>
5331#endif
5332 Syntax error
5333_ACEOF
81ecdfbb 5334if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 5335
81ecdfbb 5336else
7357c5b6
AM
5337 # Broken: fails on valid input.
5338continue
5339fi
d0ac1c44 5340rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5341
81ecdfbb 5342 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 5343 # can be detected and how.
81ecdfbb 5344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5345/* end confdefs.h. */
5346#include <ac_nonexistent.h>
5347_ACEOF
81ecdfbb 5348if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
5349 # Broken: success on invalid input.
5350continue
5351else
7357c5b6
AM
5352 # Passes both tests.
5353ac_preproc_ok=:
5354break
5355fi
d0ac1c44 5356rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5357
7357c5b6
AM
5358done
5359# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5360rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb
RW
5361if $ac_preproc_ok; then :
5362
7357c5b6 5363else
81ecdfbb
RW
5364 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5365$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
5366as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5367See \`config.log' for more details" "$LINENO" 5; }
7357c5b6 5368fi
d7040cdb 5369
7357c5b6
AM
5370ac_ext=c
5371ac_cpp='$CPP $CPPFLAGS'
5372ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5373ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5374ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 5375
d7040cdb 5376
81ecdfbb
RW
5377{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5378$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 5379if ${ac_cv_path_GREP+:} false; then :
81ecdfbb
RW
5380 $as_echo_n "(cached) " >&6
5381else
5382 if test -z "$GREP"; then
5383 ac_path_GREP_found=false
5384 # Loop through the user's path and test for each of PROGNAME-LIST
5385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5386for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5387do
5388 IFS=$as_save_IFS
5389 test -z "$as_dir" && as_dir=.
5390 for ac_prog in grep ggrep; do
5391 for ac_exec_ext in '' $ac_executable_extensions; do
5392 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5393 as_fn_executable_p "$ac_path_GREP" || continue
81ecdfbb
RW
5394# Check for GNU ac_path_GREP and select it if it is found.
5395 # Check for GNU $ac_path_GREP
5396case `"$ac_path_GREP" --version 2>&1` in
5397*GNU*)
5398 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5399*)
5400 ac_count=0
5401 $as_echo_n 0123456789 >"conftest.in"
5402 while :
5403 do
5404 cat "conftest.in" "conftest.in" >"conftest.tmp"
5405 mv "conftest.tmp" "conftest.in"
5406 cp "conftest.in" "conftest.nl"
5407 $as_echo 'GREP' >> "conftest.nl"
5408 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5409 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5410 as_fn_arith $ac_count + 1 && ac_count=$as_val
5411 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5412 # Best one so far, save it but keep looking for a better one
5413 ac_cv_path_GREP="$ac_path_GREP"
5414 ac_path_GREP_max=$ac_count
5415 fi
5416 # 10*(2^10) chars as input seems more than enough
5417 test $ac_count -gt 10 && break
5418 done
5419 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5420esac
5421
5422 $ac_path_GREP_found && break 3
5423 done
5424 done
5425 done
5426IFS=$as_save_IFS
5427 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5428 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5429 fi
5430else
5431 ac_cv_path_GREP=$GREP
5432fi
5433
5434fi
5435{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5436$as_echo "$ac_cv_path_GREP" >&6; }
5437 GREP="$ac_cv_path_GREP"
5438
5439
5440{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5441$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5442if ${ac_cv_path_EGREP+:} false; then :
81ecdfbb 5443 $as_echo_n "(cached) " >&6
7357c5b6 5444else
81ecdfbb
RW
5445 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5446 then ac_cv_path_EGREP="$GREP -E"
5447 else
5448 if test -z "$EGREP"; then
5449 ac_path_EGREP_found=false
5450 # Loop through the user's path and test for each of PROGNAME-LIST
5451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5452for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5453do
5454 IFS=$as_save_IFS
5455 test -z "$as_dir" && as_dir=.
5456 for ac_prog in egrep; do
5457 for ac_exec_ext in '' $ac_executable_extensions; do
5458 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5459 as_fn_executable_p "$ac_path_EGREP" || continue
81ecdfbb
RW
5460# Check for GNU ac_path_EGREP and select it if it is found.
5461 # Check for GNU $ac_path_EGREP
5462case `"$ac_path_EGREP" --version 2>&1` in
5463*GNU*)
5464 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5465*)
5466 ac_count=0
5467 $as_echo_n 0123456789 >"conftest.in"
5468 while :
5469 do
5470 cat "conftest.in" "conftest.in" >"conftest.tmp"
5471 mv "conftest.tmp" "conftest.in"
5472 cp "conftest.in" "conftest.nl"
5473 $as_echo 'EGREP' >> "conftest.nl"
5474 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5475 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5476 as_fn_arith $ac_count + 1 && ac_count=$as_val
5477 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5478 # Best one so far, save it but keep looking for a better one
5479 ac_cv_path_EGREP="$ac_path_EGREP"
5480 ac_path_EGREP_max=$ac_count
7357c5b6 5481 fi
81ecdfbb
RW
5482 # 10*(2^10) chars as input seems more than enough
5483 test $ac_count -gt 10 && break
5484 done
5485 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5486esac
5487
5488 $ac_path_EGREP_found && break 3
5489 done
5490 done
5491 done
5492IFS=$as_save_IFS
5493 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5494 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5495 fi
5496else
5497 ac_cv_path_EGREP=$EGREP
5498fi
5499
5500 fi
7357c5b6 5501fi
81ecdfbb
RW
5502{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5503$as_echo "$ac_cv_path_EGREP" >&6; }
5504 EGREP="$ac_cv_path_EGREP"
d7040cdb
SE
5505
5506
81ecdfbb
RW
5507{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5508$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5509if ${ac_cv_header_stdc+:} false; then :
81ecdfbb 5510 $as_echo_n "(cached) " >&6
7357c5b6 5511else
81ecdfbb 5512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5513/* end confdefs.h. */
5514#include <stdlib.h>
5515#include <stdarg.h>
5516#include <string.h>
5517#include <float.h>
d7040cdb 5518
7357c5b6
AM
5519int
5520main ()
5521{
d7040cdb 5522
7357c5b6
AM
5523 ;
5524 return 0;
5525}
5526_ACEOF
81ecdfbb 5527if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 5528 ac_cv_header_stdc=yes
c428fa83 5529else
81ecdfbb 5530 ac_cv_header_stdc=no
7357c5b6 5531fi
81ecdfbb 5532rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 5533
7357c5b6
AM
5534if test $ac_cv_header_stdc = yes; then
5535 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 5536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5537/* end confdefs.h. */
5538#include <string.h>
d7040cdb 5539
7357c5b6
AM
5540_ACEOF
5541if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5542 $EGREP "memchr" >/dev/null 2>&1; then :
5543
7357c5b6
AM
5544else
5545 ac_cv_header_stdc=no
5546fi
5547rm -f conftest*
d7040cdb 5548
7357c5b6 5549fi
d7040cdb 5550
7357c5b6
AM
5551if test $ac_cv_header_stdc = yes; then
5552 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5554/* end confdefs.h. */
5555#include <stdlib.h>
d7040cdb 5556
7357c5b6
AM
5557_ACEOF
5558if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5559 $EGREP "free" >/dev/null 2>&1; then :
5560
7357c5b6
AM
5561else
5562 ac_cv_header_stdc=no
5563fi
5564rm -f conftest*
d7040cdb 5565
7357c5b6 5566fi
d7040cdb 5567
7357c5b6
AM
5568if test $ac_cv_header_stdc = yes; then
5569 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5570 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5571 :
5572else
81ecdfbb 5573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5574/* end confdefs.h. */
5575#include <ctype.h>
81ecdfbb 5576#include <stdlib.h>
7357c5b6
AM
5577#if ((' ' & 0x0FF) == 0x020)
5578# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5579# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5580#else
5581# define ISLOWER(c) \
5582 (('a' <= (c) && (c) <= 'i') \
5583 || ('j' <= (c) && (c) <= 'r') \
5584 || ('s' <= (c) && (c) <= 'z'))
5585# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5586#endif
d7040cdb 5587
7357c5b6
AM
5588#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5589int
5590main ()
5591{
5592 int i;
5593 for (i = 0; i < 256; i++)
5594 if (XOR (islower (i), ISLOWER (i))
5595 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5596 return 2;
5597 return 0;
7357c5b6
AM
5598}
5599_ACEOF
81ecdfbb 5600if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5601
81ecdfbb
RW
5602else
5603 ac_cv_header_stdc=no
7357c5b6 5604fi
81ecdfbb
RW
5605rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5606 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5607fi
81ecdfbb 5608
7357c5b6
AM
5609fi
5610fi
81ecdfbb
RW
5611{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5612$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5613if test $ac_cv_header_stdc = yes; then
d7040cdb 5614
81ecdfbb 5615$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5616
7357c5b6 5617fi
d7040cdb 5618
7357c5b6 5619# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
5620for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5621 inttypes.h stdint.h unistd.h
81ecdfbb
RW
5622do :
5623 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5624ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5625"
d0ac1c44 5626if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7357c5b6 5627 cat >>confdefs.h <<_ACEOF
81ecdfbb 5628#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 5629_ACEOF
d7040cdb 5630
7357c5b6
AM
5631fi
5632
5633done
5634
5635
5636
81ecdfbb 5637 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5638if test "x$ac_cv_header_minix_config_h" = xyes; then :
7357c5b6
AM
5639 MINIX=yes
5640else
5641 MINIX=
5642fi
d7040cdb
SE
5643
5644
7357c5b6 5645 if test "$MINIX" = yes; then
d7040cdb 5646
81ecdfbb 5647$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb
SE
5648
5649
81ecdfbb 5650$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5651
5652
81ecdfbb 5653$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5654
7357c5b6 5655 fi
d7040cdb
SE
5656
5657
81ecdfbb
RW
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5659$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5660if ${ac_cv_safe_to_define___extensions__+:} false; then :
81ecdfbb 5661 $as_echo_n "(cached) " >&6
d053aef8 5662else
81ecdfbb 5663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8 5664/* end confdefs.h. */
ce3c775b 5665
d0ac1c44
SM
5666# define __EXTENSIONS__ 1
5667 $ac_includes_default
d053aef8
JK
5668int
5669main ()
5670{
5671
5672 ;
5673 return 0;
5674}
5675_ACEOF
81ecdfbb 5676if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 5677 ac_cv_safe_to_define___extensions__=yes
d053aef8 5678else
81ecdfbb 5679 ac_cv_safe_to_define___extensions__=no
d053aef8 5680fi
81ecdfbb 5681rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce3c775b 5682fi
81ecdfbb
RW
5683{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5684$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
ce3c775b 5685 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5686 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d053aef8 5687
81ecdfbb 5688 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d053aef8 5689
81ecdfbb
RW
5690 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5691
5692 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5693
5694 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d053aef8 5695
ce3c775b 5696
d053aef8 5697
d053aef8 5698
d7040cdb 5699
718a6fd8
SE
5700case `pwd` in
5701 *\ * | *\ *)
81ecdfbb
RW
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5703$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5704esac
d7040cdb
SE
5705
5706
7357c5b6 5707
3725885a
RW
5708macro_version='2.2.7a'
5709macro_revision='1.3134'
7357c5b6
AM
5710
5711
5712
5713
5714
5715
7357c5b6
AM
5716
5717
5718
5719
5720
5721
5722
718a6fd8 5723ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5724
3725885a
RW
5725# Backslashify metacharacters that are still active within
5726# double-quoted strings.
5727sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5728
5729# Same as above, but do not quote variable references.
5730double_quote_subst='s/\(["`\\]\)/\\\1/g'
5731
5732# Sed substitution to delay expansion of an escaped shell variable in a
5733# double_quote_subst'ed string.
5734delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5735
5736# Sed substitution to delay expansion of an escaped single quote.
5737delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5738
5739# Sed substitution to avoid accidental globbing in evaled expressions
5740no_glob_subst='s/\*/\\\*/g'
5741
5742ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5743ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5744ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5745
5746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5747$as_echo_n "checking how to print strings... " >&6; }
5748# Test print first, because it will be a builtin if present.
5749if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5750 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5751 ECHO='print -r --'
5752elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5753 ECHO='printf %s\n'
5754else
5755 # Use this function as a fallback that always works.
5756 func_fallback_echo ()
5757 {
5758 eval 'cat <<_LTECHO_EOF
5759$1
5760_LTECHO_EOF'
5761 }
5762 ECHO='func_fallback_echo'
5763fi
5764
5765# func_echo_all arg...
5766# Invoke $ECHO with all args, space-separated.
5767func_echo_all ()
5768{
5769 $ECHO ""
5770}
5771
5772case "$ECHO" in
5773 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5774$as_echo "printf" >&6; } ;;
5775 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5776$as_echo "print -r" >&6; } ;;
5777 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5778$as_echo "cat" >&6; } ;;
5779esac
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
81ecdfbb
RW
5794{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5795$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5796if ${ac_cv_path_SED+:} false; then :
81ecdfbb 5797 $as_echo_n "(cached) " >&6
7357c5b6 5798else
81ecdfbb
RW
5799 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5800 for ac_i in 1 2 3 4 5 6 7; do
5801 ac_script="$ac_script$as_nl$ac_script"
5802 done
5803 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5804 { ac_script=; unset ac_script;}
5805 if test -z "$SED"; then
5806 ac_path_SED_found=false
5807 # Loop through the user's path and test for each of PROGNAME-LIST
5808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5809for as_dir in $PATH
5810do
5811 IFS=$as_save_IFS
5812 test -z "$as_dir" && as_dir=.
81ecdfbb 5813 for ac_prog in sed gsed; do
7357c5b6 5814 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 5815 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5816 as_fn_executable_p "$ac_path_SED" || continue
81ecdfbb
RW
5817# Check for GNU ac_path_SED and select it if it is found.
5818 # Check for GNU $ac_path_SED
5819case `"$ac_path_SED" --version 2>&1` in
5820*GNU*)
5821 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5822*)
5823 ac_count=0
5824 $as_echo_n 0123456789 >"conftest.in"
5825 while :
5826 do
5827 cat "conftest.in" "conftest.in" >"conftest.tmp"
5828 mv "conftest.tmp" "conftest.in"
5829 cp "conftest.in" "conftest.nl"
5830 $as_echo '' >> "conftest.nl"
5831 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5832 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5833 as_fn_arith $ac_count + 1 && ac_count=$as_val
5834 if test $ac_count -gt ${ac_path_SED_max-0}; then
5835 # Best one so far, save it but keep looking for a better one
5836 ac_cv_path_SED="$ac_path_SED"
5837 ac_path_SED_max=$ac_count
5838 fi
5839 # 10*(2^10) chars as input seems more than enough
5840 test $ac_count -gt 10 && break
5841 done
5842 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5843esac
5844
5845 $ac_path_SED_found && break 3
7357c5b6
AM
5846 done
5847 done
81ecdfbb 5848 done
7357c5b6 5849IFS=$as_save_IFS
81ecdfbb 5850 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5851 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5852 fi
81ecdfbb
RW
5853else
5854 ac_cv_path_SED=$SED
7357c5b6
AM
5855fi
5856
81ecdfbb
RW
5857fi
5858{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5859$as_echo "$ac_cv_path_SED" >&6; }
5860 SED="$ac_cv_path_SED"
5861 rm -f conftest.sed
7357c5b6
AM
5862
5863test -z "$SED" && SED=sed
5864Xsed="$SED -e 1s/^X//"
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
81ecdfbb
RW
5876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5877$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5878if ${ac_cv_path_FGREP+:} false; then :
81ecdfbb 5879 $as_echo_n "(cached) " >&6
7357c5b6 5880else
81ecdfbb
RW
5881 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5882 then ac_cv_path_FGREP="$GREP -F"
5883 else
5884 if test -z "$FGREP"; then
5885 ac_path_FGREP_found=false
5886 # Loop through the user's path and test for each of PROGNAME-LIST
5887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5888for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5889do
5890 IFS=$as_save_IFS
5891 test -z "$as_dir" && as_dir=.
5892 for ac_prog in fgrep; do
5893 for ac_exec_ext in '' $ac_executable_extensions; do
5894 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5895 as_fn_executable_p "$ac_path_FGREP" || continue
81ecdfbb
RW
5896# Check for GNU ac_path_FGREP and select it if it is found.
5897 # Check for GNU $ac_path_FGREP
5898case `"$ac_path_FGREP" --version 2>&1` in
5899*GNU*)
5900 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5901*)
5902 ac_count=0
5903 $as_echo_n 0123456789 >"conftest.in"
5904 while :
5905 do
5906 cat "conftest.in" "conftest.in" >"conftest.tmp"
5907 mv "conftest.tmp" "conftest.in"
5908 cp "conftest.in" "conftest.nl"
5909 $as_echo 'FGREP' >> "conftest.nl"
5910 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5911 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5912 as_fn_arith $ac_count + 1 && ac_count=$as_val
5913 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5914 # Best one so far, save it but keep looking for a better one
5915 ac_cv_path_FGREP="$ac_path_FGREP"
5916 ac_path_FGREP_max=$ac_count
7357c5b6 5917 fi
81ecdfbb
RW
5918 # 10*(2^10) chars as input seems more than enough
5919 test $ac_count -gt 10 && break
5920 done
5921 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5922esac
5923
5924 $ac_path_FGREP_found && break 3
5925 done
5926 done
5927 done
5928IFS=$as_save_IFS
5929 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5930 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5931 fi
5932else
5933 ac_cv_path_FGREP=$FGREP
7357c5b6 5934fi
81ecdfbb
RW
5935
5936 fi
5937fi
5938{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5939$as_echo "$ac_cv_path_FGREP" >&6; }
5940 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5941
5942
5943test -z "$GREP" && GREP=grep
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
81ecdfbb
RW
5963# Check whether --with-gnu-ld was given.
5964if test "${with_gnu_ld+set}" = set; then :
5965 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5966else
5967 with_gnu_ld=no
81ecdfbb
RW
5968fi
5969
7357c5b6
AM
5970ac_prog=ld
5971if test "$GCC" = yes; then
5972 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5974$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5975 case $host in
5976 *-*-mingw*)
5977 # gcc leaves a trailing carriage return which upsets mingw
5978 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5979 *)
5980 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5981 esac
5982 case $ac_prog in
5983 # Accept absolute paths.
5984 [\\/]* | ?:[\\/]*)
5985 re_direlt='/[^/][^/]*/\.\./'
5986 # Canonicalize the pathname of ld
5987 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5988 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
d7040cdb 5989 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
cfbc9945
SE
5990 done
5991 test -z "$LD" && LD="$ac_prog"
5992 ;;
5bd8253d 5993 "")
cfbc9945
SE
5994 # If it fails, then pretend we aren't using GCC.
5995 ac_prog=ld
5bd8253d
L
5996 ;;
5997 *)
cfbc9945
SE
5998 # If it is relative, then search for the first ld in PATH.
5999 with_gnu_ld=unknown
5bd8253d 6000 ;;
cfbc9945
SE
6001 esac
6002elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
6004$as_echo_n "checking for GNU ld... " >&6; }
cfbc9945 6005else
81ecdfbb
RW
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
6007$as_echo_n "checking for non-GNU ld... " >&6; }
cfbc9945 6008fi
d0ac1c44 6009if ${lt_cv_path_LD+:} false; then :
81ecdfbb 6010 $as_echo_n "(cached) " >&6
cfbc9945
SE
6011else
6012 if test -z "$LD"; then
d7040cdb 6013 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
cfbc9945 6014 for ac_dir in $PATH; do
d7040cdb 6015 IFS="$lt_save_ifs"
cfbc9945
SE
6016 test -z "$ac_dir" && ac_dir=.
6017 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
6018 lt_cv_path_LD="$ac_dir/$ac_prog"
6019 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 6020 # but apparently some variants of GNU ld only accept -v.
cfbc9945 6021 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
6022 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6023 *GNU* | *'with BFD'*)
cfbc9945 6024 test "$with_gnu_ld" != no && break
d7040cdb
SE
6025 ;;
6026 *)
cfbc9945 6027 test "$with_gnu_ld" != yes && break
d7040cdb
SE
6028 ;;
6029 esac
cfbc9945
SE
6030 fi
6031 done
d7040cdb 6032 IFS="$lt_save_ifs"
cfbc9945
SE
6033else
6034 lt_cv_path_LD="$LD" # Let the user override the test with a path.
9e9b66a9 6035fi
1ad12f97
NC
6036fi
6037
cfbc9945
SE
6038LD="$lt_cv_path_LD"
6039if test -n "$LD"; then
81ecdfbb
RW
6040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6041$as_echo "$LD" >&6; }
cfbc9945 6042else
81ecdfbb
RW
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6044$as_echo "no" >&6; }
cfbc9945 6045fi
d0ac1c44 6046test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
6047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6048$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 6049if ${lt_cv_prog_gnu_ld+:} false; then :
81ecdfbb 6050 $as_echo_n "(cached) " >&6
cfbc9945 6051else
d7040cdb
SE
6052 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6053case `$LD -v 2>&1 </dev/null` in
6054*GNU* | *'with BFD'*)
cfbc9945 6055 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
6056 ;;
6057*)
cfbc9945 6058 lt_cv_prog_gnu_ld=no
d7040cdb
SE
6059 ;;
6060esac
49c96104 6061fi
81ecdfbb
RW
6062{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6063$as_echo "$lt_cv_prog_gnu_ld" >&6; }
cfbc9945 6064with_gnu_ld=$lt_cv_prog_gnu_ld
49c96104 6065
9e9b66a9 6066
cfbc9945 6067
d7040cdb
SE
6068
6069
6070
6071
6072
6073
81ecdfbb
RW
6074{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6075$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 6076if ${lt_cv_path_NM+:} false; then :
81ecdfbb 6077 $as_echo_n "(cached) " >&6
cfbc9945
SE
6078else
6079 if test -n "$NM"; then
6080 # Let the user override the test.
6081 lt_cv_path_NM="$NM"
6082else
d7040cdb
SE
6083 lt_nm_to_check="${ac_tool_prefix}nm"
6084 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6085 lt_nm_to_check="$lt_nm_to_check nm"
6086 fi
6087 for lt_tmp_nm in $lt_nm_to_check; do
6088 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6089 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6090 IFS="$lt_save_ifs"
6091 test -z "$ac_dir" && ac_dir=.
6092 tmp_nm="$ac_dir/$lt_tmp_nm"
6093 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6094 # Check to see if the nm accepts a BSD-compat flag.
6095 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6096 # nm: unknown option "B" ignored
6097 # Tru64's nm complains that /dev/null is an invalid object file
6098 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6099 */dev/null* | *'Invalid file or object type'*)
6100 lt_cv_path_NM="$tmp_nm -B"
6101 break
6102 ;;
6103 *)
6104 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6105 */dev/null*)
6106 lt_cv_path_NM="$tmp_nm -p"
6107 break
6108 ;;
6109 *)
6110 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6111 continue # so that we can try to find one that supports BSD flags
6112 ;;
6113 esac
6114 ;;
6115 esac
cfbc9945 6116 fi
d7040cdb
SE
6117 done
6118 IFS="$lt_save_ifs"
cfbc9945 6119 done
d7040cdb 6120 : ${lt_cv_path_NM=no}
cfbc9945 6121fi
a2d91340 6122fi
81ecdfbb
RW
6123{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6124$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
6125if test "$lt_cv_path_NM" != "no"; then
6126 NM="$lt_cv_path_NM"
cfbc9945 6127else
d7040cdb 6128 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
6129 if test -n "$DUMPBIN"; then :
6130 # Let the user override the test.
6131 else
6132 if test -n "$ac_tool_prefix"; then
6133 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
6134 do
6135 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6136set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
6137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6138$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6139if ${ac_cv_prog_DUMPBIN+:} false; then :
81ecdfbb 6140 $as_echo_n "(cached) " >&6
252b5132 6141else
d7040cdb
SE
6142 if test -n "$DUMPBIN"; then
6143 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6144else
6145as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6146for as_dir in $PATH
6147do
6148 IFS=$as_save_IFS
6149 test -z "$as_dir" && as_dir=.
81ecdfbb 6150 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6151 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6152 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 6153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
6154 break 2
6155 fi
6156done
81ecdfbb
RW
6157 done
6158IFS=$as_save_IFS
5464f5a1 6159
d7040cdb
SE
6160fi
6161fi
6162DUMPBIN=$ac_cv_prog_DUMPBIN
6163if test -n "$DUMPBIN"; then
81ecdfbb
RW
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6165$as_echo "$DUMPBIN" >&6; }
d7040cdb 6166else
81ecdfbb
RW
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6168$as_echo "no" >&6; }
d7040cdb 6169fi
d5fbea21 6170
81ecdfbb 6171
d7040cdb
SE
6172 test -n "$DUMPBIN" && break
6173 done
6174fi
6175if test -z "$DUMPBIN"; then
6176 ac_ct_DUMPBIN=$DUMPBIN
3725885a 6177 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
6178do
6179 # Extract the first word of "$ac_prog", so it can be a program name with args.
6180set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
6181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6182$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6183if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
81ecdfbb 6184 $as_echo_n "(cached) " >&6
d7040cdb
SE
6185else
6186 if test -n "$ac_ct_DUMPBIN"; then
6187 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6188else
6189as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6190for as_dir in $PATH
6191do
6192 IFS=$as_save_IFS
6193 test -z "$as_dir" && as_dir=.
81ecdfbb 6194 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6195 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6196 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 6197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6198 break 2
cfbc9945 6199 fi
d7040cdb 6200done
81ecdfbb
RW
6201 done
6202IFS=$as_save_IFS
d5fbea21 6203
d7040cdb
SE
6204fi
6205fi
6206ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6207if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6209$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 6210else
81ecdfbb
RW
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6212$as_echo "no" >&6; }
d7040cdb 6213fi
d5fbea21 6214
81ecdfbb 6215
d7040cdb
SE
6216 test -n "$ac_ct_DUMPBIN" && break
6217done
24443139 6218
81ecdfbb
RW
6219 if test "x$ac_ct_DUMPBIN" = x; then
6220 DUMPBIN=":"
6221 else
6222 case $cross_compiling:$ac_tool_warned in
6223yes:)
6224{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6225$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6226ac_tool_warned=yes ;;
6227esac
6228 DUMPBIN=$ac_ct_DUMPBIN
6229 fi
d7040cdb 6230fi
24443139 6231
3725885a
RW
6232 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6233 *COFF*)
6234 DUMPBIN="$DUMPBIN -symbols"
6235 ;;
6236 *)
6237 DUMPBIN=:
6238 ;;
6239 esac
6240 fi
24443139 6241
d7040cdb
SE
6242 if test "$DUMPBIN" != ":"; then
6243 NM="$DUMPBIN"
cfbc9945 6244 fi
d7040cdb
SE
6245fi
6246test -z "$NM" && NM=nm
a703a6ea 6247
f5385ebf 6248
cfbc9945 6249
24443139
AS
6250
6251
6252
81ecdfbb
RW
6253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6254$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 6255if ${lt_cv_nm_interface+:} false; then :
81ecdfbb 6256 $as_echo_n "(cached) " >&6
d7040cdb
SE
6257else
6258 lt_cv_nm_interface="BSD nm"
6259 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 6260 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
6261 (eval "$ac_compile" 2>conftest.err)
6262 cat conftest.err >&5
3725885a 6263 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
6264 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6265 cat conftest.err >&5
3725885a 6266 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
6267 cat conftest.out >&5
6268 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6269 lt_cv_nm_interface="MS dumpbin"
6270 fi
6271 rm -f conftest*
cfbc9945 6272fi
81ecdfbb
RW
6273{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6274$as_echo "$lt_cv_nm_interface" >&6; }
a703a6ea 6275
81ecdfbb
RW
6276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6277$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
6278LN_S=$as_ln_s
6279if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6281$as_echo "yes" >&6; }
d7040cdb 6282else
81ecdfbb
RW
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6284$as_echo "no, using $LN_S" >&6; }
d7040cdb 6285fi
252b5132 6286
cfbc9945 6287# find the maximum length of command line arguments
81ecdfbb
RW
6288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6289$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6290if ${lt_cv_sys_max_cmd_len+:} false; then :
81ecdfbb 6291 $as_echo_n "(cached) " >&6
cfbc9945
SE
6292else
6293 i=0
6294 teststring="ABCD"
5464f5a1 6295
cfbc9945
SE
6296 case $build_os in
6297 msdosdjgpp*)
6298 # On DJGPP, this test can blow up pretty badly due to problems in libc
6299 # (any single argument exceeding 2000 bytes causes a buffer overrun
6300 # during glob expansion). Even if it were fixed, the result of this
6301 # check would be larger than it should be.
6302 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6303 ;;
5464f5a1 6304
d7040cdb
SE
6305 gnu*)
6306 # Under GNU Hurd, this test is not required because there is
6307 # no limit to the length of command line arguments.
6308 # Libtool will interpret -1 as no limit whatsoever
6309 lt_cv_sys_max_cmd_len=-1;
6310 ;;
6311
718a6fd8 6312 cygwin* | mingw* | cegcc*)
cfbc9945
SE
6313 # On Win9x/ME, this test blows up -- it succeeds, but takes
6314 # about 5 minutes as the teststring grows exponentially.
6315 # Worse, since 9x/ME are not pre-emptively multitasking,
6316 # you end up with a "frozen" computer, even though with patience
6317 # the test eventually succeeds (with a max line length of 256k).
6318 # Instead, let's just punt: use the minimum linelength reported by
6319 # all of the supported platforms: 8192 (on NT/2K/XP).
6320 lt_cv_sys_max_cmd_len=8192;
6321 ;;
5464f5a1 6322
3725885a
RW
6323 mint*)
6324 # On MiNT this can take a long time and run out of memory.
6325 lt_cv_sys_max_cmd_len=8192;
6326 ;;
6327
cfbc9945
SE
6328 amigaos*)
6329 # On AmigaOS with pdksh, this test takes hours, literally.
6330 # So we just punt and use a minimum line length of 8192.
6331 lt_cv_sys_max_cmd_len=8192;
6332 ;;
5464f5a1 6333
cfbc9945
SE
6334 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6335 # This has been around since 386BSD, at least. Likely further.
6336 if test -x /sbin/sysctl; then
6337 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6338 elif test -x /usr/sbin/sysctl; then
6339 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6340 else
d7040cdb 6341 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
cfbc9945
SE
6342 fi
6343 # And add a safety zone
6344 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6345 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6346 ;;
d7040cdb
SE
6347
6348 interix*)
6349 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6350 lt_cv_sys_max_cmd_len=196608
6351 ;;
6352
6353 osf*)
6354 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6355 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6356 # nice to cause kernel panics so lets avoid the loop below.
6357 # First set a reasonable default.
6358 lt_cv_sys_max_cmd_len=16384
6359 #
6360 if test -x /sbin/sysconfig; then
6361 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6362 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6363 esac
6364 fi
6365 ;;
6366 sco3.2v5*)
6367 lt_cv_sys_max_cmd_len=102400
6368 ;;
6369 sysv5* | sco5v6* | sysv4.2uw2*)
6370 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6371 if test -n "$kargmax"; then
6372 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6373 else
6374 lt_cv_sys_max_cmd_len=32768
6375 fi
6376 ;;
6377 *)
718a6fd8
SE
6378 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6379 if test -n "$lt_cv_sys_max_cmd_len"; then
79887925
L
6380 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6381 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6382 else
6383 # Make teststring a little bigger before we do anything with it.
6384 # a 1K string should be a reasonable start.
6385 for i in 1 2 3 4 5 6 7 8 ; do
6386 teststring=$teststring$teststring
6387 done
6388 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6389 # If test is not a shell built-in, we'll probably end up computing a
6390 # maximum length that is only half of the actual maximum length, but
6391 # we can't tell.
3725885a
RW
6392 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6393 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
79887925
L
6394 test $i != 17 # 1/2 MB should be enough
6395 do
6396 i=`expr $i + 1`
6397 teststring=$teststring$teststring
6398 done
6399 # Only check the string length outside the loop.
6400 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6401 teststring=
6402 # Add a significant safety factor because C++ compilers can tack on
6403 # massive amounts of additional arguments before passing them to the
6404 # linker. It appears as though 1/2 is a usable value.
6405 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6406 fi
d7040cdb 6407 ;;
cfbc9945 6408 esac
5464f5a1 6409
252b5132 6410fi
cfbc9945 6411
d7040cdb 6412if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6414$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5464f5a1 6415else
81ecdfbb
RW
6416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6417$as_echo "none" >&6; }
5464f5a1 6418fi
d7040cdb 6419max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 6420
cfbc9945 6421
252b5132 6422
cfbc9945 6423
cfbc9945 6424
d7040cdb 6425
d7040cdb
SE
6426: ${CP="cp -f"}
6427: ${MV="mv -f"}
6428: ${RM="rm -f"}
6429
81ecdfbb
RW
6430{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6431$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
6432# Try some XSI features
6433xsi_shell=no
6434( _lt_dummy="a/b/c"
6435 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
718a6fd8
SE
6436 = c,a/b,, \
6437 && eval 'test $(( 1 + 1 )) -eq 2 \
6438 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 6439 && xsi_shell=yes
81ecdfbb
RW
6440{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6441$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
6442
6443
81ecdfbb
RW
6444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6445$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
6446lt_shell_append=no
6447( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6448 >/dev/null 2>&1 \
6449 && lt_shell_append=yes
81ecdfbb
RW
6450{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6451$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
6452
6453
6454if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6455 lt_unset=unset
5464f5a1 6456else
d7040cdb 6457 lt_unset=false
5464f5a1 6458fi
252b5132 6459
d7040cdb
SE
6460
6461
6462
6463
6464# test EBCDIC or ASCII
6465case `echo X|tr X '\101'` in
6466 A) # ASCII based system
6467 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6468 lt_SP2NL='tr \040 \012'
6469 lt_NL2SP='tr \015\012 \040\040'
6470 ;;
6471 *) # EBCDIC based system
6472 lt_SP2NL='tr \100 \n'
6473 lt_NL2SP='tr \r\n \100\100'
6474 ;;
6475esac
6476
6477
6478
6479
6480
6481
6482
6483
6484
81ecdfbb
RW
6485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6486$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6487if ${lt_cv_ld_reload_flag+:} false; then :
81ecdfbb 6488 $as_echo_n "(cached) " >&6
5464f5a1 6489else
d7040cdb
SE
6490 lt_cv_ld_reload_flag='-r'
6491fi
81ecdfbb
RW
6492{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6493$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
6494reload_flag=$lt_cv_ld_reload_flag
6495case $reload_flag in
6496"" | " "*) ;;
6497*) reload_flag=" $reload_flag" ;;
6498esac
6499reload_cmds='$LD$reload_flag -o $output$reload_objs'
6500case $host_os in
6501 darwin*)
6502 if test "$GCC" = yes; then
6503 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6504 else
6505 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6506 fi
6507 ;;
6508esac
6509
6510
6511
6512
6513
6514
6515
6516
6517
718a6fd8
SE
6518if test -n "$ac_tool_prefix"; then
6519 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6520set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
6521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6522$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6523if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 6524 $as_echo_n "(cached) " >&6
718a6fd8
SE
6525else
6526 if test -n "$OBJDUMP"; then
6527 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6528else
6529as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6530for as_dir in $PATH
6531do
6532 IFS=$as_save_IFS
6533 test -z "$as_dir" && as_dir=.
81ecdfbb 6534 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6535 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6536 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 6537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6538 break 2
6539 fi
6540done
81ecdfbb
RW
6541 done
6542IFS=$as_save_IFS
718a6fd8
SE
6543
6544fi
6545fi
6546OBJDUMP=$ac_cv_prog_OBJDUMP
6547if test -n "$OBJDUMP"; then
81ecdfbb
RW
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6549$as_echo "$OBJDUMP" >&6; }
718a6fd8 6550else
81ecdfbb
RW
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6552$as_echo "no" >&6; }
718a6fd8
SE
6553fi
6554
81ecdfbb 6555
718a6fd8
SE
6556fi
6557if test -z "$ac_cv_prog_OBJDUMP"; then
6558 ac_ct_OBJDUMP=$OBJDUMP
6559 # Extract the first word of "objdump", so it can be a program name with args.
6560set dummy objdump; ac_word=$2
81ecdfbb
RW
6561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6562$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6563if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
81ecdfbb 6564 $as_echo_n "(cached) " >&6
718a6fd8
SE
6565else
6566 if test -n "$ac_ct_OBJDUMP"; then
6567 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6568else
6569as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6570for as_dir in $PATH
6571do
6572 IFS=$as_save_IFS
6573 test -z "$as_dir" && as_dir=.
81ecdfbb 6574 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6575 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6576 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6578 break 2
6579 fi
6580done
81ecdfbb
RW
6581 done
6582IFS=$as_save_IFS
718a6fd8 6583
718a6fd8
SE
6584fi
6585fi
6586ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6587if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6589$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6590else
81ecdfbb
RW
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6592$as_echo "no" >&6; }
718a6fd8
SE
6593fi
6594
81ecdfbb
RW
6595 if test "x$ac_ct_OBJDUMP" = x; then
6596 OBJDUMP="false"
6597 else
6598 case $cross_compiling:$ac_tool_warned in
6599yes:)
6600{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6601$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6602ac_tool_warned=yes ;;
6603esac
6604 OBJDUMP=$ac_ct_OBJDUMP
6605 fi
718a6fd8
SE
6606else
6607 OBJDUMP="$ac_cv_prog_OBJDUMP"
6608fi
6609
6610test -z "$OBJDUMP" && OBJDUMP=objdump
6611
6612
6613
6614
6615
6616
6617
6618
d7040cdb 6619
81ecdfbb
RW
6620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6621$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6622if ${lt_cv_deplibs_check_method+:} false; then :
81ecdfbb 6623 $as_echo_n "(cached) " >&6
d7040cdb
SE
6624else
6625 lt_cv_file_magic_cmd='$MAGIC_CMD'
6626lt_cv_file_magic_test_file=
6627lt_cv_deplibs_check_method='unknown'
6628# Need to set the preceding variable on all platforms that support
6629# interlibrary dependencies.
6630# 'none' -- dependencies not supported.
6631# `unknown' -- same as none, but documents that we really don't know.
6632# 'pass_all' -- all dependencies passed with no checks.
6633# 'test_compile' -- check by making test program.
6634# 'file_magic [[regex]]' -- check by looking for files in library path
6635# which responds to the $file_magic_cmd with a given extended regex.
6636# If you have `file' or equivalent on your system and you're not sure
6637# whether `pass_all' will *always* work, you probably want this one.
6638
6639case $host_os in
e81819a5 6640aix[4-9]*)
d7040cdb
SE
6641 lt_cv_deplibs_check_method=pass_all
6642 ;;
6643
6644beos*)
6645 lt_cv_deplibs_check_method=pass_all
6646 ;;
6647
6648bsdi[45]*)
6649 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6650 lt_cv_file_magic_cmd='/usr/bin/file -L'
6651 lt_cv_file_magic_test_file=/shlib/libc.so
6652 ;;
6653
6654cygwin*)
6655 # func_win32_libid is a shell function defined in ltmain.sh
6656 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6657 lt_cv_file_magic_cmd='func_win32_libid'
6658 ;;
6659
6660mingw* | pw32*)
6661 # Base MSYS/MinGW do not provide the 'file' command needed by
6662 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6663 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6664 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6665 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
6666 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6667 lt_cv_file_magic_cmd='func_win32_libid'
6668 else
6669 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6670 lt_cv_file_magic_cmd='$OBJDUMP -f'
6671 fi
6672 ;;
6673
3725885a 6674cegcc*)
718a6fd8
SE
6675 # use the weaker test based on 'objdump'. See mingw*.
6676 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6677 lt_cv_file_magic_cmd='$OBJDUMP -f'
6678 ;;
6679
d7040cdb
SE
6680darwin* | rhapsody*)
6681 lt_cv_deplibs_check_method=pass_all
cfbc9945 6682 ;;
d7040cdb
SE
6683
6684freebsd* | dragonfly*)
6685 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6686 case $host_cpu in
6687 i*86 )
6688 # Not sure whether the presence of OpenBSD here was a mistake.
6689 # Let's accept both of them until this is cleared up.
6690 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6691 lt_cv_file_magic_cmd=/usr/bin/file
6692 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6693 ;;
6694 esac
6695 else
6696 lt_cv_deplibs_check_method=pass_all
6697 fi
6698 ;;
6699
6700gnu*)
6701 lt_cv_deplibs_check_method=pass_all
cfbc9945 6702 ;;
d7040cdb 6703
3725885a
RW
6704haiku*)
6705 lt_cv_deplibs_check_method=pass_all
6706 ;;
6707
d7040cdb
SE
6708hpux10.20* | hpux11*)
6709 lt_cv_file_magic_cmd=/usr/bin/file
6710 case $host_cpu in
6711 ia64*)
6712 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6713 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6714 ;;
6715 hppa*64*)
3725885a 6716 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
6717 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6718 ;;
cfbc9945 6719 *)
3725885a 6720 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6721 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6722 ;;
6723 esac
6724 ;;
6be7c12c 6725
d7040cdb
SE
6726interix[3-9]*)
6727 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6728 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6729 ;;
cfbc9945 6730
d7040cdb
SE
6731irix5* | irix6* | nonstopux*)
6732 case $LD in
6733 *-32|*"-32 ") libmagic=32-bit;;
6734 *-n32|*"-n32 ") libmagic=N32;;
6735 *-64|*"-64 ") libmagic=64-bit;;
6736 *) libmagic=never-match;;
6737 esac
6738 lt_cv_deplibs_check_method=pass_all
cfbc9945 6739 ;;
cfbc9945 6740
d7040cdb 6741# This must be Linux ELF.
58e24671 6742linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6743 lt_cv_deplibs_check_method=pass_all
6744 ;;
5464f5a1 6745
d7040cdb
SE
6746netbsd*)
6747 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6748 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
cfbc9945 6749 else
d7040cdb 6750 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
cfbc9945 6751 fi
d7040cdb
SE
6752 ;;
6753
6754newos6*)
6755 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6756 lt_cv_file_magic_cmd=/usr/bin/file
6757 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6758 ;;
6759
6760*nto* | *qnx*)
6761 lt_cv_deplibs_check_method=pass_all
6762 ;;
cfbc9945 6763
d7040cdb
SE
6764openbsd*)
6765 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6766 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6767 else
6768 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
cfbc9945
SE
6769 fi
6770 ;;
d7040cdb
SE
6771
6772osf3* | osf4* | osf5*)
6773 lt_cv_deplibs_check_method=pass_all
6774 ;;
6775
6776rdos*)
6777 lt_cv_deplibs_check_method=pass_all
6778 ;;
6779
6780solaris*)
6781 lt_cv_deplibs_check_method=pass_all
6782 ;;
6783
6784sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6785 lt_cv_deplibs_check_method=pass_all
6786 ;;
6787
6788sysv4 | sysv4.3*)
6789 case $host_vendor in
6790 motorola)
6791 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]'
6792 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6793 ;;
6794 ncr)
6795 lt_cv_deplibs_check_method=pass_all
6796 ;;
6797 sequent)
6798 lt_cv_file_magic_cmd='/bin/file'
6799 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6800 ;;
6801 sni)
6802 lt_cv_file_magic_cmd='/bin/file'
6803 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6804 lt_cv_file_magic_test_file=/lib/libc.so
6805 ;;
6806 siemens)
6807 lt_cv_deplibs_check_method=pass_all
6808 ;;
6809 pc)
6810 lt_cv_deplibs_check_method=pass_all
6811 ;;
6812 esac
6813 ;;
6814
6815tpf*)
6816 lt_cv_deplibs_check_method=pass_all
6817 ;;
cfbc9945
SE
6818esac
6819
d7040cdb 6820fi
81ecdfbb
RW
6821{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6822$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6823file_magic_cmd=$lt_cv_file_magic_cmd
6824deplibs_check_method=$lt_cv_deplibs_check_method
6825test -z "$deplibs_check_method" && deplibs_check_method=unknown
6826
6827
6828
6829
6830
6831
6832
6833
6834
6835
6836
6837
cfbc9945 6838if test -n "$ac_tool_prefix"; then
d7040cdb
SE
6839 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6840set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6842$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6843if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 6844 $as_echo_n "(cached) " >&6
5464f5a1 6845else
d7040cdb
SE
6846 if test -n "$AR"; then
6847 ac_cv_prog_AR="$AR" # Let the user override the test.
5464f5a1
NN
6848else
6849as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6850for as_dir in $PATH
6851do
6852 IFS=$as_save_IFS
6853 test -z "$as_dir" && as_dir=.
81ecdfbb 6854 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6855 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6856 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6858 break 2
6859 fi
6860done
81ecdfbb
RW
6861 done
6862IFS=$as_save_IFS
5464f5a1
NN
6863
6864fi
6865fi
d7040cdb
SE
6866AR=$ac_cv_prog_AR
6867if test -n "$AR"; then
81ecdfbb
RW
6868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6869$as_echo "$AR" >&6; }
5464f5a1 6870else
81ecdfbb
RW
6871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6872$as_echo "no" >&6; }
5464f5a1
NN
6873fi
6874
81ecdfbb 6875
5464f5a1 6876fi
d7040cdb
SE
6877if test -z "$ac_cv_prog_AR"; then
6878 ac_ct_AR=$AR
6879 # Extract the first word of "ar", so it can be a program name with args.
6880set dummy ar; ac_word=$2
81ecdfbb
RW
6881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6882$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6883if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 6884 $as_echo_n "(cached) " >&6
252b5132 6885else
d7040cdb
SE
6886 if test -n "$ac_ct_AR"; then
6887 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
252b5132 6888else
5464f5a1
NN
6889as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6890for as_dir in $PATH
6891do
6892 IFS=$as_save_IFS
6893 test -z "$as_dir" && as_dir=.
81ecdfbb 6894 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6895 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6896 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6897 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6898 break 2
6899 fi
6900done
81ecdfbb
RW
6901 done
6902IFS=$as_save_IFS
5464f5a1 6903
5464f5a1
NN
6904fi
6905fi
d7040cdb
SE
6906ac_ct_AR=$ac_cv_prog_ac_ct_AR
6907if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6909$as_echo "$ac_ct_AR" >&6; }
d7040cdb 6910else
81ecdfbb
RW
6911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6912$as_echo "no" >&6; }
5464f5a1
NN
6913fi
6914
81ecdfbb
RW
6915 if test "x$ac_ct_AR" = x; then
6916 AR="false"
6917 else
6918 case $cross_compiling:$ac_tool_warned in
6919yes:)
6920{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6921$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6922ac_tool_warned=yes ;;
6923esac
6924 AR=$ac_ct_AR
6925 fi
cfbc9945 6926else
d7040cdb 6927 AR="$ac_cv_prog_AR"
5464f5a1 6928fi
cfbc9945 6929
d7040cdb
SE
6930test -z "$AR" && AR=ar
6931test -z "$AR_FLAGS" && AR_FLAGS=cru
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942
cfbc9945
SE
6943if test -n "$ac_tool_prefix"; then
6944 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6945set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6946{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6947$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6948if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 6949 $as_echo_n "(cached) " >&6
5464f5a1 6950else
cfbc9945
SE
6951 if test -n "$STRIP"; then
6952 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5464f5a1
NN
6953else
6954as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6955for as_dir in $PATH
6956do
6957 IFS=$as_save_IFS
6958 test -z "$as_dir" && as_dir=.
81ecdfbb 6959 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6960 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 6961 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6963 break 2
6964 fi
6965done
81ecdfbb
RW
6966 done
6967IFS=$as_save_IFS
5464f5a1
NN
6968
6969fi
6970fi
cfbc9945
SE
6971STRIP=$ac_cv_prog_STRIP
6972if test -n "$STRIP"; then
81ecdfbb
RW
6973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6974$as_echo "$STRIP" >&6; }
5464f5a1 6975else
81ecdfbb
RW
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6977$as_echo "no" >&6; }
5464f5a1
NN
6978fi
6979
81ecdfbb 6980
252b5132 6981fi
cfbc9945
SE
6982if test -z "$ac_cv_prog_STRIP"; then
6983 ac_ct_STRIP=$STRIP
6984 # Extract the first word of "strip", so it can be a program name with args.
6985set dummy strip; ac_word=$2
81ecdfbb
RW
6986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6987$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6988if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 6989 $as_echo_n "(cached) " >&6
5464f5a1 6990else
cfbc9945
SE
6991 if test -n "$ac_ct_STRIP"; then
6992 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5464f5a1
NN
6993else
6994as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6995for as_dir in $PATH
6996do
6997 IFS=$as_save_IFS
6998 test -z "$as_dir" && as_dir=.
81ecdfbb 6999 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7000 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 7001 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 7002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
7003 break 2
7004 fi
7005done
81ecdfbb
RW
7006 done
7007IFS=$as_save_IFS
5464f5a1
NN
7008
7009fi
7010fi
cfbc9945
SE
7011ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7012if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
7013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7014$as_echo "$ac_ct_STRIP" >&6; }
5464f5a1 7015else
81ecdfbb
RW
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7017$as_echo "no" >&6; }
5464f5a1
NN
7018fi
7019
81ecdfbb
RW
7020 if test "x$ac_ct_STRIP" = x; then
7021 STRIP=":"
7022 else
7023 case $cross_compiling:$ac_tool_warned in
7024yes:)
7025{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7026$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7027ac_tool_warned=yes ;;
7028esac
7029 STRIP=$ac_ct_STRIP
7030 fi
cfbc9945
SE
7031else
7032 STRIP="$ac_cv_prog_STRIP"
5464f5a1
NN
7033fi
7034
d7040cdb 7035test -z "$STRIP" && STRIP=:
5464f5a1 7036
cfbc9945
SE
7037
7038
cfbc9945 7039
cfbc9945
SE
7040
7041
d7040cdb
SE
7042if test -n "$ac_tool_prefix"; then
7043 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7044set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
7045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7046$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7047if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 7048 $as_echo_n "(cached) " >&6
cfbc9945 7049else
d7040cdb
SE
7050 if test -n "$RANLIB"; then
7051 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7052else
7053as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7054for as_dir in $PATH
7055do
7056 IFS=$as_save_IFS
7057 test -z "$as_dir" && as_dir=.
81ecdfbb 7058 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7059 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 7060 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 7061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 7062 break 2
cfbc9945 7063 fi
d7040cdb 7064done
81ecdfbb
RW
7065 done
7066IFS=$as_save_IFS
cfbc9945 7067
d7040cdb
SE
7068fi
7069fi
7070RANLIB=$ac_cv_prog_RANLIB
7071if test -n "$RANLIB"; then
81ecdfbb
RW
7072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7073$as_echo "$RANLIB" >&6; }
d7040cdb 7074else
81ecdfbb
RW
7075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7076$as_echo "no" >&6; }
d7040cdb 7077fi
cfbc9945 7078
81ecdfbb 7079
d7040cdb
SE
7080fi
7081if test -z "$ac_cv_prog_RANLIB"; then
7082 ac_ct_RANLIB=$RANLIB
7083 # Extract the first word of "ranlib", so it can be a program name with args.
7084set dummy ranlib; ac_word=$2
81ecdfbb
RW
7085{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7086$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7087if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 7088 $as_echo_n "(cached) " >&6
d7040cdb
SE
7089else
7090 if test -n "$ac_ct_RANLIB"; then
7091 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7092else
7093as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7094for as_dir in $PATH
7095do
7096 IFS=$as_save_IFS
7097 test -z "$as_dir" && as_dir=.
81ecdfbb 7098 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7099 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 7100 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 7101 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 7102 break 2
cfbc9945 7103 fi
d7040cdb 7104done
81ecdfbb
RW
7105 done
7106IFS=$as_save_IFS
cfbc9945 7107
d7040cdb
SE
7108fi
7109fi
7110ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7111if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
7112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7113$as_echo "$ac_ct_RANLIB" >&6; }
cfbc9945 7114else
81ecdfbb
RW
7115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7116$as_echo "no" >&6; }
d7040cdb 7117fi
5464f5a1 7118
81ecdfbb
RW
7119 if test "x$ac_ct_RANLIB" = x; then
7120 RANLIB=":"
7121 else
7122 case $cross_compiling:$ac_tool_warned in
7123yes:)
7124{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7125$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7126ac_tool_warned=yes ;;
7127esac
7128 RANLIB=$ac_ct_RANLIB
7129 fi
d7040cdb
SE
7130else
7131 RANLIB="$ac_cv_prog_RANLIB"
7132fi
5464f5a1 7133
d7040cdb 7134test -z "$RANLIB" && RANLIB=:
5464f5a1 7135
5464f5a1 7136
5464f5a1 7137
cfbc9945 7138
cfbc9945 7139
d7040cdb
SE
7140
7141# Determine commands to create old-style static archives.
718a6fd8 7142old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
7143old_postinstall_cmds='chmod 644 $oldlib'
7144old_postuninstall_cmds=
7145
7146if test -n "$RANLIB"; then
7147 case $host_os in
7148 openbsd*)
7149 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7150 ;;
7151 *)
7152 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7153 ;;
7154 esac
7155 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
cfbc9945 7156fi
cfbc9945 7157
3725885a
RW
7158case $host_os in
7159 darwin*)
7160 lock_old_archive_extraction=yes ;;
7161 *)
7162 lock_old_archive_extraction=no ;;
7163esac
7164
7165
7166
7167
7168
7169
cfbc9945 7170
cfbc9945
SE
7171
7172
cfbc9945 7173
cfbc9945 7174
cfbc9945 7175
cfbc9945 7176
cfbc9945
SE
7177
7178
cfbc9945 7179
cfbc9945 7180
cfbc9945
SE
7181
7182
7183
7184
7185
7186
7187
5464f5a1 7188
5464f5a1 7189
cfbc9945
SE
7190
7191
7192
5464f5a1 7193
5464f5a1 7194
cfbc9945
SE
7195
7196
7197
5464f5a1 7198
cfbc9945
SE
7199
7200
7201
7202
d7040cdb
SE
7203# If no C compiler was specified, use CC.
7204LTCC=${LTCC-"$CC"}
cfbc9945 7205
d7040cdb
SE
7206# If no C compiler flags were specified, use CFLAGS.
7207LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
cfbc9945 7208
d7040cdb
SE
7209# Allow CC to be a program name with arguments.
7210compiler=$CC
cfbc9945 7211
cfbc9945 7212
d7040cdb 7213# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
7214{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7215$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 7216if ${lt_cv_sys_global_symbol_pipe+:} false; then :
81ecdfbb 7217 $as_echo_n "(cached) " >&6
d7040cdb 7218else
5464f5a1 7219
d7040cdb
SE
7220# These are sane defaults that work on at least a few old systems.
7221# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5464f5a1 7222
d7040cdb
SE
7223# Character class describing NM global symbol codes.
7224symcode='[BCDEGRST]'
7225
7226# Regexp to match symbols that can be accessed directly from C.
7227sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7228
7229# Define system-specific variables.
7230case $host_os in
7231aix*)
7232 symcode='[BCDT]'
7233 ;;
718a6fd8 7234cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
7235 symcode='[ABCDGISTW]'
7236 ;;
7237hpux*)
7238 if test "$host_cpu" = ia64; then
7239 symcode='[ABCDEGRST]'
7240 fi
7241 ;;
7242irix* | nonstopux*)
7243 symcode='[BCDEGRST]'
7244 ;;
7245osf*)
7246 symcode='[BCDEGQRST]'
7247 ;;
7248solaris*)
7249 symcode='[BDRT]'
7250 ;;
7251sco3.2v5*)
7252 symcode='[DT]'
7253 ;;
7254sysv4.2uw2*)
7255 symcode='[DT]'
7256 ;;
7257sysv5* | sco5v6* | unixware* | OpenUNIX*)
7258 symcode='[ABDT]'
7259 ;;
7260sysv4)
7261 symcode='[DFNSTU]'
7262 ;;
cfbc9945 7263esac
5464f5a1 7264
d7040cdb
SE
7265# If we're using GNU nm, then use its standard symbol codes.
7266case `$NM -V 2>&1` in
7267*GNU* | *'with BFD'*)
7268 symcode='[ABCDGIRSTW]' ;;
7269esac
5464f5a1 7270
d7040cdb
SE
7271# Transform an extracted symbol line into a proper C declaration.
7272# Some systems (esp. on ia64) link data and code symbols differently,
7273# so use this general approach.
7274lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5464f5a1 7275
d7040cdb
SE
7276# Transform an extracted symbol line into symbol name and symbol address
7277lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
718a6fd8 7278lt_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 7279
d7040cdb
SE
7280# Handle CRLF in mingw tool chain
7281opt_cr=
7282case $build_os in
7283mingw*)
7284 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7285 ;;
7286esac
5464f5a1 7287
d7040cdb
SE
7288# Try without a prefix underscore, then with it.
7289for ac_symprfx in "" "_"; do
7290
7291 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7292 symxfrm="\\1 $ac_symprfx\\2 \\2"
7293
7294 # Write the raw and C identifiers.
7295 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7296 # Fake it for dumpbin and say T for any non-static function
7297 # and D for any global variable.
7298 # Also find C++ and __fastcall symbols from MSVC++,
7299 # which start with @ or ?.
7300 lt_cv_sys_global_symbol_pipe="$AWK '"\
7301" {last_section=section; section=\$ 3};"\
7302" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7303" \$ 0!~/External *\|/{next};"\
7304" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7305" {if(hide[section]) next};"\
7306" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7307" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7308" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7309" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7310" ' prfx=^$ac_symprfx"
7311 else
7312 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7313 fi
cfbc9945 7314
d7040cdb
SE
7315 # Check to see that the pipe works correctly.
7316 pipe_works=no
cfbc9945 7317
d7040cdb
SE
7318 rm -f conftest*
7319 cat > conftest.$ac_ext <<_LT_EOF
7320#ifdef __cplusplus
7321extern "C" {
7322#endif
7323char nm_test_var;
7324void nm_test_func(void);
7325void nm_test_func(void){}
7326#ifdef __cplusplus
7327}
7328#endif
7329int main(){nm_test_var='a';nm_test_func();return(0);}
7330_LT_EOF
cfbc9945 7331
81ecdfbb 7332 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7333 (eval $ac_compile) 2>&5
7334 ac_status=$?
81ecdfbb
RW
7335 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7336 test $ac_status = 0; }; then
d7040cdb
SE
7337 # Now try to grab the symbols.
7338 nlist=conftest.nm
3725885a
RW
7339 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7340 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
d7040cdb 7341 ac_status=$?
81ecdfbb
RW
7342 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7343 test $ac_status = 0; } && test -s "$nlist"; then
d7040cdb
SE
7344 # Try sorting and uniquifying the output.
7345 if sort "$nlist" | uniq > "$nlist"T; then
7346 mv -f "$nlist"T "$nlist"
7347 else
7348 rm -f "$nlist"T
7349 fi
cfbc9945 7350
d7040cdb
SE
7351 # Make sure that we snagged all the symbols we need.
7352 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7353 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7354 cat <<_LT_EOF > conftest.$ac_ext
7355#ifdef __cplusplus
7356extern "C" {
7357#endif
cfbc9945 7358
d7040cdb
SE
7359_LT_EOF
7360 # Now generate the symbol file.
7361 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5464f5a1 7362
d7040cdb 7363 cat <<_LT_EOF >> conftest.$ac_ext
cfbc9945 7364
d7040cdb
SE
7365/* The mapping between symbol names and symbols. */
7366const struct {
7367 const char *name;
7368 void *address;
7369}
7370lt__PROGRAM__LTX_preloaded_symbols[] =
7371{
7372 { "@PROGRAM@", (void *) 0 },
7373_LT_EOF
7374 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7375 cat <<\_LT_EOF >> conftest.$ac_ext
7376 {0, (void *) 0}
7377};
7378
7379/* This works around a problem in FreeBSD linker */
7380#ifdef FREEBSD_WORKAROUND
7381static const void *lt_preloaded_setup() {
7382 return lt__PROGRAM__LTX_preloaded_symbols;
7383}
7384#endif
cfbc9945 7385
d7040cdb
SE
7386#ifdef __cplusplus
7387}
7388#endif
7389_LT_EOF
7390 # Now try linking the two files.
7391 mv conftest.$ac_objext conftstm.$ac_objext
7392 lt_save_LIBS="$LIBS"
7393 lt_save_CFLAGS="$CFLAGS"
7394 LIBS="conftstm.$ac_objext"
7395 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 7396 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
7397 (eval $ac_link) 2>&5
7398 ac_status=$?
81ecdfbb
RW
7399 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7400 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
d7040cdb
SE
7401 pipe_works=yes
7402 fi
7403 LIBS="$lt_save_LIBS"
7404 CFLAGS="$lt_save_CFLAGS"
7405 else
7406 echo "cannot find nm_test_func in $nlist" >&5
7407 fi
7408 else
7409 echo "cannot find nm_test_var in $nlist" >&5
7410 fi
7411 else
7412 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7413 fi
7414 else
7415 echo "$progname: failed program was:" >&5
7416 cat conftest.$ac_ext >&5
7417 fi
718a6fd8 7418 rm -rf conftest* conftst*
cfbc9945 7419
d7040cdb
SE
7420 # Do not use the global_symbol_pipe unless it works.
7421 if test "$pipe_works" = yes; then
7422 break
7423 else
7424 lt_cv_sys_global_symbol_pipe=
7425 fi
7426done
cfbc9945 7427
252b5132 7428fi
5464f5a1 7429
d7040cdb
SE
7430if test -z "$lt_cv_sys_global_symbol_pipe"; then
7431 lt_cv_sys_global_symbol_to_cdecl=
7432fi
7433if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
7434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7435$as_echo "failed" >&6; }
b3baf5d0 7436else
81ecdfbb
RW
7437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7438$as_echo "ok" >&6; }
d7040cdb 7439fi
5464f5a1 7440
cfbc9945 7441
b3baf5d0 7442
cfbc9945
SE
7443
7444
7445
7446
5464f5a1 7447
4a2a2686
HPN
7448
7449
7450
cfbc9945
SE
7451
7452
cfbc9945 7453
cfbc9945 7454
718a6fd8
SE
7455
7456
7457
7458
7459
9d7cbccd 7460
20e95c23 7461
81ecdfbb
RW
7462# Check whether --enable-libtool-lock was given.
7463if test "${enable_libtool_lock+set}" = set; then :
7464 enableval=$enable_libtool_lock;
7465fi
20e95c23 7466
d7040cdb 7467test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
20e95c23 7468
d7040cdb
SE
7469# Some flags need to be propagated to the compiler or linker for good
7470# libtool support.
7471case $host in
7472ia64-*-hpux*)
7473 # Find out which ABI we are using.
7474 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7475 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7476 (eval $ac_compile) 2>&5
7477 ac_status=$?
81ecdfbb
RW
7478 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7479 test $ac_status = 0; }; then
d7040cdb
SE
7480 case `/usr/bin/file conftest.$ac_objext` in
7481 *ELF-32*)
7482 HPUX_IA64_MODE="32"
7483 ;;
7484 *ELF-64*)
7485 HPUX_IA64_MODE="64"
7486 ;;
20e95c23 7487 esac
d7040cdb
SE
7488 fi
7489 rm -rf conftest*
7490 ;;
7491*-*-irix6*)
7492 # Find out which ABI we are using.
3725885a 7493 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 7494 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7495 (eval $ac_compile) 2>&5
7496 ac_status=$?
81ecdfbb
RW
7497 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7498 test $ac_status = 0; }; then
d7040cdb
SE
7499 if test "$lt_cv_prog_gnu_ld" = yes; then
7500 case `/usr/bin/file conftest.$ac_objext` in
7501 *32-bit*)
7502 LD="${LD-ld} -melf32bsmip"
7503 ;;
7504 *N32*)
7505 LD="${LD-ld} -melf32bmipn32"
7506 ;;
7507 *64-bit*)
7508 LD="${LD-ld} -melf64bmip"
7509 ;;
7510 esac
20e95c23 7511 else
d7040cdb
SE
7512 case `/usr/bin/file conftest.$ac_objext` in
7513 *32-bit*)
7514 LD="${LD-ld} -32"
7515 ;;
7516 *N32*)
7517 LD="${LD-ld} -n32"
7518 ;;
7519 *64-bit*)
7520 LD="${LD-ld} -64"
7521 ;;
20e95c23
DJ
7522 esac
7523 fi
d7040cdb
SE
7524 fi
7525 rm -rf conftest*
7526 ;;
20e95c23 7527
cc9afea3 7528x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
d7040cdb
SE
7529s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7530 # Find out which ABI we are using.
7531 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7532 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
7533 (eval $ac_compile) 2>&5
7534 ac_status=$?
81ecdfbb
RW
7535 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7536 test $ac_status = 0; }; then
d7040cdb
SE
7537 case `/usr/bin/file conftest.o` in
7538 *32-bit*)
7539 case $host in
7540 x86_64-*kfreebsd*-gnu)
7541 LD="${LD-ld} -m elf_i386_fbsd"
7542 ;;
7543 x86_64-*linux*)
6d2920c8
L
7544 case `/usr/bin/file conftest.o` in
7545 *x86-64*)
7546 LD="${LD-ld} -m elf32_x86_64"
7547 ;;
7548 *)
7549 LD="${LD-ld} -m elf_i386"
7550 ;;
7551 esac
d7040cdb 7552 ;;
cc9afea3
AM
7553 powerpc64le-*linux*)
7554 LD="${LD-ld} -m elf32lppclinux"
7555 ;;
7556 powerpc64-*linux*)
d7040cdb
SE
7557 LD="${LD-ld} -m elf32ppclinux"
7558 ;;
7559 s390x-*linux*)
7560 LD="${LD-ld} -m elf_s390"
7561 ;;
7562 sparc64-*linux*)
7563 LD="${LD-ld} -m elf32_sparc"
7564 ;;
7565 esac
7566 ;;
7567 *64-bit*)
7568 case $host in
7569 x86_64-*kfreebsd*-gnu)
7570 LD="${LD-ld} -m elf_x86_64_fbsd"
7571 ;;
7572 x86_64-*linux*)
7573 LD="${LD-ld} -m elf_x86_64"
7574 ;;
cc9afea3
AM
7575 powerpcle-*linux*)
7576 LD="${LD-ld} -m elf64lppc"
7577 ;;
7578 powerpc-*linux*)
d7040cdb
SE
7579 LD="${LD-ld} -m elf64ppc"
7580 ;;
7581 s390*-*linux*|s390*-*tpf*)
7582 LD="${LD-ld} -m elf64_s390"
7583 ;;
7584 sparc*-*linux*)
7585 LD="${LD-ld} -m elf64_sparc"
7586 ;;
7587 esac
7588 ;;
20e95c23
DJ
7589 esac
7590 fi
d7040cdb 7591 rm -rf conftest*
7357c5b6 7592 ;;
d7040cdb 7593
7357c5b6
AM
7594*-*-sco3.2v5*)
7595 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7596 SAVE_CFLAGS="$CFLAGS"
7597 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7599$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7600if ${lt_cv_cc_needs_belf+:} false; then :
81ecdfbb 7601 $as_echo_n "(cached) " >&6
d7040cdb 7602else
7357c5b6
AM
7603 ac_ext=c
7604ac_cpp='$CPP $CPPFLAGS'
7605ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7606ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7607ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 7608
81ecdfbb 7609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 7610/* end confdefs.h. */
d7040cdb 7611
d7040cdb
SE
7612int
7613main ()
7614{
7357c5b6
AM
7615
7616 ;
7617 return 0;
d7040cdb
SE
7618}
7619_ACEOF
81ecdfbb 7620if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7621 lt_cv_cc_needs_belf=yes
d7040cdb 7622else
81ecdfbb 7623 lt_cv_cc_needs_belf=no
d7040cdb 7624fi
81ecdfbb
RW
7625rm -f core conftest.err conftest.$ac_objext \
7626 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7627 ac_ext=c
7628ac_cpp='$CPP $CPPFLAGS'
7629ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7630ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7631ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
7632
7633fi
81ecdfbb
RW
7634{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7635$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
7636 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7637 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7638 CFLAGS="$SAVE_CFLAGS"
7639 fi
7640 ;;
7641sparc*-*solaris*)
7642 # Find out which ABI we are using.
7643 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7644 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7645 (eval $ac_compile) 2>&5
7646 ac_status=$?
81ecdfbb
RW
7647 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7648 test $ac_status = 0; }; then
7357c5b6
AM
7649 case `/usr/bin/file conftest.o` in
7650 *64-bit*)
7651 case $lt_cv_prog_gnu_ld in
7652 yes*) LD="${LD-ld} -m elf64_sparc" ;;
718a6fd8
SE
7653 *)
7654 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7655 LD="${LD-ld} -64"
7656 fi
7657 ;;
7357c5b6
AM
7658 esac
7659 ;;
7660 esac
7661 fi
7662 rm -rf conftest*
7663 ;;
7664esac
d7040cdb 7665
7357c5b6 7666need_locks="$enable_libtool_lock"
d7040cdb
SE
7667
7668
718a6fd8
SE
7669 case $host_os in
7670 rhapsody* | darwin*)
7671 if test -n "$ac_tool_prefix"; then
7672 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7673set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7674{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7675$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7676if ${ac_cv_prog_DSYMUTIL+:} false; then :
81ecdfbb 7677 $as_echo_n "(cached) " >&6
718a6fd8
SE
7678else
7679 if test -n "$DSYMUTIL"; then
7680 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7681else
7682as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7683for as_dir in $PATH
7684do
7685 IFS=$as_save_IFS
7686 test -z "$as_dir" && as_dir=.
81ecdfbb 7687 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7688 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7689 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7691 break 2
7692 fi
7693done
81ecdfbb
RW
7694 done
7695IFS=$as_save_IFS
718a6fd8
SE
7696
7697fi
7698fi
7699DSYMUTIL=$ac_cv_prog_DSYMUTIL
7700if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7702$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7703else
81ecdfbb
RW
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7705$as_echo "no" >&6; }
718a6fd8
SE
7706fi
7707
81ecdfbb 7708
718a6fd8
SE
7709fi
7710if test -z "$ac_cv_prog_DSYMUTIL"; then
7711 ac_ct_DSYMUTIL=$DSYMUTIL
7712 # Extract the first word of "dsymutil", so it can be a program name with args.
7713set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7714{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7715$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7716if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
81ecdfbb 7717 $as_echo_n "(cached) " >&6
718a6fd8
SE
7718else
7719 if test -n "$ac_ct_DSYMUTIL"; then
7720 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7721else
7722as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7723for as_dir in $PATH
7724do
7725 IFS=$as_save_IFS
7726 test -z "$as_dir" && as_dir=.
81ecdfbb 7727 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7728 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7729 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7731 break 2
7732 fi
7733done
81ecdfbb
RW
7734 done
7735IFS=$as_save_IFS
718a6fd8 7736
718a6fd8
SE
7737fi
7738fi
7739ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7740if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7742$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7743else
81ecdfbb
RW
7744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7745$as_echo "no" >&6; }
718a6fd8
SE
7746fi
7747
81ecdfbb
RW
7748 if test "x$ac_ct_DSYMUTIL" = x; then
7749 DSYMUTIL=":"
7750 else
7751 case $cross_compiling:$ac_tool_warned in
7752yes:)
7753{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7754$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7755ac_tool_warned=yes ;;
7756esac
7757 DSYMUTIL=$ac_ct_DSYMUTIL
7758 fi
718a6fd8
SE
7759else
7760 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7761fi
7762
7763 if test -n "$ac_tool_prefix"; then
7764 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7765set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7767$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7768if ${ac_cv_prog_NMEDIT+:} false; then :
81ecdfbb 7769 $as_echo_n "(cached) " >&6
718a6fd8
SE
7770else
7771 if test -n "$NMEDIT"; then
7772 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7773else
7774as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7775for as_dir in $PATH
7776do
7777 IFS=$as_save_IFS
7778 test -z "$as_dir" && as_dir=.
81ecdfbb 7779 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7780 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7781 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7782 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7783 break 2
7784 fi
7785done
81ecdfbb
RW
7786 done
7787IFS=$as_save_IFS
718a6fd8
SE
7788
7789fi
7790fi
7791NMEDIT=$ac_cv_prog_NMEDIT
7792if test -n "$NMEDIT"; then
81ecdfbb
RW
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7794$as_echo "$NMEDIT" >&6; }
718a6fd8 7795else
81ecdfbb
RW
7796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7797$as_echo "no" >&6; }
718a6fd8
SE
7798fi
7799
81ecdfbb 7800
718a6fd8
SE
7801fi
7802if test -z "$ac_cv_prog_NMEDIT"; then
7803 ac_ct_NMEDIT=$NMEDIT
7804 # Extract the first word of "nmedit", so it can be a program name with args.
7805set dummy nmedit; ac_word=$2
81ecdfbb
RW
7806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7807$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7808if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
81ecdfbb 7809 $as_echo_n "(cached) " >&6
718a6fd8
SE
7810else
7811 if test -n "$ac_ct_NMEDIT"; then
7812 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7813else
7814as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7815for as_dir in $PATH
7816do
7817 IFS=$as_save_IFS
7818 test -z "$as_dir" && as_dir=.
81ecdfbb 7819 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7820 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7821 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7823 break 2
7824 fi
7825done
81ecdfbb
RW
7826 done
7827IFS=$as_save_IFS
718a6fd8 7828
718a6fd8
SE
7829fi
7830fi
7831ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7832if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7834$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7835else
81ecdfbb
RW
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7837$as_echo "no" >&6; }
718a6fd8
SE
7838fi
7839
81ecdfbb
RW
7840 if test "x$ac_ct_NMEDIT" = x; then
7841 NMEDIT=":"
7842 else
7843 case $cross_compiling:$ac_tool_warned in
7844yes:)
7845{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7846$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7847ac_tool_warned=yes ;;
7848esac
7849 NMEDIT=$ac_ct_NMEDIT
7850 fi
718a6fd8
SE
7851else
7852 NMEDIT="$ac_cv_prog_NMEDIT"
7853fi
7854
7855 if test -n "$ac_tool_prefix"; then
7856 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7857set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7859$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7860if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 7861 $as_echo_n "(cached) " >&6
718a6fd8
SE
7862else
7863 if test -n "$LIPO"; then
7864 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7865else
7866as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7867for as_dir in $PATH
7868do
7869 IFS=$as_save_IFS
7870 test -z "$as_dir" && as_dir=.
81ecdfbb 7871 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7872 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7873 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7875 break 2
7876 fi
7877done
81ecdfbb
RW
7878 done
7879IFS=$as_save_IFS
718a6fd8
SE
7880
7881fi
7882fi
7883LIPO=$ac_cv_prog_LIPO
7884if test -n "$LIPO"; then
81ecdfbb
RW
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7886$as_echo "$LIPO" >&6; }
718a6fd8 7887else
81ecdfbb
RW
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7889$as_echo "no" >&6; }
718a6fd8
SE
7890fi
7891
81ecdfbb 7892
718a6fd8
SE
7893fi
7894if test -z "$ac_cv_prog_LIPO"; then
7895 ac_ct_LIPO=$LIPO
7896 # Extract the first word of "lipo", so it can be a program name with args.
7897set dummy lipo; ac_word=$2
81ecdfbb
RW
7898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7899$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7900if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
81ecdfbb 7901 $as_echo_n "(cached) " >&6
718a6fd8
SE
7902else
7903 if test -n "$ac_ct_LIPO"; then
7904 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7905else
7906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7907for as_dir in $PATH
7908do
7909 IFS=$as_save_IFS
7910 test -z "$as_dir" && as_dir=.
81ecdfbb 7911 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7912 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7913 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7915 break 2
7916 fi
7917done
81ecdfbb
RW
7918 done
7919IFS=$as_save_IFS
718a6fd8 7920
718a6fd8
SE
7921fi
7922fi
7923ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7924if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7926$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7927else
81ecdfbb
RW
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7929$as_echo "no" >&6; }
718a6fd8
SE
7930fi
7931
81ecdfbb
RW
7932 if test "x$ac_ct_LIPO" = x; then
7933 LIPO=":"
7934 else
7935 case $cross_compiling:$ac_tool_warned in
7936yes:)
7937{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7938$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7939ac_tool_warned=yes ;;
7940esac
7941 LIPO=$ac_ct_LIPO
7942 fi
7943else
718a6fd8
SE
7944 LIPO="$ac_cv_prog_LIPO"
7945fi
7946
7947 if test -n "$ac_tool_prefix"; then
7948 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7949set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7951$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7952if ${ac_cv_prog_OTOOL+:} false; then :
81ecdfbb 7953 $as_echo_n "(cached) " >&6
718a6fd8
SE
7954else
7955 if test -n "$OTOOL"; then
7956 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7957else
7958as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7959for as_dir in $PATH
7960do
7961 IFS=$as_save_IFS
7962 test -z "$as_dir" && as_dir=.
81ecdfbb 7963 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7964 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7965 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7967 break 2
7968 fi
7969done
81ecdfbb
RW
7970 done
7971IFS=$as_save_IFS
718a6fd8
SE
7972
7973fi
7974fi
7975OTOOL=$ac_cv_prog_OTOOL
7976if test -n "$OTOOL"; then
81ecdfbb
RW
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7978$as_echo "$OTOOL" >&6; }
718a6fd8 7979else
81ecdfbb
RW
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7981$as_echo "no" >&6; }
718a6fd8
SE
7982fi
7983
81ecdfbb 7984
718a6fd8
SE
7985fi
7986if test -z "$ac_cv_prog_OTOOL"; then
7987 ac_ct_OTOOL=$OTOOL
7988 # Extract the first word of "otool", so it can be a program name with args.
7989set dummy otool; ac_word=$2
81ecdfbb
RW
7990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7991$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7992if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
81ecdfbb 7993 $as_echo_n "(cached) " >&6
718a6fd8
SE
7994else
7995 if test -n "$ac_ct_OTOOL"; then
7996 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7997else
7998as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7999for as_dir in $PATH
8000do
8001 IFS=$as_save_IFS
8002 test -z "$as_dir" && as_dir=.
81ecdfbb 8003 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8004 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 8005 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 8006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
8007 break 2
8008 fi
8009done
81ecdfbb
RW
8010 done
8011IFS=$as_save_IFS
718a6fd8 8012
718a6fd8
SE
8013fi
8014fi
8015ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8016if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
8017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8018$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 8019else
81ecdfbb
RW
8020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8021$as_echo "no" >&6; }
718a6fd8
SE
8022fi
8023
81ecdfbb
RW
8024 if test "x$ac_ct_OTOOL" = x; then
8025 OTOOL=":"
8026 else
8027 case $cross_compiling:$ac_tool_warned in
8028yes:)
8029{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8030$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8031ac_tool_warned=yes ;;
8032esac
8033 OTOOL=$ac_ct_OTOOL
8034 fi
718a6fd8
SE
8035else
8036 OTOOL="$ac_cv_prog_OTOOL"
8037fi
8038
8039 if test -n "$ac_tool_prefix"; then
8040 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8041set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
8042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8043$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8044if ${ac_cv_prog_OTOOL64+:} false; then :
81ecdfbb 8045 $as_echo_n "(cached) " >&6
718a6fd8
SE
8046else
8047 if test -n "$OTOOL64"; then
8048 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8049else
8050as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8051for as_dir in $PATH
8052do
8053 IFS=$as_save_IFS
8054 test -z "$as_dir" && as_dir=.
81ecdfbb 8055 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8056 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 8057 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 8058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
8059 break 2
8060 fi
8061done
81ecdfbb
RW
8062 done
8063IFS=$as_save_IFS
718a6fd8
SE
8064
8065fi
8066fi
8067OTOOL64=$ac_cv_prog_OTOOL64
8068if test -n "$OTOOL64"; then
81ecdfbb
RW
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8070$as_echo "$OTOOL64" >&6; }
718a6fd8 8071else
81ecdfbb
RW
8072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8073$as_echo "no" >&6; }
718a6fd8
SE
8074fi
8075
81ecdfbb 8076
718a6fd8
SE
8077fi
8078if test -z "$ac_cv_prog_OTOOL64"; then
8079 ac_ct_OTOOL64=$OTOOL64
8080 # Extract the first word of "otool64", so it can be a program name with args.
8081set dummy otool64; ac_word=$2
81ecdfbb
RW
8082{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8083$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8084if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
81ecdfbb 8085 $as_echo_n "(cached) " >&6
718a6fd8
SE
8086else
8087 if test -n "$ac_ct_OTOOL64"; then
8088 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8089else
8090as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8091for as_dir in $PATH
8092do
8093 IFS=$as_save_IFS
8094 test -z "$as_dir" && as_dir=.
81ecdfbb 8095 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8096 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 8097 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 8098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
8099 break 2
8100 fi
8101done
81ecdfbb
RW
8102 done
8103IFS=$as_save_IFS
718a6fd8 8104
718a6fd8
SE
8105fi
8106fi
8107ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8108if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
8109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8110$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 8111else
81ecdfbb
RW
8112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8113$as_echo "no" >&6; }
718a6fd8
SE
8114fi
8115
81ecdfbb
RW
8116 if test "x$ac_ct_OTOOL64" = x; then
8117 OTOOL64=":"
8118 else
8119 case $cross_compiling:$ac_tool_warned in
8120yes:)
8121{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8122$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8123ac_tool_warned=yes ;;
8124esac
8125 OTOOL64=$ac_ct_OTOOL64
8126 fi
718a6fd8
SE
8127else
8128 OTOOL64="$ac_cv_prog_OTOOL64"
8129fi
8130
8131
8132
8133
8134
8135
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
81ecdfbb
RW
8157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8158$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 8159if ${lt_cv_apple_cc_single_mod+:} false; then :
81ecdfbb 8160 $as_echo_n "(cached) " >&6
718a6fd8
SE
8161else
8162 lt_cv_apple_cc_single_mod=no
8163 if test -z "${LT_MULTI_MODULE}"; then
8164 # By default we will add the -single_module flag. You can override
8165 # by either setting the environment variable LT_MULTI_MODULE
8166 # non-empty at configure time, or by adding -multi_module to the
8167 # link flags.
8168 rm -rf libconftest.dylib*
8169 echo "int foo(void){return 1;}" > conftest.c
8170 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8171-dynamiclib -Wl,-single_module conftest.c" >&5
8172 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8173 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8174 _lt_result=$?
8175 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8176 lt_cv_apple_cc_single_mod=yes
8177 else
8178 cat conftest.err >&5
8179 fi
8180 rm -rf libconftest.dylib*
8181 rm -f conftest.*
8182 fi
8183fi
81ecdfbb
RW
8184{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8185$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8187$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 8188if ${lt_cv_ld_exported_symbols_list+:} false; then :
81ecdfbb 8189 $as_echo_n "(cached) " >&6
718a6fd8
SE
8190else
8191 lt_cv_ld_exported_symbols_list=no
8192 save_LDFLAGS=$LDFLAGS
8193 echo "_main" > conftest.sym
8194 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 8195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
8196/* end confdefs.h. */
8197
8198int
8199main ()
8200{
8201
8202 ;
8203 return 0;
8204}
8205_ACEOF
81ecdfbb 8206if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
8207 lt_cv_ld_exported_symbols_list=yes
8208else
81ecdfbb 8209 lt_cv_ld_exported_symbols_list=no
718a6fd8 8210fi
81ecdfbb
RW
8211rm -f core conftest.err conftest.$ac_objext \
8212 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
8213 LDFLAGS="$save_LDFLAGS"
8214
8215fi
81ecdfbb
RW
8216{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8217$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8219$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 8220if ${lt_cv_ld_force_load+:} false; then :
3725885a
RW
8221 $as_echo_n "(cached) " >&6
8222else
8223 lt_cv_ld_force_load=no
8224 cat > conftest.c << _LT_EOF
8225int forced_loaded() { return 2;}
8226_LT_EOF
8227 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8228 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8229 echo "$AR cru libconftest.a conftest.o" >&5
8230 $AR cru libconftest.a conftest.o 2>&5
8231 cat > conftest.c << _LT_EOF
8232int main() { return 0;}
8233_LT_EOF
8234 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8235 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8236 _lt_result=$?
8237 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8238 lt_cv_ld_force_load=yes
8239 else
8240 cat conftest.err >&5
8241 fi
8242 rm -f conftest.err libconftest.a conftest conftest.c
8243 rm -rf conftest.dSYM
8244
8245fi
8246{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8247$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
8248 case $host_os in
8249 rhapsody* | darwin1.[012])
8250 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8251 darwin1.*)
8252 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8253 darwin*) # darwin 5.x on
8254 # if running on 10.5 or later, the deployment target defaults
8255 # to the OS version, if on x86, and 10.4, the deployment
8256 # target defaults to 10.4. Don't you love it?
8257 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8258 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8259 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 8260 10.[012][,.]*)
718a6fd8
SE
8261 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8262 10.*)
8263 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8264 esac
8265 ;;
8266 esac
8267 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8268 _lt_dar_single_mod='$single_module'
8269 fi
8270 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8271 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8272 else
8273 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8274 fi
3725885a 8275 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
8276 _lt_dsymutil='~$DSYMUTIL $lib || :'
8277 else
8278 _lt_dsymutil=
8279 fi
8280 ;;
8281 esac
8282
d7040cdb 8283for ac_header in dlfcn.h
81ecdfbb
RW
8284do :
8285 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8286"
d0ac1c44 8287if test "x$ac_cv_header_dlfcn_h" = xyes; then :
d7040cdb 8288 cat >>confdefs.h <<_ACEOF
81ecdfbb 8289#define HAVE_DLFCN_H 1
d7040cdb
SE
8290_ACEOF
8291
8292fi
8293
8294done
8295
8296
8297
3725885a
RW
8298
8299
718a6fd8 8300# Set options
ce3c775b 8301enable_dlopen=yes
718a6fd8
SE
8302
8303
8304
718a6fd8
SE
8305
8306 enable_win32_dll=no
8307
8308
8309
81ecdfbb
RW
8310 # Check whether --enable-static was given.
8311if test "${enable_static+set}" = set; then :
8312 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
8313 case $enableval in
8314 yes) enable_static=yes ;;
8315 no) enable_static=no ;;
8316 *)
8317 enable_static=no
8318 # Look at the argument we got. We use all the common list separators.
8319 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8320 for pkg in $enableval; do
8321 IFS="$lt_save_ifs"
8322 if test "X$pkg" = "X$p"; then
8323 enable_static=yes
8324 fi
8325 done
8326 IFS="$lt_save_ifs"
8327 ;;
8328 esac
8329else
8330 enable_static=yes
81ecdfbb 8331fi
718a6fd8
SE
8332
8333
8334
8335
8336
8337
8338
8339
8340
81ecdfbb
RW
8341
8342# Check whether --with-pic was given.
8343if test "${with_pic+set}" = set; then :
8344 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
8345else
8346 pic_mode=default
81ecdfbb
RW
8347fi
8348
718a6fd8
SE
8349
8350test -z "$pic_mode" && pic_mode=default
8351
8352
8353
8354
8355
8356
8357
81ecdfbb
RW
8358 # Check whether --enable-fast-install was given.
8359if test "${enable_fast_install+set}" = set; then :
8360 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
8361 case $enableval in
8362 yes) enable_fast_install=yes ;;
8363 no) enable_fast_install=no ;;
8364 *)
8365 enable_fast_install=no
8366 # Look at the argument we got. We use all the common list separators.
8367 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8368 for pkg in $enableval; do
8369 IFS="$lt_save_ifs"
8370 if test "X$pkg" = "X$p"; then
8371 enable_fast_install=yes
8372 fi
8373 done
8374 IFS="$lt_save_ifs"
8375 ;;
8376 esac
8377else
8378 enable_fast_install=yes
81ecdfbb
RW
8379fi
8380
718a6fd8
SE
8381
8382
8383
8384
8385
8386
8387
8388
8389
8390
d7040cdb
SE
8391# This can be used to rebuild libtool when needed
8392LIBTOOL_DEPS="$ltmain"
8393
8394# Always use our own libtool.
8395LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8396
8397
8398
8399
8400
8401
8402
8403
8404
8405
8406
8407
8408
8409
8410
8411
8412
8413
8414
8415
8416
8417
8418
3725885a 8419
d7040cdb
SE
8420
8421
8422test -z "$LN_S" && LN_S="ln -s"
8423
8424
8425
8426
8427
8428
8429
8430
8431
8432
8433
8434
8435
8436
8437if test -n "${ZSH_VERSION+set}" ; then
8438 setopt NO_GLOB_SUBST
8439fi
8440
81ecdfbb
RW
8441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8442$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 8443if ${lt_cv_objdir+:} false; then :
81ecdfbb 8444 $as_echo_n "(cached) " >&6
d7040cdb
SE
8445else
8446 rm -f .libs 2>/dev/null
8447mkdir .libs 2>/dev/null
8448if test -d .libs; then
8449 lt_cv_objdir=.libs
8450else
8451 # MS-DOS does not allow filenames that begin with a dot.
8452 lt_cv_objdir=_libs
8453fi
8454rmdir .libs 2>/dev/null
8455fi
81ecdfbb
RW
8456{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8457$as_echo "$lt_cv_objdir" >&6; }
d7040cdb
SE
8458objdir=$lt_cv_objdir
8459
8460
8461
8462
8463
8464cat >>confdefs.h <<_ACEOF
8465#define LT_OBJDIR "$lt_cv_objdir/"
8466_ACEOF
8467
8468
8469
8470
d7040cdb
SE
8471case $host_os in
8472aix3*)
8473 # AIX sometimes has problems with the GCC collect2 program. For some
8474 # reason, if we set the COLLECT_NAMES environment variable, the problems
8475 # vanish in a puff of smoke.
8476 if test "X${COLLECT_NAMES+set}" != Xset; then
8477 COLLECT_NAMES=
8478 export COLLECT_NAMES
8479 fi
8480 ;;
8481esac
8482
d7040cdb
SE
8483# Global variables:
8484ofile=libtool
8485can_build_shared=yes
8486
8487# All known linkers require a `.a' archive for static linking (except MSVC,
8488# which needs '.lib').
8489libext=a
8490
8491with_gnu_ld="$lt_cv_prog_gnu_ld"
8492
8493old_CC="$CC"
8494old_CFLAGS="$CFLAGS"
8495
8496# Set sane defaults for various variables
8497test -z "$CC" && CC=cc
8498test -z "$LTCC" && LTCC=$CC
8499test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8500test -z "$LD" && LD=ld
8501test -z "$ac_objext" && ac_objext=o
8502
8503for cc_temp in $compiler""; do
8504 case $cc_temp in
8505 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8506 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8507 \-*) ;;
8508 *) break;;
8509 esac
8510done
3725885a 8511cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
8512
8513
8514# Only perform the check for file, if the check method requires it
8515test -z "$MAGIC_CMD" && MAGIC_CMD=file
8516case $deplibs_check_method in
8517file_magic*)
8518 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8520$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8521if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8522 $as_echo_n "(cached) " >&6
d7040cdb
SE
8523else
8524 case $MAGIC_CMD in
8525[\\/*] | ?:[\\/]*)
8526 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8527 ;;
8528*)
8529 lt_save_MAGIC_CMD="$MAGIC_CMD"
8530 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8531 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8532 for ac_dir in $ac_dummy; do
8533 IFS="$lt_save_ifs"
8534 test -z "$ac_dir" && ac_dir=.
8535 if test -f $ac_dir/${ac_tool_prefix}file; then
8536 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8537 if test -n "$file_magic_test_file"; then
8538 case $deplibs_check_method in
8539 "file_magic "*)
8540 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8541 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8542 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8543 $EGREP "$file_magic_regex" > /dev/null; then
8544 :
8545 else
8546 cat <<_LT_EOF 1>&2
8547
8548*** Warning: the command libtool uses to detect shared libraries,
8549*** $file_magic_cmd, produces output that libtool cannot recognize.
8550*** The result is that libtool may fail to recognize shared libraries
8551*** as such. This will affect the creation of libtool libraries that
8552*** depend on shared libraries, but programs linked with such libtool
8553*** libraries will work regardless of this problem. Nevertheless, you
8554*** may want to report the problem to your system manager and/or to
8555*** bug-libtool@gnu.org
8556
8557_LT_EOF
8558 fi ;;
8559 esac
8560 fi
8561 break
8562 fi
8563 done
8564 IFS="$lt_save_ifs"
8565 MAGIC_CMD="$lt_save_MAGIC_CMD"
8566 ;;
8567esac
8568fi
8569
8570MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8571if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8573$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 8574else
81ecdfbb
RW
8575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8576$as_echo "no" >&6; }
d7040cdb
SE
8577fi
8578
8579
8580
8581
8582
8583if test -z "$lt_cv_path_MAGIC_CMD"; then
8584 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8586$as_echo_n "checking for file... " >&6; }
d0ac1c44 8587if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8588 $as_echo_n "(cached) " >&6
d7040cdb
SE
8589else
8590 case $MAGIC_CMD in
8591[\\/*] | ?:[\\/]*)
8592 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8593 ;;
8594*)
8595 lt_save_MAGIC_CMD="$MAGIC_CMD"
8596 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8597 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8598 for ac_dir in $ac_dummy; do
8599 IFS="$lt_save_ifs"
8600 test -z "$ac_dir" && ac_dir=.
8601 if test -f $ac_dir/file; then
8602 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8603 if test -n "$file_magic_test_file"; then
8604 case $deplibs_check_method in
8605 "file_magic "*)
8606 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8607 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8608 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8609 $EGREP "$file_magic_regex" > /dev/null; then
8610 :
8611 else
8612 cat <<_LT_EOF 1>&2
8613
8614*** Warning: the command libtool uses to detect shared libraries,
8615*** $file_magic_cmd, produces output that libtool cannot recognize.
8616*** The result is that libtool may fail to recognize shared libraries
8617*** as such. This will affect the creation of libtool libraries that
8618*** depend on shared libraries, but programs linked with such libtool
8619*** libraries will work regardless of this problem. Nevertheless, you
8620*** may want to report the problem to your system manager and/or to
8621*** bug-libtool@gnu.org
8622
8623_LT_EOF
8624 fi ;;
8625 esac
8626 fi
8627 break
8628 fi
8629 done
8630 IFS="$lt_save_ifs"
8631 MAGIC_CMD="$lt_save_MAGIC_CMD"
8632 ;;
8633esac
8634fi
8635
8636MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8637if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8639$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 8640else
81ecdfbb
RW
8641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8642$as_echo "no" >&6; }
d7040cdb
SE
8643fi
8644
8645
8646 else
8647 MAGIC_CMD=:
8648 fi
8649fi
8650
8651 fi
8652 ;;
8653esac
8654
8655# Use C for the default configuration in the libtool script
8656
8657lt_save_CC="$CC"
8658ac_ext=c
8659ac_cpp='$CPP $CPPFLAGS'
8660ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8661ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8662ac_compiler_gnu=$ac_cv_c_compiler_gnu
8663
8664
8665# Source file extension for C test sources.
8666ac_ext=c
8667
8668# Object file extension for compiled C test sources.
8669objext=o
8670objext=$objext
8671
8672# Code to be used in simple compile tests
8673lt_simple_compile_test_code="int some_variable = 0;"
8674
8675# Code to be used in simple link tests
8676lt_simple_link_test_code='int main(){return(0);}'
8677
8678
8679
8680
8681
8682
8683
8684# If no C compiler was specified, use CC.
8685LTCC=${LTCC-"$CC"}
8686
8687# If no C compiler flags were specified, use CFLAGS.
8688LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8689
8690# Allow CC to be a program name with arguments.
8691compiler=$CC
8692
8693# Save the default compiler, since it gets overwritten when the other
8694# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8695compiler_DEFAULT=$CC
8696
8697# save warnings/boilerplate of simple test code
8698ac_outfile=conftest.$ac_objext
8699echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8700eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8701_lt_compiler_boilerplate=`cat conftest.err`
8702$RM conftest*
8703
8704ac_outfile=conftest.$ac_objext
8705echo "$lt_simple_link_test_code" >conftest.$ac_ext
8706eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8707_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8708$RM -r conftest*
d7040cdb
SE
8709
8710
8711## CAVEAT EMPTOR:
8712## There is no encapsulation within the following macros, do not change
8713## the running order or otherwise move them around unless you know exactly
8714## what you are doing...
8715if test -n "$compiler"; then
8716
8717lt_prog_compiler_no_builtin_flag=
8718
8719if test "$GCC" = yes; then
3725885a
RW
8720 case $cc_basename in
8721 nvcc*)
8722 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8723 *)
8724 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8725 esac
d7040cdb 8726
81ecdfbb
RW
8727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8728$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8729if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
81ecdfbb 8730 $as_echo_n "(cached) " >&6
d7040cdb
SE
8731else
8732 lt_cv_prog_compiler_rtti_exceptions=no
8733 ac_outfile=conftest.$ac_objext
8734 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8735 lt_compiler_flag="-fno-rtti -fno-exceptions"
8736 # Insert the option either (1) after the last *FLAGS variable, or
8737 # (2) before a word containing "conftest.", or (3) at the end.
8738 # Note that $ac_compile itself does not contain backslashes and begins
8739 # with a dollar sign (not a hyphen), so the echo should work correctly.
8740 # The option is referenced via a variable to avoid confusing sed.
8741 lt_compile=`echo "$ac_compile" | $SED \
8742 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8743 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8744 -e 's:$: $lt_compiler_flag:'`
3725885a 8745 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8746 (eval "$lt_compile" 2>conftest.err)
8747 ac_status=$?
8748 cat conftest.err >&5
3725885a 8749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8750 if (exit $ac_status) && test -s "$ac_outfile"; then
8751 # The compiler can only warn and ignore the option if not recognized
8752 # So say no if there are warnings other than the usual output.
3725885a 8753 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8754 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8755 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8756 lt_cv_prog_compiler_rtti_exceptions=yes
8757 fi
8758 fi
8759 $RM conftest*
8760
8761fi
81ecdfbb
RW
8762{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8763$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8764
8765if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8766 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8767else
8768 :
8769fi
8770
8771fi
8772
8773
8774
8775
8776
8777
8778 lt_prog_compiler_wl=
8779lt_prog_compiler_pic=
8780lt_prog_compiler_static=
8781
81ecdfbb
RW
8782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8783$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8784
8785 if test "$GCC" = yes; then
8786 lt_prog_compiler_wl='-Wl,'
8787 lt_prog_compiler_static='-static'
8788
8789 case $host_os in
8790 aix*)
8791 # All AIX code is PIC.
8792 if test "$host_cpu" = ia64; then
8793 # AIX 5 now supports IA64 processor
8794 lt_prog_compiler_static='-Bstatic'
8795 fi
6c9c0a50 8796 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8797 ;;
8798
8799 amigaos*)
718a6fd8
SE
8800 case $host_cpu in
8801 powerpc)
8802 # see comment about AmigaOS4 .so support
8803 lt_prog_compiler_pic='-fPIC'
8804 ;;
8805 m68k)
8806 # FIXME: we need at least 68020 code to build shared libraries, but
8807 # adding the `-m68020' flag to GCC prevents building anything better,
8808 # like `-m68040'.
8809 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8810 ;;
8811 esac
d7040cdb
SE
8812 ;;
8813
8814 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8815 # PIC is the default for these OSes.
8816 ;;
8817
718a6fd8 8818 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8819 # This hack is so that the source file can tell whether it is being
8820 # built for inclusion in a dll (and should export symbols for example).
8821 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8822 # (--disable-auto-import) libraries
8823 lt_prog_compiler_pic='-DDLL_EXPORT'
8824 ;;
8825
8826 darwin* | rhapsody*)
8827 # PIC is the default on this platform
8828 # Common symbols not allowed in MH_DYLIB files
8829 lt_prog_compiler_pic='-fno-common'
8830 ;;
8831
3725885a
RW
8832 haiku*)
8833 # PIC is the default for Haiku.
8834 # The "-static" flag exists, but is broken.
8835 lt_prog_compiler_static=
8836 ;;
8837
d7040cdb 8838 hpux*)
718a6fd8
SE
8839 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8840 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8841 # sets the default TLS model and affects inlining.
d7040cdb 8842 case $host_cpu in
718a6fd8 8843 hppa*64*)
d7040cdb
SE
8844 # +Z the default
8845 ;;
8846 *)
8847 lt_prog_compiler_pic='-fPIC'
8848 ;;
8849 esac
8850 ;;
8851
8852 interix[3-9]*)
8853 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8854 # Instead, we relocate shared libraries at runtime.
8855 ;;
8856
8857 msdosdjgpp*)
8858 # Just because we use GCC doesn't mean we suddenly get shared libraries
8859 # on systems that don't support them.
8860 lt_prog_compiler_can_build_shared=no
8861 enable_shared=no
8862 ;;
8863
8864 *nto* | *qnx*)
8865 # QNX uses GNU C++, but need to define -shared option too, otherwise
8866 # it will coredump.
8867 lt_prog_compiler_pic='-fPIC -shared'
8868 ;;
8869
8870 sysv4*MP*)
8871 if test -d /usr/nec; then
8872 lt_prog_compiler_pic=-Kconform_pic
8873 fi
8874 ;;
8875
8876 *)
8877 lt_prog_compiler_pic='-fPIC'
8878 ;;
8879 esac
3725885a
RW
8880
8881 case $cc_basename in
8882 nvcc*) # Cuda Compiler Driver 2.2
8883 lt_prog_compiler_wl='-Xlinker '
8884 lt_prog_compiler_pic='-Xcompiler -fPIC'
8885 ;;
8886 esac
d7040cdb
SE
8887 else
8888 # PORTME Check for flag to pass linker flags through the system compiler.
8889 case $host_os in
8890 aix*)
8891 lt_prog_compiler_wl='-Wl,'
8892 if test "$host_cpu" = ia64; then
8893 # AIX 5 now supports IA64 processor
8894 lt_prog_compiler_static='-Bstatic'
8895 else
8896 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8897 fi
8898 ;;
d7040cdb 8899
718a6fd8 8900 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8901 # This hack is so that the source file can tell whether it is being
8902 # built for inclusion in a dll (and should export symbols for example).
8903 lt_prog_compiler_pic='-DDLL_EXPORT'
8904 ;;
8905
8906 hpux9* | hpux10* | hpux11*)
8907 lt_prog_compiler_wl='-Wl,'
8908 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8909 # not for PA HP-UX.
8910 case $host_cpu in
8911 hppa*64*|ia64*)
8912 # +Z the default
8913 ;;
8914 *)
8915 lt_prog_compiler_pic='+Z'
8916 ;;
8917 esac
8918 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8919 lt_prog_compiler_static='${wl}-a ${wl}archive'
8920 ;;
8921
8922 irix5* | irix6* | nonstopux*)
8923 lt_prog_compiler_wl='-Wl,'
8924 # PIC (with -KPIC) is the default.
8925 lt_prog_compiler_static='-non_shared'
8926 ;;
8927
58e24671 8928 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8929 case $cc_basename in
718a6fd8
SE
8930 # old Intel for x86_64 which still supported -KPIC.
8931 ecc*)
d7040cdb
SE
8932 lt_prog_compiler_wl='-Wl,'
8933 lt_prog_compiler_pic='-KPIC'
8934 lt_prog_compiler_static='-static'
8935 ;;
718a6fd8
SE
8936 # icc used to be incompatible with GCC.
8937 # ICC 10 doesn't accept -KPIC any more.
8938 icc* | ifort*)
8939 lt_prog_compiler_wl='-Wl,'
8940 lt_prog_compiler_pic='-fPIC'
8941 lt_prog_compiler_static='-static'
8942 ;;
8943 # Lahey Fortran 8.1.
8944 lf95*)
8945 lt_prog_compiler_wl='-Wl,'
8946 lt_prog_compiler_pic='--shared'
8947 lt_prog_compiler_static='--static'
8948 ;;
3725885a 8949 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8950 # Portland Group compilers (*not* the Pentium gcc compiler,
8951 # which looks to be a dead project)
8952 lt_prog_compiler_wl='-Wl,'
8953 lt_prog_compiler_pic='-fpic'
8954 lt_prog_compiler_static='-Bstatic'
8955 ;;
8956 ccc*)
8957 lt_prog_compiler_wl='-Wl,'
8958 # All Alpha code is PIC.
8959 lt_prog_compiler_static='-non_shared'
8960 ;;
3725885a
RW
8961 xl* | bgxl* | bgf* | mpixl*)
8962 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8963 lt_prog_compiler_wl='-Wl,'
8964 lt_prog_compiler_pic='-qpic'
8965 lt_prog_compiler_static='-qstaticlink'
8966 ;;
d7040cdb
SE
8967 *)
8968 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8969 *Sun\ F* | *Sun*Fortran*)
8970 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8971 lt_prog_compiler_pic='-KPIC'
8972 lt_prog_compiler_static='-Bstatic'
3725885a 8973 lt_prog_compiler_wl=''
d7040cdb 8974 ;;
3725885a
RW
8975 *Sun\ C*)
8976 # Sun C 5.9
d7040cdb
SE
8977 lt_prog_compiler_pic='-KPIC'
8978 lt_prog_compiler_static='-Bstatic'
3725885a 8979 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8980 ;;
8981 esac
8982 ;;
8983 esac
8984 ;;
8985
8986 newsos6)
8987 lt_prog_compiler_pic='-KPIC'
8988 lt_prog_compiler_static='-Bstatic'
8989 ;;
8990
8991 *nto* | *qnx*)
8992 # QNX uses GNU C++, but need to define -shared option too, otherwise
8993 # it will coredump.
8994 lt_prog_compiler_pic='-fPIC -shared'
8995 ;;
8996
8997 osf3* | osf4* | osf5*)
8998 lt_prog_compiler_wl='-Wl,'
8999 # All OSF/1 code is PIC.
9000 lt_prog_compiler_static='-non_shared'
9001 ;;
9002
9003 rdos*)
9004 lt_prog_compiler_static='-non_shared'
9005 ;;
9006
9007 solaris*)
9008 lt_prog_compiler_pic='-KPIC'
9009 lt_prog_compiler_static='-Bstatic'
9010 case $cc_basename in
9011 f77* | f90* | f95*)
9012 lt_prog_compiler_wl='-Qoption ld ';;
9013 *)
9014 lt_prog_compiler_wl='-Wl,';;
9015 esac
9016 ;;
9017
9018 sunos4*)
9019 lt_prog_compiler_wl='-Qoption ld '
9020 lt_prog_compiler_pic='-PIC'
9021 lt_prog_compiler_static='-Bstatic'
9022 ;;
9023
9024 sysv4 | sysv4.2uw2* | sysv4.3*)
9025 lt_prog_compiler_wl='-Wl,'
9026 lt_prog_compiler_pic='-KPIC'
9027 lt_prog_compiler_static='-Bstatic'
9028 ;;
9029
9030 sysv4*MP*)
9031 if test -d /usr/nec ;then
9032 lt_prog_compiler_pic='-Kconform_pic'
9033 lt_prog_compiler_static='-Bstatic'
9034 fi
9035 ;;
9036
9037 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9038 lt_prog_compiler_wl='-Wl,'
9039 lt_prog_compiler_pic='-KPIC'
9040 lt_prog_compiler_static='-Bstatic'
9041 ;;
9042
9043 unicos*)
9044 lt_prog_compiler_wl='-Wl,'
9045 lt_prog_compiler_can_build_shared=no
9046 ;;
9047
9048 uts4*)
9049 lt_prog_compiler_pic='-pic'
9050 lt_prog_compiler_static='-Bstatic'
9051 ;;
9052
9053 *)
9054 lt_prog_compiler_can_build_shared=no
9055 ;;
9056 esac
9057 fi
9058
9059case $host_os in
9060 # For platforms which do not support PIC, -DPIC is meaningless:
9061 *djgpp*)
9062 lt_prog_compiler_pic=
9063 ;;
9064 *)
9065 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9066 ;;
9067esac
81ecdfbb
RW
9068{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9069$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
9070
9071
9072
9073
9074
9075
9076#
9077# Check to make sure the PIC flag actually works.
9078#
9079if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
9080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9081$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 9082if ${lt_cv_prog_compiler_pic_works+:} false; then :
81ecdfbb 9083 $as_echo_n "(cached) " >&6
d7040cdb 9084else
718a6fd8 9085 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
9086 ac_outfile=conftest.$ac_objext
9087 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9088 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9089 # Insert the option either (1) after the last *FLAGS variable, or
9090 # (2) before a word containing "conftest.", or (3) at the end.
9091 # Note that $ac_compile itself does not contain backslashes and begins
9092 # with a dollar sign (not a hyphen), so the echo should work correctly.
9093 # The option is referenced via a variable to avoid confusing sed.
9094 lt_compile=`echo "$ac_compile" | $SED \
9095 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9096 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9097 -e 's:$: $lt_compiler_flag:'`
3725885a 9098 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
9099 (eval "$lt_compile" 2>conftest.err)
9100 ac_status=$?
9101 cat conftest.err >&5
3725885a 9102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
9103 if (exit $ac_status) && test -s "$ac_outfile"; then
9104 # The compiler can only warn and ignore the option if not recognized
9105 # So say no if there are warnings other than the usual output.
3725885a 9106 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
9107 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9108 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 9109 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
9110 fi
9111 fi
9112 $RM conftest*
9113
9114fi
81ecdfbb
RW
9115{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9116$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 9117
718a6fd8 9118if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
9119 case $lt_prog_compiler_pic in
9120 "" | " "*) ;;
9121 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9122 esac
9123else
9124 lt_prog_compiler_pic=
9125 lt_prog_compiler_can_build_shared=no
9126fi
9127
9128fi
9129
9130
9131
9132
9133
9134
9135#
9136# Check to make sure the static flag actually works.
9137#
9138wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
9139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9140$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 9141if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 9142 $as_echo_n "(cached) " >&6
d7040cdb 9143else
718a6fd8 9144 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
9145 save_LDFLAGS="$LDFLAGS"
9146 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9147 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9148 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9149 # The linker can only warn and ignore the option if not recognized
9150 # So say no if there are warnings
9151 if test -s conftest.err; then
9152 # Append any errors to the config.log.
9153 cat conftest.err 1>&5
3725885a 9154 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
9155 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9156 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 9157 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
9158 fi
9159 else
718a6fd8 9160 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
9161 fi
9162 fi
718a6fd8 9163 $RM -r conftest*
d7040cdb
SE
9164 LDFLAGS="$save_LDFLAGS"
9165
9166fi
81ecdfbb
RW
9167{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9168$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 9169
718a6fd8 9170if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
9171 :
9172else
9173 lt_prog_compiler_static=
9174fi
9175
9176
9177
9178
9179
9180
9181
81ecdfbb
RW
9182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9183$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 9184if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 9185 $as_echo_n "(cached) " >&6
d7040cdb
SE
9186else
9187 lt_cv_prog_compiler_c_o=no
9188 $RM -r conftest 2>/dev/null
9189 mkdir conftest
9190 cd conftest
9191 mkdir out
9192 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9193
9194 lt_compiler_flag="-o out/conftest2.$ac_objext"
9195 # Insert the option either (1) after the last *FLAGS variable, or
9196 # (2) before a word containing "conftest.", or (3) at the end.
9197 # Note that $ac_compile itself does not contain backslashes and begins
9198 # with a dollar sign (not a hyphen), so the echo should work correctly.
9199 lt_compile=`echo "$ac_compile" | $SED \
9200 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9201 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9202 -e 's:$: $lt_compiler_flag:'`
3725885a 9203 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
9204 (eval "$lt_compile" 2>out/conftest.err)
9205 ac_status=$?
9206 cat out/conftest.err >&5
3725885a 9207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
9208 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9209 then
9210 # The compiler can only warn and ignore the option if not recognized
9211 # So say no if there are warnings
3725885a 9212 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
9213 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9214 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9215 lt_cv_prog_compiler_c_o=yes
9216 fi
9217 fi
9218 chmod u+w . 2>&5
9219 $RM conftest*
9220 # SGI C++ compiler will create directory out/ii_files/ for
9221 # template instantiation
9222 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9223 $RM out/* && rmdir out
9224 cd ..
9225 $RM -r conftest
9226 $RM conftest*
9227
9228fi
81ecdfbb
RW
9229{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9230$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
9231
9232
9233
9234
9235
9236
81ecdfbb
RW
9237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9238$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 9239if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 9240 $as_echo_n "(cached) " >&6
d7040cdb
SE
9241else
9242 lt_cv_prog_compiler_c_o=no
9243 $RM -r conftest 2>/dev/null
9244 mkdir conftest
9245 cd conftest
9246 mkdir out
9247 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9248
9249 lt_compiler_flag="-o out/conftest2.$ac_objext"
9250 # Insert the option either (1) after the last *FLAGS variable, or
9251 # (2) before a word containing "conftest.", or (3) at the end.
9252 # Note that $ac_compile itself does not contain backslashes and begins
9253 # with a dollar sign (not a hyphen), so the echo should work correctly.
9254 lt_compile=`echo "$ac_compile" | $SED \
9255 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9256 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9257 -e 's:$: $lt_compiler_flag:'`
3725885a 9258 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
9259 (eval "$lt_compile" 2>out/conftest.err)
9260 ac_status=$?
9261 cat out/conftest.err >&5
3725885a 9262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
9263 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9264 then
9265 # The compiler can only warn and ignore the option if not recognized
9266 # So say no if there are warnings
3725885a 9267 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
9268 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9269 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9270 lt_cv_prog_compiler_c_o=yes
9271 fi
9272 fi
9273 chmod u+w . 2>&5
9274 $RM conftest*
9275 # SGI C++ compiler will create directory out/ii_files/ for
9276 # template instantiation
9277 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9278 $RM out/* && rmdir out
9279 cd ..
9280 $RM -r conftest
9281 $RM conftest*
9282
9283fi
81ecdfbb
RW
9284{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9285$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
9286
9287
9288
9289
9290hard_links="nottested"
9291if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9292 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
9293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9294$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
9295 hard_links=yes
9296 $RM conftest*
9297 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9298 touch conftest.a
9299 ln conftest.a conftest.b 2>&5 || hard_links=no
9300 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
9301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9302$as_echo "$hard_links" >&6; }
d7040cdb 9303 if test "$hard_links" = no; then
81ecdfbb
RW
9304 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9305$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
9306 need_locks=warn
9307 fi
9308else
9309 need_locks=no
9310fi
9311
9312
9313
9314
9315
9316
81ecdfbb
RW
9317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9318$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
9319
9320 runpath_var=
9321 allow_undefined_flag=
9322 always_export_symbols=no
9323 archive_cmds=
9324 archive_expsym_cmds=
9325 compiler_needs_object=no
9326 enable_shared_with_static_runtimes=no
9327 export_dynamic_flag_spec=
9328 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9329 hardcode_automatic=no
9330 hardcode_direct=no
9331 hardcode_direct_absolute=no
9332 hardcode_libdir_flag_spec=
9333 hardcode_libdir_flag_spec_ld=
9334 hardcode_libdir_separator=
9335 hardcode_minus_L=no
9336 hardcode_shlibpath_var=unsupported
9337 inherit_rpath=no
9338 link_all_deplibs=unknown
9339 module_cmds=
9340 module_expsym_cmds=
9341 old_archive_from_new_cmds=
9342 old_archive_from_expsyms_cmds=
9343 thread_safe_flag_spec=
9344 whole_archive_flag_spec=
9345 # include_expsyms should be a list of space-separated symbols to be *always*
9346 # included in the symbol list
9347 include_expsyms=
9348 # exclude_expsyms can be an extended regexp of symbols to exclude
9349 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9350 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9351 # as well as any symbol that contains `d'.
718a6fd8 9352 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
9353 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9354 # platforms (ab)use it in PIC code, but their linkers get confused if
9355 # the symbol is explicitly referenced. Since portable code cannot
9356 # rely on this symbol name, it's probably fine to never include it in
9357 # preloaded symbol tables.
718a6fd8 9358 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
9359 extract_expsyms_cmds=
9360
9361 case $host_os in
718a6fd8 9362 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9363 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9364 # When not using gcc, we currently assume that we are using
9365 # Microsoft Visual C++.
9366 if test "$GCC" != yes; then
9367 with_gnu_ld=no
9368 fi
9369 ;;
9370 interix*)
9371 # we just hope/assume this is gcc and not c89 (= MSVC++)
9372 with_gnu_ld=yes
9373 ;;
9374 openbsd*)
9375 with_gnu_ld=no
9376 ;;
9377 esac
9378
9379 ld_shlibs=yes
3725885a
RW
9380
9381 # On some targets, GNU ld is compatible enough with the native linker
9382 # that we're better off using the native interface for both.
9383 lt_use_gnu_ld_interface=no
d7040cdb 9384 if test "$with_gnu_ld" = yes; then
3725885a
RW
9385 case $host_os in
9386 aix*)
9387 # The AIX port of GNU ld has always aspired to compatibility
9388 # with the native linker. However, as the warning in the GNU ld
9389 # block says, versions before 2.19.5* couldn't really create working
9390 # shared libraries, regardless of the interface used.
9391 case `$LD -v 2>&1` in
9392 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9393 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9394 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9395 *)
9396 lt_use_gnu_ld_interface=yes
9397 ;;
9398 esac
9399 ;;
9400 *)
9401 lt_use_gnu_ld_interface=yes
9402 ;;
9403 esac
9404 fi
9405
9406 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
9407 # If archive_cmds runs LD, not CC, wlarc should be empty
9408 wlarc='${wl}'
9409
9410 # Set some defaults for GNU ld with shared library support. These
9411 # are reset later if shared libraries are not supported. Putting them
9412 # here allows them to be overridden if necessary.
9413 runpath_var=LD_RUN_PATH
9414 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9415 export_dynamic_flag_spec='${wl}--export-dynamic'
9416 # ancient GNU ld didn't support --whole-archive et. al.
9417 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9418 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9419 else
9420 whole_archive_flag_spec=
9421 fi
9422 supports_anon_versioning=no
9423 case `$LD -v 2>&1` in
3725885a 9424 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
9425 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9426 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9427 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9428 *\ 2.11.*) ;; # other 2.11 versions
9429 *) supports_anon_versioning=yes ;;
9430 esac
9431
9432 # See if GNU ld supports shared libraries.
9433 case $host_os in
e81819a5 9434 aix[3-9]*)
d7040cdb
SE
9435 # On AIX/PPC, the GNU linker is very broken
9436 if test "$host_cpu" != ia64; then
9437 ld_shlibs=no
9438 cat <<_LT_EOF 1>&2
9439
3725885a 9440*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
9441*** to be unable to reliably create shared libraries on AIX.
9442*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
9443*** really care for shared libraries, you may want to install binutils
9444*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9445*** You will then need to restart the configuration process.
d7040cdb
SE
9446
9447_LT_EOF
9448 fi
9449 ;;
9450
9451 amigaos*)
718a6fd8
SE
9452 case $host_cpu in
9453 powerpc)
9454 # see comment about AmigaOS4 .so support
9455 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9456 archive_expsym_cmds=''
9457 ;;
9458 m68k)
9459 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)'
9460 hardcode_libdir_flag_spec='-L$libdir'
9461 hardcode_minus_L=yes
9462 ;;
9463 esac
d7040cdb
SE
9464 ;;
9465
9466 beos*)
9467 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9468 allow_undefined_flag=unsupported
9469 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9470 # support --undefined. This deserves some investigation. FIXME
9471 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9472 else
9473 ld_shlibs=no
9474 fi
9475 ;;
9476
718a6fd8 9477 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9478 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9479 # as there is no search path for DLLs.
9480 hardcode_libdir_flag_spec='-L$libdir'
3725885a 9481 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
9482 allow_undefined_flag=unsupported
9483 always_export_symbols=no
9484 enable_shared_with_static_runtimes=yes
9485 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9486
9487 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9488 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9489 # If the export-symbols file already is a .def file (1st line
9490 # is EXPORTS), use it as is; otherwise, prepend...
9491 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9492 cp $export_symbols $output_objdir/$soname.def;
9493 else
9494 echo EXPORTS > $output_objdir/$soname.def;
9495 cat $export_symbols >> $output_objdir/$soname.def;
9496 fi~
9497 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9498 else
9499 ld_shlibs=no
9500 fi
9501 ;;
9502
3725885a
RW
9503 haiku*)
9504 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9505 link_all_deplibs=yes
9506 ;;
9507
d7040cdb
SE
9508 interix[3-9]*)
9509 hardcode_direct=no
9510 hardcode_shlibpath_var=no
9511 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9512 export_dynamic_flag_spec='${wl}-E'
9513 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9514 # Instead, shared libraries are loaded at an image base (0x10000000 by
9515 # default) and relocated if they conflict, which is a slow very memory
9516 # consuming and fragmenting process. To avoid this, we pick a random,
9517 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9518 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9519 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9520 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'
9521 ;;
9522
58e24671 9523 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
9524 tmp_diet=no
9525 if test "$host_os" = linux-dietlibc; then
9526 case $cc_basename in
9527 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9528 esac
9529 fi
9530 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9531 && test "$tmp_diet" = no
9532 then
6e733cce 9533 tmp_addflag=' $pic_flag'
718a6fd8 9534 tmp_sharedflag='-shared'
d7040cdb
SE
9535 case $cc_basename,$host_cpu in
9536 pgcc*) # Portland Group C compiler
3725885a 9537 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
9538 tmp_addflag=' $pic_flag'
9539 ;;
3725885a
RW
9540 pgf77* | pgf90* | pgf95* | pgfortran*)
9541 # Portland Group f77 and f90 compilers
9542 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
9543 tmp_addflag=' $pic_flag -Mnomain' ;;
9544 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9545 tmp_addflag=' -i_dynamic' ;;
9546 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9547 tmp_addflag=' -i_dynamic -nofor_main' ;;
9548 ifc* | ifort*) # Intel Fortran compiler
9549 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9550 lf95*) # Lahey Fortran 8.1
9551 whole_archive_flag_spec=
9552 tmp_sharedflag='--shared' ;;
3725885a 9553 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9554 tmp_sharedflag='-qmkshrobj'
9555 tmp_addflag= ;;
3725885a
RW
9556 nvcc*) # Cuda Compiler Driver 2.2
9557 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'
9558 compiler_needs_object=yes
9559 ;;
d7040cdb
SE
9560 esac
9561 case `$CC -V 2>&1 | sed 5q` in
9562 *Sun\ C*) # Sun C 5.9
3725885a 9563 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
9564 compiler_needs_object=yes
9565 tmp_sharedflag='-G' ;;
9566 *Sun\ F*) # Sun Fortran 8.3
9567 tmp_sharedflag='-G' ;;
d7040cdb
SE
9568 esac
9569 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9570
9571 if test "x$supports_anon_versioning" = xyes; then
9572 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9573 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9574 echo "local: *; };" >> $output_objdir/$libname.ver~
9575 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9576 fi
718a6fd8
SE
9577
9578 case $cc_basename in
3725885a 9579 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9580 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9581 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9582 hardcode_libdir_flag_spec=
9583 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9584 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9585 if test "x$supports_anon_versioning" = xyes; then
9586 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9587 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9588 echo "local: *; };" >> $output_objdir/$libname.ver~
9589 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9590 fi
9591 ;;
9592 esac
d7040cdb
SE
9593 else
9594 ld_shlibs=no
9595 fi
9596 ;;
9597
9598 netbsd*)
9599 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9600 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9601 wlarc=
9602 else
9603 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9604 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9605 fi
9606 ;;
9607
9608 solaris*)
9609 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9610 ld_shlibs=no
9611 cat <<_LT_EOF 1>&2
9612
9613*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9614*** create shared libraries on Solaris systems. Therefore, libtool
9615*** is disabling shared libraries support. We urge you to upgrade GNU
9616*** binutils to release 2.9.1 or newer. Another option is to modify
9617*** your PATH or compiler configuration so that the native linker is
9618*** used, and then restart.
9619
9620_LT_EOF
9621 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9622 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9623 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9624 else
9625 ld_shlibs=no
9626 fi
9627 ;;
9628
9629 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9630 case `$LD -v 2>&1` in
9631 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9632 ld_shlibs=no
9633 cat <<_LT_EOF 1>&2
9634
9635*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9636*** reliably create shared libraries on SCO systems. Therefore, libtool
9637*** is disabling shared libraries support. We urge you to upgrade GNU
9638*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9639*** your PATH or compiler configuration so that the native linker is
9640*** used, and then restart.
9641
9642_LT_EOF
9643 ;;
9644 *)
9645 # For security reasons, it is highly recommended that you always
9646 # use absolute paths for naming shared libraries, and exclude the
9647 # DT_RUNPATH tag from executables and libraries. But doing so
9648 # requires that you compile everything twice, which is a pain.
9649 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9650 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9651 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9652 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9653 else
9654 ld_shlibs=no
9655 fi
9656 ;;
9657 esac
9658 ;;
9659
9660 sunos4*)
9661 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9662 wlarc=
9663 hardcode_direct=yes
9664 hardcode_shlibpath_var=no
9665 ;;
9666
9667 *)
9668 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9669 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9670 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9671 else
9672 ld_shlibs=no
9673 fi
9674 ;;
9675 esac
9676
9677 if test "$ld_shlibs" = no; then
9678 runpath_var=
9679 hardcode_libdir_flag_spec=
9680 export_dynamic_flag_spec=
9681 whole_archive_flag_spec=
9682 fi
9683 else
9684 # PORTME fill in a description of your system's linker (not GNU ld)
9685 case $host_os in
9686 aix3*)
9687 allow_undefined_flag=unsupported
9688 always_export_symbols=yes
9689 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'
9690 # Note: this linker hardcodes the directories in LIBPATH if there
9691 # are no directories specified by -L.
9692 hardcode_minus_L=yes
9693 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9694 # Neither direct hardcoding nor static linking is supported with a
9695 # broken collect2.
9696 hardcode_direct=unsupported
9697 fi
9698 ;;
9699
e81819a5 9700 aix[4-9]*)
d7040cdb
SE
9701 if test "$host_cpu" = ia64; then
9702 # On IA64, the linker does run time linking by default, so we don't
9703 # have to do anything special.
9704 aix_use_runtimelinking=no
9705 exp_sym_flag='-Bexport'
9706 no_entry_flag=""
9707 else
9708 # If we're using GNU nm, then we don't want the "-C" option.
9709 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9710 # Also, AIX nm treats weak defined symbols like other global
9711 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9712 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9713 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 9714 else
5c14705f 9715 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
d7040cdb
SE
9716 fi
9717 aix_use_runtimelinking=no
9718
9719 # Test if we are trying to use run time linking or normal
9720 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9721 # need to do runtime linking.
e81819a5 9722 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9723 for ld_flag in $LDFLAGS; do
9724 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9725 aix_use_runtimelinking=yes
9726 break
9727 fi
9728 done
9729 ;;
9730 esac
9731
9732 exp_sym_flag='-bexport'
9733 no_entry_flag='-bnoentry'
9734 fi
9735
9736 # When large executables or shared objects are built, AIX ld can
9737 # have problems creating the table of contents. If linking a library
9738 # or program results in "error TOC overflow" add -mminimal-toc to
9739 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9740 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9741
9742 archive_cmds=''
9743 hardcode_direct=yes
9744 hardcode_direct_absolute=yes
9745 hardcode_libdir_separator=':'
9746 link_all_deplibs=yes
9747 file_list_spec='${wl}-f,'
9748
9749 if test "$GCC" = yes; then
9750 case $host_os in aix4.[012]|aix4.[012].*)
9751 # We only want to do this on AIX 4.2 and lower, the check
9752 # below for broken collect2 doesn't work under 4.3+
9753 collect2name=`${CC} -print-prog-name=collect2`
9754 if test -f "$collect2name" &&
9755 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9756 then
9757 # We have reworked collect2
9758 :
9759 else
9760 # We have old collect2
9761 hardcode_direct=unsupported
9762 # It fails to find uninstalled libraries when the uninstalled
9763 # path is not listed in the libpath. Setting hardcode_minus_L
9764 # to unsupported forces relinking
9765 hardcode_minus_L=yes
9766 hardcode_libdir_flag_spec='-L$libdir'
9767 hardcode_libdir_separator=
9768 fi
9769 ;;
9770 esac
9771 shared_flag='-shared'
9772 if test "$aix_use_runtimelinking" = yes; then
9773 shared_flag="$shared_flag "'${wl}-G'
9774 fi
9775 else
9776 # not using gcc
9777 if test "$host_cpu" = ia64; then
9778 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9779 # chokes on -Wl,-G. The following line is correct:
9780 shared_flag='-G'
9781 else
9782 if test "$aix_use_runtimelinking" = yes; then
9783 shared_flag='${wl}-G'
9784 else
9785 shared_flag='${wl}-bM:SRE'
9786 fi
9787 fi
9788 fi
9789
718a6fd8 9790 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9791 # It seems that -bexpall does not export symbols beginning with
9792 # underscore (_), so it is better to generate a list of symbols to export.
9793 always_export_symbols=yes
9794 if test "$aix_use_runtimelinking" = yes; then
9795 # Warning - without using the other runtime loading flags (-brtl),
9796 # -berok will link without error, but may produce a broken library.
9797 allow_undefined_flag='-berok'
9798 # Determine the default libpath from the value encoded in an
9799 # empty executable.
81ecdfbb 9800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
9801/* end confdefs.h. */
9802
9803int
9804main ()
9805{
9806
9807 ;
9808 return 0;
9809}
9810_ACEOF
81ecdfbb 9811if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9812
9813lt_aix_libpath_sed='
9814 /Import File Strings/,/^$/ {
9815 /^0/ {
9816 s/^0 *\(.*\)$/\1/
9817 p
9818 }
9819 }'
9820aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9821# Check for a 64-bit object if we didn't find anything.
9822if test -z "$aix_libpath"; then
9823 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9824fi
d7040cdb 9825fi
81ecdfbb
RW
9826rm -f core conftest.err conftest.$ac_objext \
9827 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9828if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9829
9830 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9831 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
9832 else
9833 if test "$host_cpu" = ia64; then
9834 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9835 allow_undefined_flag="-z nodefs"
9836 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"
9837 else
9838 # Determine the default libpath from the value encoded in an
9839 # empty executable.
81ecdfbb 9840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
9841/* end confdefs.h. */
9842
9843int
9844main ()
9845{
9846
9847 ;
9848 return 0;
9849}
9850_ACEOF
81ecdfbb 9851if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9852
9853lt_aix_libpath_sed='
9854 /Import File Strings/,/^$/ {
9855 /^0/ {
9856 s/^0 *\(.*\)$/\1/
9857 p
9858 }
9859 }'
9860aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9861# Check for a 64-bit object if we didn't find anything.
9862if test -z "$aix_libpath"; then
9863 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9864fi
d7040cdb 9865fi
81ecdfbb
RW
9866rm -f core conftest.err conftest.$ac_objext \
9867 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9868if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9869
9870 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9871 # Warning - without using the other run time loading flags,
9872 # -berok will link without error, but may produce a broken library.
9873 no_undefined_flag=' ${wl}-bernotok'
9874 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9875 if test "$with_gnu_ld" = yes; then
9876 # We only use this code for GNU lds that support --whole-archive.
9877 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9878 else
9879 # Exported symbols can be pulled into shared objects from archives
9880 whole_archive_flag_spec='$convenience'
9881 fi
d7040cdb
SE
9882 archive_cmds_need_lc=yes
9883 # This is similar to how AIX traditionally builds its shared libraries.
9884 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'
9885 fi
9886 fi
9887 ;;
9888
9889 amigaos*)
718a6fd8
SE
9890 case $host_cpu in
9891 powerpc)
9892 # see comment about AmigaOS4 .so support
9893 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9894 archive_expsym_cmds=''
9895 ;;
9896 m68k)
9897 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)'
9898 hardcode_libdir_flag_spec='-L$libdir'
9899 hardcode_minus_L=yes
9900 ;;
9901 esac
d7040cdb
SE
9902 ;;
9903
9904 bsdi[45]*)
9905 export_dynamic_flag_spec=-rdynamic
9906 ;;
9907
718a6fd8 9908 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9909 # When not using gcc, we currently assume that we are using
9910 # Microsoft Visual C++.
9911 # hardcode_libdir_flag_spec is actually meaningless, as there is
9912 # no search path for DLLs.
9913 hardcode_libdir_flag_spec=' '
9914 allow_undefined_flag=unsupported
9915 # Tell ltmain to make .lib files, not .a files.
9916 libext=lib
9917 # Tell ltmain to make .dll files, not .so files.
9918 shrext_cmds=".dll"
9919 # FIXME: Setting linknames here is a bad hack.
3725885a 9920 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
d7040cdb
SE
9921 # The linker will automatically build a .lib file if we build a DLL.
9922 old_archive_from_new_cmds='true'
9923 # FIXME: Should let the user specify the lib program.
9924 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9925 fix_srcfile_path='`cygpath -w "$srcfile"`'
9926 enable_shared_with_static_runtimes=yes
9927 ;;
9928
9929 darwin* | rhapsody*)
d7040cdb 9930
718a6fd8
SE
9931
9932 archive_cmds_need_lc=no
9933 hardcode_direct=no
9934 hardcode_automatic=yes
9935 hardcode_shlibpath_var=unsupported
3725885a
RW
9936 if test "$lt_cv_ld_force_load" = "yes"; then
9937 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\"`'
9938 else
9939 whole_archive_flag_spec=''
9940 fi
718a6fd8
SE
9941 link_all_deplibs=yes
9942 allow_undefined_flag="$_lt_dar_allow_undefined"
9943 case $cc_basename in
9944 ifort*) _lt_dar_can_shared=yes ;;
9945 *) _lt_dar_can_shared=$GCC ;;
9946 esac
9947 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9948 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9949 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9950 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9951 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}"
9952 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}"
9953
9954 else
9955 ld_shlibs=no
9956 fi
9957
d7040cdb
SE
9958 ;;
9959
9960 dgux*)
9961 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9962 hardcode_libdir_flag_spec='-L$libdir'
9963 hardcode_shlibpath_var=no
9964 ;;
9965
d7040cdb
SE
9966 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9967 # support. Future versions do this automatically, but an explicit c++rt0.o
9968 # does not break anything, and helps significantly (at the cost of a little
9969 # extra space).
9970 freebsd2.2*)
9971 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9972 hardcode_libdir_flag_spec='-R$libdir'
9973 hardcode_direct=yes
9974 hardcode_shlibpath_var=no
9975 ;;
9976
9977 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9978 freebsd2.*)
d7040cdb
SE
9979 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9980 hardcode_direct=yes
9981 hardcode_minus_L=yes
9982 hardcode_shlibpath_var=no
9983 ;;
9984
9985 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9986 freebsd* | dragonfly*)
9987 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9988 hardcode_libdir_flag_spec='-R$libdir'
9989 hardcode_direct=yes
9990 hardcode_shlibpath_var=no
9991 ;;
9992
9993 hpux9*)
9994 if test "$GCC" = yes; then
9995 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'
9996 else
9997 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'
9998 fi
9999 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10000 hardcode_libdir_separator=:
10001 hardcode_direct=yes
10002
10003 # hardcode_minus_L: Not really in the search PATH,
10004 # but as the default location of the library.
10005 hardcode_minus_L=yes
10006 export_dynamic_flag_spec='${wl}-E'
10007 ;;
10008
10009 hpux10*)
3725885a 10010 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
10011 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10012 else
10013 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10014 fi
10015 if test "$with_gnu_ld" = no; then
10016 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10017 hardcode_libdir_flag_spec_ld='+b $libdir'
10018 hardcode_libdir_separator=:
10019 hardcode_direct=yes
10020 hardcode_direct_absolute=yes
10021 export_dynamic_flag_spec='${wl}-E'
10022 # hardcode_minus_L: Not really in the search PATH,
10023 # but as the default location of the library.
10024 hardcode_minus_L=yes
10025 fi
10026 ;;
10027
10028 hpux11*)
3725885a 10029 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
10030 case $host_cpu in
10031 hppa*64*)
10032 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10033 ;;
10034 ia64*)
718a6fd8 10035 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
10036 ;;
10037 *)
10038 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10039 ;;
10040 esac
10041 else
10042 case $host_cpu in
10043 hppa*64*)
10044 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10045 ;;
10046 ia64*)
10047 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10048 ;;
10049 *)
3725885a
RW
10050
10051 # Older versions of the 11.00 compiler do not understand -b yet
10052 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10054$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 10055if ${lt_cv_prog_compiler__b+:} false; then :
3725885a
RW
10056 $as_echo_n "(cached) " >&6
10057else
10058 lt_cv_prog_compiler__b=no
10059 save_LDFLAGS="$LDFLAGS"
10060 LDFLAGS="$LDFLAGS -b"
10061 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10062 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10063 # The linker can only warn and ignore the option if not recognized
10064 # So say no if there are warnings
10065 if test -s conftest.err; then
10066 # Append any errors to the config.log.
10067 cat conftest.err 1>&5
10068 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10069 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10070 if diff conftest.exp conftest.er2 >/dev/null; then
10071 lt_cv_prog_compiler__b=yes
10072 fi
10073 else
10074 lt_cv_prog_compiler__b=yes
10075 fi
10076 fi
10077 $RM -r conftest*
10078 LDFLAGS="$save_LDFLAGS"
10079
10080fi
10081{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10082$as_echo "$lt_cv_prog_compiler__b" >&6; }
10083
10084if test x"$lt_cv_prog_compiler__b" = xyes; then
10085 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10086else
10087 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10088fi
10089
d7040cdb
SE
10090 ;;
10091 esac
10092 fi
10093 if test "$with_gnu_ld" = no; then
10094 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10095 hardcode_libdir_separator=:
10096
10097 case $host_cpu in
10098 hppa*64*|ia64*)
10099 hardcode_direct=no
10100 hardcode_shlibpath_var=no
10101 ;;
10102 *)
10103 hardcode_direct=yes
10104 hardcode_direct_absolute=yes
10105 export_dynamic_flag_spec='${wl}-E'
10106
10107 # hardcode_minus_L: Not really in the search PATH,
10108 # but as the default location of the library.
10109 hardcode_minus_L=yes
10110 ;;
10111 esac
10112 fi
10113 ;;
10114
10115 irix5* | irix6* | nonstopux*)
10116 if test "$GCC" = yes; then
3725885a 10117 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
10118 # Try to use the -exported_symbol ld option, if it does not
10119 # work, assume that -exports_file does not work either and
10120 # implicitly export all symbols.
10121 save_LDFLAGS="$LDFLAGS"
10122 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
10123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10124/* end confdefs.h. */
d7040cdb
SE
10125int foo(void) {}
10126_ACEOF
81ecdfbb 10127if ac_fn_c_try_link "$LINENO"; then :
3725885a 10128 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 10129
d7040cdb 10130fi
81ecdfbb
RW
10131rm -f core conftest.err conftest.$ac_objext \
10132 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10133 LDFLAGS="$save_LDFLAGS"
10134 else
3725885a
RW
10135 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'
10136 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
10137 fi
10138 archive_cmds_need_lc='no'
10139 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10140 hardcode_libdir_separator=:
10141 inherit_rpath=yes
10142 link_all_deplibs=yes
10143 ;;
10144
10145 netbsd*)
10146 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10147 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10148 else
10149 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10150 fi
10151 hardcode_libdir_flag_spec='-R$libdir'
10152 hardcode_direct=yes
10153 hardcode_shlibpath_var=no
10154 ;;
10155
10156 newsos6)
10157 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10158 hardcode_direct=yes
10159 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10160 hardcode_libdir_separator=:
10161 hardcode_shlibpath_var=no
10162 ;;
10163
10164 *nto* | *qnx*)
10165 ;;
10166
10167 openbsd*)
718a6fd8
SE
10168 if test -f /usr/libexec/ld.so; then
10169 hardcode_direct=yes
10170 hardcode_shlibpath_var=no
10171 hardcode_direct_absolute=yes
10172 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 10173 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 10174 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 10175 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
10176 export_dynamic_flag_spec='${wl}-E'
10177 else
10178 case $host_os in
10179 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10180 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10181 hardcode_libdir_flag_spec='-R$libdir'
10182 ;;
10183 *)
10184 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10185 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10186 ;;
10187 esac
10188 fi
10189 else
10190 ld_shlibs=no
d7040cdb
SE
10191 fi
10192 ;;
10193
10194 os2*)
10195 hardcode_libdir_flag_spec='-L$libdir'
10196 hardcode_minus_L=yes
10197 allow_undefined_flag=unsupported
3725885a 10198 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
10199 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10200 ;;
10201
10202 osf3*)
10203 if test "$GCC" = yes; then
10204 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 10205 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
10206 else
10207 allow_undefined_flag=' -expect_unresolved \*'
3725885a 10208 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
10209 fi
10210 archive_cmds_need_lc='no'
10211 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10212 hardcode_libdir_separator=:
10213 ;;
10214
10215 osf4* | osf5*) # as osf3* with the addition of -msym flag
10216 if test "$GCC" = yes; then
10217 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 10218 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
10219 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10220 else
10221 allow_undefined_flag=' -expect_unresolved \*'
3725885a 10222 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 10223 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 10224 $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
10225
10226 # Both c and cxx compiler support -rpath directly
10227 hardcode_libdir_flag_spec='-rpath $libdir'
10228 fi
10229 archive_cmds_need_lc='no'
10230 hardcode_libdir_separator=:
10231 ;;
10232
10233 solaris*)
10234 no_undefined_flag=' -z defs'
10235 if test "$GCC" = yes; then
10236 wlarc='${wl}'
10237 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10238 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10239 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10240 else
10241 case `$CC -V 2>&1` in
10242 *"Compilers 5.0"*)
10243 wlarc=''
10244 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10245 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10246 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10247 ;;
10248 *)
10249 wlarc='${wl}'
10250 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10251 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10252 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10253 ;;
10254 esac
10255 fi
10256 hardcode_libdir_flag_spec='-R$libdir'
10257 hardcode_shlibpath_var=no
10258 case $host_os in
10259 solaris2.[0-5] | solaris2.[0-5].*) ;;
10260 *)
10261 # The compiler driver will combine and reorder linker options,
10262 # but understands `-z linker_flag'. GCC discards it without `$wl',
10263 # but is careful enough not to reorder.
10264 # Supported since Solaris 2.6 (maybe 2.5.1?)
10265 if test "$GCC" = yes; then
10266 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10267 else
10268 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10269 fi
10270 ;;
10271 esac
10272 link_all_deplibs=yes
10273 ;;
10274
10275 sunos4*)
10276 if test "x$host_vendor" = xsequent; then
10277 # Use $CC to link under sequent, because it throws in some extra .o
10278 # files that make .init and .fini sections work.
10279 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10280 else
10281 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10282 fi
10283 hardcode_libdir_flag_spec='-L$libdir'
10284 hardcode_direct=yes
10285 hardcode_minus_L=yes
10286 hardcode_shlibpath_var=no
10287 ;;
10288
10289 sysv4)
10290 case $host_vendor in
10291 sni)
10292 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10293 hardcode_direct=yes # is this really true???
10294 ;;
10295 siemens)
10296 ## LD is ld it makes a PLAMLIB
10297 ## CC just makes a GrossModule.
10298 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10299 reload_cmds='$CC -r -o $output$reload_objs'
10300 hardcode_direct=no
10301 ;;
10302 motorola)
10303 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10304 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10305 ;;
10306 esac
10307 runpath_var='LD_RUN_PATH'
10308 hardcode_shlibpath_var=no
10309 ;;
10310
10311 sysv4.3*)
10312 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10313 hardcode_shlibpath_var=no
10314 export_dynamic_flag_spec='-Bexport'
10315 ;;
10316
10317 sysv4*MP*)
10318 if test -d /usr/nec; then
10319 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10320 hardcode_shlibpath_var=no
10321 runpath_var=LD_RUN_PATH
10322 hardcode_runpath_var=yes
10323 ld_shlibs=yes
10324 fi
10325 ;;
10326
10327 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10328 no_undefined_flag='${wl}-z,text'
10329 archive_cmds_need_lc=no
10330 hardcode_shlibpath_var=no
10331 runpath_var='LD_RUN_PATH'
10332
10333 if test "$GCC" = yes; then
10334 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10335 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10336 else
10337 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10338 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10339 fi
10340 ;;
10341
10342 sysv5* | sco3.2v5* | sco5v6*)
10343 # Note: We can NOT use -z defs as we might desire, because we do not
10344 # link with -lc, and that would cause any symbols used from libc to
10345 # always be unresolved, which means just about no library would
10346 # ever link correctly. If we're not using GNU ld we use -z text
10347 # though, which does catch some bad symbols but isn't as heavy-handed
10348 # as -z defs.
10349 no_undefined_flag='${wl}-z,text'
10350 allow_undefined_flag='${wl}-z,nodefs'
10351 archive_cmds_need_lc=no
10352 hardcode_shlibpath_var=no
10353 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10354 hardcode_libdir_separator=':'
10355 link_all_deplibs=yes
10356 export_dynamic_flag_spec='${wl}-Bexport'
10357 runpath_var='LD_RUN_PATH'
10358
10359 if test "$GCC" = yes; then
10360 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10361 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10362 else
10363 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10364 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10365 fi
10366 ;;
10367
10368 uts4*)
10369 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10370 hardcode_libdir_flag_spec='-L$libdir'
10371 hardcode_shlibpath_var=no
10372 ;;
10373
10374 *)
10375 ld_shlibs=no
10376 ;;
10377 esac
10378
10379 if test x$host_vendor = xsni; then
10380 case $host in
10381 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10382 export_dynamic_flag_spec='${wl}-Blargedynsym'
10383 ;;
10384 esac
10385 fi
10386 fi
10387
81ecdfbb
RW
10388{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10389$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
10390test "$ld_shlibs" = no && can_build_shared=no
10391
10392with_gnu_ld=$with_gnu_ld
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408#
10409# Do we need to explicitly link libc?
10410#
10411case "x$archive_cmds_need_lc" in
10412x|xyes)
10413 # Assume -lc should be added
10414 archive_cmds_need_lc=yes
10415
10416 if test "$enable_shared" = yes && test "$GCC" = yes; then
10417 case $archive_cmds in
10418 *'~'*)
10419 # FIXME: we may have to deal with multi-command sequences.
10420 ;;
10421 '$CC '*)
10422 # Test whether the compiler implicitly links with -lc since on some
10423 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10424 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
10425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10426$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 10427if ${lt_cv_archive_cmds_need_lc+:} false; then :
81ecdfbb 10428 $as_echo_n "(cached) " >&6
39144654
RW
10429else
10430 $RM conftest*
10431 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 10432
81ecdfbb 10433 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
10434 (eval $ac_compile) 2>&5
10435 ac_status=$?
81ecdfbb
RW
10436 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10437 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
10438 soname=conftest
10439 lib=conftest
10440 libobjs=conftest.$ac_objext
10441 deplibs=
10442 wl=$lt_prog_compiler_wl
10443 pic_flag=$lt_prog_compiler_pic
10444 compiler_flags=-v
10445 linker_flags=-v
10446 verstring=
10447 output_objdir=.
10448 libname=conftest
10449 lt_save_allow_undefined_flag=$allow_undefined_flag
10450 allow_undefined_flag=
81ecdfbb 10451 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb
SE
10452 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10453 ac_status=$?
81ecdfbb
RW
10454 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10455 test $ac_status = 0; }
39144654
RW
10456 then
10457 lt_cv_archive_cmds_need_lc=no
10458 else
10459 lt_cv_archive_cmds_need_lc=yes
10460 fi
10461 allow_undefined_flag=$lt_save_allow_undefined_flag
10462 else
10463 cat conftest.err 1>&5
10464 fi
10465 $RM conftest*
10466
10467fi
81ecdfbb
RW
10468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10469$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 10470 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
10471 ;;
10472 esac
10473 fi
10474 ;;
10475esac
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
10487
10488
10489
10490
10491
10492
10493
10494
10495
10496
10497
10498
10499
10500
10501
10502
10503
10504
10505
10506
10507
10508
10509
10510
10511
10512
10513
10514
10515
10516
10517
10518
10519
10520
10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
10533
10534
10535
10536
10537
10538
10539
10540
10541
10542
10543
10544
10545
10546
10547
10548
10549
10550
10551
10552
10553
10554
10555
10556
10557
10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
10572
10573
10574
10575
10576
10577
10578
10579
10580
10581
10582
10583
10584
10585
10586
10587
10588
10589
10590
10591
10592
10593
10594
10595
10596
10597
10598
10599
10600
10601
10602
10603
10604
10605
10606
10607
10608
10609
10610
10611
10612
10613
10614
10615
10616
10617
10618
10619
10620
10621
10622
10623
10624
10625
10626
10627
10628
10629
10630
10631
10632
81ecdfbb
RW
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10634$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10635
10636if test "$GCC" = yes; then
d7040cdb
SE
10637 case $host_os in
10638 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10639 *) lt_awk_arg="/^libraries:/" ;;
10640 esac
3725885a
RW
10641 case $host_os in
10642 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10643 *) lt_sed_strip_eq="s,=/,/,g" ;;
10644 esac
10645 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10646 case $lt_search_path_spec in
10647 *\;*)
d7040cdb
SE
10648 # if the path contains ";" then we assume it to be the separator
10649 # otherwise default to the standard path separator (i.e. ":") - it is
10650 # assumed that no part of a normal pathname contains ";" but that should
10651 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10652 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10653 ;;
10654 *)
10655 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10656 ;;
10657 esac
d7040cdb
SE
10658 # Ok, now we have the path, separated by spaces, we can step through it
10659 # and add multilib dir if necessary.
10660 lt_tmp_lt_search_path_spec=
10661 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10662 for lt_sys_path in $lt_search_path_spec; do
10663 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10664 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10665 else
10666 test -d "$lt_sys_path" && \
10667 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10668 fi
10669 done
3725885a 10670 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10671BEGIN {RS=" "; FS="/|\n";} {
10672 lt_foo="";
10673 lt_count=0;
10674 for (lt_i = NF; lt_i > 0; lt_i--) {
10675 if ($lt_i != "" && $lt_i != ".") {
10676 if ($lt_i == "..") {
10677 lt_count++;
10678 } else {
10679 if (lt_count == 0) {
10680 lt_foo="/" $lt_i lt_foo;
10681 } else {
10682 lt_count--;
10683 }
10684 }
10685 }
10686 }
10687 if (lt_foo != "") { lt_freq[lt_foo]++; }
10688 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10689}'`
3725885a
RW
10690 # AWK program above erroneously prepends '/' to C:/dos/paths
10691 # for these hosts.
10692 case $host_os in
10693 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10694 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10695 esac
10696 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10697else
10698 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10699fi
10700library_names_spec=
10701libname_spec='lib$name'
10702soname_spec=
10703shrext_cmds=".so"
10704postinstall_cmds=
10705postuninstall_cmds=
10706finish_cmds=
10707finish_eval=
10708shlibpath_var=
10709shlibpath_overrides_runpath=unknown
10710version_type=none
10711dynamic_linker="$host_os ld.so"
10712sys_lib_dlsearch_path_spec="/lib /usr/lib"
10713need_lib_prefix=unknown
10714hardcode_into_libs=no
10715
10716# when you set need_version to no, make sure it does not cause -set_version
10717# flags to be left without arguments
10718need_version=unknown
10719
10720case $host_os in
10721aix3*)
10722 version_type=linux
10723 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10724 shlibpath_var=LIBPATH
10725
10726 # AIX 3 has no versioning support, so we append a major version to the name.
10727 soname_spec='${libname}${release}${shared_ext}$major'
10728 ;;
10729
e81819a5 10730aix[4-9]*)
d7040cdb
SE
10731 version_type=linux
10732 need_lib_prefix=no
10733 need_version=no
10734 hardcode_into_libs=yes
10735 if test "$host_cpu" = ia64; then
10736 # AIX 5 supports IA64
10737 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10738 shlibpath_var=LD_LIBRARY_PATH
10739 else
10740 # With GCC up to 2.95.x, collect2 would create an import file
10741 # for dependence libraries. The import file would start with
10742 # the line `#! .'. This would cause the generated library to
10743 # depend on `.', always an invalid library. This was fixed in
10744 # development snapshots of GCC prior to 3.0.
10745 case $host_os in
10746 aix4 | aix4.[01] | aix4.[01].*)
10747 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10748 echo ' yes '
10749 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10750 :
10751 else
10752 can_build_shared=no
10753 fi
10754 ;;
10755 esac
10756 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10757 # soname into executable. Probably we can add versioning support to
10758 # collect2, so additional links can be useful in future.
10759 if test "$aix_use_runtimelinking" = yes; then
10760 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10761 # instead of lib<name>.a to let people know that these are not
10762 # typical AIX shared libraries.
10763 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10764 else
10765 # We preserve .a as extension for shared libraries through AIX4.2
10766 # and later when we are not doing run time linking.
10767 library_names_spec='${libname}${release}.a $libname.a'
10768 soname_spec='${libname}${release}${shared_ext}$major'
10769 fi
10770 shlibpath_var=LIBPATH
10771 fi
10772 ;;
10773
10774amigaos*)
718a6fd8
SE
10775 case $host_cpu in
10776 powerpc)
10777 # Since July 2007 AmigaOS4 officially supports .so libraries.
10778 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10779 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10780 ;;
10781 m68k)
d7040cdb
SE
10782 library_names_spec='$libname.ixlibrary $libname.a'
10783 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10784 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
10785 ;;
10786 esac
d7040cdb
SE
10787 ;;
10788
10789beos*)
10790 library_names_spec='${libname}${shared_ext}'
10791 dynamic_linker="$host_os ld.so"
10792 shlibpath_var=LIBRARY_PATH
10793 ;;
10794
10795bsdi[45]*)
10796 version_type=linux
10797 need_version=no
10798 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10799 soname_spec='${libname}${release}${shared_ext}$major'
10800 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10801 shlibpath_var=LD_LIBRARY_PATH
10802 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10803 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10804 # the default ld.so.conf also contains /usr/contrib/lib and
10805 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10806 # libtool to hard-code these into programs
10807 ;;
10808
718a6fd8 10809cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10810 version_type=windows
10811 shrext_cmds=".dll"
10812 need_version=no
10813 need_lib_prefix=no
10814
718a6fd8
SE
10815 case $GCC,$host_os in
10816 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10817 library_names_spec='$libname.dll.a'
10818 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10819 postinstall_cmds='base_file=`basename \${file}`~
10820 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10821 dldir=$destdir/`dirname \$dlpath`~
10822 test -d \$dldir || mkdir -p \$dldir~
10823 $install_prog $dir/$dlname \$dldir/$dlname~
10824 chmod a+x \$dldir/$dlname~
10825 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10826 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10827 fi'
10828 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10829 dlpath=$dir/\$dldll~
10830 $RM \$dlpath'
10831 shlibpath_overrides_runpath=yes
10832
10833 case $host_os in
10834 cygwin*)
10835 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10836 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10837
10838 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10839 ;;
718a6fd8 10840 mingw* | cegcc*)
d7040cdb
SE
10841 # MinGW DLLs use traditional 'lib' prefix
10842 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10843 ;;
10844 pw32*)
10845 # pw32 DLLs use 'pw' prefix rather than 'lib'
10846 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10847 ;;
10848 esac
10849 ;;
10850
10851 *)
10852 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10853 ;;
10854 esac
10855 dynamic_linker='Win32 ld.exe'
10856 # FIXME: first we should search . and the directory the executable is in
10857 shlibpath_var=PATH
10858 ;;
10859
10860darwin* | rhapsody*)
10861 dynamic_linker="$host_os dyld"
10862 version_type=darwin
10863 need_lib_prefix=no
10864 need_version=no
10865 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10866 soname_spec='${libname}${release}${major}$shared_ext'
10867 shlibpath_overrides_runpath=yes
10868 shlibpath_var=DYLD_LIBRARY_PATH
10869 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10870
10871 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10872 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10873 ;;
10874
10875dgux*)
10876 version_type=linux
10877 need_lib_prefix=no
10878 need_version=no
10879 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10880 soname_spec='${libname}${release}${shared_ext}$major'
10881 shlibpath_var=LD_LIBRARY_PATH
10882 ;;
10883
d7040cdb
SE
10884freebsd* | dragonfly*)
10885 # DragonFly does not have aout. When/if they implement a new
10886 # versioning mechanism, adjust this.
10887 if test -x /usr/bin/objformat; then
10888 objformat=`/usr/bin/objformat`
10889 else
10890 case $host_os in
6d2920c8 10891 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
10892 *) objformat=elf ;;
10893 esac
10894 fi
10895 version_type=freebsd-$objformat
10896 case $version_type in
10897 freebsd-elf*)
10898 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10899 need_version=no
10900 need_lib_prefix=no
10901 ;;
10902 freebsd-*)
10903 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10904 need_version=yes
10905 ;;
10906 esac
10907 shlibpath_var=LD_LIBRARY_PATH
10908 case $host_os in
6d2920c8 10909 freebsd2.*)
d7040cdb
SE
10910 shlibpath_overrides_runpath=yes
10911 ;;
10912 freebsd3.[01]* | freebsdelf3.[01]*)
10913 shlibpath_overrides_runpath=yes
10914 hardcode_into_libs=yes
10915 ;;
10916 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10917 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10918 shlibpath_overrides_runpath=no
10919 hardcode_into_libs=yes
10920 ;;
10921 *) # from 4.6 on, and DragonFly
10922 shlibpath_overrides_runpath=yes
10923 hardcode_into_libs=yes
10924 ;;
10925 esac
10926 ;;
10927
10928gnu*)
10929 version_type=linux
10930 need_lib_prefix=no
10931 need_version=no
10932 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10933 soname_spec='${libname}${release}${shared_ext}$major'
10934 shlibpath_var=LD_LIBRARY_PATH
10935 hardcode_into_libs=yes
10936 ;;
10937
3725885a
RW
10938haiku*)
10939 version_type=linux
10940 need_lib_prefix=no
10941 need_version=no
10942 dynamic_linker="$host_os runtime_loader"
10943 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10944 soname_spec='${libname}${release}${shared_ext}$major'
10945 shlibpath_var=LIBRARY_PATH
10946 shlibpath_overrides_runpath=yes
10947 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10948 hardcode_into_libs=yes
10949 ;;
10950
d7040cdb
SE
10951hpux9* | hpux10* | hpux11*)
10952 # Give a soname corresponding to the major version so that dld.sl refuses to
10953 # link against other versions.
10954 version_type=sunos
10955 need_lib_prefix=no
10956 need_version=no
10957 case $host_cpu in
10958 ia64*)
10959 shrext_cmds='.so'
10960 hardcode_into_libs=yes
10961 dynamic_linker="$host_os dld.so"
10962 shlibpath_var=LD_LIBRARY_PATH
10963 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10964 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10965 soname_spec='${libname}${release}${shared_ext}$major'
10966 if test "X$HPUX_IA64_MODE" = X32; then
10967 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10968 else
10969 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10970 fi
10971 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10972 ;;
10973 hppa*64*)
10974 shrext_cmds='.sl'
10975 hardcode_into_libs=yes
10976 dynamic_linker="$host_os dld.sl"
10977 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10978 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10979 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10980 soname_spec='${libname}${release}${shared_ext}$major'
10981 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10982 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10983 ;;
10984 *)
10985 shrext_cmds='.sl'
10986 dynamic_linker="$host_os dld.sl"
10987 shlibpath_var=SHLIB_PATH
10988 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10989 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10990 soname_spec='${libname}${release}${shared_ext}$major'
10991 ;;
10992 esac
3725885a 10993 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10994 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10995 # or fails outright, so override atomically:
10996 install_override_mode=555
d7040cdb
SE
10997 ;;
10998
10999interix[3-9]*)
11000 version_type=linux
11001 need_lib_prefix=no
11002 need_version=no
11003 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11004 soname_spec='${libname}${release}${shared_ext}$major'
11005 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11006 shlibpath_var=LD_LIBRARY_PATH
11007 shlibpath_overrides_runpath=no
11008 hardcode_into_libs=yes
11009 ;;
11010
11011irix5* | irix6* | nonstopux*)
11012 case $host_os in
11013 nonstopux*) version_type=nonstopux ;;
11014 *)
11015 if test "$lt_cv_prog_gnu_ld" = yes; then
11016 version_type=linux
11017 else
11018 version_type=irix
11019 fi ;;
11020 esac
11021 need_lib_prefix=no
11022 need_version=no
11023 soname_spec='${libname}${release}${shared_ext}$major'
11024 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11025 case $host_os in
11026 irix5* | nonstopux*)
11027 libsuff= shlibsuff=
11028 ;;
11029 *)
11030 case $LD in # libtool.m4 will add one of these switches to LD
11031 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11032 libsuff= shlibsuff= libmagic=32-bit;;
11033 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11034 libsuff=32 shlibsuff=N32 libmagic=N32;;
11035 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11036 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11037 *) libsuff= shlibsuff= libmagic=never-match;;
11038 esac
11039 ;;
11040 esac
11041 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11042 shlibpath_overrides_runpath=no
11043 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11044 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11045 hardcode_into_libs=yes
11046 ;;
11047
11048# No shared lib support for Linux oldld, aout, or coff.
11049linux*oldld* | linux*aout* | linux*coff*)
11050 dynamic_linker=no
11051 ;;
11052
11053# This must be Linux ELF.
58e24671 11054linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
11055 version_type=linux
11056 need_lib_prefix=no
11057 need_version=no
11058 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11059 soname_spec='${libname}${release}${shared_ext}$major'
11060 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11061 shlibpath_var=LD_LIBRARY_PATH
11062 shlibpath_overrides_runpath=no
39144654 11063
d7040cdb 11064 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 11065 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
81ecdfbb 11066 $as_echo_n "(cached) " >&6
39144654
RW
11067else
11068 lt_cv_shlibpath_overrides_runpath=no
11069 save_LDFLAGS=$LDFLAGS
11070 save_libdir=$libdir
11071 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11072 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 11073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11074/* end confdefs.h. */
11075
11076int
11077main ()
11078{
11079
11080 ;
11081 return 0;
11082}
11083_ACEOF
81ecdfbb
RW
11084if ac_fn_c_try_link "$LINENO"; then :
11085 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 11086 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 11087fi
d7040cdb 11088fi
81ecdfbb
RW
11089rm -f core conftest.err conftest.$ac_objext \
11090 conftest$ac_exeext conftest.$ac_ext
39144654
RW
11091 LDFLAGS=$save_LDFLAGS
11092 libdir=$save_libdir
11093
11094fi
11095
11096 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
11097
11098 # This implies no fast_install, which is unacceptable.
11099 # Some rework will be needed to allow for fast_install
11100 # before this can be enabled.
11101 hardcode_into_libs=yes
11102
11103 # Append ld.so.conf contents to the search path
11104 if test -f /etc/ld.so.conf; then
3725885a 11105 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
11106 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11107 fi
11108
11109 # We used to test for /lib/ld.so.1 and disable shared libraries on
11110 # powerpc, because MkLinux only supported shared libraries with the
11111 # GNU dynamic linker. Since this was broken with cross compilers,
11112 # most powerpc-linux boxes support dynamic linking these days and
11113 # people can always --disable-shared, the test was removed, and we
11114 # assume the GNU/Linux dynamic linker is in use.
11115 dynamic_linker='GNU/Linux ld.so'
11116 ;;
11117
11118netbsd*)
11119 version_type=sunos
11120 need_lib_prefix=no
11121 need_version=no
11122 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11123 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11124 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11125 dynamic_linker='NetBSD (a.out) ld.so'
11126 else
11127 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11128 soname_spec='${libname}${release}${shared_ext}$major'
11129 dynamic_linker='NetBSD ld.elf_so'
11130 fi
11131 shlibpath_var=LD_LIBRARY_PATH
11132 shlibpath_overrides_runpath=yes
11133 hardcode_into_libs=yes
11134 ;;
11135
11136newsos6)
11137 version_type=linux
11138 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11139 shlibpath_var=LD_LIBRARY_PATH
11140 shlibpath_overrides_runpath=yes
11141 ;;
11142
11143*nto* | *qnx*)
11144 version_type=qnx
11145 need_lib_prefix=no
11146 need_version=no
11147 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11148 soname_spec='${libname}${release}${shared_ext}$major'
11149 shlibpath_var=LD_LIBRARY_PATH
11150 shlibpath_overrides_runpath=no
11151 hardcode_into_libs=yes
11152 dynamic_linker='ldqnx.so'
11153 ;;
11154
11155openbsd*)
11156 version_type=sunos
11157 sys_lib_dlsearch_path_spec="/usr/lib"
11158 need_lib_prefix=no
11159 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11160 case $host_os in
11161 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11162 *) need_version=no ;;
11163 esac
11164 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11165 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11166 shlibpath_var=LD_LIBRARY_PATH
11167 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11168 case $host_os in
11169 openbsd2.[89] | openbsd2.[89].*)
11170 shlibpath_overrides_runpath=no
11171 ;;
11172 *)
11173 shlibpath_overrides_runpath=yes
11174 ;;
11175 esac
11176 else
11177 shlibpath_overrides_runpath=yes
11178 fi
11179 ;;
11180
11181os2*)
11182 libname_spec='$name'
11183 shrext_cmds=".dll"
11184 need_lib_prefix=no
11185 library_names_spec='$libname${shared_ext} $libname.a'
11186 dynamic_linker='OS/2 ld.exe'
11187 shlibpath_var=LIBPATH
11188 ;;
11189
11190osf3* | osf4* | osf5*)
11191 version_type=osf
11192 need_lib_prefix=no
11193 need_version=no
11194 soname_spec='${libname}${release}${shared_ext}$major'
11195 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11196 shlibpath_var=LD_LIBRARY_PATH
11197 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11198 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11199 ;;
11200
11201rdos*)
11202 dynamic_linker=no
11203 ;;
11204
11205solaris*)
11206 version_type=linux
11207 need_lib_prefix=no
11208 need_version=no
11209 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11210 soname_spec='${libname}${release}${shared_ext}$major'
11211 shlibpath_var=LD_LIBRARY_PATH
11212 shlibpath_overrides_runpath=yes
11213 hardcode_into_libs=yes
11214 # ldd complains unless libraries are executable
11215 postinstall_cmds='chmod +x $lib'
11216 ;;
11217
11218sunos4*)
11219 version_type=sunos
11220 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11221 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11222 shlibpath_var=LD_LIBRARY_PATH
11223 shlibpath_overrides_runpath=yes
11224 if test "$with_gnu_ld" = yes; then
11225 need_lib_prefix=no
11226 fi
11227 need_version=yes
11228 ;;
11229
11230sysv4 | sysv4.3*)
11231 version_type=linux
11232 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11233 soname_spec='${libname}${release}${shared_ext}$major'
11234 shlibpath_var=LD_LIBRARY_PATH
11235 case $host_vendor in
11236 sni)
11237 shlibpath_overrides_runpath=no
11238 need_lib_prefix=no
11239 runpath_var=LD_RUN_PATH
11240 ;;
11241 siemens)
11242 need_lib_prefix=no
11243 ;;
11244 motorola)
11245 need_lib_prefix=no
11246 need_version=no
11247 shlibpath_overrides_runpath=no
11248 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11249 ;;
11250 esac
11251 ;;
11252
11253sysv4*MP*)
11254 if test -d /usr/nec ;then
11255 version_type=linux
11256 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11257 soname_spec='$libname${shared_ext}.$major'
11258 shlibpath_var=LD_LIBRARY_PATH
11259 fi
11260 ;;
11261
11262sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11263 version_type=freebsd-elf
11264 need_lib_prefix=no
11265 need_version=no
11266 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11267 soname_spec='${libname}${release}${shared_ext}$major'
11268 shlibpath_var=LD_LIBRARY_PATH
11269 shlibpath_overrides_runpath=yes
11270 hardcode_into_libs=yes
11271 if test "$with_gnu_ld" = yes; then
11272 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11273 else
11274 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11275 case $host_os in
11276 sco3.2v5*)
11277 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11278 ;;
11279 esac
11280 fi
11281 sys_lib_dlsearch_path_spec='/usr/lib'
11282 ;;
11283
11284tpf*)
11285 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11286 version_type=linux
11287 need_lib_prefix=no
11288 need_version=no
718a6fd8 11289 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
11290 shlibpath_var=LD_LIBRARY_PATH
11291 shlibpath_overrides_runpath=no
11292 hardcode_into_libs=yes
11293 ;;
11294
11295uts4*)
11296 version_type=linux
11297 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11298 soname_spec='${libname}${release}${shared_ext}$major'
11299 shlibpath_var=LD_LIBRARY_PATH
11300 ;;
11301
11302*)
11303 dynamic_linker=no
11304 ;;
11305esac
81ecdfbb
RW
11306{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11307$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
11308test "$dynamic_linker" = no && can_build_shared=no
11309
11310variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11311if test "$GCC" = yes; then
11312 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11313fi
11314
718a6fd8
SE
11315if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11316 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11317fi
11318if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11319 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11320fi
11321
d7040cdb
SE
11322
11323
11324
11325
11326
11327
11328
11329
11330
11331
11332
11333
11334
11335
11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
11346
11347
11348
11349
11350
11351
11352
11353
11354
11355
11356
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
11382
11383
11384
11385
11386
11387
11388
11389
11390
11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
3725885a
RW
11402
11403
11404
11405
11406
d7040cdb
SE
11407
11408
11409
11410
11411
11412
81ecdfbb
RW
11413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11414$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
11415hardcode_action=
11416if test -n "$hardcode_libdir_flag_spec" ||
11417 test -n "$runpath_var" ||
11418 test "X$hardcode_automatic" = "Xyes" ; then
11419
11420 # We can hardcode non-existent directories.
11421 if test "$hardcode_direct" != no &&
11422 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11423 # have to relink, otherwise we might link with an installed library
11424 # when we should be linking with a yet-to-be-installed one
11425 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11426 test "$hardcode_minus_L" != no; then
11427 # Linking always hardcodes the temporary library directory.
11428 hardcode_action=relink
11429 else
11430 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11431 hardcode_action=immediate
11432 fi
11433else
11434 # We cannot hardcode anything, or else we can only hardcode existing
11435 # directories.
11436 hardcode_action=unsupported
11437fi
81ecdfbb
RW
11438{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11439$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
11440
11441if test "$hardcode_action" = relink ||
11442 test "$inherit_rpath" = yes; then
11443 # Fast installation is not supported
11444 enable_fast_install=no
11445elif test "$shlibpath_overrides_runpath" = yes ||
11446 test "$enable_shared" = no; then
11447 # Fast installation is not necessary
11448 enable_fast_install=needless
11449fi
11450
11451
11452
11453
11454
11455
11456 if test "x$enable_dlopen" != xyes; then
11457 enable_dlopen=unknown
11458 enable_dlopen_self=unknown
11459 enable_dlopen_self_static=unknown
11460else
11461 lt_cv_dlopen=no
11462 lt_cv_dlopen_libs=
11463
11464 case $host_os in
11465 beos*)
11466 lt_cv_dlopen="load_add_on"
11467 lt_cv_dlopen_libs=
11468 lt_cv_dlopen_self=yes
11469 ;;
11470
718a6fd8 11471 mingw* | pw32* | cegcc*)
d7040cdb
SE
11472 lt_cv_dlopen="LoadLibrary"
11473 lt_cv_dlopen_libs=
11474 ;;
11475
11476 cygwin*)
11477 lt_cv_dlopen="dlopen"
11478 lt_cv_dlopen_libs=
11479 ;;
11480
11481 darwin*)
11482 # if libdl is installed we need to link against it
81ecdfbb
RW
11483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11484$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11485if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11486 $as_echo_n "(cached) " >&6
d7040cdb
SE
11487else
11488 ac_check_lib_save_LIBS=$LIBS
11489LIBS="-ldl $LIBS"
81ecdfbb 11490cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11491/* end confdefs.h. */
11492
81ecdfbb
RW
11493/* Override any GCC internal prototype to avoid an error.
11494 Use char because int might match the return type of a GCC
11495 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11496#ifdef __cplusplus
11497extern "C"
11498#endif
d7040cdb
SE
11499char dlopen ();
11500int
11501main ()
11502{
81ecdfbb 11503return dlopen ();
d7040cdb
SE
11504 ;
11505 return 0;
11506}
11507_ACEOF
81ecdfbb 11508if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11509 ac_cv_lib_dl_dlopen=yes
11510else
81ecdfbb 11511 ac_cv_lib_dl_dlopen=no
d7040cdb 11512fi
81ecdfbb
RW
11513rm -f core conftest.err conftest.$ac_objext \
11514 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11515LIBS=$ac_check_lib_save_LIBS
11516fi
81ecdfbb
RW
11517{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11518$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11519if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
d7040cdb
SE
11520 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11521else
11522
11523 lt_cv_dlopen="dyld"
11524 lt_cv_dlopen_libs=
11525 lt_cv_dlopen_self=yes
11526
11527fi
11528
11529 ;;
11530
11531 *)
81ecdfbb 11532 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11533if test "x$ac_cv_func_shl_load" = xyes; then :
d7040cdb
SE
11534 lt_cv_dlopen="shl_load"
11535else
81ecdfbb
RW
11536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11537$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11538if ${ac_cv_lib_dld_shl_load+:} false; then :
81ecdfbb 11539 $as_echo_n "(cached) " >&6
d7040cdb
SE
11540else
11541 ac_check_lib_save_LIBS=$LIBS
11542LIBS="-ldld $LIBS"
81ecdfbb 11543cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11544/* end confdefs.h. */
11545
81ecdfbb
RW
11546/* Override any GCC internal prototype to avoid an error.
11547 Use char because int might match the return type of a GCC
11548 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11549#ifdef __cplusplus
11550extern "C"
11551#endif
d7040cdb
SE
11552char shl_load ();
11553int
11554main ()
11555{
81ecdfbb 11556return shl_load ();
d7040cdb
SE
11557 ;
11558 return 0;
11559}
11560_ACEOF
81ecdfbb 11561if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11562 ac_cv_lib_dld_shl_load=yes
11563else
81ecdfbb 11564 ac_cv_lib_dld_shl_load=no
d7040cdb 11565fi
81ecdfbb
RW
11566rm -f core conftest.err conftest.$ac_objext \
11567 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11568LIBS=$ac_check_lib_save_LIBS
11569fi
81ecdfbb
RW
11570{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11571$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11572if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
718a6fd8 11573 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 11574else
81ecdfbb 11575 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11576if test "x$ac_cv_func_dlopen" = xyes; then :
d7040cdb
SE
11577 lt_cv_dlopen="dlopen"
11578else
81ecdfbb
RW
11579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11580$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11581if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11582 $as_echo_n "(cached) " >&6
d7040cdb
SE
11583else
11584 ac_check_lib_save_LIBS=$LIBS
11585LIBS="-ldl $LIBS"
81ecdfbb 11586cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11587/* end confdefs.h. */
11588
81ecdfbb
RW
11589/* Override any GCC internal prototype to avoid an error.
11590 Use char because int might match the return type of a GCC
11591 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11592#ifdef __cplusplus
11593extern "C"
11594#endif
d7040cdb
SE
11595char dlopen ();
11596int
11597main ()
11598{
81ecdfbb 11599return dlopen ();
d7040cdb
SE
11600 ;
11601 return 0;
11602}
11603_ACEOF
81ecdfbb 11604if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11605 ac_cv_lib_dl_dlopen=yes
11606else
81ecdfbb 11607 ac_cv_lib_dl_dlopen=no
d7040cdb 11608fi
81ecdfbb
RW
11609rm -f core conftest.err conftest.$ac_objext \
11610 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11611LIBS=$ac_check_lib_save_LIBS
11612fi
81ecdfbb
RW
11613{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11614$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11615if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
d7040cdb
SE
11616 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11617else
81ecdfbb
RW
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11619$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11620if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11621 $as_echo_n "(cached) " >&6
d7040cdb
SE
11622else
11623 ac_check_lib_save_LIBS=$LIBS
11624LIBS="-lsvld $LIBS"
81ecdfbb 11625cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11626/* end confdefs.h. */
11627
81ecdfbb
RW
11628/* Override any GCC internal prototype to avoid an error.
11629 Use char because int might match the return type of a GCC
11630 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11631#ifdef __cplusplus
11632extern "C"
11633#endif
d7040cdb
SE
11634char dlopen ();
11635int
11636main ()
11637{
81ecdfbb 11638return dlopen ();
d7040cdb
SE
11639 ;
11640 return 0;
11641}
11642_ACEOF
81ecdfbb 11643if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11644 ac_cv_lib_svld_dlopen=yes
11645else
81ecdfbb 11646 ac_cv_lib_svld_dlopen=no
d7040cdb 11647fi
81ecdfbb
RW
11648rm -f core conftest.err conftest.$ac_objext \
11649 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11650LIBS=$ac_check_lib_save_LIBS
11651fi
81ecdfbb
RW
11652{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11653$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11654if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
d7040cdb
SE
11655 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11656else
81ecdfbb
RW
11657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11658$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11659if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11660 $as_echo_n "(cached) " >&6
d7040cdb
SE
11661else
11662 ac_check_lib_save_LIBS=$LIBS
11663LIBS="-ldld $LIBS"
81ecdfbb 11664cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11665/* end confdefs.h. */
11666
81ecdfbb
RW
11667/* Override any GCC internal prototype to avoid an error.
11668 Use char because int might match the return type of a GCC
11669 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11670#ifdef __cplusplus
11671extern "C"
11672#endif
d7040cdb
SE
11673char dld_link ();
11674int
11675main ()
11676{
81ecdfbb 11677return dld_link ();
d7040cdb
SE
11678 ;
11679 return 0;
11680}
11681_ACEOF
81ecdfbb 11682if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11683 ac_cv_lib_dld_dld_link=yes
11684else
81ecdfbb 11685 ac_cv_lib_dld_dld_link=no
d7040cdb 11686fi
81ecdfbb
RW
11687rm -f core conftest.err conftest.$ac_objext \
11688 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11689LIBS=$ac_check_lib_save_LIBS
11690fi
81ecdfbb
RW
11691{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11692$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11693if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
718a6fd8 11694 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11695fi
11696
11697
11698fi
11699
11700
11701fi
11702
11703
11704fi
11705
11706
11707fi
11708
11709
11710fi
11711
11712 ;;
11713 esac
11714
11715 if test "x$lt_cv_dlopen" != xno; then
11716 enable_dlopen=yes
20e95c23 11717 else
d7040cdb 11718 enable_dlopen=no
252b5132 11719 fi
5464f5a1 11720
d7040cdb
SE
11721 case $lt_cv_dlopen in
11722 dlopen)
11723 save_CPPFLAGS="$CPPFLAGS"
11724 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11725
11726 save_LDFLAGS="$LDFLAGS"
11727 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11728
11729 save_LIBS="$LIBS"
11730 LIBS="$lt_cv_dlopen_libs $LIBS"
11731
81ecdfbb
RW
11732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11733$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11734if ${lt_cv_dlopen_self+:} false; then :
81ecdfbb 11735 $as_echo_n "(cached) " >&6
20e95c23 11736else
d7040cdb
SE
11737 if test "$cross_compiling" = yes; then :
11738 lt_cv_dlopen_self=cross
11739else
11740 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11741 lt_status=$lt_dlunknown
11742 cat > conftest.$ac_ext <<_LT_EOF
bb695960 11743#line 11743 "configure"
d7040cdb
SE
11744#include "confdefs.h"
11745
11746#if HAVE_DLFCN_H
11747#include <dlfcn.h>
11748#endif
11749
11750#include <stdio.h>
11751
11752#ifdef RTLD_GLOBAL
11753# define LT_DLGLOBAL RTLD_GLOBAL
11754#else
11755# ifdef DL_GLOBAL
11756# define LT_DLGLOBAL DL_GLOBAL
11757# else
11758# define LT_DLGLOBAL 0
11759# endif
11760#endif
11761
11762/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11763 find out it does not work in some platform. */
11764#ifndef LT_DLLAZY_OR_NOW
11765# ifdef RTLD_LAZY
11766# define LT_DLLAZY_OR_NOW RTLD_LAZY
11767# else
11768# ifdef DL_LAZY
11769# define LT_DLLAZY_OR_NOW DL_LAZY
11770# else
11771# ifdef RTLD_NOW
11772# define LT_DLLAZY_OR_NOW RTLD_NOW
11773# else
11774# ifdef DL_NOW
11775# define LT_DLLAZY_OR_NOW DL_NOW
11776# else
11777# define LT_DLLAZY_OR_NOW 0
11778# endif
11779# endif
11780# endif
11781# endif
11782#endif
11783
3725885a
RW
11784/* When -fvisbility=hidden is used, assume the code has been annotated
11785 correspondingly for the symbols needed. */
11786#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11787void fnord () __attribute__((visibility("default")));
11788#endif
11789
11790void fnord () { int i=42; }
d7040cdb
SE
11791int main ()
11792{
11793 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11794 int status = $lt_dlunknown;
11795
11796 if (self)
11797 {
11798 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11799 else
11800 {
11801 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11802 else puts (dlerror ());
11803 }
d7040cdb
SE
11804 /* dlclose (self); */
11805 }
11806 else
11807 puts (dlerror ());
11808
718a6fd8 11809 return status;
d7040cdb
SE
11810}
11811_LT_EOF
81ecdfbb 11812 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11813 (eval $ac_link) 2>&5
11814 ac_status=$?
81ecdfbb
RW
11815 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11816 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11817 (./conftest; exit; ) >&5 2>/dev/null
11818 lt_status=$?
11819 case x$lt_status in
11820 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11821 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11822 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11823 esac
11824 else :
11825 # compilation failed
11826 lt_cv_dlopen_self=no
11827 fi
252b5132 11828fi
d7040cdb 11829rm -fr conftest*
20e95c23 11830
d7040cdb
SE
11831
11832fi
81ecdfbb
RW
11833{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11834$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11835
11836 if test "x$lt_cv_dlopen_self" = xyes; then
11837 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11839$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11840if ${lt_cv_dlopen_self_static+:} false; then :
81ecdfbb 11841 $as_echo_n "(cached) " >&6
20e95c23 11842else
d7040cdb
SE
11843 if test "$cross_compiling" = yes; then :
11844 lt_cv_dlopen_self_static=cross
11845else
11846 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11847 lt_status=$lt_dlunknown
11848 cat > conftest.$ac_ext <<_LT_EOF
bb695960 11849#line 11849 "configure"
d7040cdb
SE
11850#include "confdefs.h"
11851
11852#if HAVE_DLFCN_H
11853#include <dlfcn.h>
11854#endif
11855
11856#include <stdio.h>
11857
11858#ifdef RTLD_GLOBAL
11859# define LT_DLGLOBAL RTLD_GLOBAL
11860#else
11861# ifdef DL_GLOBAL
11862# define LT_DLGLOBAL DL_GLOBAL
11863# else
11864# define LT_DLGLOBAL 0
11865# endif
11866#endif
11867
11868/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11869 find out it does not work in some platform. */
11870#ifndef LT_DLLAZY_OR_NOW
11871# ifdef RTLD_LAZY
11872# define LT_DLLAZY_OR_NOW RTLD_LAZY
11873# else
11874# ifdef DL_LAZY
11875# define LT_DLLAZY_OR_NOW DL_LAZY
11876# else
11877# ifdef RTLD_NOW
11878# define LT_DLLAZY_OR_NOW RTLD_NOW
11879# else
11880# ifdef DL_NOW
11881# define LT_DLLAZY_OR_NOW DL_NOW
11882# else
11883# define LT_DLLAZY_OR_NOW 0
11884# endif
11885# endif
11886# endif
11887# endif
11888#endif
11889
3725885a
RW
11890/* When -fvisbility=hidden is used, assume the code has been annotated
11891 correspondingly for the symbols needed. */
11892#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11893void fnord () __attribute__((visibility("default")));
11894#endif
11895
11896void fnord () { int i=42; }
d7040cdb
SE
11897int main ()
11898{
11899 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11900 int status = $lt_dlunknown;
11901
11902 if (self)
11903 {
11904 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11905 else
11906 {
11907 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11908 else puts (dlerror ());
11909 }
d7040cdb
SE
11910 /* dlclose (self); */
11911 }
11912 else
11913 puts (dlerror ());
11914
718a6fd8 11915 return status;
d7040cdb
SE
11916}
11917_LT_EOF
81ecdfbb 11918 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11919 (eval $ac_link) 2>&5
11920 ac_status=$?
81ecdfbb
RW
11921 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11922 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11923 (./conftest; exit; ) >&5 2>/dev/null
11924 lt_status=$?
11925 case x$lt_status in
11926 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11927 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11928 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11929 esac
11930 else :
11931 # compilation failed
11932 lt_cv_dlopen_self_static=no
11933 fi
11934fi
11935rm -fr conftest*
11936
11937
11938fi
81ecdfbb
RW
11939{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11940$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11941 fi
11942
11943 CPPFLAGS="$save_CPPFLAGS"
11944 LDFLAGS="$save_LDFLAGS"
11945 LIBS="$save_LIBS"
11946 ;;
11947 esac
11948
11949 case $lt_cv_dlopen_self in
11950 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11951 *) enable_dlopen_self=unknown ;;
11952 esac
11953
11954 case $lt_cv_dlopen_self_static in
11955 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11956 *) enable_dlopen_self_static=unknown ;;
11957 esac
11958fi
11959
11960
11961
11962
11963
11964
11965
11966
11967
11968
11969
11970
11971
11972
11973
11974
11975
11976striplib=
11977old_striplib=
81ecdfbb
RW
11978{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11979$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11980if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11981 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11982 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11984$as_echo "yes" >&6; }
d7040cdb
SE
11985else
11986# FIXME - insert some real tests, host_os isn't really good enough
11987 case $host_os in
11988 darwin*)
11989 if test -n "$STRIP" ; then
11990 striplib="$STRIP -x"
11991 old_striplib="$STRIP -S"
81ecdfbb
RW
11992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11993$as_echo "yes" >&6; }
d7040cdb 11994 else
81ecdfbb
RW
11995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11996$as_echo "no" >&6; }
d7040cdb 11997 fi
20e95c23
DJ
11998 ;;
11999 *)
81ecdfbb
RW
12000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12001$as_echo "no" >&6; }
d7040cdb
SE
12002 ;;
12003 esac
12004fi
12005
12006
12007
12008
12009
12010
12011
12012
12013
12014
12015
12016
12017 # Report which library types will actually be built
81ecdfbb
RW
12018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12019$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12021$as_echo "$can_build_shared" >&6; }
d7040cdb 12022
81ecdfbb
RW
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12024$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
12025 test "$can_build_shared" = "no" && enable_shared=no
12026
12027 # On AIX, shared libraries and static libraries use the same namespace, and
12028 # are all built from PIC.
12029 case $host_os in
12030 aix3*)
12031 test "$enable_shared" = yes && enable_static=no
12032 if test -n "$RANLIB"; then
12033 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12034 postinstall_cmds='$RANLIB $lib'
12035 fi
12036 ;;
12037
e81819a5 12038 aix[4-9]*)
d7040cdb
SE
12039 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12040 test "$enable_shared" = yes && enable_static=no
12041 fi
20e95c23 12042 ;;
d7040cdb 12043 esac
81ecdfbb
RW
12044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12045$as_echo "$enable_shared" >&6; }
d7040cdb 12046
81ecdfbb
RW
12047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12048$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
12049 # Make sure either enable_shared or enable_static is yes.
12050 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
12051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12052$as_echo "$enable_static" >&6; }
d7040cdb
SE
12053
12054
12055
12056
12057fi
12058ac_ext=c
12059ac_cpp='$CPP $CPPFLAGS'
12060ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12061ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12062ac_compiler_gnu=$ac_cv_c_compiler_gnu
12063
12064CC="$lt_save_CC"
12065
12066
12067
12068
12069
12070
12071
12072
12073
12074
12075
12076
12077
81ecdfbb 12078 ac_config_commands="$ac_config_commands libtool"
ce3c775b
NC
12079
12080
12081
12082
12083# Only expand once:
12084
12085
12086
da2f07f1
JK
12087# AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
12088
3388710e
JM
12089# The tests for host and target for $enable_largefile require
12090# canonical names.
12091
12092
12093
da2f07f1
JK
12094# As the $enable_largefile decision depends on --enable-plugins we must set it
12095# even in directories otherwise not depending on the $plugins option.
12096
5691d22d 12097
b879806f
AM
12098 maybe_plugins=no
12099 for ac_header in dlfcn.h
12100do :
12101 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
12102"
d0ac1c44 12103if test "x$ac_cv_header_dlfcn_h" = xyes; then :
b879806f
AM
12104 cat >>confdefs.h <<_ACEOF
12105#define HAVE_DLFCN_H 1
12106_ACEOF
12107 maybe_plugins=yes
12108fi
12109
12110done
12111
12112 for ac_header in windows.h
12113do :
12114 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
12115"
d0ac1c44 12116if test "x$ac_cv_header_windows_h" = xyes; then :
b879806f
AM
12117 cat >>confdefs.h <<_ACEOF
12118#define HAVE_WINDOWS_H 1
12119_ACEOF
12120 maybe_plugins=yes
12121fi
12122
12123done
12124
12125
12126 # Check whether --enable-plugins was given.
81ecdfbb
RW
12127if test "${enable_plugins+set}" = set; then :
12128 enableval=$enable_plugins; case "${enableval}" in
b879806f
AM
12129 no) plugins=no ;;
12130 *) plugins=yes
12131 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 12132 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
b879806f
AM
12133 fi ;;
12134 esac
ce3c775b 12135else
b879806f
AM
12136 plugins=$maybe_plugins
12137
81ecdfbb 12138fi
ce3c775b 12139
2974be62 12140 if test "$plugins" = "yes"; then
3cba8b6c
L
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
12142$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 12143if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
12144 $as_echo_n "(cached) " >&6
12145else
12146 ac_func_search_save_LIBS=$LIBS
12147cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12148/* end confdefs.h. */
12149
12150/* Override any GCC internal prototype to avoid an error.
12151 Use char because int might match the return type of a GCC
12152 builtin and then its argument prototype would still apply. */
12153#ifdef __cplusplus
12154extern "C"
12155#endif
3cba8b6c 12156char dlsym ();
2974be62
AM
12157int
12158main ()
12159{
3cba8b6c 12160return dlsym ();
2974be62
AM
12161 ;
12162 return 0;
12163}
12164_ACEOF
12165for ac_lib in '' dl; do
12166 if test -z "$ac_lib"; then
12167 ac_res="none required"
12168 else
12169 ac_res=-l$ac_lib
12170 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12171 fi
12172 if ac_fn_c_try_link "$LINENO"; then :
3cba8b6c 12173 ac_cv_search_dlsym=$ac_res
2974be62
AM
12174fi
12175rm -f core conftest.err conftest.$ac_objext \
12176 conftest$ac_exeext
d0ac1c44 12177 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
12178 break
12179fi
12180done
d0ac1c44 12181if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
12182
12183else
3cba8b6c 12184 ac_cv_search_dlsym=no
2974be62
AM
12185fi
12186rm conftest.$ac_ext
12187LIBS=$ac_func_search_save_LIBS
12188fi
3cba8b6c
L
12189{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
12190$as_echo "$ac_cv_search_dlsym" >&6; }
12191ac_res=$ac_cv_search_dlsym
2974be62
AM
12192if test "$ac_res" != no; then :
12193 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12194
12195fi
12196
12197 fi
ce3c775b 12198
5691d22d 12199
da2f07f1 12200case "${host}" in
ce3c775b
NC
12201 sparc-*-solaris*|i[3-7]86-*-solaris*)
12202 # On native 32bit sparc and ia32 solaris, large-file and procfs support
da2f07f1 12203 # are mutually exclusive; and without procfs support, the bfd/ elf module
ce3c775b
NC
12204 # cannot provide certain routines such as elfcore_write_prpsinfo
12205 # or elfcore_write_prstatus. So unless the user explicitly requested
12206 # large-file support through the --enable-largefile switch, disable
12207 # large-file support in favor of procfs support.
da2f07f1
JK
12208 test "${target}" = "${host}" -a "x$plugins" = xno \
12209 && : ${enable_largefile="no"}
ce3c775b
NC
12210 ;;
12211esac
12212
81ecdfbb
RW
12213# Check whether --enable-largefile was given.
12214if test "${enable_largefile+set}" = set; then :
12215 enableval=$enable_largefile;
12216fi
ce3c775b 12217
ce3c775b
NC
12218if test "$enable_largefile" != no; then
12219
81ecdfbb
RW
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
12221$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
d0ac1c44 12222if ${ac_cv_sys_largefile_CC+:} false; then :
81ecdfbb 12223 $as_echo_n "(cached) " >&6
ce3c775b
NC
12224else
12225 ac_cv_sys_largefile_CC=no
12226 if test "$GCC" != yes; then
12227 ac_save_CC=$CC
12228 while :; do
81ecdfbb
RW
12229 # IRIX 6.2 and later do not support large files by default,
12230 # so use the C compiler's -n32 option if that helps.
12231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
12232/* end confdefs.h. */
12233#include <sys/types.h>
12234 /* Check that off_t can represent 2**63 - 1 correctly.
12235 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12236 since some C++ compilers masquerading as C compilers
12237 incorrectly reject 9223372036854775807. */
bb695960 12238#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
ce3c775b
NC
12239 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12240 && LARGE_OFF_T % 2147483647 == 1)
12241 ? 1 : -1];
12242int
12243main ()
12244{
12245
12246 ;
12247 return 0;
12248}
12249_ACEOF
81ecdfbb 12250 if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 12251 break
ce3c775b 12252fi
81ecdfbb
RW
12253rm -f core conftest.err conftest.$ac_objext
12254 CC="$CC -n32"
12255 if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 12256 ac_cv_sys_largefile_CC=' -n32'; break
ce3c775b 12257fi
81ecdfbb 12258rm -f core conftest.err conftest.$ac_objext
ce3c775b
NC
12259 break
12260 done
12261 CC=$ac_save_CC
12262 rm -f conftest.$ac_ext
12263 fi
12264fi
81ecdfbb
RW
12265{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
12266$as_echo "$ac_cv_sys_largefile_CC" >&6; }
ce3c775b
NC
12267 if test "$ac_cv_sys_largefile_CC" != no; then
12268 CC=$CC$ac_cv_sys_largefile_CC
12269 fi
12270
81ecdfbb
RW
12271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
12272$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
d0ac1c44 12273if ${ac_cv_sys_file_offset_bits+:} false; then :
81ecdfbb 12274 $as_echo_n "(cached) " >&6
ce3c775b
NC
12275else
12276 while :; do
81ecdfbb 12277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
12278/* end confdefs.h. */
12279#include <sys/types.h>
12280 /* Check that off_t can represent 2**63 - 1 correctly.
12281 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12282 since some C++ compilers masquerading as C compilers
12283 incorrectly reject 9223372036854775807. */
bb695960 12284#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
ce3c775b
NC
12285 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12286 && LARGE_OFF_T % 2147483647 == 1)
12287 ? 1 : -1];
12288int
12289main ()
12290{
12291
12292 ;
12293 return 0;
12294}
12295_ACEOF
81ecdfbb
RW
12296if ac_fn_c_try_compile "$LINENO"; then :
12297 ac_cv_sys_file_offset_bits=no; break
ce3c775b 12298fi
81ecdfbb
RW
12299rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
12301/* end confdefs.h. */
12302#define _FILE_OFFSET_BITS 64
12303#include <sys/types.h>
12304 /* Check that off_t can represent 2**63 - 1 correctly.
12305 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12306 since some C++ compilers masquerading as C compilers
12307 incorrectly reject 9223372036854775807. */
bb695960 12308#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
ce3c775b
NC
12309 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12310 && LARGE_OFF_T % 2147483647 == 1)
12311 ? 1 : -1];
12312int
12313main ()
12314{
12315
12316 ;
12317 return 0;
12318}
12319_ACEOF
81ecdfbb 12320if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 12321 ac_cv_sys_file_offset_bits=64; break
ce3c775b 12322fi
81ecdfbb
RW
12323rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12324 ac_cv_sys_file_offset_bits=unknown
ce3c775b
NC
12325 break
12326done
12327fi
81ecdfbb
RW
12328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12329$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12330case $ac_cv_sys_file_offset_bits in #(
12331 no | unknown) ;;
12332 *)
ce3c775b
NC
12333cat >>confdefs.h <<_ACEOF
12334#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12335_ACEOF
81ecdfbb
RW
12336;;
12337esac
12338rm -rf conftest*
12339 if test $ac_cv_sys_file_offset_bits = unknown; then
12340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12341$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
d0ac1c44 12342if ${ac_cv_sys_large_files+:} false; then :
81ecdfbb 12343 $as_echo_n "(cached) " >&6
ce3c775b
NC
12344else
12345 while :; do
81ecdfbb 12346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
12347/* end confdefs.h. */
12348#include <sys/types.h>
12349 /* Check that off_t can represent 2**63 - 1 correctly.
12350 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12351 since some C++ compilers masquerading as C compilers
12352 incorrectly reject 9223372036854775807. */
bb695960 12353#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
ce3c775b
NC
12354 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12355 && LARGE_OFF_T % 2147483647 == 1)
12356 ? 1 : -1];
12357int
12358main ()
12359{
12360
12361 ;
12362 return 0;
12363}
12364_ACEOF
81ecdfbb
RW
12365if ac_fn_c_try_compile "$LINENO"; then :
12366 ac_cv_sys_large_files=no; break
ce3c775b 12367fi
81ecdfbb
RW
12368rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12369 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
12370/* end confdefs.h. */
12371#define _LARGE_FILES 1
12372#include <sys/types.h>
12373 /* Check that off_t can represent 2**63 - 1 correctly.
12374 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12375 since some C++ compilers masquerading as C compilers
12376 incorrectly reject 9223372036854775807. */
bb695960 12377#define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
ce3c775b
NC
12378 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12379 && LARGE_OFF_T % 2147483647 == 1)
12380 ? 1 : -1];
12381int
12382main ()
12383{
d7040cdb 12384
ce3c775b
NC
12385 ;
12386 return 0;
12387}
12388_ACEOF
81ecdfbb 12389if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 12390 ac_cv_sys_large_files=1; break
ce3c775b 12391fi
81ecdfbb
RW
12392rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12393 ac_cv_sys_large_files=unknown
ce3c775b
NC
12394 break
12395done
12396fi
81ecdfbb
RW
12397{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12398$as_echo "$ac_cv_sys_large_files" >&6; }
12399case $ac_cv_sys_large_files in #(
12400 no | unknown) ;;
12401 *)
ce3c775b
NC
12402cat >>confdefs.h <<_ACEOF
12403#define _LARGE_FILES $ac_cv_sys_large_files
12404_ACEOF
81ecdfbb
RW
12405;;
12406esac
12407rm -rf conftest*
12408 fi
d0ac1c44
SM
12409
12410
ce3c775b 12411fi
d7040cdb
SE
12412
12413
da2f07f1
JK
12414
12415 if test "$plugins" = "yes"; then
12416 PLUGINS_TRUE=
12417 PLUGINS_FALSE='#'
12418else
12419 PLUGINS_TRUE='#'
12420 PLUGINS_FALSE=
12421fi
12422
12423
81ecdfbb
RW
12424# Check whether --enable-64-bit-bfd was given.
12425if test "${enable_64_bit_bfd+set}" = set; then :
12426 enableval=$enable_64_bit_bfd; case "${enableval}" in
d7040cdb
SE
12427 yes) want64=true ;;
12428 no) want64=false ;;
d0ac1c44 12429 *) as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
d7040cdb
SE
12430esac
12431else
12432 want64=false
81ecdfbb
RW
12433fi
12434
12435# Check whether --enable-targets was given.
12436if test "${enable_targets+set}" = set; then :
12437 enableval=$enable_targets; case "${enableval}" in
d0ac1c44 12438 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
12439 ;;
12440 no) enable_targets= ;;
12441 *) enable_targets=$enableval ;;
12442esac
81ecdfbb 12443fi
504b7d20 12444
e6cc316a
L
12445# Check whether --enable-64_bit_archive was given.
12446if test "${enable_64_bit_archive+set}" = set; then :
12447 enableval=$enable_64_bit_archive; case "${enableval}" in
12448 yes) want_64_bit_archive=true ;;
12449 no) want_64_bit_archive=false ;;
d0ac1c44 12450 *) as_fn_error $? "bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
e6cc316a
L
12451esac
12452else
12453 want_64_bit_archive=unset
12454fi
12455
81ecdfbb
RW
12456
12457# Check whether --with-mmap was given.
12458if test "${with_mmap+set}" = set; then :
12459 withval=$with_mmap; case "${withval}" in
d7040cdb
SE
12460 yes) want_mmap=true ;;
12461 no) want_mmap=false ;;
d0ac1c44 12462 *) as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
20e95c23 12463esac
252b5132 12464else
d7040cdb 12465 want_mmap=false
81ecdfbb
RW
12466fi
12467
12468# Check whether --enable-secureplt was given.
12469if test "${enable_secureplt+set}" = set; then :
12470 enableval=$enable_secureplt; case "${enableval}" in
d7040cdb
SE
12471 yes) use_secureplt=true ;;
12472 no) use_secureplt=false ;;
d0ac1c44 12473 *) as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
d7040cdb 12474esac
252b5132 12475else
cc75d373 12476 use_secureplt=true
81ecdfbb
RW
12477fi
12478if test $use_secureplt = true; then
d7040cdb 12479
81ecdfbb 12480$as_echo "#define USE_SECUREPLT 1" >>confdefs.h
5464f5a1 12481
252b5132 12482fi
20e95c23 12483
f6aec96d
L
12484# Decide if -z separate-code should be enabled in ELF linker by default.
12485ac_default_ld_z_separate_code=unset
12486# Check whether --enable-separate-code was given.
12487if test "${enable_separate_code+set}" = set; then :
12488 enableval=$enable_separate_code; case "${enableval}" in
12489 yes) ac_default_ld_z_separate_code=1 ;;
12490 no) ac_default_ld_z_separate_code=0 ;;
12491esac
12492fi
12493
12494# Enable -z separate-code by default for Linux/x86.
12495case "${target}" in
872899f1 12496i[3-7]86-*-linux-* | x86_64-*-linux-*)
f6aec96d
L
12497 if test ${ac_default_ld_z_separate_code} = unset; then
12498 ac_default_ld_z_separate_code=1
12499 fi
12500 ;;
12501esac
12502if test "${ac_default_ld_z_separate_code}" = unset; then
12503 ac_default_ld_z_separate_code=0
12504fi
12505
12506cat >>confdefs.h <<_ACEOF
12507#define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
12508_ACEOF
12509
12510
ef72a554
KT
12511# Check whether --enable-leading-mingw64-underscores was given.
12512if test "${enable_leading_mingw64_underscores+set}" = set; then :
12513 enableval=$enable_leading_mingw64_underscores;
12514fi
12515
12516if test x"$enable_leading_mingw64_underscores" = xyes ; then :
12517
12518$as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12519
12520fi
12521
0d4a1476
AS
12522DEBUGDIR=${libdir}/debug
12523
81ecdfbb
RW
12524# Check whether --with-separate-debug-dir was given.
12525if test "${with_separate_debug_dir+set}" = set; then :
12526 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12527fi
12528
0d4a1476
AS
12529
12530
504b7d20 12531
d7040cdb 12532
81ecdfbb
RW
12533# Check whether --with-pkgversion was given.
12534if test "${with_pkgversion+set}" = set; then :
12535 withval=$with_pkgversion; case "$withval" in
d0ac1c44 12536 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
d7040cdb
SE
12537 no) PKGVERSION= ;;
12538 *) PKGVERSION="($withval) " ;;
12539 esac
252b5132 12540else
d7040cdb 12541 PKGVERSION="(GNU Binutils) "
252b5132 12542
81ecdfbb
RW
12543fi
12544
20e95c23
DJ
12545
12546
5464f5a1 12547
20e95c23 12548
81ecdfbb
RW
12549# Check whether --with-bugurl was given.
12550if test "${with_bugurl+set}" = set; then :
12551 withval=$with_bugurl; case "$withval" in
d0ac1c44 12552 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
d7040cdb
SE
12553 no) BUGURL=
12554 ;;
12555 *) BUGURL="$withval"
12556 ;;
12557 esac
252b5132 12558else
d7040cdb
SE
12559 BUGURL="http://www.sourceware.org/bugzilla/"
12560
81ecdfbb
RW
12561fi
12562
d7040cdb
SE
12563 case ${BUGURL} in
12564 "")
12565 REPORT_BUGS_TO=
12566 REPORT_BUGS_TEXI=
20e95c23
DJ
12567 ;;
12568 *)
d7040cdb
SE
12569 REPORT_BUGS_TO="<$BUGURL>"
12570 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
20e95c23 12571 ;;
d7040cdb
SE
12572 esac;
12573
12574
12575
12576
12577
270c9937
JB
12578# Set the 'development' global.
12579. $srcdir/../bfd/development.sh
12580
c5da1932
VZ
12581# Set acp_cpp_for_build variable
12582ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12583
9780e045 12584# Default set of GCC warnings to enable.
d1a98e0c 12585GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 12586GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
12587
12588# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
d1a98e0c
AM
12589cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12590/* end confdefs.h. */
12591__GNUC__
12592_ACEOF
12593if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12594 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
d1a98e0c
AM
12595
12596else
12597 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12598fi
12599rm -f conftest*
12600
d7040cdb 12601
9780e045
NC
12602# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12603cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12604/* end confdefs.h. */
12605__GNUC__
12606_ACEOF
12607if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12608 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
9780e045
NC
12609
12610else
12611 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12612fi
12613rm -f conftest*
12614
12615
6757cf57
TS
12616# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12617WARN_WRITE_STRINGS=""
12618cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12619/* end confdefs.h. */
12620__GNUC__
12621_ACEOF
12622if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12623 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
6757cf57
TS
12624
12625else
12626 WARN_WRITE_STRINGS="-Wwrite-strings"
12627fi
12628rm -f conftest*
12629
9780e045 12630
96fe4562 12631# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
12632
12633# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12634cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12635/* end confdefs.h. */
12636__GNUC__
12637_ACEOF
12638if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12639 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12640
12641else
12642 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12643fi
12644rm -f conftest*
12645
12646
12647# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12648cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12649/* end confdefs.h. */
12650__GNUC__
12651_ACEOF
12652if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12653 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12654
12655else
12656 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12657fi
12658rm -f conftest*
12659
12660
81ecdfbb
RW
12661# Check whether --enable-werror was given.
12662if test "${enable_werror+set}" = set; then :
12663 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
12664 yes | y) ERROR_ON_WARNING="yes" ;;
12665 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 12666 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 12667 esac
81ecdfbb
RW
12668fi
12669
d7040cdb 12670
d1a98e0c 12671# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
12672case "${host}" in
12673 *-*-mingw32*)
12674 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12675 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 12676 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
12677 fi
12678 ;;
12679 *) ;;
12680esac
12681
270c9937
JB
12682# Enable -Werror by default when using gcc. Turn it off for releases.
12683if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
12684 ERROR_ON_WARNING=yes
12685fi
12686
12687NO_WERROR=
12688if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 12689 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 12690 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
d7040cdb
SE
12691 NO_WERROR="-Wno-error"
12692fi
12693
12694if test "${GCC}" = yes ; then
12695 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 12696 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
d7040cdb
SE
12697fi
12698
81ecdfbb
RW
12699# Check whether --enable-build-warnings was given.
12700if test "${enable_build_warnings+set}" = set; then :
12701 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
12702 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12703 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
d7040cdb
SE
12704 no) if test "${GCC}" = yes ; then
12705 WARN_CFLAGS="-w"
c5da1932 12706 WARN_CFLAGS_FOR_BUILD="-w"
d7040cdb
SE
12707 fi;;
12708 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12709 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12710 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
d7040cdb 12711 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12712 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12713 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12714 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12715 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
20e95c23 12716esac
81ecdfbb
RW
12717fi
12718
d7040cdb
SE
12719
12720if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12721 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
20e95c23 12722fi
d7040cdb
SE
12723
12724
12725
12726
12727
6757cf57 12728
c5da1932 12729
81ecdfbb 12730ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12731
12732
df7b86aa
NC
12733# PR 14072
12734
12735
d7040cdb 12736if test -z "$target" ; then
d0ac1c44 12737 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
20e95c23
DJ
12738fi
12739
81ecdfbb
RW
12740
12741{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12742$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12743 # Check whether --enable-maintainer-mode was given.
12744if test "${enable_maintainer_mode+set}" = set; then :
12745 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
d7040cdb
SE
12746else
12747 USE_MAINTAINER_MODE=no
81ecdfbb 12748fi
20e95c23 12749
81ecdfbb
RW
12750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12751$as_echo "$USE_MAINTAINER_MODE" >&6; }
12752 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
12753 MAINTAINER_MODE_TRUE=
12754 MAINTAINER_MODE_FALSE='#'
12755else
12756 MAINTAINER_MODE_TRUE='#'
12757 MAINTAINER_MODE_FALSE=
6be7c12c 12758fi
5464f5a1 12759
d7040cdb
SE
12760 MAINT=$MAINTAINER_MODE_TRUE
12761
12762
81ecdfbb 12763 if false; then
d7040cdb
SE
12764 GENINSRC_NEVER_TRUE=
12765 GENINSRC_NEVER_FALSE='#'
20e95c23 12766else
d7040cdb
SE
12767 GENINSRC_NEVER_TRUE='#'
12768 GENINSRC_NEVER_FALSE=
5464f5a1 12769fi
5464f5a1 12770
d7040cdb
SE
12771 case ${build_alias} in
12772 "") build_noncanonical=${build} ;;
12773 *) build_noncanonical=${build_alias} ;;
20e95c23 12774esac
d7040cdb
SE
12775
12776 case ${host_alias} in
12777 "") host_noncanonical=${build_noncanonical} ;;
12778 *) host_noncanonical=${host_alias} ;;
12779esac
12780
12781 case ${target_alias} in
12782 "") target_noncanonical=${host_noncanonical} ;;
12783 *) target_noncanonical=${target_alias} ;;
12784esac
12785
81ecdfbb
RW
12786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12787$as_echo_n "checking whether to install libbfd... " >&6; }
12788 # Check whether --enable-install-libbfd was given.
12789if test "${enable_install_libbfd+set}" = set; then :
12790 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
252b5132 12791else
d7040cdb
SE
12792 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12793 install_libbfd_p=yes
12794 else
12795 install_libbfd_p=no
12796 fi
81ecdfbb 12797fi
d7040cdb 12798
81ecdfbb
RW
12799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12800$as_echo "$install_libbfd_p" >&6; }
12801 if test $install_libbfd_p = yes; then
d7040cdb
SE
12802 INSTALL_LIBBFD_TRUE=
12803 INSTALL_LIBBFD_FALSE='#'
12804else
12805 INSTALL_LIBBFD_TRUE='#'
12806 INSTALL_LIBBFD_FALSE=
5464f5a1 12807fi
5464f5a1 12808
d7040cdb 12809 # Need _noncanonical variables for this.
5464f5a1 12810
5464f5a1 12811
d7040cdb
SE
12812
12813
12814 # libbfd.a is a host library containing target dependent code
12815 bfdlibdir='$(libdir)'
12816 bfdincludedir='$(includedir)'
12817 if test "${host}" != "${target}"; then
12818 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12819 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
20e95c23 12820 fi
6be7c12c 12821
5464f5a1 12822
5464f5a1
NN
12823
12824
5464f5a1 12825
ac48eca1 12826
573e8a1c
RW
12827
12828
d7040cdb
SE
12829host64=false
12830target64=false
12831bfd_default_target_size=32
252b5132 12832
d7040cdb 12833# host stuff:
20e95c23 12834
293b4d4f 12835ALL_LINGUAS="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
d7040cdb
SE
12836# If we haven't got the data from the intl directory,
12837# assume NLS is disabled.
12838USE_NLS=no
12839LIBINTL=
12840LIBINTL_DEP=
12841INCINTL=
12842XGETTEXT=
12843GMSGFMT=
12844POSUB=
12845
12846if test -f ../intl/config.intl; then
12847 . ../intl/config.intl
252b5132 12848fi
81ecdfbb
RW
12849{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12850$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12851if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12853$as_echo "no" >&6; }
d7040cdb 12854else
81ecdfbb
RW
12855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12856$as_echo "yes" >&6; }
5464f5a1 12857
81ecdfbb 12858$as_echo "#define ENABLE_NLS 1" >>confdefs.h
252b5132 12859
6be7c12c 12860
81ecdfbb
RW
12861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12862$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12863 # Look for .po and .gmo files in the source directory.
12864 CATALOGS=
12865 XLINGUAS=
12866 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12867 # If there aren't any .gmo files the shell will give us the
12868 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12869 # weeded out.
12870 case "$cat" in *\**)
12871 continue;;
12872 esac
12873 # The quadruple backslash is collapsed to a double backslash
12874 # by the backticks, then collapsed again by the double quotes,
12875 # leaving us with one backslash in the sed expression (right
12876 # before the dot that mustn't act as a wildcard).
12877 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12878 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12879 # The user is allowed to set LINGUAS to a list of languages to
12880 # install catalogs for. If it's empty that means "all of them."
12881 if test "x$LINGUAS" = x; then
12882 CATALOGS="$CATALOGS $cat"
12883 XLINGUAS="$XLINGUAS $lang"
12884 else
12885 case "$LINGUAS" in *$lang*)
12886 CATALOGS="$CATALOGS $cat"
12887 XLINGUAS="$XLINGUAS $lang"
12888 ;;
12889 esac
12890 fi
12891 done
12892 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12894$as_echo "$LINGUAS" >&6; }
d7040cdb 12895
252b5132 12896
d7040cdb 12897 DATADIRNAME=share
252b5132 12898
d7040cdb 12899 INSTOBJEXT=.mo
5464f5a1 12900
d7040cdb 12901 GENCAT=gencat
20e95c23 12902
d7040cdb 12903 CATOBJEXT=.gmo
5464f5a1 12904
20e95c23 12905fi
5464f5a1 12906
d7040cdb
SE
12907 MKINSTALLDIRS=
12908 if test -n "$ac_aux_dir"; then
12909 case "$ac_aux_dir" in
12910 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12911 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12912 esac
12913 fi
12914 if test -z "$MKINSTALLDIRS"; then
12915 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
5464f5a1 12916 fi
5464f5a1 12917
5464f5a1 12918
d7040cdb 12919
81ecdfbb
RW
12920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12921$as_echo_n "checking whether NLS is requested... " >&6; }
12922 # Check whether --enable-nls was given.
12923if test "${enable_nls+set}" = set; then :
12924 enableval=$enable_nls; USE_NLS=$enableval
252b5132 12925else
d7040cdb 12926 USE_NLS=yes
81ecdfbb
RW
12927fi
12928
12929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12930$as_echo "$USE_NLS" >&6; }
5464f5a1 12931
252b5132 12932
5464f5a1 12933
252b5132 12934
d7040cdb
SE
12935
12936
12937# Prepare PATH_SEPARATOR.
12938# The user is always right.
12939if test "${PATH_SEPARATOR+set}" != set; then
12940 echo "#! /bin/sh" >conf$$.sh
12941 echo "exit 0" >>conf$$.sh
12942 chmod +x conf$$.sh
12943 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12944 PATH_SEPARATOR=';'
20e95c23 12945 else
d7040cdb 12946 PATH_SEPARATOR=:
20e95c23 12947 fi
d7040cdb
SE
12948 rm -f conf$$.sh
12949fi
12950
12951# Find out how to test for executable files. Don't use a zero-byte file,
12952# as systems may use methods other than mode bits to determine executability.
12953cat >conf$$.file <<_ASEOF
12954#! /bin/sh
12955exit 0
12956_ASEOF
12957chmod +x conf$$.file
12958if test -x conf$$.file >/dev/null 2>&1; then
12959 ac_executable_p="test -x"
20e95c23 12960else
d7040cdb 12961 ac_executable_p="test -f"
20e95c23 12962fi
d7040cdb 12963rm -f conf$$.file
5464f5a1 12964
d7040cdb
SE
12965# Extract the first word of "msgfmt", so it can be a program name with args.
12966set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12968$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12969if ${ac_cv_path_MSGFMT+:} false; then :
81ecdfbb 12970 $as_echo_n "(cached) " >&6
d7040cdb
SE
12971else
12972 case "$MSGFMT" in
12973 [\\/]* | ?:[\\/]*)
12974 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12975 ;;
12976 *)
12977 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12978 for ac_dir in $PATH; do
12979 IFS="$ac_save_IFS"
12980 test -z "$ac_dir" && ac_dir=.
12981 for ac_exec_ext in '' $ac_executable_extensions; do
12982 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12983 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12984 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12985 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12986 break 2
12987 fi
12988 fi
12989 done
12990 done
12991 IFS="$ac_save_IFS"
12992 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12993 ;;
12994esac
5464f5a1 12995fi
d7040cdb
SE
12996MSGFMT="$ac_cv_path_MSGFMT"
12997if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12999$as_echo "$MSGFMT" >&6; }
20e95c23 13000else
81ecdfbb
RW
13001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13002$as_echo "no" >&6; }
252b5132 13003fi
d7040cdb
SE
13004
13005 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13006set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
13007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13008$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13009if ${ac_cv_path_GMSGFMT+:} false; then :
81ecdfbb 13010 $as_echo_n "(cached) " >&6
252b5132 13011else
d7040cdb
SE
13012 case $GMSGFMT in
13013 [\\/]* | ?:[\\/]*)
13014 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13015 ;;
13016 *)
13017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13018for as_dir in $PATH
13019do
13020 IFS=$as_save_IFS
13021 test -z "$as_dir" && as_dir=.
81ecdfbb 13022 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13023 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13024 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 13025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13026 break 2
13027 fi
13028done
81ecdfbb
RW
13029 done
13030IFS=$as_save_IFS
5464f5a1 13031
d7040cdb
SE
13032 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13033 ;;
13034esac
252b5132 13035fi
d7040cdb 13036GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 13037if test -n "$GMSGFMT"; then
81ecdfbb
RW
13038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13039$as_echo "$GMSGFMT" >&6; }
252b5132 13040else
81ecdfbb
RW
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13042$as_echo "no" >&6; }
252b5132
RH
13043fi
13044
20e95c23
DJ
13045
13046
81ecdfbb 13047
d7040cdb
SE
13048# Prepare PATH_SEPARATOR.
13049# The user is always right.
13050if test "${PATH_SEPARATOR+set}" != set; then
13051 echo "#! /bin/sh" >conf$$.sh
13052 echo "exit 0" >>conf$$.sh
13053 chmod +x conf$$.sh
13054 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13055 PATH_SEPARATOR=';'
13056 else
13057 PATH_SEPARATOR=:
13058 fi
13059 rm -f conf$$.sh
252b5132 13060fi
20e95c23 13061
d7040cdb
SE
13062# Find out how to test for executable files. Don't use a zero-byte file,
13063# as systems may use methods other than mode bits to determine executability.
13064cat >conf$$.file <<_ASEOF
13065#! /bin/sh
13066exit 0
13067_ASEOF
13068chmod +x conf$$.file
13069if test -x conf$$.file >/dev/null 2>&1; then
13070 ac_executable_p="test -x"
13071else
13072 ac_executable_p="test -f"
13073fi
13074rm -f conf$$.file
252b5132 13075
d7040cdb
SE
13076# Extract the first word of "xgettext", so it can be a program name with args.
13077set dummy xgettext; ac_word=$2
81ecdfbb
RW
13078{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13079$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13080if ${ac_cv_path_XGETTEXT+:} false; then :
81ecdfbb 13081 $as_echo_n "(cached) " >&6
20e95c23 13082else
d7040cdb
SE
13083 case "$XGETTEXT" in
13084 [\\/]* | ?:[\\/]*)
13085 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13086 ;;
13087 *)
13088 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13089 for ac_dir in $PATH; do
13090 IFS="$ac_save_IFS"
13091 test -z "$ac_dir" && ac_dir=.
13092 for ac_exec_ext in '' $ac_executable_extensions; do
13093 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13094 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13095 (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
13096 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13097 break 2
13098 fi
13099 fi
13100 done
13101 done
13102 IFS="$ac_save_IFS"
13103 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13104 ;;
13105esac
13106fi
13107XGETTEXT="$ac_cv_path_XGETTEXT"
13108if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13110$as_echo "$XGETTEXT" >&6; }
252b5132 13111else
81ecdfbb
RW
13112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13113$as_echo "no" >&6; }
252b5132
RH
13114fi
13115
d7040cdb 13116 rm -f messages.po
5464f5a1 13117
252b5132 13118
d7040cdb
SE
13119# Prepare PATH_SEPARATOR.
13120# The user is always right.
13121if test "${PATH_SEPARATOR+set}" != set; then
13122 echo "#! /bin/sh" >conf$$.sh
13123 echo "exit 0" >>conf$$.sh
13124 chmod +x conf$$.sh
13125 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13126 PATH_SEPARATOR=';'
13127 else
13128 PATH_SEPARATOR=:
13129 fi
13130 rm -f conf$$.sh
252b5132
RH
13131fi
13132
d7040cdb
SE
13133# Find out how to test for executable files. Don't use a zero-byte file,
13134# as systems may use methods other than mode bits to determine executability.
13135cat >conf$$.file <<_ASEOF
13136#! /bin/sh
13137exit 0
13138_ASEOF
13139chmod +x conf$$.file
13140if test -x conf$$.file >/dev/null 2>&1; then
13141 ac_executable_p="test -x"
5464f5a1 13142else
d7040cdb 13143 ac_executable_p="test -f"
20e95c23 13144fi
d7040cdb 13145rm -f conf$$.file
5464f5a1 13146
d7040cdb
SE
13147# Extract the first word of "msgmerge", so it can be a program name with args.
13148set dummy msgmerge; ac_word=$2
81ecdfbb
RW
13149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13150$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13151if ${ac_cv_path_MSGMERGE+:} false; then :
81ecdfbb 13152 $as_echo_n "(cached) " >&6
d7040cdb
SE
13153else
13154 case "$MSGMERGE" in
13155 [\\/]* | ?:[\\/]*)
13156 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13157 ;;
13158 *)
13159 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13160 for ac_dir in $PATH; do
13161 IFS="$ac_save_IFS"
13162 test -z "$ac_dir" && ac_dir=.
13163 for ac_exec_ext in '' $ac_executable_extensions; do
13164 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13165 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13166 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13167 break 2
13168 fi
13169 fi
13170 done
13171 done
13172 IFS="$ac_save_IFS"
13173 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13174 ;;
13175esac
5464f5a1 13176fi
d7040cdb
SE
13177MSGMERGE="$ac_cv_path_MSGMERGE"
13178if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
13179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13180$as_echo "$MSGMERGE" >&6; }
20e95c23 13181else
81ecdfbb
RW
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13183$as_echo "no" >&6; }
d7040cdb 13184fi
20e95c23 13185
5464f5a1 13186
d7040cdb
SE
13187 if test "$GMSGFMT" != ":"; then
13188 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13189 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13190 : ;
13191 else
13192 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
13193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13194$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
13195 GMSGFMT=":"
13196 fi
13197 fi
252b5132 13198
d7040cdb
SE
13199 if test "$XGETTEXT" != ":"; then
13200 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13201 (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
13202 : ;
13203 else
81ecdfbb
RW
13204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13205$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
13206 XGETTEXT=":"
13207 fi
13208 rm -f messages.po
13209 fi
6be7c12c 13210
81ecdfbb 13211 ac_config_commands="$ac_config_commands default-1"
5464f5a1 13212
252b5132 13213
5464f5a1 13214
d7040cdb
SE
13215# Permit host specific settings.
13216. ${srcdir}/configure.host
13217
13218
252b5132 13219
252b5132 13220
d7040cdb 13221BFD_HOST_64BIT_LONG=0
d2df793a 13222BFD_HOST_64BIT_LONG_LONG=0
d7040cdb
SE
13223BFD_HOST_64_BIT_DEFINED=0
13224BFD_HOST_64_BIT=
13225BFD_HOST_U_64_BIT=
d2df793a 13226BFD_HOSTPTR_T="unsigned long"
6be7c12c 13227
33c734b2
AM
13228
13229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for long double" >&5
13230$as_echo_n "checking for long double... " >&6; }
d0ac1c44 13231if ${ac_cv_type_long_double+:} false; then :
33c734b2
AM
13232 $as_echo_n "(cached) " >&6
13233else
13234 if test "$GCC" = yes; then
13235 ac_cv_type_long_double=yes
13236 else
13237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13238/* end confdefs.h. */
13239/* The Stardent Vistra knows sizeof (long double), but does
13240 not support it. */
13241 long double foo = 0.0L;
13242int
13243main ()
13244{
13245static int test_array [1 - 2 * !(/* On Ultrix 4.3 cc, long double is 4 and double is 8. */
13246 sizeof (double) <= sizeof (long double))];
d0ac1c44
SM
13247test_array [0] = 0;
13248return test_array [0];
33c734b2
AM
13249
13250 ;
13251 return 0;
13252}
13253_ACEOF
13254if ac_fn_c_try_compile "$LINENO"; then :
13255 ac_cv_type_long_double=yes
13256else
13257 ac_cv_type_long_double=no
13258fi
13259rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13260 fi
13261fi
13262{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_long_double" >&5
13263$as_echo "$ac_cv_type_long_double" >&6; }
13264 if test $ac_cv_type_long_double = yes; then
13265
13266$as_echo "#define HAVE_LONG_DOUBLE 1" >>confdefs.h
13267
13268 fi
13269
13270ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
d0ac1c44 13271if test "x$ac_cv_type_long_long" = xyes; then :
33c734b2
AM
13272
13273cat >>confdefs.h <<_ACEOF
13274#define HAVE_LONG_LONG 1
13275_ACEOF
13276
81ecdfbb
RW
13277# The cast to long int works around a bug in the HP C Compiler
13278# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13279# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13280# This bug is HP SR number 8606223364.
13281{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13282$as_echo_n "checking size of long long... " >&6; }
d0ac1c44 13283if ${ac_cv_sizeof_long_long+:} false; then :
81ecdfbb 13284 $as_echo_n "(cached) " >&6
6726e1ea 13285else
81ecdfbb
RW
13286 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13287
13288else
13289 if test "$ac_cv_type_long_long" = yes; then
13290 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13291$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13292as_fn_error 77 "cannot compute sizeof (long long)
13293See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
13294 else
13295 ac_cv_sizeof_long_long=0
13296 fi
13297fi
13298
13299fi
13300{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13301$as_echo "$ac_cv_sizeof_long_long" >&6; }
13302
13303
13304
13305cat >>confdefs.h <<_ACEOF
13306#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5464f5a1 13307_ACEOF
81ecdfbb
RW
13308
13309
33c734b2
AM
13310fi
13311
81ecdfbb
RW
13312# The cast to long int works around a bug in the HP C Compiler
13313# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13314# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13315# This bug is HP SR number 8606223364.
13316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13317$as_echo_n "checking size of void *... " >&6; }
d0ac1c44 13318if ${ac_cv_sizeof_void_p+:} false; then :
81ecdfbb 13319 $as_echo_n "(cached) " >&6
6726e1ea 13320else
81ecdfbb 13321 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
5464f5a1 13322
81ecdfbb
RW
13323else
13324 if test "$ac_cv_type_void_p" = yes; then
13325 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13326$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13327as_fn_error 77 "cannot compute sizeof (void *)
13328See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
13329 else
13330 ac_cv_sizeof_void_p=0
13331 fi
6726e1ea 13332fi
81ecdfbb 13333
6726e1ea 13334fi
81ecdfbb
RW
13335{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13336$as_echo "$ac_cv_sizeof_void_p" >&6; }
6726e1ea 13337
6726e1ea 13338
2ba49b59 13339
81ecdfbb
RW
13340cat >>confdefs.h <<_ACEOF
13341#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
5464f5a1 13342_ACEOF
81ecdfbb
RW
13343
13344
13345# The cast to long int works around a bug in the HP C Compiler
13346# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13347# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13348# This bug is HP SR number 8606223364.
13349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13350$as_echo_n "checking size of long... " >&6; }
d0ac1c44 13351if ${ac_cv_sizeof_long+:} false; then :
81ecdfbb 13352 $as_echo_n "(cached) " >&6
6726e1ea 13353else
81ecdfbb 13354 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
5464f5a1 13355
252b5132 13356else
81ecdfbb
RW
13357 if test "$ac_cv_type_long" = yes; then
13358 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13359$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13360as_fn_error 77 "cannot compute sizeof (long)
13361See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
13362 else
13363 ac_cv_sizeof_long=0
13364 fi
13365fi
5464f5a1 13366
81ecdfbb
RW
13367fi
13368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13369$as_echo "$ac_cv_sizeof_long" >&6; }
2ba49b59 13370
81ecdfbb
RW
13371
13372
13373cat >>confdefs.h <<_ACEOF
13374#define SIZEOF_LONG $ac_cv_sizeof_long
5464f5a1 13375_ACEOF
2ba49b59 13376
2ba49b59 13377
242a1159
AM
13378# The cast to long int works around a bug in the HP C Compiler
13379# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13380# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13381# This bug is HP SR number 8606223364.
13382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13383$as_echo_n "checking size of int... " >&6; }
13384if ${ac_cv_sizeof_int+:} false; then :
13385 $as_echo_n "(cached) " >&6
13386else
13387 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
13388
13389else
13390 if test "$ac_cv_type_int" = yes; then
13391 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13392$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13393as_fn_error 77 "cannot compute sizeof (int)
13394See \`config.log' for more details" "$LINENO" 5; }
13395 else
13396 ac_cv_sizeof_int=0
13397 fi
13398fi
13399
13400fi
13401{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13402$as_echo "$ac_cv_sizeof_int" >&6; }
13403
13404
13405
13406cat >>confdefs.h <<_ACEOF
13407#define SIZEOF_INT $ac_cv_sizeof_int
13408_ACEOF
13409
13410
81ecdfbb
RW
13411
13412if test "x${ac_cv_sizeof_void_p}" = "x8"; then
13413 host64=true
252b5132 13414fi
5464f5a1 13415
81ecdfbb
RW
13416if test "x${ac_cv_sizeof_long}" = "x8"; then
13417 BFD_HOST_64BIT_LONG=1
13418 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
13419 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
13420elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
13421 BFD_HOST_64BIT_LONG_LONG=1
13422 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
13423 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
13424 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
13425 BFD_HOSTPTR_T="unsigned long long"
13426 fi
252b5132 13427fi
81ecdfbb
RW
13428
13429if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
13430 BFD_HOST_64_BIT_DEFINED=1
13431 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
13432 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
2ba49b59 13433fi
5464f5a1 13434
5464f5a1 13435
2ba49b59 13436
2ba49b59 13437
5464f5a1 13438
81ecdfbb
RW
13439
13440
13441
13442# Put a plausible default for CC_FOR_BUILD in Makefile.
13443if test -z "$CC_FOR_BUILD"; then
13444 if test "x$cross_compiling" = "xno"; then
13445 CC_FOR_BUILD='$(CC)'
13446 else
13447 CC_FOR_BUILD=gcc
13448 fi
2ba49b59 13449fi
81ecdfbb
RW
13450
13451# Also set EXEEXT_FOR_BUILD.
13452if test "x$cross_compiling" = "xno"; then
13453 EXEEXT_FOR_BUILD='$(EXEEXT)'
13454else
13455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13456$as_echo_n "checking for build system executable suffix... " >&6; }
d0ac1c44 13457if ${bfd_cv_build_exeext+:} false; then :
81ecdfbb 13458 $as_echo_n "(cached) " >&6
6be7c12c 13459else
81ecdfbb
RW
13460 rm -f conftest*
13461 echo 'int main () { return 0; }' > conftest.c
13462 bfd_cv_build_exeext=
13463 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
13464 for file in conftest.*; do
13465 case $file in
13466 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13467 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13468 esac
13469 done
13470 rm -f conftest*
13471 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
5464f5a1 13472fi
81ecdfbb
RW
13473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13474$as_echo "$bfd_cv_build_exeext" >&6; }
13475 EXEEXT_FOR_BUILD=""
13476 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
5464f5a1 13477fi
5464f5a1 13478
5464f5a1 13479
31593e1b 13480for ac_header in alloca.h stddef.h string.h strings.h stdlib.h time.h unistd.h wchar.h wctype.h
81ecdfbb
RW
13481do :
13482 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13483ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 13484if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
13485 cat >>confdefs.h <<_ACEOF
13486#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
d2df793a 13487_ACEOF
d2df793a 13488
d2df793a 13489fi
d2df793a 13490
81ecdfbb 13491done
d2df793a 13492
9d782e8d 13493for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h sys/resource.h
81ecdfbb
RW
13494do :
13495 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13496ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 13497if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
13498 cat >>confdefs.h <<_ACEOF
13499#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
d2df793a 13500_ACEOF
d2df793a 13501
d2df793a 13502fi
d2df793a 13503
81ecdfbb 13504done
d2df793a 13505
81ecdfbb 13506
d2df793a 13507
f3b4f6d0 13508inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
81ecdfbb 13509
f3b4f6d0
PB
13510acx_cv_header_stdint=stddef.h
13511acx_cv_header_stdint_kind="(already complete)"
13512for i in stdint.h $inttype_headers; do
13513 unset ac_cv_type_uintptr_t
13514 unset ac_cv_type_uintmax_t
13515 unset ac_cv_type_int_least32_t
13516 unset ac_cv_type_int_fast32_t
13517 unset ac_cv_type_uint64_t
13518 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
13519 ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
13520#include <$i>
13521"
d0ac1c44 13522if test "x$ac_cv_type_uintmax_t" = xyes; then :
f3b4f6d0 13523 acx_cv_header_stdint=$i
d2df793a 13524else
f3b4f6d0
PB
13525 continue
13526fi
81ecdfbb 13527
f3b4f6d0
PB
13528 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13529#include <$i>
13530"
d0ac1c44 13531if test "x$ac_cv_type_uintptr_t" = xyes; then :
d2df793a 13532
81ecdfbb 13533else
f3b4f6d0 13534 acx_cv_header_stdint_kind="(mostly complete)"
d2df793a 13535fi
81ecdfbb 13536
f3b4f6d0
PB
13537 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
13538#include <$i>
13539"
d0ac1c44 13540if test "x$ac_cv_type_int_least32_t" = xyes; then :
f3b4f6d0 13541
d2df793a 13542else
f3b4f6d0 13543 acx_cv_header_stdint_kind="(mostly complete)"
81ecdfbb 13544fi
81ecdfbb 13545
f3b4f6d0
PB
13546 ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
13547#include <$i>
13548"
d0ac1c44 13549if test "x$ac_cv_type_int_fast32_t" = xyes; then :
81ecdfbb 13550
f3b4f6d0
PB
13551else
13552 acx_cv_header_stdint_kind="(mostly complete)"
13553fi
81ecdfbb 13554
f3b4f6d0
PB
13555 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13556#include <$i>
13557"
d0ac1c44 13558if test "x$ac_cv_type_uint64_t" = xyes; then :
d2df793a 13559
07c58694 13560else
f3b4f6d0
PB
13561 acx_cv_header_stdint_kind="(lacks uint64_t)"
13562fi
81ecdfbb 13563
f3b4f6d0
PB
13564 break
13565done
13566if test "$acx_cv_header_stdint" = stddef.h; then
13567 acx_cv_header_stdint_kind="(lacks uintmax_t)"
13568 for i in stdint.h $inttype_headers; do
13569 unset ac_cv_type_uintptr_t
13570 unset ac_cv_type_uint32_t
13571 unset ac_cv_type_uint64_t
13572 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
13573 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
13574#include <$i>
13575"
d0ac1c44 13576if test "x$ac_cv_type_uint32_t" = xyes; then :
f3b4f6d0
PB
13577 acx_cv_header_stdint=$i
13578else
13579 continue
d2df793a 13580fi
81ecdfbb 13581
f3b4f6d0
PB
13582 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
13583#include <$i>
13584"
d0ac1c44 13585if test "x$ac_cv_type_uint64_t" = xyes; then :
81ecdfbb 13586
f3b4f6d0 13587fi
81ecdfbb 13588
f3b4f6d0
PB
13589 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
13590#include <$i>
13591"
d0ac1c44 13592if test "x$ac_cv_type_uintptr_t" = xyes; then :
81ecdfbb 13593
f3b4f6d0 13594fi
81ecdfbb 13595
f3b4f6d0
PB
13596 break
13597 done
13598fi
13599if test "$acx_cv_header_stdint" = stddef.h; then
13600 acx_cv_header_stdint_kind="(u_intXX_t style)"
13601 for i in sys/types.h $inttype_headers; do
13602 unset ac_cv_type_u_int32_t
13603 unset ac_cv_type_u_int64_t
13604 $as_echo_n "looking for u_intXX_t types in $i, " >&6
13605 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
13606#include <$i>
13607"
d0ac1c44 13608if test "x$ac_cv_type_u_int32_t" = xyes; then :
f3b4f6d0 13609 acx_cv_header_stdint=$i
07c58694 13610else
f3b4f6d0
PB
13611 continue
13612fi
81ecdfbb 13613
f3b4f6d0
PB
13614 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
13615#include <$i>
13616"
d0ac1c44 13617if test "x$ac_cv_type_u_int64_t" = xyes; then :
81ecdfbb 13618
f3b4f6d0 13619fi
81ecdfbb 13620
f3b4f6d0
PB
13621 break
13622 done
d2df793a 13623fi
f3b4f6d0
PB
13624if test "$acx_cv_header_stdint" = stddef.h; then
13625 acx_cv_header_stdint_kind="(using manual detection)"
d2df793a 13626fi
81ecdfbb 13627
f3b4f6d0
PB
13628test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
13629test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
13630test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
13631test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
13632test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
81ecdfbb 13633
f3b4f6d0 13634# ----------------- Summarize what we found so far
07c58694 13635
f3b4f6d0
PB
13636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in bfd_stdint.h" >&5
13637$as_echo_n "checking what to include in bfd_stdint.h... " >&6; }
81ecdfbb 13638
f3b4f6d0
PB
13639case `$as_basename -- bfd_stdint.h ||
13640$as_expr X/bfd_stdint.h : '.*/\([^/][^/]*\)/*$' \| \
13641 Xbfd_stdint.h : 'X\(//\)$' \| \
13642 Xbfd_stdint.h : 'X\(/\)' \| . 2>/dev/null ||
13643$as_echo X/bfd_stdint.h |
13644 sed '/^.*\/\([^/][^/]*\)\/*$/{
13645 s//\1/
13646 q
13647 }
13648 /^X\/\(\/\/\)$/{
13649 s//\1/
13650 q
13651 }
13652 /^X\/\(\/\).*/{
13653 s//\1/
13654 q
13655 }
13656 s/.*/./; q'` in
13657 stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13658$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13659 inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
13660$as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
13661 *) ;;
13662esac
81ecdfbb 13663
f3b4f6d0
PB
13664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
13665$as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
5464f5a1 13666
f3b4f6d0 13667# ----------------- done included file, check C basic types --------
2ba49b59 13668
f3b4f6d0
PB
13669# Lacking an uintptr_t? Test size of void *
13670case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
13671 stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
13672# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13673# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13674# This bug is HP SR number 8606223364.
13675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
13676$as_echo_n "checking size of void *... " >&6; }
d0ac1c44 13677if ${ac_cv_sizeof_void_p+:} false; then :
f3b4f6d0
PB
13678 $as_echo_n "(cached) " >&6
13679else
13680 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
2ba49b59 13681
f3b4f6d0
PB
13682else
13683 if test "$ac_cv_type_void_p" = yes; then
13684 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13685$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13686as_fn_error 77 "cannot compute sizeof (void *)
13687See \`config.log' for more details" "$LINENO" 5; }
f3b4f6d0
PB
13688 else
13689 ac_cv_sizeof_void_p=0
13690 fi
13691fi
81ecdfbb 13692
f3b4f6d0
PB
13693fi
13694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
13695$as_echo "$ac_cv_sizeof_void_p" >&6; }
81ecdfbb 13696
07c58694
PB
13697
13698
13699cat >>confdefs.h <<_ACEOF
f3b4f6d0 13700#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
07c58694 13701_ACEOF
07c58694 13702
f3b4f6d0
PB
13703 ;;
13704esac
07c58694 13705
f3b4f6d0
PB
13706# Lacking an uint64_t? Test size of long
13707case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
13708 stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
13709# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13710# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13711# This bug is HP SR number 8606223364.
13712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13713$as_echo_n "checking size of long... " >&6; }
d0ac1c44 13714if ${ac_cv_sizeof_long+:} false; then :
81ecdfbb 13715 $as_echo_n "(cached) " >&6
5464f5a1 13716else
f3b4f6d0 13717 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
07c58694 13718
2ba49b59 13719else
f3b4f6d0
PB
13720 if test "$ac_cv_type_long" = yes; then
13721 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13722$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13723as_fn_error 77 "cannot compute sizeof (long)
13724See \`config.log' for more details" "$LINENO" 5; }
f3b4f6d0
PB
13725 else
13726 ac_cv_sizeof_long=0
13727 fi
81ecdfbb 13728fi
2ba49b59 13729
f3b4f6d0
PB
13730fi
13731{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13732$as_echo "$ac_cv_sizeof_long" >&6; }
81ecdfbb 13733
5464f5a1 13734
81ecdfbb 13735
f3b4f6d0
PB
13736cat >>confdefs.h <<_ACEOF
13737#define SIZEOF_LONG $ac_cv_sizeof_long
13738_ACEOF
07c58694 13739
f3b4f6d0
PB
13740 ;;
13741esac
2ba49b59 13742
f3b4f6d0
PB
13743if test $acx_cv_header_stdint = stddef.h; then
13744 # Lacking a good header? Test size of everything and deduce all types.
13745 # The cast to long int works around a bug in the HP C Compiler
13746# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13747# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13748# This bug is HP SR number 8606223364.
13749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13750$as_echo_n "checking size of int... " >&6; }
d0ac1c44 13751if ${ac_cv_sizeof_int+:} false; then :
f3b4f6d0 13752 $as_echo_n "(cached) " >&6
81ecdfbb 13753else
f3b4f6d0 13754 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
81ecdfbb 13755
f3b4f6d0
PB
13756else
13757 if test "$ac_cv_type_int" = yes; then
13758 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13759$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13760as_fn_error 77 "cannot compute sizeof (int)
13761See \`config.log' for more details" "$LINENO" 5; }
f3b4f6d0
PB
13762 else
13763 ac_cv_sizeof_int=0
13764 fi
2ba49b59 13765fi
81ecdfbb 13766
f3b4f6d0
PB
13767fi
13768{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13769$as_echo "$ac_cv_sizeof_int" >&6; }
81ecdfbb
RW
13770
13771
07c58694
PB
13772
13773cat >>confdefs.h <<_ACEOF
f3b4f6d0 13774#define SIZEOF_INT $ac_cv_sizeof_int
07c58694 13775_ACEOF
81ecdfbb 13776
07c58694 13777
f3b4f6d0
PB
13778 # The cast to long int works around a bug in the HP C Compiler
13779# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13780# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13781# This bug is HP SR number 8606223364.
13782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13783$as_echo_n "checking size of short... " >&6; }
d0ac1c44 13784if ${ac_cv_sizeof_short+:} false; then :
f3b4f6d0
PB
13785 $as_echo_n "(cached) " >&6
13786else
13787 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
07c58694 13788
f3b4f6d0
PB
13789else
13790 if test "$ac_cv_type_short" = yes; then
13791 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13792$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13793as_fn_error 77 "cannot compute sizeof (short)
13794See \`config.log' for more details" "$LINENO" 5; }
f3b4f6d0
PB
13795 else
13796 ac_cv_sizeof_short=0
13797 fi
13798fi
07c58694 13799
f3b4f6d0
PB
13800fi
13801{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13802$as_echo "$ac_cv_sizeof_short" >&6; }
07c58694
PB
13803
13804
13805
f3b4f6d0
PB
13806cat >>confdefs.h <<_ACEOF
13807#define SIZEOF_SHORT $ac_cv_sizeof_short
13808_ACEOF
07c58694
PB
13809
13810
f3b4f6d0
PB
13811 # The cast to long int works around a bug in the HP C Compiler
13812# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13813# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13814# This bug is HP SR number 8606223364.
13815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
13816$as_echo_n "checking size of char... " >&6; }
d0ac1c44 13817if ${ac_cv_sizeof_char+:} false; then :
f3b4f6d0
PB
13818 $as_echo_n "(cached) " >&6
13819else
13820 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
07c58694 13821
f3b4f6d0
PB
13822else
13823 if test "$ac_cv_type_char" = yes; then
13824 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13825$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13826as_fn_error 77 "cannot compute sizeof (char)
13827See \`config.log' for more details" "$LINENO" 5; }
f3b4f6d0
PB
13828 else
13829 ac_cv_sizeof_char=0
13830 fi
13831fi
07c58694 13832
f3b4f6d0
PB
13833fi
13834{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
13835$as_echo "$ac_cv_sizeof_char" >&6; }
07c58694
PB
13836
13837
07c58694 13838
2ba49b59 13839cat >>confdefs.h <<_ACEOF
f3b4f6d0 13840#define SIZEOF_CHAR $ac_cv_sizeof_char
2ba49b59
KC
13841_ACEOF
13842
13843
2ba49b59 13844
f3b4f6d0
PB
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
13846$as_echo_n "checking for type equivalent to int8_t... " >&6; }
13847 case "$ac_cv_sizeof_char" in
13848 1) acx_cv_type_int8_t=char ;;
d0ac1c44 13849 *) as_fn_error $? "no 8-bit type, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13850 esac
13851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
13852$as_echo "$acx_cv_type_int8_t" >&6; }
13853
13854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
13855$as_echo_n "checking for type equivalent to int16_t... " >&6; }
13856 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
13857 2:*) acx_cv_type_int16_t=int ;;
13858 *:2) acx_cv_type_int16_t=short ;;
d0ac1c44 13859 *) as_fn_error $? "no 16-bit type, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13860 esac
13861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
13862$as_echo "$acx_cv_type_int16_t" >&6; }
13863
13864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
13865$as_echo_n "checking for type equivalent to int32_t... " >&6; }
13866 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
13867 4:*) acx_cv_type_int32_t=int ;;
13868 *:4) acx_cv_type_int32_t=long ;;
d0ac1c44 13869 *) as_fn_error $? "no 32-bit type, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13870 esac
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
13872$as_echo "$acx_cv_type_int32_t" >&6; }
81ecdfbb 13873fi
2ba49b59 13874
f3b4f6d0 13875# These tests are here to make the output prettier
07c58694 13876
f3b4f6d0
PB
13877if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
13878 case "$ac_cv_sizeof_long" in
13879 8) acx_cv_type_int64_t=long ;;
13880 esac
13881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
13882$as_echo_n "checking for type equivalent to int64_t... " >&6; }
13883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
13884$as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
13885fi
13886
13887# Now we can use the above types
13888
13889if test "$ac_cv_type_uintptr_t" != yes; then
13890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
13891$as_echo_n "checking for type equivalent to intptr_t... " >&6; }
13892 case $ac_cv_sizeof_void_p in
13893 2) acx_cv_type_intptr_t=int16_t ;;
13894 4) acx_cv_type_intptr_t=int32_t ;;
13895 8) acx_cv_type_intptr_t=int64_t ;;
d0ac1c44 13896 *) as_fn_error $? "no equivalent for intptr_t, please report a bug" "$LINENO" 5
f3b4f6d0
PB
13897 esac
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
13899$as_echo "$acx_cv_type_intptr_t" >&6; }
13900fi
07c58694 13901
f3b4f6d0 13902# ----------------- done all checks, emit header -------------
81ecdfbb 13903ac_config_commands="$ac_config_commands bfd_stdint.h"
2ba49b59
KC
13904
13905
d2df793a 13906
81ecdfbb
RW
13907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
13908$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
d0ac1c44 13909if ${ac_cv_header_time+:} false; then :
81ecdfbb 13910 $as_echo_n "(cached) " >&6
2ba49b59 13911else
81ecdfbb
RW
13912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13913/* end confdefs.h. */
13914#include <sys/types.h>
13915#include <sys/time.h>
13916#include <time.h>
13917
13918int
13919main ()
13920{
13921if ((struct tm *) 0)
13922return 0;
13923 ;
13924 return 0;
13925}
13926_ACEOF
13927if ac_fn_c_try_compile "$LINENO"; then :
13928 ac_cv_header_time=yes
2ba49b59 13929else
81ecdfbb 13930 ac_cv_header_time=no
2ba49b59 13931fi
81ecdfbb 13932rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2ba49b59 13933fi
81ecdfbb
RW
13934{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
13935$as_echo "$ac_cv_header_time" >&6; }
13936if test $ac_cv_header_time = yes; then
2ba49b59 13937
81ecdfbb 13938$as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
2ba49b59 13939
2ba49b59 13940fi
81ecdfbb
RW
13941
13942ac_header_dirent=no
13943for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
13944 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
13945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
13946$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
d0ac1c44 13947if eval \${$as_ac_Header+:} false; then :
81ecdfbb 13948 $as_echo_n "(cached) " >&6
2ba49b59 13949else
81ecdfbb 13950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2ba49b59 13951/* end confdefs.h. */
81ecdfbb
RW
13952#include <sys/types.h>
13953#include <$ac_hdr>
13954
13955int
13956main ()
13957{
13958if ((DIR *) 0)
13959return 0;
13960 ;
13961 return 0;
13962}
2ba49b59 13963_ACEOF
81ecdfbb
RW
13964if ac_fn_c_try_compile "$LINENO"; then :
13965 eval "$as_ac_Header=yes"
2ba49b59 13966else
81ecdfbb
RW
13967 eval "$as_ac_Header=no"
13968fi
13969rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13970fi
13971eval ac_res=\$$as_ac_Header
13972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13973$as_echo "$ac_res" >&6; }
d0ac1c44 13974if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
13975 cat >>confdefs.h <<_ACEOF
13976#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
13977_ACEOF
2ba49b59 13978
81ecdfbb 13979ac_header_dirent=$ac_hdr; break
2ba49b59 13980fi
2ba49b59 13981
81ecdfbb
RW
13982done
13983# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
13984if test $ac_header_dirent = dirent.h; then
13985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
13986$as_echo_n "checking for library containing opendir... " >&6; }
d0ac1c44 13987if ${ac_cv_search_opendir+:} false; then :
81ecdfbb
RW
13988 $as_echo_n "(cached) " >&6
13989else
13990 ac_func_search_save_LIBS=$LIBS
13991cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2ba49b59 13992/* end confdefs.h. */
81ecdfbb
RW
13993
13994/* Override any GCC internal prototype to avoid an error.
13995 Use char because int might match the return type of a GCC
13996 builtin and then its argument prototype would still apply. */
13997#ifdef __cplusplus
13998extern "C"
13999#endif
14000char opendir ();
14001int
14002main ()
14003{
14004return opendir ();
14005 ;
14006 return 0;
14007}
2ba49b59 14008_ACEOF
81ecdfbb
RW
14009for ac_lib in '' dir; do
14010 if test -z "$ac_lib"; then
14011 ac_res="none required"
2ba49b59 14012 else
81ecdfbb
RW
14013 ac_res=-l$ac_lib
14014 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
2ba49b59 14015 fi
81ecdfbb
RW
14016 if ac_fn_c_try_link "$LINENO"; then :
14017 ac_cv_search_opendir=$ac_res
2ba49b59 14018fi
81ecdfbb
RW
14019rm -f core conftest.err conftest.$ac_objext \
14020 conftest$ac_exeext
d0ac1c44 14021 if ${ac_cv_search_opendir+:} false; then :
81ecdfbb 14022 break
2ba49b59 14023fi
81ecdfbb 14024done
d0ac1c44 14025if ${ac_cv_search_opendir+:} false; then :
2ba49b59 14026
2ba49b59 14027else
81ecdfbb 14028 ac_cv_search_opendir=no
2ba49b59 14029fi
81ecdfbb
RW
14030rm conftest.$ac_ext
14031LIBS=$ac_func_search_save_LIBS
2ba49b59 14032fi
81ecdfbb
RW
14033{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
14034$as_echo "$ac_cv_search_opendir" >&6; }
14035ac_res=$ac_cv_search_opendir
14036if test "$ac_res" != no; then :
14037 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
2ba49b59
KC
14038
14039fi
14040
81ecdfbb
RW
14041else
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
14043$as_echo_n "checking for library containing opendir... " >&6; }
d0ac1c44 14044if ${ac_cv_search_opendir+:} false; then :
81ecdfbb
RW
14045 $as_echo_n "(cached) " >&6
14046else
14047 ac_func_search_save_LIBS=$LIBS
14048cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14049/* end confdefs.h. */
2ba49b59 14050
81ecdfbb
RW
14051/* Override any GCC internal prototype to avoid an error.
14052 Use char because int might match the return type of a GCC
14053 builtin and then its argument prototype would still apply. */
14054#ifdef __cplusplus
14055extern "C"
14056#endif
14057char opendir ();
14058int
14059main ()
14060{
14061return opendir ();
14062 ;
14063 return 0;
14064}
14065_ACEOF
14066for ac_lib in '' x; do
14067 if test -z "$ac_lib"; then
14068 ac_res="none required"
14069 else
14070 ac_res=-l$ac_lib
14071 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14072 fi
14073 if ac_fn_c_try_link "$LINENO"; then :
14074 ac_cv_search_opendir=$ac_res
14075fi
14076rm -f core conftest.err conftest.$ac_objext \
14077 conftest$ac_exeext
d0ac1c44 14078 if ${ac_cv_search_opendir+:} false; then :
81ecdfbb
RW
14079 break
14080fi
14081done
d0ac1c44 14082if ${ac_cv_search_opendir+:} false; then :
2ba49b59 14083
81ecdfbb
RW
14084else
14085 ac_cv_search_opendir=no
14086fi
14087rm conftest.$ac_ext
14088LIBS=$ac_func_search_save_LIBS
14089fi
14090{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
14091$as_echo "$ac_cv_search_opendir" >&6; }
14092ac_res=$ac_cv_search_opendir
14093if test "$ac_res" != no; then :
14094 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
2ba49b59 14095
81ecdfbb 14096fi
efde2f2c 14097
2ba49b59 14098fi
81ecdfbb 14099
17d5dae2 14100
81ecdfbb
RW
14101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
14102$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
d0ac1c44 14103if ${gcc_cv_header_string+:} false; then :
81ecdfbb 14104 $as_echo_n "(cached) " >&6
2ba49b59 14105else
81ecdfbb 14106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2ba49b59 14107/* end confdefs.h. */
81ecdfbb
RW
14108#include <string.h>
14109#include <strings.h>
14110int
14111main ()
14112{
14113
14114 ;
14115 return 0;
14116}
2ba49b59 14117_ACEOF
81ecdfbb
RW
14118if ac_fn_c_try_compile "$LINENO"; then :
14119 gcc_cv_header_string=yes
2ba49b59 14120else
81ecdfbb
RW
14121 gcc_cv_header_string=no
14122fi
14123rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14124fi
14125{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
14126$as_echo "$gcc_cv_header_string" >&6; }
14127if test $gcc_cv_header_string = yes; then
14128
14129$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
2ba49b59 14130
2ba49b59 14131fi
2ba49b59 14132
a767a1c4 14133for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno fls
81ecdfbb
RW
14134do :
14135 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14136ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 14137if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb
RW
14138 cat >>confdefs.h <<_ACEOF
14139#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
2ba49b59 14140_ACEOF
81ecdfbb
RW
14141
14142fi
14143done
14144
9d782e8d 14145for ac_func in strtoull getrlimit
81ecdfbb 14146do :
9d782e8d
MW
14147 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14148ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 14149if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb 14150 cat >>confdefs.h <<_ACEOF
9d782e8d 14151#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
2ba49b59 14152_ACEOF
81ecdfbb
RW
14153
14154fi
14155done
14156
14157
14158ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
d0ac1c44 14159if test "x$ac_cv_have_decl_basename" = xyes; then :
81ecdfbb 14160 ac_have_decl=1
2ba49b59 14161else
81ecdfbb 14162 ac_have_decl=0
2ba49b59 14163fi
81ecdfbb
RW
14164
14165cat >>confdefs.h <<_ACEOF
14166#define HAVE_DECL_BASENAME $ac_have_decl
14167_ACEOF
14168
14169ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
d0ac1c44 14170if test "x$ac_cv_have_decl_ftello" = xyes; then :
81ecdfbb 14171 ac_have_decl=1
2ba49b59 14172else
81ecdfbb
RW
14173 ac_have_decl=0
14174fi
2ba49b59 14175
81ecdfbb
RW
14176cat >>confdefs.h <<_ACEOF
14177#define HAVE_DECL_FTELLO $ac_have_decl
14178_ACEOF
14179
14180ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
d0ac1c44 14181if test "x$ac_cv_have_decl_ftello64" = xyes; then :
81ecdfbb
RW
14182 ac_have_decl=1
14183else
14184 ac_have_decl=0
2ba49b59 14185fi
2ba49b59 14186
81ecdfbb
RW
14187cat >>confdefs.h <<_ACEOF
14188#define HAVE_DECL_FTELLO64 $ac_have_decl
14189_ACEOF
14190
14191ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
d0ac1c44 14192if test "x$ac_cv_have_decl_fseeko" = xyes; then :
81ecdfbb 14193 ac_have_decl=1
2ba49b59 14194else
81ecdfbb 14195 ac_have_decl=0
2ba49b59 14196fi
2ba49b59 14197
81ecdfbb
RW
14198cat >>confdefs.h <<_ACEOF
14199#define HAVE_DECL_FSEEKO $ac_have_decl
14200_ACEOF
14201
14202ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
d0ac1c44 14203if test "x$ac_cv_have_decl_fseeko64" = xyes; then :
81ecdfbb
RW
14204 ac_have_decl=1
14205else
14206 ac_have_decl=0
2ba49b59 14207fi
81ecdfbb
RW
14208
14209cat >>confdefs.h <<_ACEOF
14210#define HAVE_DECL_FSEEKO64 $ac_have_decl
2ba49b59
KC
14211_ACEOF
14212
81ecdfbb
RW
14213
14214
14215case "${host}" in
14216*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14217
14218$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
14219 ;;
14220esac
14221
14222ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
d0ac1c44 14223if test "x$ac_cv_have_decl_ffs" = xyes; then :
81ecdfbb
RW
14224 ac_have_decl=1
14225else
14226 ac_have_decl=0
2ba49b59
KC
14227fi
14228
81ecdfbb
RW
14229cat >>confdefs.h <<_ACEOF
14230#define HAVE_DECL_FFS $ac_have_decl
14231_ACEOF
2ba49b59 14232
81ecdfbb 14233ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
d0ac1c44 14234if test "x$ac_cv_have_decl_free" = xyes; then :
81ecdfbb
RW
14235 ac_have_decl=1
14236else
14237 ac_have_decl=0
14238fi
d5efd9fc 14239
81ecdfbb
RW
14240cat >>confdefs.h <<_ACEOF
14241#define HAVE_DECL_FREE $ac_have_decl
14242_ACEOF
d5efd9fc 14243
81ecdfbb 14244ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
d0ac1c44 14245if test "x$ac_cv_have_decl_getenv" = xyes; then :
81ecdfbb
RW
14246 ac_have_decl=1
14247else
14248 ac_have_decl=0
14249fi
d5efd9fc 14250
81ecdfbb
RW
14251cat >>confdefs.h <<_ACEOF
14252#define HAVE_DECL_GETENV $ac_have_decl
d5efd9fc 14253_ACEOF
d5efd9fc 14254
81ecdfbb 14255ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
d0ac1c44 14256if test "x$ac_cv_have_decl_malloc" = xyes; then :
81ecdfbb
RW
14257 ac_have_decl=1
14258else
14259 ac_have_decl=0
14260fi
14261
14262cat >>confdefs.h <<_ACEOF
14263#define HAVE_DECL_MALLOC $ac_have_decl
d5efd9fc 14264_ACEOF
81ecdfbb
RW
14265
14266ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
d0ac1c44 14267if test "x$ac_cv_have_decl_realloc" = xyes; then :
81ecdfbb 14268 ac_have_decl=1
d5efd9fc 14269else
81ecdfbb
RW
14270 ac_have_decl=0
14271fi
14272
14273cat >>confdefs.h <<_ACEOF
14274#define HAVE_DECL_REALLOC $ac_have_decl
14275_ACEOF
d5efd9fc 14276
81ecdfbb 14277ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
d0ac1c44 14278if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
81ecdfbb
RW
14279 ac_have_decl=1
14280else
14281 ac_have_decl=0
d5efd9fc 14282fi
81ecdfbb
RW
14283
14284cat >>confdefs.h <<_ACEOF
14285#define HAVE_DECL_STPCPY $ac_have_decl
14286_ACEOF
14287
14288ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
d0ac1c44 14289if test "x$ac_cv_have_decl_strstr" = xyes; then :
81ecdfbb
RW
14290 ac_have_decl=1
14291else
14292 ac_have_decl=0
d5efd9fc 14293fi
81ecdfbb
RW
14294
14295cat >>confdefs.h <<_ACEOF
14296#define HAVE_DECL_STRSTR $ac_have_decl
14297_ACEOF
14298
d6f1bafa 14299ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
d0ac1c44 14300if test "x$ac_cv_have_decl_asprintf" = xyes; then :
d6f1bafa
IB
14301 ac_have_decl=1
14302else
14303 ac_have_decl=0
14304fi
14305
14306cat >>confdefs.h <<_ACEOF
14307#define HAVE_DECL_ASPRINTF $ac_have_decl
14308_ACEOF
14309
14310ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
d0ac1c44 14311if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
d6f1bafa
IB
14312 ac_have_decl=1
14313else
14314 ac_have_decl=0
14315fi
14316
14317cat >>confdefs.h <<_ACEOF
14318#define HAVE_DECL_VASPRINTF $ac_have_decl
14319_ACEOF
14320
81ecdfbb 14321ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
d0ac1c44 14322if test "x$ac_cv_have_decl_snprintf" = xyes; then :
81ecdfbb 14323 ac_have_decl=1
d5efd9fc 14324else
81ecdfbb 14325 ac_have_decl=0
d5efd9fc
AM
14326fi
14327
81ecdfbb
RW
14328cat >>confdefs.h <<_ACEOF
14329#define HAVE_DECL_SNPRINTF $ac_have_decl
14330_ACEOF
14331
14332ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
d0ac1c44 14333if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
81ecdfbb 14334 ac_have_decl=1
d5efd9fc 14335else
81ecdfbb
RW
14336 ac_have_decl=0
14337fi
14338
14339cat >>confdefs.h <<_ACEOF
14340#define HAVE_DECL_VSNPRINTF $ac_have_decl
d5efd9fc 14341_ACEOF
81ecdfbb 14342
5a026fc9 14343ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
d0ac1c44 14344if test "x$ac_cv_have_decl_strnlen" = xyes; then :
5a026fc9
NC
14345 ac_have_decl=1
14346else
14347 ac_have_decl=0
14348fi
14349
14350cat >>confdefs.h <<_ACEOF
14351#define HAVE_DECL_STRNLEN $ac_have_decl
14352_ACEOF
14353
81ecdfbb 14354
9ae46699
L
14355# Link in zlib if we can. This allows us to read compressed debug sections.
14356# This is used only by compress.c.
14357
14358 # Use the system's zlib library.
39f3de7c
L
14359 zlibdir="-L\$(top_builddir)/../zlib"
14360 zlibinc="-I\$(top_srcdir)/../zlib"
bf993e3c 14361
243340ad
L
14362# Check whether --with-system-zlib was given.
14363if test "${with_system_zlib+set}" = set; then :
afa59b79
L
14364 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14365 zlibdir=
14366 zlibinc=
14367 fi
bf993e3c 14368
bf993e3c
JB
14369fi
14370
14371
bf993e3c 14372
d5efd9fc 14373
9ae46699 14374
629dabe3
AM
14375save_CFLAGS="$CFLAGS"
14376CFLAGS="$CFLAGS -Werror"
8722de9c
AM
14377{ $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
14378$as_echo_n "checking compiler support for hidden visibility... " >&6; }
d0ac1c44 14379if ${bfd_cv_hidden+:} false; then :
8722de9c
AM
14380 $as_echo_n "(cached) " >&6
14381else
14382 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14383/* end confdefs.h. */
14384
14385const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
14386extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
14387int
14388main ()
14389{
14390print (hw);
14391 ;
14392 return 0;
14393}
14394_ACEOF
14395if ac_fn_c_try_compile "$LINENO"; then :
14396 bfd_cv_hidden=yes
14397else
14398 bfd_cv_hidden=no
14399fi
14400rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14401fi
14402{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
14403$as_echo "$bfd_cv_hidden" >&6; }
629dabe3 14404CFLAGS="$save_CFLAGS"
8722de9c
AM
14405if test $bfd_cv_hidden = yes; then
14406
14407$as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
14408
14409fi
14410
c603b11b
AM
14411# Check if linker supports --as-needed and --no-as-needed options
14412{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
14413$as_echo_n "checking linker --as-needed support... " >&6; }
d0ac1c44 14414if ${bfd_cv_ld_as_needed+:} false; then :
c603b11b
AM
14415 $as_echo_n "(cached) " >&6
14416else
14417 bfd_cv_ld_as_needed=no
14418 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
14419 bfd_cv_ld_as_needed=yes
14420 fi
d5efd9fc 14421
c603b11b
AM
14422fi
14423{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
14424$as_echo "$bfd_cv_ld_as_needed" >&6; }
d5efd9fc 14425
c603b11b
AM
14426LIBM=
14427case $host in
14428*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
14429 # These system don't have libm, or don't need it
14430 ;;
14431*-ncr-sysv4.3*)
14432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
14433$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
d0ac1c44 14434if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
c603b11b
AM
14435 $as_echo_n "(cached) " >&6
14436else
14437 ac_check_lib_save_LIBS=$LIBS
14438LIBS="-lmw $LIBS"
14439cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14440/* end confdefs.h. */
c603b11b
AM
14441
14442/* Override any GCC internal prototype to avoid an error.
14443 Use char because int might match the return type of a GCC
14444 builtin and then its argument prototype would still apply. */
14445#ifdef __cplusplus
14446extern "C"
14447#endif
14448char _mwvalidcheckl ();
d5efd9fc
AM
14449int
14450main ()
14451{
c603b11b 14452return _mwvalidcheckl ();
d5efd9fc
AM
14453 ;
14454 return 0;
14455}
14456_ACEOF
c603b11b
AM
14457if ac_fn_c_try_link "$LINENO"; then :
14458 ac_cv_lib_mw__mwvalidcheckl=yes
d5efd9fc 14459else
c603b11b 14460 ac_cv_lib_mw__mwvalidcheckl=no
d5efd9fc 14461fi
c603b11b
AM
14462rm -f core conftest.err conftest.$ac_objext \
14463 conftest$ac_exeext conftest.$ac_ext
14464LIBS=$ac_check_lib_save_LIBS
d5efd9fc 14465fi
c603b11b
AM
14466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14467$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
d0ac1c44 14468if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
c603b11b 14469 LIBM="-lmw"
d5efd9fc
AM
14470fi
14471
c603b11b
AM
14472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14473$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 14474if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 14475 $as_echo_n "(cached) " >&6
d5efd9fc 14476else
c603b11b
AM
14477 ac_check_lib_save_LIBS=$LIBS
14478LIBS="-lm $LIBS"
14479cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14480/* end confdefs.h. */
81ecdfbb 14481
c603b11b
AM
14482/* Override any GCC internal prototype to avoid an error.
14483 Use char because int might match the return type of a GCC
14484 builtin and then its argument prototype would still apply. */
14485#ifdef __cplusplus
14486extern "C"
14487#endif
14488char cos ();
d5efd9fc
AM
14489int
14490main ()
14491{
c603b11b 14492return cos ();
d5efd9fc
AM
14493 ;
14494 return 0;
14495}
14496_ACEOF
c603b11b
AM
14497if ac_fn_c_try_link "$LINENO"; then :
14498 ac_cv_lib_m_cos=yes
d5efd9fc 14499else
c603b11b 14500 ac_cv_lib_m_cos=no
d5efd9fc 14501fi
c603b11b
AM
14502rm -f core conftest.err conftest.$ac_objext \
14503 conftest$ac_exeext conftest.$ac_ext
14504LIBS=$ac_check_lib_save_LIBS
14505fi
14506{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14507$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 14508if test "x$ac_cv_lib_m_cos" = xyes; then :
c603b11b 14509 LIBM="$LIBM -lm"
d5efd9fc 14510fi
d5efd9fc 14511
c603b11b
AM
14512 ;;
14513*)
14514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14515$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 14516if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 14517 $as_echo_n "(cached) " >&6
d5efd9fc 14518else
c603b11b
AM
14519 ac_check_lib_save_LIBS=$LIBS
14520LIBS="-lm $LIBS"
14521cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 14522/* end confdefs.h. */
81ecdfbb 14523
c603b11b
AM
14524/* Override any GCC internal prototype to avoid an error.
14525 Use char because int might match the return type of a GCC
14526 builtin and then its argument prototype would still apply. */
14527#ifdef __cplusplus
14528extern "C"
14529#endif
14530char cos ();
d5efd9fc
AM
14531int
14532main ()
14533{
c603b11b 14534return cos ();
d5efd9fc
AM
14535 ;
14536 return 0;
14537}
14538_ACEOF
c603b11b
AM
14539if ac_fn_c_try_link "$LINENO"; then :
14540 ac_cv_lib_m_cos=yes
81ecdfbb 14541else
c603b11b 14542 ac_cv_lib_m_cos=no
81ecdfbb 14543fi
c603b11b
AM
14544rm -f core conftest.err conftest.$ac_objext \
14545 conftest$ac_exeext conftest.$ac_ext
14546LIBS=$ac_check_lib_save_LIBS
14547fi
14548{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14549$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 14550if test "x$ac_cv_lib_m_cos" = xyes; then :
c603b11b 14551 LIBM="-lm"
81ecdfbb
RW
14552fi
14553
c603b11b
AM
14554 ;;
14555esac
81ecdfbb 14556
81ecdfbb 14557
81ecdfbb 14558
c603b11b
AM
14559# When building a shared libbfd, link against the pic version of libiberty
14560# so that apps that use libbfd won't need libiberty just to satisfy any
14561# libbfd references.
14562# We can't do that if a pic libiberty is unavailable since including non-pic
14563# code would insert text relocations into libbfd.
14564SHARED_LIBADD=
14565SHARED_LDFLAGS=
14566if test "$enable_shared" = "yes"; then
14567 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
14568 if test -n "$x"; then
14569 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
14570 fi
81ecdfbb 14571
c603b11b 14572 case "${host}" in
edd01d07 14573 # More hacks to build DLLs on Windows.
c603b11b
AM
14574 *-*-cygwin*)
14575 SHARED_LDFLAGS="-no-undefined"
14576 SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
14577 ;;
d5efd9fc 14578
edd01d07
MR
14579 # Use built-in libintl on macOS, since it is not provided by libc.
14580 *-*-darwin*)
c603b11b
AM
14581 SHARED_LIBADD="-L`pwd`/../libiberty/pic -L`pwd`/../intl -liberty -lintl"
14582 ;;
14583 esac
14584
14585 if test -n "$SHARED_LIBADD"; then
14586 if test -n "$LIBM"; then
14587 if test x"$bfd_cv_ld_as_needed" = xyes; then
14588 # Link against libm only when needed. Put -lc, -lm inside -Wl
14589 # to stop libtool reordering these options.
14590 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
14591 else
14592 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
14593 fi
14594 fi
14595 fi
81ecdfbb 14596fi
d5efd9fc 14597
81ecdfbb 14598
81ecdfbb 14599
c603b11b 14600# target stuff:
81ecdfbb 14601
c603b11b
AM
14602# Canonicalize the secondary target names.
14603if test -n "$enable_targets" ; then
14604 for targ in `echo $enable_targets | sed 's/,/ /g'`
14605 do
14606 result=`$ac_config_sub $targ 2>/dev/null`
14607 if test -n "$result" ; then
14608 canon_targets="$canon_targets $result"
14609 else
14610 # Allow targets that config.sub doesn't recognize, like "all".
14611 canon_targets="$canon_targets $targ"
14612 fi
14613 done
d5efd9fc 14614fi
d5efd9fc 14615
c603b11b
AM
14616all_targets=false
14617defvec=
14618selvecs=
14619assocvecs=
14620selarchs=
14621TDEFINES=
14622for targ in $target $canon_targets
14623do
999d6dff 14624 if test $targ = all; then
c603b11b
AM
14625 all_targets=true
14626 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
999d6dff 14627 elif test $targ != plugin; then
c603b11b 14628 . $srcdir/config.bfd
999d6dff 14629 if test $targ = $target; then
c603b11b
AM
14630 defvec=$targ_defvec
14631 fi
14632 selvecs="$selvecs $targ_defvec $targ_selvecs"
14633 selarchs="$selarchs $targ_archs"
14634 TDEFINES="$TDEFINES $targ_cflags"
14635 fi
14636done
d5efd9fc 14637
81ecdfbb 14638
c603b11b
AM
14639# This processing still needs to be done if we're to decide properly whether
14640# 64-bit support needs to be compiled in. Currently, it will be included if
14641# the default or any other explicitly requested target requires it; it
14642# will not be included on a 32-bit host if no 64-bit target is requested, and
14643# no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
14644# used.
81ecdfbb 14645
c603b11b
AM
14646# uniq the default and selected vectors in all the configured targets.
14647f=""
14648for i in $selvecs ; do
14649 case " $f " in
14650 *" $i "*) ;;
14651 *) f="$f $i" ;;
14652 esac
14653done
14654selvecs="$f"
335e41d4 14655
335e41d4 14656
c603b11b
AM
14657# uniq the associated vectors in all the configured targets.
14658f=""
14659for i in $assocvecs ; do
14660 case " $f " in
14661 *" $i "*) ;;
14662 *) f="$f $i" ;;
14663 esac
14664done
14665assocvecs="$f"
335e41d4 14666
335e41d4 14667
c603b11b
AM
14668# uniq the architectures in all the configured targets.
14669f=""
14670for i in $selarchs ; do
14671 case " $f " in
14672 *" $i "*) ;;
14673 *) f="$f $i" ;;
14674 esac
14675done
14676selarchs="$f"
335e41d4 14677
c603b11b
AM
14678# Target backend .o files.
14679tb=
335e41d4 14680
98641896
L
14681elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
14682 dwarf1.lo dwarf2.lo"
c603b11b
AM
14683coffgen="coffgen.lo dwarf2.lo"
14684coff="cofflink.lo $coffgen"
14685ecoff="ecofflink.lo $coffgen"
14686xcoff="xcofflink.lo $coffgen"
2ba49b59 14687
5f2a6b85 14688elfxx_x86="elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf-vxworks.lo"
81ecdfbb 14689for vec in $selvecs
49c97a80 14690do
81ecdfbb
RW
14691 target_size=32
14692 case "$vec" in
14693 # This list is alphabetized to make it easy to compare
14694 # with the two vector lists in targets.c. For the same reason,
14695 # use one entry per line, even though this leads to long lines.
2f67d686
AM
14696 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
14697 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
d8bd95ef 14698 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
a75cf613 14699 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
d8bd95ef 14700 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
a75cf613 14701 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
f075eb5e 14702 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
f4943d82 14703 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
2f67d686
AM
14704 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
14705 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
2f67d686
AM
14706 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
14707 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
14708 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
6d00b590 14709 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
2f67d686
AM
14710 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
14711 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
2f67d686
AM
14712 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
14713 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
2f67d686
AM
14714 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14715 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
617a5ada
CL
14716 arm_elf32_fdpic_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14717 arm_elf32_fdpic_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
2f67d686
AM
14718 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14719 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14720 arm_elf32_symbian_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14721 arm_elf32_symbian_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14722 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
14723 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
f4943d82
AM
14724 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
14725 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
f4943d82
AM
14726 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14727 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
14728 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
14729 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
f4943d82
AM
14730 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
14731 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
f075eb5e 14732 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
6d00b590
AM
14733 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
14734 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
14735 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
6d00b590
AM
14736 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
14737 cr16c_elf32_vec) tb="$tb elf32-cr16c.lo elf32.lo $elf" ;;
2f67d686 14738 cris_aout_vec) tb="$tb aout-cris.lo" ;;
6d00b590 14739 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
2f67d686 14740 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
6d00b590 14741 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
b8891f8d
AJ
14742 csky_elf32_be_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
14743 csky_elf32_le_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
6d00b590
AM
14744 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
14745 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
14746 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
2f67d686
AM
14747 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14748 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
14749 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14750 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
45d5293f
JM
14751 bpf_elf64_le_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64;;
14752 bpf_elf64_be_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64 ;;
6d00b590
AM
14753 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
14754 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
14755 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14756 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
14757 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
5518c738 14758 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
2f67d686 14759 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
6d00b590
AM
14760 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
14761 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
2f67d686
AM
14762 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14763 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
14764 hppa_som_vec) tb="$tb som.lo" ;;
2f67d686
AM
14765 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
14766 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
2f67d686 14767 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
f4943d82
AM
14768 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
14769 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
14770 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
14771 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
5f2a6b85
AM
14772 i386_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14773 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14774 i386_elf32_nacl_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14775 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
14776 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
2f67d686
AM
14777 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
14778 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
f4943d82
AM
14779 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
14780 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
5f2a6b85 14781 iamcu_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
6d00b590
AM
14782 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
14783 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
2f67d686
AM
14784 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14785 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14786 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
14787 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 14788 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
6d00b590
AM
14789 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
14790 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
0afcef53
L
14791 k1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14792 k1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14793 l1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
14794 l1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo $elf"; target_size=64 ;;
6d00b590
AM
14795 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
14796 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
6d00b590
AM
14797 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
14798 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14799 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14800 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14801 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
14802 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14803 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
14804 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
7b4ae824 14805 s12z_elf32_vec) tb="$tb elf32-s12z.lo elf32.lo $elf" ;;
f4943d82
AM
14806 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14807 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
14808 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
6d00b590
AM
14809 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
14810 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
f4943d82
AM
14811 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14812 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
14813 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
14814 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
6d00b590
AM
14815 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14816 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
14817 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
6d00b590 14818 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
2f67d686 14819 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
8e415ce8
AM
14820 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14821 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
14822 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
f4943d82
AM
14823 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14824 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14825 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14826 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14827 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14828 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14829 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14830 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14831 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14832 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14833 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14834 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14835 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14836 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
14837 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14838 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
14839 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 ;;
14840 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 ;;
14841 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 ;;
14842 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 ;;
2f67d686
AM
14843 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
14844 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
14845 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
14846 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
14847 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14848 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
14849 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14850 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
14851 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
6d00b590
AM
14852 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14853 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14854 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
14855 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
fe944acf 14856 nfp_elf64_vec) tb="$tb elf64-nfp.lo elf64.lo $elf" ;;
2f67d686
AM
14857 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14858 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
14859 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
14860 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
6d00b590 14861 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
2f67d686
AM
14862 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
14863 pef_vec) tb="$tb pef.lo" ;;
14864 pef_xlib_vec) tb="$tb pef.lo" ;;
6d00b590
AM
14865 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
14866 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
2f67d686 14867 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
6d00b590
AM
14868 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14869 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14870 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
14871 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
2f67d686
AM
14872 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
14873 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
14874 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
f4943d82
AM
14875 powerpc_pe_vec) tb="$tb pe-ppc.lo peigen.lo $coff" ;;
14876 powerpc_pe_le_vec) tb="$tb pe-ppc.lo peigen.lo $coff" ;;
14877 powerpc_pei_vec) tb="$tb pei-ppc.lo peigen.lo $coff" ;;
14878 powerpc_pei_le_vec) tb="$tb pei-ppc.lo peigen.lo $coff" ;;
14879 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
889294f6 14880 pru_elf32_vec) tb="$tb elf32-pru.lo elf32.lo $elf" ;;
e23eba97
NC
14881 riscv_elf32_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf32.lo $elf" ;;
14882 riscv_elf64_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf32.lo $elf"; target_size=64 ;;
6d00b590 14883 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
f4943d82
AM
14884 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14885 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
14886 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
6d00b590
AM
14887 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
14888 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
2f67d686 14889 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
42d4c301 14890 rx_elf32_linux_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
6d00b590 14891 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
2f67d686 14892 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
6d00b590
AM
14893 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;;
14894 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo $elf"; want64=true; target_size=64 ;;
f4943d82
AM
14895 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
14896 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
14897 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
14898 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
14899 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14900 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14901 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14902 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14903 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14904 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14905 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14906 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
f4943d82
AM
14907 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14908 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
14909 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
14910 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
2f67d686
AM
14911 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14912 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14913 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
14914 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14915 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
14916 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
2f67d686 14917 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
6d00b590
AM
14918 sym_vec) tb="$tb xsym.lo" ;;
14919 tic30_aout_vec) tb="$tb aout-tic30.lo" ;;
f4943d82
AM
14920 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
14921 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14922 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14923 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14924 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14925 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14926 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
14927 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14928 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14929 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14930 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14931 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
14932 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
2f67d686
AM
14933 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14934 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14935 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14936 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14937 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
14938 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
f4943d82 14939 tic80_coff_vec) tb="$tb coff-tic80.lo $coff" ;;
2f67d686
AM
14940 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14941 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
14942 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14943 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
14944 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
14945 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
14946 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
6d00b590 14947 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
2f67d686
AM
14948 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
14949 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
3f8107ab 14950 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
d924db55 14951 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
a6be0538 14952 wasm_vec) tb="$tb wasm-module.lo" ;;
8fb740dd 14953 wasm32_elf32_vec) tb="$tb elf32-wasm32.lo elf32.lo $elf" ;;
f4943d82 14954 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
5f2a6b85
AM
14955 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
14956 x86_64_elf32_nacl_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
14957 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14958 x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14959 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14960 x86_64_elf64_nacl_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
14961 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
2f67d686 14962 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
f4943d82
AM
14963 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14964 x86_64_pe_be_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
14965 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
2f67d686
AM
14966 xc16x_elf32_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
14967 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
14968 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
14969 xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
14970 xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
f4943d82
AM
14971 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
14972 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
2ba49b59 14973
c603b11b
AM
14974 # These appear out of order in targets.c
14975 srec_vec) tb="$tb srec.lo" ;;
14976 symbolsrec_vec) tb="$tb srec.lo" ;;
14977 tekhex_vec) tb="$tb tekhex.lo" ;;
14978 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
14979 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
14980
14981 "") ;;
d0ac1c44 14982 *) as_fn_error $? "*** unknown target vector $vec" "$LINENO" 5 ;;
c603b11b
AM
14983 esac
14984
14985 if test ${target_size} = 64; then
14986 target64=true
14987 fi
14988 if test x"${vec}" = x"${defvec}"; then
14989 bfd_default_target_size=${target_size}
14990 fi
14991done
14992
999d6dff
AM
14993if test "$plugins" = "yes"; then
14994 tb="$tb plugin.lo"
14995fi
14996
c603b11b
AM
14997# Target architecture .o files.
14998# A couple of CPUs use shorter file names to avoid problems on DOS
14999# filesystems.
15000ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
15001
15002# Weed out duplicate .o files.
15003f=""
15004for i in $tb ; do
15005 case " $f " in
15006 *" $i "*) ;;
15007 *) f="$f $i" ;;
15008 esac
15009done
15010tb="$f"
15011
15012f=""
15013for i in $ta ; do
15014 case " $f " in
15015 *" $i "*) ;;
15016 *) f="$f $i" ;;
15017 esac
15018done
15019ta="$f"
15020
15021bfd_backends="$tb"
15022bfd_machines="$ta"
15023
15024if test x${all_targets} = xtrue ; then
15025 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
15026 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
15027 selvecs=
15028 havevecs=-DHAVE_all_vecs
15029 selarchs=
15030 test -n "$assocvecs" &&
15031 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15032else # all_targets is true
15033 # Only set these if they will be nonempty, for the clever echo.
15034 havevecs=
15035 assocvecs=
15036 test -n "$selvecs" &&
15037 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
15038 test -n "$selvecs" &&
15039 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15040 test -n "$selarchs" &&
15041 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
15042fi # all_targets is true
15043
e6cc316a
L
15044# 64-bit archives need a 64-bit bfd_vma.
15045if test "x$want_64_bit_archive" = xtrue; then
15046 want64=true
15047
15048$as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
15049
15050fi
15051
c603b11b
AM
15052case ${host64}-${target64}-${want64} in
15053 *true*)
15054 wordsize=64
15055 bfd64_libs='$(BFD64_LIBS)'
15056 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
15057 if test $BFD_HOST_64_BIT_DEFINED = 0; then
15058 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
15059$as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
15060 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
15061$as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
15062 fi
15063 if test -n "$GCC" ; then
15064 bad_64bit_gcc=no;
15065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
15066$as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
15067 # Add more tests for gcc versions with non-working 64-bit support here.
15068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15069/* end confdefs.h. */
15070:__GNUC__:__GNUC_MINOR__:__i386__:
15071_ACEOF
15072if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
15073 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
15074 bad_64bit_gcc=yes;
15075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
15076$as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
15077else
15078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15079$as_echo "no" >&6; }
15080fi
15081rm -f conftest*
15082
15083 if test $bad_64bit_gcc = yes ; then
d0ac1c44 15084 as_fn_error $? "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
c603b11b
AM
15085 fi
15086 fi
15087 ;;
15088 false-false-false)
15089 wordsize=32
15090 all_backends='$(BFD32_BACKENDS)'
15091 ;;
15092esac
15093
15094tdefaults=""
15095test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
15096test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
15097test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
15098test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
15099
15100
15101
15102
15103
15104
15105
15106
15107
15108
15109# If we are configured native, pick a core file support file.
15110COREFILE=
15111COREFLAG=
15112CORE_HEADER=
15113TRAD_HEADER=
15114if test "${target}" = "${host}"; then
15115 case "${host}" in
15116 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
15117 COREFILE=''
15118 ;;
15119 alpha*-*-linux-*)
15120 COREFILE=trad-core.lo
15121 TRAD_HEADER='"hosts/alphalinux.h"'
15122 ;;
15123 alpha*-*-netbsd* | alpha*-*-openbsd*)
15124 COREFILE=netbsd-core.lo
15125 ;;
15126 alpha*-*-*)
15127 COREFILE=osf-core.lo
15128 ;;
15129 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
15130 COREFILE='' ;;
15131 arm-*-netbsd* | arm-*-openbsd*)
15132 COREFILE=netbsd-core.lo
15133 ;;
15134 arm-*-riscix) COREFILE=trad-core.lo ;;
15135 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
15136 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
15137 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
15138 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
15139 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
15140 hppa*-*-netbsd* | hppa*-*-openbsd*)
15141 COREFILE=netbsd-core.lo
15142 ;;
15143
c603b11b
AM
15144 i[3-7]86-sequent-bsd*)
15145 COREFILE=trad-core.lo
15146 TRAD_HEADER='"hosts/symmetry.h"'
15147 ;;
15148 i[3-7]86-sequent-sysv4*) ;;
15149 i[3-7]86-sequent-sysv*)
15150 COREFILE=trad-core.lo
15151 TRAD_HEADER='"hosts/symmetry.h"'
15152 ;;
15153 i[3-7]86-*-bsdi)
15154 COREFILE=
15155 ;;
15156 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*)
15157 COREFILE=trad-core.lo
15158 TRAD_HEADER='"hosts/i386bsd.h"'
15159 ;;
15160 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
15161 COREFILE=''
15162 TRAD_HEADER='"hosts/i386bsd.h"'
15163 ;;
15164 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
15165 COREFILE=netbsd-core.lo
15166 ;;
15167 i[3-7]86-esix-sysv3*)
15168 COREFILE=trad-core.lo
15169 TRAD_HEADER='"hosts/esix.h"'
15170 ;;
15171 i[3-7]86-*-sco3.2v5*)
15172 COREFILE=sco5-core.lo
15173 ;;
15174 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
15175 COREFILE=trad-core.lo
15176 TRAD_HEADER='"hosts/i386sco.h"'
15177 ;;
15178 i[3-7]86-*-mach3*)
15179 COREFILE=trad-core.lo
15180 TRAD_HEADER='"hosts/i386mach3.h"'
15181 ;;
15182 i[3-7]86-*-linux-*)
15183 COREFILE=trad-core.lo
15184 TRAD_HEADER='"hosts/i386linux.h"'
15185 case "$enable_targets"-"$want64" in
15186 *x86_64-*linux*|*-true)
15187 CORE_HEADER='"hosts/x86-64linux.h"'
15188 esac
15189 ;;
15190 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
15191 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
c603b11b
AM
15192 mips-*-netbsd* | mips*-*-openbsd*)
15193 COREFILE=netbsd-core.lo
15194 ;;
c603b11b
AM
15195 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
15196 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
15197 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
c603b11b
AM
15198 m68*-*-linux-*)
15199 COREFILE=trad-core.lo
15200 TRAD_HEADER='"hosts/m68klinux.h"'
15201 ;;
dc12032b 15202 m68*-*-netbsd*)
c603b11b
AM
15203 COREFILE=netbsd-core.lo
15204 ;;
c603b11b
AM
15205 ns32k-pc532-mach)
15206 COREFILE=trad-core.lo
15207 TRAD_HEADER='"hosts/pc532mach.h"'
15208 ;;
15209 ns32k-*-netbsd* | ns32k-*-openbsd*)
15210 COREFILE=netbsd-core.lo
15211 ;;
15212 rs6000-*-lynx*)
15213 COREFILE=lynx-core.lo
15214 ;;
15215 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
15216 COREFILE=rs6000-core.lo
15217 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
15218 ;;
15219 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
15220 COREFILE=rs6000-core.lo
15221 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
15222 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
15223 # have c_impl as a member of struct core_dumpx
15224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
15225$as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
15226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15227/* end confdefs.h. */
15228#include <core.h>
15229int
15230main ()
15231{
15232struct core_dumpx c; c.c_impl = 0;
15233 ;
15234 return 0;
15235}
15236_ACEOF
15237if ac_fn_c_try_compile "$LINENO"; then :
15238
15239$as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
15240
15241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15242$as_echo "yes" >&6; }
15243else
15244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15245$as_echo "no" >&6; }
15246fi
15247rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15248 ;;
15249 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
15250 rs6000-*-*) COREFILE=rs6000-core.lo ;;
15251 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
15252 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
15253 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
15254 powerpc-*-beos*) ;;
15255 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
15256 COREFILE='' ;;
15257 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
15258 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
15259 s390*-*-*) COREFILE=trad-core.lo ;;
15260 sh*-*-netbsd* | sh*-*-openbsd*)
15261 COREFILE=netbsd-core.lo
15262 ;;
15263 sparc-*-netbsd* | sparc*-*-openbsd*)
15264 COREFILE=netbsd-core.lo
15265 ;;
c603b11b
AM
15266 vax-*-netbsd* | vax-*-openbsd*)
15267 COREFILE=netbsd-core.lo
15268 ;;
15269 vax-*-ultrix2*)
15270 COREFILE=trad-core.lo
15271 TRAD_HEADER='"hosts/vaxult2.h"'
15272 ;;
15273 vax-*-ultrix*)
15274 COREFILE=trad-core.lo
15275 TRAD_HEADER='"hosts/vaxult2.h"'
15276 ;;
15277 vax-*-linux-*)
15278 COREFILE=trad-core.lo
15279 TRAD_HEADER='"hosts/vaxlinux.h"'
15280 ;;
15281 vax-*-*)
15282 COREFILE=trad-core.lo
15283 TRAD_HEADER='"hosts/vaxbsd.h"'
15284 ;;
15285 x86_64-*-linux*)
15286 CORE_HEADER='"hosts/x86-64linux.h"'
15287 ;;
15288 x86_64-*-netbsd* | x86_64-*-openbsd*)
15289 COREFILE=netbsd-core.lo
15290 ;;
15291 esac
15292
15293 case "$COREFILE" in
15294 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
15295 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
15296 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
15297 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
15298 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
15299 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
15300 osf-core.lo) COREFLAG=-DOSF_CORE ;;
15301 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
15302 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
15303 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
15304 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
15305 esac
15306
15307 # ELF corefile support has several flavors, but all of
15308 # them use something called <sys/procfs.h>
15309 for ac_header in sys/procfs.h
15310do :
15311 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
d0ac1c44 15312if test "x$ac_cv_header_sys_procfs_h" = xyes; then :
c603b11b
AM
15313 cat >>confdefs.h <<_ACEOF
15314#define HAVE_SYS_PROCFS_H 1
15315_ACEOF
15316
15317fi
15318
15319done
15320
15321 if test "$ac_cv_header_sys_procfs_h" = yes; then
15322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
15323$as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 15324 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false; then :
c603b11b
AM
15325 $as_echo_n "(cached) " >&6
15326else
15327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15328/* end confdefs.h. */
15329
15330#define _SYSCALL32
15331/* Needed for new procfs interface on sparc-solaris. */
15332#define _STRUCTURED_PROC 1
15333#include <sys/procfs.h>
15334int
15335main ()
15336{
15337prstatus_t avar
15338 ;
15339 return 0;
15340}
15341_ACEOF
15342if ac_fn_c_try_compile "$LINENO"; then :
15343 bfd_cv_have_sys_procfs_type_prstatus_t=yes
15344else
15345 bfd_cv_have_sys_procfs_type_prstatus_t=no
15346
15347fi
15348rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15349fi
15350
15351 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
15352
15353$as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
15354
15355 fi
15356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
15357$as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
15358
15359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
15360$as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
d0ac1c44 15361 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false; then :
c603b11b
AM
15362 $as_echo_n "(cached) " >&6
15363else
15364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15365/* end confdefs.h. */
15366
15367#define _SYSCALL32
15368/* Needed for new procfs interface on sparc-solaris. */
15369#define _STRUCTURED_PROC 1
15370#include <sys/procfs.h>
15371int
15372main ()
15373{
15374prstatus32_t avar
15375 ;
15376 return 0;
15377}
15378_ACEOF
15379if ac_fn_c_try_compile "$LINENO"; then :
15380 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
15381else
15382 bfd_cv_have_sys_procfs_type_prstatus32_t=no
15383
15384fi
15385rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15386fi
15387
15388 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
15389
15390$as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
15391
15392 fi
15393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
15394$as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
15395
15396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
15397$as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
d0ac1c44 15398 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false; then :
c603b11b
AM
15399 $as_echo_n "(cached) " >&6
15400else
15401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15402/* end confdefs.h. */
15403
15404#define _SYSCALL32
15405/* Needed for new procfs interface on sparc-solaris. */
15406#define _STRUCTURED_PROC 1
15407#include <sys/procfs.h>
15408int
15409main ()
15410{
15411prstatus_t avar; void* aref = (void*) &avar.pr_who
15412 ;
15413 return 0;
15414}
15415_ACEOF
15416if ac_fn_c_try_compile "$LINENO"; then :
15417 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
15418else
15419 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
15420
15421fi
15422rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15423fi
15424
15425 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
15426
15427$as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
15428
15429 fi
15430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
15431$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
15432
15433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
15434$as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
d0ac1c44 15435 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false; then :
c603b11b
AM
15436 $as_echo_n "(cached) " >&6
15437else
15438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15439/* end confdefs.h. */
15440
15441#define _SYSCALL32
15442/* Needed for new procfs interface on sparc-solaris. */
15443#define _STRUCTURED_PROC 1
15444#include <sys/procfs.h>
15445int
15446main ()
15447{
15448prstatus32_t avar; void* aref = (void*) &avar.pr_who
15449 ;
15450 return 0;
15451}
15452_ACEOF
15453if ac_fn_c_try_compile "$LINENO"; then :
15454 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
15455else
15456 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
15457
15458fi
15459rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15460fi
15461
15462 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
15463
15464$as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
15465
15466 fi
15467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
15468$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
15469
15470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
15471$as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 15472 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false; then :
c603b11b
AM
15473 $as_echo_n "(cached) " >&6
15474else
15475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15476/* end confdefs.h. */
15477
15478#define _SYSCALL32
15479/* Needed for new procfs interface on sparc-solaris. */
15480#define _STRUCTURED_PROC 1
15481#include <sys/procfs.h>
15482int
15483main ()
15484{
15485pstatus_t avar
15486 ;
15487 return 0;
15488}
15489_ACEOF
15490if ac_fn_c_try_compile "$LINENO"; then :
15491 bfd_cv_have_sys_procfs_type_pstatus_t=yes
15492else
15493 bfd_cv_have_sys_procfs_type_pstatus_t=no
15494
15495fi
15496rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15497fi
15498
15499 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
15500
15501$as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
15502
15503 fi
15504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
15505$as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
15506
15507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
15508$as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 15509 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false; then :
c603b11b
AM
15510 $as_echo_n "(cached) " >&6
15511else
15512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15513/* end confdefs.h. */
15514
15515#define _SYSCALL32
15516/* Needed for new procfs interface on sparc-solaris. */
15517#define _STRUCTURED_PROC 1
15518#include <sys/procfs.h>
15519int
15520main ()
15521{
15522pxstatus_t avar
15523 ;
15524 return 0;
15525}
15526_ACEOF
15527if ac_fn_c_try_compile "$LINENO"; then :
15528 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
15529else
15530 bfd_cv_have_sys_procfs_type_pxstatus_t=no
15531
15532fi
15533rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15534fi
15535
15536 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
15537
15538$as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
15539
15540 fi
15541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
15542$as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
15543
15544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
15545$as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
d0ac1c44 15546 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false; then :
c603b11b
AM
15547 $as_echo_n "(cached) " >&6
15548else
15549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15550/* end confdefs.h. */
15551
15552#define _SYSCALL32
15553/* Needed for new procfs interface on sparc-solaris. */
15554#define _STRUCTURED_PROC 1
15555#include <sys/procfs.h>
15556int
15557main ()
15558{
15559pstatus32_t avar
15560 ;
15561 return 0;
15562}
15563_ACEOF
15564if ac_fn_c_try_compile "$LINENO"; then :
15565 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
15566else
15567 bfd_cv_have_sys_procfs_type_pstatus32_t=no
15568
15569fi
15570rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15571fi
15572
15573 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
15574
15575$as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
15576
15577 fi
15578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
15579$as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
15580
15581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
15582$as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
d0ac1c44 15583 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false; then :
c603b11b
AM
15584 $as_echo_n "(cached) " >&6
15585else
15586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15587/* end confdefs.h. */
15588
15589#define _SYSCALL32
15590/* Needed for new procfs interface on sparc-solaris. */
15591#define _STRUCTURED_PROC 1
15592#include <sys/procfs.h>
15593int
15594main ()
15595{
15596prpsinfo_t avar
15597 ;
15598 return 0;
15599}
15600_ACEOF
15601if ac_fn_c_try_compile "$LINENO"; then :
15602 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
15603else
15604 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
15605
15606fi
15607rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15608fi
15609
15610 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
15611
15612$as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
15613
15614 fi
15615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
15616$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
15617
15618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
15619$as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
d0ac1c44 15620 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false; then :
c603b11b
AM
15621 $as_echo_n "(cached) " >&6
15622else
15623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15624/* end confdefs.h. */
15625
15626#define _SYSCALL32
15627/* Needed for new procfs interface on sparc-solaris. */
15628#define _STRUCTURED_PROC 1
15629#include <sys/procfs.h>
15630int
15631main ()
15632{
15633prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
15634 ;
15635 return 0;
15636}
15637_ACEOF
15638if ac_fn_c_try_compile "$LINENO"; then :
15639 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
15640else
15641 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
15642
15643fi
15644rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15645fi
15646
15647 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
15648
15649$as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
15650
15651 fi
15652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
15653$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
15654
15655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
15656$as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
d0ac1c44 15657 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false; then :
c603b11b
AM
15658 $as_echo_n "(cached) " >&6
15659else
15660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15661/* end confdefs.h. */
15662
15663#define _SYSCALL32
15664/* Needed for new procfs interface on sparc-solaris. */
15665#define _STRUCTURED_PROC 1
15666#include <sys/procfs.h>
15667int
15668main ()
15669{
15670prpsinfo32_t avar
15671 ;
15672 return 0;
15673}
15674_ACEOF
15675if ac_fn_c_try_compile "$LINENO"; then :
15676 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
15677else
15678 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
15679
15680fi
15681rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15682fi
15683
15684 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
15685
15686$as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
15687
15688 fi
15689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
15690$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
15691
15692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
15693$as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
d0ac1c44 15694 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false; then :
c603b11b
AM
15695 $as_echo_n "(cached) " >&6
15696else
15697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15698/* end confdefs.h. */
15699
15700#define _SYSCALL32
15701/* Needed for new procfs interface on sparc-solaris. */
15702#define _STRUCTURED_PROC 1
15703#include <sys/procfs.h>
15704int
15705main ()
15706{
15707prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
15708 ;
15709 return 0;
15710}
15711_ACEOF
15712if ac_fn_c_try_compile "$LINENO"; then :
15713 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
15714else
15715 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
15716
15717fi
15718rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15719fi
15720
15721 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
15722
15723$as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
15724
15725 fi
15726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
15727$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
15728
15729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
15730$as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
d0ac1c44 15731 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false; then :
c603b11b
AM
15732 $as_echo_n "(cached) " >&6
15733else
15734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15735/* end confdefs.h. */
15736
15737#define _SYSCALL32
15738/* Needed for new procfs interface on sparc-solaris. */
15739#define _STRUCTURED_PROC 1
15740#include <sys/procfs.h>
15741int
15742main ()
15743{
15744psinfo_t avar
15745 ;
15746 return 0;
15747}
15748_ACEOF
15749if ac_fn_c_try_compile "$LINENO"; then :
15750 bfd_cv_have_sys_procfs_type_psinfo_t=yes
15751else
15752 bfd_cv_have_sys_procfs_type_psinfo_t=no
15753
15754fi
15755rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15756fi
15757
15758 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
15759
15760$as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
15761
15762 fi
15763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
15764$as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
15765
15766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
15767$as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
d0ac1c44 15768 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false; then :
c603b11b
AM
15769 $as_echo_n "(cached) " >&6
15770else
15771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15772/* end confdefs.h. */
15773
15774#define _SYSCALL32
15775/* Needed for new procfs interface on sparc-solaris. */
15776#define _STRUCTURED_PROC 1
15777#include <sys/procfs.h>
15778int
15779main ()
15780{
15781psinfo_t avar; void* aref = (void*) &avar.pr_pid
15782 ;
15783 return 0;
15784}
15785_ACEOF
15786if ac_fn_c_try_compile "$LINENO"; then :
15787 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
15788else
15789 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
15790
15791fi
15792rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15793fi
15794
15795 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
15796
15797$as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
15798
15799 fi
15800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
15801$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
15802
15803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
15804$as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
d0ac1c44 15805 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false; then :
c603b11b
AM
15806 $as_echo_n "(cached) " >&6
15807else
15808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15809/* end confdefs.h. */
15810
15811#define _SYSCALL32
15812/* Needed for new procfs interface on sparc-solaris. */
15813#define _STRUCTURED_PROC 1
15814#include <sys/procfs.h>
15815int
15816main ()
15817{
15818psinfo32_t avar
15819 ;
15820 return 0;
15821}
15822_ACEOF
15823if ac_fn_c_try_compile "$LINENO"; then :
15824 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
15825else
15826 bfd_cv_have_sys_procfs_type_psinfo32_t=no
15827
15828fi
15829rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15830fi
15831
15832 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
15833
15834$as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
15835
15836 fi
15837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
15838$as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
15839
15840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
15841$as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
d0ac1c44 15842 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false; then :
c603b11b
AM
15843 $as_echo_n "(cached) " >&6
15844else
15845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15846/* end confdefs.h. */
15847
15848#define _SYSCALL32
15849/* Needed for new procfs interface on sparc-solaris. */
15850#define _STRUCTURED_PROC 1
15851#include <sys/procfs.h>
15852int
15853main ()
15854{
15855psinfo32_t avar; void* aref = (void*) &avar.pr_pid
15856 ;
15857 return 0;
15858}
15859_ACEOF
15860if ac_fn_c_try_compile "$LINENO"; then :
15861 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
15862else
15863 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
15864
15865fi
15866rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15867fi
15868
15869 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
15870
15871$as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
15872
15873 fi
15874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
15875$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
15876
15877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
15878$as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 15879 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false; then :
c603b11b
AM
15880 $as_echo_n "(cached) " >&6
15881else
15882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15883/* end confdefs.h. */
15884
15885#define _SYSCALL32
15886/* Needed for new procfs interface on sparc-solaris. */
15887#define _STRUCTURED_PROC 1
15888#include <sys/procfs.h>
15889int
15890main ()
15891{
15892lwpstatus_t avar
15893 ;
15894 return 0;
15895}
15896_ACEOF
15897if ac_fn_c_try_compile "$LINENO"; then :
15898 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
15899else
15900 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
15901
15902fi
15903rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15904fi
15905
15906 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
15907
15908$as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
15909
15910 fi
15911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
15912$as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
15913
15914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
15915$as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 15916 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false; then :
c603b11b
AM
15917 $as_echo_n "(cached) " >&6
15918else
15919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15920/* end confdefs.h. */
15921
15922#define _SYSCALL32
15923/* Needed for new procfs interface on sparc-solaris. */
15924#define _STRUCTURED_PROC 1
15925#include <sys/procfs.h>
15926int
15927main ()
15928{
15929lwpxstatus_t avar
15930 ;
15931 return 0;
15932}
15933_ACEOF
15934if ac_fn_c_try_compile "$LINENO"; then :
15935 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
15936else
15937 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
15938
15939fi
15940rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15941fi
15942
15943 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
15944
15945$as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
5464f5a1 15946
c603b11b
AM
15947 fi
15948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
15949$as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
1012372a 15950
c603b11b
AM
15951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
15952$as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
d0ac1c44 15953 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false; then :
c603b11b
AM
15954 $as_echo_n "(cached) " >&6
15955else
15956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15957/* end confdefs.h. */
2ba49b59 15958
c603b11b
AM
15959#define _SYSCALL32
15960/* Needed for new procfs interface on sparc-solaris. */
15961#define _STRUCTURED_PROC 1
15962#include <sys/procfs.h>
15963int
15964main ()
15965{
15966lwpstatus_t avar; void* aref = (void*) &avar.pr_context
15967 ;
15968 return 0;
15969}
15970_ACEOF
15971if ac_fn_c_try_compile "$LINENO"; then :
15972 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
15973else
15974 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
5464f5a1 15975
c603b11b
AM
15976fi
15977rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15978fi
1012372a 15979
c603b11b 15980 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
2ba49b59 15981
c603b11b 15982$as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
1012372a 15983
c603b11b
AM
15984 fi
15985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
15986$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
81ecdfbb 15987
c603b11b
AM
15988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
15989$as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
d0ac1c44 15990 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false; then :
c603b11b
AM
15991 $as_echo_n "(cached) " >&6
15992else
15993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 15994/* end confdefs.h. */
c603b11b
AM
15995
15996#define _SYSCALL32
15997/* Needed for new procfs interface on sparc-solaris. */
15998#define _STRUCTURED_PROC 1
15999#include <sys/procfs.h>
16000int
16001main ()
16002{
16003lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
16004 ;
16005 return 0;
16006}
81ecdfbb 16007_ACEOF
c603b11b
AM
16008if ac_fn_c_try_compile "$LINENO"; then :
16009 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
2ba49b59 16010else
c603b11b
AM
16011 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
16012
16013fi
16014rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2ba49b59 16015fi
1012372a 16016
c603b11b
AM
16017 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
16018
16019$as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
16020
16021 fi
16022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
16023$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
16024
16025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
16026$as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
d0ac1c44 16027 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false; then :
c603b11b
AM
16028 $as_echo_n "(cached) " >&6
16029else
16030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16031/* end confdefs.h. */
16032
16033#define _SYSCALL32
16034/* Needed for new procfs interface on sparc-solaris. */
16035#define _STRUCTURED_PROC 1
16036#include <sys/procfs.h>
16037int
16038main ()
16039{
16040lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
16041 ;
16042 return 0;
16043}
16044_ACEOF
16045if ac_fn_c_try_compile "$LINENO"; then :
16046 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
16047else
16048 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
16049
16050fi
16051rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16052fi
16053
16054 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
1012372a 16055
c603b11b
AM
16056$as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
16057
16058 fi
16059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
16060$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
16061
16062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
16063$as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 16064 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false; then :
c603b11b
AM
16065 $as_echo_n "(cached) " >&6
16066else
16067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16068/* end confdefs.h. */
16069
16070#define _SYSCALL32
16071/* Needed for new procfs interface on sparc-solaris. */
16072#define _STRUCTURED_PROC 1
16073#include <sys/procfs.h>
16074int
16075main ()
16076{
16077win32_pstatus_t avar
16078 ;
16079 return 0;
16080}
16081_ACEOF
16082if ac_fn_c_try_compile "$LINENO"; then :
16083 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
16084else
16085 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
16086
16087fi
16088rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16089fi
16090
16091 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
16092
16093$as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
16094
16095 fi
16096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
16097$as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
16098
16099 fi
16100fi
1012372a
AC
16101
16102
c603b11b 16103if test -n "$CORE_HEADER"; then
1012372a 16104
c603b11b
AM
16105cat >>confdefs.h <<_ACEOF
16106#define CORE_HEADER $CORE_HEADER
16107_ACEOF
252b5132 16108
c603b11b
AM
16109fi
16110if test -n "$TRAD_HEADER"; then
6be7c12c 16111
c603b11b
AM
16112cat >>confdefs.h <<_ACEOF
16113#define TRAD_HEADER $TRAD_HEADER
16114_ACEOF
5464f5a1 16115
c603b11b 16116fi
5464f5a1 16117
81ecdfbb
RW
16118if test "$plugins" = "yes"; then
16119 supports_plugins=1
5464f5a1 16120else
81ecdfbb 16121 supports_plugins=0
5464f5a1 16122fi
5464f5a1 16123
81ecdfbb 16124
3cf9e6c4 16125
96fe4562 16126# Determine the host dependent file_ptr a.k.a. off_t type. In order
81ecdfbb
RW
16127# prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
16128# fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
16129# Hopefully a reasonable assumption since fseeko et.al. should be
16130# upward compatible.
16131for ac_func in ftello ftello64 fseeko fseeko64 fopen64
16132do :
16133 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16134ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 16135if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb
RW
16136 cat >>confdefs.h <<_ACEOF
16137#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5464f5a1 16138_ACEOF
5464f5a1 16139
252b5132 16140fi
81ecdfbb 16141done
5464f5a1 16142
81ecdfbb
RW
16143if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
16144 # The cast to long int works around a bug in the HP C Compiler
16145# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16146# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16147# This bug is HP SR number 8606223364.
16148{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
16149$as_echo_n "checking size of off_t... " >&6; }
d0ac1c44 16150if ${ac_cv_sizeof_off_t+:} false; then :
81ecdfbb 16151 $as_echo_n "(cached) " >&6
6be7c12c 16152else
81ecdfbb 16153 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
5464f5a1 16154
81ecdfbb
RW
16155else
16156 if test "$ac_cv_type_off_t" = yes; then
16157 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16158$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
16159as_fn_error 77 "cannot compute sizeof (off_t)
16160See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
16161 else
16162 ac_cv_sizeof_off_t=0
16163 fi
5464f5a1 16164fi
5464f5a1 16165
252b5132 16166fi
81ecdfbb
RW
16167{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
16168$as_echo "$ac_cv_sizeof_off_t" >&6; }
5464f5a1 16169
252b5132 16170
5464f5a1 16171
81ecdfbb
RW
16172cat >>confdefs.h <<_ACEOF
16173#define SIZEOF_OFF_T $ac_cv_sizeof_off_t
5464f5a1 16174_ACEOF
5464f5a1 16175
5464f5a1 16176
81ecdfbb
RW
16177fi
16178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
16179$as_echo_n "checking file_ptr type... " >&6; }
16180bfd_file_ptr="long"
16181bfd_ufile_ptr="unsigned long"
16182if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
16183 -o x"${ac_cv_sizeof_off_t}" = x8; then
16184 bfd_file_ptr=BFD_HOST_64_BIT
16185 bfd_ufile_ptr=BFD_HOST_U_64_BIT
16186fi
16187{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
16188$as_echo "$bfd_file_ptr" >&6; }
16189
6be7c12c 16190
252b5132 16191
d0ac1c44
SM
16192
16193
16194
16195 for ac_header in $ac_header_list
81ecdfbb
RW
16196do :
16197 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
d0ac1c44
SM
16198ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
16199"
16200if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
16201 cat >>confdefs.h <<_ACEOF
16202#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5464f5a1 16203_ACEOF
5464f5a1 16204
5464f5a1 16205fi
81ecdfbb
RW
16206
16207done
16208
d0ac1c44
SM
16209
16210
16211
16212
16213
16214
16215
81ecdfbb
RW
16216for ac_func in getpagesize
16217do :
16218 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
d0ac1c44 16219if test "x$ac_cv_func_getpagesize" = xyes; then :
5464f5a1 16220 cat >>confdefs.h <<_ACEOF
81ecdfbb 16221#define HAVE_GETPAGESIZE 1
5464f5a1 16222_ACEOF
252b5132 16223
252b5132
RH
16224fi
16225done
16226
81ecdfbb
RW
16227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
16228$as_echo_n "checking for working mmap... " >&6; }
d0ac1c44 16229if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
81ecdfbb 16230 $as_echo_n "(cached) " >&6
252b5132 16231else
81ecdfbb 16232 if test "$cross_compiling" = yes; then :
252b5132
RH
16233 ac_cv_func_mmap_fixed_mapped=no
16234else
81ecdfbb 16235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
16236/* end confdefs.h. */
16237$ac_includes_default
16238/* malloc might have been renamed as rpl_malloc. */
16239#undef malloc
6be7c12c 16240
252b5132
RH
16241/* Thanks to Mike Haertel and Jim Avera for this test.
16242 Here is a matrix of mmap possibilities:
16243 mmap private not fixed
16244 mmap private fixed at somewhere currently unmapped
16245 mmap private fixed at somewhere already mapped
16246 mmap shared not fixed
16247 mmap shared fixed at somewhere currently unmapped
16248 mmap shared fixed at somewhere already mapped
16249 For private mappings, we should verify that changes cannot be read()
16250 back from the file, nor mmap's back from the file at a different
16251 address. (There have been systems where private was not correctly
16252 implemented like the infamous i386 svr4.0, and systems where the
5464f5a1 16253 VM page cache was not coherent with the file system buffer cache
252b5132
RH
16254 like early versions of FreeBSD and possibly contemporary NetBSD.)
16255 For shared mappings, we should conversely verify that changes get
5464f5a1 16256 propagated back to all the places they're supposed to be.
252b5132
RH
16257
16258 Grep wants private fixed already mapped.
16259 The main things grep needs to know about mmap are:
16260 * does it exist and is it safe to write into the mmap'd area
16261 * how to use it (BSD variants) */
5464f5a1 16262
252b5132
RH
16263#include <fcntl.h>
16264#include <sys/mman.h>
16265
81ecdfbb 16266#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
5464f5a1
NN
16267char *malloc ();
16268#endif
6be7c12c 16269
5464f5a1 16270/* This mess was copied from the GNU getpagesize.h. */
81ecdfbb 16271#ifndef HAVE_GETPAGESIZE
252b5132
RH
16272# ifdef _SC_PAGESIZE
16273# define getpagesize() sysconf(_SC_PAGESIZE)
16274# else /* no _SC_PAGESIZE */
81ecdfbb 16275# ifdef HAVE_SYS_PARAM_H
252b5132
RH
16276# include <sys/param.h>
16277# ifdef EXEC_PAGESIZE
16278# define getpagesize() EXEC_PAGESIZE
16279# else /* no EXEC_PAGESIZE */
16280# ifdef NBPG
16281# define getpagesize() NBPG * CLSIZE
16282# ifndef CLSIZE
16283# define CLSIZE 1
16284# endif /* no CLSIZE */
16285# else /* no NBPG */
16286# ifdef NBPC
16287# define getpagesize() NBPC
16288# else /* no NBPC */
16289# ifdef PAGESIZE
16290# define getpagesize() PAGESIZE
16291# endif /* PAGESIZE */
16292# endif /* no NBPC */
16293# endif /* no NBPG */
16294# endif /* no EXEC_PAGESIZE */
16295# else /* no HAVE_SYS_PARAM_H */
16296# define getpagesize() 8192 /* punt totally */
16297# endif /* no HAVE_SYS_PARAM_H */
16298# endif /* no _SC_PAGESIZE */
16299
5464f5a1
NN
16300#endif /* no HAVE_GETPAGESIZE */
16301
16302int
16303main ()
16304{
16305 char *data, *data2, *data3;
d0ac1c44 16306 const char *cdata2;
5464f5a1 16307 int i, pagesize;
d0ac1c44 16308 int fd, fd2;
5464f5a1
NN
16309
16310 pagesize = getpagesize ();
16311
16312 /* First, make a file with some known garbage in it. */
16313 data = (char *) malloc (pagesize);
16314 if (!data)
81ecdfbb 16315 return 1;
5464f5a1
NN
16316 for (i = 0; i < pagesize; ++i)
16317 *(data + i) = rand ();
16318 umask (0);
16319 fd = creat ("conftest.mmap", 0600);
16320 if (fd < 0)
d0ac1c44 16321 return 2;
5464f5a1 16322 if (write (fd, data, pagesize) != pagesize)
d0ac1c44 16323 return 3;
5464f5a1
NN
16324 close (fd);
16325
d0ac1c44
SM
16326 /* Next, check that the tail of a page is zero-filled. File must have
16327 non-zero length, otherwise we risk SIGBUS for entire page. */
16328 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
16329 if (fd2 < 0)
16330 return 4;
16331 cdata2 = "";
16332 if (write (fd2, cdata2, 1) != 1)
16333 return 5;
16334 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
16335 if (data2 == MAP_FAILED)
16336 return 6;
16337 for (i = 0; i < pagesize; ++i)
16338 if (*(data2 + i))
16339 return 7;
16340 close (fd2);
16341 if (munmap (data2, pagesize))
16342 return 8;
16343
5464f5a1
NN
16344 /* Next, try to mmap the file at a fixed address which already has
16345 something else allocated at it. If we can, also make sure that
16346 we see the same garbage. */
16347 fd = open ("conftest.mmap", O_RDWR);
16348 if (fd < 0)
d0ac1c44 16349 return 9;
5464f5a1
NN
16350 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
16351 MAP_PRIVATE | MAP_FIXED, fd, 0L))
d0ac1c44 16352 return 10;
5464f5a1
NN
16353 for (i = 0; i < pagesize; ++i)
16354 if (*(data + i) != *(data2 + i))
d0ac1c44 16355 return 11;
5464f5a1
NN
16356
16357 /* Finally, make sure that changes to the mapped area do not
16358 percolate back to the file as seen by read(). (This is a bug on
16359 some variants of i386 svr4.0.) */
16360 for (i = 0; i < pagesize; ++i)
16361 *(data2 + i) = *(data2 + i) + 1;
16362 data3 = (char *) malloc (pagesize);
16363 if (!data3)
d0ac1c44 16364 return 12;
5464f5a1 16365 if (read (fd, data3, pagesize) != pagesize)
d0ac1c44 16366 return 13;
5464f5a1
NN
16367 for (i = 0; i < pagesize; ++i)
16368 if (*(data + i) != *(data3 + i))
d0ac1c44 16369 return 14;
5464f5a1 16370 close (fd);
bb695960
PB
16371 free (data);
16372 free (data3);
81ecdfbb 16373 return 0;
5464f5a1
NN
16374}
16375_ACEOF
81ecdfbb 16376if ac_fn_c_try_run "$LINENO"; then :
5464f5a1
NN
16377 ac_cv_func_mmap_fixed_mapped=yes
16378else
81ecdfbb 16379 ac_cv_func_mmap_fixed_mapped=no
5464f5a1 16380fi
81ecdfbb
RW
16381rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
16382 conftest.$ac_objext conftest.beam conftest.$ac_ext
5464f5a1 16383fi
81ecdfbb 16384
5464f5a1 16385fi
81ecdfbb
RW
16386{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
16387$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
5464f5a1
NN
16388if test $ac_cv_func_mmap_fixed_mapped = yes; then
16389
81ecdfbb 16390$as_echo "#define HAVE_MMAP 1" >>confdefs.h
5464f5a1
NN
16391
16392fi
d0ac1c44 16393rm -f conftest.mmap conftest.txt
5464f5a1 16394
5464f5a1 16395for ac_func in madvise mprotect
81ecdfbb
RW
16396do :
16397 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16398ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 16399if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
5464f5a1 16400 cat >>confdefs.h <<_ACEOF
81ecdfbb 16401#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5464f5a1
NN
16402_ACEOF
16403
16404fi
16405done
16406
16407case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
16408 true+yes )
81ecdfbb 16409$as_echo "#define USE_MMAP 1" >>confdefs.h
5464f5a1
NN
16410 ;;
16411esac
16412
16413rm -f doc/config.status
81ecdfbb 16414ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
5464f5a1 16415
20e95c23 16416
81ecdfbb 16417ac_config_commands="$ac_config_commands default"
5464f5a1 16418
108a6f8e
CD
16419
16420
16421
16422
16423
31dd3154 16424
5464f5a1
NN
16425cat >confcache <<\_ACEOF
16426# This file is a shell script that caches the results of configure
16427# tests run on this system so they can be shared between configure
16428# scripts and configure runs, see configure's option --config-cache.
16429# It is not useful on other systems. If it contains results you don't
16430# want to keep, you may remove or edit it.
16431#
16432# config.status only pays attention to the cache file if you give it
16433# the --recheck option to rerun configure.
16434#
16435# `ac_cv_env_foo' variables (set or unset) will be overridden when
16436# loading this file, other *unset* `ac_cv_foo' will be assigned the
16437# following values.
16438
16439_ACEOF
16440
16441# The following way of writing the cache mishandles newlines in values,
16442# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 16443# So, we kill variables containing newlines.
5464f5a1
NN
16444# Ultrix sh set writes to stderr and can't be redirected directly,
16445# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
16446(
16447 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
16448 eval ac_val=\$$ac_var
16449 case $ac_val in #(
16450 *${as_nl}*)
16451 case $ac_var in #(
16452 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
16453$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
16454 esac
16455 case $ac_var in #(
16456 _ | IFS | as_nl) ;; #(
16457 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
16458 *) { eval $ac_var=; unset $ac_var;} ;;
16459 esac ;;
16460 esac
16461 done
16462
5464f5a1 16463 (set) 2>&1 |
81ecdfbb
RW
16464 case $as_nl`(ac_space=' '; set) 2>&1` in #(
16465 *${as_nl}ac_space=\ *)
16466 # `set' does not quote correctly, so add quotes: double-quote
16467 # substitution turns \\\\ into \\, and sed turns \\ into \.
5464f5a1
NN
16468 sed -n \
16469 "s/'/'\\\\''/g;
16470 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 16471 ;; #(
5464f5a1
NN
16472 *)
16473 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 16474 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
5464f5a1 16475 ;;
81ecdfbb
RW
16476 esac |
16477 sort
16478) |
5464f5a1 16479 sed '
81ecdfbb 16480 /^ac_cv_env_/b end
5464f5a1 16481 t clear
81ecdfbb 16482 :clear
5464f5a1
NN
16483 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16484 t end
81ecdfbb
RW
16485 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16486 :end' >>confcache
16487if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
16488 if test -w "$cache_file"; then
d0ac1c44 16489 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
16490 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
16491$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
16492 if test ! -f "$cache_file" || test -h "$cache_file"; then
16493 cat confcache >"$cache_file"
16494 else
16495 case $cache_file in #(
16496 */* | ?:*)
16497 mv -f confcache "$cache_file"$$ &&
16498 mv -f "$cache_file"$$ "$cache_file" ;; #(
16499 *)
16500 mv -f confcache "$cache_file" ;;
16501 esac
16502 fi
16503 fi
5464f5a1 16504 else
81ecdfbb
RW
16505 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
16506$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5464f5a1
NN
16507 fi
16508fi
16509rm -f confcache
16510
16511test "x$prefix" = xNONE && prefix=$ac_default_prefix
16512# Let make expand exec_prefix.
16513test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
16514
5464f5a1
NN
16515DEFS=-DHAVE_CONFIG_H
16516
16517ac_libobjs=
16518ac_ltlibobjs=
d0ac1c44 16519U=
5464f5a1
NN
16520for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
16521 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
16522 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
16523 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
16524 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
16525 # will be set to the directory where LIBOBJS objects are built.
16526 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
16527 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
5464f5a1
NN
16528done
16529LIBOBJS=$ac_libobjs
16530
16531LTLIBOBJS=$ac_ltlibobjs
16532
16533
d0ac1c44
SM
16534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
16535$as_echo_n "checking that generated files are newer than configure... " >&6; }
16536 if test -n "$am_sleep_pid"; then
16537 # Hide warnings about reused PIDs.
16538 wait $am_sleep_pid 2>/dev/null
16539 fi
16540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
16541$as_echo "done" >&6; }
f5385ebf 16542if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
d0ac1c44 16543 as_fn_error $? "conditional \"AMDEP\" was never defined.
81ecdfbb 16544Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf
AM
16545fi
16546if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
d0ac1c44 16547 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
81ecdfbb
RW
16548Usually this means the macro was only invoked conditionally." "$LINENO" 5
16549fi
16550 if test -n "$EXEEXT"; then
16551 am__EXEEXT_TRUE=
16552 am__EXEEXT_FALSE='#'
16553else
16554 am__EXEEXT_TRUE='#'
16555 am__EXEEXT_FALSE=
f5385ebf 16556fi
81ecdfbb 16557
ce3c775b 16558if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 16559 as_fn_error $? "conditional \"PLUGINS\" was never defined.
81ecdfbb 16560Usually this means the macro was only invoked conditionally." "$LINENO" 5
ce3c775b 16561fi
f5385ebf 16562if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 16563 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
81ecdfbb 16564Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf 16565fi
d5fbea21 16566if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
d0ac1c44 16567 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
81ecdfbb 16568Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 16569fi
f5385ebf 16570if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
d0ac1c44 16571 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
81ecdfbb 16572Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf 16573fi
5464f5a1 16574
d0ac1c44 16575: "${CONFIG_STATUS=./config.status}"
81ecdfbb 16576ac_write_fail=0
5464f5a1
NN
16577ac_clean_files_save=$ac_clean_files
16578ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
16579{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
16580$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
16581as_write_fail=0
16582cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
5464f5a1
NN
16583#! $SHELL
16584# Generated by $as_me.
16585# Run this file to recreate the current configuration.
16586# Compiler output produced by configure, useful for debugging
16587# configure, is in config.log if it exists.
16588
16589debug=false
16590ac_cs_recheck=false
16591ac_cs_silent=false
5464f5a1 16592
81ecdfbb
RW
16593SHELL=\${CONFIG_SHELL-$SHELL}
16594export SHELL
16595_ASEOF
16596cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
16597## -------------------- ##
16598## M4sh Initialization. ##
16599## -------------------- ##
5464f5a1 16600
81ecdfbb
RW
16601# Be more Bourne compatible
16602DUALCASE=1; export DUALCASE # for MKS sh
16603if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
5464f5a1
NN
16604 emulate sh
16605 NULLCMD=:
81ecdfbb 16606 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5464f5a1
NN
16607 # is contrary to our usage. Disable this feature.
16608 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
16609 setopt NO_GLOB_SUBST
16610else
16611 case `(set -o) 2>/dev/null` in #(
16612 *posix*) :
16613 set -o posix ;; #(
16614 *) :
16615 ;;
16616esac
5464f5a1 16617fi
5464f5a1 16618
81ecdfbb
RW
16619
16620as_nl='
16621'
16622export as_nl
16623# Printing a long string crashes Solaris 7 /usr/bin/printf.
16624as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
16625as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
16626as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
16627# Prefer a ksh shell builtin over an external printf program on Solaris,
16628# but without wasting forks for bash or zsh.
16629if test -z "$BASH_VERSION$ZSH_VERSION" \
16630 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
16631 as_echo='print -r --'
16632 as_echo_n='print -rn --'
16633elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
16634 as_echo='printf %s\n'
16635 as_echo_n='printf %s'
16636else
16637 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
16638 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
16639 as_echo_n='/usr/ucb/echo -n'
16640 else
16641 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
16642 as_echo_n_body='eval
16643 arg=$1;
16644 case $arg in #(
16645 *"$as_nl"*)
16646 expr "X$arg" : "X\\(.*\\)$as_nl";
16647 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16648 esac;
16649 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16650 '
16651 export as_echo_n_body
16652 as_echo_n='sh -c $as_echo_n_body as_echo'
16653 fi
16654 export as_echo_body
16655 as_echo='sh -c $as_echo_body as_echo'
16656fi
16657
16658# The user is always right.
16659if test "${PATH_SEPARATOR+set}" != set; then
16660 PATH_SEPARATOR=:
16661 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16662 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16663 PATH_SEPARATOR=';'
16664 }
5464f5a1
NN
16665fi
16666
16667
81ecdfbb
RW
16668# IFS
16669# We need space, tab and new line, in precisely that order. Quoting is
16670# there to prevent editors from complaining about space-tab.
16671# (If _AS_PATH_WALK were called with IFS unset, it would disable word
16672# splitting by setting IFS to empty value.)
16673IFS=" "" $as_nl"
16674
16675# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 16676as_myself=
81ecdfbb
RW
16677case $0 in #((
16678 *[\\/]* ) as_myself=$0 ;;
16679 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16680for as_dir in $PATH
16681do
16682 IFS=$as_save_IFS
16683 test -z "$as_dir" && as_dir=.
16684 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16685 done
16686IFS=$as_save_IFS
16687
16688 ;;
16689esac
16690# We did not find ourselves, most probably we were run as `sh COMMAND'
16691# in which case we are not to be found in the path.
16692if test "x$as_myself" = x; then
16693 as_myself=$0
16694fi
16695if test ! -f "$as_myself"; then
16696 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16697 exit 1
16698fi
16699
16700# Unset variables that we do not need and which cause bugs (e.g. in
16701# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16702# suppresses any "Segmentation fault" message there. '((' could
16703# trigger a bug in pdksh 5.2.14.
16704for as_var in BASH_ENV ENV MAIL MAILPATH
16705do eval test x\${$as_var+set} = xset \
16706 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16707done
5464f5a1
NN
16708PS1='$ '
16709PS2='> '
16710PS4='+ '
16711
16712# NLS nuisances.
81ecdfbb
RW
16713LC_ALL=C
16714export LC_ALL
16715LANGUAGE=C
16716export LANGUAGE
16717
16718# CDPATH.
16719(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16720
16721
d0ac1c44
SM
16722# as_fn_error STATUS ERROR [LINENO LOG_FD]
16723# ----------------------------------------
81ecdfbb
RW
16724# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16725# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 16726# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
16727as_fn_error ()
16728{
d0ac1c44
SM
16729 as_status=$1; test $as_status -eq 0 && as_status=1
16730 if test "$4"; then
16731 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16732 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
5464f5a1 16733 fi
d0ac1c44 16734 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
16735 as_fn_exit $as_status
16736} # as_fn_error
16737
16738
16739# as_fn_set_status STATUS
16740# -----------------------
16741# Set $? to STATUS, without forking.
16742as_fn_set_status ()
16743{
16744 return $1
16745} # as_fn_set_status
16746
16747# as_fn_exit STATUS
16748# -----------------
16749# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16750as_fn_exit ()
16751{
16752 set +e
16753 as_fn_set_status $1
16754 exit $1
16755} # as_fn_exit
16756
16757# as_fn_unset VAR
16758# ---------------
16759# Portably unset VAR.
16760as_fn_unset ()
16761{
16762 { eval $1=; unset $1;}
16763}
16764as_unset=as_fn_unset
16765# as_fn_append VAR VALUE
16766# ----------------------
16767# Append the text in VALUE to the end of the definition contained in VAR. Take
16768# advantage of any shell optimizations that allow amortized linear growth over
16769# repeated appends, instead of the typical quadratic growth present in naive
16770# implementations.
16771if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16772 eval 'as_fn_append ()
16773 {
16774 eval $1+=\$2
16775 }'
16776else
16777 as_fn_append ()
16778 {
16779 eval $1=\$$1\$2
16780 }
16781fi # as_fn_append
16782
16783# as_fn_arith ARG...
16784# ------------------
16785# Perform arithmetic evaluation on the ARGs, and store the result in the
16786# global $as_val. Take advantage of shells that can avoid forks. The arguments
16787# must be portable across $(()) and expr.
16788if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16789 eval 'as_fn_arith ()
16790 {
16791 as_val=$(( $* ))
16792 }'
16793else
16794 as_fn_arith ()
16795 {
16796 as_val=`expr "$@" || test $? -eq 1`
16797 }
16798fi # as_fn_arith
16799
5464f5a1 16800
81ecdfbb
RW
16801if expr a : '\(a\)' >/dev/null 2>&1 &&
16802 test "X`expr 00001 : '.*\(...\)'`" = X001; then
5464f5a1
NN
16803 as_expr=expr
16804else
16805 as_expr=false
16806fi
16807
81ecdfbb 16808if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5464f5a1
NN
16809 as_basename=basename
16810else
16811 as_basename=false
16812fi
252b5132 16813
81ecdfbb
RW
16814if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16815 as_dirname=dirname
16816else
16817 as_dirname=false
16818fi
6be7c12c 16819
81ecdfbb 16820as_me=`$as_basename -- "$0" ||
5464f5a1
NN
16821$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16822 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
16823 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16824$as_echo X/"$0" |
16825 sed '/^.*\/\([^/][^/]*\)\/*$/{
16826 s//\1/
16827 q
16828 }
16829 /^X\/\(\/\/\)$/{
16830 s//\1/
16831 q
16832 }
16833 /^X\/\(\/\).*/{
16834 s//\1/
16835 q
16836 }
16837 s/.*/./; q'`
5464f5a1 16838
5464f5a1
NN
16839# Avoid depending upon Character Ranges.
16840as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16841as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16842as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16843as_cr_digits='0123456789'
16844as_cr_alnum=$as_cr_Letters$as_cr_digits
16845
81ecdfbb
RW
16846ECHO_C= ECHO_N= ECHO_T=
16847case `echo -n x` in #(((((
16848-n*)
16849 case `echo 'xy\c'` in
16850 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16851 xy) ECHO_C='\c';;
16852 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16853 ECHO_T=' ';;
16854 esac;;
16855*)
16856 ECHO_N='-n';;
5464f5a1
NN
16857esac
16858
81ecdfbb
RW
16859rm -f conf$$ conf$$.exe conf$$.file
16860if test -d conf$$.dir; then
16861 rm -f conf$$.dir/conf$$.file
252b5132 16862else
81ecdfbb
RW
16863 rm -f conf$$.dir
16864 mkdir conf$$.dir 2>/dev/null
252b5132 16865fi
81ecdfbb
RW
16866if (echo >conf$$.file) 2>/dev/null; then
16867 if ln -s conf$$.file conf$$ 2>/dev/null; then
5464f5a1 16868 as_ln_s='ln -s'
81ecdfbb
RW
16869 # ... but there are two gotchas:
16870 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16871 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 16872 # In both cases, we have to default to `cp -pR'.
81ecdfbb 16873 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 16874 as_ln_s='cp -pR'
81ecdfbb
RW
16875 elif ln conf$$.file conf$$ 2>/dev/null; then
16876 as_ln_s=ln
16877 else
d0ac1c44 16878 as_ln_s='cp -pR'
5464f5a1 16879 fi
5464f5a1 16880else
d0ac1c44 16881 as_ln_s='cp -pR'
252b5132 16882fi
81ecdfbb
RW
16883rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16884rmdir conf$$.dir 2>/dev/null
16885
16886
16887# as_fn_mkdir_p
16888# -------------
16889# Create "$as_dir" as a directory, including parents if necessary.
16890as_fn_mkdir_p ()
16891{
16892
16893 case $as_dir in #(
16894 -*) as_dir=./$as_dir;;
16895 esac
16896 test -d "$as_dir" || eval $as_mkdir_p || {
16897 as_dirs=
16898 while :; do
16899 case $as_dir in #(
16900 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16901 *) as_qdir=$as_dir;;
16902 esac
16903 as_dirs="'$as_qdir' $as_dirs"
16904 as_dir=`$as_dirname -- "$as_dir" ||
16905$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16906 X"$as_dir" : 'X\(//\)[^/]' \| \
16907 X"$as_dir" : 'X\(//\)$' \| \
16908 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16909$as_echo X"$as_dir" |
16910 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16911 s//\1/
16912 q
16913 }
16914 /^X\(\/\/\)[^/].*/{
16915 s//\1/
16916 q
16917 }
16918 /^X\(\/\/\)$/{
16919 s//\1/
16920 q
16921 }
16922 /^X\(\/\).*/{
16923 s//\1/
16924 q
16925 }
16926 s/.*/./; q'`
16927 test -d "$as_dir" && break
16928 done
16929 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 16930 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 16931
6be7c12c 16932
81ecdfbb 16933} # as_fn_mkdir_p
5464f5a1 16934if mkdir -p . 2>/dev/null; then
81ecdfbb 16935 as_mkdir_p='mkdir -p "$as_dir"'
5464f5a1
NN
16936else
16937 test -d ./-p && rmdir ./-p
16938 as_mkdir_p=false
252b5132 16939fi
81ecdfbb 16940
d0ac1c44
SM
16941
16942# as_fn_executable_p FILE
16943# -----------------------
16944# Test if FILE is an executable regular file.
16945as_fn_executable_p ()
16946{
16947 test -f "$1" && test -x "$1"
16948} # as_fn_executable_p
16949as_test_x='test -x'
16950as_executable_p=as_fn_executable_p
252b5132 16951
5464f5a1
NN
16952# Sed expression to map a string onto a valid CPP name.
16953as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 16954
5464f5a1
NN
16955# Sed expression to map a string onto a valid variable name.
16956as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6be7c12c 16957
252b5132 16958
5464f5a1 16959exec 6>&1
81ecdfbb
RW
16960## ----------------------------------- ##
16961## Main body of $CONFIG_STATUS script. ##
16962## ----------------------------------- ##
16963_ASEOF
16964test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5464f5a1 16965
81ecdfbb
RW
16966cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16967# Save the log message, to keep $0 and so on meaningful, and to
5464f5a1 16968# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
16969# values after options handling.
16970ac_log="
bb695960 16971This file was extended by bfd $as_me 2.33.50, which was
d0ac1c44 16972generated by GNU Autoconf 2.69. Invocation command line was
5464f5a1
NN
16973
16974 CONFIG_FILES = $CONFIG_FILES
16975 CONFIG_HEADERS = $CONFIG_HEADERS
16976 CONFIG_LINKS = $CONFIG_LINKS
16977 CONFIG_COMMANDS = $CONFIG_COMMANDS
16978 $ $0 $@
16979
81ecdfbb
RW
16980on `(hostname || uname -n) 2>/dev/null | sed 1q`
16981"
16982
5464f5a1
NN
16983_ACEOF
16984
81ecdfbb
RW
16985case $ac_config_files in *"
16986"*) set x $ac_config_files; shift; ac_config_files=$*;;
16987esac
5464f5a1 16988
81ecdfbb
RW
16989case $ac_config_headers in *"
16990"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16991esac
252b5132 16992
252b5132 16993
81ecdfbb
RW
16994cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16995# Files that config.status was made for.
16996config_files="$ac_config_files"
16997config_headers="$ac_config_headers"
16998config_commands="$ac_config_commands"
252b5132 16999
81ecdfbb 17000_ACEOF
5464f5a1 17001
81ecdfbb 17002cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1 17003ac_cs_usage="\
81ecdfbb
RW
17004\`$as_me' instantiates files and other configuration actions
17005from templates according to the current configuration. Unless the files
17006and actions are specified as TAGs, all are instantiated by default.
5464f5a1 17007
81ecdfbb 17008Usage: $0 [OPTION]... [TAG]...
5464f5a1
NN
17009
17010 -h, --help print this help, then exit
81ecdfbb 17011 -V, --version print version number and configuration settings, then exit
d0ac1c44 17012 --config print configuration, then exit
81ecdfbb
RW
17013 -q, --quiet, --silent
17014 do not print progress messages
5464f5a1
NN
17015 -d, --debug don't remove temporary files
17016 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
17017 --file=FILE[:TEMPLATE]
17018 instantiate the configuration file FILE
17019 --header=FILE[:TEMPLATE]
17020 instantiate the configuration header FILE
5464f5a1
NN
17021
17022Configuration files:
17023$config_files
17024
17025Configuration headers:
17026$config_headers
17027
17028Configuration commands:
17029$config_commands
17030
81ecdfbb 17031Report bugs to the package provider."
5464f5a1 17032
81ecdfbb
RW
17033_ACEOF
17034cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 17035ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5464f5a1 17036ac_cs_version="\\
bb695960 17037bfd config.status 2.33.50
d0ac1c44
SM
17038configured by $0, generated by GNU Autoconf 2.69,
17039 with options \\"\$ac_cs_config\\"
5464f5a1 17040
d0ac1c44 17041Copyright (C) 2012 Free Software Foundation, Inc.
5464f5a1
NN
17042This config.status script is free software; the Free Software Foundation
17043gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
17044
17045ac_pwd='$ac_pwd'
17046srcdir='$srcdir'
17047INSTALL='$INSTALL'
17048MKDIR_P='$MKDIR_P'
17049AWK='$AWK'
17050test -n "\$AWK" || AWK=awk
5464f5a1
NN
17051_ACEOF
17052
81ecdfbb
RW
17053cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17054# The default lists apply if the user does not specify any file.
5464f5a1
NN
17055ac_need_defaults=:
17056while test $# != 0
17057do
17058 case $1 in
d0ac1c44 17059 --*=?*)
81ecdfbb
RW
17060 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17061 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5464f5a1 17062 ac_shift=:
6be7c12c 17063 ;;
d0ac1c44
SM
17064 --*=)
17065 ac_option=`expr "X$1" : 'X\([^=]*\)='`
17066 ac_optarg=
17067 ac_shift=:
17068 ;;
81ecdfbb 17069 *)
5464f5a1
NN
17070 ac_option=$1
17071 ac_optarg=$2
17072 ac_shift=shift
6be7c12c 17073 ;;
5464f5a1 17074 esac
252b5132 17075
5464f5a1
NN
17076 case $ac_option in
17077 # Handling of the options.
5464f5a1
NN
17078 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
17079 ac_cs_recheck=: ;;
81ecdfbb
RW
17080 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
17081 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
17082 --config | --confi | --conf | --con | --co | --c )
17083 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 17084 --debug | --debu | --deb | --de | --d | -d )
5464f5a1
NN
17085 debug=: ;;
17086 --file | --fil | --fi | --f )
17087 $ac_shift
81ecdfbb
RW
17088 case $ac_optarg in
17089 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 17090 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
17091 esac
17092 as_fn_append CONFIG_FILES " '$ac_optarg'"
5464f5a1
NN
17093 ac_need_defaults=false;;
17094 --header | --heade | --head | --hea )
17095 $ac_shift
81ecdfbb
RW
17096 case $ac_optarg in
17097 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
17098 esac
17099 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
5464f5a1 17100 ac_need_defaults=false;;
81ecdfbb
RW
17101 --he | --h)
17102 # Conflict between --help and --header
d0ac1c44 17103 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
17104Try \`$0 --help' for more information.";;
17105 --help | --hel | -h )
17106 $as_echo "$ac_cs_usage"; exit ;;
5464f5a1
NN
17107 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
17108 | -silent | --silent | --silen | --sile | --sil | --si | --s)
17109 ac_cs_silent=: ;;
6be7c12c 17110
5464f5a1 17111 # This is an error.
d0ac1c44 17112 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 17113Try \`$0 --help' for more information." ;;
252b5132 17114
81ecdfbb
RW
17115 *) as_fn_append ac_config_targets " $1"
17116 ac_need_defaults=false ;;
252b5132 17117
5464f5a1
NN
17118 esac
17119 shift
17120done
6be7c12c 17121
5464f5a1 17122ac_configure_extra_args=
252b5132 17123
5464f5a1
NN
17124if $ac_cs_silent; then
17125 exec 6>/dev/null
17126 ac_configure_extra_args="$ac_configure_extra_args --silent"
17127fi
6be7c12c 17128
5464f5a1 17129_ACEOF
81ecdfbb 17130cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5464f5a1 17131if \$ac_cs_recheck; then
d0ac1c44 17132 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
17133 shift
17134 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17135 CONFIG_SHELL='$SHELL'
17136 export CONFIG_SHELL
17137 exec "\$@"
5464f5a1
NN
17138fi
17139
17140_ACEOF
81ecdfbb
RW
17141cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17142exec 5>>config.log
17143{
17144 echo
17145 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17146## Running $as_me. ##
17147_ASBOX
17148 $as_echo "$ac_log"
17149} >&5
5464f5a1 17150
81ecdfbb
RW
17151_ACEOF
17152cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6be7c12c 17153#
81ecdfbb 17154# INIT-COMMANDS
6be7c12c 17155#
f5385ebf 17156AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
17157
17158
17159# The HP-UX ksh and POSIX shell print the target directory to stdout
17160# if CDPATH is set.
17161(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
17162
17163sed_quote_subst='$sed_quote_subst'
17164double_quote_subst='$double_quote_subst'
17165delay_variable_subst='$delay_variable_subst'
3725885a
RW
17166enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
17167macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
17168macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
17169enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
17170pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
17171enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
17172SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
17173ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
17174host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
17175host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
17176host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
17177build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
17178build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
17179build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
17180SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
17181Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
17182GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
17183EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
17184FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
17185LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
17186NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
17187LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
17188max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
17189ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
17190exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
17191lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
17192lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
17193lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
17194reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
17195reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
17196OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
17197deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
17198file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
17199AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
17200AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
17201STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
17202RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
17203old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17204old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17205old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
17206lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
17207CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
17208CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
17209compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
17210GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
17211lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
17212lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
17213lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
17214lt_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"`'
17215objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
17216MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
17217lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
17218lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
17219lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
17220lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
17221lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
17222need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
17223DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
17224NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
17225LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
17226OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
17227OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
17228libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
17229shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
17230extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17231archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
17232enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
17233export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
17234whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
17235compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
17236old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
17237old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
17238archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
17239archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17240module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
17241module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
17242with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
17243allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
17244no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
17245hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
17246hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
17247hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
17248hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
17249hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
17250hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
17251hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
17252hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
17253inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
17254link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
17255fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
17256always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
17257export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
17258exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
17259include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
17260prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
17261file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
17262variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
17263need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
17264need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
17265version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
17266runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
17267shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
17268shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
17269libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
17270library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
17271soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
17272install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
17273postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
17274postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
17275finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
17276finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
17277hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
17278sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
17279sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
17280hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
17281enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
17282enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
17283enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
17284old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
17285striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
17286
17287LTCC='$LTCC'
17288LTCFLAGS='$LTCFLAGS'
17289compiler='$compiler_DEFAULT'
17290
3725885a
RW
17291# A function that is used when there is no print builtin or printf.
17292func_fallback_echo ()
17293{
17294 eval 'cat <<_LTECHO_EOF
17295\$1
17296_LTECHO_EOF'
17297}
17298
d7040cdb 17299# Quote evaled strings.
3725885a
RW
17300for var in SHELL \
17301ECHO \
17302SED \
d7040cdb
SE
17303GREP \
17304EGREP \
17305FGREP \
17306LD \
17307NM \
17308LN_S \
17309lt_SP2NL \
17310lt_NL2SP \
17311reload_flag \
718a6fd8 17312OBJDUMP \
d7040cdb
SE
17313deplibs_check_method \
17314file_magic_cmd \
17315AR \
17316AR_FLAGS \
17317STRIP \
17318RANLIB \
17319CC \
17320CFLAGS \
17321compiler \
17322lt_cv_sys_global_symbol_pipe \
17323lt_cv_sys_global_symbol_to_cdecl \
17324lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 17325lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
17326lt_prog_compiler_no_builtin_flag \
17327lt_prog_compiler_wl \
17328lt_prog_compiler_pic \
17329lt_prog_compiler_static \
17330lt_cv_prog_compiler_c_o \
17331need_locks \
718a6fd8
SE
17332DSYMUTIL \
17333NMEDIT \
17334LIPO \
17335OTOOL \
17336OTOOL64 \
d7040cdb
SE
17337shrext_cmds \
17338export_dynamic_flag_spec \
17339whole_archive_flag_spec \
17340compiler_needs_object \
17341with_gnu_ld \
17342allow_undefined_flag \
17343no_undefined_flag \
17344hardcode_libdir_flag_spec \
17345hardcode_libdir_flag_spec_ld \
17346hardcode_libdir_separator \
17347fix_srcfile_path \
17348exclude_expsyms \
17349include_expsyms \
17350file_list_spec \
17351variables_saved_for_relink \
17352libname_spec \
17353library_names_spec \
17354soname_spec \
3725885a 17355install_override_mode \
d7040cdb
SE
17356finish_eval \
17357old_striplib \
17358striplib; do
3725885a 17359 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 17360 *[\\\\\\\`\\"\\\$]*)
3725885a 17361 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
17362 ;;
17363 *)
17364 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17365 ;;
17366 esac
17367done
17368
17369# Double-quote double-evaled strings.
17370for var in reload_cmds \
17371old_postinstall_cmds \
17372old_postuninstall_cmds \
17373old_archive_cmds \
17374extract_expsyms_cmds \
17375old_archive_from_new_cmds \
17376old_archive_from_expsyms_cmds \
17377archive_cmds \
17378archive_expsym_cmds \
17379module_cmds \
17380module_expsym_cmds \
17381export_symbols_cmds \
17382prelink_cmds \
17383postinstall_cmds \
17384postuninstall_cmds \
17385finish_cmds \
17386sys_lib_search_path_spec \
17387sys_lib_dlsearch_path_spec; do
3725885a 17388 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 17389 *[\\\\\\\`\\"\\\$]*)
3725885a 17390 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
17391 ;;
17392 *)
17393 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
17394 ;;
17395 esac
17396done
17397
d7040cdb
SE
17398ac_aux_dir='$ac_aux_dir'
17399xsi_shell='$xsi_shell'
17400lt_shell_append='$lt_shell_append'
17401
17402# See if we are running on zsh, and set the options which allow our
17403# commands through without removal of \ escapes INIT.
17404if test -n "\${ZSH_VERSION+set}" ; then
17405 setopt NO_GLOB_SUBST
17406fi
17407
17408
17409 PACKAGE='$PACKAGE'
17410 VERSION='$VERSION'
17411 TIMESTAMP='$TIMESTAMP'
17412 RM='$RM'
17413 ofile='$ofile'
17414
17415
17416
20e95c23
DJ
17417# Capture the value of obsolete ALL_LINGUAS because we need it to compute
17418 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
17419 # from automake.
17420 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
17421 # Capture the value of LINGUAS because we need it to compute CATALOGS.
17422 LINGUAS="${LINGUAS-%UNSET%}"
17423
5464f5a1 17424
f3b4f6d0
PB
17425GCC="$GCC"
17426CC="$CC"
17427acx_cv_header_stdint="$acx_cv_header_stdint"
17428acx_cv_type_int8_t="$acx_cv_type_int8_t"
17429acx_cv_type_int16_t="$acx_cv_type_int16_t"
17430acx_cv_type_int32_t="$acx_cv_type_int32_t"
17431acx_cv_type_int64_t="$acx_cv_type_int64_t"
17432acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
17433ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
17434ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
17435ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
17436ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
17437ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
d5efd9fc
AM
17438ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
17439ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
f3b4f6d0 17440ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
d5efd9fc
AM
17441
17442
5464f5a1
NN
17443
17444_ACEOF
17445
81ecdfbb 17446cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1 17447
81ecdfbb 17448# Handling of arguments.
5464f5a1 17449for ac_config_target in $ac_config_targets
252b5132 17450do
81ecdfbb
RW
17451 case $ac_config_target in
17452 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
17453 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
17454 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
17455 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
17456 "bfd_stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS bfd_stdint.h" ;;
17457 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
17458 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
17459 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
17460 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
17461 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
17462
d0ac1c44 17463 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
252b5132
RH
17464 esac
17465done
17466
81ecdfbb 17467
5464f5a1
NN
17468# If the user did not use the arguments to specify the items to instantiate,
17469# then the envvar interface is used. Set only those that are not.
17470# We use the long form for the default assignment because of an extremely
17471# bizarre bug on SunOS 4.1.3.
17472if $ac_need_defaults; then
17473 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
17474 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
17475 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
17476fi
17477
17478# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 17479# simply because there is no reason against having it here, and in addition,
5464f5a1 17480# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
17481# Hook for its removal unless debugging.
17482# Note that there is a small window in which the directory will not be cleaned:
17483# after its creation but before its name has been assigned to `$tmp'.
5464f5a1
NN
17484$debug ||
17485{
d0ac1c44 17486 tmp= ac_tmp=
81ecdfbb 17487 trap 'exit_status=$?
d0ac1c44
SM
17488 : "${ac_tmp:=$tmp}"
17489 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
17490' 0
17491 trap 'as_fn_exit 1' 1 2 13 15
5464f5a1 17492}
5464f5a1 17493# Create a (secure) tmp directory for tmp files.
b3baf5d0 17494
5464f5a1 17495{
81ecdfbb 17496 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 17497 test -d "$tmp"
5464f5a1
NN
17498} ||
17499{
81ecdfbb
RW
17500 tmp=./conf$$-$RANDOM
17501 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
17502} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
17503ac_tmp=$tmp
81ecdfbb
RW
17504
17505# Set up the scripts for CONFIG_FILES section.
17506# No need to generate them if there are no CONFIG_FILES.
17507# This happens for instance with `./config.status config.h'.
17508if test -n "$CONFIG_FILES"; then
17509
17510
17511ac_cr=`echo X | tr X '\015'`
17512# On cygwin, bash can eat \r inside `` if the user requested igncr.
17513# But we know of no other shell where ac_cr would be empty at this
17514# point, so we can use a bashism as a fallback.
17515if test "x$ac_cr" = x; then
17516 eval ac_cr=\$\'\\r\'
17517fi
17518ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
17519if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 17520 ac_cs_awk_cr='\\r'
81ecdfbb
RW
17521else
17522 ac_cs_awk_cr=$ac_cr
17523fi
17524
d0ac1c44 17525echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
17526_ACEOF
17527
17528
17529{
17530 echo "cat >conf$$subs.awk <<_ACEOF" &&
17531 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
17532 echo "_ACEOF"
17533} >conf$$subs.sh ||
d0ac1c44
SM
17534 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
17535ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
17536ac_delim='%!_!# '
17537for ac_last_try in false false false false false :; do
17538 . ./conf$$subs.sh ||
d0ac1c44 17539 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
17540
17541 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
17542 if test $ac_delim_n = $ac_delim_num; then
17543 break
17544 elif $ac_last_try; then
d0ac1c44 17545 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
17546 else
17547 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17548 fi
17549done
17550rm -f conf$$subs.sh
17551
17552cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 17553cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
17554_ACEOF
17555sed -n '
17556h
17557s/^/S["/; s/!.*/"]=/
17558p
17559g
17560s/^[^!]*!//
17561:repl
17562t repl
17563s/'"$ac_delim"'$//
17564t delim
17565:nl
17566h
d0ac1c44 17567s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
17568t more1
17569s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
17570p
17571n
17572b repl
17573:more1
17574s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17575p
17576g
17577s/.\{148\}//
17578t nl
17579:delim
17580h
d0ac1c44 17581s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
17582t more2
17583s/["\\]/\\&/g; s/^/"/; s/$/"/
17584p
17585b
17586:more2
17587s/["\\]/\\&/g; s/^/"/; s/$/"\\/
17588p
17589g
17590s/.\{148\}//
17591t delim
17592' <conf$$subs.awk | sed '
17593/^[^""]/{
17594 N
17595 s/\n//
17596}
17597' >>$CONFIG_STATUS || ac_write_fail=1
17598rm -f conf$$subs.awk
17599cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17600_ACAWK
d0ac1c44 17601cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
17602 for (key in S) S_is_set[key] = 1
17603 FS = "\a"
17604
17605}
5464f5a1 17606{
81ecdfbb
RW
17607 line = $ 0
17608 nfields = split(line, field, "@")
17609 substed = 0
17610 len = length(field[1])
17611 for (i = 2; i < nfields; i++) {
17612 key = field[i]
17613 keylen = length(key)
17614 if (S_is_set[key]) {
17615 value = S[key]
17616 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
17617 len += length(value) + length(field[++i])
17618 substed = 1
17619 } else
17620 len += 1 + keylen
17621 }
17622
17623 print line
5464f5a1
NN
17624}
17625
81ecdfbb
RW
17626_ACAWK
17627_ACEOF
17628cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17629if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
17630 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
17631else
17632 cat
d0ac1c44
SM
17633fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
17634 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5464f5a1
NN
17635_ACEOF
17636
d0ac1c44
SM
17637# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
17638# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
17639# trailing colons and then remove the whole line if VPATH becomes empty
17640# (actually we leave an empty line to preserve line numbers).
17641if test "x$srcdir" = x.; then
d0ac1c44
SM
17642 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
17643h
17644s///
17645s/^/:/
17646s/[ ]*$/:/
17647s/:\$(srcdir):/:/g
17648s/:\${srcdir}:/:/g
17649s/:@srcdir@:/:/g
17650s/^:*//
81ecdfbb 17651s/:*$//
d0ac1c44
SM
17652x
17653s/\(=[ ]*\).*/\1/
17654G
17655s/\n//
81ecdfbb
RW
17656s/^[^=]*=[ ]*$//
17657}'
17658fi
b3baf5d0 17659
81ecdfbb
RW
17660cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17661fi # test -n "$CONFIG_FILES"
252b5132 17662
81ecdfbb
RW
17663# Set up the scripts for CONFIG_HEADERS section.
17664# No need to generate them if there are no CONFIG_HEADERS.
17665# This happens for instance with `./config.status Makefile'.
17666if test -n "$CONFIG_HEADERS"; then
d0ac1c44 17667cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb 17668BEGIN {
5464f5a1
NN
17669_ACEOF
17670
81ecdfbb
RW
17671# Transform confdefs.h into an awk script `defines.awk', embedded as
17672# here-document in config.status, that substitutes the proper values into
17673# config.h.in to produce config.h.
17674
17675# Create a delimiter string that does not exist in confdefs.h, to ease
17676# handling of long lines.
17677ac_delim='%!_!# '
17678for ac_last_try in false false :; do
d0ac1c44
SM
17679 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
17680 if test -z "$ac_tt"; then
81ecdfbb
RW
17681 break
17682 elif $ac_last_try; then
d0ac1c44 17683 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
81ecdfbb
RW
17684 else
17685 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 17686 fi
81ecdfbb 17687done
6be7c12c 17688
81ecdfbb
RW
17689# For the awk script, D is an array of macro values keyed by name,
17690# likewise P contains macro parameters if any. Preserve backslash
17691# newline sequences.
17692
17693ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17694sed -n '
17695s/.\{148\}/&'"$ac_delim"'/g
17696t rset
17697:rset
17698s/^[ ]*#[ ]*define[ ][ ]*/ /
17699t def
17700d
17701:def
17702s/\\$//
17703t bsnl
17704s/["\\]/\\&/g
17705s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17706D["\1"]=" \3"/p
17707s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17708d
17709:bsnl
17710s/["\\]/\\&/g
17711s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17712D["\1"]=" \3\\\\\\n"\\/p
17713t cont
17714s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17715t cont
17716d
17717:cont
17718n
17719s/.\{148\}/&'"$ac_delim"'/g
17720t clear
17721:clear
17722s/\\$//
17723t bsnlc
17724s/["\\]/\\&/g; s/^/"/; s/$/"/p
17725d
17726:bsnlc
17727s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17728b cont
17729' <confdefs.h | sed '
17730s/'"$ac_delim"'/"\\\
17731"/g' >>$CONFIG_STATUS || ac_write_fail=1
17732
17733cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17734 for (key in D) D_is_set[key] = 1
17735 FS = "\a"
17736}
17737/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17738 line = \$ 0
17739 split(line, arg, " ")
17740 if (arg[1] == "#") {
17741 defundef = arg[2]
17742 mac1 = arg[3]
17743 } else {
17744 defundef = substr(arg[1], 2)
17745 mac1 = arg[2]
17746 }
17747 split(mac1, mac2, "(") #)
17748 macro = mac2[1]
17749 prefix = substr(line, 1, index(line, defundef) - 1)
17750 if (D_is_set[macro]) {
17751 # Preserve the white space surrounding the "#".
17752 print prefix "define", macro P[macro] D[macro]
17753 next
17754 } else {
17755 # Replace #undef with comments. This is necessary, for example,
17756 # in the case of _POSIX_SOURCE, which is predefined and required
17757 # on some systems where configure will not decide to define it.
17758 if (defundef == "undef") {
17759 print "/*", prefix defundef, macro, "*/"
17760 next
17761 }
17762 }
17763}
17764{ print }
17765_ACAWK
5464f5a1 17766_ACEOF
81ecdfbb 17767cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 17768 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb
RW
17769fi # test -n "$CONFIG_HEADERS"
17770
17771
17772eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17773shift
17774for ac_tag
17775do
17776 case $ac_tag in
17777 :[FHLC]) ac_mode=$ac_tag; continue;;
17778 esac
17779 case $ac_mode$ac_tag in
17780 :[FHL]*:*);;
d0ac1c44 17781 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
17782 :[FH]-) ac_tag=-:-;;
17783 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17784 esac
17785 ac_save_IFS=$IFS
17786 IFS=:
17787 set x $ac_tag
17788 IFS=$ac_save_IFS
17789 shift
17790 ac_file=$1
17791 shift
17792
17793 case $ac_mode in
17794 :L) ac_source=$1;;
17795 :[FH])
17796 ac_file_inputs=
17797 for ac_f
17798 do
17799 case $ac_f in
d0ac1c44 17800 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
17801 *) # Look for the file first in the build tree, then in the source tree
17802 # (if the path is not absolute). The absolute path cannot be DOS-style,
17803 # because $ac_f cannot contain `:'.
17804 test -f "$ac_f" ||
17805 case $ac_f in
17806 [\\/$]*) false;;
17807 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17808 esac ||
d0ac1c44 17809 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
17810 esac
17811 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17812 as_fn_append ac_file_inputs " '$ac_f'"
17813 done
17814
17815 # Let's still pretend it is `configure' which instantiates (i.e., don't
17816 # use $as_me), people would be surprised to read:
17817 # /* config.h. Generated by config.status. */
17818 configure_input='Generated from '`
17819 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17820 `' by configure.'
17821 if test x"$ac_file" != x-; then
17822 configure_input="$ac_file. $configure_input"
17823 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17824$as_echo "$as_me: creating $ac_file" >&6;}
17825 fi
17826 # Neutralize special characters interpreted by sed in replacement strings.
17827 case $configure_input in #(
17828 *\&* | *\|* | *\\* )
17829 ac_sed_conf_input=`$as_echo "$configure_input" |
17830 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17831 *) ac_sed_conf_input=$configure_input;;
17832 esac
17833
17834 case $ac_tag in
d0ac1c44
SM
17835 *:-:* | *:-) cat >"$ac_tmp/stdin" \
17836 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
17837 esac
17838 ;;
252b5132
RH
17839 esac
17840
81ecdfbb 17841 ac_dir=`$as_dirname -- "$ac_file" ||
5464f5a1
NN
17842$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17843 X"$ac_file" : 'X\(//\)[^/]' \| \
17844 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
17845 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17846$as_echo X"$ac_file" |
17847 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17848 s//\1/
17849 q
17850 }
17851 /^X\(\/\/\)[^/].*/{
17852 s//\1/
17853 q
17854 }
17855 /^X\(\/\/\)$/{
17856 s//\1/
17857 q
17858 }
17859 /^X\(\/\).*/{
17860 s//\1/
17861 q
17862 }
17863 s/.*/./; q'`
17864 as_dir="$ac_dir"; as_fn_mkdir_p
5464f5a1
NN
17865 ac_builddir=.
17866
81ecdfbb
RW
17867case "$ac_dir" in
17868.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17869*)
17870 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17871 # A ".." for each directory in $ac_dir_suffix.
17872 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17873 case $ac_top_builddir_sub in
17874 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17875 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17876 esac ;;
17877esac
17878ac_abs_top_builddir=$ac_pwd
17879ac_abs_builddir=$ac_pwd$ac_dir_suffix
17880# for backward compatibility:
17881ac_top_builddir=$ac_top_build_prefix
252b5132 17882
5464f5a1 17883case $srcdir in
81ecdfbb 17884 .) # We are building in place.
5464f5a1 17885 ac_srcdir=.
81ecdfbb
RW
17886 ac_top_srcdir=$ac_top_builddir_sub
17887 ac_abs_top_srcdir=$ac_pwd ;;
17888 [\\/]* | ?:[\\/]* ) # Absolute name.
5464f5a1 17889 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
17890 ac_top_srcdir=$srcdir
17891 ac_abs_top_srcdir=$srcdir ;;
17892 *) # Relative name.
17893 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17894 ac_top_srcdir=$ac_top_build_prefix$srcdir
17895 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5464f5a1 17896esac
81ecdfbb 17897ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 17898
252b5132 17899
81ecdfbb
RW
17900 case $ac_mode in
17901 :F)
17902 #
17903 # CONFIG_FILE
17904 #
5464f5a1
NN
17905
17906 case $INSTALL in
17907 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
17908 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17909 esac
17910 ac_MKDIR_P=$MKDIR_P
17911 case $MKDIR_P in
17912 [\\/$]* | ?:[\\/]* ) ;;
17913 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
6be7c12c 17914 esac
81ecdfbb 17915_ACEOF
252b5132 17916
81ecdfbb
RW
17917cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17918# If the template does not know about datarootdir, expand it.
17919# FIXME: This hack should be removed a few years after 2.60.
17920ac_datarootdir_hack=; ac_datarootdir_seen=
17921ac_sed_dataroot='
17922/datarootdir/ {
17923 p
17924 q
17925}
17926/@datadir@/p
17927/@docdir@/p
17928/@infodir@/p
17929/@localedir@/p
17930/@mandir@/p'
17931case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17932*datarootdir*) ac_datarootdir_seen=yes;;
17933*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17934 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17935$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17936_ACEOF
17937cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17938 ac_datarootdir_hack='
17939 s&@datadir@&$datadir&g
17940 s&@docdir@&$docdir&g
17941 s&@infodir@&$infodir&g
17942 s&@localedir@&$localedir&g
17943 s&@mandir@&$mandir&g
17944 s&\\\${datarootdir}&$datarootdir&g' ;;
17945esac
5464f5a1 17946_ACEOF
81ecdfbb
RW
17947
17948# Neutralize VPATH when `$srcdir' = `.'.
17949# Shell code in configure.ac might set extrasub.
17950# FIXME: do we really want to maintain this feature?
17951cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17952ac_sed_extra="$ac_vpsub
5464f5a1
NN
17953$extrasub
17954_ACEOF
81ecdfbb 17955cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1
NN
17956:t
17957/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
17958s|@configure_input@|$ac_sed_conf_input|;t t
17959s&@top_builddir@&$ac_top_builddir_sub&;t t
17960s&@top_build_prefix@&$ac_top_build_prefix&;t t
17961s&@srcdir@&$ac_srcdir&;t t
17962s&@abs_srcdir@&$ac_abs_srcdir&;t t
17963s&@top_srcdir@&$ac_top_srcdir&;t t
17964s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17965s&@builddir@&$ac_builddir&;t t
17966s&@abs_builddir@&$ac_abs_builddir&;t t
17967s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17968s&@INSTALL@&$ac_INSTALL&;t t
17969s&@MKDIR_P@&$ac_MKDIR_P&;t t
17970$ac_datarootdir_hack
17971"
d0ac1c44
SM
17972eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
17973 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
17974
17975test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
17976 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17977 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17978 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 17979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 17980which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 17981$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 17982which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 17983
d0ac1c44 17984 rm -f "$ac_tmp/stdin"
5464f5a1 17985 case $ac_file in
d0ac1c44
SM
17986 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17987 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 17988 esac \
d0ac1c44 17989 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
17990 ;;
17991 :H)
17992 #
17993 # CONFIG_HEADER
17994 #
5464f5a1 17995 if test x"$ac_file" != x-; then
81ecdfbb
RW
17996 {
17997 $as_echo "/* $configure_input */" \
d0ac1c44
SM
17998 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17999 } >"$ac_tmp/config.h" \
18000 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
18001 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
18002 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
18003$as_echo "$as_me: $ac_file is unchanged" >&6;}
5464f5a1 18004 else
81ecdfbb 18005 rm -f "$ac_file"
d0ac1c44
SM
18006 mv "$ac_tmp/config.h" "$ac_file" \
18007 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
252b5132 18008 fi
5464f5a1 18009 else
81ecdfbb 18010 $as_echo "/* $configure_input */" \
d0ac1c44
SM
18011 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
18012 || as_fn_error $? "could not create -" "$LINENO" 5
252b5132 18013 fi
81ecdfbb
RW
18014# Compute "$ac_file"'s index in $config_headers.
18015_am_arg="$ac_file"
f5385ebf
AM
18016_am_stamp_count=1
18017for _am_header in $config_headers :; do
18018 case $_am_header in
81ecdfbb 18019 $_am_arg | $_am_arg:* )
f5385ebf
AM
18020 break ;;
18021 * )
18022 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
18023 esac
18024done
81ecdfbb
RW
18025echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
18026$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18027 X"$_am_arg" : 'X\(//\)[^/]' \| \
18028 X"$_am_arg" : 'X\(//\)$' \| \
18029 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
18030$as_echo X"$_am_arg" |
18031 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18032 s//\1/
18033 q
18034 }
18035 /^X\(\/\/\)[^/].*/{
18036 s//\1/
18037 q
18038 }
18039 /^X\(\/\/\)$/{
18040 s//\1/
18041 q
18042 }
18043 /^X\(\/\).*/{
18044 s//\1/
18045 q
18046 }
18047 s/.*/./; q'`/stamp-h$_am_stamp_count
18048 ;;
5464f5a1 18049
81ecdfbb
RW
18050 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
18051$as_echo "$as_me: executing $ac_file commands" >&6;}
18052 ;;
18053 esac
5464f5a1
NN
18054
18055
81ecdfbb
RW
18056 case $ac_file$ac_mode in
18057 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
d0ac1c44 18058 # Older Autoconf quotes --file arguments for eval, but not when files
81ecdfbb
RW
18059 # are listed without --file. Let's play safe and only enable the eval
18060 # if we detect the quoting.
18061 case $CONFIG_FILES in
18062 *\'*) eval set x "$CONFIG_FILES" ;;
18063 *) set x $CONFIG_FILES ;;
18064 esac
18065 shift
18066 for mf
18067 do
18068 # Strip MF so we end up with the name of the file.
18069 mf=`echo "$mf" | sed -e 's/:.*$//'`
18070 # Check whether this is an Automake generated Makefile or not.
d0ac1c44 18071 # We used to match only the files named 'Makefile.in', but
81ecdfbb
RW
18072 # some people rename them; so instead we look at the file content.
18073 # Grep'ing the first line is not enough: some people post-process
18074 # each Makefile.in and add a new line on top of each file to say so.
18075 # Grep'ing the whole file is not good either: AIX grep has a line
18076 # limit of 2048, but all sed's we know have understand at least 4000.
18077 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
18078 dirpart=`$as_dirname -- "$mf" ||
f5385ebf
AM
18079$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18080 X"$mf" : 'X\(//\)[^/]' \| \
18081 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
18082 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
18083$as_echo X"$mf" |
18084 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18085 s//\1/
18086 q
18087 }
18088 /^X\(\/\/\)[^/].*/{
18089 s//\1/
18090 q
18091 }
18092 /^X\(\/\/\)$/{
18093 s//\1/
18094 q
18095 }
18096 /^X\(\/\).*/{
18097 s//\1/
18098 q
18099 }
18100 s/.*/./; q'`
18101 else
18102 continue
18103 fi
18104 # Extract the definition of DEPDIR, am__include, and am__quote
d0ac1c44 18105 # from the Makefile without running 'make'.
81ecdfbb
RW
18106 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
18107 test -z "$DEPDIR" && continue
18108 am__include=`sed -n 's/^am__include = //p' < "$mf"`
d0ac1c44 18109 test -z "$am__include" && continue
81ecdfbb 18110 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
81ecdfbb
RW
18111 # Find all dependency output files, they are included files with
18112 # $(DEPDIR) in their names. We invoke sed twice because it is the
18113 # simplest approach to changing $(DEPDIR) to its actual value in the
18114 # expansion.
18115 for file in `sed -n "
18116 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
d0ac1c44 18117 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
81ecdfbb
RW
18118 # Make sure the directory exists.
18119 test -f "$dirpart/$file" && continue
18120 fdir=`$as_dirname -- "$file" ||
f5385ebf
AM
18121$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18122 X"$file" : 'X\(//\)[^/]' \| \
18123 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
18124 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
18125$as_echo X"$file" |
18126 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18127 s//\1/
18128 q
18129 }
18130 /^X\(\/\/\)[^/].*/{
18131 s//\1/
18132 q
18133 }
18134 /^X\(\/\/\)$/{
18135 s//\1/
18136 q
18137 }
18138 /^X\(\/\).*/{
18139 s//\1/
18140 q
18141 }
18142 s/.*/./; q'`
18143 as_dir=$dirpart/$fdir; as_fn_mkdir_p
18144 # echo "creating $dirpart/$file"
18145 echo '# dummy' > "$dirpart/$file"
f5385ebf 18146 done
f5385ebf 18147 done
81ecdfbb 18148}
d7040cdb 18149 ;;
81ecdfbb 18150 "libtool":C)
d7040cdb
SE
18151
18152 # See if we are running on zsh, and set the options which allow our
18153 # commands through without removal of \ escapes.
18154 if test -n "${ZSH_VERSION+set}" ; then
18155 setopt NO_GLOB_SUBST
18156 fi
18157
18158 cfgfile="${ofile}T"
18159 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
18160 $RM "$cfgfile"
18161
18162 cat <<_LT_EOF >> "$cfgfile"
18163#! $SHELL
18164
18165# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 18166# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
18167# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18168# NOTE: Changes made to this file will be lost: look at ltmain.sh.
18169#
718a6fd8 18170# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 18171# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 18172# Written by Gordon Matzigkeit, 1996
d7040cdb 18173#
718a6fd8 18174# This file is part of GNU Libtool.
d7040cdb 18175#
718a6fd8
SE
18176# GNU Libtool is free software; you can redistribute it and/or
18177# modify it under the terms of the GNU General Public License as
18178# published by the Free Software Foundation; either version 2 of
18179# the License, or (at your option) any later version.
d7040cdb 18180#
718a6fd8
SE
18181# As a special exception to the GNU General Public License,
18182# if you distribute this file as part of a program or library that
18183# is built using GNU Libtool, you may include this file under the
18184# same distribution terms that you use for the rest of that program.
d7040cdb 18185#
718a6fd8
SE
18186# GNU Libtool is distributed in the hope that it will be useful,
18187# but WITHOUT ANY WARRANTY; without even the implied warranty of
18188# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18189# GNU General Public License for more details.
d7040cdb 18190#
718a6fd8
SE
18191# You should have received a copy of the GNU General Public License
18192# along with GNU Libtool; see the file COPYING. If not, a copy
18193# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
18194# obtained by writing to the Free Software Foundation, Inc.,
18195# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
18196
18197
18198# The names of the tagged configurations supported by this script.
18199available_tags=""
18200
18201# ### BEGIN LIBTOOL CONFIG
18202
18203# Whether or not to build shared libraries.
18204build_libtool_libs=$enable_shared
18205
18206# Which release of libtool.m4 was used?
18207macro_version=$macro_version
18208macro_revision=$macro_revision
18209
18210# Whether or not to build static libraries.
18211build_old_libs=$enable_static
18212
18213# What type of objects to build.
18214pic_mode=$pic_mode
18215
18216# Whether or not to optimize for fast installation.
18217fast_install=$enable_fast_install
18218
3725885a
RW
18219# Shell to use when invoking shell scripts.
18220SHELL=$lt_SHELL
18221
18222# An echo program that protects backslashes.
18223ECHO=$lt_ECHO
18224
d7040cdb
SE
18225# The host system.
18226host_alias=$host_alias
18227host=$host
18228host_os=$host_os
18229
18230# The build system.
18231build_alias=$build_alias
18232build=$build
18233build_os=$build_os
18234
18235# A sed program that does not truncate output.
18236SED=$lt_SED
18237
18238# Sed that helps us avoid accidentally triggering echo(1) options like -n.
18239Xsed="\$SED -e 1s/^X//"
18240
18241# A grep program that handles long lines.
18242GREP=$lt_GREP
18243
18244# An ERE matcher.
18245EGREP=$lt_EGREP
18246
18247# A literal string matcher.
18248FGREP=$lt_FGREP
18249
18250# A BSD- or MS-compatible name lister.
18251NM=$lt_NM
18252
18253# Whether we need soft or hard links.
18254LN_S=$lt_LN_S
18255
18256# What is the maximum length of a command?
18257max_cmd_len=$max_cmd_len
18258
18259# Object file suffix (normally "o").
18260objext=$ac_objext
18261
18262# Executable file suffix (normally "").
18263exeext=$exeext
18264
18265# whether the shell understands "unset".
18266lt_unset=$lt_unset
18267
18268# turn spaces into newlines.
18269SP2NL=$lt_lt_SP2NL
18270
18271# turn newlines into spaces.
18272NL2SP=$lt_lt_NL2SP
18273
718a6fd8
SE
18274# An object symbol dumper.
18275OBJDUMP=$lt_OBJDUMP
18276
d7040cdb
SE
18277# Method to check whether dependent libraries are shared objects.
18278deplibs_check_method=$lt_deplibs_check_method
18279
18280# Command to use when deplibs_check_method == "file_magic".
18281file_magic_cmd=$lt_file_magic_cmd
18282
18283# The archiver.
18284AR=$lt_AR
18285AR_FLAGS=$lt_AR_FLAGS
18286
18287# A symbol stripping program.
18288STRIP=$lt_STRIP
18289
18290# Commands used to install an old-style archive.
18291RANLIB=$lt_RANLIB
18292old_postinstall_cmds=$lt_old_postinstall_cmds
18293old_postuninstall_cmds=$lt_old_postuninstall_cmds
18294
3725885a
RW
18295# Whether to use a lock for old archive extraction.
18296lock_old_archive_extraction=$lock_old_archive_extraction
18297
d7040cdb
SE
18298# A C compiler.
18299LTCC=$lt_CC
18300
18301# LTCC compiler flags.
18302LTCFLAGS=$lt_CFLAGS
18303
18304# Take the output of nm and produce a listing of raw symbols and C names.
18305global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
18306
18307# Transform the output of nm in a proper C declaration.
18308global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
18309
18310# Transform the output of nm in a C name address pair.
18311global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
18312
718a6fd8
SE
18313# Transform the output of nm in a C name address pair when lib prefix is needed.
18314global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
18315
d7040cdb
SE
18316# The name of the directory that contains temporary libtool files.
18317objdir=$objdir
18318
d7040cdb
SE
18319# Used to examine libraries when file_magic_cmd begins with "file".
18320MAGIC_CMD=$MAGIC_CMD
18321
18322# Must we lock files when doing compilation?
18323need_locks=$lt_need_locks
18324
718a6fd8
SE
18325# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
18326DSYMUTIL=$lt_DSYMUTIL
18327
18328# Tool to change global to local symbols on Mac OS X.
18329NMEDIT=$lt_NMEDIT
18330
18331# Tool to manipulate fat objects and archives on Mac OS X.
18332LIPO=$lt_LIPO
18333
18334# ldd/readelf like tool for Mach-O binaries on Mac OS X.
18335OTOOL=$lt_OTOOL
18336
18337# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
18338OTOOL64=$lt_OTOOL64
18339
d7040cdb
SE
18340# Old archive suffix (normally "a").
18341libext=$libext
18342
18343# Shared library suffix (normally ".so").
18344shrext_cmds=$lt_shrext_cmds
18345
18346# The commands to extract the exported symbol list from a shared archive.
18347extract_expsyms_cmds=$lt_extract_expsyms_cmds
18348
18349# Variables whose values should be saved in libtool wrapper scripts and
18350# restored at link time.
18351variables_saved_for_relink=$lt_variables_saved_for_relink
18352
18353# Do we need the "lib" prefix for modules?
18354need_lib_prefix=$need_lib_prefix
18355
18356# Do we need a version for libraries?
18357need_version=$need_version
18358
18359# Library versioning type.
18360version_type=$version_type
18361
18362# Shared library runtime path variable.
18363runpath_var=$runpath_var
18364
18365# Shared library path variable.
18366shlibpath_var=$shlibpath_var
18367
18368# Is shlibpath searched before the hard-coded library search path?
18369shlibpath_overrides_runpath=$shlibpath_overrides_runpath
18370
18371# Format of library name prefix.
18372libname_spec=$lt_libname_spec
18373
18374# List of archive names. First name is the real one, the rest are links.
18375# The last name is the one that the linker finds with -lNAME
18376library_names_spec=$lt_library_names_spec
18377
18378# The coded name of the library, if different from the real name.
18379soname_spec=$lt_soname_spec
18380
3725885a
RW
18381# Permission mode override for installation of shared libraries.
18382install_override_mode=$lt_install_override_mode
18383
d7040cdb
SE
18384# Command to use after installation of a shared archive.
18385postinstall_cmds=$lt_postinstall_cmds
18386
18387# Command to use after uninstallation of a shared archive.
18388postuninstall_cmds=$lt_postuninstall_cmds
18389
18390# Commands used to finish a libtool library installation in a directory.
18391finish_cmds=$lt_finish_cmds
18392
18393# As "finish_cmds", except a single script fragment to be evaled but
18394# not shown.
18395finish_eval=$lt_finish_eval
18396
18397# Whether we should hardcode library paths into libraries.
18398hardcode_into_libs=$hardcode_into_libs
18399
18400# Compile-time system search path for libraries.
18401sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
18402
18403# Run-time system search path for libraries.
18404sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
18405
18406# Whether dlopen is supported.
18407dlopen_support=$enable_dlopen
18408
18409# Whether dlopen of programs is supported.
18410dlopen_self=$enable_dlopen_self
18411
18412# Whether dlopen of statically linked programs is supported.
18413dlopen_self_static=$enable_dlopen_self_static
18414
18415# Commands to strip libraries.
18416old_striplib=$lt_old_striplib
18417striplib=$lt_striplib
18418
18419
18420# The linker used to build libraries.
18421LD=$lt_LD
18422
3725885a
RW
18423# How to create reloadable object files.
18424reload_flag=$lt_reload_flag
18425reload_cmds=$lt_reload_cmds
18426
d7040cdb
SE
18427# Commands used to build an old-style archive.
18428old_archive_cmds=$lt_old_archive_cmds
18429
18430# A language specific compiler.
18431CC=$lt_compiler
18432
18433# Is the compiler the GNU compiler?
18434with_gcc=$GCC
18435
18436# Compiler flag to turn off builtin functions.
18437no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
18438
18439# How to pass a linker flag through the compiler.
18440wl=$lt_lt_prog_compiler_wl
18441
18442# Additional compiler flags for building library objects.
18443pic_flag=$lt_lt_prog_compiler_pic
18444
18445# Compiler flag to prevent dynamic linking.
18446link_static_flag=$lt_lt_prog_compiler_static
18447
18448# Does compiler simultaneously support -c and -o options?
18449compiler_c_o=$lt_lt_cv_prog_compiler_c_o
18450
18451# Whether or not to add -lc for building shared libraries.
18452build_libtool_need_lc=$archive_cmds_need_lc
18453
18454# Whether or not to disallow shared libs when runtime libs are static.
18455allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
18456
18457# Compiler flag to allow reflexive dlopens.
18458export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
18459
18460# Compiler flag to generate shared objects directly from archives.
18461whole_archive_flag_spec=$lt_whole_archive_flag_spec
18462
18463# Whether the compiler copes with passing no objects directly.
18464compiler_needs_object=$lt_compiler_needs_object
18465
18466# Create an old-style archive from a shared archive.
18467old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
18468
18469# Create a temporary old-style archive to link instead of a shared archive.
18470old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
18471
18472# Commands used to build a shared archive.
18473archive_cmds=$lt_archive_cmds
18474archive_expsym_cmds=$lt_archive_expsym_cmds
18475
18476# Commands used to build a loadable module if different from building
18477# a shared archive.
18478module_cmds=$lt_module_cmds
18479module_expsym_cmds=$lt_module_expsym_cmds
18480
18481# Whether we are building with GNU ld or not.
18482with_gnu_ld=$lt_with_gnu_ld
18483
18484# Flag that allows shared libraries with undefined symbols to be built.
18485allow_undefined_flag=$lt_allow_undefined_flag
18486
18487# Flag that enforces no undefined symbols.
18488no_undefined_flag=$lt_no_undefined_flag
18489
18490# Flag to hardcode \$libdir into a binary during linking.
18491# This must work even if \$libdir does not exist
18492hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
18493
18494# If ld is used when linking, flag to hardcode \$libdir into a binary
18495# during linking. This must work even if \$libdir does not exist.
18496hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
18497
18498# Whether we need a single "-rpath" flag with a separated argument.
18499hardcode_libdir_separator=$lt_hardcode_libdir_separator
18500
18501# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18502# DIR into the resulting binary.
18503hardcode_direct=$hardcode_direct
18504
18505# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
18506# DIR into the resulting binary and the resulting library dependency is
18507# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
18508# library is relocated.
18509hardcode_direct_absolute=$hardcode_direct_absolute
18510
18511# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
18512# into the resulting binary.
18513hardcode_minus_L=$hardcode_minus_L
18514
18515# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
18516# into the resulting binary.
18517hardcode_shlibpath_var=$hardcode_shlibpath_var
18518
18519# Set to "yes" if building a shared library automatically hardcodes DIR
18520# into the library and all subsequent libraries and executables linked
18521# against it.
18522hardcode_automatic=$hardcode_automatic
18523
18524# Set to yes if linker adds runtime paths of dependent libraries
18525# to runtime path list.
18526inherit_rpath=$inherit_rpath
18527
18528# Whether libtool must link a program against all its dependency libraries.
18529link_all_deplibs=$link_all_deplibs
18530
18531# Fix the shell variable \$srcfile for the compiler.
18532fix_srcfile_path=$lt_fix_srcfile_path
18533
18534# Set to "yes" if exported symbols are required.
18535always_export_symbols=$always_export_symbols
18536
18537# The commands to list exported symbols.
18538export_symbols_cmds=$lt_export_symbols_cmds
18539
18540# Symbols that should not be listed in the preloaded symbols.
18541exclude_expsyms=$lt_exclude_expsyms
18542
18543# Symbols that must always be exported.
18544include_expsyms=$lt_include_expsyms
18545
18546# Commands necessary for linking programs (against libraries) with templates.
18547prelink_cmds=$lt_prelink_cmds
18548
18549# Specify filename containing input files.
18550file_list_spec=$lt_file_list_spec
18551
18552# How to hardcode a shared library path into an executable.
18553hardcode_action=$hardcode_action
18554
18555# ### END LIBTOOL CONFIG
18556
18557_LT_EOF
18558
18559 case $host_os in
18560 aix3*)
18561 cat <<\_LT_EOF >> "$cfgfile"
18562# AIX sometimes has problems with the GCC collect2 program. For some
18563# reason, if we set the COLLECT_NAMES environment variable, the problems
18564# vanish in a puff of smoke.
18565if test "X${COLLECT_NAMES+set}" != Xset; then
18566 COLLECT_NAMES=
18567 export COLLECT_NAMES
18568fi
18569_LT_EOF
18570 ;;
18571 esac
18572
18573
18574ltmain="$ac_aux_dir/ltmain.sh"
18575
18576
18577 # We use sed instead of cat because bash on DJGPP gets confused if
18578 # if finds mixed CR/LF and LF-only lines. Since sed operates in
18579 # text mode, it properly converts lines to CR/LF. This bash problem
18580 # is reportedly fixed, but why not run on old versions too?
18581 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
18582 || (rm -f "$cfgfile"; exit 1)
18583
18584 case $xsi_shell in
18585 yes)
18586 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 18587
d7040cdb
SE
18588# func_dirname file append nondir_replacement
18589# Compute the dirname of FILE. If nonempty, add APPEND to the result,
18590# otherwise set result to NONDIR_REPLACEMENT.
18591func_dirname ()
18592{
18593 case ${1} in
18594 */*) func_dirname_result="${1%/*}${2}" ;;
18595 * ) func_dirname_result="${3}" ;;
18596 esac
18597}
18598
18599# func_basename file
18600func_basename ()
18601{
18602 func_basename_result="${1##*/}"
18603}
18604
718a6fd8
SE
18605# func_dirname_and_basename file append nondir_replacement
18606# perform func_basename and func_dirname in a single function
18607# call:
18608# dirname: Compute the dirname of FILE. If nonempty,
18609# add APPEND to the result, otherwise set result
18610# to NONDIR_REPLACEMENT.
18611# value returned in "$func_dirname_result"
18612# basename: Compute filename of FILE.
18613# value retuned in "$func_basename_result"
18614# Implementation must be kept synchronized with func_dirname
18615# and func_basename. For efficiency, we do not delegate to
18616# those functions but instead duplicate the functionality here.
18617func_dirname_and_basename ()
18618{
18619 case ${1} in
18620 */*) func_dirname_result="${1%/*}${2}" ;;
18621 * ) func_dirname_result="${3}" ;;
18622 esac
18623 func_basename_result="${1##*/}"
18624}
18625
d7040cdb
SE
18626# func_stripname prefix suffix name
18627# strip PREFIX and SUFFIX off of NAME.
18628# PREFIX and SUFFIX must not contain globbing or regex special
18629# characters, hashes, percent signs, but SUFFIX may contain a leading
18630# dot (in which case that matches only a dot).
18631func_stripname ()
18632{
18633 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
18634 # positional parameters, so assign one to ordinary parameter first.
18635 func_stripname_result=${3}
18636 func_stripname_result=${func_stripname_result#"${1}"}
18637 func_stripname_result=${func_stripname_result%"${2}"}
18638}
18639
18640# func_opt_split
18641func_opt_split ()
18642{
18643 func_opt_split_opt=${1%%=*}
18644 func_opt_split_arg=${1#*=}
18645}
18646
18647# func_lo2o object
18648func_lo2o ()
18649{
18650 case ${1} in
18651 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
18652 *) func_lo2o_result=${1} ;;
18653 esac
18654}
718a6fd8
SE
18655
18656# func_xform libobj-or-source
18657func_xform ()
18658{
18659 func_xform_result=${1%.*}.lo
18660}
18661
18662# func_arith arithmetic-term...
18663func_arith ()
18664{
18665 func_arith_result=$(( $* ))
18666}
18667
18668# func_len string
18669# STRING may not start with a hyphen.
18670func_len ()
18671{
18672 func_len_result=${#1}
18673}
18674
d7040cdb
SE
18675_LT_EOF
18676 ;;
18677 *) # Bourne compatible functions.
18678 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 18679
d7040cdb
SE
18680# func_dirname file append nondir_replacement
18681# Compute the dirname of FILE. If nonempty, add APPEND to the result,
18682# otherwise set result to NONDIR_REPLACEMENT.
18683func_dirname ()
18684{
18685 # Extract subdirectory from the argument.
3725885a 18686 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
18687 if test "X$func_dirname_result" = "X${1}"; then
18688 func_dirname_result="${3}"
18689 else
18690 func_dirname_result="$func_dirname_result${2}"
18691 fi
18692}
18693
18694# func_basename file
18695func_basename ()
18696{
3725885a 18697 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
18698}
18699
718a6fd8 18700
d7040cdb
SE
18701# func_stripname prefix suffix name
18702# strip PREFIX and SUFFIX off of NAME.
18703# PREFIX and SUFFIX must not contain globbing or regex special
18704# characters, hashes, percent signs, but SUFFIX may contain a leading
18705# dot (in which case that matches only a dot).
18706# func_strip_suffix prefix name
18707func_stripname ()
18708{
18709 case ${2} in
3725885a
RW
18710 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18711 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
18712 esac
18713}
18714
18715# sed scripts:
18716my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
18717my_sed_long_arg='1s/^-[^=]*=//'
18718
18719# func_opt_split
18720func_opt_split ()
18721{
3725885a
RW
18722 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18723 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
18724}
18725
18726# func_lo2o object
18727func_lo2o ()
18728{
3725885a 18729 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 18730}
718a6fd8
SE
18731
18732# func_xform libobj-or-source
18733func_xform ()
18734{
3725885a 18735 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
718a6fd8
SE
18736}
18737
18738# func_arith arithmetic-term...
18739func_arith ()
18740{
18741 func_arith_result=`expr "$@"`
18742}
18743
18744# func_len string
18745# STRING may not start with a hyphen.
18746func_len ()
18747{
18748 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18749}
18750
d7040cdb
SE
18751_LT_EOF
18752esac
18753
18754case $lt_shell_append in
18755 yes)
18756 cat << \_LT_EOF >> "$cfgfile"
18757
18758# func_append var value
18759# Append VALUE to the end of shell variable VAR.
18760func_append ()
18761{
18762 eval "$1+=\$2"
18763}
18764_LT_EOF
18765 ;;
18766 *)
18767 cat << \_LT_EOF >> "$cfgfile"
18768
18769# func_append var value
18770# Append VALUE to the end of shell variable VAR.
18771func_append ()
18772{
18773 eval "$1=\$$1\$2"
18774}
718a6fd8 18775
d7040cdb
SE
18776_LT_EOF
18777 ;;
18778 esac
18779
18780
18781 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18782 || (rm -f "$cfgfile"; exit 1)
18783
18784 mv -f "$cfgfile" "$ofile" ||
18785 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18786 chmod +x "$ofile"
18787
f5385ebf 18788 ;;
81ecdfbb 18789 "default-1":C)
20e95c23
DJ
18790 for ac_file in $CONFIG_FILES; do
18791 # Support "outfile[:infile[:infile...]]"
18792 case "$ac_file" in
18793 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
18794 esac
18795 # PO directories have a Makefile.in generated from Makefile.in.in.
18796 case "$ac_file" in */Makefile.in)
18797 # Adjust a relative srcdir.
18798 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 18799 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
18800 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
18801 # In autoconf-2.13 it is called $ac_given_srcdir.
18802 # In autoconf-2.50 it is called $srcdir.
18803 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
18804 case "$ac_given_srcdir" in
18805 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
18806 /*) top_srcdir="$ac_given_srcdir" ;;
18807 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
18808 esac
18809 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
18810 rm -f "$ac_dir/POTFILES"
18811 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
18812 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
18813 POMAKEFILEDEPS="POTFILES.in"
18814 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
18815 # on $ac_dir but don't depend on user-specified configuration
18816 # parameters.
18817 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
18818 # The LINGUAS file contains the set of available languages.
18819 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 18820 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
18821 fi
18822 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
18823 # Hide the ALL_LINGUAS assigment from automake.
18824 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
18825 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
18826 else
37a42ee9 18827 # The set of available languages was given in configure.ac.
20e95c23
DJ
18828 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
18829 fi
18830 case "$ac_given_srcdir" in
18831 .) srcdirpre= ;;
18832 *) srcdirpre='$(srcdir)/' ;;
18833 esac
18834 POFILES=
18835 GMOFILES=
18836 UPDATEPOFILES=
18837 DUMMYPOFILES=
18838 for lang in $ALL_LINGUAS; do
18839 POFILES="$POFILES $srcdirpre$lang.po"
18840 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
18841 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
18842 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
18843 done
18844 # CATALOGS depends on both $ac_dir and the user's LINGUAS
18845 # environment variable.
18846 INST_LINGUAS=
18847 if test -n "$ALL_LINGUAS"; then
18848 for presentlang in $ALL_LINGUAS; do
18849 useit=no
18850 if test "%UNSET%" != "$LINGUAS"; then
18851 desiredlanguages="$LINGUAS"
18852 else
18853 desiredlanguages="$ALL_LINGUAS"
18854 fi
18855 for desiredlang in $desiredlanguages; do
18856 # Use the presentlang catalog if desiredlang is
18857 # a. equal to presentlang, or
18858 # b. a variant of presentlang (because in this case,
18859 # presentlang can be used as a fallback for messages
18860 # which are not translated in the desiredlang catalog).
18861 case "$desiredlang" in
18862 "$presentlang"*) useit=yes;;
18863 esac
18864 done
18865 if test $useit = yes; then
18866 INST_LINGUAS="$INST_LINGUAS $presentlang"
18867 fi
18868 done
18869 fi
18870 CATALOGS=
18871 if test -n "$INST_LINGUAS"; then
18872 for lang in $INST_LINGUAS; do
18873 CATALOGS="$CATALOGS $lang.gmo"
18874 done
18875 fi
18876 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
18877 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"
18878 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
18879 if test -f "$f"; then
18880 case "$f" in
18881 *.orig | *.bak | *~) ;;
18882 *) cat "$f" >> "$ac_dir/Makefile" ;;
18883 esac
18884 fi
18885 done
18886 fi
18887 ;;
18888 esac
18889 done ;;
81ecdfbb 18890 "bfd_stdint.h":C)
f3b4f6d0
PB
18891if test "$GCC" = yes; then
18892 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18893else
18894 echo "/* generated for $CC */" > tmp-stdint.h
18895fi
d5efd9fc 18896
f3b4f6d0
PB
18897sed 's/^ *//' >> tmp-stdint.h <<EOF
18898
18899 #ifndef GCC_GENERATED_STDINT_H
18900 #define GCC_GENERATED_STDINT_H 1
18901
18902 #include <sys/types.h>
18903EOF
18904
18905if test "$acx_cv_header_stdint" != stdint.h; then
18906 echo "#include <stddef.h>" >> tmp-stdint.h
18907fi
18908if test "$acx_cv_header_stdint" != stddef.h; then
18909 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18910fi
18911
18912sed 's/^ *//' >> tmp-stdint.h <<EOF
18913 /* glibc uses these symbols as guards to prevent redefinitions. */
18914 #ifdef __int8_t_defined
18915 #define _INT8_T
18916 #define _INT16_T
18917 #define _INT32_T
18918 #endif
18919 #ifdef __uint32_t_defined
18920 #define _UINT32_T
18921 #endif
18922
18923EOF
18924
18925# ----------------- done header, emit basic int types -------------
18926if test "$acx_cv_header_stdint" = stddef.h; then
18927 sed 's/^ *//' >> tmp-stdint.h <<EOF
18928
18929 #ifndef _UINT8_T
18930 #define _UINT8_T
18931 #ifndef __uint8_t_defined
18932 #define __uint8_t_defined
a009f2e7 18933 #ifndef uint8_t
f3b4f6d0
PB
18934 typedef unsigned $acx_cv_type_int8_t uint8_t;
18935 #endif
18936 #endif
a009f2e7 18937 #endif
f3b4f6d0
PB
18938
18939 #ifndef _UINT16_T
18940 #define _UINT16_T
18941 #ifndef __uint16_t_defined
18942 #define __uint16_t_defined
a009f2e7 18943 #ifndef uint16_t
f3b4f6d0
PB
18944 typedef unsigned $acx_cv_type_int16_t uint16_t;
18945 #endif
18946 #endif
a009f2e7 18947 #endif
f3b4f6d0
PB
18948
18949 #ifndef _UINT32_T
18950 #define _UINT32_T
18951 #ifndef __uint32_t_defined
18952 #define __uint32_t_defined
a009f2e7 18953 #ifndef uint32_t
f3b4f6d0
PB
18954 typedef unsigned $acx_cv_type_int32_t uint32_t;
18955 #endif
18956 #endif
a009f2e7 18957 #endif
f3b4f6d0
PB
18958
18959 #ifndef _INT8_T
18960 #define _INT8_T
18961 #ifndef __int8_t_defined
18962 #define __int8_t_defined
a009f2e7 18963 #ifndef int8_t
f3b4f6d0
PB
18964 typedef $acx_cv_type_int8_t int8_t;
18965 #endif
18966 #endif
a009f2e7 18967 #endif
f3b4f6d0
PB
18968
18969 #ifndef _INT16_T
18970 #define _INT16_T
18971 #ifndef __int16_t_defined
18972 #define __int16_t_defined
a009f2e7 18973 #ifndef int16_t
f3b4f6d0
PB
18974 typedef $acx_cv_type_int16_t int16_t;
18975 #endif
18976 #endif
a009f2e7 18977 #endif
f3b4f6d0
PB
18978
18979 #ifndef _INT32_T
18980 #define _INT32_T
18981 #ifndef __int32_t_defined
18982 #define __int32_t_defined
a009f2e7 18983 #ifndef int32_t
f3b4f6d0
PB
18984 typedef $acx_cv_type_int32_t int32_t;
18985 #endif
18986 #endif
a009f2e7 18987 #endif
f3b4f6d0
PB
18988EOF
18989elif test "$ac_cv_type_u_int32_t" = yes; then
18990 sed 's/^ *//' >> tmp-stdint.h <<EOF
18991
18992 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18993 #ifndef _INT8_T
18994 #define _INT8_T
18995 #endif
18996 #ifndef _INT16_T
18997 #define _INT16_T
18998 #endif
18999 #ifndef _INT32_T
19000 #define _INT32_T
19001 #endif
19002
19003 #ifndef _UINT8_T
19004 #define _UINT8_T
19005 #ifndef __uint8_t_defined
19006 #define __uint8_t_defined
a009f2e7 19007 #ifndef uint8_t
f3b4f6d0
PB
19008 typedef u_int8_t uint8_t;
19009 #endif
19010 #endif
a009f2e7 19011 #endif
f3b4f6d0
PB
19012
19013 #ifndef _UINT16_T
19014 #define _UINT16_T
19015 #ifndef __uint16_t_defined
19016 #define __uint16_t_defined
a009f2e7 19017 #ifndef uint16_t
f3b4f6d0
PB
19018 typedef u_int16_t uint16_t;
19019 #endif
19020 #endif
a009f2e7 19021 #endif
f3b4f6d0
PB
19022
19023 #ifndef _UINT32_T
19024 #define _UINT32_T
19025 #ifndef __uint32_t_defined
19026 #define __uint32_t_defined
a009f2e7 19027 #ifndef uint32_t
f3b4f6d0
PB
19028 typedef u_int32_t uint32_t;
19029 #endif
19030 #endif
a009f2e7 19031 #endif
d5efd9fc 19032EOF
f3b4f6d0
PB
19033else
19034 sed 's/^ *//' >> tmp-stdint.h <<EOF
19035
19036 /* Some systems have guard macros to prevent redefinitions, define them. */
19037 #ifndef _INT8_T
19038 #define _INT8_T
19039 #endif
19040 #ifndef _INT16_T
19041 #define _INT16_T
19042 #endif
19043 #ifndef _INT32_T
19044 #define _INT32_T
19045 #endif
19046 #ifndef _UINT8_T
19047 #define _UINT8_T
19048 #endif
19049 #ifndef _UINT16_T
19050 #define _UINT16_T
19051 #endif
19052 #ifndef _UINT32_T
19053 #define _UINT32_T
19054 #endif
19055EOF
19056fi
19057
19058# ------------- done basic int types, emit int64_t types ------------
19059if test "$ac_cv_type_uint64_t" = yes; then
19060 sed 's/^ *//' >> tmp-stdint.h <<EOF
d5efd9fc 19061
f3b4f6d0
PB
19062 /* system headers have good uint64_t and int64_t */
19063 #ifndef _INT64_T
19064 #define _INT64_T
19065 #endif
19066 #ifndef _UINT64_T
19067 #define _UINT64_T
19068 #endif
19069EOF
19070elif test "$ac_cv_type_u_int64_t" = yes; then
19071 sed 's/^ *//' >> tmp-stdint.h <<EOF
19072
19073 /* system headers have an u_int64_t (and int64_t) */
19074 #ifndef _INT64_T
19075 #define _INT64_T
19076 #endif
19077 #ifndef _UINT64_T
19078 #define _UINT64_T
19079 #ifndef __uint64_t_defined
19080 #define __uint64_t_defined
a009f2e7 19081 #ifndef uint64_t
f3b4f6d0
PB
19082 typedef u_int64_t uint64_t;
19083 #endif
19084 #endif
a009f2e7 19085 #endif
f3b4f6d0
PB
19086EOF
19087elif test -n "$acx_cv_type_int64_t"; then
19088 sed 's/^ *//' >> tmp-stdint.h <<EOF
19089
19090 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
19091 #ifndef _INT64_T
19092 #define _INT64_T
a009f2e7 19093 #ifndef int64_t
f3b4f6d0
PB
19094 typedef $acx_cv_type_int64_t int64_t;
19095 #endif
a009f2e7 19096 #endif
f3b4f6d0
PB
19097 #ifndef _UINT64_T
19098 #define _UINT64_T
19099 #ifndef __uint64_t_defined
19100 #define __uint64_t_defined
a009f2e7 19101 #ifndef uint64_t
f3b4f6d0
PB
19102 typedef unsigned $acx_cv_type_int64_t uint64_t;
19103 #endif
19104 #endif
a009f2e7 19105 #endif
f3b4f6d0
PB
19106EOF
19107else
19108 sed 's/^ *//' >> tmp-stdint.h <<EOF
19109
19110 /* some common heuristics for int64_t, using compiler-specific tests */
19111 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
19112 #ifndef _INT64_T
19113 #define _INT64_T
19114 #ifndef __int64_t_defined
a009f2e7 19115 #ifndef int64_t
f3b4f6d0
PB
19116 typedef long long int64_t;
19117 #endif
19118 #endif
a009f2e7 19119 #endif
f3b4f6d0
PB
19120 #ifndef _UINT64_T
19121 #define _UINT64_T
a009f2e7 19122 #ifndef uint64_t
f3b4f6d0
PB
19123 typedef unsigned long long uint64_t;
19124 #endif
a009f2e7 19125 #endif
f3b4f6d0
PB
19126
19127 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
19128 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
19129 does not implement __extension__. But that compiler doesn't define
19130 __GNUC_MINOR__. */
19131 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
19132 # define __extension__
19133 # endif
19134
19135 # ifndef _INT64_T
19136 # define _INT64_T
a009f2e7 19137 # ifndef int64_t
f3b4f6d0
PB
19138 __extension__ typedef long long int64_t;
19139 # endif
a009f2e7 19140 # endif
f3b4f6d0
PB
19141 # ifndef _UINT64_T
19142 # define _UINT64_T
a009f2e7 19143 # ifndef uint64_t
f3b4f6d0
PB
19144 __extension__ typedef unsigned long long uint64_t;
19145 # endif
a009f2e7 19146 # endif
f3b4f6d0
PB
19147
19148 #elif !defined __STRICT_ANSI__
19149 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
19150
19151 # ifndef _INT64_T
19152 # define _INT64_T
a009f2e7 19153 # ifndef int64_t
f3b4f6d0
PB
19154 typedef __int64 int64_t;
19155 # endif
a009f2e7 19156 # endif
f3b4f6d0
PB
19157 # ifndef _UINT64_T
19158 # define _UINT64_T
a009f2e7 19159 # ifndef uint64_t
f3b4f6d0
PB
19160 typedef unsigned __int64 uint64_t;
19161 # endif
a009f2e7 19162 # endif
f3b4f6d0
PB
19163 # endif /* compiler */
19164
19165 #endif /* ANSI version */
19166EOF
19167fi
19168
19169# ------------- done int64_t types, emit intptr types ------------
19170if test "$ac_cv_type_uintptr_t" != yes; then
19171 sed 's/^ *//' >> tmp-stdint.h <<EOF
19172
19173 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
19174 #ifndef __uintptr_t_defined
a009f2e7 19175 #ifndef uintptr_t
f3b4f6d0
PB
19176 typedef u$acx_cv_type_intptr_t uintptr_t;
19177 #endif
a009f2e7 19178 #endif
f3b4f6d0 19179 #ifndef __intptr_t_defined
a009f2e7 19180 #ifndef intptr_t
f3b4f6d0
PB
19181 typedef $acx_cv_type_intptr_t intptr_t;
19182 #endif
a009f2e7 19183 #endif
f3b4f6d0
PB
19184EOF
19185fi
19186
19187# ------------- done intptr types, emit int_least types ------------
d5efd9fc 19188if test "$ac_cv_type_int_least32_t" != yes; then
f3b4f6d0 19189 sed 's/^ *//' >> tmp-stdint.h <<EOF
d5efd9fc
AM
19190
19191 /* Define int_least types */
19192 typedef int8_t int_least8_t;
19193 typedef int16_t int_least16_t;
19194 typedef int32_t int_least32_t;
f3b4f6d0 19195 #ifdef _INT64_T
d5efd9fc 19196 typedef int64_t int_least64_t;
f3b4f6d0 19197 #endif
d5efd9fc
AM
19198
19199 typedef uint8_t uint_least8_t;
19200 typedef uint16_t uint_least16_t;
19201 typedef uint32_t uint_least32_t;
f3b4f6d0 19202 #ifdef _UINT64_T
d5efd9fc 19203 typedef uint64_t uint_least64_t;
f3b4f6d0 19204 #endif
d5efd9fc
AM
19205EOF
19206fi
19207
f3b4f6d0 19208# ------------- done intptr types, emit int_fast types ------------
d5efd9fc 19209if test "$ac_cv_type_int_fast32_t" != yes; then
f3b4f6d0 19210 sed 's/^ *//' >> tmp-stdint.h <<EOF
d5efd9fc
AM
19211
19212 /* Define int_fast types. short is often slow */
19213 typedef int8_t int_fast8_t;
19214 typedef int int_fast16_t;
19215 typedef int32_t int_fast32_t;
f3b4f6d0 19216 #ifdef _INT64_T
d5efd9fc 19217 typedef int64_t int_fast64_t;
f3b4f6d0 19218 #endif
d5efd9fc
AM
19219
19220 typedef uint8_t uint_fast8_t;
19221 typedef unsigned int uint_fast16_t;
19222 typedef uint32_t uint_fast32_t;
f3b4f6d0 19223 #ifdef _UINT64_T
d5efd9fc 19224 typedef uint64_t uint_fast64_t;
f3b4f6d0
PB
19225 #endif
19226EOF
19227fi
19228
19229if test "$ac_cv_type_uintmax_t" != yes; then
19230 sed 's/^ *//' >> tmp-stdint.h <<EOF
19231
19232 /* Define intmax based on what we found */
a009f2e7 19233 #ifndef intmax_t
f3b4f6d0
PB
19234 #ifdef _INT64_T
19235 typedef int64_t intmax_t;
19236 #else
19237 typedef long intmax_t;
19238 #endif
a009f2e7
RW
19239 #endif
19240 #ifndef uintmax_t
f3b4f6d0
PB
19241 #ifdef _UINT64_T
19242 typedef uint64_t uintmax_t;
19243 #else
19244 typedef unsigned long uintmax_t;
19245 #endif
a009f2e7 19246 #endif
d5efd9fc
AM
19247EOF
19248fi
19249
f3b4f6d0
PB
19250sed 's/^ *//' >> tmp-stdint.h <<EOF
19251
19252 #endif /* GCC_GENERATED_STDINT_H */
19253EOF
d5efd9fc 19254
f3b4f6d0
PB
19255if test -r bfd_stdint.h && cmp -s tmp-stdint.h bfd_stdint.h; then
19256 rm -f tmp-stdint.h
d5efd9fc 19257else
f3b4f6d0 19258 mv -f tmp-stdint.h bfd_stdint.h
d5efd9fc
AM
19259fi
19260
19261 ;;
81ecdfbb 19262 "default":C)
20e95c23
DJ
19263case "$srcdir" in
19264 .) srcdirpre= ;;
19265 *) srcdirpre='$(srcdir)/' ;;
19266esac
19267POFILES=
19268GMOFILES=
19269for lang in dummy $OBSOLETE_ALL_LINGUAS; do
19270 if test $lang != dummy; then
19271 POFILES="$POFILES $srcdirpre$lang.po"
19272 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
19273 fi
19274done
19275sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
19276 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
19277 -e "s,@POFILES@,$POFILES," \
19278 -e "s,@GMOFILES@,$GMOFILES," \
19279 po/Makefile.in > po/Makefile ;;
81ecdfbb 19280
5464f5a1 19281 esac
81ecdfbb 19282done # for ac_tag
5464f5a1 19283
5464f5a1 19284
81ecdfbb 19285as_fn_exit 0
5464f5a1 19286_ACEOF
5464f5a1
NN
19287ac_clean_files=$ac_clean_files_save
19288
81ecdfbb 19289test $ac_write_fail = 0 ||
d0ac1c44 19290 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 19291
5464f5a1
NN
19292
19293# configure is writing to config.log, and then calls config.status.
19294# config.status does its own redirection, appending to config.log.
19295# Unfortunately, on DOS this fails, as config.log is still kept open
19296# by configure, so config.status won't be able to write to it; its
19297# output is simply discarded. So we exec the FD to /dev/null,
19298# effectively closing config.log, so it can be properly (re)opened and
19299# appended to by config.status. When coming back to configure, we
19300# need to make the FD available again.
19301if test "$no_create" != yes; then
19302 ac_cs_success=:
19303 ac_config_status_args=
19304 test "$silent" = yes &&
19305 ac_config_status_args="$ac_config_status_args --quiet"
19306 exec 5>/dev/null
19307 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
19308 exec 5>>config.log
19309 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19310 # would make configure fail if this is the last instruction.
d0ac1c44 19311 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
19312fi
19313if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
19314 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19315$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5464f5a1 19316fi
252b5132 19317