Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
346d80ef 3# Generated by GNU Autoconf 2.69 for bfd 2.37.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'
346d80ef
NC
590PACKAGE_VERSION='2.37.50'
591PACKAGE_STRING='bfd 2.37.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
c8693053 702LARGEFILE_CPPFLAGS
81ecdfbb
RW
703OTOOL64
704OTOOL
705LIPO
706NMEDIT
707DSYMUTIL
81ecdfbb
RW
708OBJDUMP
709LN_S
710NM
711ac_ct_DUMPBIN
712DUMPBIN
713LD
714FGREP
715SED
716LIBTOOL
717EGREP
718GREP
719CPP
81ecdfbb
RW
720am__fastdepCC_FALSE
721am__fastdepCC_TRUE
722CCDEPMODE
6eb7d830 723am__nodep
81ecdfbb
RW
724AMDEPBACKSLASH
725AMDEP_FALSE
726AMDEP_TRUE
727am__quote
728am__include
729DEPDIR
83c79df8
AM
730OBJEXT
731EXEEXT
732ac_ct_CC
733CPPFLAGS
734LDFLAGS
735CFLAGS
736CC
737RANLIB
738AR
739AM_BACKSLASH
740AM_DEFAULT_VERBOSITY
741AM_DEFAULT_V
742AM_V
81ecdfbb
RW
743am__untar
744am__tar
745AMTAR
746am__leading_dot
747SET_MAKE
748AWK
749mkdir_p
750MKDIR_P
751INSTALL_STRIP_PROGRAM
752STRIP
753install_sh
754MAKEINFO
755AUTOHEADER
756AUTOMAKE
757AUTOCONF
758ACLOCAL
759VERSION
760PACKAGE
761CYGPATH_W
762am__isrc
763INSTALL_DATA
764INSTALL_SCRIPT
765INSTALL_PROGRAM
81ecdfbb
RW
766target_os
767target_vendor
768target_cpu
769target
770host_os
771host_vendor
772host_cpu
773host
774build_os
775build_vendor
776build_cpu
777build
778target_alias
779host_alias
780build_alias
781LIBS
782ECHO_T
783ECHO_N
784ECHO_C
785DEFS
786mandir
787localedir
788libdir
789psdir
790pdfdir
791dvidir
792htmldir
793infodir
794docdir
795oldincludedir
796includedir
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
d0ac1c44 819enable_silent_rules
81ecdfbb 820enable_shared
83c79df8 821enable_dependency_tracking
81ecdfbb
RW
822enable_static
823with_pic
824enable_fast_install
825with_gnu_ld
826enable_libtool_lock
827enable_plugins
828enable_largefile
43e05cd4 829enable_checking
81ecdfbb
RW
830enable_64_bit_bfd
831enable_targets
e6cc316a 832enable_64_bit_archive
81ecdfbb
RW
833with_mmap
834enable_secureplt
f6aec96d 835enable_separate_code
ef72a554 836enable_leading_mingw64_underscores
81ecdfbb 837with_separate_debug_dir
81ecdfbb
RW
838with_pkgversion
839with_bugurl
840enable_werror
841enable_build_warnings
842enable_maintainer_mode
843enable_install_libbfd
844enable_nls
243340ad 845with_system_zlib
81ecdfbb
RW
846'
847 ac_precious_vars='build_alias
848host_alias
849target_alias
850CC
851CFLAGS
852LDFLAGS
853LIBS
854CPPFLAGS
855CPP'
856
252b5132
RH
857
858# Initialize some variables set by options.
5464f5a1
NN
859ac_init_help=
860ac_init_version=false
81ecdfbb
RW
861ac_unrecognized_opts=
862ac_unrecognized_sep=
252b5132
RH
863# The variables have the same names as the options, with
864# dashes changed to underlines.
5464f5a1 865cache_file=/dev/null
252b5132 866exec_prefix=NONE
252b5132 867no_create=
252b5132
RH
868no_recursion=
869prefix=NONE
870program_prefix=NONE
871program_suffix=NONE
872program_transform_name=s,x,x,
873silent=
874site=
875srcdir=
252b5132
RH
876verbose=
877x_includes=NONE
878x_libraries=NONE
5464f5a1
NN
879
880# Installation directory options.
881# These are left unexpanded so users can "make install exec_prefix=/foo"
882# and all the variables that are supposed to be based on exec_prefix
883# by default will actually change.
884# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 885# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
886bindir='${exec_prefix}/bin'
887sbindir='${exec_prefix}/sbin'
888libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
889datarootdir='${prefix}/share'
890datadir='${datarootdir}'
252b5132
RH
891sysconfdir='${prefix}/etc'
892sharedstatedir='${prefix}/com'
893localstatedir='${prefix}/var'
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
1146 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1147 ac_prev=sbindir ;;
1148 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1149 | --sbi=* | --sb=*)
5464f5a1 1150 sbindir=$ac_optarg ;;
252b5132
RH
1151
1152 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1153 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1154 | --sharedst | --shareds | --shared | --share | --shar \
1155 | --sha | --sh)
1156 ac_prev=sharedstatedir ;;
1157 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1158 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1159 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1160 | --sha=* | --sh=*)
5464f5a1 1161 sharedstatedir=$ac_optarg ;;
252b5132
RH
1162
1163 -site | --site | --sit)
1164 ac_prev=site ;;
1165 -site=* | --site=* | --sit=*)
5464f5a1 1166 site=$ac_optarg ;;
6be7c12c 1167
252b5132
RH
1168 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1169 ac_prev=srcdir ;;
1170 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
5464f5a1 1171 srcdir=$ac_optarg ;;
252b5132
RH
1172
1173 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1174 | --syscon | --sysco | --sysc | --sys | --sy)
1175 ac_prev=sysconfdir ;;
1176 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1177 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
5464f5a1 1178 sysconfdir=$ac_optarg ;;
252b5132
RH
1179
1180 -target | --target | --targe | --targ | --tar | --ta | --t)
5464f5a1 1181 ac_prev=target_alias ;;
252b5132 1182 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
5464f5a1 1183 target_alias=$ac_optarg ;;
252b5132
RH
1184
1185 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1186 verbose=yes ;;
1187
5464f5a1
NN
1188 -version | --version | --versio | --versi | --vers | -V)
1189 ac_init_version=: ;;
252b5132
RH
1190
1191 -with-* | --with-*)
81ecdfbb 1192 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1193 # Reject names that are not valid shell variable names.
81ecdfbb 1194 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1195 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1196 ac_useropt_orig=$ac_useropt
1197 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1198 case $ac_user_opts in
1199 *"
1200"with_$ac_useropt"
1201"*) ;;
1202 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1203 ac_unrecognized_sep=', ';;
252b5132 1204 esac
81ecdfbb 1205 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1206
1207 -without-* | --without-*)
81ecdfbb 1208 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1209 # Reject names that are not valid shell variable names.
81ecdfbb 1210 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1211 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1212 ac_useropt_orig=$ac_useropt
1213 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1214 case $ac_user_opts in
1215 *"
1216"with_$ac_useropt"
1217"*) ;;
1218 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1219 ac_unrecognized_sep=', ';;
1220 esac
1221 eval with_$ac_useropt=no ;;
252b5132
RH
1222
1223 --x)
1224 # Obsolete; use --with-x.
1225 with_x=yes ;;
1226
1227 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1228 | --x-incl | --x-inc | --x-in | --x-i)
1229 ac_prev=x_includes ;;
1230 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1231 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
5464f5a1 1232 x_includes=$ac_optarg ;;
252b5132
RH
1233
1234 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1235 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1236 ac_prev=x_libraries ;;
1237 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1238 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
5464f5a1 1239 x_libraries=$ac_optarg ;;
252b5132 1240
d0ac1c44
SM
1241 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1242Try \`$0 --help' for more information"
252b5132
RH
1243 ;;
1244
5464f5a1
NN
1245 *=*)
1246 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1247 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1248 case $ac_envvar in #(
1249 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1250 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1251 esac
1252 eval $ac_envvar=\$ac_optarg
5464f5a1
NN
1253 export $ac_envvar ;;
1254
252b5132 1255 *)
5464f5a1 1256 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1257 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
5464f5a1 1258 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1259 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1260 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
252b5132
RH
1261 ;;
1262
1263 esac
1264done
1265
1266if test -n "$ac_prev"; then
5464f5a1 1267 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1268 as_fn_error $? "missing argument to $ac_option"
252b5132 1269fi
252b5132 1270
81ecdfbb
RW
1271if test -n "$ac_unrecognized_opts"; then
1272 case $enable_option_checking in
1273 no) ;;
d0ac1c44 1274 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1275 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
5464f5a1 1276 esac
81ecdfbb 1277fi
6be7c12c 1278
81ecdfbb
RW
1279# Check all directory arguments for consistency.
1280for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1281 datadir sysconfdir sharedstatedir localstatedir includedir \
1282 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
e0b2a78c 1283 libdir localedir mandir
252b5132 1284do
81ecdfbb
RW
1285 eval ac_val=\$$ac_var
1286 # Remove trailing slashes.
5464f5a1 1287 case $ac_val in
81ecdfbb
RW
1288 */ )
1289 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1290 eval $ac_var=\$ac_val;;
252b5132 1291 esac
81ecdfbb
RW
1292 # Be sure to have absolute directory names.
1293 case $ac_val in
1294 [\\/$]* | ?:[\\/]* ) continue;;
1295 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1296 esac
d0ac1c44 1297 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1298done
1299
5464f5a1
NN
1300# There might be people who depend on the old broken behavior: `$host'
1301# used to hold the argument of --host etc.
1302# FIXME: To remove some day.
1303build=$build_alias
1304host=$host_alias
1305target=$target_alias
1306
1307# FIXME: To remove some day.
1308if test "x$host_alias" != x; then
1309 if test "x$build_alias" = x; then
1310 cross_compiling=maybe
5464f5a1
NN
1311 elif test "x$build_alias" != "x$host_alias"; then
1312 cross_compiling=yes
1313 fi
1314fi
252b5132 1315
5464f5a1
NN
1316ac_tool_prefix=
1317test -n "$host_alias" && ac_tool_prefix=$host_alias-
1318
1319test "$silent" = yes && exec 6>/dev/null
252b5132 1320
252b5132 1321
81ecdfbb
RW
1322ac_pwd=`pwd` && test -n "$ac_pwd" &&
1323ac_ls_di=`ls -di .` &&
1324ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1325 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1326test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1327 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1328
1329
252b5132
RH
1330# Find the source files, if location was not specified.
1331if test -z "$srcdir"; then
1332 ac_srcdir_defaulted=yes
81ecdfbb
RW
1333 # Try the directory containing this script, then the parent directory.
1334 ac_confdir=`$as_dirname -- "$as_myself" ||
1335$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1336 X"$as_myself" : 'X\(//\)[^/]' \| \
1337 X"$as_myself" : 'X\(//\)$' \| \
1338 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1339$as_echo X"$as_myself" |
1340 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1341 s//\1/
1342 q
1343 }
1344 /^X\(\/\/\)[^/].*/{
1345 s//\1/
1346 q
1347 }
1348 /^X\(\/\/\)$/{
1349 s//\1/
1350 q
1351 }
1352 /^X\(\/\).*/{
1353 s//\1/
1354 q
1355 }
1356 s/.*/./; q'`
252b5132 1357 srcdir=$ac_confdir
81ecdfbb 1358 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1359 srcdir=..
1360 fi
1361else
1362 ac_srcdir_defaulted=no
1363fi
81ecdfbb
RW
1364if test ! -r "$srcdir/$ac_unique_file"; then
1365 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1366 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1367fi
1368ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1369ac_abs_confdir=`(
d0ac1c44 1370 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1371 pwd)`
1372# When building in place, set srcdir=.
1373if test "$ac_abs_confdir" = "$ac_pwd"; then
1374 srcdir=.
1375fi
1376# Remove unnecessary trailing slashes from srcdir.
1377# Double slashes in file names in object file debugging info
1378# mess up M-x gdb in Emacs.
1379case $srcdir in
1380*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1381esac
1382for ac_var in $ac_precious_vars; do
1383 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1384 eval ac_env_${ac_var}_value=\$${ac_var}
1385 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1386 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1387done
b3baf5d0 1388
5464f5a1
NN
1389#
1390# Report the --help message.
1391#
1392if test "$ac_init_help" = "long"; then
1393 # Omit some internal or obsolete options to make the list less imposing.
1394 # This message is too long to be a string in the A/UX 3.1 sh.
1395 cat <<_ACEOF
346d80ef 1396\`configure' configures bfd 2.37.50 to adapt to many kinds of systems.
252b5132 1397
5464f5a1 1398Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1399
5464f5a1
NN
1400To assign environment variables (e.g., CC, CFLAGS...), specify them as
1401VAR=VALUE. See below for descriptions of some of the useful variables.
6be7c12c 1402
5464f5a1 1403Defaults for the options are specified in brackets.
6be7c12c 1404
5464f5a1
NN
1405Configuration:
1406 -h, --help display this help and exit
1407 --help=short display options specific to this package
1408 --help=recursive display the short help of all the included packages
1409 -V, --version display version information and exit
d0ac1c44 1410 -q, --quiet, --silent do not print \`checking ...' messages
5464f5a1
NN
1411 --cache-file=FILE cache test results in FILE [disabled]
1412 -C, --config-cache alias for \`--cache-file=config.cache'
1413 -n, --no-create do not create output files
1414 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1415
5464f5a1
NN
1416Installation directories:
1417 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1418 [$ac_default_prefix]
5464f5a1 1419 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1420 [PREFIX]
6be7c12c 1421
5464f5a1
NN
1422By default, \`make install' will install all the files in
1423\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1424an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1425for instance \`--prefix=\$HOME'.
6be7c12c 1426
5464f5a1 1427For better control, use the options below.
6be7c12c 1428
5464f5a1 1429Fine tuning of the installation directories:
81ecdfbb
RW
1430 --bindir=DIR user executables [EPREFIX/bin]
1431 --sbindir=DIR system admin executables [EPREFIX/sbin]
1432 --libexecdir=DIR program executables [EPREFIX/libexec]
1433 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1434 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1435 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1436 --libdir=DIR object code libraries [EPREFIX/lib]
1437 --includedir=DIR C header files [PREFIX/include]
1438 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1439 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1440 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1441 --infodir=DIR info documentation [DATAROOTDIR/info]
1442 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1443 --mandir=DIR man documentation [DATAROOTDIR/man]
c4dd807e 1444 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
81ecdfbb
RW
1445 --htmldir=DIR html documentation [DOCDIR]
1446 --dvidir=DIR dvi documentation [DOCDIR]
1447 --pdfdir=DIR pdf documentation [DOCDIR]
1448 --psdir=DIR ps documentation [DOCDIR]
5464f5a1 1449_ACEOF
6be7c12c 1450
5464f5a1 1451 cat <<\_ACEOF
6be7c12c 1452
5464f5a1
NN
1453Program names:
1454 --program-prefix=PREFIX prepend PREFIX to installed program names
1455 --program-suffix=SUFFIX append SUFFIX to installed program names
1456 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1457
5464f5a1
NN
1458System types:
1459 --build=BUILD configure for building on BUILD [guessed]
1460 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1461 --target=TARGET configure for building compilers for TARGET [HOST]
1462_ACEOF
252b5132 1463fi
252b5132 1464
5464f5a1 1465if test -n "$ac_init_help"; then
c4dd807e 1466 case $ac_init_help in
346d80ef 1467 short | recursive ) echo "Configuration of bfd 2.37.50:";;
c4dd807e 1468 esac
5464f5a1 1469 cat <<\_ACEOF
252b5132 1470
5464f5a1 1471Optional Features:
81ecdfbb 1472 --disable-option-checking ignore unrecognized --enable/--with options
5464f5a1
NN
1473 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1474 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
83c79df8
AM
1475 --enable-silent-rules less verbose build output (undo: "make V=1")
1476 --disable-silent-rules verbose build output (undo: "make V=0")
1477 --enable-shared[=PKGS] build shared libraries [default=no]
d0ac1c44
SM
1478 --enable-dependency-tracking
1479 do not reject slow dependency extractors
1480 --disable-dependency-tracking
1481 speeds up one-time build
81ecdfbb 1482 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1483 --enable-fast-install[=PKGS]
1484 optimize for fast installation [default=yes]
5464f5a1 1485 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f 1486 --enable-plugins Enable support for plugins
ce3c775b 1487 --disable-largefile omit support for large files
43e05cd4 1488 --enable-checking enable run-time checks
5464f5a1
NN
1489 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1490 --enable-targets alternative target configurations
e6cc316a 1491 --enable-64-bit-archive force 64-bit archives
6ec7057a 1492 --enable-secureplt Default to creating read-only plt entries
f6aec96d 1493 --enable-separate-code enable -z separate-code in ELF linker by default
ef72a554
KT
1494 --enable-leading-mingw64-underscores
1495 Enable leading underscores on 64 bit mingw targets
241a6c40
AM
1496 --enable-werror treat compile warnings as errors
1497 --enable-build-warnings enable build-time compiler warnings
d0ac1c44
SM
1498 --enable-maintainer-mode
1499 enable make rules and dependencies not useful (and
1500 sometimes confusing) to the casual installer
5464f5a1
NN
1501 --enable-install-libbfd controls installation of libbfd and related headers
1502 --disable-nls do not use Native Language Support
1503
1504Optional Packages:
1505 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1506 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1507 --with-pic try to use only PIC/non-PIC objects [default=use
1508 both]
1509 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
5464f5a1 1510 --with-mmap try using mmap for BFD input files if available
0d4a1476
AS
1511 --with-separate-debug-dir=DIR
1512 Look for global separate debug info in DIR
d0ac1c44 1513 [[default=LIBDIR/debug]]
a1ac8190
JM
1514 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1515 Binutils"
c428fa83 1516 --with-bugurl=URL Direct users to URL to report a bug
243340ad 1517 --with-system-zlib use installed libz
5464f5a1
NN
1518
1519Some influential environment variables:
1520 CC C compiler command
1521 CFLAGS C compiler flags
1522 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1523 nonstandard directory <lib dir>
81ecdfbb 1524 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1525 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1526 you have headers in a nonstandard directory <include dir>
5464f5a1
NN
1527 CPP C preprocessor
1528
1529Use these variables to override the choices made by `configure' or to help
1530it to find libraries and programs with nonstandard names/locations.
1531
81ecdfbb 1532Report bugs to the package provider.
5464f5a1 1533_ACEOF
81ecdfbb 1534ac_status=$?
5464f5a1
NN
1535fi
1536
1537if test "$ac_init_help" = "recursive"; then
1538 # If there are subdirs, report their specific --help.
5464f5a1 1539 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1540 test -d "$ac_dir" ||
1541 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1542 continue
5464f5a1
NN
1543 ac_builddir=.
1544
81ecdfbb
RW
1545case "$ac_dir" in
1546.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1547*)
1548 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1549 # A ".." for each directory in $ac_dir_suffix.
1550 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1551 case $ac_top_builddir_sub in
1552 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1553 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1554 esac ;;
1555esac
1556ac_abs_top_builddir=$ac_pwd
1557ac_abs_builddir=$ac_pwd$ac_dir_suffix
1558# for backward compatibility:
1559ac_top_builddir=$ac_top_build_prefix
5464f5a1
NN
1560
1561case $srcdir in
81ecdfbb 1562 .) # We are building in place.
5464f5a1 1563 ac_srcdir=.
81ecdfbb
RW
1564 ac_top_srcdir=$ac_top_builddir_sub
1565 ac_abs_top_srcdir=$ac_pwd ;;
1566 [\\/]* | ?:[\\/]* ) # Absolute name.
5464f5a1 1567 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1568 ac_top_srcdir=$srcdir
1569 ac_abs_top_srcdir=$srcdir ;;
1570 *) # Relative name.
1571 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1572 ac_top_srcdir=$ac_top_build_prefix$srcdir
1573 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5464f5a1 1574esac
81ecdfbb
RW
1575ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1576
1577 cd "$ac_dir" || { ac_status=$?; continue; }
1578 # Check for guested configure.
1579 if test -f "$ac_srcdir/configure.gnu"; then
1580 echo &&
1581 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1582 elif test -f "$ac_srcdir/configure"; then
1583 echo &&
1584 $SHELL "$ac_srcdir/configure" --help=recursive
5464f5a1 1585 else
81ecdfbb
RW
1586 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1587 fi || ac_status=$?
1588 cd "$ac_pwd" || { ac_status=$?; break; }
5464f5a1 1589 done
6be7c12c
AO
1590fi
1591
81ecdfbb 1592test -n "$ac_init_help" && exit $ac_status
5464f5a1
NN
1593if $ac_init_version; then
1594 cat <<\_ACEOF
346d80ef 1595bfd configure 2.37.50
d0ac1c44 1596generated by GNU Autoconf 2.69
6be7c12c 1597
d0ac1c44 1598Copyright (C) 2012 Free Software Foundation, Inc.
5464f5a1
NN
1599This configure script is free software; the Free Software Foundation
1600gives unlimited permission to copy, distribute and modify it.
1601_ACEOF
81ecdfbb 1602 exit
5464f5a1 1603fi
6be7c12c 1604
81ecdfbb
RW
1605## ------------------------ ##
1606## Autoconf initialization. ##
1607## ------------------------ ##
6be7c12c 1608
81ecdfbb
RW
1609# ac_fn_c_try_compile LINENO
1610# --------------------------
1611# Try to compile conftest.$ac_ext, and return whether this succeeded.
1612ac_fn_c_try_compile ()
5464f5a1 1613{
81ecdfbb
RW
1614 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1615 rm -f conftest.$ac_objext
1616 if { { ac_try="$ac_compile"
1617case "(($ac_try" in
1618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1619 *) ac_try_echo=$ac_try;;
1620esac
1621eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1622$as_echo "$ac_try_echo"; } >&5
1623 (eval "$ac_compile") 2>conftest.err
1624 ac_status=$?
1625 if test -s conftest.err; then
1626 grep -v '^ *+' conftest.err >conftest.er1
1627 cat conftest.er1 >&5
1628 mv -f conftest.er1 conftest.err
1629 fi
1630 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1631 test $ac_status = 0; } && {
1632 test -z "$ac_c_werror_flag" ||
1633 test ! -s conftest.err
1634 } && test -s conftest.$ac_objext; then :
1635 ac_retval=0
1636else
1637 $as_echo "$as_me: failed program was:" >&5
1638sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1639
81ecdfbb
RW
1640 ac_retval=1
1641fi
d0ac1c44
SM
1642 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1643 as_fn_set_status $ac_retval
5464f5a1 1644
81ecdfbb 1645} # ac_fn_c_try_compile
5464f5a1 1646
81ecdfbb
RW
1647# ac_fn_c_try_cpp LINENO
1648# ----------------------
1649# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1650ac_fn_c_try_cpp ()
1651{
1652 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1653 if { { ac_try="$ac_cpp conftest.$ac_ext"
1654case "(($ac_try" in
1655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1656 *) ac_try_echo=$ac_try;;
1657esac
1658eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1659$as_echo "$ac_try_echo"; } >&5
1660 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1661 ac_status=$?
1662 if test -s conftest.err; then
1663 grep -v '^ *+' conftest.err >conftest.er1
1664 cat conftest.er1 >&5
1665 mv -f conftest.er1 conftest.err
1666 fi
1667 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1668 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1669 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1670 test ! -s conftest.err
1671 }; then :
1672 ac_retval=0
1673else
1674 $as_echo "$as_me: failed program was:" >&5
1675sed 's/^/| /' conftest.$ac_ext >&5
b3baf5d0 1676
81ecdfbb
RW
1677 ac_retval=1
1678fi
d0ac1c44
SM
1679 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1680 as_fn_set_status $ac_retval
6be7c12c 1681
81ecdfbb 1682} # ac_fn_c_try_cpp
252b5132 1683
81ecdfbb
RW
1684# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1685# -------------------------------------------------------
1686# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1687# the include files in INCLUDES and setting the cache variable VAR
1688# accordingly.
1689ac_fn_c_check_header_mongrel ()
1690{
1691 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1692 if eval \${$3+:} false; then :
81ecdfbb
RW
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1694$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1695if eval \${$3+:} false; then :
81ecdfbb
RW
1696 $as_echo_n "(cached) " >&6
1697fi
1698eval ac_res=\$$3
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1700$as_echo "$ac_res" >&6; }
1701else
1702 # Is the header compilable?
1703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1704$as_echo_n "checking $2 usability... " >&6; }
1705cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1706/* end confdefs.h. */
1707$4
1708#include <$2>
5464f5a1 1709_ACEOF
81ecdfbb
RW
1710if ac_fn_c_try_compile "$LINENO"; then :
1711 ac_header_compiler=yes
1712else
1713 ac_header_compiler=no
1714fi
1715rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1716{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1717$as_echo "$ac_header_compiler" >&6; }
c5d1701e 1718
81ecdfbb
RW
1719# Is the header present?
1720{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1721$as_echo_n "checking $2 presence... " >&6; }
1722cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1723/* end confdefs.h. */
1724#include <$2>
1725_ACEOF
1726if ac_fn_c_try_cpp "$LINENO"; then :
1727 ac_header_preproc=yes
1728else
1729 ac_header_preproc=no
1730fi
d0ac1c44 1731rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1732{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1733$as_echo "$ac_header_preproc" >&6; }
6be7c12c 1734
81ecdfbb
RW
1735# So? What about this header?
1736case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1737 yes:no: )
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1739$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1741$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1742 ;;
1743 no:yes:* )
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1745$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1747$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1749$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1751$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1753$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1754 ;;
1755esac
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1757$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1758if eval \${$3+:} false; then :
81ecdfbb
RW
1759 $as_echo_n "(cached) " >&6
1760else
1761 eval "$3=\$ac_header_compiler"
1762fi
1763eval ac_res=\$$3
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1765$as_echo "$ac_res" >&6; }
1766fi
d0ac1c44 1767 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5464f5a1 1768
81ecdfbb 1769} # ac_fn_c_check_header_mongrel
5464f5a1 1770
81ecdfbb
RW
1771# ac_fn_c_try_run LINENO
1772# ----------------------
1773# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1774# that executables *can* be run.
1775ac_fn_c_try_run ()
5464f5a1 1776{
81ecdfbb
RW
1777 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1778 if { { ac_try="$ac_link"
1779case "(($ac_try" in
1780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1781 *) ac_try_echo=$ac_try;;
1782esac
1783eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1784$as_echo "$ac_try_echo"; } >&5
1785 (eval "$ac_link") 2>&5
1786 ac_status=$?
1787 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1788 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1789 { { case "(($ac_try" in
1790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1791 *) ac_try_echo=$ac_try;;
1792esac
1793eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1794$as_echo "$ac_try_echo"; } >&5
1795 (eval "$ac_try") 2>&5
1796 ac_status=$?
1797 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1798 test $ac_status = 0; }; }; then :
1799 ac_retval=0
1800else
1801 $as_echo "$as_me: program exited with status $ac_status" >&5
1802 $as_echo "$as_me: failed program was:" >&5
1803sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1804
81ecdfbb
RW
1805 ac_retval=$ac_status
1806fi
1807 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1808 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1809 as_fn_set_status $ac_retval
5464f5a1 1810
81ecdfbb 1811} # ac_fn_c_try_run
5464f5a1 1812
81ecdfbb
RW
1813# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1814# -------------------------------------------------------
1815# Tests whether HEADER exists and can be compiled using the include files in
1816# INCLUDES, setting the cache variable VAR accordingly.
1817ac_fn_c_check_header_compile ()
1818{
1819 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1821$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1822if eval \${$3+:} false; then :
81ecdfbb
RW
1823 $as_echo_n "(cached) " >&6
1824else
1825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1826/* end confdefs.h. */
1827$4
1828#include <$2>
1829_ACEOF
1830if ac_fn_c_try_compile "$LINENO"; then :
1831 eval "$3=yes"
1832else
1833 eval "$3=no"
1834fi
1835rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1836fi
1837eval ac_res=\$$3
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1839$as_echo "$ac_res" >&6; }
d0ac1c44 1840 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5464f5a1 1841
81ecdfbb 1842} # ac_fn_c_check_header_compile
5464f5a1 1843
83c79df8
AM
1844# ac_fn_c_try_link LINENO
1845# -----------------------
1846# Try to link conftest.$ac_ext, and return whether this succeeded.
1847ac_fn_c_try_link ()
1848{
1849 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1850 rm -f conftest.$ac_objext conftest$ac_exeext
1851 if { { ac_try="$ac_link"
1852case "(($ac_try" in
1853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1854 *) ac_try_echo=$ac_try;;
1855esac
1856eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1857$as_echo "$ac_try_echo"; } >&5
1858 (eval "$ac_link") 2>conftest.err
1859 ac_status=$?
1860 if test -s conftest.err; then
1861 grep -v '^ *+' conftest.err >conftest.er1
1862 cat conftest.er1 >&5
1863 mv -f conftest.er1 conftest.err
1864 fi
1865 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1866 test $ac_status = 0; } && {
1867 test -z "$ac_c_werror_flag" ||
1868 test ! -s conftest.err
1869 } && test -s conftest$ac_exeext && {
1870 test "$cross_compiling" = yes ||
1871 test -x conftest$ac_exeext
1872 }; then :
1873 ac_retval=0
1874else
1875 $as_echo "$as_me: failed program was:" >&5
1876sed 's/^/| /' conftest.$ac_ext >&5
1877
1878 ac_retval=1
1879fi
1880 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1881 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1882 # interfere with the next link command; also delete a directory that is
1883 # left behind by Apple's compiler. We do this before executing the actions.
1884 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1885 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1886 as_fn_set_status $ac_retval
1887
1888} # ac_fn_c_try_link
1889
81ecdfbb
RW
1890# ac_fn_c_check_func LINENO FUNC VAR
1891# ----------------------------------
1892# Tests whether FUNC exists, setting the cache variable VAR accordingly
1893ac_fn_c_check_func ()
1894{
1895 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1897$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1898if eval \${$3+:} false; then :
81ecdfbb
RW
1899 $as_echo_n "(cached) " >&6
1900else
1901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1902/* end confdefs.h. */
1903/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1904 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1905#define $2 innocuous_$2
5464f5a1 1906
81ecdfbb
RW
1907/* System header to define __stub macros and hopefully few prototypes,
1908 which can conflict with char $2 (); below.
1909 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1910 <limits.h> exists even on freestanding compilers. */
5464f5a1 1911
81ecdfbb
RW
1912#ifdef __STDC__
1913# include <limits.h>
1914#else
1915# include <assert.h>
1916#endif
5464f5a1 1917
81ecdfbb 1918#undef $2
5464f5a1 1919
81ecdfbb
RW
1920/* Override any GCC internal prototype to avoid an error.
1921 Use char because int might match the return type of a GCC
1922 builtin and then its argument prototype would still apply. */
1923#ifdef __cplusplus
1924extern "C"
1925#endif
1926char $2 ();
1927/* The GNU C library defines this for functions which it implements
1928 to always fail with ENOSYS. Some functions are actually named
1929 something starting with __ and the normal name is an alias. */
1930#if defined __stub_$2 || defined __stub___$2
1931choke me
1932#endif
5464f5a1 1933
81ecdfbb
RW
1934int
1935main ()
1936{
1937return $2 ();
1938 ;
1939 return 0;
1940}
5464f5a1 1941_ACEOF
81ecdfbb
RW
1942if ac_fn_c_try_link "$LINENO"; then :
1943 eval "$3=yes"
1944else
1945 eval "$3=no"
1946fi
1947rm -f core conftest.err conftest.$ac_objext \
1948 conftest$ac_exeext conftest.$ac_ext
1949fi
1950eval ac_res=\$$3
1951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1952$as_echo "$ac_res" >&6; }
d0ac1c44 1953 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5464f5a1 1954
81ecdfbb 1955} # ac_fn_c_check_func
5464f5a1 1956
81ecdfbb
RW
1957# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1958# --------------------------------------------
1959# Tries to find the compile-time value of EXPR in a program that includes
1960# INCLUDES, setting VAR accordingly. Returns whether the value could be
1961# computed
1962ac_fn_c_compute_int ()
1963{
1964 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1965 if test "$cross_compiling" = yes; then
1966 # Depending upon the size, compute the lo and hi bounds.
1967cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1968/* end confdefs.h. */
1969$4
1970int
1971main ()
1972{
1973static int test_array [1 - 2 * !(($2) >= 0)];
d0ac1c44
SM
1974test_array [0] = 0;
1975return test_array [0];
5464f5a1 1976
81ecdfbb
RW
1977 ;
1978 return 0;
1979}
5464f5a1 1980_ACEOF
81ecdfbb
RW
1981if ac_fn_c_try_compile "$LINENO"; then :
1982 ac_lo=0 ac_mid=0
1983 while :; do
1984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1985/* end confdefs.h. */
1986$4
1987int
1988main ()
1989{
1990static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
1991test_array [0] = 0;
1992return test_array [0];
5464f5a1 1993
81ecdfbb
RW
1994 ;
1995 return 0;
1996}
1997_ACEOF
1998if ac_fn_c_try_compile "$LINENO"; then :
1999 ac_hi=$ac_mid; break
5464f5a1 2000else
81ecdfbb
RW
2001 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2002 if test $ac_lo -le $ac_mid; then
2003 ac_lo= ac_hi=
2004 break
2005 fi
2006 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
5464f5a1 2007fi
81ecdfbb
RW
2008rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2009 done
2010else
2011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2012/* end confdefs.h. */
2013$4
2014int
2015main ()
2016{
2017static int test_array [1 - 2 * !(($2) < 0)];
d0ac1c44
SM
2018test_array [0] = 0;
2019return test_array [0];
5464f5a1 2020
81ecdfbb
RW
2021 ;
2022 return 0;
2023}
2024_ACEOF
2025if ac_fn_c_try_compile "$LINENO"; then :
2026 ac_hi=-1 ac_mid=-1
2027 while :; do
2028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2029/* end confdefs.h. */
2030$4
2031int
2032main ()
2033{
2034static int test_array [1 - 2 * !(($2) >= $ac_mid)];
d0ac1c44
SM
2035test_array [0] = 0;
2036return test_array [0];
5464f5a1 2037
81ecdfbb
RW
2038 ;
2039 return 0;
2040}
2041_ACEOF
2042if ac_fn_c_try_compile "$LINENO"; then :
2043 ac_lo=$ac_mid; break
2044else
2045 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2046 if test $ac_mid -le $ac_hi; then
2047 ac_lo= ac_hi=
2048 break
2049 fi
2050 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2051fi
2052rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2053 done
2054else
2055 ac_lo= ac_hi=
2056fi
2057rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2058fi
2059rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2060# Binary search between lo and hi bounds.
2061while test "x$ac_lo" != "x$ac_hi"; do
2062 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2064/* end confdefs.h. */
2065$4
2066int
2067main ()
2068{
2069static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
2070test_array [0] = 0;
2071return test_array [0];
5464f5a1 2072
81ecdfbb
RW
2073 ;
2074 return 0;
2075}
2076_ACEOF
2077if ac_fn_c_try_compile "$LINENO"; then :
2078 ac_hi=$ac_mid
2079else
2080 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2081fi
2082rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2083done
2084case $ac_lo in #((
2085?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2086'') ac_retval=1 ;;
2087esac
2088 else
2089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2090/* end confdefs.h. */
2091$4
2092static long int longval () { return $2; }
2093static unsigned long int ulongval () { return $2; }
2094#include <stdio.h>
2095#include <stdlib.h>
2096int
2097main ()
2098{
5464f5a1 2099
81ecdfbb
RW
2100 FILE *f = fopen ("conftest.val", "w");
2101 if (! f)
2102 return 1;
2103 if (($2) < 0)
2104 {
2105 long int i = longval ();
2106 if (i != ($2))
2107 return 1;
2108 fprintf (f, "%ld", i);
2109 }
2110 else
2111 {
2112 unsigned long int i = ulongval ();
2113 if (i != ($2))
2114 return 1;
2115 fprintf (f, "%lu", i);
2116 }
2117 /* Do not output a trailing newline, as this causes \r\n confusion
2118 on some platforms. */
2119 return ferror (f) || fclose (f) != 0;
5464f5a1 2120
81ecdfbb
RW
2121 ;
2122 return 0;
2123}
2124_ACEOF
2125if ac_fn_c_try_run "$LINENO"; then :
2126 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2127else
2128 ac_retval=1
2129fi
2130rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2131 conftest.$ac_objext conftest.beam conftest.$ac_ext
2132rm -f conftest.val
7357c5b6 2133
81ecdfbb 2134 fi
d0ac1c44
SM
2135 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2136 as_fn_set_status $ac_retval
7357c5b6 2137
81ecdfbb 2138} # ac_fn_c_compute_int
7357c5b6 2139
d0ac1c44
SM
2140# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2141# ---------------------------------------------
2142# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2143# accordingly.
81ecdfbb
RW
2144ac_fn_c_check_decl ()
2145{
2146 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2147 as_decl_name=`echo $2|sed 's/ *(.*//'`
2148 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2150$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
d0ac1c44 2151if eval \${$3+:} false; then :
81ecdfbb
RW
2152 $as_echo_n "(cached) " >&6
2153else
2154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2155/* end confdefs.h. */
2156$4
2157int
2158main ()
2159{
360cfc9c
AM
2160#ifndef $as_decl_name
2161#ifdef __cplusplus
2162 (void) $as_decl_use;
2163#else
2164 (void) $as_decl_name;
2165#endif
81ecdfbb 2166#endif
5464f5a1 2167
81ecdfbb
RW
2168 ;
2169 return 0;
2170}
2171_ACEOF
2172if ac_fn_c_try_compile "$LINENO"; then :
2173 eval "$3=yes"
2174else
2175 eval "$3=no"
5464f5a1 2176fi
81ecdfbb
RW
2177rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2178fi
2179eval ac_res=\$$3
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2181$as_echo "$ac_res" >&6; }
d0ac1c44 2182 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5464f5a1 2183
81ecdfbb
RW
2184} # ac_fn_c_check_decl
2185cat >config.log <<_ACEOF
2186This file contains any messages produced by compilers while
2187running configure, to aid debugging if configure makes a mistake.
5464f5a1 2188
346d80ef 2189It was created by bfd $as_me 2.37.50, which was
d0ac1c44 2190generated by GNU Autoconf 2.69. Invocation command line was
5464f5a1 2191
81ecdfbb 2192 $ $0 $@
5464f5a1 2193
81ecdfbb
RW
2194_ACEOF
2195exec 5>>config.log
2196{
2197cat <<_ASUNAME
2198## --------- ##
2199## Platform. ##
2200## --------- ##
5464f5a1 2201
81ecdfbb
RW
2202hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2203uname -m = `(uname -m) 2>/dev/null || echo unknown`
2204uname -r = `(uname -r) 2>/dev/null || echo unknown`
2205uname -s = `(uname -s) 2>/dev/null || echo unknown`
2206uname -v = `(uname -v) 2>/dev/null || echo unknown`
5464f5a1 2207
81ecdfbb
RW
2208/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2209/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
5464f5a1 2210
81ecdfbb
RW
2211/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2212/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2213/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2214/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2215/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2216/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2217/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
5464f5a1 2218
81ecdfbb 2219_ASUNAME
5464f5a1 2220
5464f5a1
NN
2221as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2222for as_dir in $PATH
2223do
2224 IFS=$as_save_IFS
2225 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2226 $as_echo "PATH: $as_dir"
2227 done
2228IFS=$as_save_IFS
5464f5a1 2229
81ecdfbb 2230} >&5
5464f5a1 2231
81ecdfbb 2232cat >&5 <<_ACEOF
5464f5a1 2233
5464f5a1 2234
81ecdfbb
RW
2235## ----------- ##
2236## Core tests. ##
2237## ----------- ##
5464f5a1 2238
81ecdfbb
RW
2239_ACEOF
2240
2241
2242# Keep a trace of the command line.
2243# Strip out --no-create and --no-recursion so they do not pile up.
2244# Strip out --silent because we don't want to record it for future runs.
2245# Also quote any args containing shell meta-characters.
2246# Make two passes to allow for proper duplicate-argument suppression.
2247ac_configure_args=
2248ac_configure_args0=
2249ac_configure_args1=
2250ac_must_keep_next=false
2251for ac_pass in 1 2
2252do
2253 for ac_arg
2254 do
2255 case $ac_arg in
2256 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2257 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2258 | -silent | --silent | --silen | --sile | --sil)
2259 continue ;;
2260 *\'*)
2261 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2262 esac
2263 case $ac_pass in
2264 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2265 2)
2266 as_fn_append ac_configure_args1 " '$ac_arg'"
2267 if test $ac_must_keep_next = true; then
2268 ac_must_keep_next=false # Got value, back to normal.
2269 else
2270 case $ac_arg in
2271 *=* | --config-cache | -C | -disable-* | --disable-* \
2272 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2273 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2274 | -with-* | --with-* | -without-* | --without-* | --x)
2275 case "$ac_configure_args0 " in
2276 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2277 esac
2278 ;;
2279 -* ) ac_must_keep_next=true ;;
2280 esac
2281 fi
2282 as_fn_append ac_configure_args " '$ac_arg'"
2283 ;;
2284 esac
2285 done
2286done
2287{ ac_configure_args0=; unset ac_configure_args0;}
2288{ ac_configure_args1=; unset ac_configure_args1;}
2289
2290# When interrupted or exit'd, cleanup temporary files, and complete
2291# config.log. We remove comments because anyway the quotes in there
2292# would cause problems or look ugly.
2293# WARNING: Use '\'' to represent an apostrophe within the trap.
2294# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2295trap 'exit_status=$?
2296 # Save into config.log some information that might help in debugging.
2297 {
2298 echo
2299
d0ac1c44 2300 $as_echo "## ---------------- ##
81ecdfbb 2301## Cache variables. ##
d0ac1c44 2302## ---------------- ##"
81ecdfbb
RW
2303 echo
2304 # The following way of writing the cache mishandles newlines in values,
2305(
2306 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2307 eval ac_val=\$$ac_var
2308 case $ac_val in #(
2309 *${as_nl}*)
2310 case $ac_var in #(
2311 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2312$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2313 esac
2314 case $ac_var in #(
2315 _ | IFS | as_nl) ;; #(
2316 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2317 *) { eval $ac_var=; unset $ac_var;} ;;
2318 esac ;;
2319 esac
2320 done
2321 (set) 2>&1 |
2322 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2323 *${as_nl}ac_space=\ *)
2324 sed -n \
2325 "s/'\''/'\''\\\\'\'''\''/g;
2326 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2327 ;; #(
2328 *)
2329 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2330 ;;
2331 esac |
2332 sort
2333)
2334 echo
2335
d0ac1c44 2336 $as_echo "## ----------------- ##
81ecdfbb 2337## Output variables. ##
d0ac1c44 2338## ----------------- ##"
81ecdfbb
RW
2339 echo
2340 for ac_var in $ac_subst_vars
2341 do
2342 eval ac_val=\$$ac_var
2343 case $ac_val in
2344 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2345 esac
2346 $as_echo "$ac_var='\''$ac_val'\''"
2347 done | sort
2348 echo
2349
2350 if test -n "$ac_subst_files"; then
d0ac1c44 2351 $as_echo "## ------------------- ##
81ecdfbb 2352## File substitutions. ##
d0ac1c44 2353## ------------------- ##"
81ecdfbb
RW
2354 echo
2355 for ac_var in $ac_subst_files
2356 do
2357 eval ac_val=\$$ac_var
2358 case $ac_val in
2359 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2360 esac
2361 $as_echo "$ac_var='\''$ac_val'\''"
2362 done | sort
2363 echo
2364 fi
2365
2366 if test -s confdefs.h; then
d0ac1c44 2367 $as_echo "## ----------- ##
81ecdfbb 2368## confdefs.h. ##
d0ac1c44 2369## ----------- ##"
81ecdfbb
RW
2370 echo
2371 cat confdefs.h
2372 echo
2373 fi
2374 test "$ac_signal" != 0 &&
2375 $as_echo "$as_me: caught signal $ac_signal"
2376 $as_echo "$as_me: exit $exit_status"
2377 } >&5
2378 rm -f core *.core core.conftest.* &&
2379 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2380 exit $exit_status
2381' 0
2382for ac_signal in 1 2 13 15; do
2383 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2384done
2385ac_signal=0
2386
2387# confdefs.h avoids OS command line length limits that DEFS can exceed.
2388rm -f -r conftest* confdefs.h
2389
2390$as_echo "/* confdefs.h */" > confdefs.h
2391
2392# Predefined preprocessor variables.
2393
2394cat >>confdefs.h <<_ACEOF
2395#define PACKAGE_NAME "$PACKAGE_NAME"
2396_ACEOF
2397
2398cat >>confdefs.h <<_ACEOF
2399#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2400_ACEOF
2401
2402cat >>confdefs.h <<_ACEOF
2403#define PACKAGE_VERSION "$PACKAGE_VERSION"
2404_ACEOF
2405
2406cat >>confdefs.h <<_ACEOF
2407#define PACKAGE_STRING "$PACKAGE_STRING"
2408_ACEOF
2409
2410cat >>confdefs.h <<_ACEOF
2411#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2412_ACEOF
2413
2414cat >>confdefs.h <<_ACEOF
2415#define PACKAGE_URL "$PACKAGE_URL"
2416_ACEOF
2417
2418
2419# Let the site file select an alternate cache file if it wants to.
2420# Prefer an explicitly selected file to automatically selected ones.
2421ac_site_file1=NONE
2422ac_site_file2=NONE
2423if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2424 # We do not want a PATH search for config.site.
2425 case $CONFIG_SITE in #((
2426 -*) ac_site_file1=./$CONFIG_SITE;;
2427 */*) ac_site_file1=$CONFIG_SITE;;
2428 *) ac_site_file1=./$CONFIG_SITE;;
2429 esac
81ecdfbb
RW
2430elif test "x$prefix" != xNONE; then
2431 ac_site_file1=$prefix/share/config.site
2432 ac_site_file2=$prefix/etc/config.site
2433else
2434 ac_site_file1=$ac_default_prefix/share/config.site
2435 ac_site_file2=$ac_default_prefix/etc/config.site
2436fi
2437for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2438do
2439 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2440 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2442$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2443 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2444 . "$ac_site_file" \
2445 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2446$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2447as_fn_error $? "failed to load site script $ac_site_file
2448See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
2449 fi
2450done
2451
2452if test -r "$cache_file"; then
d0ac1c44
SM
2453 # Some versions of bash will fail to source /dev/null (special files
2454 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2455 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2457$as_echo "$as_me: loading cache $cache_file" >&6;}
2458 case $cache_file in
2459 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2460 *) . "./$cache_file";;
2461 esac
2462 fi
2463else
2464 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2465$as_echo "$as_me: creating cache $cache_file" >&6;}
2466 >$cache_file
2467fi
2468
d0ac1c44
SM
2469as_fn_append ac_header_list " stdlib.h"
2470as_fn_append ac_header_list " unistd.h"
2471as_fn_append ac_header_list " sys/param.h"
81ecdfbb
RW
2472# Check that the precious variables saved in the cache have kept the same
2473# value.
2474ac_cache_corrupted=false
2475for ac_var in $ac_precious_vars; do
2476 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2477 eval ac_new_set=\$ac_env_${ac_var}_set
2478 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2479 eval ac_new_val=\$ac_env_${ac_var}_value
2480 case $ac_old_set,$ac_new_set in
2481 set,)
2482 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2483$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2484 ac_cache_corrupted=: ;;
2485 ,set)
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2487$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2488 ac_cache_corrupted=: ;;
2489 ,);;
2490 *)
2491 if test "x$ac_old_val" != "x$ac_new_val"; then
2492 # differences in whitespace do not lead to failure.
2493 ac_old_val_w=`echo x $ac_old_val`
2494 ac_new_val_w=`echo x $ac_new_val`
2495 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2496 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2497$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2498 ac_cache_corrupted=:
2499 else
2500 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2501$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2502 eval $ac_var=\$ac_old_val
2503 fi
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2505$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2506 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2507$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2508 fi;;
2509 esac
2510 # Pass precious variables to config.status.
2511 if test "$ac_new_set" = set; then
2512 case $ac_new_val in
2513 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2514 *) ac_arg=$ac_var=$ac_new_val ;;
2515 esac
2516 case " $ac_configure_args " in
2517 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2518 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2519 esac
5464f5a1
NN
2520 fi
2521done
81ecdfbb
RW
2522if $ac_cache_corrupted; then
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2524$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2525 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2526$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2527 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
81ecdfbb
RW
2528fi
2529## -------------------- ##
2530## Main body of script. ##
2531## -------------------- ##
2532
2533ac_ext=c
2534ac_cpp='$CPP $CPPFLAGS'
2535ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2536ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2537ac_compiler_gnu=$ac_cv_c_compiler_gnu
2538
2539
2540
2541
2542
2543
2544
2545ac_aux_dir=
2546for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
2547 if test -f "$ac_dir/install-sh"; then
2548 ac_aux_dir=$ac_dir
2549 ac_install_sh="$ac_aux_dir/install-sh -c"
2550 break
2551 elif test -f "$ac_dir/install.sh"; then
2552 ac_aux_dir=$ac_dir
2553 ac_install_sh="$ac_aux_dir/install.sh -c"
2554 break
2555 elif test -f "$ac_dir/shtool"; then
2556 ac_aux_dir=$ac_dir
2557 ac_install_sh="$ac_aux_dir/shtool install -c"
2558 break
2559 fi
5464f5a1 2560done
81ecdfbb 2561if test -z "$ac_aux_dir"; then
d0ac1c44 2562 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
81ecdfbb
RW
2563fi
2564
2565# These three variables are undocumented and unsupported,
2566# and are intended to be withdrawn in a future Autoconf release.
2567# They can cause serious problems if a builder's source tree is in a directory
2568# whose full name contains unusual characters.
2569ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2570ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2571ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2572
2573
2574# Make sure we can run config.sub.
2575$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 2576 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
81ecdfbb
RW
2577
2578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2579$as_echo_n "checking build system type... " >&6; }
d0ac1c44 2580if ${ac_cv_build+:} false; then :
81ecdfbb
RW
2581 $as_echo_n "(cached) " >&6
2582else
2583 ac_build_alias=$build_alias
2584test "x$ac_build_alias" = x &&
2585 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2586test "x$ac_build_alias" = x &&
d0ac1c44 2587 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
81ecdfbb 2588ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 2589 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
81ecdfbb
RW
2590
2591fi
2592{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2593$as_echo "$ac_cv_build" >&6; }
2594case $ac_cv_build in
2595*-*-*) ;;
d0ac1c44 2596*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
81ecdfbb
RW
2597esac
2598build=$ac_cv_build
2599ac_save_IFS=$IFS; IFS='-'
2600set x $ac_cv_build
2601shift
2602build_cpu=$1
2603build_vendor=$2
2604shift; shift
2605# Remember, the first character of IFS is used to create $*,
2606# except with old shells:
2607build_os=$*
2608IFS=$ac_save_IFS
2609case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5464f5a1 2610
81ecdfbb
RW
2611
2612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2613$as_echo_n "checking host system type... " >&6; }
d0ac1c44 2614if ${ac_cv_host+:} false; then :
81ecdfbb
RW
2615 $as_echo_n "(cached) " >&6
2616else
2617 if test "x$host_alias" = x; then
2618 ac_cv_host=$ac_cv_build
2619else
2620 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 2621 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5464f5a1 2622fi
81ecdfbb 2623
5464f5a1 2624fi
81ecdfbb
RW
2625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2626$as_echo "$ac_cv_host" >&6; }
2627case $ac_cv_host in
2628*-*-*) ;;
d0ac1c44 2629*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb
RW
2630esac
2631host=$ac_cv_host
2632ac_save_IFS=$IFS; IFS='-'
2633set x $ac_cv_host
2634shift
2635host_cpu=$1
2636host_vendor=$2
2637shift; shift
2638# Remember, the first character of IFS is used to create $*,
2639# except with old shells:
2640host_os=$*
2641IFS=$ac_save_IFS
2642case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2643
2644
2645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2646$as_echo_n "checking target system type... " >&6; }
d0ac1c44 2647if ${ac_cv_target+:} false; then :
81ecdfbb 2648 $as_echo_n "(cached) " >&6
5464f5a1 2649else
81ecdfbb
RW
2650 if test "x$target_alias" = x; then
2651 ac_cv_target=$ac_cv_host
2652else
2653 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 2654 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5464f5a1
NN
2655fi
2656
2657fi
81ecdfbb
RW
2658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2659$as_echo "$ac_cv_target" >&6; }
2660case $ac_cv_target in
2661*-*-*) ;;
d0ac1c44 2662*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
81ecdfbb
RW
2663esac
2664target=$ac_cv_target
2665ac_save_IFS=$IFS; IFS='-'
2666set x $ac_cv_target
2667shift
2668target_cpu=$1
2669target_vendor=$2
2670shift; shift
2671# Remember, the first character of IFS is used to create $*,
2672# except with old shells:
2673target_os=$*
2674IFS=$ac_save_IFS
2675case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2676
2677
2678# The aliases save the names the user supplied, while $host etc.
2679# will get canonicalized.
2680test -n "$target_alias" &&
2681 test "$program_prefix$program_suffix$program_transform_name" = \
2682 NONENONEs,x,x, &&
2683 program_prefix=${target_alias}-
d0ac1c44 2684
83c79df8
AM
2685am__api_version='1.15'
2686
2687# Find a good install program. We prefer a C program (faster),
2688# so one script is as good as another. But avoid the broken or
2689# incompatible versions:
2690# SysV /etc/install, /usr/sbin/install
2691# SunOS /usr/etc/install
2692# IRIX /sbin/install
2693# AIX /bin/install
2694# AmigaOS /C/install, which installs bootblocks on floppy discs
2695# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2696# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2697# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2698# OS/2's system install, which has a completely different semantic
2699# ./install, which can be erroneously created by make from ./install.sh.
2700# Reject install programs that cannot install multiple files.
2701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2702$as_echo_n "checking for a BSD-compatible install... " >&6; }
2703if test -z "$INSTALL"; then
2704if ${ac_cv_path_install+:} false; then :
81ecdfbb 2705 $as_echo_n "(cached) " >&6
5464f5a1 2706else
83c79df8 2707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5464f5a1
NN
2708for as_dir in $PATH
2709do
2710 IFS=$as_save_IFS
2711 test -z "$as_dir" && as_dir=.
83c79df8
AM
2712 # Account for people who put trailing slashes in PATH elements.
2713case $as_dir/ in #((
2714 ./ | .// | /[cC]/* | \
2715 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2716 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2717 /usr/ucb/* ) ;;
2718 *)
2719 # OSF1 and SCO ODT 3.0 have their own names for install.
2720 # Don't use installbsd from OSF since it installs stuff as root
2721 # by default.
2722 for ac_prog in ginstall scoinst install; do
2723 for ac_exec_ext in '' $ac_executable_extensions; do
2724 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2725 if test $ac_prog = install &&
2726 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2727 # AIX install. It has an incompatible calling convention.
2728 :
2729 elif test $ac_prog = install &&
2730 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2731 # program-specific install script used by HP pwplus--don't use.
2732 :
2733 else
2734 rm -rf conftest.one conftest.two conftest.dir
2735 echo one > conftest.one
2736 echo two > conftest.two
2737 mkdir conftest.dir
2738 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2739 test -s conftest.one && test -s conftest.two &&
2740 test -s conftest.dir/conftest.one &&
2741 test -s conftest.dir/conftest.two
2742 then
2743 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2744 break 3
2745 fi
2746 fi
2747 fi
2748 done
2749 done
2750 ;;
2751esac
2752
81ecdfbb
RW
2753 done
2754IFS=$as_save_IFS
5464f5a1 2755
58c85be7 2756rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
2757
2758fi
2759 if test "${ac_cv_path_install+set}" = set; then
5464f5a1 2760 INSTALL=$ac_cv_path_install
252b5132 2761 else
58c85be7
RW
2762 # As a last resort, use the slow shell script. Don't cache a
2763 # value for INSTALL within a source directory, because that will
252b5132 2764 # break other packages using the cache if that directory is
58c85be7 2765 # removed, or if the value is a relative name.
5464f5a1 2766 INSTALL=$ac_install_sh
252b5132
RH
2767 fi
2768fi
81ecdfbb
RW
2769{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2770$as_echo "$INSTALL" >&6; }
252b5132
RH
2771
2772# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2773# It thinks the first close brace ends the variable substitution.
2774test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2775
5464f5a1 2776test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
2777
2778test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2779
81ecdfbb
RW
2780{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2781$as_echo_n "checking whether build environment is sane... " >&6; }
81ecdfbb
RW
2782# Reject unsafe characters in $srcdir or the absolute working directory
2783# name. Accept space and tab only in the latter.
2784am_lf='
2785'
2786case `pwd` in
2787 *[\\\"\#\$\&\'\`$am_lf]*)
d0ac1c44 2788 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
81ecdfbb
RW
2789esac
2790case $srcdir in
2791 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
d0ac1c44 2792 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
81ecdfbb
RW
2793esac
2794
d0ac1c44 2795# Do 'set' in a subshell so we don't clobber the current shell's
252b5132
RH
2796# arguments. Must try -L first in case configure is actually a
2797# symlink; some systems play weird games with the mod time of symlinks
2798# (eg FreeBSD returns the mod time of the symlink's containing
2799# directory).
2800if (
d0ac1c44
SM
2801 am_has_slept=no
2802 for am_try in 1 2; do
2803 echo "timestamp, slept: $am_has_slept" > conftest.file
2804 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2805 if test "$*" = "X"; then
2806 # -L didn't work.
2807 set X `ls -t "$srcdir/configure" conftest.file`
2808 fi
2809 if test "$*" != "X $srcdir/configure conftest.file" \
2810 && test "$*" != "X conftest.file $srcdir/configure"; then
2811
2812 # If neither matched, then we have a broken ls. This can happen
2813 # if, for instance, CONFIG_SHELL is bash and it inherits a
2814 # broken ls alias from the environment. This has actually
2815 # happened. Such a system could not be considered "sane".
2816 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2817 alias in your environment" "$LINENO" 5
2818 fi
2819 if test "$2" = conftest.file || test $am_try -eq 2; then
2820 break
2821 fi
2822 # Just in case.
2823 sleep 1
2824 am_has_slept=yes
2825 done
f5385ebf 2826 test "$2" = conftest.file
252b5132
RH
2827 )
2828then
2829 # Ok.
2830 :
2831else
d0ac1c44 2832 as_fn_error $? "newly created file is older than distributed files!
81ecdfbb 2833Check your system clock" "$LINENO" 5
252b5132 2834fi
81ecdfbb
RW
2835{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2836$as_echo "yes" >&6; }
d0ac1c44
SM
2837# If we didn't sleep, we still need to ensure time stamps of config.status and
2838# generated files are strictly newer.
2839am_sleep_pid=
2840if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2841 ( sleep 1 ) &
2842 am_sleep_pid=$!
2843fi
2844
2845rm -f conftest.file
2846
252b5132 2847test "$program_prefix" != NONE &&
81ecdfbb 2848 program_transform_name="s&^&$program_prefix&;$program_transform_name"
252b5132
RH
2849# Use a double $ so make ignores it.
2850test "$program_suffix" != NONE &&
81ecdfbb
RW
2851 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2852# Double any \ or $.
5464f5a1 2853# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
2854ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2855program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5464f5a1 2856
83c79df8
AM
2857# Expand $ac_aux_dir to an absolute path.
2858am_aux_dir=`cd "$ac_aux_dir" && pwd`
2859
81ecdfbb
RW
2860if test x"${MISSING+set}" != xset; then
2861 case $am_aux_dir in
2862 *\ * | *\ *)
2863 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2864 *)
2865 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2866 esac
2867fi
f5385ebf 2868# Use eval to expand $SHELL
d0ac1c44
SM
2869if eval "$MISSING --is-lightweight"; then
2870 am_missing_run="$MISSING "
f5385ebf
AM
2871else
2872 am_missing_run=
d0ac1c44
SM
2873 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2874$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
81ecdfbb
RW
2875fi
2876
d0ac1c44 2877if test x"${install_sh+set}" != xset; then
81ecdfbb
RW
2878 case $am_aux_dir in
2879 *\ * | *\ *)
2880 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2881 *)
2882 install_sh="\${SHELL} $am_aux_dir/install-sh"
2883 esac
2884fi
2885
d0ac1c44
SM
2886# Installed binaries are usually stripped using 'strip' when the user
2887# run "make install-strip". However 'strip' might not be the right
81ecdfbb 2888# tool to use in cross-compilation environments, therefore Automake
d0ac1c44 2889# will honor the 'STRIP' environment variable to overrule this program.
81ecdfbb
RW
2890if test "$cross_compiling" != no; then
2891 if test -n "$ac_tool_prefix"; then
2892 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2893set dummy ${ac_tool_prefix}strip; ac_word=$2
2894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2895$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2896if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb
RW
2897 $as_echo_n "(cached) " >&6
2898else
2899 if test -n "$STRIP"; then
2900 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2901else
2902as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2903for as_dir in $PATH
2904do
2905 IFS=$as_save_IFS
2906 test -z "$as_dir" && as_dir=.
2907 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2908 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2909 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2911 break 2
2912 fi
2913done
2914 done
2915IFS=$as_save_IFS
2916
2917fi
2918fi
2919STRIP=$ac_cv_prog_STRIP
2920if test -n "$STRIP"; then
2921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2922$as_echo "$STRIP" >&6; }
2923else
2924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2925$as_echo "no" >&6; }
2926fi
2927
2928
2929fi
2930if test -z "$ac_cv_prog_STRIP"; then
2931 ac_ct_STRIP=$STRIP
2932 # Extract the first word of "strip", so it can be a program name with args.
2933set dummy strip; ac_word=$2
2934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2935$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2936if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb
RW
2937 $as_echo_n "(cached) " >&6
2938else
2939 if test -n "$ac_ct_STRIP"; then
2940 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2941else
2942as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2943for as_dir in $PATH
2944do
2945 IFS=$as_save_IFS
2946 test -z "$as_dir" && as_dir=.
2947 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2948 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2949 ac_cv_prog_ac_ct_STRIP="strip"
2950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2951 break 2
2952 fi
2953done
2954 done
2955IFS=$as_save_IFS
2956
2957fi
2958fi
2959ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2960if test -n "$ac_ct_STRIP"; then
2961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2962$as_echo "$ac_ct_STRIP" >&6; }
2963else
2964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2965$as_echo "no" >&6; }
2966fi
2967
2968 if test "x$ac_ct_STRIP" = x; then
2969 STRIP=":"
2970 else
2971 case $cross_compiling:$ac_tool_warned in
2972yes:)
2973{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2974$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2975ac_tool_warned=yes ;;
2976esac
2977 STRIP=$ac_ct_STRIP
2978 fi
2979else
2980 STRIP="$ac_cv_prog_STRIP"
2981fi
2982
2983fi
2984INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2985
2986{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2987$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2988if test -z "$MKDIR_P"; then
d0ac1c44 2989 if ${ac_cv_path_mkdir+:} false; then :
81ecdfbb
RW
2990 $as_echo_n "(cached) " >&6
2991else
2992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2993for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2994do
2995 IFS=$as_save_IFS
2996 test -z "$as_dir" && as_dir=.
2997 for ac_prog in mkdir gmkdir; do
2998 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2999 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
81ecdfbb
RW
3000 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3001 'mkdir (GNU coreutils) '* | \
3002 'mkdir (coreutils) '* | \
3003 'mkdir (fileutils) '4.1*)
3004 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3005 break 3;;
3006 esac
3007 done
3008 done
f5385ebf 3009 done
81ecdfbb
RW
3010IFS=$as_save_IFS
3011
3012fi
3013
d0ac1c44 3014 test -d ./--version && rmdir ./--version
81ecdfbb
RW
3015 if test "${ac_cv_path_mkdir+set}" = set; then
3016 MKDIR_P="$ac_cv_path_mkdir -p"
f5385ebf 3017 else
81ecdfbb
RW
3018 # As a last resort, use the slow shell script. Don't cache a
3019 # value for MKDIR_P within a source directory, because that will
3020 # break other packages using the cache if that directory is
3021 # removed, or if the value is a relative name.
81ecdfbb 3022 MKDIR_P="$ac_install_sh -d"
f5385ebf
AM
3023 fi
3024fi
81ecdfbb
RW
3025{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3026$as_echo "$MKDIR_P" >&6; }
3027
f5385ebf
AM
3028for ac_prog in gawk mawk nawk awk
3029do
3030 # Extract the first word of "$ac_prog", so it can be a program name with args.
3031set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3032{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3033$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3034if ${ac_cv_prog_AWK+:} false; then :
81ecdfbb 3035 $as_echo_n "(cached) " >&6
f5385ebf
AM
3036else
3037 if test -n "$AWK"; then
3038 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3039else
3040as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3041for as_dir in $PATH
3042do
3043 IFS=$as_save_IFS
3044 test -z "$as_dir" && as_dir=.
81ecdfbb 3045 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3046 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f5385ebf 3047 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 3048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f5385ebf
AM
3049 break 2
3050 fi
3051done
81ecdfbb
RW
3052 done
3053IFS=$as_save_IFS
f5385ebf
AM
3054
3055fi
3056fi
3057AWK=$ac_cv_prog_AWK
3058if test -n "$AWK"; then
81ecdfbb
RW
3059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3060$as_echo "$AWK" >&6; }
f5385ebf 3061else
81ecdfbb
RW
3062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3063$as_echo "no" >&6; }
f5385ebf
AM
3064fi
3065
81ecdfbb 3066
f5385ebf
AM
3067 test -n "$AWK" && break
3068done
3069
81ecdfbb
RW
3070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3071$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3072set x ${MAKE-make}
3073ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
d0ac1c44 3074if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
81ecdfbb 3075 $as_echo_n "(cached) " >&6
5464f5a1
NN
3076else
3077 cat >conftest.make <<\_ACEOF
81ecdfbb 3078SHELL = /bin/sh
252b5132 3079all:
81ecdfbb 3080 @echo '@@@%%%=$(MAKE)=@@@%%%'
5464f5a1 3081_ACEOF
d0ac1c44 3082# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
3083case `${MAKE-make} -f conftest.make 2>/dev/null` in
3084 *@@@%%%=?*=@@@%%%*)
3085 eval ac_cv_prog_make_${ac_make}_set=yes;;
3086 *)
3087 eval ac_cv_prog_make_${ac_make}_set=no;;
3088esac
5464f5a1 3089rm -f conftest.make
252b5132 3090fi
81ecdfbb
RW
3091if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3093$as_echo "yes" >&6; }
252b5132
RH
3094 SET_MAKE=
3095else
81ecdfbb
RW
3096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3097$as_echo "no" >&6; }
252b5132
RH
3098 SET_MAKE="MAKE=${MAKE-make}"
3099fi
3100
f5385ebf
AM
3101rm -rf .tst 2>/dev/null
3102mkdir .tst 2>/dev/null
3103if test -d .tst; then
3104 am__leading_dot=.
3105else
3106 am__leading_dot=_
3107fi
3108rmdir .tst 2>/dev/null
3109
d0ac1c44
SM
3110# Check whether --enable-silent-rules was given.
3111if test "${enable_silent_rules+set}" = set; then :
3112 enableval=$enable_silent_rules;
3113fi
3114
3115case $enable_silent_rules in # (((
3116 yes) AM_DEFAULT_VERBOSITY=0;;
3117 no) AM_DEFAULT_VERBOSITY=1;;
3118 *) AM_DEFAULT_VERBOSITY=1;;
3119esac
3120am_make=${MAKE-make}
3121{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3122$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3123if ${am_cv_make_support_nested_variables+:} false; then :
3124 $as_echo_n "(cached) " >&6
3125else
3126 if $as_echo 'TRUE=$(BAR$(V))
3127BAR0=false
3128BAR1=true
3129V=1
3130am__doit:
3131 @$(TRUE)
3132.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3133 am_cv_make_support_nested_variables=yes
3134else
3135 am_cv_make_support_nested_variables=no
3136fi
3137fi
3138{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3139$as_echo "$am_cv_make_support_nested_variables" >&6; }
3140if test $am_cv_make_support_nested_variables = yes; then
3141 AM_V='$(V)'
3142 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3143else
3144 AM_V=$AM_DEFAULT_VERBOSITY
3145 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3146fi
3147AM_BACKSLASH='\'
3148
81ecdfbb
RW
3149if test "`cd $srcdir && pwd`" != "`pwd`"; then
3150 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3151 # is not polluted with repeated "-I."
3152 am__isrc=' -I$(srcdir)'
3153 # test to see if srcdir already configured
3154 if test -f $srcdir/config.status; then
d0ac1c44 3155 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
81ecdfbb 3156 fi
252b5132 3157fi
5464f5a1 3158
f5385ebf
AM
3159# test whether we have cygpath
3160if test -z "$CYGPATH_W"; then
3161 if (cygpath --version) >/dev/null 2>/dev/null; then
3162 CYGPATH_W='cygpath -w'
3163 else
3164 CYGPATH_W=echo
3165 fi
3166fi
3167
3168
3169# Define the identity of the package.
c4dd807e 3170 PACKAGE='bfd'
346d80ef 3171 VERSION='2.37.50'
f5385ebf
AM
3172
3173
5464f5a1 3174cat >>confdefs.h <<_ACEOF
252b5132 3175#define PACKAGE "$PACKAGE"
5464f5a1 3176_ACEOF
252b5132 3177
5464f5a1
NN
3178
3179cat >>confdefs.h <<_ACEOF
252b5132 3180#define VERSION "$VERSION"
5464f5a1 3181_ACEOF
252b5132 3182
f5385ebf
AM
3183# Some tools Automake needs.
3184
3185ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3186
3187
3188AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3189
3190
3191AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3192
3193
83c79df8
AM
3194AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3195
3196
3197MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3198
3199# For better backward compatibility. To be removed once Automake 1.9.x
3200# dies out for good. For more background, see:
3201# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3202# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3203mkdir_p='$(MKDIR_P)'
3204
3205# We need awk for the "check" target (and possibly the TAP driver). The
3206# system "awk" is bad on some platforms.
3207# Always define AMTAR for backward compatibility. Yes, it's still used
3208# in the wild :-( We should find a proper way to deprecate it ...
3209AMTAR='$${TAR-tar}'
3210
3211
3212# We'll loop over all known methods to create a tar archive until one works.
3213_am_tools='gnutar pax cpio none'
3214
3215am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3216
f5385ebf 3217
252b5132 3218
252b5132 3219
6be7c12c 3220
e43d48cc 3221
d0ac1c44
SM
3222# POSIX will say in a future version that running "rm -f" with no argument
3223# is OK; and we want to be able to make that assumption in our Makefile
3224# recipes. So use an aggressive probe to check that the usage we want is
3225# actually supported "in the wild" to an acceptable degree.
3226# See automake bug#10828.
3227# To make any issue more visible, cause the running configure to be aborted
3228# by default if the 'rm' program in use doesn't match our expectations; the
3229# user can still override this though.
3230if rm -f && rm -fr && rm -rf; then : OK; else
3231 cat >&2 <<'END'
3232Oops!
3233
3234Your 'rm' program seems unable to run without file operands specified
3235on the command line, even when the '-f' option is present. This is contrary
3236to the behaviour of most rm programs out there, and not conforming with
3237the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3238
3239Please tell bug-automake@gnu.org about your system, including the value
3240of your $PATH and any error possibly output before this message. This
3241can help us improve future automake versions.
3242
3243END
3244 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3245 echo 'Configuration will proceed anyway, since you have set the' >&2
3246 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3247 echo >&2
3248 else
3249 cat >&2 <<'END'
3250Aborting the configuration process, to ensure you take notice of the issue.
3251
3252You can download and install GNU coreutils to get an 'rm' implementation
3253that behaves properly: <http://www.gnu.org/software/coreutils/>.
3254
3255If you want to complete the configuration process using your problematic
3256'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3257to "yes", and re-run configure.
3258
3259END
3260 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3261 fi
3262fi
3263
f5385ebf 3264
5464f5a1
NN
3265if test -n "$ac_tool_prefix"; then
3266 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
252b5132 3267set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
3268{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3269$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3270if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 3271 $as_echo_n "(cached) " >&6
252b5132
RH
3272else
3273 if test -n "$AR"; then
3274 ac_cv_prog_AR="$AR" # Let the user override the test.
3275else
5464f5a1
NN
3276as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3277for as_dir in $PATH
3278do
3279 IFS=$as_save_IFS
3280 test -z "$as_dir" && as_dir=.
81ecdfbb 3281 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3282 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5464f5a1 3283 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 3284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
3285 break 2
3286 fi
3287done
81ecdfbb
RW
3288 done
3289IFS=$as_save_IFS
5464f5a1 3290
252b5132
RH
3291fi
3292fi
5464f5a1 3293AR=$ac_cv_prog_AR
252b5132 3294if test -n "$AR"; then
81ecdfbb
RW
3295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3296$as_echo "$AR" >&6; }
252b5132 3297else
81ecdfbb
RW
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3299$as_echo "no" >&6; }
5464f5a1
NN
3300fi
3301
81ecdfbb 3302
252b5132 3303fi
5464f5a1
NN
3304if test -z "$ac_cv_prog_AR"; then
3305 ac_ct_AR=$AR
3306 # Extract the first word of "ar", so it can be a program name with args.
3307set dummy ar; ac_word=$2
81ecdfbb
RW
3308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3309$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3310if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 3311 $as_echo_n "(cached) " >&6
5464f5a1
NN
3312else
3313 if test -n "$ac_ct_AR"; then
3314 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3315else
3316as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3317for as_dir in $PATH
3318do
3319 IFS=$as_save_IFS
3320 test -z "$as_dir" && as_dir=.
81ecdfbb 3321 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3322 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5464f5a1 3323 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 3324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
3325 break 2
3326 fi
3327done
81ecdfbb
RW
3328 done
3329IFS=$as_save_IFS
252b5132 3330
5464f5a1
NN
3331fi
3332fi
3333ac_ct_AR=$ac_cv_prog_ac_ct_AR
3334if test -n "$ac_ct_AR"; then
81ecdfbb
RW
3335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
3336$as_echo "$ac_ct_AR" >&6; }
5464f5a1 3337else
81ecdfbb
RW
3338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3339$as_echo "no" >&6; }
5464f5a1 3340fi
252b5132 3341
81ecdfbb
RW
3342 if test "x$ac_ct_AR" = x; then
3343 AR=""
3344 else
3345 case $cross_compiling:$ac_tool_warned in
3346yes:)
3347{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3348$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3349ac_tool_warned=yes ;;
3350esac
3351 AR=$ac_ct_AR
3352 fi
5464f5a1
NN
3353else
3354 AR="$ac_cv_prog_AR"
3355fi
6be7c12c 3356
5464f5a1
NN
3357if test -n "$ac_tool_prefix"; then
3358 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
252b5132 3359set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
3360{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3361$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3362if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 3363 $as_echo_n "(cached) " >&6
252b5132
RH
3364else
3365 if test -n "$RANLIB"; then
3366 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3367else
5464f5a1
NN
3368as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3369for as_dir in $PATH
3370do
3371 IFS=$as_save_IFS
3372 test -z "$as_dir" && as_dir=.
81ecdfbb 3373 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3374 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5464f5a1 3375 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 3376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
3377 break 2
3378 fi
3379done
81ecdfbb
RW
3380 done
3381IFS=$as_save_IFS
5464f5a1 3382
252b5132
RH
3383fi
3384fi
5464f5a1 3385RANLIB=$ac_cv_prog_RANLIB
252b5132 3386if test -n "$RANLIB"; then
81ecdfbb
RW
3387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3388$as_echo "$RANLIB" >&6; }
252b5132 3389else
81ecdfbb
RW
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3391$as_echo "no" >&6; }
252b5132
RH
3392fi
3393
81ecdfbb 3394
5464f5a1 3395fi
252b5132 3396if test -z "$ac_cv_prog_RANLIB"; then
5464f5a1 3397 ac_ct_RANLIB=$RANLIB
252b5132
RH
3398 # Extract the first word of "ranlib", so it can be a program name with args.
3399set dummy ranlib; ac_word=$2
81ecdfbb
RW
3400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3401$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3402if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 3403 $as_echo_n "(cached) " >&6
6be7c12c 3404else
5464f5a1
NN
3405 if test -n "$ac_ct_RANLIB"; then
3406 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6be7c12c 3407else
5464f5a1
NN
3408as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3409for as_dir in $PATH
3410do
3411 IFS=$as_save_IFS
3412 test -z "$as_dir" && as_dir=.
81ecdfbb 3413 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3414 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5464f5a1 3415 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 3416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
3417 break 2
3418 fi
3419done
81ecdfbb
RW
3420 done
3421IFS=$as_save_IFS
5464f5a1 3422
252b5132
RH
3423fi
3424fi
5464f5a1
NN
3425ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3426if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
3427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3428$as_echo "$ac_ct_RANLIB" >&6; }
252b5132 3429else
81ecdfbb
RW
3430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3431$as_echo "no" >&6; }
252b5132
RH
3432fi
3433
81ecdfbb
RW
3434 if test "x$ac_ct_RANLIB" = x; then
3435 RANLIB=":"
3436 else
3437 case $cross_compiling:$ac_tool_warned in
3438yes:)
3439{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3440$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3441ac_tool_warned=yes ;;
3442esac
3443 RANLIB=$ac_ct_RANLIB
3444 fi
252b5132 3445else
5464f5a1 3446 RANLIB="$ac_cv_prog_RANLIB"
6be7c12c
AO
3447fi
3448
252b5132 3449
81ecdfbb
RW
3450# Check whether --enable-shared was given.
3451if test "${enable_shared+set}" = set; then :
3452 enableval=$enable_shared; p=${PACKAGE-default}
d7040cdb
SE
3453 case $enableval in
3454 yes) enable_shared=yes ;;
3455 no) enable_shared=no ;;
3456 *)
3457 enable_shared=no
3458 # Look at the argument we got. We use all the common list separators.
3459 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3460 for pkg in $enableval; do
3461 IFS="$lt_save_ifs"
3462 if test "X$pkg" = "X$p"; then
3463 enable_shared=yes
3464 fi
3465 done
3466 IFS="$lt_save_ifs"
3467 ;;
3468 esac
252b5132
RH
3469else
3470 enable_shared=no
81ecdfbb
RW
3471fi
3472
252b5132 3473
d7040cdb
SE
3474
3475
3476
3477
3478
3479
3480
3481
cfbc9945
SE
3482ac_ext=c
3483ac_cpp='$CPP $CPPFLAGS'
3484ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3485ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3486ac_compiler_gnu=$ac_cv_c_compiler_gnu
3487if test -n "$ac_tool_prefix"; then
3488 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3489set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3490{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3491$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3492if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3493 $as_echo_n "(cached) " >&6
252b5132 3494else
cfbc9945
SE
3495 if test -n "$CC"; then
3496 ac_cv_prog_CC="$CC" # Let the user override the test.
b2ef150d 3497else
cfbc9945
SE
3498as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3499for as_dir in $PATH
3500do
3501 IFS=$as_save_IFS
3502 test -z "$as_dir" && as_dir=.
81ecdfbb 3503 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3504 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 3505 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3506 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
3507 break 2
3508 fi
3509done
81ecdfbb
RW
3510 done
3511IFS=$as_save_IFS
c5d1701e 3512
cfbc9945
SE
3513fi
3514fi
3515CC=$ac_cv_prog_CC
3516if test -n "$CC"; then
81ecdfbb
RW
3517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3518$as_echo "$CC" >&6; }
252b5132 3519else
81ecdfbb
RW
3520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3521$as_echo "no" >&6; }
252b5132 3522fi
cfbc9945 3523
81ecdfbb 3524
cfbc9945
SE
3525fi
3526if test -z "$ac_cv_prog_CC"; then
3527 ac_ct_CC=$CC
3528 # Extract the first word of "gcc", so it can be a program name with args.
3529set dummy gcc; ac_word=$2
81ecdfbb
RW
3530{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3531$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3532if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 3533 $as_echo_n "(cached) " >&6
252b5132 3534else
cfbc9945
SE
3535 if test -n "$ac_ct_CC"; then
3536 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 3537else
cfbc9945
SE
3538as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3539for as_dir in $PATH
3540do
3541 IFS=$as_save_IFS
3542 test -z "$as_dir" && as_dir=.
81ecdfbb 3543 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3544 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 3545 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3546 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
3547 break 2
3548 fi
3549done
81ecdfbb
RW
3550 done
3551IFS=$as_save_IFS
cfbc9945 3552
252b5132
RH
3553fi
3554fi
cfbc9945
SE
3555ac_ct_CC=$ac_cv_prog_ac_ct_CC
3556if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3558$as_echo "$ac_ct_CC" >&6; }
252b5132 3559else
81ecdfbb
RW
3560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3561$as_echo "no" >&6; }
252b5132 3562fi
cfbc9945 3563
81ecdfbb
RW
3564 if test "x$ac_ct_CC" = x; then
3565 CC=""
3566 else
3567 case $cross_compiling:$ac_tool_warned in
3568yes:)
3569{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3570$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3571ac_tool_warned=yes ;;
3572esac
3573 CC=$ac_ct_CC
3574 fi
cfbc9945
SE
3575else
3576 CC="$ac_cv_prog_CC"
3577fi
3578
3579if test -z "$CC"; then
81ecdfbb
RW
3580 if test -n "$ac_tool_prefix"; then
3581 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
cfbc9945 3582set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
3583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3584$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3585if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3586 $as_echo_n "(cached) " >&6
252b5132 3587else
cfbc9945
SE
3588 if test -n "$CC"; then
3589 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 3590else
cfbc9945
SE
3591as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3592for as_dir in $PATH
3593do
3594 IFS=$as_save_IFS
3595 test -z "$as_dir" && as_dir=.
81ecdfbb 3596 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3597 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 3598 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 3599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
3600 break 2
3601 fi
3602done
81ecdfbb
RW
3603 done
3604IFS=$as_save_IFS
cfbc9945 3605
252b5132
RH
3606fi
3607fi
cfbc9945
SE
3608CC=$ac_cv_prog_CC
3609if test -n "$CC"; then
81ecdfbb
RW
3610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3611$as_echo "$CC" >&6; }
ac48eca1 3612else
81ecdfbb
RW
3613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3614$as_echo "no" >&6; }
ac48eca1 3615fi
ac48eca1 3616
81ecdfbb
RW
3617
3618 fi
cfbc9945 3619fi
81ecdfbb 3620if test -z "$CC"; then
cfbc9945
SE
3621 # Extract the first word of "cc", so it can be a program name with args.
3622set dummy cc; ac_word=$2
81ecdfbb
RW
3623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3624$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3625if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3626 $as_echo_n "(cached) " >&6
252b5132 3627else
81ecdfbb
RW
3628 if test -n "$CC"; then
3629 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 3630else
81ecdfbb 3631 ac_prog_rejected=no
cfbc9945
SE
3632as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3633for as_dir in $PATH
3634do
3635 IFS=$as_save_IFS
3636 test -z "$as_dir" && as_dir=.
81ecdfbb 3637 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3638 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945
SE
3639 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3640 ac_prog_rejected=yes
3641 continue
3642 fi
3643 ac_cv_prog_CC="cc"
81ecdfbb 3644 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
3645 break 2
3646 fi
3647done
81ecdfbb
RW
3648 done
3649IFS=$as_save_IFS
cfbc9945
SE
3650
3651if test $ac_prog_rejected = yes; then
3652 # We found a bogon in the path, so make sure we never use it.
3653 set dummy $ac_cv_prog_CC
3654 shift
3655 if test $# != 0; then
3656 # We chose a different compiler from the bogus one.
3657 # However, it has the same basename, so the bogon will be chosen
3658 # first if we set CC to just the basename; use the full file name.
3659 shift
3660 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3661 fi
3662fi
3663fi
3664fi
3665CC=$ac_cv_prog_CC
3666if test -n "$CC"; then
81ecdfbb
RW
3667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3668$as_echo "$CC" >&6; }
cfbc9945 3669else
81ecdfbb
RW
3670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3671$as_echo "no" >&6; }
252b5132
RH
3672fi
3673
81ecdfbb 3674
cfbc9945
SE
3675fi
3676if test -z "$CC"; then
3677 if test -n "$ac_tool_prefix"; then
81ecdfbb 3678 for ac_prog in cl.exe
cfbc9945
SE
3679 do
3680 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3681set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
3682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3683$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3684if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3685 $as_echo_n "(cached) " >&6
ac48eca1 3686else
cfbc9945
SE
3687 if test -n "$CC"; then
3688 ac_cv_prog_CC="$CC" # Let the user override the test.
3689else
3690as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3691for as_dir in $PATH
3692do
3693 IFS=$as_save_IFS
3694 test -z "$as_dir" && as_dir=.
81ecdfbb 3695 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3696 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 3697 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 3698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
3699 break 2
3700 fi
3701done
81ecdfbb
RW
3702 done
3703IFS=$as_save_IFS
ac48eca1 3704
cfbc9945
SE
3705fi
3706fi
3707CC=$ac_cv_prog_CC
3708if test -n "$CC"; then
81ecdfbb
RW
3709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3710$as_echo "$CC" >&6; }
cfbc9945 3711else
81ecdfbb
RW
3712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3713$as_echo "no" >&6; }
cfbc9945 3714fi
ac48eca1 3715
81ecdfbb 3716
cfbc9945
SE
3717 test -n "$CC" && break
3718 done
3719fi
3720if test -z "$CC"; then
3721 ac_ct_CC=$CC
81ecdfbb 3722 for ac_prog in cl.exe
cfbc9945
SE
3723do
3724 # Extract the first word of "$ac_prog", so it can be a program name with args.
3725set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3727$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3728if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 3729 $as_echo_n "(cached) " >&6
cfbc9945
SE
3730else
3731 if test -n "$ac_ct_CC"; then
3732 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3733else
3734as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3735for as_dir in $PATH
3736do
3737 IFS=$as_save_IFS
3738 test -z "$as_dir" && as_dir=.
81ecdfbb 3739 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3740 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 3741 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
3743 break 2
3744 fi
3745done
81ecdfbb
RW
3746 done
3747IFS=$as_save_IFS
ac48eca1 3748
cfbc9945
SE
3749fi
3750fi
3751ac_ct_CC=$ac_cv_prog_ac_ct_CC
3752if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3754$as_echo "$ac_ct_CC" >&6; }
cfbc9945 3755else
81ecdfbb
RW
3756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3757$as_echo "no" >&6; }
cfbc9945 3758fi
ac48eca1 3759
81ecdfbb 3760
cfbc9945
SE
3761 test -n "$ac_ct_CC" && break
3762done
ac48eca1 3763
81ecdfbb
RW
3764 if test "x$ac_ct_CC" = x; then
3765 CC=""
3766 else
3767 case $cross_compiling:$ac_tool_warned in
3768yes:)
3769{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3770$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3771ac_tool_warned=yes ;;
3772esac
3773 CC=$ac_ct_CC
3774 fi
cfbc9945 3775fi
55c80943 3776
83c79df8
AM
3777fi
3778
3779
3780test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3781$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3782as_fn_error $? "no acceptable C compiler found in \$PATH
3783See \`config.log' for more details" "$LINENO" 5; }
3784
3785# Provide some information about the compiler.
3786$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3787set X $ac_compile
3788ac_compiler=$2
3789for ac_option in --version -v -V -qversion; do
3790 { { ac_try="$ac_compiler $ac_option >&5"
3791case "(($ac_try" in
3792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3793 *) ac_try_echo=$ac_try;;
3794esac
3795eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3796$as_echo "$ac_try_echo"; } >&5
3797 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3798 ac_status=$?
3799 if test -s conftest.err; then
3800 sed '10a\
3801... rest of stderr output deleted ...
3802 10q' conftest.err >conftest.er1
3803 cat conftest.er1 >&5
3804 fi
3805 rm -f conftest.er1 conftest.err
3806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3807 test $ac_status = 0; }
3808done
3809
3810cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3811/* end confdefs.h. */
3812
3813int
3814main ()
3815{
3816
3817 ;
3818 return 0;
3819}
3820_ACEOF
3821ac_clean_files_save=$ac_clean_files
3822ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3823# Try to create an executable without -o first, disregard a.out.
3824# It will help us diagnose broken compilers, and finding out an intuition
3825# of exeext.
3826{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3827$as_echo_n "checking whether the C compiler works... " >&6; }
3828ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3829
3830# The possible output files:
3831ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3832
3833ac_rmfiles=
3834for ac_file in $ac_files
3835do
3836 case $ac_file in
3837 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3838 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3839 esac
3840done
3841rm -f $ac_rmfiles
3842
3843if { { ac_try="$ac_link_default"
3844case "(($ac_try" in
3845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3846 *) ac_try_echo=$ac_try;;
3847esac
3848eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3849$as_echo "$ac_try_echo"; } >&5
3850 (eval "$ac_link_default") 2>&5
3851 ac_status=$?
3852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3853 test $ac_status = 0; }; then :
3854 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3855# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3856# in a Makefile. We should not override ac_cv_exeext if it was cached,
3857# so that the user can short-circuit this test for compilers unknown to
3858# Autoconf.
3859for ac_file in $ac_files ''
3860do
3861 test -f "$ac_file" || continue
3862 case $ac_file in
3863 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3864 ;;
3865 [ab].out )
3866 # We found the default executable, but exeext='' is most
3867 # certainly right.
3868 break;;
3869 *.* )
3870 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3871 then :; else
3872 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3873 fi
3874 # We set ac_cv_exeext here because the later test for it is not
3875 # safe: cross compilers may not add the suffix if given an `-o'
3876 # argument, so we may need to know it at that point already.
3877 # Even if this section looks crufty: it has the advantage of
3878 # actually working.
3879 break;;
3880 * )
3881 break;;
3882 esac
3883done
3884test "$ac_cv_exeext" = no && ac_cv_exeext=
3885
3886else
3887 ac_file=''
3888fi
3889if test -z "$ac_file"; then :
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3891$as_echo "no" >&6; }
3892$as_echo "$as_me: failed program was:" >&5
3893sed 's/^/| /' conftest.$ac_ext >&5
3894
3895{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3896$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3897as_fn_error 77 "C compiler cannot create executables
3898See \`config.log' for more details" "$LINENO" 5; }
3899else
3900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3901$as_echo "yes" >&6; }
3902fi
3903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3904$as_echo_n "checking for C compiler default output file name... " >&6; }
3905{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3906$as_echo "$ac_file" >&6; }
3907ac_exeext=$ac_cv_exeext
3908
3909rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3910ac_clean_files=$ac_clean_files_save
3911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3912$as_echo_n "checking for suffix of executables... " >&6; }
3913if { { ac_try="$ac_link"
3914case "(($ac_try" in
3915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3916 *) ac_try_echo=$ac_try;;
3917esac
3918eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3919$as_echo "$ac_try_echo"; } >&5
3920 (eval "$ac_link") 2>&5
3921 ac_status=$?
3922 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3923 test $ac_status = 0; }; then :
3924 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3925# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3926# work properly (i.e., refer to `conftest.exe'), while it won't with
3927# `rm'.
3928for ac_file in conftest.exe conftest conftest.*; do
3929 test -f "$ac_file" || continue
3930 case $ac_file in
3931 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3932 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3933 break;;
3934 * ) break;;
3935 esac
3936done
3937else
3938 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3939$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3940as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3941See \`config.log' for more details" "$LINENO" 5; }
3942fi
3943rm -f conftest conftest$ac_cv_exeext
3944{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3945$as_echo "$ac_cv_exeext" >&6; }
3946
3947rm -f conftest.$ac_ext
3948EXEEXT=$ac_cv_exeext
3949ac_exeext=$EXEEXT
3950cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3951/* end confdefs.h. */
3952#include <stdio.h>
3953int
3954main ()
3955{
3956FILE *f = fopen ("conftest.out", "w");
3957 return ferror (f) || fclose (f) != 0;
3958
3959 ;
3960 return 0;
3961}
3962_ACEOF
3963ac_clean_files="$ac_clean_files conftest.out"
3964# Check that the compiler produces executables we can run. If not, either
3965# the compiler is broken, or we cross compile.
3966{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3967$as_echo_n "checking whether we are cross compiling... " >&6; }
3968if test "$cross_compiling" != yes; then
3969 { { ac_try="$ac_link"
3970case "(($ac_try" in
3971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3972 *) ac_try_echo=$ac_try;;
3973esac
3974eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3975$as_echo "$ac_try_echo"; } >&5
3976 (eval "$ac_link") 2>&5
3977 ac_status=$?
3978 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3979 test $ac_status = 0; }
3980 if { ac_try='./conftest$ac_cv_exeext'
3981 { { case "(($ac_try" in
3982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3983 *) ac_try_echo=$ac_try;;
3984esac
3985eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3986$as_echo "$ac_try_echo"; } >&5
3987 (eval "$ac_try") 2>&5
3988 ac_status=$?
3989 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3990 test $ac_status = 0; }; }; then
3991 cross_compiling=no
3992 else
3993 if test "$cross_compiling" = maybe; then
3994 cross_compiling=yes
3995 else
3996 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3997$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3998as_fn_error $? "cannot run C compiled programs.
3999If you meant to cross compile, use \`--host'.
4000See \`config.log' for more details" "$LINENO" 5; }
4001 fi
4002 fi
4003fi
4004{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4005$as_echo "$cross_compiling" >&6; }
4006
4007rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4008ac_clean_files=$ac_clean_files_save
4009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4010$as_echo_n "checking for suffix of object files... " >&6; }
4011if ${ac_cv_objext+:} false; then :
4012 $as_echo_n "(cached) " >&6
4013else
4014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4015/* end confdefs.h. */
ac48eca1 4016
83c79df8
AM
4017int
4018main ()
4019{
ac48eca1 4020
83c79df8
AM
4021 ;
4022 return 0;
4023}
4024_ACEOF
4025rm -f conftest.o conftest.obj
4026if { { ac_try="$ac_compile"
81ecdfbb
RW
4027case "(($ac_try" in
4028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4029 *) ac_try_echo=$ac_try;;
4030esac
4031eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4032$as_echo "$ac_try_echo"; } >&5
83c79df8 4033 (eval "$ac_compile") 2>&5
cfbc9945 4034 ac_status=$?
81ecdfbb 4035 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
83c79df8
AM
4036 test $ac_status = 0; }; then :
4037 for ac_file in conftest.o conftest.obj conftest.*; do
4038 test -f "$ac_file" || continue;
4039 case $ac_file in
4040 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4041 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4042 break;;
4043 esac
81ecdfbb 4044done
83c79df8
AM
4045else
4046 $as_echo "$as_me: failed program was:" >&5
4047sed 's/^/| /' conftest.$ac_ext >&5
ac48eca1 4048
83c79df8
AM
4049{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4050$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4051as_fn_error $? "cannot compute suffix of object files: cannot compile
4052See \`config.log' for more details" "$LINENO" 5; }
4053fi
4054rm -f conftest.$ac_cv_objext conftest.$ac_ext
4055fi
4056{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4057$as_echo "$ac_cv_objext" >&6; }
4058OBJEXT=$ac_cv_objext
4059ac_objext=$OBJEXT
81ecdfbb
RW
4060{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4061$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4062if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 4063 $as_echo_n "(cached) " >&6
ac48eca1 4064else
81ecdfbb 4065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945 4066/* end confdefs.h. */
ac48eca1 4067
cfbc9945
SE
4068int
4069main ()
4070{
4071#ifndef __GNUC__
4072 choke me
4073#endif
5464f5a1 4074
cfbc9945
SE
4075 ;
4076 return 0;
4077}
4078_ACEOF
81ecdfbb 4079if ac_fn_c_try_compile "$LINENO"; then :
cfbc9945 4080 ac_compiler_gnu=yes
ac48eca1 4081else
81ecdfbb 4082 ac_compiler_gnu=no
ac48eca1 4083fi
81ecdfbb 4084rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
cfbc9945 4085ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac48eca1 4086
5464f5a1 4087fi
81ecdfbb
RW
4088{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4089$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4090if test $ac_compiler_gnu = yes; then
4091 GCC=yes
4092else
4093 GCC=
4094fi
cfbc9945
SE
4095ac_test_CFLAGS=${CFLAGS+set}
4096ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4097{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4098$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4099if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
4100 $as_echo_n "(cached) " >&6
4101else
4102 ac_save_c_werror_flag=$ac_c_werror_flag
4103 ac_c_werror_flag=yes
4104 ac_cv_prog_cc_g=no
4105 CFLAGS="-g"
4106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945
SE
4107/* end confdefs.h. */
4108
4109int
4110main ()
4111{
4112
4113 ;
4114 return 0;
4115}
4116_ACEOF
81ecdfbb 4117if ac_fn_c_try_compile "$LINENO"; then :
cfbc9945 4118 ac_cv_prog_cc_g=yes
6be7c12c 4119else
81ecdfbb
RW
4120 CFLAGS=""
4121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4122/* end confdefs.h. */
4123
4124int
4125main ()
4126{
4127
4128 ;
4129 return 0;
4130}
4131_ACEOF
4132if ac_fn_c_try_compile "$LINENO"; then :
4133
4134else
4135 ac_c_werror_flag=$ac_save_c_werror_flag
4136 CFLAGS="-g"
4137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4138/* end confdefs.h. */
4139
4140int
4141main ()
4142{
5464f5a1 4143
81ecdfbb
RW
4144 ;
4145 return 0;
4146}
4147_ACEOF
4148if ac_fn_c_try_compile "$LINENO"; then :
4149 ac_cv_prog_cc_g=yes
4150fi
4151rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4152fi
81ecdfbb 4153rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4154fi
81ecdfbb
RW
4155rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4156 ac_c_werror_flag=$ac_save_c_werror_flag
4157fi
4158{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4159$as_echo "$ac_cv_prog_cc_g" >&6; }
cfbc9945
SE
4160if test "$ac_test_CFLAGS" = set; then
4161 CFLAGS=$ac_save_CFLAGS
4162elif test $ac_cv_prog_cc_g = yes; then
4163 if test "$GCC" = yes; then
4164 CFLAGS="-g -O2"
4165 else
4166 CFLAGS="-g"
4167 fi
ac48eca1 4168else
cfbc9945
SE
4169 if test "$GCC" = yes; then
4170 CFLAGS="-O2"
4171 else
4172 CFLAGS=
4173 fi
ac48eca1 4174fi
81ecdfbb
RW
4175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4176$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4177if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 4178 $as_echo_n "(cached) " >&6
ac48eca1 4179else
81ecdfbb 4180 ac_cv_prog_cc_c89=no
cfbc9945 4181ac_save_CC=$CC
81ecdfbb 4182cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945
SE
4183/* end confdefs.h. */
4184#include <stdarg.h>
4185#include <stdio.h>
d0ac1c44 4186struct stat;
cfbc9945
SE
4187/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4188struct buf { int x; };
4189FILE * (*rcsopen) (struct buf *, struct stat *, int);
4190static char *e (p, i)
4191 char **p;
4192 int i;
4193{
4194 return p[i];
4195}
4196static char *f (char * (*g) (char **, int), char **p, ...)
4197{
4198 char *s;
4199 va_list v;
4200 va_start (v,p);
4201 s = g (p, va_arg (v,int));
4202 va_end (v);
4203 return s;
4204}
5464f5a1 4205
cfbc9945
SE
4206/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4207 function prototypes and stuff, but not '\xHH' hex character constants.
4208 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4209 as 'x'. The following induces an error, until -std is added to get
cfbc9945
SE
4210 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4211 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4212 that's true only with -std. */
cfbc9945
SE
4213int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4214
81ecdfbb
RW
4215/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4216 inside strings and character constants. */
4217#define FOO(x) 'x'
4218int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4219
cfbc9945
SE
4220int test (int i, double x);
4221struct s1 {int (*f) (int a);};
4222struct s2 {int (*f) (double a);};
4223int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4224int argc;
4225char **argv;
4226int
4227main ()
4228{
4229return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4230 ;
4231 return 0;
4232}
4233_ACEOF
81ecdfbb
RW
4234for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4235 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
cfbc9945
SE
4236do
4237 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4238 if ac_fn_c_try_compile "$LINENO"; then :
4239 ac_cv_prog_cc_c89=$ac_arg
5464f5a1 4240fi
81ecdfbb
RW
4241rm -f core conftest.err conftest.$ac_objext
4242 test "x$ac_cv_prog_cc_c89" != "xno" && break
5464f5a1 4243done
81ecdfbb 4244rm -f conftest.$ac_ext
cfbc9945 4245CC=$ac_save_CC
5464f5a1 4246
ac48eca1 4247fi
81ecdfbb
RW
4248# AC_CACHE_VAL
4249case "x$ac_cv_prog_cc_c89" in
4250 x)
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4252$as_echo "none needed" >&6; } ;;
4253 xno)
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4255$as_echo "unsupported" >&6; } ;;
cfbc9945 4256 *)
81ecdfbb
RW
4257 CC="$CC $ac_cv_prog_cc_c89"
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4259$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
cfbc9945 4260esac
81ecdfbb 4261if test "x$ac_cv_prog_cc_c89" != xno; then :
6be7c12c 4262
6ec7057a 4263fi
cfbc9945 4264
cfbc9945
SE
4265ac_ext=c
4266ac_cpp='$CPP $CPPFLAGS'
4267ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4268ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4269ac_compiler_gnu=$ac_cv_c_compiler_gnu
92f01d61 4270
d0ac1c44
SM
4271ac_ext=c
4272ac_cpp='$CPP $CPPFLAGS'
4273ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4274ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4275ac_compiler_gnu=$ac_cv_c_compiler_gnu
4276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4277$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4278if ${am_cv_prog_cc_c_o+:} false; then :
4279 $as_echo_n "(cached) " >&6
4280else
4281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4282/* end confdefs.h. */
4283
4284int
4285main ()
4286{
4287
4288 ;
4289 return 0;
4290}
4291_ACEOF
4292 # Make sure it works both with $CC and with simple cc.
4293 # Following AC_PROG_CC_C_O, we do the test twice because some
4294 # compilers refuse to overwrite an existing .o file with -o,
4295 # though they will create one.
4296 am_cv_prog_cc_c_o=yes
4297 for am_i in 1 2; do
4298 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4299 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4300 ac_status=$?
4301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4302 (exit $ac_status); } \
4303 && test -f conftest2.$ac_objext; then
4304 : OK
4305 else
4306 am_cv_prog_cc_c_o=no
4307 break
4308 fi
4309 done
4310 rm -f core conftest*
4311 unset am_i
4312fi
4313{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4314$as_echo "$am_cv_prog_cc_c_o" >&6; }
4315if test "$am_cv_prog_cc_c_o" != yes; then
4316 # Losing compiler, so override with the script.
4317 # FIXME: It is wrong to rewrite CC.
4318 # But if we don't then we get into trouble of one sort or another.
4319 # A longer-term fix would be to have automake use am__CC in this case,
4320 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4321 CC="$am_aux_dir/compile $CC"
4322fi
83c79df8
AM
4323ac_ext=c
4324ac_cpp='$CPP $CPPFLAGS'
4325ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4326ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4327ac_compiler_gnu=$ac_cv_c_compiler_gnu
4328
4329DEPDIR="${am__leading_dot}deps"
4330
4331ac_config_commands="$ac_config_commands depfiles"
4332
4333
4334am_make=${MAKE-make}
4335cat > confinc << 'END'
4336am__doit:
4337 @echo this is the am__doit target
4338.PHONY: am__doit
4339END
4340# If we don't find an include directive, just comment out the code.
4341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4342$as_echo_n "checking for style of include used by $am_make... " >&6; }
4343am__include="#"
4344am__quote=
4345_am_result=none
4346# First try GNU make style include.
4347echo "include confinc" > confmf
4348# Ignore all kinds of additional output from 'make'.
4349case `$am_make -s -f confmf 2> /dev/null` in #(
4350*the\ am__doit\ target*)
4351 am__include=include
4352 am__quote=
4353 _am_result=GNU
4354 ;;
4355esac
4356# Now try BSD make style include.
4357if test "$am__include" = "#"; then
4358 echo '.include "confinc"' > confmf
4359 case `$am_make -s -f confmf 2> /dev/null` in #(
4360 *the\ am__doit\ target*)
4361 am__include=.include
4362 am__quote="\""
4363 _am_result=BSD
4364 ;;
4365 esac
4366fi
4367
4368
4369{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4370$as_echo "$_am_result" >&6; }
4371rm -f confinc confmf
4372
4373# Check whether --enable-dependency-tracking was given.
4374if test "${enable_dependency_tracking+set}" = set; then :
4375 enableval=$enable_dependency_tracking;
4376fi
4377
4378if test "x$enable_dependency_tracking" != xno; then
4379 am_depcomp="$ac_aux_dir/depcomp"
4380 AMDEPBACKSLASH='\'
4381 am__nodep='_no'
4382fi
4383 if test "x$enable_dependency_tracking" != xno; then
4384 AMDEP_TRUE=
4385 AMDEP_FALSE='#'
4386else
4387 AMDEP_TRUE='#'
4388 AMDEP_FALSE=
4389fi
4390
4391
4392
4393depcc="$CC" am_compiler_list=
4394
4395{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4396$as_echo_n "checking dependency style of $depcc... " >&6; }
4397if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4398 $as_echo_n "(cached) " >&6
4399else
4400 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4401 # We make a subdir and do the tests there. Otherwise we can end up
4402 # making bogus files that we don't know about and never remove. For
4403 # instance it was reported that on HP-UX the gcc test will end up
4404 # making a dummy file named 'D' -- because '-MD' means "put the output
4405 # in D".
4406 rm -rf conftest.dir
4407 mkdir conftest.dir
4408 # Copy depcomp to subdir because otherwise we won't find it if we're
4409 # using a relative directory.
4410 cp "$am_depcomp" conftest.dir
4411 cd conftest.dir
4412 # We will build objects and dependencies in a subdirectory because
4413 # it helps to detect inapplicable dependency modes. For instance
4414 # both Tru64's cc and ICC support -MD to output dependencies as a
4415 # side effect of compilation, but ICC will put the dependencies in
4416 # the current directory while Tru64 will put them in the object
4417 # directory.
4418 mkdir sub
4419
4420 am_cv_CC_dependencies_compiler_type=none
4421 if test "$am_compiler_list" = ""; then
4422 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4423 fi
4424 am__universal=false
4425 case " $depcc " in #(
4426 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4427 esac
4428
4429 for depmode in $am_compiler_list; do
4430 # Setup a source with many dependencies, because some compilers
4431 # like to wrap large dependency lists on column 80 (with \), and
4432 # we should not choose a depcomp mode which is confused by this.
4433 #
4434 # We need to recreate these files for each test, as the compiler may
4435 # overwrite some of them when testing with obscure command lines.
4436 # This happens at least with the AIX C compiler.
4437 : > sub/conftest.c
4438 for i in 1 2 3 4 5 6; do
4439 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4440 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4441 # Solaris 10 /bin/sh.
4442 echo '/* dummy */' > sub/conftst$i.h
4443 done
4444 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4445
4446 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4447 # mode. It turns out that the SunPro C++ compiler does not properly
4448 # handle '-M -o', and we need to detect this. Also, some Intel
4449 # versions had trouble with output in subdirs.
4450 am__obj=sub/conftest.${OBJEXT-o}
4451 am__minus_obj="-o $am__obj"
4452 case $depmode in
4453 gcc)
4454 # This depmode causes a compiler race in universal mode.
4455 test "$am__universal" = false || continue
4456 ;;
4457 nosideeffect)
4458 # After this tag, mechanisms are not by side-effect, so they'll
4459 # only be used when explicitly requested.
4460 if test "x$enable_dependency_tracking" = xyes; then
4461 continue
4462 else
4463 break
4464 fi
4465 ;;
4466 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4467 # This compiler won't grok '-c -o', but also, the minuso test has
4468 # not run yet. These depmodes are late enough in the game, and
4469 # so weak that their functioning should not be impacted.
4470 am__obj=conftest.${OBJEXT-o}
4471 am__minus_obj=
4472 ;;
4473 none) break ;;
4474 esac
4475 if depmode=$depmode \
4476 source=sub/conftest.c object=$am__obj \
4477 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4478 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4479 >/dev/null 2>conftest.err &&
4480 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4481 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4482 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4483 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4484 # icc doesn't choke on unknown options, it will just issue warnings
4485 # or remarks (even with -Werror). So we grep stderr for any message
4486 # that says an option was ignored or not supported.
4487 # When given -MP, icc 7.0 and 7.1 complain thusly:
4488 # icc: Command line warning: ignoring option '-M'; no argument required
4489 # The diagnosis changed in icc 8.0:
4490 # icc: Command line remark: option '-MP' not supported
4491 if (grep 'ignoring option' conftest.err ||
4492 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4493 am_cv_CC_dependencies_compiler_type=$depmode
4494 break
4495 fi
4496 fi
4497 done
4498
4499 cd ..
4500 rm -rf conftest.dir
4501else
4502 am_cv_CC_dependencies_compiler_type=none
4503fi
4504
4505fi
4506{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4507$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4508CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4509
4510 if
4511 test "x$enable_dependency_tracking" != xno \
4512 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4513 am__fastdepCC_TRUE=
4514 am__fastdepCC_FALSE='#'
4515else
4516 am__fastdepCC_TRUE='#'
4517 am__fastdepCC_FALSE=
4518fi
4519
d0ac1c44
SM
4520
4521
7357c5b6
AM
4522ac_ext=c
4523ac_cpp='$CPP $CPPFLAGS'
4524ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4525ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4526ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4528$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4529# On Suns, sometimes $CPP names a directory.
4530if test -n "$CPP" && test -d "$CPP"; then
4531 CPP=
4532fi
4533if test -z "$CPP"; then
d0ac1c44 4534 if ${ac_cv_prog_CPP+:} false; then :
81ecdfbb 4535 $as_echo_n "(cached) " >&6
7357c5b6
AM
4536else
4537 # Double quotes because CPP needs to be expanded
4538 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4539 do
4540 ac_preproc_ok=false
4541for ac_c_preproc_warn_flag in '' yes
4542do
4543 # Use a header file that comes with gcc, so configuring glibc
4544 # with a fresh cross-compiler works.
4545 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4546 # <limits.h> exists even on freestanding compilers.
4547 # On the NeXT, cc -E runs the code through the compiler's parser,
4548 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4550/* end confdefs.h. */
4551#ifdef __STDC__
4552# include <limits.h>
4553#else
4554# include <assert.h>
4555#endif
4556 Syntax error
4557_ACEOF
81ecdfbb 4558if ac_fn_c_try_cpp "$LINENO"; then :
cfbc9945 4559
81ecdfbb 4560else
7357c5b6
AM
4561 # Broken: fails on valid input.
4562continue
4563fi
d0ac1c44 4564rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4565
81ecdfbb 4566 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4567 # can be detected and how.
81ecdfbb 4568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4569/* end confdefs.h. */
4570#include <ac_nonexistent.h>
4571_ACEOF
81ecdfbb 4572if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4573 # Broken: success on invalid input.
4574continue
4575else
7357c5b6
AM
4576 # Passes both tests.
4577ac_preproc_ok=:
4578break
4579fi
d0ac1c44 4580rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4581
7357c5b6
AM
4582done
4583# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4584rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb 4585if $ac_preproc_ok; then :
7357c5b6
AM
4586 break
4587fi
d7040cdb 4588
7357c5b6
AM
4589 done
4590 ac_cv_prog_CPP=$CPP
d7040cdb 4591
7357c5b6
AM
4592fi
4593 CPP=$ac_cv_prog_CPP
4594else
4595 ac_cv_prog_CPP=$CPP
4596fi
81ecdfbb
RW
4597{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4598$as_echo "$CPP" >&6; }
7357c5b6
AM
4599ac_preproc_ok=false
4600for ac_c_preproc_warn_flag in '' yes
4601do
4602 # Use a header file that comes with gcc, so configuring glibc
4603 # with a fresh cross-compiler works.
4604 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4605 # <limits.h> exists even on freestanding compilers.
4606 # On the NeXT, cc -E runs the code through the compiler's parser,
4607 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4609/* end confdefs.h. */
4610#ifdef __STDC__
4611# include <limits.h>
4612#else
4613# include <assert.h>
4614#endif
4615 Syntax error
4616_ACEOF
81ecdfbb 4617if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4618
81ecdfbb 4619else
7357c5b6
AM
4620 # Broken: fails on valid input.
4621continue
4622fi
d0ac1c44 4623rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4624
81ecdfbb 4625 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4626 # can be detected and how.
81ecdfbb 4627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4628/* end confdefs.h. */
4629#include <ac_nonexistent.h>
4630_ACEOF
81ecdfbb 4631if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4632 # Broken: success on invalid input.
4633continue
4634else
7357c5b6
AM
4635 # Passes both tests.
4636ac_preproc_ok=:
4637break
4638fi
d0ac1c44 4639rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4640
7357c5b6
AM
4641done
4642# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4643rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb
RW
4644if $ac_preproc_ok; then :
4645
7357c5b6 4646else
81ecdfbb
RW
4647 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4648$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4649as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4650See \`config.log' for more details" "$LINENO" 5; }
7357c5b6 4651fi
d7040cdb 4652
7357c5b6
AM
4653ac_ext=c
4654ac_cpp='$CPP $CPPFLAGS'
4655ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4656ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4657ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 4658
d7040cdb 4659
81ecdfbb
RW
4660{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4661$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 4662if ${ac_cv_path_GREP+:} false; then :
81ecdfbb
RW
4663 $as_echo_n "(cached) " >&6
4664else
4665 if test -z "$GREP"; then
4666 ac_path_GREP_found=false
4667 # Loop through the user's path and test for each of PROGNAME-LIST
4668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4669for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4670do
4671 IFS=$as_save_IFS
4672 test -z "$as_dir" && as_dir=.
4673 for ac_prog in grep ggrep; do
4674 for ac_exec_ext in '' $ac_executable_extensions; do
4675 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4676 as_fn_executable_p "$ac_path_GREP" || continue
81ecdfbb
RW
4677# Check for GNU ac_path_GREP and select it if it is found.
4678 # Check for GNU $ac_path_GREP
4679case `"$ac_path_GREP" --version 2>&1` in
4680*GNU*)
4681 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4682*)
4683 ac_count=0
4684 $as_echo_n 0123456789 >"conftest.in"
4685 while :
4686 do
4687 cat "conftest.in" "conftest.in" >"conftest.tmp"
4688 mv "conftest.tmp" "conftest.in"
4689 cp "conftest.in" "conftest.nl"
4690 $as_echo 'GREP' >> "conftest.nl"
4691 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4692 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4693 as_fn_arith $ac_count + 1 && ac_count=$as_val
4694 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4695 # Best one so far, save it but keep looking for a better one
4696 ac_cv_path_GREP="$ac_path_GREP"
4697 ac_path_GREP_max=$ac_count
4698 fi
4699 # 10*(2^10) chars as input seems more than enough
4700 test $ac_count -gt 10 && break
4701 done
4702 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4703esac
4704
4705 $ac_path_GREP_found && break 3
4706 done
4707 done
4708 done
4709IFS=$as_save_IFS
4710 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 4711 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
4712 fi
4713else
4714 ac_cv_path_GREP=$GREP
4715fi
4716
4717fi
4718{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4719$as_echo "$ac_cv_path_GREP" >&6; }
4720 GREP="$ac_cv_path_GREP"
4721
4722
4723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4724$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 4725if ${ac_cv_path_EGREP+:} false; then :
81ecdfbb 4726 $as_echo_n "(cached) " >&6
7357c5b6 4727else
81ecdfbb
RW
4728 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4729 then ac_cv_path_EGREP="$GREP -E"
4730 else
4731 if test -z "$EGREP"; then
4732 ac_path_EGREP_found=false
4733 # Loop through the user's path and test for each of PROGNAME-LIST
4734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4735for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4736do
4737 IFS=$as_save_IFS
4738 test -z "$as_dir" && as_dir=.
4739 for ac_prog in egrep; do
4740 for ac_exec_ext in '' $ac_executable_extensions; do
4741 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4742 as_fn_executable_p "$ac_path_EGREP" || continue
81ecdfbb
RW
4743# Check for GNU ac_path_EGREP and select it if it is found.
4744 # Check for GNU $ac_path_EGREP
4745case `"$ac_path_EGREP" --version 2>&1` in
4746*GNU*)
4747 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4748*)
4749 ac_count=0
4750 $as_echo_n 0123456789 >"conftest.in"
4751 while :
4752 do
4753 cat "conftest.in" "conftest.in" >"conftest.tmp"
4754 mv "conftest.tmp" "conftest.in"
4755 cp "conftest.in" "conftest.nl"
4756 $as_echo 'EGREP' >> "conftest.nl"
4757 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4758 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4759 as_fn_arith $ac_count + 1 && ac_count=$as_val
4760 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4761 # Best one so far, save it but keep looking for a better one
4762 ac_cv_path_EGREP="$ac_path_EGREP"
4763 ac_path_EGREP_max=$ac_count
7357c5b6 4764 fi
81ecdfbb
RW
4765 # 10*(2^10) chars as input seems more than enough
4766 test $ac_count -gt 10 && break
4767 done
4768 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4769esac
4770
4771 $ac_path_EGREP_found && break 3
4772 done
4773 done
4774 done
4775IFS=$as_save_IFS
4776 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 4777 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
4778 fi
4779else
4780 ac_cv_path_EGREP=$EGREP
4781fi
4782
4783 fi
7357c5b6 4784fi
81ecdfbb
RW
4785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4786$as_echo "$ac_cv_path_EGREP" >&6; }
4787 EGREP="$ac_cv_path_EGREP"
d7040cdb
SE
4788
4789
81ecdfbb
RW
4790{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4791$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 4792if ${ac_cv_header_stdc+:} false; then :
81ecdfbb 4793 $as_echo_n "(cached) " >&6
7357c5b6 4794else
81ecdfbb 4795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4796/* end confdefs.h. */
4797#include <stdlib.h>
4798#include <stdarg.h>
4799#include <string.h>
4800#include <float.h>
d7040cdb 4801
7357c5b6
AM
4802int
4803main ()
4804{
d7040cdb 4805
7357c5b6
AM
4806 ;
4807 return 0;
4808}
4809_ACEOF
81ecdfbb 4810if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 4811 ac_cv_header_stdc=yes
c428fa83 4812else
81ecdfbb 4813 ac_cv_header_stdc=no
7357c5b6 4814fi
81ecdfbb 4815rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4816
7357c5b6
AM
4817if test $ac_cv_header_stdc = yes; then
4818 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4820/* end confdefs.h. */
4821#include <string.h>
d7040cdb 4822
7357c5b6
AM
4823_ACEOF
4824if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4825 $EGREP "memchr" >/dev/null 2>&1; then :
4826
7357c5b6
AM
4827else
4828 ac_cv_header_stdc=no
4829fi
4830rm -f conftest*
d7040cdb 4831
7357c5b6 4832fi
d7040cdb 4833
7357c5b6
AM
4834if test $ac_cv_header_stdc = yes; then
4835 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4837/* end confdefs.h. */
4838#include <stdlib.h>
d7040cdb 4839
7357c5b6
AM
4840_ACEOF
4841if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4842 $EGREP "free" >/dev/null 2>&1; then :
4843
7357c5b6
AM
4844else
4845 ac_cv_header_stdc=no
4846fi
4847rm -f conftest*
d7040cdb 4848
7357c5b6 4849fi
d7040cdb 4850
7357c5b6
AM
4851if test $ac_cv_header_stdc = yes; then
4852 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4853 if test "$cross_compiling" = yes; then :
7357c5b6
AM
4854 :
4855else
81ecdfbb 4856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4857/* end confdefs.h. */
4858#include <ctype.h>
81ecdfbb 4859#include <stdlib.h>
7357c5b6
AM
4860#if ((' ' & 0x0FF) == 0x020)
4861# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4862# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4863#else
4864# define ISLOWER(c) \
4865 (('a' <= (c) && (c) <= 'i') \
4866 || ('j' <= (c) && (c) <= 'r') \
4867 || ('s' <= (c) && (c) <= 'z'))
4868# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4869#endif
d7040cdb 4870
7357c5b6
AM
4871#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4872int
4873main ()
4874{
4875 int i;
4876 for (i = 0; i < 256; i++)
4877 if (XOR (islower (i), ISLOWER (i))
4878 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4879 return 2;
4880 return 0;
7357c5b6
AM
4881}
4882_ACEOF
81ecdfbb 4883if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 4884
81ecdfbb
RW
4885else
4886 ac_cv_header_stdc=no
7357c5b6 4887fi
81ecdfbb
RW
4888rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4889 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 4890fi
81ecdfbb 4891
7357c5b6
AM
4892fi
4893fi
81ecdfbb
RW
4894{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4895$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 4896if test $ac_cv_header_stdc = yes; then
d7040cdb 4897
81ecdfbb 4898$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 4899
7357c5b6 4900fi
d7040cdb 4901
7357c5b6 4902# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
4903for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4904 inttypes.h stdint.h unistd.h
81ecdfbb
RW
4905do :
4906 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4907ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4908"
d0ac1c44 4909if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7357c5b6 4910 cat >>confdefs.h <<_ACEOF
81ecdfbb 4911#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 4912_ACEOF
d7040cdb 4913
7357c5b6
AM
4914fi
4915
4916done
4917
4918
4919
81ecdfbb 4920 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 4921if test "x$ac_cv_header_minix_config_h" = xyes; then :
7357c5b6
AM
4922 MINIX=yes
4923else
4924 MINIX=
4925fi
d7040cdb
SE
4926
4927
7357c5b6 4928 if test "$MINIX" = yes; then
d7040cdb 4929
81ecdfbb 4930$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb
SE
4931
4932
81ecdfbb 4933$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
4934
4935
81ecdfbb 4936$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 4937
7357c5b6 4938 fi
d7040cdb
SE
4939
4940
81ecdfbb
RW
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4942$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 4943if ${ac_cv_safe_to_define___extensions__+:} false; then :
81ecdfbb 4944 $as_echo_n "(cached) " >&6
d053aef8 4945else
81ecdfbb 4946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8 4947/* end confdefs.h. */
ce3c775b 4948
d0ac1c44
SM
4949# define __EXTENSIONS__ 1
4950 $ac_includes_default
d053aef8
JK
4951int
4952main ()
4953{
4954
4955 ;
4956 return 0;
4957}
4958_ACEOF
81ecdfbb 4959if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 4960 ac_cv_safe_to_define___extensions__=yes
d053aef8 4961else
81ecdfbb 4962 ac_cv_safe_to_define___extensions__=no
d053aef8 4963fi
81ecdfbb 4964rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce3c775b 4965fi
81ecdfbb
RW
4966{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4967$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
ce3c775b 4968 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4969 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d053aef8 4970
81ecdfbb 4971 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d053aef8 4972
81ecdfbb
RW
4973 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4974
4975 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4976
4977 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d053aef8 4978
ce3c775b 4979
d053aef8 4980
d053aef8 4981
d7040cdb 4982
718a6fd8
SE
4983case `pwd` in
4984 *\ * | *\ *)
81ecdfbb
RW
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4986$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 4987esac
d7040cdb
SE
4988
4989
7357c5b6 4990
3725885a
RW
4991macro_version='2.2.7a'
4992macro_revision='1.3134'
7357c5b6
AM
4993
4994
4995
4996
4997
4998
7357c5b6
AM
4999
5000
5001
5002
5003
5004
5005
718a6fd8 5006ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5007
3725885a
RW
5008# Backslashify metacharacters that are still active within
5009# double-quoted strings.
5010sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5011
5012# Same as above, but do not quote variable references.
5013double_quote_subst='s/\(["`\\]\)/\\\1/g'
5014
5015# Sed substitution to delay expansion of an escaped shell variable in a
5016# double_quote_subst'ed string.
5017delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5018
5019# Sed substitution to delay expansion of an escaped single quote.
5020delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5021
5022# Sed substitution to avoid accidental globbing in evaled expressions
5023no_glob_subst='s/\*/\\\*/g'
5024
5025ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5026ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5027ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5028
5029{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5030$as_echo_n "checking how to print strings... " >&6; }
5031# Test print first, because it will be a builtin if present.
5032if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5033 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5034 ECHO='print -r --'
5035elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5036 ECHO='printf %s\n'
5037else
5038 # Use this function as a fallback that always works.
5039 func_fallback_echo ()
5040 {
5041 eval 'cat <<_LTECHO_EOF
5042$1
5043_LTECHO_EOF'
5044 }
5045 ECHO='func_fallback_echo'
5046fi
5047
5048# func_echo_all arg...
5049# Invoke $ECHO with all args, space-separated.
5050func_echo_all ()
5051{
5052 $ECHO ""
5053}
5054
5055case "$ECHO" in
5056 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5057$as_echo "printf" >&6; } ;;
5058 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5059$as_echo "print -r" >&6; } ;;
5060 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5061$as_echo "cat" >&6; } ;;
5062esac
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
81ecdfbb
RW
5077{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5078$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5079if ${ac_cv_path_SED+:} false; then :
81ecdfbb 5080 $as_echo_n "(cached) " >&6
7357c5b6 5081else
81ecdfbb
RW
5082 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5083 for ac_i in 1 2 3 4 5 6 7; do
5084 ac_script="$ac_script$as_nl$ac_script"
5085 done
5086 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5087 { ac_script=; unset ac_script;}
5088 if test -z "$SED"; then
5089 ac_path_SED_found=false
5090 # Loop through the user's path and test for each of PROGNAME-LIST
5091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5092for as_dir in $PATH
5093do
5094 IFS=$as_save_IFS
5095 test -z "$as_dir" && as_dir=.
81ecdfbb 5096 for ac_prog in sed gsed; do
7357c5b6 5097 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 5098 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5099 as_fn_executable_p "$ac_path_SED" || continue
81ecdfbb
RW
5100# Check for GNU ac_path_SED and select it if it is found.
5101 # Check for GNU $ac_path_SED
5102case `"$ac_path_SED" --version 2>&1` in
5103*GNU*)
5104 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5105*)
5106 ac_count=0
5107 $as_echo_n 0123456789 >"conftest.in"
5108 while :
5109 do
5110 cat "conftest.in" "conftest.in" >"conftest.tmp"
5111 mv "conftest.tmp" "conftest.in"
5112 cp "conftest.in" "conftest.nl"
5113 $as_echo '' >> "conftest.nl"
5114 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5115 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5116 as_fn_arith $ac_count + 1 && ac_count=$as_val
5117 if test $ac_count -gt ${ac_path_SED_max-0}; then
5118 # Best one so far, save it but keep looking for a better one
5119 ac_cv_path_SED="$ac_path_SED"
5120 ac_path_SED_max=$ac_count
5121 fi
5122 # 10*(2^10) chars as input seems more than enough
5123 test $ac_count -gt 10 && break
5124 done
5125 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5126esac
5127
5128 $ac_path_SED_found && break 3
7357c5b6
AM
5129 done
5130 done
81ecdfbb 5131 done
7357c5b6 5132IFS=$as_save_IFS
81ecdfbb 5133 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5134 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5135 fi
81ecdfbb
RW
5136else
5137 ac_cv_path_SED=$SED
7357c5b6
AM
5138fi
5139
81ecdfbb
RW
5140fi
5141{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5142$as_echo "$ac_cv_path_SED" >&6; }
5143 SED="$ac_cv_path_SED"
5144 rm -f conftest.sed
7357c5b6
AM
5145
5146test -z "$SED" && SED=sed
5147Xsed="$SED -e 1s/^X//"
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
81ecdfbb
RW
5159{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5160$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5161if ${ac_cv_path_FGREP+:} false; then :
81ecdfbb 5162 $as_echo_n "(cached) " >&6
7357c5b6 5163else
81ecdfbb
RW
5164 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5165 then ac_cv_path_FGREP="$GREP -F"
5166 else
5167 if test -z "$FGREP"; then
5168 ac_path_FGREP_found=false
5169 # Loop through the user's path and test for each of PROGNAME-LIST
5170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5171for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5172do
5173 IFS=$as_save_IFS
5174 test -z "$as_dir" && as_dir=.
5175 for ac_prog in fgrep; do
5176 for ac_exec_ext in '' $ac_executable_extensions; do
5177 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5178 as_fn_executable_p "$ac_path_FGREP" || continue
81ecdfbb
RW
5179# Check for GNU ac_path_FGREP and select it if it is found.
5180 # Check for GNU $ac_path_FGREP
5181case `"$ac_path_FGREP" --version 2>&1` in
5182*GNU*)
5183 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5184*)
5185 ac_count=0
5186 $as_echo_n 0123456789 >"conftest.in"
5187 while :
5188 do
5189 cat "conftest.in" "conftest.in" >"conftest.tmp"
5190 mv "conftest.tmp" "conftest.in"
5191 cp "conftest.in" "conftest.nl"
5192 $as_echo 'FGREP' >> "conftest.nl"
5193 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5194 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5195 as_fn_arith $ac_count + 1 && ac_count=$as_val
5196 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5197 # Best one so far, save it but keep looking for a better one
5198 ac_cv_path_FGREP="$ac_path_FGREP"
5199 ac_path_FGREP_max=$ac_count
7357c5b6 5200 fi
81ecdfbb
RW
5201 # 10*(2^10) chars as input seems more than enough
5202 test $ac_count -gt 10 && break
5203 done
5204 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5205esac
5206
5207 $ac_path_FGREP_found && break 3
5208 done
5209 done
5210 done
5211IFS=$as_save_IFS
5212 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5213 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5214 fi
5215else
5216 ac_cv_path_FGREP=$FGREP
7357c5b6 5217fi
81ecdfbb
RW
5218
5219 fi
5220fi
5221{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5222$as_echo "$ac_cv_path_FGREP" >&6; }
5223 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5224
5225
5226test -z "$GREP" && GREP=grep
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
81ecdfbb
RW
5246# Check whether --with-gnu-ld was given.
5247if test "${with_gnu_ld+set}" = set; then :
5248 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5249else
5250 with_gnu_ld=no
81ecdfbb
RW
5251fi
5252
7357c5b6
AM
5253ac_prog=ld
5254if test "$GCC" = yes; then
5255 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5257$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5258 case $host in
5259 *-*-mingw*)
5260 # gcc leaves a trailing carriage return which upsets mingw
5261 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5262 *)
5263 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5264 esac
5265 case $ac_prog in
5266 # Accept absolute paths.
5267 [\\/]* | ?:[\\/]*)
5268 re_direlt='/[^/][^/]*/\.\./'
5269 # Canonicalize the pathname of ld
5270 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5271 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
d7040cdb 5272 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
cfbc9945
SE
5273 done
5274 test -z "$LD" && LD="$ac_prog"
5275 ;;
5bd8253d 5276 "")
cfbc9945
SE
5277 # If it fails, then pretend we aren't using GCC.
5278 ac_prog=ld
5bd8253d
L
5279 ;;
5280 *)
cfbc9945
SE
5281 # If it is relative, then search for the first ld in PATH.
5282 with_gnu_ld=unknown
5bd8253d 5283 ;;
cfbc9945
SE
5284 esac
5285elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5287$as_echo_n "checking for GNU ld... " >&6; }
cfbc9945 5288else
81ecdfbb
RW
5289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5290$as_echo_n "checking for non-GNU ld... " >&6; }
cfbc9945 5291fi
d0ac1c44 5292if ${lt_cv_path_LD+:} false; then :
81ecdfbb 5293 $as_echo_n "(cached) " >&6
cfbc9945
SE
5294else
5295 if test -z "$LD"; then
d7040cdb 5296 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
cfbc9945 5297 for ac_dir in $PATH; do
d7040cdb 5298 IFS="$lt_save_ifs"
cfbc9945
SE
5299 test -z "$ac_dir" && ac_dir=.
5300 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5301 lt_cv_path_LD="$ac_dir/$ac_prog"
5302 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5303 # but apparently some variants of GNU ld only accept -v.
cfbc9945 5304 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5305 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5306 *GNU* | *'with BFD'*)
cfbc9945 5307 test "$with_gnu_ld" != no && break
d7040cdb
SE
5308 ;;
5309 *)
cfbc9945 5310 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5311 ;;
5312 esac
cfbc9945
SE
5313 fi
5314 done
d7040cdb 5315 IFS="$lt_save_ifs"
cfbc9945
SE
5316else
5317 lt_cv_path_LD="$LD" # Let the user override the test with a path.
9e9b66a9 5318fi
1ad12f97
NC
5319fi
5320
cfbc9945
SE
5321LD="$lt_cv_path_LD"
5322if test -n "$LD"; then
81ecdfbb
RW
5323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5324$as_echo "$LD" >&6; }
cfbc9945 5325else
81ecdfbb
RW
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5327$as_echo "no" >&6; }
cfbc9945 5328fi
d0ac1c44 5329test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
5330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5331$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 5332if ${lt_cv_prog_gnu_ld+:} false; then :
81ecdfbb 5333 $as_echo_n "(cached) " >&6
cfbc9945 5334else
d7040cdb
SE
5335 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5336case `$LD -v 2>&1 </dev/null` in
5337*GNU* | *'with BFD'*)
cfbc9945 5338 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5339 ;;
5340*)
cfbc9945 5341 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5342 ;;
5343esac
49c96104 5344fi
81ecdfbb
RW
5345{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5346$as_echo "$lt_cv_prog_gnu_ld" >&6; }
cfbc9945 5347with_gnu_ld=$lt_cv_prog_gnu_ld
49c96104 5348
9e9b66a9 5349
cfbc9945 5350
d7040cdb
SE
5351
5352
5353
5354
5355
5356
81ecdfbb
RW
5357{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5358$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 5359if ${lt_cv_path_NM+:} false; then :
81ecdfbb 5360 $as_echo_n "(cached) " >&6
cfbc9945
SE
5361else
5362 if test -n "$NM"; then
5363 # Let the user override the test.
5364 lt_cv_path_NM="$NM"
5365else
d7040cdb
SE
5366 lt_nm_to_check="${ac_tool_prefix}nm"
5367 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5368 lt_nm_to_check="$lt_nm_to_check nm"
5369 fi
5370 for lt_tmp_nm in $lt_nm_to_check; do
5371 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5372 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5373 IFS="$lt_save_ifs"
5374 test -z "$ac_dir" && ac_dir=.
5375 tmp_nm="$ac_dir/$lt_tmp_nm"
5376 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5377 # Check to see if the nm accepts a BSD-compat flag.
5378 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5379 # nm: unknown option "B" ignored
5380 # Tru64's nm complains that /dev/null is an invalid object file
5381 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5382 */dev/null* | *'Invalid file or object type'*)
5383 lt_cv_path_NM="$tmp_nm -B"
5384 break
5385 ;;
5386 *)
5387 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5388 */dev/null*)
5389 lt_cv_path_NM="$tmp_nm -p"
5390 break
5391 ;;
5392 *)
5393 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5394 continue # so that we can try to find one that supports BSD flags
5395 ;;
5396 esac
5397 ;;
5398 esac
cfbc9945 5399 fi
d7040cdb
SE
5400 done
5401 IFS="$lt_save_ifs"
cfbc9945 5402 done
d7040cdb 5403 : ${lt_cv_path_NM=no}
cfbc9945 5404fi
a2d91340 5405fi
81ecdfbb
RW
5406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5407$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5408if test "$lt_cv_path_NM" != "no"; then
5409 NM="$lt_cv_path_NM"
cfbc9945 5410else
d7040cdb 5411 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5412 if test -n "$DUMPBIN"; then :
5413 # Let the user override the test.
5414 else
5415 if test -n "$ac_tool_prefix"; then
5416 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5417 do
5418 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5419set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5421$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5422if ${ac_cv_prog_DUMPBIN+:} false; then :
81ecdfbb 5423 $as_echo_n "(cached) " >&6
252b5132 5424else
d7040cdb
SE
5425 if test -n "$DUMPBIN"; then
5426 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5427else
5428as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5429for as_dir in $PATH
5430do
5431 IFS=$as_save_IFS
5432 test -z "$as_dir" && as_dir=.
81ecdfbb 5433 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5434 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 5435 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5436 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5437 break 2
5438 fi
5439done
81ecdfbb
RW
5440 done
5441IFS=$as_save_IFS
5464f5a1 5442
d7040cdb
SE
5443fi
5444fi
5445DUMPBIN=$ac_cv_prog_DUMPBIN
5446if test -n "$DUMPBIN"; then
81ecdfbb
RW
5447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5448$as_echo "$DUMPBIN" >&6; }
d7040cdb 5449else
81ecdfbb
RW
5450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5451$as_echo "no" >&6; }
d7040cdb 5452fi
d5fbea21 5453
81ecdfbb 5454
d7040cdb
SE
5455 test -n "$DUMPBIN" && break
5456 done
5457fi
5458if test -z "$DUMPBIN"; then
5459 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5460 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5461do
5462 # Extract the first word of "$ac_prog", so it can be a program name with args.
5463set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5465$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5466if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
81ecdfbb 5467 $as_echo_n "(cached) " >&6
d7040cdb
SE
5468else
5469 if test -n "$ac_ct_DUMPBIN"; then
5470 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5471else
5472as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5473for as_dir in $PATH
5474do
5475 IFS=$as_save_IFS
5476 test -z "$as_dir" && as_dir=.
81ecdfbb 5477 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5478 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 5479 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5480 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5481 break 2
cfbc9945 5482 fi
d7040cdb 5483done
81ecdfbb
RW
5484 done
5485IFS=$as_save_IFS
d5fbea21 5486
d7040cdb
SE
5487fi
5488fi
5489ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5490if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5492$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5493else
81ecdfbb
RW
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5495$as_echo "no" >&6; }
d7040cdb 5496fi
d5fbea21 5497
81ecdfbb 5498
d7040cdb
SE
5499 test -n "$ac_ct_DUMPBIN" && break
5500done
24443139 5501
81ecdfbb
RW
5502 if test "x$ac_ct_DUMPBIN" = x; then
5503 DUMPBIN=":"
5504 else
5505 case $cross_compiling:$ac_tool_warned in
5506yes:)
5507{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5508$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5509ac_tool_warned=yes ;;
5510esac
5511 DUMPBIN=$ac_ct_DUMPBIN
5512 fi
d7040cdb 5513fi
24443139 5514
3725885a
RW
5515 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5516 *COFF*)
5517 DUMPBIN="$DUMPBIN -symbols"
5518 ;;
5519 *)
5520 DUMPBIN=:
5521 ;;
5522 esac
5523 fi
24443139 5524
d7040cdb
SE
5525 if test "$DUMPBIN" != ":"; then
5526 NM="$DUMPBIN"
cfbc9945 5527 fi
d7040cdb
SE
5528fi
5529test -z "$NM" && NM=nm
a703a6ea 5530
f5385ebf 5531
cfbc9945 5532
24443139
AS
5533
5534
5535
81ecdfbb
RW
5536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5537$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 5538if ${lt_cv_nm_interface+:} false; then :
81ecdfbb 5539 $as_echo_n "(cached) " >&6
d7040cdb
SE
5540else
5541 lt_cv_nm_interface="BSD nm"
5542 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5543 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
5544 (eval "$ac_compile" 2>conftest.err)
5545 cat conftest.err >&5
3725885a 5546 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
5547 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5548 cat conftest.err >&5
3725885a 5549 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
5550 cat conftest.out >&5
5551 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5552 lt_cv_nm_interface="MS dumpbin"
5553 fi
5554 rm -f conftest*
cfbc9945 5555fi
81ecdfbb
RW
5556{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5557$as_echo "$lt_cv_nm_interface" >&6; }
a703a6ea 5558
81ecdfbb
RW
5559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5560$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
5561LN_S=$as_ln_s
5562if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5564$as_echo "yes" >&6; }
d7040cdb 5565else
81ecdfbb
RW
5566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5567$as_echo "no, using $LN_S" >&6; }
d7040cdb 5568fi
252b5132 5569
cfbc9945 5570# find the maximum length of command line arguments
81ecdfbb
RW
5571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5572$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 5573if ${lt_cv_sys_max_cmd_len+:} false; then :
81ecdfbb 5574 $as_echo_n "(cached) " >&6
cfbc9945
SE
5575else
5576 i=0
5577 teststring="ABCD"
5464f5a1 5578
cfbc9945
SE
5579 case $build_os in
5580 msdosdjgpp*)
5581 # On DJGPP, this test can blow up pretty badly due to problems in libc
5582 # (any single argument exceeding 2000 bytes causes a buffer overrun
5583 # during glob expansion). Even if it were fixed, the result of this
5584 # check would be larger than it should be.
5585 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5586 ;;
5464f5a1 5587
d7040cdb
SE
5588 gnu*)
5589 # Under GNU Hurd, this test is not required because there is
5590 # no limit to the length of command line arguments.
5591 # Libtool will interpret -1 as no limit whatsoever
5592 lt_cv_sys_max_cmd_len=-1;
5593 ;;
5594
718a6fd8 5595 cygwin* | mingw* | cegcc*)
cfbc9945
SE
5596 # On Win9x/ME, this test blows up -- it succeeds, but takes
5597 # about 5 minutes as the teststring grows exponentially.
5598 # Worse, since 9x/ME are not pre-emptively multitasking,
5599 # you end up with a "frozen" computer, even though with patience
5600 # the test eventually succeeds (with a max line length of 256k).
5601 # Instead, let's just punt: use the minimum linelength reported by
5602 # all of the supported platforms: 8192 (on NT/2K/XP).
5603 lt_cv_sys_max_cmd_len=8192;
5604 ;;
5464f5a1 5605
3725885a
RW
5606 mint*)
5607 # On MiNT this can take a long time and run out of memory.
5608 lt_cv_sys_max_cmd_len=8192;
5609 ;;
5610
cfbc9945
SE
5611 amigaos*)
5612 # On AmigaOS with pdksh, this test takes hours, literally.
5613 # So we just punt and use a minimum line length of 8192.
5614 lt_cv_sys_max_cmd_len=8192;
5615 ;;
5464f5a1 5616
cfbc9945
SE
5617 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5618 # This has been around since 386BSD, at least. Likely further.
5619 if test -x /sbin/sysctl; then
5620 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5621 elif test -x /usr/sbin/sysctl; then
5622 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5623 else
d7040cdb 5624 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
cfbc9945
SE
5625 fi
5626 # And add a safety zone
5627 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5628 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5629 ;;
d7040cdb
SE
5630
5631 interix*)
5632 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5633 lt_cv_sys_max_cmd_len=196608
5634 ;;
5635
5636 osf*)
5637 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5638 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5639 # nice to cause kernel panics so lets avoid the loop below.
5640 # First set a reasonable default.
5641 lt_cv_sys_max_cmd_len=16384
5642 #
5643 if test -x /sbin/sysconfig; then
5644 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5645 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5646 esac
5647 fi
5648 ;;
5649 sco3.2v5*)
5650 lt_cv_sys_max_cmd_len=102400
5651 ;;
5652 sysv5* | sco5v6* | sysv4.2uw2*)
5653 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5654 if test -n "$kargmax"; then
5655 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5656 else
5657 lt_cv_sys_max_cmd_len=32768
5658 fi
5659 ;;
5660 *)
718a6fd8
SE
5661 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5662 if test -n "$lt_cv_sys_max_cmd_len"; then
79887925
L
5663 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5664 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5665 else
5666 # Make teststring a little bigger before we do anything with it.
5667 # a 1K string should be a reasonable start.
5668 for i in 1 2 3 4 5 6 7 8 ; do
5669 teststring=$teststring$teststring
5670 done
5671 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5672 # If test is not a shell built-in, we'll probably end up computing a
5673 # maximum length that is only half of the actual maximum length, but
5674 # we can't tell.
3725885a
RW
5675 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5676 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
79887925
L
5677 test $i != 17 # 1/2 MB should be enough
5678 do
5679 i=`expr $i + 1`
5680 teststring=$teststring$teststring
5681 done
5682 # Only check the string length outside the loop.
5683 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5684 teststring=
5685 # Add a significant safety factor because C++ compilers can tack on
5686 # massive amounts of additional arguments before passing them to the
5687 # linker. It appears as though 1/2 is a usable value.
5688 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5689 fi
d7040cdb 5690 ;;
cfbc9945 5691 esac
5464f5a1 5692
252b5132 5693fi
cfbc9945 5694
d7040cdb 5695if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5697$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5464f5a1 5698else
81ecdfbb
RW
5699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5700$as_echo "none" >&6; }
5464f5a1 5701fi
d7040cdb 5702max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 5703
cfbc9945 5704
252b5132 5705
cfbc9945 5706
cfbc9945 5707
d7040cdb 5708
d7040cdb
SE
5709: ${CP="cp -f"}
5710: ${MV="mv -f"}
5711: ${RM="rm -f"}
5712
81ecdfbb
RW
5713{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5714$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
5715# Try some XSI features
5716xsi_shell=no
5717( _lt_dummy="a/b/c"
5718 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
718a6fd8
SE
5719 = c,a/b,, \
5720 && eval 'test $(( 1 + 1 )) -eq 2 \
5721 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 5722 && xsi_shell=yes
81ecdfbb
RW
5723{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5724$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
5725
5726
81ecdfbb
RW
5727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5728$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
5729lt_shell_append=no
5730( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5731 >/dev/null 2>&1 \
5732 && lt_shell_append=yes
81ecdfbb
RW
5733{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5734$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
5735
5736
5737if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5738 lt_unset=unset
5464f5a1 5739else
d7040cdb 5740 lt_unset=false
5464f5a1 5741fi
252b5132 5742
d7040cdb
SE
5743
5744
5745
5746
5747# test EBCDIC or ASCII
5748case `echo X|tr X '\101'` in
5749 A) # ASCII based system
5750 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5751 lt_SP2NL='tr \040 \012'
5752 lt_NL2SP='tr \015\012 \040\040'
5753 ;;
5754 *) # EBCDIC based system
5755 lt_SP2NL='tr \100 \n'
5756 lt_NL2SP='tr \r\n \100\100'
5757 ;;
5758esac
5759
5760
5761
5762
5763
5764
5765
5766
5767
81ecdfbb
RW
5768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5769$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 5770if ${lt_cv_ld_reload_flag+:} false; then :
81ecdfbb 5771 $as_echo_n "(cached) " >&6
5464f5a1 5772else
d7040cdb
SE
5773 lt_cv_ld_reload_flag='-r'
5774fi
81ecdfbb
RW
5775{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5776$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
5777reload_flag=$lt_cv_ld_reload_flag
5778case $reload_flag in
5779"" | " "*) ;;
5780*) reload_flag=" $reload_flag" ;;
5781esac
5782reload_cmds='$LD$reload_flag -o $output$reload_objs'
5783case $host_os in
5784 darwin*)
5785 if test "$GCC" = yes; then
5786 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5787 else
5788 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5789 fi
5790 ;;
5791esac
5792
5793
5794
5795
5796
5797
5798
5799
5800
718a6fd8
SE
5801if test -n "$ac_tool_prefix"; then
5802 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5803set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5804{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5805$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5806if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 5807 $as_echo_n "(cached) " >&6
718a6fd8
SE
5808else
5809 if test -n "$OBJDUMP"; then
5810 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5811else
5812as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5813for as_dir in $PATH
5814do
5815 IFS=$as_save_IFS
5816 test -z "$as_dir" && as_dir=.
81ecdfbb 5817 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5818 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 5819 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5821 break 2
5822 fi
5823done
81ecdfbb
RW
5824 done
5825IFS=$as_save_IFS
718a6fd8
SE
5826
5827fi
5828fi
5829OBJDUMP=$ac_cv_prog_OBJDUMP
5830if test -n "$OBJDUMP"; then
81ecdfbb
RW
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5832$as_echo "$OBJDUMP" >&6; }
718a6fd8 5833else
81ecdfbb
RW
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5835$as_echo "no" >&6; }
718a6fd8
SE
5836fi
5837
81ecdfbb 5838
718a6fd8
SE
5839fi
5840if test -z "$ac_cv_prog_OBJDUMP"; then
5841 ac_ct_OBJDUMP=$OBJDUMP
5842 # Extract the first word of "objdump", so it can be a program name with args.
5843set dummy objdump; ac_word=$2
81ecdfbb
RW
5844{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5845$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5846if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
81ecdfbb 5847 $as_echo_n "(cached) " >&6
718a6fd8
SE
5848else
5849 if test -n "$ac_ct_OBJDUMP"; then
5850 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5851else
5852as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5853for as_dir in $PATH
5854do
5855 IFS=$as_save_IFS
5856 test -z "$as_dir" && as_dir=.
81ecdfbb 5857 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5858 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 5859 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 5860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5861 break 2
5862 fi
5863done
81ecdfbb
RW
5864 done
5865IFS=$as_save_IFS
718a6fd8 5866
718a6fd8
SE
5867fi
5868fi
5869ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5870if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5872$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 5873else
81ecdfbb
RW
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5875$as_echo "no" >&6; }
718a6fd8
SE
5876fi
5877
81ecdfbb
RW
5878 if test "x$ac_ct_OBJDUMP" = x; then
5879 OBJDUMP="false"
5880 else
5881 case $cross_compiling:$ac_tool_warned in
5882yes:)
5883{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5884$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5885ac_tool_warned=yes ;;
5886esac
5887 OBJDUMP=$ac_ct_OBJDUMP
5888 fi
718a6fd8
SE
5889else
5890 OBJDUMP="$ac_cv_prog_OBJDUMP"
5891fi
5892
5893test -z "$OBJDUMP" && OBJDUMP=objdump
5894
5895
5896
5897
5898
5899
5900
5901
d7040cdb 5902
81ecdfbb
RW
5903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5904$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 5905if ${lt_cv_deplibs_check_method+:} false; then :
81ecdfbb 5906 $as_echo_n "(cached) " >&6
d7040cdb
SE
5907else
5908 lt_cv_file_magic_cmd='$MAGIC_CMD'
5909lt_cv_file_magic_test_file=
5910lt_cv_deplibs_check_method='unknown'
5911# Need to set the preceding variable on all platforms that support
5912# interlibrary dependencies.
5913# 'none' -- dependencies not supported.
5914# `unknown' -- same as none, but documents that we really don't know.
5915# 'pass_all' -- all dependencies passed with no checks.
5916# 'test_compile' -- check by making test program.
5917# 'file_magic [[regex]]' -- check by looking for files in library path
5918# which responds to the $file_magic_cmd with a given extended regex.
5919# If you have `file' or equivalent on your system and you're not sure
5920# whether `pass_all' will *always* work, you probably want this one.
5921
5922case $host_os in
e81819a5 5923aix[4-9]*)
d7040cdb
SE
5924 lt_cv_deplibs_check_method=pass_all
5925 ;;
5926
5927beos*)
5928 lt_cv_deplibs_check_method=pass_all
5929 ;;
5930
5931bsdi[45]*)
5932 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5933 lt_cv_file_magic_cmd='/usr/bin/file -L'
5934 lt_cv_file_magic_test_file=/shlib/libc.so
5935 ;;
5936
5937cygwin*)
5938 # func_win32_libid is a shell function defined in ltmain.sh
5939 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5940 lt_cv_file_magic_cmd='func_win32_libid'
5941 ;;
5942
5943mingw* | pw32*)
5944 # Base MSYS/MinGW do not provide the 'file' command needed by
5945 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5946 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
5947 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5948 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
5949 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5950 lt_cv_file_magic_cmd='func_win32_libid'
5951 else
5952 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5953 lt_cv_file_magic_cmd='$OBJDUMP -f'
5954 fi
5955 ;;
5956
3725885a 5957cegcc*)
718a6fd8
SE
5958 # use the weaker test based on 'objdump'. See mingw*.
5959 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5960 lt_cv_file_magic_cmd='$OBJDUMP -f'
5961 ;;
5962
d7040cdb
SE
5963darwin* | rhapsody*)
5964 lt_cv_deplibs_check_method=pass_all
cfbc9945 5965 ;;
d7040cdb
SE
5966
5967freebsd* | dragonfly*)
5968 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5969 case $host_cpu in
5970 i*86 )
5971 # Not sure whether the presence of OpenBSD here was a mistake.
5972 # Let's accept both of them until this is cleared up.
5973 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5974 lt_cv_file_magic_cmd=/usr/bin/file
5975 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5976 ;;
5977 esac
5978 else
5979 lt_cv_deplibs_check_method=pass_all
5980 fi
5981 ;;
5982
5983gnu*)
5984 lt_cv_deplibs_check_method=pass_all
cfbc9945 5985 ;;
d7040cdb 5986
3725885a
RW
5987haiku*)
5988 lt_cv_deplibs_check_method=pass_all
5989 ;;
5990
d7040cdb
SE
5991hpux10.20* | hpux11*)
5992 lt_cv_file_magic_cmd=/usr/bin/file
5993 case $host_cpu in
5994 ia64*)
5995 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5996 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5997 ;;
5998 hppa*64*)
3725885a 5999 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
6000 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6001 ;;
cfbc9945 6002 *)
3725885a 6003 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6004 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6005 ;;
6006 esac
6007 ;;
6be7c12c 6008
d7040cdb
SE
6009interix[3-9]*)
6010 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6011 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6012 ;;
cfbc9945 6013
d7040cdb
SE
6014irix5* | irix6* | nonstopux*)
6015 case $LD in
6016 *-32|*"-32 ") libmagic=32-bit;;
6017 *-n32|*"-n32 ") libmagic=N32;;
6018 *-64|*"-64 ") libmagic=64-bit;;
6019 *) libmagic=never-match;;
6020 esac
6021 lt_cv_deplibs_check_method=pass_all
cfbc9945 6022 ;;
cfbc9945 6023
d7040cdb 6024# This must be Linux ELF.
58e24671 6025linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6026 lt_cv_deplibs_check_method=pass_all
6027 ;;
5464f5a1 6028
d7040cdb
SE
6029netbsd*)
6030 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6031 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
cfbc9945 6032 else
d7040cdb 6033 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
cfbc9945 6034 fi
d7040cdb
SE
6035 ;;
6036
6037newos6*)
6038 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6039 lt_cv_file_magic_cmd=/usr/bin/file
6040 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6041 ;;
6042
6043*nto* | *qnx*)
6044 lt_cv_deplibs_check_method=pass_all
6045 ;;
cfbc9945 6046
d7040cdb
SE
6047openbsd*)
6048 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6049 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6050 else
6051 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
cfbc9945
SE
6052 fi
6053 ;;
d7040cdb
SE
6054
6055osf3* | osf4* | osf5*)
6056 lt_cv_deplibs_check_method=pass_all
6057 ;;
6058
6059rdos*)
6060 lt_cv_deplibs_check_method=pass_all
6061 ;;
6062
6063solaris*)
6064 lt_cv_deplibs_check_method=pass_all
6065 ;;
6066
6067sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6068 lt_cv_deplibs_check_method=pass_all
6069 ;;
6070
6071sysv4 | sysv4.3*)
6072 case $host_vendor in
6073 motorola)
6074 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]'
6075 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6076 ;;
6077 ncr)
6078 lt_cv_deplibs_check_method=pass_all
6079 ;;
6080 sequent)
6081 lt_cv_file_magic_cmd='/bin/file'
6082 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6083 ;;
6084 sni)
6085 lt_cv_file_magic_cmd='/bin/file'
6086 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6087 lt_cv_file_magic_test_file=/lib/libc.so
6088 ;;
6089 siemens)
6090 lt_cv_deplibs_check_method=pass_all
6091 ;;
6092 pc)
6093 lt_cv_deplibs_check_method=pass_all
6094 ;;
6095 esac
6096 ;;
6097
6098tpf*)
6099 lt_cv_deplibs_check_method=pass_all
6100 ;;
cfbc9945
SE
6101esac
6102
d7040cdb 6103fi
81ecdfbb
RW
6104{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6105$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6106file_magic_cmd=$lt_cv_file_magic_cmd
6107deplibs_check_method=$lt_cv_deplibs_check_method
6108test -z "$deplibs_check_method" && deplibs_check_method=unknown
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
a4966cd9
L
6121plugin_option=
6122plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6123for plugin in $plugin_names; do
6124 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6125 if test x$plugin_so = x$plugin; then
6126 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6127 fi
6128 if test x$plugin_so != x$plugin; then
6129 plugin_option="--plugin $plugin_so"
6130 break
6131 fi
6132done
6133
cfbc9945 6134if test -n "$ac_tool_prefix"; then
d7040cdb
SE
6135 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6136set dummy ${ac_tool_prefix}ar; 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_AR+:} false; then :
81ecdfbb 6140 $as_echo_n "(cached) " >&6
5464f5a1 6141else
d7040cdb
SE
6142 if test -n "$AR"; then
6143 ac_cv_prog_AR="$AR" # Let the user override the test.
5464f5a1
NN
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_AR="${ac_tool_prefix}ar"
81ecdfbb 6153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6154 break 2
6155 fi
6156done
81ecdfbb
RW
6157 done
6158IFS=$as_save_IFS
5464f5a1
NN
6159
6160fi
6161fi
d7040cdb
SE
6162AR=$ac_cv_prog_AR
6163if test -n "$AR"; then
81ecdfbb
RW
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6165$as_echo "$AR" >&6; }
5464f5a1 6166else
81ecdfbb
RW
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6168$as_echo "no" >&6; }
5464f5a1
NN
6169fi
6170
81ecdfbb 6171
5464f5a1 6172fi
d7040cdb
SE
6173if test -z "$ac_cv_prog_AR"; then
6174 ac_ct_AR=$AR
6175 # Extract the first word of "ar", so it can be a program name with args.
6176set dummy ar; ac_word=$2
81ecdfbb
RW
6177{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6178$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6179if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 6180 $as_echo_n "(cached) " >&6
252b5132 6181else
d7040cdb
SE
6182 if test -n "$ac_ct_AR"; then
6183 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
252b5132 6184else
5464f5a1
NN
6185as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6186for as_dir in $PATH
6187do
6188 IFS=$as_save_IFS
6189 test -z "$as_dir" && as_dir=.
81ecdfbb 6190 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6191 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6192 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6193 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6194 break 2
6195 fi
6196done
81ecdfbb
RW
6197 done
6198IFS=$as_save_IFS
5464f5a1 6199
5464f5a1
NN
6200fi
6201fi
d7040cdb
SE
6202ac_ct_AR=$ac_cv_prog_ac_ct_AR
6203if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6205$as_echo "$ac_ct_AR" >&6; }
d7040cdb 6206else
81ecdfbb
RW
6207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6208$as_echo "no" >&6; }
5464f5a1
NN
6209fi
6210
81ecdfbb
RW
6211 if test "x$ac_ct_AR" = x; then
6212 AR="false"
6213 else
6214 case $cross_compiling:$ac_tool_warned in
6215yes:)
6216{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6217$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6218ac_tool_warned=yes ;;
6219esac
6220 AR=$ac_ct_AR
6221 fi
cfbc9945 6222else
d7040cdb 6223 AR="$ac_cv_prog_AR"
5464f5a1 6224fi
cfbc9945 6225
d7040cdb 6226test -z "$AR" && AR=ar
a4966cd9
L
6227if test -n "$plugin_option"; then
6228 if $AR --help 2>&1 | grep -q "\--plugin"; then
83b33c6c
L
6229 touch conftest.c
6230 $AR $plugin_option rc conftest.a conftest.c
6231 if test "$?" != 0; then
6232 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6233$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6234 else
6235 AR="$AR $plugin_option"
6236 fi
6237 rm -f conftest.*
a4966cd9
L
6238 fi
6239fi
d7040cdb
SE
6240test -z "$AR_FLAGS" && AR_FLAGS=cru
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
cfbc9945
SE
6252if test -n "$ac_tool_prefix"; then
6253 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6254set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6256$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6257if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 6258 $as_echo_n "(cached) " >&6
5464f5a1 6259else
cfbc9945
SE
6260 if test -n "$STRIP"; then
6261 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5464f5a1
NN
6262else
6263as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6264for as_dir in $PATH
6265do
6266 IFS=$as_save_IFS
6267 test -z "$as_dir" && as_dir=.
81ecdfbb 6268 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6269 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 6270 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6272 break 2
6273 fi
6274done
81ecdfbb
RW
6275 done
6276IFS=$as_save_IFS
5464f5a1
NN
6277
6278fi
6279fi
cfbc9945
SE
6280STRIP=$ac_cv_prog_STRIP
6281if test -n "$STRIP"; then
81ecdfbb
RW
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6283$as_echo "$STRIP" >&6; }
5464f5a1 6284else
81ecdfbb
RW
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6286$as_echo "no" >&6; }
5464f5a1
NN
6287fi
6288
81ecdfbb 6289
252b5132 6290fi
cfbc9945
SE
6291if test -z "$ac_cv_prog_STRIP"; then
6292 ac_ct_STRIP=$STRIP
6293 # Extract the first word of "strip", so it can be a program name with args.
6294set dummy strip; ac_word=$2
81ecdfbb
RW
6295{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6296$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6297if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 6298 $as_echo_n "(cached) " >&6
5464f5a1 6299else
cfbc9945
SE
6300 if test -n "$ac_ct_STRIP"; then
6301 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5464f5a1
NN
6302else
6303as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6304for as_dir in $PATH
6305do
6306 IFS=$as_save_IFS
6307 test -z "$as_dir" && as_dir=.
81ecdfbb 6308 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6309 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 6310 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6312 break 2
6313 fi
6314done
81ecdfbb
RW
6315 done
6316IFS=$as_save_IFS
5464f5a1
NN
6317
6318fi
6319fi
cfbc9945
SE
6320ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6321if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6323$as_echo "$ac_ct_STRIP" >&6; }
5464f5a1 6324else
81ecdfbb
RW
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6326$as_echo "no" >&6; }
5464f5a1
NN
6327fi
6328
81ecdfbb
RW
6329 if test "x$ac_ct_STRIP" = x; then
6330 STRIP=":"
6331 else
6332 case $cross_compiling:$ac_tool_warned in
6333yes:)
6334{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6335$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6336ac_tool_warned=yes ;;
6337esac
6338 STRIP=$ac_ct_STRIP
6339 fi
cfbc9945
SE
6340else
6341 STRIP="$ac_cv_prog_STRIP"
5464f5a1
NN
6342fi
6343
d7040cdb 6344test -z "$STRIP" && STRIP=:
5464f5a1 6345
cfbc9945
SE
6346
6347
cfbc9945 6348
cfbc9945
SE
6349
6350
d7040cdb
SE
6351if test -n "$ac_tool_prefix"; then
6352 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6353set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6355$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6356if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 6357 $as_echo_n "(cached) " >&6
cfbc9945 6358else
d7040cdb
SE
6359 if test -n "$RANLIB"; then
6360 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6361else
6362as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6363for as_dir in $PATH
6364do
6365 IFS=$as_save_IFS
6366 test -z "$as_dir" && as_dir=.
81ecdfbb 6367 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6368 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6369 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6370 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6371 break 2
cfbc9945 6372 fi
d7040cdb 6373done
81ecdfbb
RW
6374 done
6375IFS=$as_save_IFS
cfbc9945 6376
d7040cdb
SE
6377fi
6378fi
6379RANLIB=$ac_cv_prog_RANLIB
6380if test -n "$RANLIB"; then
81ecdfbb
RW
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6382$as_echo "$RANLIB" >&6; }
d7040cdb 6383else
81ecdfbb
RW
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6385$as_echo "no" >&6; }
d7040cdb 6386fi
cfbc9945 6387
81ecdfbb 6388
d7040cdb
SE
6389fi
6390if test -z "$ac_cv_prog_RANLIB"; then
6391 ac_ct_RANLIB=$RANLIB
6392 # Extract the first word of "ranlib", so it can be a program name with args.
6393set dummy ranlib; ac_word=$2
81ecdfbb
RW
6394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6395$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6396if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 6397 $as_echo_n "(cached) " >&6
d7040cdb
SE
6398else
6399 if test -n "$ac_ct_RANLIB"; then
6400 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6401else
6402as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6403for as_dir in $PATH
6404do
6405 IFS=$as_save_IFS
6406 test -z "$as_dir" && as_dir=.
81ecdfbb 6407 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6408 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6409 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6411 break 2
cfbc9945 6412 fi
d7040cdb 6413done
81ecdfbb
RW
6414 done
6415IFS=$as_save_IFS
cfbc9945 6416
d7040cdb
SE
6417fi
6418fi
6419ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6420if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6422$as_echo "$ac_ct_RANLIB" >&6; }
cfbc9945 6423else
81ecdfbb
RW
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6425$as_echo "no" >&6; }
d7040cdb 6426fi
5464f5a1 6427
81ecdfbb
RW
6428 if test "x$ac_ct_RANLIB" = x; then
6429 RANLIB=":"
6430 else
6431 case $cross_compiling:$ac_tool_warned in
6432yes:)
6433{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6434$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6435ac_tool_warned=yes ;;
6436esac
6437 RANLIB=$ac_ct_RANLIB
6438 fi
d7040cdb
SE
6439else
6440 RANLIB="$ac_cv_prog_RANLIB"
6441fi
5464f5a1 6442
d7040cdb 6443test -z "$RANLIB" && RANLIB=:
a4966cd9
L
6444if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6445 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6446 RANLIB="$RANLIB $plugin_option"
6447 fi
6448fi
5464f5a1 6449
5464f5a1 6450
5464f5a1 6451
cfbc9945 6452
cfbc9945 6453
d7040cdb
SE
6454
6455# Determine commands to create old-style static archives.
718a6fd8 6456old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6457old_postinstall_cmds='chmod 644 $oldlib'
6458old_postuninstall_cmds=
6459
6460if test -n "$RANLIB"; then
6461 case $host_os in
6462 openbsd*)
6463 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6464 ;;
6465 *)
6466 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6467 ;;
6468 esac
6469 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
cfbc9945 6470fi
cfbc9945 6471
3725885a
RW
6472case $host_os in
6473 darwin*)
6474 lock_old_archive_extraction=yes ;;
6475 *)
6476 lock_old_archive_extraction=no ;;
6477esac
6478
6479
6480
6481
6482
6483
cfbc9945 6484
cfbc9945
SE
6485
6486
cfbc9945 6487
cfbc9945 6488
cfbc9945 6489
cfbc9945 6490
cfbc9945
SE
6491
6492
cfbc9945 6493
cfbc9945 6494
cfbc9945
SE
6495
6496
6497
6498
6499
6500
6501
5464f5a1 6502
5464f5a1 6503
cfbc9945
SE
6504
6505
6506
5464f5a1 6507
5464f5a1 6508
cfbc9945
SE
6509
6510
6511
5464f5a1 6512
cfbc9945
SE
6513
6514
6515
6516
d7040cdb
SE
6517# If no C compiler was specified, use CC.
6518LTCC=${LTCC-"$CC"}
cfbc9945 6519
d7040cdb
SE
6520# If no C compiler flags were specified, use CFLAGS.
6521LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
cfbc9945 6522
d7040cdb
SE
6523# Allow CC to be a program name with arguments.
6524compiler=$CC
cfbc9945 6525
cfbc9945 6526
d7040cdb 6527# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6528{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6529$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 6530if ${lt_cv_sys_global_symbol_pipe+:} false; then :
81ecdfbb 6531 $as_echo_n "(cached) " >&6
d7040cdb 6532else
5464f5a1 6533
d7040cdb
SE
6534# These are sane defaults that work on at least a few old systems.
6535# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5464f5a1 6536
d7040cdb
SE
6537# Character class describing NM global symbol codes.
6538symcode='[BCDEGRST]'
6539
6540# Regexp to match symbols that can be accessed directly from C.
6541sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6542
6543# Define system-specific variables.
6544case $host_os in
6545aix*)
6546 symcode='[BCDT]'
6547 ;;
718a6fd8 6548cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6549 symcode='[ABCDGISTW]'
6550 ;;
6551hpux*)
6552 if test "$host_cpu" = ia64; then
6553 symcode='[ABCDEGRST]'
6554 fi
6555 ;;
6556irix* | nonstopux*)
6557 symcode='[BCDEGRST]'
6558 ;;
6559osf*)
6560 symcode='[BCDEGQRST]'
6561 ;;
6562solaris*)
6563 symcode='[BDRT]'
6564 ;;
6565sco3.2v5*)
6566 symcode='[DT]'
6567 ;;
6568sysv4.2uw2*)
6569 symcode='[DT]'
6570 ;;
6571sysv5* | sco5v6* | unixware* | OpenUNIX*)
6572 symcode='[ABDT]'
6573 ;;
6574sysv4)
6575 symcode='[DFNSTU]'
6576 ;;
cfbc9945 6577esac
5464f5a1 6578
d7040cdb
SE
6579# If we're using GNU nm, then use its standard symbol codes.
6580case `$NM -V 2>&1` in
6581*GNU* | *'with BFD'*)
6582 symcode='[ABCDGIRSTW]' ;;
6583esac
5464f5a1 6584
d7040cdb
SE
6585# Transform an extracted symbol line into a proper C declaration.
6586# Some systems (esp. on ia64) link data and code symbols differently,
6587# so use this general approach.
6588lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5464f5a1 6589
d7040cdb
SE
6590# Transform an extracted symbol line into symbol name and symbol address
6591lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
718a6fd8 6592lt_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 6593
d7040cdb
SE
6594# Handle CRLF in mingw tool chain
6595opt_cr=
6596case $build_os in
6597mingw*)
6598 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6599 ;;
6600esac
5464f5a1 6601
d7040cdb
SE
6602# Try without a prefix underscore, then with it.
6603for ac_symprfx in "" "_"; do
6604
6605 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6606 symxfrm="\\1 $ac_symprfx\\2 \\2"
6607
6608 # Write the raw and C identifiers.
6609 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6610 # Fake it for dumpbin and say T for any non-static function
6611 # and D for any global variable.
6612 # Also find C++ and __fastcall symbols from MSVC++,
6613 # which start with @ or ?.
6614 lt_cv_sys_global_symbol_pipe="$AWK '"\
6615" {last_section=section; section=\$ 3};"\
6616" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6617" \$ 0!~/External *\|/{next};"\
6618" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6619" {if(hide[section]) next};"\
6620" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6621" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6622" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6623" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6624" ' prfx=^$ac_symprfx"
6625 else
6626 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6627 fi
cfbc9945 6628
d7040cdb
SE
6629 # Check to see that the pipe works correctly.
6630 pipe_works=no
cfbc9945 6631
d7040cdb
SE
6632 rm -f conftest*
6633 cat > conftest.$ac_ext <<_LT_EOF
6634#ifdef __cplusplus
6635extern "C" {
6636#endif
6637char nm_test_var;
6638void nm_test_func(void);
6639void nm_test_func(void){}
6640#ifdef __cplusplus
6641}
6642#endif
6643int main(){nm_test_var='a';nm_test_func();return(0);}
6644_LT_EOF
cfbc9945 6645
81ecdfbb 6646 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
6647 (eval $ac_compile) 2>&5
6648 ac_status=$?
81ecdfbb
RW
6649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6650 test $ac_status = 0; }; then
d7040cdb
SE
6651 # Now try to grab the symbols.
6652 nlist=conftest.nm
3725885a
RW
6653 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6654 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
d7040cdb 6655 ac_status=$?
81ecdfbb
RW
6656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6657 test $ac_status = 0; } && test -s "$nlist"; then
d7040cdb
SE
6658 # Try sorting and uniquifying the output.
6659 if sort "$nlist" | uniq > "$nlist"T; then
6660 mv -f "$nlist"T "$nlist"
6661 else
6662 rm -f "$nlist"T
6663 fi
cfbc9945 6664
d7040cdb
SE
6665 # Make sure that we snagged all the symbols we need.
6666 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6667 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6668 cat <<_LT_EOF > conftest.$ac_ext
6669#ifdef __cplusplus
6670extern "C" {
6671#endif
cfbc9945 6672
d7040cdb
SE
6673_LT_EOF
6674 # Now generate the symbol file.
6675 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5464f5a1 6676
d7040cdb 6677 cat <<_LT_EOF >> conftest.$ac_ext
cfbc9945 6678
d7040cdb
SE
6679/* The mapping between symbol names and symbols. */
6680const struct {
6681 const char *name;
6682 void *address;
6683}
6684lt__PROGRAM__LTX_preloaded_symbols[] =
6685{
6686 { "@PROGRAM@", (void *) 0 },
6687_LT_EOF
6688 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6689 cat <<\_LT_EOF >> conftest.$ac_ext
6690 {0, (void *) 0}
6691};
6692
6693/* This works around a problem in FreeBSD linker */
6694#ifdef FREEBSD_WORKAROUND
6695static const void *lt_preloaded_setup() {
6696 return lt__PROGRAM__LTX_preloaded_symbols;
6697}
6698#endif
cfbc9945 6699
d7040cdb
SE
6700#ifdef __cplusplus
6701}
6702#endif
6703_LT_EOF
6704 # Now try linking the two files.
6705 mv conftest.$ac_objext conftstm.$ac_objext
6706 lt_save_LIBS="$LIBS"
6707 lt_save_CFLAGS="$CFLAGS"
6708 LIBS="conftstm.$ac_objext"
6709 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6710 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
6711 (eval $ac_link) 2>&5
6712 ac_status=$?
81ecdfbb
RW
6713 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6714 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
d7040cdb
SE
6715 pipe_works=yes
6716 fi
6717 LIBS="$lt_save_LIBS"
6718 CFLAGS="$lt_save_CFLAGS"
6719 else
6720 echo "cannot find nm_test_func in $nlist" >&5
6721 fi
6722 else
6723 echo "cannot find nm_test_var in $nlist" >&5
6724 fi
6725 else
6726 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6727 fi
6728 else
6729 echo "$progname: failed program was:" >&5
6730 cat conftest.$ac_ext >&5
6731 fi
718a6fd8 6732 rm -rf conftest* conftst*
cfbc9945 6733
d7040cdb
SE
6734 # Do not use the global_symbol_pipe unless it works.
6735 if test "$pipe_works" = yes; then
6736 break
6737 else
6738 lt_cv_sys_global_symbol_pipe=
6739 fi
6740done
cfbc9945 6741
252b5132 6742fi
5464f5a1 6743
d7040cdb
SE
6744if test -z "$lt_cv_sys_global_symbol_pipe"; then
6745 lt_cv_sys_global_symbol_to_cdecl=
6746fi
6747if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6749$as_echo "failed" >&6; }
b3baf5d0 6750else
81ecdfbb
RW
6751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6752$as_echo "ok" >&6; }
d7040cdb 6753fi
5464f5a1 6754
cfbc9945 6755
b3baf5d0 6756
cfbc9945
SE
6757
6758
6759
6760
5464f5a1 6761
4a2a2686
HPN
6762
6763
6764
cfbc9945
SE
6765
6766
cfbc9945 6767
cfbc9945 6768
718a6fd8
SE
6769
6770
6771
6772
6773
9d7cbccd 6774
20e95c23 6775
81ecdfbb
RW
6776# Check whether --enable-libtool-lock was given.
6777if test "${enable_libtool_lock+set}" = set; then :
6778 enableval=$enable_libtool_lock;
6779fi
20e95c23 6780
d7040cdb 6781test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
20e95c23 6782
d7040cdb
SE
6783# Some flags need to be propagated to the compiler or linker for good
6784# libtool support.
6785case $host in
6786ia64-*-hpux*)
6787 # Find out which ABI we are using.
6788 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6789 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
6790 (eval $ac_compile) 2>&5
6791 ac_status=$?
81ecdfbb
RW
6792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6793 test $ac_status = 0; }; then
d7040cdb
SE
6794 case `/usr/bin/file conftest.$ac_objext` in
6795 *ELF-32*)
6796 HPUX_IA64_MODE="32"
6797 ;;
6798 *ELF-64*)
6799 HPUX_IA64_MODE="64"
6800 ;;
20e95c23 6801 esac
d7040cdb
SE
6802 fi
6803 rm -rf conftest*
6804 ;;
6805*-*-irix6*)
6806 # Find out which ABI we are using.
3725885a 6807 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6808 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
6809 (eval $ac_compile) 2>&5
6810 ac_status=$?
81ecdfbb
RW
6811 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6812 test $ac_status = 0; }; then
d7040cdb
SE
6813 if test "$lt_cv_prog_gnu_ld" = yes; then
6814 case `/usr/bin/file conftest.$ac_objext` in
6815 *32-bit*)
6816 LD="${LD-ld} -melf32bsmip"
6817 ;;
6818 *N32*)
6819 LD="${LD-ld} -melf32bmipn32"
6820 ;;
6821 *64-bit*)
6822 LD="${LD-ld} -melf64bmip"
6823 ;;
6824 esac
20e95c23 6825 else
d7040cdb
SE
6826 case `/usr/bin/file conftest.$ac_objext` in
6827 *32-bit*)
6828 LD="${LD-ld} -32"
6829 ;;
6830 *N32*)
6831 LD="${LD-ld} -n32"
6832 ;;
6833 *64-bit*)
6834 LD="${LD-ld} -64"
6835 ;;
20e95c23
DJ
6836 esac
6837 fi
d7040cdb
SE
6838 fi
6839 rm -rf conftest*
6840 ;;
20e95c23 6841
cc9afea3 6842x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
d7040cdb
SE
6843s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6844 # Find out which ABI we are using.
6845 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6846 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
6847 (eval $ac_compile) 2>&5
6848 ac_status=$?
81ecdfbb
RW
6849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6850 test $ac_status = 0; }; then
d7040cdb
SE
6851 case `/usr/bin/file conftest.o` in
6852 *32-bit*)
6853 case $host in
6854 x86_64-*kfreebsd*-gnu)
6855 LD="${LD-ld} -m elf_i386_fbsd"
6856 ;;
6857 x86_64-*linux*)
6d2920c8
L
6858 case `/usr/bin/file conftest.o` in
6859 *x86-64*)
6860 LD="${LD-ld} -m elf32_x86_64"
6861 ;;
6862 *)
6863 LD="${LD-ld} -m elf_i386"
6864 ;;
6865 esac
d7040cdb 6866 ;;
cc9afea3
AM
6867 powerpc64le-*linux*)
6868 LD="${LD-ld} -m elf32lppclinux"
6869 ;;
6870 powerpc64-*linux*)
d7040cdb
SE
6871 LD="${LD-ld} -m elf32ppclinux"
6872 ;;
6873 s390x-*linux*)
6874 LD="${LD-ld} -m elf_s390"
6875 ;;
6876 sparc64-*linux*)
6877 LD="${LD-ld} -m elf32_sparc"
6878 ;;
6879 esac
6880 ;;
6881 *64-bit*)
6882 case $host in
6883 x86_64-*kfreebsd*-gnu)
6884 LD="${LD-ld} -m elf_x86_64_fbsd"
6885 ;;
6886 x86_64-*linux*)
6887 LD="${LD-ld} -m elf_x86_64"
6888 ;;
cc9afea3
AM
6889 powerpcle-*linux*)
6890 LD="${LD-ld} -m elf64lppc"
6891 ;;
6892 powerpc-*linux*)
d7040cdb
SE
6893 LD="${LD-ld} -m elf64ppc"
6894 ;;
6895 s390*-*linux*|s390*-*tpf*)
6896 LD="${LD-ld} -m elf64_s390"
6897 ;;
6898 sparc*-*linux*)
6899 LD="${LD-ld} -m elf64_sparc"
6900 ;;
6901 esac
6902 ;;
20e95c23
DJ
6903 esac
6904 fi
d7040cdb 6905 rm -rf conftest*
7357c5b6 6906 ;;
d7040cdb 6907
7357c5b6
AM
6908*-*-sco3.2v5*)
6909 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6910 SAVE_CFLAGS="$CFLAGS"
6911 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
6912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6913$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 6914if ${lt_cv_cc_needs_belf+:} false; then :
81ecdfbb 6915 $as_echo_n "(cached) " >&6
d7040cdb 6916else
7357c5b6
AM
6917 ac_ext=c
6918ac_cpp='$CPP $CPPFLAGS'
6919ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6920ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6921ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 6922
81ecdfbb 6923 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 6924/* end confdefs.h. */
d7040cdb 6925
d7040cdb
SE
6926int
6927main ()
6928{
7357c5b6
AM
6929
6930 ;
6931 return 0;
d7040cdb
SE
6932}
6933_ACEOF
81ecdfbb 6934if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 6935 lt_cv_cc_needs_belf=yes
d7040cdb 6936else
81ecdfbb 6937 lt_cv_cc_needs_belf=no
d7040cdb 6938fi
81ecdfbb
RW
6939rm -f core conftest.err conftest.$ac_objext \
6940 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
6941 ac_ext=c
6942ac_cpp='$CPP $CPPFLAGS'
6943ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6944ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6945ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
6946
6947fi
81ecdfbb
RW
6948{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6949$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
6950 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6951 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6952 CFLAGS="$SAVE_CFLAGS"
6953 fi
6954 ;;
6955sparc*-*solaris*)
6956 # Find out which ABI we are using.
6957 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6958 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6959 (eval $ac_compile) 2>&5
6960 ac_status=$?
81ecdfbb
RW
6961 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6962 test $ac_status = 0; }; then
7357c5b6
AM
6963 case `/usr/bin/file conftest.o` in
6964 *64-bit*)
6965 case $lt_cv_prog_gnu_ld in
6966 yes*) LD="${LD-ld} -m elf64_sparc" ;;
718a6fd8
SE
6967 *)
6968 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6969 LD="${LD-ld} -64"
6970 fi
6971 ;;
7357c5b6
AM
6972 esac
6973 ;;
6974 esac
6975 fi
6976 rm -rf conftest*
6977 ;;
6978esac
d7040cdb 6979
7357c5b6 6980need_locks="$enable_libtool_lock"
d7040cdb
SE
6981
6982
718a6fd8
SE
6983 case $host_os in
6984 rhapsody* | darwin*)
6985 if test -n "$ac_tool_prefix"; then
6986 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6987set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
6988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6989$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6990if ${ac_cv_prog_DSYMUTIL+:} false; then :
81ecdfbb 6991 $as_echo_n "(cached) " >&6
718a6fd8
SE
6992else
6993 if test -n "$DSYMUTIL"; then
6994 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6995else
6996as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6997for as_dir in $PATH
6998do
6999 IFS=$as_save_IFS
7000 test -z "$as_dir" && as_dir=.
81ecdfbb 7001 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7002 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7003 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7005 break 2
7006 fi
7007done
81ecdfbb
RW
7008 done
7009IFS=$as_save_IFS
718a6fd8
SE
7010
7011fi
7012fi
7013DSYMUTIL=$ac_cv_prog_DSYMUTIL
7014if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7016$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7017else
81ecdfbb
RW
7018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7019$as_echo "no" >&6; }
718a6fd8
SE
7020fi
7021
81ecdfbb 7022
718a6fd8
SE
7023fi
7024if test -z "$ac_cv_prog_DSYMUTIL"; then
7025 ac_ct_DSYMUTIL=$DSYMUTIL
7026 # Extract the first word of "dsymutil", so it can be a program name with args.
7027set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7028{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7029$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7030if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
81ecdfbb 7031 $as_echo_n "(cached) " >&6
718a6fd8
SE
7032else
7033 if test -n "$ac_ct_DSYMUTIL"; then
7034 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7035else
7036as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7037for as_dir in $PATH
7038do
7039 IFS=$as_save_IFS
7040 test -z "$as_dir" && as_dir=.
81ecdfbb 7041 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7042 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7043 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7045 break 2
7046 fi
7047done
81ecdfbb
RW
7048 done
7049IFS=$as_save_IFS
718a6fd8 7050
718a6fd8
SE
7051fi
7052fi
7053ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7054if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7056$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7057else
81ecdfbb
RW
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7059$as_echo "no" >&6; }
718a6fd8
SE
7060fi
7061
81ecdfbb
RW
7062 if test "x$ac_ct_DSYMUTIL" = x; then
7063 DSYMUTIL=":"
7064 else
7065 case $cross_compiling:$ac_tool_warned in
7066yes:)
7067{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7068$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7069ac_tool_warned=yes ;;
7070esac
7071 DSYMUTIL=$ac_ct_DSYMUTIL
7072 fi
718a6fd8
SE
7073else
7074 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7075fi
7076
7077 if test -n "$ac_tool_prefix"; then
7078 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7079set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7080{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7081$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7082if ${ac_cv_prog_NMEDIT+:} false; then :
81ecdfbb 7083 $as_echo_n "(cached) " >&6
718a6fd8
SE
7084else
7085 if test -n "$NMEDIT"; then
7086 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7087else
7088as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7089for as_dir in $PATH
7090do
7091 IFS=$as_save_IFS
7092 test -z "$as_dir" && as_dir=.
81ecdfbb 7093 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7094 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7095 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7097 break 2
7098 fi
7099done
81ecdfbb
RW
7100 done
7101IFS=$as_save_IFS
718a6fd8
SE
7102
7103fi
7104fi
7105NMEDIT=$ac_cv_prog_NMEDIT
7106if test -n "$NMEDIT"; then
81ecdfbb
RW
7107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7108$as_echo "$NMEDIT" >&6; }
718a6fd8 7109else
81ecdfbb
RW
7110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7111$as_echo "no" >&6; }
718a6fd8
SE
7112fi
7113
81ecdfbb 7114
718a6fd8
SE
7115fi
7116if test -z "$ac_cv_prog_NMEDIT"; then
7117 ac_ct_NMEDIT=$NMEDIT
7118 # Extract the first word of "nmedit", so it can be a program name with args.
7119set dummy nmedit; ac_word=$2
81ecdfbb
RW
7120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7121$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7122if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
81ecdfbb 7123 $as_echo_n "(cached) " >&6
718a6fd8
SE
7124else
7125 if test -n "$ac_ct_NMEDIT"; then
7126 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7127else
7128as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7129for as_dir in $PATH
7130do
7131 IFS=$as_save_IFS
7132 test -z "$as_dir" && as_dir=.
81ecdfbb 7133 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7134 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7135 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7137 break 2
7138 fi
7139done
81ecdfbb
RW
7140 done
7141IFS=$as_save_IFS
718a6fd8 7142
718a6fd8
SE
7143fi
7144fi
7145ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7146if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7148$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7149else
81ecdfbb
RW
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7151$as_echo "no" >&6; }
718a6fd8
SE
7152fi
7153
81ecdfbb
RW
7154 if test "x$ac_ct_NMEDIT" = x; then
7155 NMEDIT=":"
7156 else
7157 case $cross_compiling:$ac_tool_warned in
7158yes:)
7159{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7160$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7161ac_tool_warned=yes ;;
7162esac
7163 NMEDIT=$ac_ct_NMEDIT
7164 fi
718a6fd8
SE
7165else
7166 NMEDIT="$ac_cv_prog_NMEDIT"
7167fi
7168
7169 if test -n "$ac_tool_prefix"; then
7170 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7171set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7173$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7174if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 7175 $as_echo_n "(cached) " >&6
718a6fd8
SE
7176else
7177 if test -n "$LIPO"; then
7178 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7179else
7180as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7181for as_dir in $PATH
7182do
7183 IFS=$as_save_IFS
7184 test -z "$as_dir" && as_dir=.
81ecdfbb 7185 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7186 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7187 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7188 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7189 break 2
7190 fi
7191done
81ecdfbb
RW
7192 done
7193IFS=$as_save_IFS
718a6fd8
SE
7194
7195fi
7196fi
7197LIPO=$ac_cv_prog_LIPO
7198if test -n "$LIPO"; then
81ecdfbb
RW
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7200$as_echo "$LIPO" >&6; }
718a6fd8 7201else
81ecdfbb
RW
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7203$as_echo "no" >&6; }
718a6fd8
SE
7204fi
7205
81ecdfbb 7206
718a6fd8
SE
7207fi
7208if test -z "$ac_cv_prog_LIPO"; then
7209 ac_ct_LIPO=$LIPO
7210 # Extract the first word of "lipo", so it can be a program name with args.
7211set dummy lipo; ac_word=$2
81ecdfbb
RW
7212{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7213$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7214if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
81ecdfbb 7215 $as_echo_n "(cached) " >&6
718a6fd8
SE
7216else
7217 if test -n "$ac_ct_LIPO"; then
7218 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7219else
7220as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7221for as_dir in $PATH
7222do
7223 IFS=$as_save_IFS
7224 test -z "$as_dir" && as_dir=.
81ecdfbb 7225 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7226 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7227 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7228 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7229 break 2
7230 fi
7231done
81ecdfbb
RW
7232 done
7233IFS=$as_save_IFS
718a6fd8 7234
718a6fd8
SE
7235fi
7236fi
7237ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7238if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7240$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7241else
81ecdfbb
RW
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7243$as_echo "no" >&6; }
718a6fd8
SE
7244fi
7245
81ecdfbb
RW
7246 if test "x$ac_ct_LIPO" = x; then
7247 LIPO=":"
7248 else
7249 case $cross_compiling:$ac_tool_warned in
7250yes:)
7251{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7252$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7253ac_tool_warned=yes ;;
7254esac
7255 LIPO=$ac_ct_LIPO
7256 fi
7257else
718a6fd8
SE
7258 LIPO="$ac_cv_prog_LIPO"
7259fi
7260
7261 if test -n "$ac_tool_prefix"; then
7262 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7263set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7264{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7265$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7266if ${ac_cv_prog_OTOOL+:} false; then :
81ecdfbb 7267 $as_echo_n "(cached) " >&6
718a6fd8
SE
7268else
7269 if test -n "$OTOOL"; then
7270 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7271else
7272as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7273for as_dir in $PATH
7274do
7275 IFS=$as_save_IFS
7276 test -z "$as_dir" && as_dir=.
81ecdfbb 7277 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7278 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7279 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7281 break 2
7282 fi
7283done
81ecdfbb
RW
7284 done
7285IFS=$as_save_IFS
718a6fd8
SE
7286
7287fi
7288fi
7289OTOOL=$ac_cv_prog_OTOOL
7290if test -n "$OTOOL"; then
81ecdfbb
RW
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7292$as_echo "$OTOOL" >&6; }
718a6fd8 7293else
81ecdfbb
RW
7294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7295$as_echo "no" >&6; }
718a6fd8
SE
7296fi
7297
81ecdfbb 7298
718a6fd8
SE
7299fi
7300if test -z "$ac_cv_prog_OTOOL"; then
7301 ac_ct_OTOOL=$OTOOL
7302 # Extract the first word of "otool", so it can be a program name with args.
7303set dummy otool; ac_word=$2
81ecdfbb
RW
7304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7305$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7306if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
81ecdfbb 7307 $as_echo_n "(cached) " >&6
718a6fd8
SE
7308else
7309 if test -n "$ac_ct_OTOOL"; then
7310 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7311else
7312as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7313for as_dir in $PATH
7314do
7315 IFS=$as_save_IFS
7316 test -z "$as_dir" && as_dir=.
81ecdfbb 7317 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7318 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7319 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7321 break 2
7322 fi
7323done
81ecdfbb
RW
7324 done
7325IFS=$as_save_IFS
718a6fd8 7326
718a6fd8
SE
7327fi
7328fi
7329ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7330if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7332$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7333else
81ecdfbb
RW
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7335$as_echo "no" >&6; }
718a6fd8
SE
7336fi
7337
81ecdfbb
RW
7338 if test "x$ac_ct_OTOOL" = x; then
7339 OTOOL=":"
7340 else
7341 case $cross_compiling:$ac_tool_warned in
7342yes:)
7343{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7344$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7345ac_tool_warned=yes ;;
7346esac
7347 OTOOL=$ac_ct_OTOOL
7348 fi
718a6fd8
SE
7349else
7350 OTOOL="$ac_cv_prog_OTOOL"
7351fi
7352
7353 if test -n "$ac_tool_prefix"; then
7354 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7355set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7357$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7358if ${ac_cv_prog_OTOOL64+:} false; then :
81ecdfbb 7359 $as_echo_n "(cached) " >&6
718a6fd8
SE
7360else
7361 if test -n "$OTOOL64"; then
7362 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7363else
7364as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7365for as_dir in $PATH
7366do
7367 IFS=$as_save_IFS
7368 test -z "$as_dir" && as_dir=.
81ecdfbb 7369 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7370 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7371 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7372 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7373 break 2
7374 fi
7375done
81ecdfbb
RW
7376 done
7377IFS=$as_save_IFS
718a6fd8
SE
7378
7379fi
7380fi
7381OTOOL64=$ac_cv_prog_OTOOL64
7382if test -n "$OTOOL64"; then
81ecdfbb
RW
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7384$as_echo "$OTOOL64" >&6; }
718a6fd8 7385else
81ecdfbb
RW
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7387$as_echo "no" >&6; }
718a6fd8
SE
7388fi
7389
81ecdfbb 7390
718a6fd8
SE
7391fi
7392if test -z "$ac_cv_prog_OTOOL64"; then
7393 ac_ct_OTOOL64=$OTOOL64
7394 # Extract the first word of "otool64", so it can be a program name with args.
7395set dummy otool64; ac_word=$2
81ecdfbb
RW
7396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7397$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7398if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
81ecdfbb 7399 $as_echo_n "(cached) " >&6
718a6fd8
SE
7400else
7401 if test -n "$ac_ct_OTOOL64"; then
7402 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7403else
7404as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7405for as_dir in $PATH
7406do
7407 IFS=$as_save_IFS
7408 test -z "$as_dir" && as_dir=.
81ecdfbb 7409 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7410 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7411 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7413 break 2
7414 fi
7415done
81ecdfbb
RW
7416 done
7417IFS=$as_save_IFS
718a6fd8 7418
718a6fd8
SE
7419fi
7420fi
7421ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7422if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7424$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7425else
81ecdfbb
RW
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7427$as_echo "no" >&6; }
718a6fd8
SE
7428fi
7429
81ecdfbb
RW
7430 if test "x$ac_ct_OTOOL64" = x; then
7431 OTOOL64=":"
7432 else
7433 case $cross_compiling:$ac_tool_warned in
7434yes:)
7435{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7436$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7437ac_tool_warned=yes ;;
7438esac
7439 OTOOL64=$ac_ct_OTOOL64
7440 fi
718a6fd8
SE
7441else
7442 OTOOL64="$ac_cv_prog_OTOOL64"
7443fi
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
81ecdfbb
RW
7471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7472$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 7473if ${lt_cv_apple_cc_single_mod+:} false; then :
81ecdfbb 7474 $as_echo_n "(cached) " >&6
718a6fd8
SE
7475else
7476 lt_cv_apple_cc_single_mod=no
7477 if test -z "${LT_MULTI_MODULE}"; then
7478 # By default we will add the -single_module flag. You can override
7479 # by either setting the environment variable LT_MULTI_MODULE
7480 # non-empty at configure time, or by adding -multi_module to the
7481 # link flags.
7482 rm -rf libconftest.dylib*
7483 echo "int foo(void){return 1;}" > conftest.c
7484 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7485-dynamiclib -Wl,-single_module conftest.c" >&5
7486 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7487 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7488 _lt_result=$?
7489 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7490 lt_cv_apple_cc_single_mod=yes
7491 else
7492 cat conftest.err >&5
7493 fi
7494 rm -rf libconftest.dylib*
7495 rm -f conftest.*
7496 fi
7497fi
81ecdfbb
RW
7498{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7499$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7501$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 7502if ${lt_cv_ld_exported_symbols_list+:} false; then :
81ecdfbb 7503 $as_echo_n "(cached) " >&6
718a6fd8
SE
7504else
7505 lt_cv_ld_exported_symbols_list=no
7506 save_LDFLAGS=$LDFLAGS
7507 echo "_main" > conftest.sym
7508 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7510/* end confdefs.h. */
7511
7512int
7513main ()
7514{
7515
7516 ;
7517 return 0;
7518}
7519_ACEOF
81ecdfbb 7520if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7521 lt_cv_ld_exported_symbols_list=yes
7522else
81ecdfbb 7523 lt_cv_ld_exported_symbols_list=no
718a6fd8 7524fi
81ecdfbb
RW
7525rm -f core conftest.err conftest.$ac_objext \
7526 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7527 LDFLAGS="$save_LDFLAGS"
7528
7529fi
81ecdfbb
RW
7530{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7531$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7533$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 7534if ${lt_cv_ld_force_load+:} false; then :
3725885a
RW
7535 $as_echo_n "(cached) " >&6
7536else
7537 lt_cv_ld_force_load=no
7538 cat > conftest.c << _LT_EOF
7539int forced_loaded() { return 2;}
7540_LT_EOF
7541 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7542 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7543 echo "$AR cru libconftest.a conftest.o" >&5
7544 $AR cru libconftest.a conftest.o 2>&5
7545 cat > conftest.c << _LT_EOF
7546int main() { return 0;}
7547_LT_EOF
7548 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7549 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7550 _lt_result=$?
7551 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7552 lt_cv_ld_force_load=yes
7553 else
7554 cat conftest.err >&5
7555 fi
7556 rm -f conftest.err libconftest.a conftest conftest.c
7557 rm -rf conftest.dSYM
7558
7559fi
7560{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7561$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7562 case $host_os in
7563 rhapsody* | darwin1.[012])
7564 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7565 darwin1.*)
7566 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7567 darwin*) # darwin 5.x on
7568 # if running on 10.5 or later, the deployment target defaults
7569 # to the OS version, if on x86, and 10.4, the deployment
7570 # target defaults to 10.4. Don't you love it?
7571 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7572 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7573 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7574 10.[012][,.]*)
718a6fd8
SE
7575 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7576 10.*)
7577 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7578 esac
7579 ;;
7580 esac
7581 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7582 _lt_dar_single_mod='$single_module'
7583 fi
7584 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7585 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7586 else
7587 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7588 fi
3725885a 7589 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7590 _lt_dsymutil='~$DSYMUTIL $lib || :'
7591 else
7592 _lt_dsymutil=
7593 fi
7594 ;;
7595 esac
7596
d7040cdb 7597for ac_header in dlfcn.h
81ecdfbb
RW
7598do :
7599 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7600"
d0ac1c44 7601if test "x$ac_cv_header_dlfcn_h" = xyes; then :
d7040cdb 7602 cat >>confdefs.h <<_ACEOF
81ecdfbb 7603#define HAVE_DLFCN_H 1
d7040cdb
SE
7604_ACEOF
7605
7606fi
7607
7608done
7609
7610
7611
3725885a
RW
7612
7613
718a6fd8 7614# Set options
ce3c775b 7615enable_dlopen=yes
718a6fd8
SE
7616
7617
7618
718a6fd8
SE
7619
7620 enable_win32_dll=no
7621
7622
7623
81ecdfbb
RW
7624 # Check whether --enable-static was given.
7625if test "${enable_static+set}" = set; then :
7626 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7627 case $enableval in
7628 yes) enable_static=yes ;;
7629 no) enable_static=no ;;
7630 *)
7631 enable_static=no
7632 # Look at the argument we got. We use all the common list separators.
7633 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7634 for pkg in $enableval; do
7635 IFS="$lt_save_ifs"
7636 if test "X$pkg" = "X$p"; then
7637 enable_static=yes
7638 fi
7639 done
7640 IFS="$lt_save_ifs"
7641 ;;
7642 esac
7643else
7644 enable_static=yes
81ecdfbb 7645fi
718a6fd8
SE
7646
7647
7648
7649
7650
7651
7652
7653
7654
81ecdfbb
RW
7655
7656# Check whether --with-pic was given.
7657if test "${with_pic+set}" = set; then :
7658 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
7659else
7660 pic_mode=default
81ecdfbb
RW
7661fi
7662
718a6fd8
SE
7663
7664test -z "$pic_mode" && pic_mode=default
7665
7666
7667
7668
7669
7670
7671
81ecdfbb
RW
7672 # Check whether --enable-fast-install was given.
7673if test "${enable_fast_install+set}" = set; then :
7674 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7675 case $enableval in
7676 yes) enable_fast_install=yes ;;
7677 no) enable_fast_install=no ;;
7678 *)
7679 enable_fast_install=no
7680 # Look at the argument we got. We use all the common list separators.
7681 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7682 for pkg in $enableval; do
7683 IFS="$lt_save_ifs"
7684 if test "X$pkg" = "X$p"; then
7685 enable_fast_install=yes
7686 fi
7687 done
7688 IFS="$lt_save_ifs"
7689 ;;
7690 esac
7691else
7692 enable_fast_install=yes
81ecdfbb
RW
7693fi
7694
718a6fd8
SE
7695
7696
7697
7698
7699
7700
7701
7702
7703
7704
d7040cdb
SE
7705# This can be used to rebuild libtool when needed
7706LIBTOOL_DEPS="$ltmain"
7707
7708# Always use our own libtool.
7709LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
7731
7732
3725885a 7733
d7040cdb
SE
7734
7735
7736test -z "$LN_S" && LN_S="ln -s"
7737
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751if test -n "${ZSH_VERSION+set}" ; then
7752 setopt NO_GLOB_SUBST
7753fi
7754
81ecdfbb
RW
7755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7756$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7757if ${lt_cv_objdir+:} false; then :
81ecdfbb 7758 $as_echo_n "(cached) " >&6
d7040cdb
SE
7759else
7760 rm -f .libs 2>/dev/null
7761mkdir .libs 2>/dev/null
7762if test -d .libs; then
7763 lt_cv_objdir=.libs
7764else
7765 # MS-DOS does not allow filenames that begin with a dot.
7766 lt_cv_objdir=_libs
7767fi
7768rmdir .libs 2>/dev/null
7769fi
81ecdfbb
RW
7770{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7771$as_echo "$lt_cv_objdir" >&6; }
d7040cdb
SE
7772objdir=$lt_cv_objdir
7773
7774
7775
7776
7777
7778cat >>confdefs.h <<_ACEOF
7779#define LT_OBJDIR "$lt_cv_objdir/"
7780_ACEOF
7781
7782
7783
7784
d7040cdb
SE
7785case $host_os in
7786aix3*)
7787 # AIX sometimes has problems with the GCC collect2 program. For some
7788 # reason, if we set the COLLECT_NAMES environment variable, the problems
7789 # vanish in a puff of smoke.
7790 if test "X${COLLECT_NAMES+set}" != Xset; then
7791 COLLECT_NAMES=
7792 export COLLECT_NAMES
7793 fi
7794 ;;
7795esac
7796
d7040cdb
SE
7797# Global variables:
7798ofile=libtool
7799can_build_shared=yes
7800
7801# All known linkers require a `.a' archive for static linking (except MSVC,
7802# which needs '.lib').
7803libext=a
7804
7805with_gnu_ld="$lt_cv_prog_gnu_ld"
7806
7807old_CC="$CC"
7808old_CFLAGS="$CFLAGS"
7809
7810# Set sane defaults for various variables
7811test -z "$CC" && CC=cc
7812test -z "$LTCC" && LTCC=$CC
7813test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7814test -z "$LD" && LD=ld
7815test -z "$ac_objext" && ac_objext=o
7816
7817for cc_temp in $compiler""; do
7818 case $cc_temp in
7819 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7820 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7821 \-*) ;;
7822 *) break;;
7823 esac
7824done
3725885a 7825cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
7826
7827
7828# Only perform the check for file, if the check method requires it
7829test -z "$MAGIC_CMD" && MAGIC_CMD=file
7830case $deplibs_check_method in
7831file_magic*)
7832 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
7833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7834$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7835if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 7836 $as_echo_n "(cached) " >&6
d7040cdb
SE
7837else
7838 case $MAGIC_CMD in
7839[\\/*] | ?:[\\/]*)
7840 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7841 ;;
7842*)
7843 lt_save_MAGIC_CMD="$MAGIC_CMD"
7844 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7845 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7846 for ac_dir in $ac_dummy; do
7847 IFS="$lt_save_ifs"
7848 test -z "$ac_dir" && ac_dir=.
7849 if test -f $ac_dir/${ac_tool_prefix}file; then
7850 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7851 if test -n "$file_magic_test_file"; then
7852 case $deplibs_check_method in
7853 "file_magic "*)
7854 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7855 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7856 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7857 $EGREP "$file_magic_regex" > /dev/null; then
7858 :
7859 else
7860 cat <<_LT_EOF 1>&2
7861
7862*** Warning: the command libtool uses to detect shared libraries,
7863*** $file_magic_cmd, produces output that libtool cannot recognize.
7864*** The result is that libtool may fail to recognize shared libraries
7865*** as such. This will affect the creation of libtool libraries that
7866*** depend on shared libraries, but programs linked with such libtool
7867*** libraries will work regardless of this problem. Nevertheless, you
7868*** may want to report the problem to your system manager and/or to
7869*** bug-libtool@gnu.org
7870
7871_LT_EOF
7872 fi ;;
7873 esac
7874 fi
7875 break
7876 fi
7877 done
7878 IFS="$lt_save_ifs"
7879 MAGIC_CMD="$lt_save_MAGIC_CMD"
7880 ;;
7881esac
7882fi
7883
7884MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7885if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7887$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 7888else
81ecdfbb
RW
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7890$as_echo "no" >&6; }
d7040cdb
SE
7891fi
7892
7893
7894
7895
7896
7897if test -z "$lt_cv_path_MAGIC_CMD"; then
7898 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
7899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7900$as_echo_n "checking for file... " >&6; }
d0ac1c44 7901if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 7902 $as_echo_n "(cached) " >&6
d7040cdb
SE
7903else
7904 case $MAGIC_CMD in
7905[\\/*] | ?:[\\/]*)
7906 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7907 ;;
7908*)
7909 lt_save_MAGIC_CMD="$MAGIC_CMD"
7910 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7911 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7912 for ac_dir in $ac_dummy; do
7913 IFS="$lt_save_ifs"
7914 test -z "$ac_dir" && ac_dir=.
7915 if test -f $ac_dir/file; then
7916 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7917 if test -n "$file_magic_test_file"; then
7918 case $deplibs_check_method in
7919 "file_magic "*)
7920 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7921 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7922 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7923 $EGREP "$file_magic_regex" > /dev/null; then
7924 :
7925 else
7926 cat <<_LT_EOF 1>&2
7927
7928*** Warning: the command libtool uses to detect shared libraries,
7929*** $file_magic_cmd, produces output that libtool cannot recognize.
7930*** The result is that libtool may fail to recognize shared libraries
7931*** as such. This will affect the creation of libtool libraries that
7932*** depend on shared libraries, but programs linked with such libtool
7933*** libraries will work regardless of this problem. Nevertheless, you
7934*** may want to report the problem to your system manager and/or to
7935*** bug-libtool@gnu.org
7936
7937_LT_EOF
7938 fi ;;
7939 esac
7940 fi
7941 break
7942 fi
7943 done
7944 IFS="$lt_save_ifs"
7945 MAGIC_CMD="$lt_save_MAGIC_CMD"
7946 ;;
7947esac
7948fi
7949
7950MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7951if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7953$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 7954else
81ecdfbb
RW
7955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7956$as_echo "no" >&6; }
d7040cdb
SE
7957fi
7958
7959
7960 else
7961 MAGIC_CMD=:
7962 fi
7963fi
7964
7965 fi
7966 ;;
7967esac
7968
7969# Use C for the default configuration in the libtool script
7970
7971lt_save_CC="$CC"
7972ac_ext=c
7973ac_cpp='$CPP $CPPFLAGS'
7974ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7975ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7976ac_compiler_gnu=$ac_cv_c_compiler_gnu
7977
7978
7979# Source file extension for C test sources.
7980ac_ext=c
7981
7982# Object file extension for compiled C test sources.
7983objext=o
7984objext=$objext
7985
7986# Code to be used in simple compile tests
7987lt_simple_compile_test_code="int some_variable = 0;"
7988
7989# Code to be used in simple link tests
7990lt_simple_link_test_code='int main(){return(0);}'
7991
7992
7993
7994
7995
7996
7997
7998# If no C compiler was specified, use CC.
7999LTCC=${LTCC-"$CC"}
8000
8001# If no C compiler flags were specified, use CFLAGS.
8002LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8003
8004# Allow CC to be a program name with arguments.
8005compiler=$CC
8006
8007# Save the default compiler, since it gets overwritten when the other
8008# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8009compiler_DEFAULT=$CC
8010
8011# save warnings/boilerplate of simple test code
8012ac_outfile=conftest.$ac_objext
8013echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8014eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8015_lt_compiler_boilerplate=`cat conftest.err`
8016$RM conftest*
8017
8018ac_outfile=conftest.$ac_objext
8019echo "$lt_simple_link_test_code" >conftest.$ac_ext
8020eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8021_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8022$RM -r conftest*
d7040cdb
SE
8023
8024
8025## CAVEAT EMPTOR:
8026## There is no encapsulation within the following macros, do not change
8027## the running order or otherwise move them around unless you know exactly
8028## what you are doing...
8029if test -n "$compiler"; then
8030
8031lt_prog_compiler_no_builtin_flag=
8032
8033if test "$GCC" = yes; then
3725885a
RW
8034 case $cc_basename in
8035 nvcc*)
8036 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8037 *)
8038 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8039 esac
d7040cdb 8040
81ecdfbb
RW
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8042$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8043if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
81ecdfbb 8044 $as_echo_n "(cached) " >&6
d7040cdb
SE
8045else
8046 lt_cv_prog_compiler_rtti_exceptions=no
8047 ac_outfile=conftest.$ac_objext
8048 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8049 lt_compiler_flag="-fno-rtti -fno-exceptions"
8050 # Insert the option either (1) after the last *FLAGS variable, or
8051 # (2) before a word containing "conftest.", or (3) at the end.
8052 # Note that $ac_compile itself does not contain backslashes and begins
8053 # with a dollar sign (not a hyphen), so the echo should work correctly.
8054 # The option is referenced via a variable to avoid confusing sed.
8055 lt_compile=`echo "$ac_compile" | $SED \
8056 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8057 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8058 -e 's:$: $lt_compiler_flag:'`
3725885a 8059 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8060 (eval "$lt_compile" 2>conftest.err)
8061 ac_status=$?
8062 cat conftest.err >&5
3725885a 8063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8064 if (exit $ac_status) && test -s "$ac_outfile"; then
8065 # The compiler can only warn and ignore the option if not recognized
8066 # So say no if there are warnings other than the usual output.
3725885a 8067 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8068 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8069 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8070 lt_cv_prog_compiler_rtti_exceptions=yes
8071 fi
8072 fi
8073 $RM conftest*
8074
8075fi
81ecdfbb
RW
8076{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8077$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8078
8079if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8080 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8081else
8082 :
8083fi
8084
8085fi
8086
8087
8088
8089
8090
8091
8092 lt_prog_compiler_wl=
8093lt_prog_compiler_pic=
8094lt_prog_compiler_static=
8095
81ecdfbb
RW
8096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8097$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8098
8099 if test "$GCC" = yes; then
8100 lt_prog_compiler_wl='-Wl,'
8101 lt_prog_compiler_static='-static'
8102
8103 case $host_os in
8104 aix*)
8105 # All AIX code is PIC.
8106 if test "$host_cpu" = ia64; then
8107 # AIX 5 now supports IA64 processor
8108 lt_prog_compiler_static='-Bstatic'
8109 fi
6c9c0a50 8110 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8111 ;;
8112
8113 amigaos*)
718a6fd8
SE
8114 case $host_cpu in
8115 powerpc)
8116 # see comment about AmigaOS4 .so support
8117 lt_prog_compiler_pic='-fPIC'
8118 ;;
8119 m68k)
8120 # FIXME: we need at least 68020 code to build shared libraries, but
8121 # adding the `-m68020' flag to GCC prevents building anything better,
8122 # like `-m68040'.
8123 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8124 ;;
8125 esac
d7040cdb
SE
8126 ;;
8127
8128 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8129 # PIC is the default for these OSes.
8130 ;;
8131
718a6fd8 8132 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8133 # This hack is so that the source file can tell whether it is being
8134 # built for inclusion in a dll (and should export symbols for example).
8135 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8136 # (--disable-auto-import) libraries
8137 lt_prog_compiler_pic='-DDLL_EXPORT'
8138 ;;
8139
8140 darwin* | rhapsody*)
8141 # PIC is the default on this platform
8142 # Common symbols not allowed in MH_DYLIB files
8143 lt_prog_compiler_pic='-fno-common'
8144 ;;
8145
3725885a
RW
8146 haiku*)
8147 # PIC is the default for Haiku.
8148 # The "-static" flag exists, but is broken.
8149 lt_prog_compiler_static=
8150 ;;
8151
d7040cdb 8152 hpux*)
718a6fd8
SE
8153 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8154 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8155 # sets the default TLS model and affects inlining.
d7040cdb 8156 case $host_cpu in
718a6fd8 8157 hppa*64*)
d7040cdb
SE
8158 # +Z the default
8159 ;;
8160 *)
8161 lt_prog_compiler_pic='-fPIC'
8162 ;;
8163 esac
8164 ;;
8165
8166 interix[3-9]*)
8167 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8168 # Instead, we relocate shared libraries at runtime.
8169 ;;
8170
8171 msdosdjgpp*)
8172 # Just because we use GCC doesn't mean we suddenly get shared libraries
8173 # on systems that don't support them.
8174 lt_prog_compiler_can_build_shared=no
8175 enable_shared=no
8176 ;;
8177
8178 *nto* | *qnx*)
8179 # QNX uses GNU C++, but need to define -shared option too, otherwise
8180 # it will coredump.
8181 lt_prog_compiler_pic='-fPIC -shared'
8182 ;;
8183
8184 sysv4*MP*)
8185 if test -d /usr/nec; then
8186 lt_prog_compiler_pic=-Kconform_pic
8187 fi
8188 ;;
8189
8190 *)
8191 lt_prog_compiler_pic='-fPIC'
8192 ;;
8193 esac
3725885a
RW
8194
8195 case $cc_basename in
8196 nvcc*) # Cuda Compiler Driver 2.2
8197 lt_prog_compiler_wl='-Xlinker '
8198 lt_prog_compiler_pic='-Xcompiler -fPIC'
8199 ;;
8200 esac
d7040cdb
SE
8201 else
8202 # PORTME Check for flag to pass linker flags through the system compiler.
8203 case $host_os in
8204 aix*)
8205 lt_prog_compiler_wl='-Wl,'
8206 if test "$host_cpu" = ia64; then
8207 # AIX 5 now supports IA64 processor
8208 lt_prog_compiler_static='-Bstatic'
8209 else
8210 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8211 fi
8212 ;;
d7040cdb 8213
718a6fd8 8214 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8215 # This hack is so that the source file can tell whether it is being
8216 # built for inclusion in a dll (and should export symbols for example).
8217 lt_prog_compiler_pic='-DDLL_EXPORT'
8218 ;;
8219
8220 hpux9* | hpux10* | hpux11*)
8221 lt_prog_compiler_wl='-Wl,'
8222 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8223 # not for PA HP-UX.
8224 case $host_cpu in
8225 hppa*64*|ia64*)
8226 # +Z the default
8227 ;;
8228 *)
8229 lt_prog_compiler_pic='+Z'
8230 ;;
8231 esac
8232 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8233 lt_prog_compiler_static='${wl}-a ${wl}archive'
8234 ;;
8235
8236 irix5* | irix6* | nonstopux*)
8237 lt_prog_compiler_wl='-Wl,'
8238 # PIC (with -KPIC) is the default.
8239 lt_prog_compiler_static='-non_shared'
8240 ;;
8241
58e24671 8242 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8243 case $cc_basename in
718a6fd8
SE
8244 # old Intel for x86_64 which still supported -KPIC.
8245 ecc*)
d7040cdb
SE
8246 lt_prog_compiler_wl='-Wl,'
8247 lt_prog_compiler_pic='-KPIC'
8248 lt_prog_compiler_static='-static'
8249 ;;
718a6fd8
SE
8250 # icc used to be incompatible with GCC.
8251 # ICC 10 doesn't accept -KPIC any more.
8252 icc* | ifort*)
8253 lt_prog_compiler_wl='-Wl,'
8254 lt_prog_compiler_pic='-fPIC'
8255 lt_prog_compiler_static='-static'
8256 ;;
8257 # Lahey Fortran 8.1.
8258 lf95*)
8259 lt_prog_compiler_wl='-Wl,'
8260 lt_prog_compiler_pic='--shared'
8261 lt_prog_compiler_static='--static'
8262 ;;
3725885a 8263 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8264 # Portland Group compilers (*not* the Pentium gcc compiler,
8265 # which looks to be a dead project)
8266 lt_prog_compiler_wl='-Wl,'
8267 lt_prog_compiler_pic='-fpic'
8268 lt_prog_compiler_static='-Bstatic'
8269 ;;
8270 ccc*)
8271 lt_prog_compiler_wl='-Wl,'
8272 # All Alpha code is PIC.
8273 lt_prog_compiler_static='-non_shared'
8274 ;;
3725885a
RW
8275 xl* | bgxl* | bgf* | mpixl*)
8276 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8277 lt_prog_compiler_wl='-Wl,'
8278 lt_prog_compiler_pic='-qpic'
8279 lt_prog_compiler_static='-qstaticlink'
8280 ;;
d7040cdb
SE
8281 *)
8282 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8283 *Sun\ F* | *Sun*Fortran*)
8284 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8285 lt_prog_compiler_pic='-KPIC'
8286 lt_prog_compiler_static='-Bstatic'
3725885a 8287 lt_prog_compiler_wl=''
d7040cdb 8288 ;;
3725885a
RW
8289 *Sun\ C*)
8290 # Sun C 5.9
d7040cdb
SE
8291 lt_prog_compiler_pic='-KPIC'
8292 lt_prog_compiler_static='-Bstatic'
3725885a 8293 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8294 ;;
8295 esac
8296 ;;
8297 esac
8298 ;;
8299
8300 newsos6)
8301 lt_prog_compiler_pic='-KPIC'
8302 lt_prog_compiler_static='-Bstatic'
8303 ;;
8304
8305 *nto* | *qnx*)
8306 # QNX uses GNU C++, but need to define -shared option too, otherwise
8307 # it will coredump.
8308 lt_prog_compiler_pic='-fPIC -shared'
8309 ;;
8310
8311 osf3* | osf4* | osf5*)
8312 lt_prog_compiler_wl='-Wl,'
8313 # All OSF/1 code is PIC.
8314 lt_prog_compiler_static='-non_shared'
8315 ;;
8316
8317 rdos*)
8318 lt_prog_compiler_static='-non_shared'
8319 ;;
8320
8321 solaris*)
8322 lt_prog_compiler_pic='-KPIC'
8323 lt_prog_compiler_static='-Bstatic'
8324 case $cc_basename in
8325 f77* | f90* | f95*)
8326 lt_prog_compiler_wl='-Qoption ld ';;
8327 *)
8328 lt_prog_compiler_wl='-Wl,';;
8329 esac
8330 ;;
8331
8332 sunos4*)
8333 lt_prog_compiler_wl='-Qoption ld '
8334 lt_prog_compiler_pic='-PIC'
8335 lt_prog_compiler_static='-Bstatic'
8336 ;;
8337
8338 sysv4 | sysv4.2uw2* | sysv4.3*)
8339 lt_prog_compiler_wl='-Wl,'
8340 lt_prog_compiler_pic='-KPIC'
8341 lt_prog_compiler_static='-Bstatic'
8342 ;;
8343
8344 sysv4*MP*)
8345 if test -d /usr/nec ;then
8346 lt_prog_compiler_pic='-Kconform_pic'
8347 lt_prog_compiler_static='-Bstatic'
8348 fi
8349 ;;
8350
8351 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8352 lt_prog_compiler_wl='-Wl,'
8353 lt_prog_compiler_pic='-KPIC'
8354 lt_prog_compiler_static='-Bstatic'
8355 ;;
8356
8357 unicos*)
8358 lt_prog_compiler_wl='-Wl,'
8359 lt_prog_compiler_can_build_shared=no
8360 ;;
8361
8362 uts4*)
8363 lt_prog_compiler_pic='-pic'
8364 lt_prog_compiler_static='-Bstatic'
8365 ;;
8366
8367 *)
8368 lt_prog_compiler_can_build_shared=no
8369 ;;
8370 esac
8371 fi
8372
8373case $host_os in
8374 # For platforms which do not support PIC, -DPIC is meaningless:
8375 *djgpp*)
8376 lt_prog_compiler_pic=
8377 ;;
8378 *)
8379 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8380 ;;
8381esac
81ecdfbb
RW
8382{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8383$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
8384
8385
8386
8387
8388
8389
8390#
8391# Check to make sure the PIC flag actually works.
8392#
8393if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8395$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8396if ${lt_cv_prog_compiler_pic_works+:} false; then :
81ecdfbb 8397 $as_echo_n "(cached) " >&6
d7040cdb 8398else
718a6fd8 8399 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8400 ac_outfile=conftest.$ac_objext
8401 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8402 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8403 # Insert the option either (1) after the last *FLAGS variable, or
8404 # (2) before a word containing "conftest.", or (3) at the end.
8405 # Note that $ac_compile itself does not contain backslashes and begins
8406 # with a dollar sign (not a hyphen), so the echo should work correctly.
8407 # The option is referenced via a variable to avoid confusing sed.
8408 lt_compile=`echo "$ac_compile" | $SED \
8409 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8410 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8411 -e 's:$: $lt_compiler_flag:'`
3725885a 8412 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8413 (eval "$lt_compile" 2>conftest.err)
8414 ac_status=$?
8415 cat conftest.err >&5
3725885a 8416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8417 if (exit $ac_status) && test -s "$ac_outfile"; then
8418 # The compiler can only warn and ignore the option if not recognized
8419 # So say no if there are warnings other than the usual output.
3725885a 8420 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8421 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8422 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8423 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8424 fi
8425 fi
8426 $RM conftest*
8427
8428fi
81ecdfbb
RW
8429{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8430$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8431
718a6fd8 8432if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8433 case $lt_prog_compiler_pic in
8434 "" | " "*) ;;
8435 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8436 esac
8437else
8438 lt_prog_compiler_pic=
8439 lt_prog_compiler_can_build_shared=no
8440fi
8441
8442fi
8443
8444
8445
8446
8447
8448
8449#
8450# Check to make sure the static flag actually works.
8451#
8452wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8453{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8454$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8455if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8456 $as_echo_n "(cached) " >&6
d7040cdb 8457else
718a6fd8 8458 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8459 save_LDFLAGS="$LDFLAGS"
8460 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8461 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8462 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8463 # The linker can only warn and ignore the option if not recognized
8464 # So say no if there are warnings
8465 if test -s conftest.err; then
8466 # Append any errors to the config.log.
8467 cat conftest.err 1>&5
3725885a 8468 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8469 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8470 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8471 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8472 fi
8473 else
718a6fd8 8474 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8475 fi
8476 fi
718a6fd8 8477 $RM -r conftest*
d7040cdb
SE
8478 LDFLAGS="$save_LDFLAGS"
8479
8480fi
81ecdfbb
RW
8481{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8482$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8483
718a6fd8 8484if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8485 :
8486else
8487 lt_prog_compiler_static=
8488fi
8489
8490
8491
8492
8493
8494
8495
81ecdfbb
RW
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8497$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8498if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8499 $as_echo_n "(cached) " >&6
d7040cdb
SE
8500else
8501 lt_cv_prog_compiler_c_o=no
8502 $RM -r conftest 2>/dev/null
8503 mkdir conftest
8504 cd conftest
8505 mkdir out
8506 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8507
8508 lt_compiler_flag="-o out/conftest2.$ac_objext"
8509 # Insert the option either (1) after the last *FLAGS variable, or
8510 # (2) before a word containing "conftest.", or (3) at the end.
8511 # Note that $ac_compile itself does not contain backslashes and begins
8512 # with a dollar sign (not a hyphen), so the echo should work correctly.
8513 lt_compile=`echo "$ac_compile" | $SED \
8514 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8515 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8516 -e 's:$: $lt_compiler_flag:'`
3725885a 8517 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8518 (eval "$lt_compile" 2>out/conftest.err)
8519 ac_status=$?
8520 cat out/conftest.err >&5
3725885a 8521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8522 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8523 then
8524 # The compiler can only warn and ignore the option if not recognized
8525 # So say no if there are warnings
3725885a 8526 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8527 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8528 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8529 lt_cv_prog_compiler_c_o=yes
8530 fi
8531 fi
8532 chmod u+w . 2>&5
8533 $RM conftest*
8534 # SGI C++ compiler will create directory out/ii_files/ for
8535 # template instantiation
8536 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8537 $RM out/* && rmdir out
8538 cd ..
8539 $RM -r conftest
8540 $RM conftest*
8541
8542fi
81ecdfbb
RW
8543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8544$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8545
8546
8547
8548
8549
8550
81ecdfbb
RW
8551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8552$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8553if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8554 $as_echo_n "(cached) " >&6
d7040cdb
SE
8555else
8556 lt_cv_prog_compiler_c_o=no
8557 $RM -r conftest 2>/dev/null
8558 mkdir conftest
8559 cd conftest
8560 mkdir out
8561 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8562
8563 lt_compiler_flag="-o out/conftest2.$ac_objext"
8564 # Insert the option either (1) after the last *FLAGS variable, or
8565 # (2) before a word containing "conftest.", or (3) at the end.
8566 # Note that $ac_compile itself does not contain backslashes and begins
8567 # with a dollar sign (not a hyphen), so the echo should work correctly.
8568 lt_compile=`echo "$ac_compile" | $SED \
8569 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8570 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8571 -e 's:$: $lt_compiler_flag:'`
3725885a 8572 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8573 (eval "$lt_compile" 2>out/conftest.err)
8574 ac_status=$?
8575 cat out/conftest.err >&5
3725885a 8576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8577 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8578 then
8579 # The compiler can only warn and ignore the option if not recognized
8580 # So say no if there are warnings
3725885a 8581 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8582 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8583 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8584 lt_cv_prog_compiler_c_o=yes
8585 fi
8586 fi
8587 chmod u+w . 2>&5
8588 $RM conftest*
8589 # SGI C++ compiler will create directory out/ii_files/ for
8590 # template instantiation
8591 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8592 $RM out/* && rmdir out
8593 cd ..
8594 $RM -r conftest
8595 $RM conftest*
8596
8597fi
81ecdfbb
RW
8598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8599$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8600
8601
8602
8603
8604hard_links="nottested"
8605if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8606 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8608$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
8609 hard_links=yes
8610 $RM conftest*
8611 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8612 touch conftest.a
8613 ln conftest.a conftest.b 2>&5 || hard_links=no
8614 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8616$as_echo "$hard_links" >&6; }
d7040cdb 8617 if test "$hard_links" = no; then
81ecdfbb
RW
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8619$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
8620 need_locks=warn
8621 fi
8622else
8623 need_locks=no
8624fi
8625
8626
8627
8628
8629
8630
81ecdfbb
RW
8631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8632$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
8633
8634 runpath_var=
8635 allow_undefined_flag=
8636 always_export_symbols=no
8637 archive_cmds=
8638 archive_expsym_cmds=
8639 compiler_needs_object=no
8640 enable_shared_with_static_runtimes=no
8641 export_dynamic_flag_spec=
8642 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8643 hardcode_automatic=no
8644 hardcode_direct=no
8645 hardcode_direct_absolute=no
8646 hardcode_libdir_flag_spec=
8647 hardcode_libdir_flag_spec_ld=
8648 hardcode_libdir_separator=
8649 hardcode_minus_L=no
8650 hardcode_shlibpath_var=unsupported
8651 inherit_rpath=no
8652 link_all_deplibs=unknown
8653 module_cmds=
8654 module_expsym_cmds=
8655 old_archive_from_new_cmds=
8656 old_archive_from_expsyms_cmds=
8657 thread_safe_flag_spec=
8658 whole_archive_flag_spec=
8659 # include_expsyms should be a list of space-separated symbols to be *always*
8660 # included in the symbol list
8661 include_expsyms=
8662 # exclude_expsyms can be an extended regexp of symbols to exclude
8663 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8664 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8665 # as well as any symbol that contains `d'.
718a6fd8 8666 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
8667 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8668 # platforms (ab)use it in PIC code, but their linkers get confused if
8669 # the symbol is explicitly referenced. Since portable code cannot
8670 # rely on this symbol name, it's probably fine to never include it in
8671 # preloaded symbol tables.
718a6fd8 8672 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
8673 extract_expsyms_cmds=
8674
8675 case $host_os in
718a6fd8 8676 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8677 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8678 # When not using gcc, we currently assume that we are using
8679 # Microsoft Visual C++.
8680 if test "$GCC" != yes; then
8681 with_gnu_ld=no
8682 fi
8683 ;;
8684 interix*)
8685 # we just hope/assume this is gcc and not c89 (= MSVC++)
8686 with_gnu_ld=yes
8687 ;;
8688 openbsd*)
8689 with_gnu_ld=no
8690 ;;
8691 esac
8692
8693 ld_shlibs=yes
3725885a
RW
8694
8695 # On some targets, GNU ld is compatible enough with the native linker
8696 # that we're better off using the native interface for both.
8697 lt_use_gnu_ld_interface=no
d7040cdb 8698 if test "$with_gnu_ld" = yes; then
3725885a
RW
8699 case $host_os in
8700 aix*)
8701 # The AIX port of GNU ld has always aspired to compatibility
8702 # with the native linker. However, as the warning in the GNU ld
8703 # block says, versions before 2.19.5* couldn't really create working
8704 # shared libraries, regardless of the interface used.
8705 case `$LD -v 2>&1` in
8706 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8707 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8708 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8709 *)
8710 lt_use_gnu_ld_interface=yes
8711 ;;
8712 esac
8713 ;;
8714 *)
8715 lt_use_gnu_ld_interface=yes
8716 ;;
8717 esac
8718 fi
8719
8720 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
8721 # If archive_cmds runs LD, not CC, wlarc should be empty
8722 wlarc='${wl}'
8723
8724 # Set some defaults for GNU ld with shared library support. These
8725 # are reset later if shared libraries are not supported. Putting them
8726 # here allows them to be overridden if necessary.
8727 runpath_var=LD_RUN_PATH
8728 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8729 export_dynamic_flag_spec='${wl}--export-dynamic'
8730 # ancient GNU ld didn't support --whole-archive et. al.
8731 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8732 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8733 else
8734 whole_archive_flag_spec=
8735 fi
8736 supports_anon_versioning=no
8737 case `$LD -v 2>&1` in
3725885a 8738 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
8739 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8740 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8741 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8742 *\ 2.11.*) ;; # other 2.11 versions
8743 *) supports_anon_versioning=yes ;;
8744 esac
8745
8746 # See if GNU ld supports shared libraries.
8747 case $host_os in
e81819a5 8748 aix[3-9]*)
d7040cdb
SE
8749 # On AIX/PPC, the GNU linker is very broken
8750 if test "$host_cpu" != ia64; then
8751 ld_shlibs=no
8752 cat <<_LT_EOF 1>&2
8753
3725885a 8754*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
8755*** to be unable to reliably create shared libraries on AIX.
8756*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8757*** really care for shared libraries, you may want to install binutils
8758*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8759*** You will then need to restart the configuration process.
d7040cdb
SE
8760
8761_LT_EOF
8762 fi
8763 ;;
8764
8765 amigaos*)
718a6fd8
SE
8766 case $host_cpu in
8767 powerpc)
8768 # see comment about AmigaOS4 .so support
8769 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8770 archive_expsym_cmds=''
8771 ;;
8772 m68k)
8773 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)'
8774 hardcode_libdir_flag_spec='-L$libdir'
8775 hardcode_minus_L=yes
8776 ;;
8777 esac
d7040cdb
SE
8778 ;;
8779
8780 beos*)
8781 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8782 allow_undefined_flag=unsupported
8783 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8784 # support --undefined. This deserves some investigation. FIXME
8785 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8786 else
8787 ld_shlibs=no
8788 fi
8789 ;;
8790
718a6fd8 8791 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8792 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8793 # as there is no search path for DLLs.
8794 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8795 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
8796 allow_undefined_flag=unsupported
8797 always_export_symbols=no
8798 enable_shared_with_static_runtimes=yes
8799 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8800
8801 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8802 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8803 # If the export-symbols file already is a .def file (1st line
8804 # is EXPORTS), use it as is; otherwise, prepend...
8805 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8806 cp $export_symbols $output_objdir/$soname.def;
8807 else
8808 echo EXPORTS > $output_objdir/$soname.def;
8809 cat $export_symbols >> $output_objdir/$soname.def;
8810 fi~
8811 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8812 else
8813 ld_shlibs=no
8814 fi
8815 ;;
8816
3725885a
RW
8817 haiku*)
8818 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8819 link_all_deplibs=yes
8820 ;;
8821
d7040cdb
SE
8822 interix[3-9]*)
8823 hardcode_direct=no
8824 hardcode_shlibpath_var=no
8825 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8826 export_dynamic_flag_spec='${wl}-E'
8827 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8828 # Instead, shared libraries are loaded at an image base (0x10000000 by
8829 # default) and relocated if they conflict, which is a slow very memory
8830 # consuming and fragmenting process. To avoid this, we pick a random,
8831 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8832 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8833 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8834 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'
8835 ;;
8836
58e24671 8837 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
8838 tmp_diet=no
8839 if test "$host_os" = linux-dietlibc; then
8840 case $cc_basename in
8841 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8842 esac
8843 fi
8844 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8845 && test "$tmp_diet" = no
8846 then
6e733cce 8847 tmp_addflag=' $pic_flag'
718a6fd8 8848 tmp_sharedflag='-shared'
d7040cdb
SE
8849 case $cc_basename,$host_cpu in
8850 pgcc*) # Portland Group C compiler
3725885a 8851 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
8852 tmp_addflag=' $pic_flag'
8853 ;;
3725885a
RW
8854 pgf77* | pgf90* | pgf95* | pgfortran*)
8855 # Portland Group f77 and f90 compilers
8856 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
8857 tmp_addflag=' $pic_flag -Mnomain' ;;
8858 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8859 tmp_addflag=' -i_dynamic' ;;
8860 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8861 tmp_addflag=' -i_dynamic -nofor_main' ;;
8862 ifc* | ifort*) # Intel Fortran compiler
8863 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
8864 lf95*) # Lahey Fortran 8.1
8865 whole_archive_flag_spec=
8866 tmp_sharedflag='--shared' ;;
3725885a 8867 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
8868 tmp_sharedflag='-qmkshrobj'
8869 tmp_addflag= ;;
3725885a
RW
8870 nvcc*) # Cuda Compiler Driver 2.2
8871 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'
8872 compiler_needs_object=yes
8873 ;;
d7040cdb
SE
8874 esac
8875 case `$CC -V 2>&1 | sed 5q` in
8876 *Sun\ C*) # Sun C 5.9
3725885a 8877 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
8878 compiler_needs_object=yes
8879 tmp_sharedflag='-G' ;;
8880 *Sun\ F*) # Sun Fortran 8.3
8881 tmp_sharedflag='-G' ;;
d7040cdb
SE
8882 esac
8883 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8884
8885 if test "x$supports_anon_versioning" = xyes; then
8886 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8887 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8888 echo "local: *; };" >> $output_objdir/$libname.ver~
8889 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8890 fi
718a6fd8
SE
8891
8892 case $cc_basename in
3725885a 8893 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
8894 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8895 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8896 hardcode_libdir_flag_spec=
8897 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8898 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8899 if test "x$supports_anon_versioning" = xyes; then
8900 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8901 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8902 echo "local: *; };" >> $output_objdir/$libname.ver~
8903 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8904 fi
8905 ;;
8906 esac
d7040cdb
SE
8907 else
8908 ld_shlibs=no
8909 fi
8910 ;;
8911
8912 netbsd*)
8913 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8914 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8915 wlarc=
8916 else
8917 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8918 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8919 fi
8920 ;;
8921
8922 solaris*)
8923 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8924 ld_shlibs=no
8925 cat <<_LT_EOF 1>&2
8926
8927*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8928*** create shared libraries on Solaris systems. Therefore, libtool
8929*** is disabling shared libraries support. We urge you to upgrade GNU
8930*** binutils to release 2.9.1 or newer. Another option is to modify
8931*** your PATH or compiler configuration so that the native linker is
8932*** used, and then restart.
8933
8934_LT_EOF
8935 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8936 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8937 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8938 else
8939 ld_shlibs=no
8940 fi
8941 ;;
8942
8943 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8944 case `$LD -v 2>&1` in
8945 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8946 ld_shlibs=no
8947 cat <<_LT_EOF 1>&2
8948
8949*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8950*** reliably create shared libraries on SCO systems. Therefore, libtool
8951*** is disabling shared libraries support. We urge you to upgrade GNU
8952*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8953*** your PATH or compiler configuration so that the native linker is
8954*** used, and then restart.
8955
8956_LT_EOF
8957 ;;
8958 *)
8959 # For security reasons, it is highly recommended that you always
8960 # use absolute paths for naming shared libraries, and exclude the
8961 # DT_RUNPATH tag from executables and libraries. But doing so
8962 # requires that you compile everything twice, which is a pain.
8963 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8964 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8965 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8966 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8967 else
8968 ld_shlibs=no
8969 fi
8970 ;;
8971 esac
8972 ;;
8973
8974 sunos4*)
8975 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8976 wlarc=
8977 hardcode_direct=yes
8978 hardcode_shlibpath_var=no
8979 ;;
8980
8981 *)
8982 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8983 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8984 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8985 else
8986 ld_shlibs=no
8987 fi
8988 ;;
8989 esac
8990
8991 if test "$ld_shlibs" = no; then
8992 runpath_var=
8993 hardcode_libdir_flag_spec=
8994 export_dynamic_flag_spec=
8995 whole_archive_flag_spec=
8996 fi
8997 else
8998 # PORTME fill in a description of your system's linker (not GNU ld)
8999 case $host_os in
9000 aix3*)
9001 allow_undefined_flag=unsupported
9002 always_export_symbols=yes
9003 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'
9004 # Note: this linker hardcodes the directories in LIBPATH if there
9005 # are no directories specified by -L.
9006 hardcode_minus_L=yes
9007 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9008 # Neither direct hardcoding nor static linking is supported with a
9009 # broken collect2.
9010 hardcode_direct=unsupported
9011 fi
9012 ;;
9013
e81819a5 9014 aix[4-9]*)
d7040cdb
SE
9015 if test "$host_cpu" = ia64; then
9016 # On IA64, the linker does run time linking by default, so we don't
9017 # have to do anything special.
9018 aix_use_runtimelinking=no
9019 exp_sym_flag='-Bexport'
9020 no_entry_flag=""
9021 else
9022 # If we're using GNU nm, then we don't want the "-C" option.
9023 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9024 # Also, AIX nm treats weak defined symbols like other global
9025 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9026 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9027 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 9028 else
5c14705f 9029 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
9030 fi
9031 aix_use_runtimelinking=no
9032
9033 # Test if we are trying to use run time linking or normal
9034 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9035 # need to do runtime linking.
e81819a5 9036 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9037 for ld_flag in $LDFLAGS; do
9038 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9039 aix_use_runtimelinking=yes
9040 break
9041 fi
9042 done
9043 ;;
9044 esac
9045
9046 exp_sym_flag='-bexport'
9047 no_entry_flag='-bnoentry'
9048 fi
9049
9050 # When large executables or shared objects are built, AIX ld can
9051 # have problems creating the table of contents. If linking a library
9052 # or program results in "error TOC overflow" add -mminimal-toc to
9053 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9054 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9055
9056 archive_cmds=''
9057 hardcode_direct=yes
9058 hardcode_direct_absolute=yes
9059 hardcode_libdir_separator=':'
9060 link_all_deplibs=yes
9061 file_list_spec='${wl}-f,'
9062
9063 if test "$GCC" = yes; then
9064 case $host_os in aix4.[012]|aix4.[012].*)
9065 # We only want to do this on AIX 4.2 and lower, the check
9066 # below for broken collect2 doesn't work under 4.3+
9067 collect2name=`${CC} -print-prog-name=collect2`
9068 if test -f "$collect2name" &&
9069 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9070 then
9071 # We have reworked collect2
9072 :
9073 else
9074 # We have old collect2
9075 hardcode_direct=unsupported
9076 # It fails to find uninstalled libraries when the uninstalled
9077 # path is not listed in the libpath. Setting hardcode_minus_L
9078 # to unsupported forces relinking
9079 hardcode_minus_L=yes
9080 hardcode_libdir_flag_spec='-L$libdir'
9081 hardcode_libdir_separator=
9082 fi
9083 ;;
9084 esac
9085 shared_flag='-shared'
9086 if test "$aix_use_runtimelinking" = yes; then
9087 shared_flag="$shared_flag "'${wl}-G'
9088 fi
9089 else
9090 # not using gcc
9091 if test "$host_cpu" = ia64; then
9092 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9093 # chokes on -Wl,-G. The following line is correct:
9094 shared_flag='-G'
9095 else
9096 if test "$aix_use_runtimelinking" = yes; then
9097 shared_flag='${wl}-G'
9098 else
9099 shared_flag='${wl}-bM:SRE'
9100 fi
9101 fi
9102 fi
9103
718a6fd8 9104 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9105 # It seems that -bexpall does not export symbols beginning with
9106 # underscore (_), so it is better to generate a list of symbols to export.
9107 always_export_symbols=yes
9108 if test "$aix_use_runtimelinking" = yes; then
9109 # Warning - without using the other runtime loading flags (-brtl),
9110 # -berok will link without error, but may produce a broken library.
9111 allow_undefined_flag='-berok'
9112 # Determine the default libpath from the value encoded in an
9113 # empty executable.
81ecdfbb 9114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
9115/* end confdefs.h. */
9116
9117int
9118main ()
9119{
9120
9121 ;
9122 return 0;
9123}
9124_ACEOF
81ecdfbb 9125if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9126
9127lt_aix_libpath_sed='
9128 /Import File Strings/,/^$/ {
9129 /^0/ {
9130 s/^0 *\(.*\)$/\1/
9131 p
9132 }
9133 }'
9134aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9135# Check for a 64-bit object if we didn't find anything.
9136if test -z "$aix_libpath"; then
9137 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9138fi
d7040cdb 9139fi
81ecdfbb
RW
9140rm -f core conftest.err conftest.$ac_objext \
9141 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9142if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9143
9144 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9145 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
9146 else
9147 if test "$host_cpu" = ia64; then
9148 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9149 allow_undefined_flag="-z nodefs"
9150 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"
9151 else
9152 # Determine the default libpath from the value encoded in an
9153 # empty executable.
81ecdfbb 9154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
9155/* end confdefs.h. */
9156
9157int
9158main ()
9159{
9160
9161 ;
9162 return 0;
9163}
9164_ACEOF
81ecdfbb 9165if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9166
9167lt_aix_libpath_sed='
9168 /Import File Strings/,/^$/ {
9169 /^0/ {
9170 s/^0 *\(.*\)$/\1/
9171 p
9172 }
9173 }'
9174aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9175# Check for a 64-bit object if we didn't find anything.
9176if test -z "$aix_libpath"; then
9177 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9178fi
d7040cdb 9179fi
81ecdfbb
RW
9180rm -f core conftest.err conftest.$ac_objext \
9181 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9182if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9183
9184 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9185 # Warning - without using the other run time loading flags,
9186 # -berok will link without error, but may produce a broken library.
9187 no_undefined_flag=' ${wl}-bernotok'
9188 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9189 if test "$with_gnu_ld" = yes; then
9190 # We only use this code for GNU lds that support --whole-archive.
9191 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9192 else
9193 # Exported symbols can be pulled into shared objects from archives
9194 whole_archive_flag_spec='$convenience'
9195 fi
d7040cdb
SE
9196 archive_cmds_need_lc=yes
9197 # This is similar to how AIX traditionally builds its shared libraries.
9198 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'
9199 fi
9200 fi
9201 ;;
9202
9203 amigaos*)
718a6fd8
SE
9204 case $host_cpu in
9205 powerpc)
9206 # see comment about AmigaOS4 .so support
9207 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9208 archive_expsym_cmds=''
9209 ;;
9210 m68k)
9211 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)'
9212 hardcode_libdir_flag_spec='-L$libdir'
9213 hardcode_minus_L=yes
9214 ;;
9215 esac
d7040cdb
SE
9216 ;;
9217
9218 bsdi[45]*)
9219 export_dynamic_flag_spec=-rdynamic
9220 ;;
9221
718a6fd8 9222 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9223 # When not using gcc, we currently assume that we are using
9224 # Microsoft Visual C++.
9225 # hardcode_libdir_flag_spec is actually meaningless, as there is
9226 # no search path for DLLs.
9227 hardcode_libdir_flag_spec=' '
9228 allow_undefined_flag=unsupported
9229 # Tell ltmain to make .lib files, not .a files.
9230 libext=lib
9231 # Tell ltmain to make .dll files, not .so files.
9232 shrext_cmds=".dll"
9233 # FIXME: Setting linknames here is a bad hack.
3725885a 9234 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
d7040cdb
SE
9235 # The linker will automatically build a .lib file if we build a DLL.
9236 old_archive_from_new_cmds='true'
9237 # FIXME: Should let the user specify the lib program.
9238 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9239 fix_srcfile_path='`cygpath -w "$srcfile"`'
9240 enable_shared_with_static_runtimes=yes
9241 ;;
9242
9243 darwin* | rhapsody*)
d7040cdb 9244
718a6fd8
SE
9245
9246 archive_cmds_need_lc=no
9247 hardcode_direct=no
9248 hardcode_automatic=yes
9249 hardcode_shlibpath_var=unsupported
3725885a
RW
9250 if test "$lt_cv_ld_force_load" = "yes"; then
9251 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\"`'
9252 else
9253 whole_archive_flag_spec=''
9254 fi
718a6fd8
SE
9255 link_all_deplibs=yes
9256 allow_undefined_flag="$_lt_dar_allow_undefined"
9257 case $cc_basename in
9258 ifort*) _lt_dar_can_shared=yes ;;
9259 *) _lt_dar_can_shared=$GCC ;;
9260 esac
9261 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9262 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9263 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9264 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9265 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}"
9266 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}"
9267
9268 else
9269 ld_shlibs=no
9270 fi
9271
d7040cdb
SE
9272 ;;
9273
9274 dgux*)
9275 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9276 hardcode_libdir_flag_spec='-L$libdir'
9277 hardcode_shlibpath_var=no
9278 ;;
9279
d7040cdb
SE
9280 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9281 # support. Future versions do this automatically, but an explicit c++rt0.o
9282 # does not break anything, and helps significantly (at the cost of a little
9283 # extra space).
9284 freebsd2.2*)
9285 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9286 hardcode_libdir_flag_spec='-R$libdir'
9287 hardcode_direct=yes
9288 hardcode_shlibpath_var=no
9289 ;;
9290
9291 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9292 freebsd2.*)
d7040cdb
SE
9293 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9294 hardcode_direct=yes
9295 hardcode_minus_L=yes
9296 hardcode_shlibpath_var=no
9297 ;;
9298
9299 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9300 freebsd* | dragonfly*)
9301 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9302 hardcode_libdir_flag_spec='-R$libdir'
9303 hardcode_direct=yes
9304 hardcode_shlibpath_var=no
9305 ;;
9306
9307 hpux9*)
9308 if test "$GCC" = yes; then
9309 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'
9310 else
9311 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'
9312 fi
9313 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9314 hardcode_libdir_separator=:
9315 hardcode_direct=yes
9316
9317 # hardcode_minus_L: Not really in the search PATH,
9318 # but as the default location of the library.
9319 hardcode_minus_L=yes
9320 export_dynamic_flag_spec='${wl}-E'
9321 ;;
9322
9323 hpux10*)
3725885a 9324 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9325 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9326 else
9327 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9328 fi
9329 if test "$with_gnu_ld" = no; then
9330 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9331 hardcode_libdir_flag_spec_ld='+b $libdir'
9332 hardcode_libdir_separator=:
9333 hardcode_direct=yes
9334 hardcode_direct_absolute=yes
9335 export_dynamic_flag_spec='${wl}-E'
9336 # hardcode_minus_L: Not really in the search PATH,
9337 # but as the default location of the library.
9338 hardcode_minus_L=yes
9339 fi
9340 ;;
9341
9342 hpux11*)
3725885a 9343 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9344 case $host_cpu in
9345 hppa*64*)
9346 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9347 ;;
9348 ia64*)
718a6fd8 9349 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9350 ;;
9351 *)
9352 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9353 ;;
9354 esac
9355 else
9356 case $host_cpu in
9357 hppa*64*)
9358 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9359 ;;
9360 ia64*)
9361 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9362 ;;
9363 *)
3725885a
RW
9364
9365 # Older versions of the 11.00 compiler do not understand -b yet
9366 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9368$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9369if ${lt_cv_prog_compiler__b+:} false; then :
3725885a
RW
9370 $as_echo_n "(cached) " >&6
9371else
9372 lt_cv_prog_compiler__b=no
9373 save_LDFLAGS="$LDFLAGS"
9374 LDFLAGS="$LDFLAGS -b"
9375 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9376 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9377 # The linker can only warn and ignore the option if not recognized
9378 # So say no if there are warnings
9379 if test -s conftest.err; then
9380 # Append any errors to the config.log.
9381 cat conftest.err 1>&5
9382 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9383 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9384 if diff conftest.exp conftest.er2 >/dev/null; then
9385 lt_cv_prog_compiler__b=yes
9386 fi
9387 else
9388 lt_cv_prog_compiler__b=yes
9389 fi
9390 fi
9391 $RM -r conftest*
9392 LDFLAGS="$save_LDFLAGS"
9393
9394fi
9395{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9396$as_echo "$lt_cv_prog_compiler__b" >&6; }
9397
9398if test x"$lt_cv_prog_compiler__b" = xyes; then
9399 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9400else
9401 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9402fi
9403
d7040cdb
SE
9404 ;;
9405 esac
9406 fi
9407 if test "$with_gnu_ld" = no; then
9408 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9409 hardcode_libdir_separator=:
9410
9411 case $host_cpu in
9412 hppa*64*|ia64*)
9413 hardcode_direct=no
9414 hardcode_shlibpath_var=no
9415 ;;
9416 *)
9417 hardcode_direct=yes
9418 hardcode_direct_absolute=yes
9419 export_dynamic_flag_spec='${wl}-E'
9420
9421 # hardcode_minus_L: Not really in the search PATH,
9422 # but as the default location of the library.
9423 hardcode_minus_L=yes
9424 ;;
9425 esac
9426 fi
9427 ;;
9428
9429 irix5* | irix6* | nonstopux*)
9430 if test "$GCC" = yes; then
3725885a 9431 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
9432 # Try to use the -exported_symbol ld option, if it does not
9433 # work, assume that -exports_file does not work either and
9434 # implicitly export all symbols.
9435 save_LDFLAGS="$LDFLAGS"
9436 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
9437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9438/* end confdefs.h. */
d7040cdb
SE
9439int foo(void) {}
9440_ACEOF
81ecdfbb 9441if ac_fn_c_try_link "$LINENO"; then :
3725885a 9442 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 9443
d7040cdb 9444fi
81ecdfbb
RW
9445rm -f core conftest.err conftest.$ac_objext \
9446 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9447 LDFLAGS="$save_LDFLAGS"
9448 else
3725885a
RW
9449 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'
9450 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
9451 fi
9452 archive_cmds_need_lc='no'
9453 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9454 hardcode_libdir_separator=:
9455 inherit_rpath=yes
9456 link_all_deplibs=yes
9457 ;;
9458
9459 netbsd*)
9460 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9461 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9462 else
9463 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9464 fi
9465 hardcode_libdir_flag_spec='-R$libdir'
9466 hardcode_direct=yes
9467 hardcode_shlibpath_var=no
9468 ;;
9469
9470 newsos6)
9471 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9472 hardcode_direct=yes
9473 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9474 hardcode_libdir_separator=:
9475 hardcode_shlibpath_var=no
9476 ;;
9477
9478 *nto* | *qnx*)
9479 ;;
9480
9481 openbsd*)
718a6fd8
SE
9482 if test -f /usr/libexec/ld.so; then
9483 hardcode_direct=yes
9484 hardcode_shlibpath_var=no
9485 hardcode_direct_absolute=yes
9486 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9487 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9488 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9489 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9490 export_dynamic_flag_spec='${wl}-E'
9491 else
9492 case $host_os in
9493 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9494 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9495 hardcode_libdir_flag_spec='-R$libdir'
9496 ;;
9497 *)
9498 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9499 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9500 ;;
9501 esac
9502 fi
9503 else
9504 ld_shlibs=no
d7040cdb
SE
9505 fi
9506 ;;
9507
9508 os2*)
9509 hardcode_libdir_flag_spec='-L$libdir'
9510 hardcode_minus_L=yes
9511 allow_undefined_flag=unsupported
3725885a 9512 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
9513 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9514 ;;
9515
9516 osf3*)
9517 if test "$GCC" = yes; then
9518 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9519 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
9520 else
9521 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9522 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
9523 fi
9524 archive_cmds_need_lc='no'
9525 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9526 hardcode_libdir_separator=:
9527 ;;
9528
9529 osf4* | osf5*) # as osf3* with the addition of -msym flag
9530 if test "$GCC" = yes; then
9531 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9532 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
9533 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9534 else
9535 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9536 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 9537 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 9538 $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
9539
9540 # Both c and cxx compiler support -rpath directly
9541 hardcode_libdir_flag_spec='-rpath $libdir'
9542 fi
9543 archive_cmds_need_lc='no'
9544 hardcode_libdir_separator=:
9545 ;;
9546
9547 solaris*)
9548 no_undefined_flag=' -z defs'
9549 if test "$GCC" = yes; then
9550 wlarc='${wl}'
9551 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9552 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9553 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9554 else
9555 case `$CC -V 2>&1` in
9556 *"Compilers 5.0"*)
9557 wlarc=''
9558 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9559 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9560 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9561 ;;
9562 *)
9563 wlarc='${wl}'
9564 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9565 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9566 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9567 ;;
9568 esac
9569 fi
9570 hardcode_libdir_flag_spec='-R$libdir'
9571 hardcode_shlibpath_var=no
9572 case $host_os in
9573 solaris2.[0-5] | solaris2.[0-5].*) ;;
9574 *)
9575 # The compiler driver will combine and reorder linker options,
9576 # but understands `-z linker_flag'. GCC discards it without `$wl',
9577 # but is careful enough not to reorder.
9578 # Supported since Solaris 2.6 (maybe 2.5.1?)
9579 if test "$GCC" = yes; then
9580 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9581 else
9582 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9583 fi
9584 ;;
9585 esac
9586 link_all_deplibs=yes
9587 ;;
9588
9589 sunos4*)
9590 if test "x$host_vendor" = xsequent; then
9591 # Use $CC to link under sequent, because it throws in some extra .o
9592 # files that make .init and .fini sections work.
9593 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9594 else
9595 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9596 fi
9597 hardcode_libdir_flag_spec='-L$libdir'
9598 hardcode_direct=yes
9599 hardcode_minus_L=yes
9600 hardcode_shlibpath_var=no
9601 ;;
9602
9603 sysv4)
9604 case $host_vendor in
9605 sni)
9606 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9607 hardcode_direct=yes # is this really true???
9608 ;;
9609 siemens)
9610 ## LD is ld it makes a PLAMLIB
9611 ## CC just makes a GrossModule.
9612 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9613 reload_cmds='$CC -r -o $output$reload_objs'
9614 hardcode_direct=no
9615 ;;
9616 motorola)
9617 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9618 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9619 ;;
9620 esac
9621 runpath_var='LD_RUN_PATH'
9622 hardcode_shlibpath_var=no
9623 ;;
9624
9625 sysv4.3*)
9626 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9627 hardcode_shlibpath_var=no
9628 export_dynamic_flag_spec='-Bexport'
9629 ;;
9630
9631 sysv4*MP*)
9632 if test -d /usr/nec; then
9633 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9634 hardcode_shlibpath_var=no
9635 runpath_var=LD_RUN_PATH
9636 hardcode_runpath_var=yes
9637 ld_shlibs=yes
9638 fi
9639 ;;
9640
9641 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9642 no_undefined_flag='${wl}-z,text'
9643 archive_cmds_need_lc=no
9644 hardcode_shlibpath_var=no
9645 runpath_var='LD_RUN_PATH'
9646
9647 if test "$GCC" = yes; then
9648 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9649 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9650 else
9651 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9652 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9653 fi
9654 ;;
9655
9656 sysv5* | sco3.2v5* | sco5v6*)
9657 # Note: We can NOT use -z defs as we might desire, because we do not
9658 # link with -lc, and that would cause any symbols used from libc to
9659 # always be unresolved, which means just about no library would
9660 # ever link correctly. If we're not using GNU ld we use -z text
9661 # though, which does catch some bad symbols but isn't as heavy-handed
9662 # as -z defs.
9663 no_undefined_flag='${wl}-z,text'
9664 allow_undefined_flag='${wl}-z,nodefs'
9665 archive_cmds_need_lc=no
9666 hardcode_shlibpath_var=no
9667 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9668 hardcode_libdir_separator=':'
9669 link_all_deplibs=yes
9670 export_dynamic_flag_spec='${wl}-Bexport'
9671 runpath_var='LD_RUN_PATH'
9672
9673 if test "$GCC" = yes; then
9674 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9675 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9676 else
9677 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9678 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9679 fi
9680 ;;
9681
9682 uts4*)
9683 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9684 hardcode_libdir_flag_spec='-L$libdir'
9685 hardcode_shlibpath_var=no
9686 ;;
9687
9688 *)
9689 ld_shlibs=no
9690 ;;
9691 esac
9692
9693 if test x$host_vendor = xsni; then
9694 case $host in
9695 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9696 export_dynamic_flag_spec='${wl}-Blargedynsym'
9697 ;;
9698 esac
9699 fi
9700 fi
9701
81ecdfbb
RW
9702{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9703$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
9704test "$ld_shlibs" = no && can_build_shared=no
9705
9706with_gnu_ld=$with_gnu_ld
9707
9708
9709
9710
9711
9712
9713
9714
9715
9716
9717
9718
9719
9720
9721
9722#
9723# Do we need to explicitly link libc?
9724#
9725case "x$archive_cmds_need_lc" in
9726x|xyes)
9727 # Assume -lc should be added
9728 archive_cmds_need_lc=yes
9729
9730 if test "$enable_shared" = yes && test "$GCC" = yes; then
9731 case $archive_cmds in
9732 *'~'*)
9733 # FIXME: we may have to deal with multi-command sequences.
9734 ;;
9735 '$CC '*)
9736 # Test whether the compiler implicitly links with -lc since on some
9737 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9738 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9740$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9741if ${lt_cv_archive_cmds_need_lc+:} false; then :
81ecdfbb 9742 $as_echo_n "(cached) " >&6
39144654
RW
9743else
9744 $RM conftest*
9745 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9746
81ecdfbb 9747 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
9748 (eval $ac_compile) 2>&5
9749 ac_status=$?
81ecdfbb
RW
9750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9751 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9752 soname=conftest
9753 lib=conftest
9754 libobjs=conftest.$ac_objext
9755 deplibs=
9756 wl=$lt_prog_compiler_wl
9757 pic_flag=$lt_prog_compiler_pic
9758 compiler_flags=-v
9759 linker_flags=-v
9760 verstring=
9761 output_objdir=.
9762 libname=conftest
9763 lt_save_allow_undefined_flag=$allow_undefined_flag
9764 allow_undefined_flag=
81ecdfbb 9765 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb
SE
9766 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9767 ac_status=$?
81ecdfbb
RW
9768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9769 test $ac_status = 0; }
39144654
RW
9770 then
9771 lt_cv_archive_cmds_need_lc=no
9772 else
9773 lt_cv_archive_cmds_need_lc=yes
9774 fi
9775 allow_undefined_flag=$lt_save_allow_undefined_flag
9776 else
9777 cat conftest.err 1>&5
9778 fi
9779 $RM conftest*
9780
9781fi
81ecdfbb
RW
9782{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9783$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9784 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
9785 ;;
9786 esac
9787 fi
9788 ;;
9789esac
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
9923
9924
9925
9926
9927
9928
9929
9930
9931
9932
9933
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945
9946
81ecdfbb
RW
9947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9948$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
9949
9950if test "$GCC" = yes; then
d7040cdb
SE
9951 case $host_os in
9952 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9953 *) lt_awk_arg="/^libraries:/" ;;
9954 esac
3725885a
RW
9955 case $host_os in
9956 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9957 *) lt_sed_strip_eq="s,=/,/,g" ;;
9958 esac
9959 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9960 case $lt_search_path_spec in
9961 *\;*)
d7040cdb
SE
9962 # if the path contains ";" then we assume it to be the separator
9963 # otherwise default to the standard path separator (i.e. ":") - it is
9964 # assumed that no part of a normal pathname contains ";" but that should
9965 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
9966 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9967 ;;
9968 *)
9969 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9970 ;;
9971 esac
d7040cdb
SE
9972 # Ok, now we have the path, separated by spaces, we can step through it
9973 # and add multilib dir if necessary.
9974 lt_tmp_lt_search_path_spec=
9975 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9976 for lt_sys_path in $lt_search_path_spec; do
9977 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9978 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9979 else
9980 test -d "$lt_sys_path" && \
9981 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9982 fi
9983 done
3725885a 9984 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
9985BEGIN {RS=" "; FS="/|\n";} {
9986 lt_foo="";
9987 lt_count=0;
9988 for (lt_i = NF; lt_i > 0; lt_i--) {
9989 if ($lt_i != "" && $lt_i != ".") {
9990 if ($lt_i == "..") {
9991 lt_count++;
9992 } else {
9993 if (lt_count == 0) {
9994 lt_foo="/" $lt_i lt_foo;
9995 } else {
9996 lt_count--;
9997 }
9998 }
9999 }
10000 }
10001 if (lt_foo != "") { lt_freq[lt_foo]++; }
10002 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10003}'`
3725885a
RW
10004 # AWK program above erroneously prepends '/' to C:/dos/paths
10005 # for these hosts.
10006 case $host_os in
10007 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10008 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10009 esac
10010 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10011else
10012 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10013fi
10014library_names_spec=
10015libname_spec='lib$name'
10016soname_spec=
10017shrext_cmds=".so"
10018postinstall_cmds=
10019postuninstall_cmds=
10020finish_cmds=
10021finish_eval=
10022shlibpath_var=
10023shlibpath_overrides_runpath=unknown
10024version_type=none
10025dynamic_linker="$host_os ld.so"
10026sys_lib_dlsearch_path_spec="/lib /usr/lib"
10027need_lib_prefix=unknown
10028hardcode_into_libs=no
10029
10030# when you set need_version to no, make sure it does not cause -set_version
10031# flags to be left without arguments
10032need_version=unknown
10033
10034case $host_os in
10035aix3*)
10036 version_type=linux
10037 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10038 shlibpath_var=LIBPATH
10039
10040 # AIX 3 has no versioning support, so we append a major version to the name.
10041 soname_spec='${libname}${release}${shared_ext}$major'
10042 ;;
10043
e81819a5 10044aix[4-9]*)
d7040cdb
SE
10045 version_type=linux
10046 need_lib_prefix=no
10047 need_version=no
10048 hardcode_into_libs=yes
10049 if test "$host_cpu" = ia64; then
10050 # AIX 5 supports IA64
10051 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10052 shlibpath_var=LD_LIBRARY_PATH
10053 else
10054 # With GCC up to 2.95.x, collect2 would create an import file
10055 # for dependence libraries. The import file would start with
10056 # the line `#! .'. This would cause the generated library to
10057 # depend on `.', always an invalid library. This was fixed in
10058 # development snapshots of GCC prior to 3.0.
10059 case $host_os in
10060 aix4 | aix4.[01] | aix4.[01].*)
10061 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10062 echo ' yes '
10063 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10064 :
10065 else
10066 can_build_shared=no
10067 fi
10068 ;;
10069 esac
10070 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10071 # soname into executable. Probably we can add versioning support to
10072 # collect2, so additional links can be useful in future.
10073 if test "$aix_use_runtimelinking" = yes; then
10074 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10075 # instead of lib<name>.a to let people know that these are not
10076 # typical AIX shared libraries.
10077 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10078 else
10079 # We preserve .a as extension for shared libraries through AIX4.2
10080 # and later when we are not doing run time linking.
10081 library_names_spec='${libname}${release}.a $libname.a'
10082 soname_spec='${libname}${release}${shared_ext}$major'
10083 fi
10084 shlibpath_var=LIBPATH
10085 fi
10086 ;;
10087
10088amigaos*)
718a6fd8
SE
10089 case $host_cpu in
10090 powerpc)
10091 # Since July 2007 AmigaOS4 officially supports .so libraries.
10092 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10093 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10094 ;;
10095 m68k)
d7040cdb
SE
10096 library_names_spec='$libname.ixlibrary $libname.a'
10097 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10098 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
10099 ;;
10100 esac
d7040cdb
SE
10101 ;;
10102
10103beos*)
10104 library_names_spec='${libname}${shared_ext}'
10105 dynamic_linker="$host_os ld.so"
10106 shlibpath_var=LIBRARY_PATH
10107 ;;
10108
10109bsdi[45]*)
10110 version_type=linux
10111 need_version=no
10112 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10113 soname_spec='${libname}${release}${shared_ext}$major'
10114 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10115 shlibpath_var=LD_LIBRARY_PATH
10116 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10117 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10118 # the default ld.so.conf also contains /usr/contrib/lib and
10119 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10120 # libtool to hard-code these into programs
10121 ;;
10122
718a6fd8 10123cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10124 version_type=windows
10125 shrext_cmds=".dll"
10126 need_version=no
10127 need_lib_prefix=no
10128
718a6fd8
SE
10129 case $GCC,$host_os in
10130 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10131 library_names_spec='$libname.dll.a'
10132 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10133 postinstall_cmds='base_file=`basename \${file}`~
10134 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10135 dldir=$destdir/`dirname \$dlpath`~
10136 test -d \$dldir || mkdir -p \$dldir~
10137 $install_prog $dir/$dlname \$dldir/$dlname~
10138 chmod a+x \$dldir/$dlname~
10139 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10140 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10141 fi'
10142 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10143 dlpath=$dir/\$dldll~
10144 $RM \$dlpath'
10145 shlibpath_overrides_runpath=yes
10146
10147 case $host_os in
10148 cygwin*)
10149 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10150 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10151
10152 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10153 ;;
718a6fd8 10154 mingw* | cegcc*)
d7040cdb
SE
10155 # MinGW DLLs use traditional 'lib' prefix
10156 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10157 ;;
10158 pw32*)
10159 # pw32 DLLs use 'pw' prefix rather than 'lib'
10160 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10161 ;;
10162 esac
10163 ;;
10164
10165 *)
10166 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10167 ;;
10168 esac
10169 dynamic_linker='Win32 ld.exe'
10170 # FIXME: first we should search . and the directory the executable is in
10171 shlibpath_var=PATH
10172 ;;
10173
10174darwin* | rhapsody*)
10175 dynamic_linker="$host_os dyld"
10176 version_type=darwin
10177 need_lib_prefix=no
10178 need_version=no
10179 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10180 soname_spec='${libname}${release}${major}$shared_ext'
10181 shlibpath_overrides_runpath=yes
10182 shlibpath_var=DYLD_LIBRARY_PATH
10183 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10184
10185 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10186 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10187 ;;
10188
10189dgux*)
10190 version_type=linux
10191 need_lib_prefix=no
10192 need_version=no
10193 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10194 soname_spec='${libname}${release}${shared_ext}$major'
10195 shlibpath_var=LD_LIBRARY_PATH
10196 ;;
10197
d7040cdb
SE
10198freebsd* | dragonfly*)
10199 # DragonFly does not have aout. When/if they implement a new
10200 # versioning mechanism, adjust this.
10201 if test -x /usr/bin/objformat; then
10202 objformat=`/usr/bin/objformat`
10203 else
10204 case $host_os in
6d2920c8 10205 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
10206 *) objformat=elf ;;
10207 esac
10208 fi
10209 version_type=freebsd-$objformat
10210 case $version_type in
10211 freebsd-elf*)
10212 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10213 need_version=no
10214 need_lib_prefix=no
10215 ;;
10216 freebsd-*)
10217 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10218 need_version=yes
10219 ;;
10220 esac
10221 shlibpath_var=LD_LIBRARY_PATH
10222 case $host_os in
6d2920c8 10223 freebsd2.*)
d7040cdb
SE
10224 shlibpath_overrides_runpath=yes
10225 ;;
10226 freebsd3.[01]* | freebsdelf3.[01]*)
10227 shlibpath_overrides_runpath=yes
10228 hardcode_into_libs=yes
10229 ;;
10230 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10231 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10232 shlibpath_overrides_runpath=no
10233 hardcode_into_libs=yes
10234 ;;
10235 *) # from 4.6 on, and DragonFly
10236 shlibpath_overrides_runpath=yes
10237 hardcode_into_libs=yes
10238 ;;
10239 esac
10240 ;;
10241
3725885a
RW
10242haiku*)
10243 version_type=linux
10244 need_lib_prefix=no
10245 need_version=no
10246 dynamic_linker="$host_os runtime_loader"
10247 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10248 soname_spec='${libname}${release}${shared_ext}$major'
10249 shlibpath_var=LIBRARY_PATH
10250 shlibpath_overrides_runpath=yes
10251 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10252 hardcode_into_libs=yes
10253 ;;
10254
d7040cdb
SE
10255hpux9* | hpux10* | hpux11*)
10256 # Give a soname corresponding to the major version so that dld.sl refuses to
10257 # link against other versions.
10258 version_type=sunos
10259 need_lib_prefix=no
10260 need_version=no
10261 case $host_cpu in
10262 ia64*)
10263 shrext_cmds='.so'
10264 hardcode_into_libs=yes
10265 dynamic_linker="$host_os dld.so"
10266 shlibpath_var=LD_LIBRARY_PATH
10267 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10268 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10269 soname_spec='${libname}${release}${shared_ext}$major'
10270 if test "X$HPUX_IA64_MODE" = X32; then
10271 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10272 else
10273 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10274 fi
10275 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10276 ;;
10277 hppa*64*)
10278 shrext_cmds='.sl'
10279 hardcode_into_libs=yes
10280 dynamic_linker="$host_os dld.sl"
10281 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10282 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10283 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10284 soname_spec='${libname}${release}${shared_ext}$major'
10285 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10286 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10287 ;;
10288 *)
10289 shrext_cmds='.sl'
10290 dynamic_linker="$host_os dld.sl"
10291 shlibpath_var=SHLIB_PATH
10292 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10293 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10294 soname_spec='${libname}${release}${shared_ext}$major'
10295 ;;
10296 esac
3725885a 10297 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10298 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10299 # or fails outright, so override atomically:
10300 install_override_mode=555
d7040cdb
SE
10301 ;;
10302
10303interix[3-9]*)
10304 version_type=linux
10305 need_lib_prefix=no
10306 need_version=no
10307 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10308 soname_spec='${libname}${release}${shared_ext}$major'
10309 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10310 shlibpath_var=LD_LIBRARY_PATH
10311 shlibpath_overrides_runpath=no
10312 hardcode_into_libs=yes
10313 ;;
10314
10315irix5* | irix6* | nonstopux*)
10316 case $host_os in
10317 nonstopux*) version_type=nonstopux ;;
10318 *)
10319 if test "$lt_cv_prog_gnu_ld" = yes; then
10320 version_type=linux
10321 else
10322 version_type=irix
10323 fi ;;
10324 esac
10325 need_lib_prefix=no
10326 need_version=no
10327 soname_spec='${libname}${release}${shared_ext}$major'
10328 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10329 case $host_os in
10330 irix5* | nonstopux*)
10331 libsuff= shlibsuff=
10332 ;;
10333 *)
10334 case $LD in # libtool.m4 will add one of these switches to LD
10335 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10336 libsuff= shlibsuff= libmagic=32-bit;;
10337 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10338 libsuff=32 shlibsuff=N32 libmagic=N32;;
10339 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10340 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10341 *) libsuff= shlibsuff= libmagic=never-match;;
10342 esac
10343 ;;
10344 esac
10345 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10346 shlibpath_overrides_runpath=no
10347 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10348 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10349 hardcode_into_libs=yes
10350 ;;
10351
10352# No shared lib support for Linux oldld, aout, or coff.
10353linux*oldld* | linux*aout* | linux*coff*)
10354 dynamic_linker=no
10355 ;;
10356
10357# This must be Linux ELF.
f4782128 10358linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
d7040cdb
SE
10359 version_type=linux
10360 need_lib_prefix=no
10361 need_version=no
10362 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10363 soname_spec='${libname}${release}${shared_ext}$major'
10364 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10365 shlibpath_var=LD_LIBRARY_PATH
10366 shlibpath_overrides_runpath=no
39144654 10367
d7040cdb 10368 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10369 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
81ecdfbb 10370 $as_echo_n "(cached) " >&6
39144654
RW
10371else
10372 lt_cv_shlibpath_overrides_runpath=no
10373 save_LDFLAGS=$LDFLAGS
10374 save_libdir=$libdir
10375 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10376 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10378/* end confdefs.h. */
10379
10380int
10381main ()
10382{
10383
10384 ;
10385 return 0;
10386}
10387_ACEOF
81ecdfbb
RW
10388if ac_fn_c_try_link "$LINENO"; then :
10389 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10390 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10391fi
d7040cdb 10392fi
81ecdfbb
RW
10393rm -f core conftest.err conftest.$ac_objext \
10394 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10395 LDFLAGS=$save_LDFLAGS
10396 libdir=$save_libdir
10397
10398fi
10399
10400 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10401
10402 # This implies no fast_install, which is unacceptable.
10403 # Some rework will be needed to allow for fast_install
10404 # before this can be enabled.
10405 hardcode_into_libs=yes
10406
10407 # Append ld.so.conf contents to the search path
10408 if test -f /etc/ld.so.conf; then
3725885a 10409 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
10410 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10411 fi
10412
10413 # We used to test for /lib/ld.so.1 and disable shared libraries on
10414 # powerpc, because MkLinux only supported shared libraries with the
10415 # GNU dynamic linker. Since this was broken with cross compilers,
10416 # most powerpc-linux boxes support dynamic linking these days and
10417 # people can always --disable-shared, the test was removed, and we
10418 # assume the GNU/Linux dynamic linker is in use.
10419 dynamic_linker='GNU/Linux ld.so'
10420 ;;
10421
10422netbsd*)
10423 version_type=sunos
10424 need_lib_prefix=no
10425 need_version=no
10426 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10427 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10428 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10429 dynamic_linker='NetBSD (a.out) ld.so'
10430 else
10431 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10432 soname_spec='${libname}${release}${shared_ext}$major'
10433 dynamic_linker='NetBSD ld.elf_so'
10434 fi
10435 shlibpath_var=LD_LIBRARY_PATH
10436 shlibpath_overrides_runpath=yes
10437 hardcode_into_libs=yes
10438 ;;
10439
10440newsos6)
10441 version_type=linux
10442 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10443 shlibpath_var=LD_LIBRARY_PATH
10444 shlibpath_overrides_runpath=yes
10445 ;;
10446
10447*nto* | *qnx*)
10448 version_type=qnx
10449 need_lib_prefix=no
10450 need_version=no
10451 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10452 soname_spec='${libname}${release}${shared_ext}$major'
10453 shlibpath_var=LD_LIBRARY_PATH
10454 shlibpath_overrides_runpath=no
10455 hardcode_into_libs=yes
10456 dynamic_linker='ldqnx.so'
10457 ;;
10458
10459openbsd*)
10460 version_type=sunos
10461 sys_lib_dlsearch_path_spec="/usr/lib"
10462 need_lib_prefix=no
10463 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10464 case $host_os in
10465 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10466 *) need_version=no ;;
10467 esac
10468 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10469 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10470 shlibpath_var=LD_LIBRARY_PATH
10471 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10472 case $host_os in
10473 openbsd2.[89] | openbsd2.[89].*)
10474 shlibpath_overrides_runpath=no
10475 ;;
10476 *)
10477 shlibpath_overrides_runpath=yes
10478 ;;
10479 esac
10480 else
10481 shlibpath_overrides_runpath=yes
10482 fi
10483 ;;
10484
10485os2*)
10486 libname_spec='$name'
10487 shrext_cmds=".dll"
10488 need_lib_prefix=no
10489 library_names_spec='$libname${shared_ext} $libname.a'
10490 dynamic_linker='OS/2 ld.exe'
10491 shlibpath_var=LIBPATH
10492 ;;
10493
10494osf3* | osf4* | osf5*)
10495 version_type=osf
10496 need_lib_prefix=no
10497 need_version=no
10498 soname_spec='${libname}${release}${shared_ext}$major'
10499 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10500 shlibpath_var=LD_LIBRARY_PATH
10501 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10502 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10503 ;;
10504
10505rdos*)
10506 dynamic_linker=no
10507 ;;
10508
10509solaris*)
10510 version_type=linux
10511 need_lib_prefix=no
10512 need_version=no
10513 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10514 soname_spec='${libname}${release}${shared_ext}$major'
10515 shlibpath_var=LD_LIBRARY_PATH
10516 shlibpath_overrides_runpath=yes
10517 hardcode_into_libs=yes
10518 # ldd complains unless libraries are executable
10519 postinstall_cmds='chmod +x $lib'
10520 ;;
10521
10522sunos4*)
10523 version_type=sunos
10524 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10525 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10526 shlibpath_var=LD_LIBRARY_PATH
10527 shlibpath_overrides_runpath=yes
10528 if test "$with_gnu_ld" = yes; then
10529 need_lib_prefix=no
10530 fi
10531 need_version=yes
10532 ;;
10533
10534sysv4 | sysv4.3*)
10535 version_type=linux
10536 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10537 soname_spec='${libname}${release}${shared_ext}$major'
10538 shlibpath_var=LD_LIBRARY_PATH
10539 case $host_vendor in
10540 sni)
10541 shlibpath_overrides_runpath=no
10542 need_lib_prefix=no
10543 runpath_var=LD_RUN_PATH
10544 ;;
10545 siemens)
10546 need_lib_prefix=no
10547 ;;
10548 motorola)
10549 need_lib_prefix=no
10550 need_version=no
10551 shlibpath_overrides_runpath=no
10552 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10553 ;;
10554 esac
10555 ;;
10556
10557sysv4*MP*)
10558 if test -d /usr/nec ;then
10559 version_type=linux
10560 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10561 soname_spec='$libname${shared_ext}.$major'
10562 shlibpath_var=LD_LIBRARY_PATH
10563 fi
10564 ;;
10565
10566sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10567 version_type=freebsd-elf
10568 need_lib_prefix=no
10569 need_version=no
10570 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10571 soname_spec='${libname}${release}${shared_ext}$major'
10572 shlibpath_var=LD_LIBRARY_PATH
10573 shlibpath_overrides_runpath=yes
10574 hardcode_into_libs=yes
10575 if test "$with_gnu_ld" = yes; then
10576 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10577 else
10578 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10579 case $host_os in
10580 sco3.2v5*)
10581 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10582 ;;
10583 esac
10584 fi
10585 sys_lib_dlsearch_path_spec='/usr/lib'
10586 ;;
10587
10588tpf*)
10589 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10590 version_type=linux
10591 need_lib_prefix=no
10592 need_version=no
718a6fd8 10593 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
10594 shlibpath_var=LD_LIBRARY_PATH
10595 shlibpath_overrides_runpath=no
10596 hardcode_into_libs=yes
10597 ;;
10598
10599uts4*)
10600 version_type=linux
10601 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10602 soname_spec='${libname}${release}${shared_ext}$major'
10603 shlibpath_var=LD_LIBRARY_PATH
10604 ;;
10605
10606*)
10607 dynamic_linker=no
10608 ;;
10609esac
81ecdfbb
RW
10610{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10611$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
10612test "$dynamic_linker" = no && can_build_shared=no
10613
10614variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10615if test "$GCC" = yes; then
10616 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10617fi
10618
718a6fd8
SE
10619if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10620 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10621fi
10622if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10623 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10624fi
10625
d7040cdb
SE
10626
10627
10628
10629
10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
10644
10645
10646
10647
10648
10649
10650
10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
10662
10663
10664
10665
10666
10667
10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
10678
10679
10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
10693
10694
10695
10696
10697
10698
10699
10700
10701
10702
10703
10704
10705
3725885a
RW
10706
10707
10708
10709
10710
d7040cdb
SE
10711
10712
10713
10714
10715
10716
81ecdfbb
RW
10717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10718$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
10719hardcode_action=
10720if test -n "$hardcode_libdir_flag_spec" ||
10721 test -n "$runpath_var" ||
10722 test "X$hardcode_automatic" = "Xyes" ; then
10723
10724 # We can hardcode non-existent directories.
10725 if test "$hardcode_direct" != no &&
10726 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10727 # have to relink, otherwise we might link with an installed library
10728 # when we should be linking with a yet-to-be-installed one
10729 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10730 test "$hardcode_minus_L" != no; then
10731 # Linking always hardcodes the temporary library directory.
10732 hardcode_action=relink
10733 else
10734 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10735 hardcode_action=immediate
10736 fi
10737else
10738 # We cannot hardcode anything, or else we can only hardcode existing
10739 # directories.
10740 hardcode_action=unsupported
10741fi
81ecdfbb
RW
10742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10743$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
10744
10745if test "$hardcode_action" = relink ||
10746 test "$inherit_rpath" = yes; then
10747 # Fast installation is not supported
10748 enable_fast_install=no
10749elif test "$shlibpath_overrides_runpath" = yes ||
10750 test "$enable_shared" = no; then
10751 # Fast installation is not necessary
10752 enable_fast_install=needless
10753fi
10754
10755
10756
10757
10758
10759
10760 if test "x$enable_dlopen" != xyes; then
10761 enable_dlopen=unknown
10762 enable_dlopen_self=unknown
10763 enable_dlopen_self_static=unknown
10764else
10765 lt_cv_dlopen=no
10766 lt_cv_dlopen_libs=
10767
10768 case $host_os in
10769 beos*)
10770 lt_cv_dlopen="load_add_on"
10771 lt_cv_dlopen_libs=
10772 lt_cv_dlopen_self=yes
10773 ;;
10774
718a6fd8 10775 mingw* | pw32* | cegcc*)
d7040cdb
SE
10776 lt_cv_dlopen="LoadLibrary"
10777 lt_cv_dlopen_libs=
10778 ;;
10779
10780 cygwin*)
10781 lt_cv_dlopen="dlopen"
10782 lt_cv_dlopen_libs=
10783 ;;
10784
10785 darwin*)
10786 # if libdl is installed we need to link against it
81ecdfbb
RW
10787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10788$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10789if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10790 $as_echo_n "(cached) " >&6
d7040cdb
SE
10791else
10792 ac_check_lib_save_LIBS=$LIBS
10793LIBS="-ldl $LIBS"
81ecdfbb 10794cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10795/* end confdefs.h. */
10796
81ecdfbb
RW
10797/* Override any GCC internal prototype to avoid an error.
10798 Use char because int might match the return type of a GCC
10799 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10800#ifdef __cplusplus
10801extern "C"
10802#endif
d7040cdb
SE
10803char dlopen ();
10804int
10805main ()
10806{
81ecdfbb 10807return dlopen ();
d7040cdb
SE
10808 ;
10809 return 0;
10810}
10811_ACEOF
81ecdfbb 10812if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10813 ac_cv_lib_dl_dlopen=yes
10814else
81ecdfbb 10815 ac_cv_lib_dl_dlopen=no
d7040cdb 10816fi
81ecdfbb
RW
10817rm -f core conftest.err conftest.$ac_objext \
10818 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10819LIBS=$ac_check_lib_save_LIBS
10820fi
81ecdfbb
RW
10821{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10822$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10823if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
d7040cdb
SE
10824 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10825else
10826
10827 lt_cv_dlopen="dyld"
10828 lt_cv_dlopen_libs=
10829 lt_cv_dlopen_self=yes
10830
10831fi
10832
10833 ;;
10834
10835 *)
81ecdfbb 10836 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10837if test "x$ac_cv_func_shl_load" = xyes; then :
d7040cdb
SE
10838 lt_cv_dlopen="shl_load"
10839else
81ecdfbb
RW
10840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10841$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10842if ${ac_cv_lib_dld_shl_load+:} false; then :
81ecdfbb 10843 $as_echo_n "(cached) " >&6
d7040cdb
SE
10844else
10845 ac_check_lib_save_LIBS=$LIBS
10846LIBS="-ldld $LIBS"
81ecdfbb 10847cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10848/* end confdefs.h. */
10849
81ecdfbb
RW
10850/* Override any GCC internal prototype to avoid an error.
10851 Use char because int might match the return type of a GCC
10852 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10853#ifdef __cplusplus
10854extern "C"
10855#endif
d7040cdb
SE
10856char shl_load ();
10857int
10858main ()
10859{
81ecdfbb 10860return shl_load ();
d7040cdb
SE
10861 ;
10862 return 0;
10863}
10864_ACEOF
81ecdfbb 10865if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10866 ac_cv_lib_dld_shl_load=yes
10867else
81ecdfbb 10868 ac_cv_lib_dld_shl_load=no
d7040cdb 10869fi
81ecdfbb
RW
10870rm -f core conftest.err conftest.$ac_objext \
10871 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10872LIBS=$ac_check_lib_save_LIBS
10873fi
81ecdfbb
RW
10874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10875$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10876if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
718a6fd8 10877 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 10878else
81ecdfbb 10879 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10880if test "x$ac_cv_func_dlopen" = xyes; then :
d7040cdb
SE
10881 lt_cv_dlopen="dlopen"
10882else
81ecdfbb
RW
10883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10884$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10885if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10886 $as_echo_n "(cached) " >&6
d7040cdb
SE
10887else
10888 ac_check_lib_save_LIBS=$LIBS
10889LIBS="-ldl $LIBS"
81ecdfbb 10890cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10891/* end confdefs.h. */
10892
81ecdfbb
RW
10893/* Override any GCC internal prototype to avoid an error.
10894 Use char because int might match the return type of a GCC
10895 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10896#ifdef __cplusplus
10897extern "C"
10898#endif
d7040cdb
SE
10899char dlopen ();
10900int
10901main ()
10902{
81ecdfbb 10903return dlopen ();
d7040cdb
SE
10904 ;
10905 return 0;
10906}
10907_ACEOF
81ecdfbb 10908if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10909 ac_cv_lib_dl_dlopen=yes
10910else
81ecdfbb 10911 ac_cv_lib_dl_dlopen=no
d7040cdb 10912fi
81ecdfbb
RW
10913rm -f core conftest.err conftest.$ac_objext \
10914 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10915LIBS=$ac_check_lib_save_LIBS
10916fi
81ecdfbb
RW
10917{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10918$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10919if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
d7040cdb
SE
10920 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10921else
81ecdfbb
RW
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10923$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10924if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10925 $as_echo_n "(cached) " >&6
d7040cdb
SE
10926else
10927 ac_check_lib_save_LIBS=$LIBS
10928LIBS="-lsvld $LIBS"
81ecdfbb 10929cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10930/* end confdefs.h. */
10931
81ecdfbb
RW
10932/* Override any GCC internal prototype to avoid an error.
10933 Use char because int might match the return type of a GCC
10934 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10935#ifdef __cplusplus
10936extern "C"
10937#endif
d7040cdb
SE
10938char dlopen ();
10939int
10940main ()
10941{
81ecdfbb 10942return dlopen ();
d7040cdb
SE
10943 ;
10944 return 0;
10945}
10946_ACEOF
81ecdfbb 10947if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10948 ac_cv_lib_svld_dlopen=yes
10949else
81ecdfbb 10950 ac_cv_lib_svld_dlopen=no
d7040cdb 10951fi
81ecdfbb
RW
10952rm -f core conftest.err conftest.$ac_objext \
10953 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10954LIBS=$ac_check_lib_save_LIBS
10955fi
81ecdfbb
RW
10956{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10957$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10958if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
d7040cdb
SE
10959 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10960else
81ecdfbb
RW
10961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10962$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10963if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10964 $as_echo_n "(cached) " >&6
d7040cdb
SE
10965else
10966 ac_check_lib_save_LIBS=$LIBS
10967LIBS="-ldld $LIBS"
81ecdfbb 10968cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10969/* end confdefs.h. */
10970
81ecdfbb
RW
10971/* Override any GCC internal prototype to avoid an error.
10972 Use char because int might match the return type of a GCC
10973 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10974#ifdef __cplusplus
10975extern "C"
10976#endif
d7040cdb
SE
10977char dld_link ();
10978int
10979main ()
10980{
81ecdfbb 10981return dld_link ();
d7040cdb
SE
10982 ;
10983 return 0;
10984}
10985_ACEOF
81ecdfbb 10986if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10987 ac_cv_lib_dld_dld_link=yes
10988else
81ecdfbb 10989 ac_cv_lib_dld_dld_link=no
d7040cdb 10990fi
81ecdfbb
RW
10991rm -f core conftest.err conftest.$ac_objext \
10992 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10993LIBS=$ac_check_lib_save_LIBS
10994fi
81ecdfbb
RW
10995{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10996$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10997if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
718a6fd8 10998 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
10999fi
11000
11001
11002fi
11003
11004
11005fi
11006
11007
11008fi
11009
11010
11011fi
11012
11013
11014fi
11015
11016 ;;
11017 esac
11018
11019 if test "x$lt_cv_dlopen" != xno; then
11020 enable_dlopen=yes
20e95c23 11021 else
d7040cdb 11022 enable_dlopen=no
252b5132 11023 fi
5464f5a1 11024
d7040cdb
SE
11025 case $lt_cv_dlopen in
11026 dlopen)
11027 save_CPPFLAGS="$CPPFLAGS"
11028 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11029
11030 save_LDFLAGS="$LDFLAGS"
11031 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11032
11033 save_LIBS="$LIBS"
11034 LIBS="$lt_cv_dlopen_libs $LIBS"
11035
81ecdfbb
RW
11036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11037$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11038if ${lt_cv_dlopen_self+:} false; then :
81ecdfbb 11039 $as_echo_n "(cached) " >&6
20e95c23 11040else
d7040cdb
SE
11041 if test "$cross_compiling" = yes; then :
11042 lt_cv_dlopen_self=cross
11043else
11044 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11045 lt_status=$lt_dlunknown
11046 cat > conftest.$ac_ext <<_LT_EOF
43e05cd4 11047#line 11047 "configure"
d7040cdb
SE
11048#include "confdefs.h"
11049
11050#if HAVE_DLFCN_H
11051#include <dlfcn.h>
11052#endif
11053
11054#include <stdio.h>
11055
11056#ifdef RTLD_GLOBAL
11057# define LT_DLGLOBAL RTLD_GLOBAL
11058#else
11059# ifdef DL_GLOBAL
11060# define LT_DLGLOBAL DL_GLOBAL
11061# else
11062# define LT_DLGLOBAL 0
11063# endif
11064#endif
11065
11066/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11067 find out it does not work in some platform. */
11068#ifndef LT_DLLAZY_OR_NOW
11069# ifdef RTLD_LAZY
11070# define LT_DLLAZY_OR_NOW RTLD_LAZY
11071# else
11072# ifdef DL_LAZY
11073# define LT_DLLAZY_OR_NOW DL_LAZY
11074# else
11075# ifdef RTLD_NOW
11076# define LT_DLLAZY_OR_NOW RTLD_NOW
11077# else
11078# ifdef DL_NOW
11079# define LT_DLLAZY_OR_NOW DL_NOW
11080# else
11081# define LT_DLLAZY_OR_NOW 0
11082# endif
11083# endif
11084# endif
11085# endif
11086#endif
11087
3725885a
RW
11088/* When -fvisbility=hidden is used, assume the code has been annotated
11089 correspondingly for the symbols needed. */
11090#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11091void fnord () __attribute__((visibility("default")));
11092#endif
11093
11094void fnord () { int i=42; }
d7040cdb
SE
11095int main ()
11096{
11097 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11098 int status = $lt_dlunknown;
11099
11100 if (self)
11101 {
11102 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11103 else
11104 {
11105 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11106 else puts (dlerror ());
11107 }
d7040cdb
SE
11108 /* dlclose (self); */
11109 }
11110 else
11111 puts (dlerror ());
11112
718a6fd8 11113 return status;
d7040cdb
SE
11114}
11115_LT_EOF
81ecdfbb 11116 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11117 (eval $ac_link) 2>&5
11118 ac_status=$?
81ecdfbb
RW
11119 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11120 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11121 (./conftest; exit; ) >&5 2>/dev/null
11122 lt_status=$?
11123 case x$lt_status in
11124 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11125 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11126 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11127 esac
11128 else :
11129 # compilation failed
11130 lt_cv_dlopen_self=no
11131 fi
252b5132 11132fi
d7040cdb 11133rm -fr conftest*
20e95c23 11134
d7040cdb
SE
11135
11136fi
81ecdfbb
RW
11137{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11138$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11139
11140 if test "x$lt_cv_dlopen_self" = xyes; then
11141 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11143$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11144if ${lt_cv_dlopen_self_static+:} false; then :
81ecdfbb 11145 $as_echo_n "(cached) " >&6
20e95c23 11146else
d7040cdb
SE
11147 if test "$cross_compiling" = yes; then :
11148 lt_cv_dlopen_self_static=cross
11149else
11150 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11151 lt_status=$lt_dlunknown
11152 cat > conftest.$ac_ext <<_LT_EOF
43e05cd4 11153#line 11153 "configure"
d7040cdb
SE
11154#include "confdefs.h"
11155
11156#if HAVE_DLFCN_H
11157#include <dlfcn.h>
11158#endif
11159
11160#include <stdio.h>
11161
11162#ifdef RTLD_GLOBAL
11163# define LT_DLGLOBAL RTLD_GLOBAL
11164#else
11165# ifdef DL_GLOBAL
11166# define LT_DLGLOBAL DL_GLOBAL
11167# else
11168# define LT_DLGLOBAL 0
11169# endif
11170#endif
11171
11172/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11173 find out it does not work in some platform. */
11174#ifndef LT_DLLAZY_OR_NOW
11175# ifdef RTLD_LAZY
11176# define LT_DLLAZY_OR_NOW RTLD_LAZY
11177# else
11178# ifdef DL_LAZY
11179# define LT_DLLAZY_OR_NOW DL_LAZY
11180# else
11181# ifdef RTLD_NOW
11182# define LT_DLLAZY_OR_NOW RTLD_NOW
11183# else
11184# ifdef DL_NOW
11185# define LT_DLLAZY_OR_NOW DL_NOW
11186# else
11187# define LT_DLLAZY_OR_NOW 0
11188# endif
11189# endif
11190# endif
11191# endif
11192#endif
11193
3725885a
RW
11194/* When -fvisbility=hidden is used, assume the code has been annotated
11195 correspondingly for the symbols needed. */
11196#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11197void fnord () __attribute__((visibility("default")));
11198#endif
11199
11200void fnord () { int i=42; }
d7040cdb
SE
11201int main ()
11202{
11203 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11204 int status = $lt_dlunknown;
11205
11206 if (self)
11207 {
11208 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11209 else
11210 {
11211 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11212 else puts (dlerror ());
11213 }
d7040cdb
SE
11214 /* dlclose (self); */
11215 }
11216 else
11217 puts (dlerror ());
11218
718a6fd8 11219 return status;
d7040cdb
SE
11220}
11221_LT_EOF
81ecdfbb 11222 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11223 (eval $ac_link) 2>&5
11224 ac_status=$?
81ecdfbb
RW
11225 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11226 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11227 (./conftest; exit; ) >&5 2>/dev/null
11228 lt_status=$?
11229 case x$lt_status in
11230 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11231 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11232 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11233 esac
11234 else :
11235 # compilation failed
11236 lt_cv_dlopen_self_static=no
11237 fi
11238fi
11239rm -fr conftest*
11240
11241
11242fi
81ecdfbb
RW
11243{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11244$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11245 fi
11246
11247 CPPFLAGS="$save_CPPFLAGS"
11248 LDFLAGS="$save_LDFLAGS"
11249 LIBS="$save_LIBS"
11250 ;;
11251 esac
11252
11253 case $lt_cv_dlopen_self in
11254 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11255 *) enable_dlopen_self=unknown ;;
11256 esac
11257
11258 case $lt_cv_dlopen_self_static in
11259 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11260 *) enable_dlopen_self_static=unknown ;;
11261 esac
11262fi
11263
11264
11265
11266
11267
11268
11269
11270
11271
11272
11273
11274
11275
11276
11277
11278
11279
11280striplib=
11281old_striplib=
81ecdfbb
RW
11282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11283$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11284if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11285 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11286 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11288$as_echo "yes" >&6; }
d7040cdb
SE
11289else
11290# FIXME - insert some real tests, host_os isn't really good enough
11291 case $host_os in
11292 darwin*)
11293 if test -n "$STRIP" ; then
11294 striplib="$STRIP -x"
11295 old_striplib="$STRIP -S"
81ecdfbb
RW
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11297$as_echo "yes" >&6; }
d7040cdb 11298 else
81ecdfbb
RW
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11300$as_echo "no" >&6; }
d7040cdb 11301 fi
20e95c23
DJ
11302 ;;
11303 *)
81ecdfbb
RW
11304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11305$as_echo "no" >&6; }
d7040cdb
SE
11306 ;;
11307 esac
11308fi
11309
11310
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321 # Report which library types will actually be built
81ecdfbb
RW
11322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11323$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11325$as_echo "$can_build_shared" >&6; }
d7040cdb 11326
81ecdfbb
RW
11327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11328$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11329 test "$can_build_shared" = "no" && enable_shared=no
11330
11331 # On AIX, shared libraries and static libraries use the same namespace, and
11332 # are all built from PIC.
11333 case $host_os in
11334 aix3*)
11335 test "$enable_shared" = yes && enable_static=no
11336 if test -n "$RANLIB"; then
11337 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11338 postinstall_cmds='$RANLIB $lib'
11339 fi
11340 ;;
11341
e81819a5 11342 aix[4-9]*)
d7040cdb
SE
11343 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11344 test "$enable_shared" = yes && enable_static=no
11345 fi
20e95c23 11346 ;;
d7040cdb 11347 esac
81ecdfbb
RW
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11349$as_echo "$enable_shared" >&6; }
d7040cdb 11350
81ecdfbb
RW
11351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11352$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11353 # Make sure either enable_shared or enable_static is yes.
11354 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11356$as_echo "$enable_static" >&6; }
d7040cdb
SE
11357
11358
11359
11360
11361fi
11362ac_ext=c
11363ac_cpp='$CPP $CPPFLAGS'
11364ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11365ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11366ac_compiler_gnu=$ac_cv_c_compiler_gnu
11367
11368CC="$lt_save_CC"
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
81ecdfbb 11382 ac_config_commands="$ac_config_commands libtool"
ce3c775b
NC
11383
11384
11385
11386
11387# Only expand once:
11388
11389
11390
da2f07f1
JK
11391# AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11392
3388710e
JM
11393# The tests for host and target for $enable_largefile require
11394# canonical names.
11395
11396
11397
da2f07f1
JK
11398# As the $enable_largefile decision depends on --enable-plugins we must set it
11399# even in directories otherwise not depending on the $plugins option.
11400
5691d22d 11401
b879806f
AM
11402 maybe_plugins=no
11403 for ac_header in dlfcn.h
11404do :
11405 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11406"
d0ac1c44 11407if test "x$ac_cv_header_dlfcn_h" = xyes; then :
b879806f
AM
11408 cat >>confdefs.h <<_ACEOF
11409#define HAVE_DLFCN_H 1
11410_ACEOF
11411 maybe_plugins=yes
11412fi
11413
11414done
11415
11416 for ac_header in windows.h
11417do :
11418 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11419"
d0ac1c44 11420if test "x$ac_cv_header_windows_h" = xyes; then :
b879806f
AM
11421 cat >>confdefs.h <<_ACEOF
11422#define HAVE_WINDOWS_H 1
11423_ACEOF
11424 maybe_plugins=yes
11425fi
11426
11427done
11428
11429
11430 # Check whether --enable-plugins was given.
81ecdfbb
RW
11431if test "${enable_plugins+set}" = set; then :
11432 enableval=$enable_plugins; case "${enableval}" in
b879806f
AM
11433 no) plugins=no ;;
11434 *) plugins=yes
11435 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 11436 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
b879806f
AM
11437 fi ;;
11438 esac
ce3c775b 11439else
b879806f
AM
11440 plugins=$maybe_plugins
11441
81ecdfbb 11442fi
ce3c775b 11443
2974be62 11444 if test "$plugins" = "yes"; then
3cba8b6c
L
11445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11446$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 11447if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11448 $as_echo_n "(cached) " >&6
11449else
11450 ac_func_search_save_LIBS=$LIBS
11451cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11452/* end confdefs.h. */
11453
11454/* Override any GCC internal prototype to avoid an error.
11455 Use char because int might match the return type of a GCC
11456 builtin and then its argument prototype would still apply. */
11457#ifdef __cplusplus
11458extern "C"
11459#endif
3cba8b6c 11460char dlsym ();
2974be62
AM
11461int
11462main ()
11463{
3cba8b6c 11464return dlsym ();
2974be62
AM
11465 ;
11466 return 0;
11467}
11468_ACEOF
11469for ac_lib in '' dl; do
11470 if test -z "$ac_lib"; then
11471 ac_res="none required"
11472 else
11473 ac_res=-l$ac_lib
11474 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11475 fi
11476 if ac_fn_c_try_link "$LINENO"; then :
3cba8b6c 11477 ac_cv_search_dlsym=$ac_res
2974be62
AM
11478fi
11479rm -f core conftest.err conftest.$ac_objext \
11480 conftest$ac_exeext
d0ac1c44 11481 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11482 break
11483fi
11484done
d0ac1c44 11485if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11486
11487else
3cba8b6c 11488 ac_cv_search_dlsym=no
2974be62
AM
11489fi
11490rm conftest.$ac_ext
11491LIBS=$ac_func_search_save_LIBS
11492fi
3cba8b6c
L
11493{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11494$as_echo "$ac_cv_search_dlsym" >&6; }
11495ac_res=$ac_cv_search_dlsym
2974be62
AM
11496if test "$ac_res" != no; then :
11497 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11498
11499fi
11500
11501 fi
ce3c775b 11502
5691d22d 11503
da2f07f1 11504case "${host}" in
c8693053
RO
11505 sparc-*-solaris*|i?86-*-solaris*)
11506 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11507 # were mutually exclusive until Solaris 11.3. Without procfs support,
11508 # the bfd/ elf module cannot provide certain routines such as
11509 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11510 # explicitly requested large-file support through the
11511 # --enable-largefile switch, disable large-file support in favor of
11512 # procfs support.
11513 #
11514 # Check if <sys/procfs.h> is incompatible with large-file support.
11515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11516/* end confdefs.h. */
11517#define _FILE_OFFSET_BITS 64
11518#define _STRUCTURED_PROC 1
11519#include <sys/procfs.h>
11520int
11521main ()
11522{
11523
11524 ;
11525 return 0;
11526}
11527_ACEOF
11528if ac_fn_c_try_compile "$LINENO"; then :
11529 acx_cv_procfs_lfs=yes
11530else
11531 acx_cv_procfs_lfs=no
11532fi
11533rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11534 #
11535 # Forcefully disable large-file support only if necessary, gdb is in
11536 # tree and enabled.
11537 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11538 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11539 : ${enable_largefile="no"}
11540 if test "$plugins" = yes; then
11541 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11542plugin support disabled; require large-file support which is incompatible with GDB." >&5
11543$as_echo "$as_me: WARNING:
11544plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11545 plugins=no
11546 fi
11547 fi
11548 #
11549 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11550 # benefit of g++ 9+ which predefines it on Solaris.
11551 if test "$enable_largefile" = no; then
11552 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11553
11554 fi
ce3c775b
NC
11555 ;;
11556esac
11557
81ecdfbb
RW
11558# Check whether --enable-largefile was given.
11559if test "${enable_largefile+set}" = set; then :
11560 enableval=$enable_largefile;
11561fi
ce3c775b 11562
ce3c775b
NC
11563if test "$enable_largefile" != no; then
11564
81ecdfbb
RW
11565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11566$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
d0ac1c44 11567if ${ac_cv_sys_largefile_CC+:} false; then :
81ecdfbb 11568 $as_echo_n "(cached) " >&6
ce3c775b
NC
11569else
11570 ac_cv_sys_largefile_CC=no
11571 if test "$GCC" != yes; then
11572 ac_save_CC=$CC
11573 while :; do
81ecdfbb
RW
11574 # IRIX 6.2 and later do not support large files by default,
11575 # so use the C compiler's -n32 option if that helps.
11576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11577/* end confdefs.h. */
11578#include <sys/types.h>
11579 /* Check that off_t can represent 2**63 - 1 correctly.
11580 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11581 since some C++ compilers masquerading as C compilers
11582 incorrectly reject 9223372036854775807. */
e0b2a78c 11583#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
ce3c775b
NC
11584 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11585 && LARGE_OFF_T % 2147483647 == 1)
11586 ? 1 : -1];
11587int
11588main ()
11589{
11590
11591 ;
11592 return 0;
11593}
11594_ACEOF
81ecdfbb 11595 if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11596 break
ce3c775b 11597fi
81ecdfbb
RW
11598rm -f core conftest.err conftest.$ac_objext
11599 CC="$CC -n32"
11600 if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11601 ac_cv_sys_largefile_CC=' -n32'; break
ce3c775b 11602fi
81ecdfbb 11603rm -f core conftest.err conftest.$ac_objext
ce3c775b
NC
11604 break
11605 done
11606 CC=$ac_save_CC
11607 rm -f conftest.$ac_ext
11608 fi
11609fi
81ecdfbb
RW
11610{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11611$as_echo "$ac_cv_sys_largefile_CC" >&6; }
ce3c775b
NC
11612 if test "$ac_cv_sys_largefile_CC" != no; then
11613 CC=$CC$ac_cv_sys_largefile_CC
11614 fi
11615
81ecdfbb
RW
11616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11617$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
d0ac1c44 11618if ${ac_cv_sys_file_offset_bits+:} false; then :
81ecdfbb 11619 $as_echo_n "(cached) " >&6
ce3c775b
NC
11620else
11621 while :; do
81ecdfbb 11622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11623/* end confdefs.h. */
11624#include <sys/types.h>
11625 /* Check that off_t can represent 2**63 - 1 correctly.
11626 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11627 since some C++ compilers masquerading as C compilers
11628 incorrectly reject 9223372036854775807. */
e0b2a78c 11629#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
ce3c775b
NC
11630 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11631 && LARGE_OFF_T % 2147483647 == 1)
11632 ? 1 : -1];
11633int
11634main ()
11635{
11636
11637 ;
11638 return 0;
11639}
11640_ACEOF
81ecdfbb
RW
11641if ac_fn_c_try_compile "$LINENO"; then :
11642 ac_cv_sys_file_offset_bits=no; break
ce3c775b 11643fi
81ecdfbb
RW
11644rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11646/* end confdefs.h. */
11647#define _FILE_OFFSET_BITS 64
11648#include <sys/types.h>
11649 /* Check that off_t can represent 2**63 - 1 correctly.
11650 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11651 since some C++ compilers masquerading as C compilers
11652 incorrectly reject 9223372036854775807. */
e0b2a78c 11653#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
ce3c775b
NC
11654 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11655 && LARGE_OFF_T % 2147483647 == 1)
11656 ? 1 : -1];
11657int
11658main ()
11659{
11660
11661 ;
11662 return 0;
11663}
11664_ACEOF
81ecdfbb 11665if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11666 ac_cv_sys_file_offset_bits=64; break
ce3c775b 11667fi
81ecdfbb
RW
11668rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11669 ac_cv_sys_file_offset_bits=unknown
ce3c775b
NC
11670 break
11671done
11672fi
81ecdfbb
RW
11673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11674$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11675case $ac_cv_sys_file_offset_bits in #(
11676 no | unknown) ;;
11677 *)
ce3c775b
NC
11678cat >>confdefs.h <<_ACEOF
11679#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11680_ACEOF
81ecdfbb
RW
11681;;
11682esac
11683rm -rf conftest*
11684 if test $ac_cv_sys_file_offset_bits = unknown; then
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11686$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
d0ac1c44 11687if ${ac_cv_sys_large_files+:} false; then :
81ecdfbb 11688 $as_echo_n "(cached) " >&6
ce3c775b
NC
11689else
11690 while :; do
81ecdfbb 11691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11692/* end confdefs.h. */
11693#include <sys/types.h>
11694 /* Check that off_t can represent 2**63 - 1 correctly.
11695 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11696 since some C++ compilers masquerading as C compilers
11697 incorrectly reject 9223372036854775807. */
e0b2a78c 11698#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
ce3c775b
NC
11699 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11700 && LARGE_OFF_T % 2147483647 == 1)
11701 ? 1 : -1];
11702int
11703main ()
11704{
11705
11706 ;
11707 return 0;
11708}
11709_ACEOF
81ecdfbb
RW
11710if ac_fn_c_try_compile "$LINENO"; then :
11711 ac_cv_sys_large_files=no; break
ce3c775b 11712fi
81ecdfbb
RW
11713rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11715/* end confdefs.h. */
11716#define _LARGE_FILES 1
11717#include <sys/types.h>
11718 /* Check that off_t can represent 2**63 - 1 correctly.
11719 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11720 since some C++ compilers masquerading as C compilers
11721 incorrectly reject 9223372036854775807. */
e0b2a78c 11722#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
ce3c775b
NC
11723 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11724 && LARGE_OFF_T % 2147483647 == 1)
11725 ? 1 : -1];
11726int
11727main ()
11728{
d7040cdb 11729
ce3c775b
NC
11730 ;
11731 return 0;
11732}
11733_ACEOF
81ecdfbb 11734if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11735 ac_cv_sys_large_files=1; break
ce3c775b 11736fi
81ecdfbb
RW
11737rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11738 ac_cv_sys_large_files=unknown
ce3c775b
NC
11739 break
11740done
11741fi
81ecdfbb
RW
11742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11743$as_echo "$ac_cv_sys_large_files" >&6; }
11744case $ac_cv_sys_large_files in #(
11745 no | unknown) ;;
11746 *)
ce3c775b
NC
11747cat >>confdefs.h <<_ACEOF
11748#define _LARGE_FILES $ac_cv_sys_large_files
11749_ACEOF
81ecdfbb
RW
11750;;
11751esac
11752rm -rf conftest*
11753 fi
d0ac1c44
SM
11754
11755
ce3c775b 11756fi
d7040cdb
SE
11757
11758
da2f07f1 11759
1e927850 11760case "${target}" in
c40e6650 11761 hppa*64*-*-* | vax-*-netbsdelf*) ;;
1e927850
AM
11762 *-*-*aout* | i[3-7]86-*-bsd* | i[3-7]86-*-msdos* | ns32k-*-* | \
11763 pdp11-*-* | vax-*-*bsd*)
11764 if test "$plugins" = "yes"; then
11765 if test "${enable_plugins+set}" = set; then
11766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins for AOUT is experimental" >&5
11767$as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
11768 else
11769 plugins=no
11770 fi
11771 fi ;;
c40e6650 11772 hppa*-*-hpux* | *-*-*vms* | \
1e927850
AM
11773 powerpc*-*-aix* | powerpc-*-beos* | powerpc-*-macos* | rs6000-*-*)
11774 if test "$plugins" = "yes"; then
11775 if test "${enable_plugins+set}" = set; then
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&5
11777$as_echo "$as_me: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&2;}
11778 else
11779 plugins=no
11780 fi
11781 fi ;;
11782esac
11783
da2f07f1
JK
11784 if test "$plugins" = "yes"; then
11785 PLUGINS_TRUE=
11786 PLUGINS_FALSE='#'
11787else
11788 PLUGINS_TRUE='#'
11789 PLUGINS_FALSE=
11790fi
11791
11792
43e05cd4
AM
11793ac_checking=
11794. ${srcdir}/development.sh
11795test "$development" = true && ac_checking=yes
11796# Check whether --enable-checking was given.
11797if test "${enable_checking+set}" = set; then :
11798 enableval=$enable_checking; case "${enableval}" in
11799 no|none) ac_checking= ;;
11800 *) ac_checking=yes ;;
11801esac
11802fi
11803if test x$ac_checking != x ; then
11804
11805$as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11806
11807fi
11808
81ecdfbb
RW
11809# Check whether --enable-64-bit-bfd was given.
11810if test "${enable_64_bit_bfd+set}" = set; then :
11811 enableval=$enable_64_bit_bfd; case "${enableval}" in
d7040cdb
SE
11812 yes) want64=true ;;
11813 no) want64=false ;;
d0ac1c44 11814 *) as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
d7040cdb
SE
11815esac
11816else
11817 want64=false
81ecdfbb
RW
11818fi
11819
11820# Check whether --enable-targets was given.
11821if test "${enable_targets+set}" = set; then :
11822 enableval=$enable_targets; case "${enableval}" in
d0ac1c44 11823 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
11824 ;;
11825 no) enable_targets= ;;
11826 *) enable_targets=$enableval ;;
11827esac
81ecdfbb 11828fi
504b7d20 11829
e6cc316a
L
11830# Check whether --enable-64_bit_archive was given.
11831if test "${enable_64_bit_archive+set}" = set; then :
11832 enableval=$enable_64_bit_archive; case "${enableval}" in
11833 yes) want_64_bit_archive=true ;;
11834 no) want_64_bit_archive=false ;;
d0ac1c44 11835 *) as_fn_error $? "bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
e6cc316a
L
11836esac
11837else
11838 want_64_bit_archive=unset
11839fi
11840
81ecdfbb
RW
11841
11842# Check whether --with-mmap was given.
11843if test "${with_mmap+set}" = set; then :
11844 withval=$with_mmap; case "${withval}" in
d7040cdb
SE
11845 yes) want_mmap=true ;;
11846 no) want_mmap=false ;;
d0ac1c44 11847 *) as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
20e95c23 11848esac
252b5132 11849else
d7040cdb 11850 want_mmap=false
81ecdfbb
RW
11851fi
11852
11853# Check whether --enable-secureplt was given.
11854if test "${enable_secureplt+set}" = set; then :
11855 enableval=$enable_secureplt; case "${enableval}" in
d7040cdb
SE
11856 yes) use_secureplt=true ;;
11857 no) use_secureplt=false ;;
d0ac1c44 11858 *) as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
d7040cdb 11859esac
252b5132 11860else
cc75d373 11861 use_secureplt=true
81ecdfbb
RW
11862fi
11863if test $use_secureplt = true; then
d7040cdb 11864
81ecdfbb 11865$as_echo "#define USE_SECUREPLT 1" >>confdefs.h
5464f5a1 11866
252b5132 11867fi
20e95c23 11868
f6aec96d
L
11869# Decide if -z separate-code should be enabled in ELF linker by default.
11870ac_default_ld_z_separate_code=unset
11871# Check whether --enable-separate-code was given.
11872if test "${enable_separate_code+set}" = set; then :
11873 enableval=$enable_separate_code; case "${enableval}" in
11874 yes) ac_default_ld_z_separate_code=1 ;;
11875 no) ac_default_ld_z_separate_code=0 ;;
11876esac
11877fi
11878
11879# Enable -z separate-code by default for Linux/x86.
11880case "${target}" in
872899f1 11881i[3-7]86-*-linux-* | x86_64-*-linux-*)
f6aec96d
L
11882 if test ${ac_default_ld_z_separate_code} = unset; then
11883 ac_default_ld_z_separate_code=1
11884 fi
11885 ;;
11886esac
11887if test "${ac_default_ld_z_separate_code}" = unset; then
11888 ac_default_ld_z_separate_code=0
11889fi
11890
11891cat >>confdefs.h <<_ACEOF
11892#define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
11893_ACEOF
11894
11895
ef72a554
KT
11896# Check whether --enable-leading-mingw64-underscores was given.
11897if test "${enable_leading_mingw64_underscores+set}" = set; then :
11898 enableval=$enable_leading_mingw64_underscores;
11899fi
11900
11901if test x"$enable_leading_mingw64_underscores" = xyes ; then :
11902
11903$as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
11904
11905fi
11906
0d4a1476
AS
11907DEBUGDIR=${libdir}/debug
11908
81ecdfbb
RW
11909# Check whether --with-separate-debug-dir was given.
11910if test "${with_separate_debug_dir+set}" = set; then :
11911 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
11912fi
11913
0d4a1476
AS
11914
11915
504b7d20 11916
d7040cdb 11917
81ecdfbb
RW
11918# Check whether --with-pkgversion was given.
11919if test "${with_pkgversion+set}" = set; then :
11920 withval=$with_pkgversion; case "$withval" in
d0ac1c44 11921 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
d7040cdb
SE
11922 no) PKGVERSION= ;;
11923 *) PKGVERSION="($withval) " ;;
11924 esac
252b5132 11925else
d7040cdb 11926 PKGVERSION="(GNU Binutils) "
252b5132 11927
81ecdfbb
RW
11928fi
11929
20e95c23
DJ
11930
11931
5464f5a1 11932
20e95c23 11933
81ecdfbb
RW
11934# Check whether --with-bugurl was given.
11935if test "${with_bugurl+set}" = set; then :
11936 withval=$with_bugurl; case "$withval" in
d0ac1c44 11937 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
d7040cdb
SE
11938 no) BUGURL=
11939 ;;
11940 *) BUGURL="$withval"
11941 ;;
11942 esac
252b5132 11943else
eec8bf7e 11944 BUGURL="https://www.sourceware.org/bugzilla/"
d7040cdb 11945
81ecdfbb
RW
11946fi
11947
d7040cdb
SE
11948 case ${BUGURL} in
11949 "")
11950 REPORT_BUGS_TO=
11951 REPORT_BUGS_TEXI=
20e95c23
DJ
11952 ;;
11953 *)
d7040cdb
SE
11954 REPORT_BUGS_TO="<$BUGURL>"
11955 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
20e95c23 11956 ;;
d7040cdb
SE
11957 esac;
11958
11959
11960
11961
11962
270c9937
JB
11963# Set the 'development' global.
11964. $srcdir/../bfd/development.sh
11965
c5da1932
VZ
11966# Set acp_cpp_for_build variable
11967ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11968
9780e045 11969# Default set of GCC warnings to enable.
d1a98e0c 11970GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 11971GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
11972
11973# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
d1a98e0c
AM
11974cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11975/* end confdefs.h. */
11976__GNUC__
11977_ACEOF
11978if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11979 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
d1a98e0c
AM
11980
11981else
11982 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11983fi
11984rm -f conftest*
11985
d7040cdb 11986
9780e045
NC
11987# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11988cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11989/* end confdefs.h. */
11990__GNUC__
11991_ACEOF
11992if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11993 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
9780e045
NC
11994
11995else
11996 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11997fi
11998rm -f conftest*
11999
12000
6757cf57
TS
12001# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12002WARN_WRITE_STRINGS=""
12003cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12004/* end confdefs.h. */
12005__GNUC__
12006_ACEOF
12007if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12008 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
6757cf57
TS
12009
12010else
12011 WARN_WRITE_STRINGS="-Wwrite-strings"
12012fi
12013rm -f conftest*
12014
9780e045 12015
96fe4562 12016# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
12017
12018# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12019cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12020/* end confdefs.h. */
12021__GNUC__
12022_ACEOF
12023if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12024 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12025
12026else
12027 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12028fi
12029rm -f conftest*
12030
12031
12032# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12033cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12034/* end confdefs.h. */
12035__GNUC__
12036_ACEOF
12037if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12038 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12039
12040else
12041 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12042fi
12043rm -f conftest*
12044
12045
81ecdfbb
RW
12046# Check whether --enable-werror was given.
12047if test "${enable_werror+set}" = set; then :
12048 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
12049 yes | y) ERROR_ON_WARNING="yes" ;;
12050 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 12051 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 12052 esac
81ecdfbb
RW
12053fi
12054
d7040cdb 12055
d1a98e0c 12056# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
12057case "${host}" in
12058 *-*-mingw32*)
12059 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12060 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 12061 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
12062 fi
12063 ;;
12064 *) ;;
12065esac
12066
270c9937
JB
12067# Enable -Werror by default when using gcc. Turn it off for releases.
12068if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
12069 ERROR_ON_WARNING=yes
12070fi
12071
12072NO_WERROR=
12073if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 12074 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 12075 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
d7040cdb
SE
12076 NO_WERROR="-Wno-error"
12077fi
12078
12079if test "${GCC}" = yes ; then
12080 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 12081 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
d7040cdb
SE
12082fi
12083
81ecdfbb
RW
12084# Check whether --enable-build-warnings was given.
12085if test "${enable_build_warnings+set}" = set; then :
12086 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
12087 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12088 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
d7040cdb
SE
12089 no) if test "${GCC}" = yes ; then
12090 WARN_CFLAGS="-w"
c5da1932 12091 WARN_CFLAGS_FOR_BUILD="-w"
d7040cdb
SE
12092 fi;;
12093 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12094 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12095 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
d7040cdb 12096 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12097 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12098 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12099 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12100 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
20e95c23 12101esac
81ecdfbb
RW
12102fi
12103
d7040cdb
SE
12104
12105if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12106 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
20e95c23 12107fi
d7040cdb
SE
12108
12109
12110
12111
12112
6757cf57 12113
c5da1932 12114
81ecdfbb 12115ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12116
12117
df7b86aa
NC
12118# PR 14072
12119
12120
d7040cdb 12121if test -z "$target" ; then
d0ac1c44 12122 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
20e95c23
DJ
12123fi
12124
81ecdfbb
RW
12125
12126{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12127$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12128 # Check whether --enable-maintainer-mode was given.
12129if test "${enable_maintainer_mode+set}" = set; then :
12130 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
d7040cdb
SE
12131else
12132 USE_MAINTAINER_MODE=no
81ecdfbb 12133fi
20e95c23 12134
81ecdfbb
RW
12135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12136$as_echo "$USE_MAINTAINER_MODE" >&6; }
12137 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
12138 MAINTAINER_MODE_TRUE=
12139 MAINTAINER_MODE_FALSE='#'
12140else
12141 MAINTAINER_MODE_TRUE='#'
12142 MAINTAINER_MODE_FALSE=
6be7c12c 12143fi
5464f5a1 12144
d7040cdb
SE
12145 MAINT=$MAINTAINER_MODE_TRUE
12146
12147
81ecdfbb 12148 if false; then
d7040cdb
SE
12149 GENINSRC_NEVER_TRUE=
12150 GENINSRC_NEVER_FALSE='#'
20e95c23 12151else
d7040cdb
SE
12152 GENINSRC_NEVER_TRUE='#'
12153 GENINSRC_NEVER_FALSE=
5464f5a1 12154fi
5464f5a1 12155
d7040cdb
SE
12156 case ${build_alias} in
12157 "") build_noncanonical=${build} ;;
12158 *) build_noncanonical=${build_alias} ;;
20e95c23 12159esac
d7040cdb
SE
12160
12161 case ${host_alias} in
12162 "") host_noncanonical=${build_noncanonical} ;;
12163 *) host_noncanonical=${host_alias} ;;
12164esac
12165
12166 case ${target_alias} in
12167 "") target_noncanonical=${host_noncanonical} ;;
12168 *) target_noncanonical=${target_alias} ;;
12169esac
12170
81ecdfbb
RW
12171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12172$as_echo_n "checking whether to install libbfd... " >&6; }
12173 # Check whether --enable-install-libbfd was given.
12174if test "${enable_install_libbfd+set}" = set; then :
12175 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
252b5132 12176else
d7040cdb
SE
12177 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12178 install_libbfd_p=yes
12179 else
12180 install_libbfd_p=no
12181 fi
81ecdfbb 12182fi
d7040cdb 12183
81ecdfbb
RW
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12185$as_echo "$install_libbfd_p" >&6; }
12186 if test $install_libbfd_p = yes; then
d7040cdb
SE
12187 INSTALL_LIBBFD_TRUE=
12188 INSTALL_LIBBFD_FALSE='#'
12189else
12190 INSTALL_LIBBFD_TRUE='#'
12191 INSTALL_LIBBFD_FALSE=
5464f5a1 12192fi
5464f5a1 12193
d7040cdb 12194 # Need _noncanonical variables for this.
5464f5a1 12195
5464f5a1 12196
d7040cdb
SE
12197
12198
12199 # libbfd.a is a host library containing target dependent code
12200 bfdlibdir='$(libdir)'
12201 bfdincludedir='$(includedir)'
12202 if test "${host}" != "${target}"; then
12203 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12204 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
20e95c23 12205 fi
6be7c12c 12206
5464f5a1 12207
5464f5a1
NN
12208
12209
5464f5a1 12210
ac48eca1 12211
573e8a1c
RW
12212
12213
d7040cdb
SE
12214host64=false
12215target64=false
12216bfd_default_target_size=32
252b5132 12217
d7040cdb 12218# host stuff:
20e95c23 12219
293b4d4f 12220ALL_LINGUAS="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
d7040cdb
SE
12221# If we haven't got the data from the intl directory,
12222# assume NLS is disabled.
12223USE_NLS=no
12224LIBINTL=
12225LIBINTL_DEP=
12226INCINTL=
12227XGETTEXT=
12228GMSGFMT=
12229POSUB=
12230
12231if test -f ../intl/config.intl; then
12232 . ../intl/config.intl
252b5132 12233fi
81ecdfbb
RW
12234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12235$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12236if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12238$as_echo "no" >&6; }
d7040cdb 12239else
81ecdfbb
RW
12240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12241$as_echo "yes" >&6; }
5464f5a1 12242
81ecdfbb 12243$as_echo "#define ENABLE_NLS 1" >>confdefs.h
252b5132 12244
6be7c12c 12245
81ecdfbb
RW
12246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12247$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12248 # Look for .po and .gmo files in the source directory.
12249 CATALOGS=
12250 XLINGUAS=
12251 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12252 # If there aren't any .gmo files the shell will give us the
12253 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12254 # weeded out.
12255 case "$cat" in *\**)
12256 continue;;
12257 esac
12258 # The quadruple backslash is collapsed to a double backslash
12259 # by the backticks, then collapsed again by the double quotes,
12260 # leaving us with one backslash in the sed expression (right
12261 # before the dot that mustn't act as a wildcard).
12262 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12263 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12264 # The user is allowed to set LINGUAS to a list of languages to
12265 # install catalogs for. If it's empty that means "all of them."
12266 if test "x$LINGUAS" = x; then
12267 CATALOGS="$CATALOGS $cat"
12268 XLINGUAS="$XLINGUAS $lang"
12269 else
12270 case "$LINGUAS" in *$lang*)
12271 CATALOGS="$CATALOGS $cat"
12272 XLINGUAS="$XLINGUAS $lang"
12273 ;;
12274 esac
12275 fi
12276 done
12277 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12279$as_echo "$LINGUAS" >&6; }
d7040cdb 12280
252b5132 12281
d7040cdb 12282 DATADIRNAME=share
252b5132 12283
d7040cdb 12284 INSTOBJEXT=.mo
5464f5a1 12285
d7040cdb 12286 GENCAT=gencat
20e95c23 12287
d7040cdb 12288 CATOBJEXT=.gmo
5464f5a1 12289
20e95c23 12290fi
5464f5a1 12291
d7040cdb
SE
12292 MKINSTALLDIRS=
12293 if test -n "$ac_aux_dir"; then
12294 case "$ac_aux_dir" in
12295 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12296 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12297 esac
12298 fi
12299 if test -z "$MKINSTALLDIRS"; then
12300 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
5464f5a1 12301 fi
5464f5a1 12302
5464f5a1 12303
d7040cdb 12304
81ecdfbb
RW
12305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12306$as_echo_n "checking whether NLS is requested... " >&6; }
12307 # Check whether --enable-nls was given.
12308if test "${enable_nls+set}" = set; then :
12309 enableval=$enable_nls; USE_NLS=$enableval
252b5132 12310else
d7040cdb 12311 USE_NLS=yes
81ecdfbb
RW
12312fi
12313
12314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12315$as_echo "$USE_NLS" >&6; }
5464f5a1 12316
252b5132 12317
5464f5a1 12318
252b5132 12319
d7040cdb
SE
12320
12321
12322# Prepare PATH_SEPARATOR.
12323# The user is always right.
12324if test "${PATH_SEPARATOR+set}" != set; then
12325 echo "#! /bin/sh" >conf$$.sh
12326 echo "exit 0" >>conf$$.sh
12327 chmod +x conf$$.sh
12328 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12329 PATH_SEPARATOR=';'
20e95c23 12330 else
d7040cdb 12331 PATH_SEPARATOR=:
20e95c23 12332 fi
d7040cdb
SE
12333 rm -f conf$$.sh
12334fi
12335
12336# Find out how to test for executable files. Don't use a zero-byte file,
12337# as systems may use methods other than mode bits to determine executability.
12338cat >conf$$.file <<_ASEOF
12339#! /bin/sh
12340exit 0
12341_ASEOF
12342chmod +x conf$$.file
12343if test -x conf$$.file >/dev/null 2>&1; then
12344 ac_executable_p="test -x"
20e95c23 12345else
d7040cdb 12346 ac_executable_p="test -f"
20e95c23 12347fi
d7040cdb 12348rm -f conf$$.file
5464f5a1 12349
d7040cdb
SE
12350# Extract the first word of "msgfmt", so it can be a program name with args.
12351set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12353$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12354if ${ac_cv_path_MSGFMT+:} false; then :
81ecdfbb 12355 $as_echo_n "(cached) " >&6
d7040cdb
SE
12356else
12357 case "$MSGFMT" in
12358 [\\/]* | ?:[\\/]*)
12359 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12360 ;;
12361 *)
12362 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12363 for ac_dir in $PATH; do
12364 IFS="$ac_save_IFS"
12365 test -z "$ac_dir" && ac_dir=.
12366 for ac_exec_ext in '' $ac_executable_extensions; do
12367 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12368 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12369 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12370 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12371 break 2
12372 fi
12373 fi
12374 done
12375 done
12376 IFS="$ac_save_IFS"
12377 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12378 ;;
12379esac
5464f5a1 12380fi
d7040cdb
SE
12381MSGFMT="$ac_cv_path_MSGFMT"
12382if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12384$as_echo "$MSGFMT" >&6; }
20e95c23 12385else
81ecdfbb
RW
12386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12387$as_echo "no" >&6; }
252b5132 12388fi
d7040cdb
SE
12389
12390 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12391set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12393$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12394if ${ac_cv_path_GMSGFMT+:} false; then :
81ecdfbb 12395 $as_echo_n "(cached) " >&6
252b5132 12396else
d7040cdb
SE
12397 case $GMSGFMT in
12398 [\\/]* | ?:[\\/]*)
12399 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12400 ;;
12401 *)
12402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12403for as_dir in $PATH
12404do
12405 IFS=$as_save_IFS
12406 test -z "$as_dir" && as_dir=.
81ecdfbb 12407 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12408 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12409 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12411 break 2
12412 fi
12413done
81ecdfbb
RW
12414 done
12415IFS=$as_save_IFS
5464f5a1 12416
d7040cdb
SE
12417 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12418 ;;
12419esac
252b5132 12420fi
d7040cdb 12421GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12422if test -n "$GMSGFMT"; then
81ecdfbb
RW
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12424$as_echo "$GMSGFMT" >&6; }
252b5132 12425else
81ecdfbb
RW
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12427$as_echo "no" >&6; }
252b5132
RH
12428fi
12429
20e95c23
DJ
12430
12431
81ecdfbb 12432
d7040cdb
SE
12433# Prepare PATH_SEPARATOR.
12434# The user is always right.
12435if test "${PATH_SEPARATOR+set}" != set; then
12436 echo "#! /bin/sh" >conf$$.sh
12437 echo "exit 0" >>conf$$.sh
12438 chmod +x conf$$.sh
12439 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12440 PATH_SEPARATOR=';'
12441 else
12442 PATH_SEPARATOR=:
12443 fi
12444 rm -f conf$$.sh
252b5132 12445fi
20e95c23 12446
d7040cdb
SE
12447# Find out how to test for executable files. Don't use a zero-byte file,
12448# as systems may use methods other than mode bits to determine executability.
12449cat >conf$$.file <<_ASEOF
12450#! /bin/sh
12451exit 0
12452_ASEOF
12453chmod +x conf$$.file
12454if test -x conf$$.file >/dev/null 2>&1; then
12455 ac_executable_p="test -x"
12456else
12457 ac_executable_p="test -f"
12458fi
12459rm -f conf$$.file
252b5132 12460
d7040cdb
SE
12461# Extract the first word of "xgettext", so it can be a program name with args.
12462set dummy xgettext; ac_word=$2
81ecdfbb
RW
12463{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12464$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12465if ${ac_cv_path_XGETTEXT+:} false; then :
81ecdfbb 12466 $as_echo_n "(cached) " >&6
20e95c23 12467else
d7040cdb
SE
12468 case "$XGETTEXT" in
12469 [\\/]* | ?:[\\/]*)
12470 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12471 ;;
12472 *)
12473 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12474 for ac_dir in $PATH; do
12475 IFS="$ac_save_IFS"
12476 test -z "$ac_dir" && ac_dir=.
12477 for ac_exec_ext in '' $ac_executable_extensions; do
12478 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12479 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12480 (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
12481 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12482 break 2
12483 fi
12484 fi
12485 done
12486 done
12487 IFS="$ac_save_IFS"
12488 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12489 ;;
12490esac
12491fi
12492XGETTEXT="$ac_cv_path_XGETTEXT"
12493if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12495$as_echo "$XGETTEXT" >&6; }
252b5132 12496else
81ecdfbb
RW
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12498$as_echo "no" >&6; }
252b5132
RH
12499fi
12500
d7040cdb 12501 rm -f messages.po
5464f5a1 12502
252b5132 12503
d7040cdb
SE
12504# Prepare PATH_SEPARATOR.
12505# The user is always right.
12506if test "${PATH_SEPARATOR+set}" != set; then
12507 echo "#! /bin/sh" >conf$$.sh
12508 echo "exit 0" >>conf$$.sh
12509 chmod +x conf$$.sh
12510 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12511 PATH_SEPARATOR=';'
12512 else
12513 PATH_SEPARATOR=:
12514 fi
12515 rm -f conf$$.sh
252b5132
RH
12516fi
12517
d7040cdb
SE
12518# Find out how to test for executable files. Don't use a zero-byte file,
12519# as systems may use methods other than mode bits to determine executability.
12520cat >conf$$.file <<_ASEOF
12521#! /bin/sh
12522exit 0
12523_ASEOF
12524chmod +x conf$$.file
12525if test -x conf$$.file >/dev/null 2>&1; then
12526 ac_executable_p="test -x"
5464f5a1 12527else
d7040cdb 12528 ac_executable_p="test -f"
20e95c23 12529fi
d7040cdb 12530rm -f conf$$.file
5464f5a1 12531
d7040cdb
SE
12532# Extract the first word of "msgmerge", so it can be a program name with args.
12533set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12535$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12536if ${ac_cv_path_MSGMERGE+:} false; then :
81ecdfbb 12537 $as_echo_n "(cached) " >&6
d7040cdb
SE
12538else
12539 case "$MSGMERGE" in
12540 [\\/]* | ?:[\\/]*)
12541 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12542 ;;
12543 *)
12544 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12545 for ac_dir in $PATH; do
12546 IFS="$ac_save_IFS"
12547 test -z "$ac_dir" && ac_dir=.
12548 for ac_exec_ext in '' $ac_executable_extensions; do
12549 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12550 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12551 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12552 break 2
12553 fi
12554 fi
12555 done
12556 done
12557 IFS="$ac_save_IFS"
12558 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12559 ;;
12560esac
5464f5a1 12561fi
d7040cdb
SE
12562MSGMERGE="$ac_cv_path_MSGMERGE"
12563if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12565$as_echo "$MSGMERGE" >&6; }
20e95c23 12566else
81ecdfbb
RW
12567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12568$as_echo "no" >&6; }
d7040cdb 12569fi
20e95c23 12570
5464f5a1 12571
d7040cdb
SE
12572 if test "$GMSGFMT" != ":"; then
12573 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12574 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12575 : ;
12576 else
12577 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12579$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12580 GMSGFMT=":"
12581 fi
12582 fi
252b5132 12583
d7040cdb
SE
12584 if test "$XGETTEXT" != ":"; then
12585 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12586 (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
12587 : ;
12588 else
81ecdfbb
RW
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12590$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12591 XGETTEXT=":"
12592 fi
12593 rm -f messages.po
12594 fi
6be7c12c 12595
81ecdfbb 12596 ac_config_commands="$ac_config_commands default-1"
5464f5a1 12597
252b5132 12598
5464f5a1 12599
d7040cdb
SE
12600# Permit host specific settings.
12601. ${srcdir}/configure.host
12602
12603
252b5132 12604
252b5132 12605
d7040cdb 12606BFD_HOST_64BIT_LONG=0
d2df793a 12607BFD_HOST_64BIT_LONG_LONG=0
d7040cdb
SE
12608BFD_HOST_64_BIT_DEFINED=0
12609BFD_HOST_64_BIT=
12610BFD_HOST_U_64_BIT=
d2df793a 12611BFD_HOSTPTR_T="unsigned long"
6be7c12c 12612
81ecdfbb
RW
12613# The cast to long int works around a bug in the HP C Compiler
12614# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12615# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12616# This bug is HP SR number 8606223364.
12617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12618$as_echo_n "checking size of long long... " >&6; }
d0ac1c44 12619if ${ac_cv_sizeof_long_long+:} false; then :
81ecdfbb 12620 $as_echo_n "(cached) " >&6
6726e1ea 12621else
81ecdfbb
RW
12622 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12623
12624else
12625 if test "$ac_cv_type_long_long" = yes; then
12626 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12627$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
12628as_fn_error 77 "cannot compute sizeof (long long)
12629See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
12630 else
12631 ac_cv_sizeof_long_long=0
12632 fi
12633fi
12634
12635fi
12636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12637$as_echo "$ac_cv_sizeof_long_long" >&6; }
12638
12639
12640
12641cat >>confdefs.h <<_ACEOF
12642#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5464f5a1 12643_ACEOF
81ecdfbb
RW
12644
12645
12646# The cast to long int works around a bug in the HP C Compiler
12647# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12648# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12649# This bug is HP SR number 8606223364.
12650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12651$as_echo_n "checking size of void *... " >&6; }
d0ac1c44 12652if ${ac_cv_sizeof_void_p+:} false; then :
81ecdfbb 12653 $as_echo_n "(cached) " >&6
6726e1ea 12654else
81ecdfbb 12655 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
5464f5a1 12656
81ecdfbb
RW
12657else
12658 if test "$ac_cv_type_void_p" = yes; then
12659 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12660$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
12661as_fn_error 77 "cannot compute sizeof (void *)
12662See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
12663 else
12664 ac_cv_sizeof_void_p=0
12665 fi
6726e1ea 12666fi
81ecdfbb 12667
6726e1ea 12668fi
81ecdfbb
RW
12669{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12670$as_echo "$ac_cv_sizeof_void_p" >&6; }
6726e1ea 12671
6726e1ea 12672
2ba49b59 12673
81ecdfbb
RW
12674cat >>confdefs.h <<_ACEOF
12675#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
5464f5a1 12676_ACEOF
81ecdfbb
RW
12677
12678
12679# The cast to long int works around a bug in the HP C Compiler
12680# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12681# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12682# This bug is HP SR number 8606223364.
12683{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12684$as_echo_n "checking size of long... " >&6; }
d0ac1c44 12685if ${ac_cv_sizeof_long+:} false; then :
81ecdfbb 12686 $as_echo_n "(cached) " >&6
6726e1ea 12687else
81ecdfbb 12688 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
5464f5a1 12689
252b5132 12690else
81ecdfbb
RW
12691 if test "$ac_cv_type_long" = yes; then
12692 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12693$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
12694as_fn_error 77 "cannot compute sizeof (long)
12695See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
12696 else
12697 ac_cv_sizeof_long=0
12698 fi
12699fi
5464f5a1 12700
81ecdfbb
RW
12701fi
12702{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12703$as_echo "$ac_cv_sizeof_long" >&6; }
2ba49b59 12704
81ecdfbb
RW
12705
12706
12707cat >>confdefs.h <<_ACEOF
12708#define SIZEOF_LONG $ac_cv_sizeof_long
5464f5a1 12709_ACEOF
2ba49b59 12710
2ba49b59 12711
242a1159
AM
12712# The cast to long int works around a bug in the HP C Compiler
12713# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12714# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12715# This bug is HP SR number 8606223364.
12716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
12717$as_echo_n "checking size of int... " >&6; }
12718if ${ac_cv_sizeof_int+:} false; then :
12719 $as_echo_n "(cached) " >&6
12720else
12721 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
12722
12723else
12724 if test "$ac_cv_type_int" = yes; then
12725 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12726$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12727as_fn_error 77 "cannot compute sizeof (int)
12728See \`config.log' for more details" "$LINENO" 5; }
12729 else
12730 ac_cv_sizeof_int=0
12731 fi
12732fi
12733
12734fi
12735{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
12736$as_echo "$ac_cv_sizeof_int" >&6; }
12737
12738
12739
12740cat >>confdefs.h <<_ACEOF
12741#define SIZEOF_INT $ac_cv_sizeof_int
12742_ACEOF
12743
12744
81ecdfbb
RW
12745
12746if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12747 host64=true
252b5132 12748fi
5464f5a1 12749
81ecdfbb
RW
12750if test "x${ac_cv_sizeof_long}" = "x8"; then
12751 BFD_HOST_64BIT_LONG=1
12752 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
12753 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
12754elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12755 BFD_HOST_64BIT_LONG_LONG=1
12756 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
12757 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
12758 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12759 BFD_HOSTPTR_T="unsigned long long"
83c79df8 12760 fi
81ecdfbb 12761fi
efde2f2c 12762
83c79df8
AM
12763if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12764 BFD_HOST_64_BIT_DEFINED=1
12765 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
12766 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
2ba49b59 12767fi
81ecdfbb 12768
17d5dae2 12769
81ecdfbb 12770
83c79df8
AM
12771
12772
12773
12774
12775
12776# Put a plausible default for CC_FOR_BUILD in Makefile.
12777if test -z "$CC_FOR_BUILD"; then
12778 if test "x$cross_compiling" = "xno"; then
12779 CC_FOR_BUILD='$(CC)'
12780 else
12781 CC_FOR_BUILD=gcc
12782 fi
12783fi
12784
12785# Also set EXEEXT_FOR_BUILD.
12786if test "x$cross_compiling" = "xno"; then
12787 EXEEXT_FOR_BUILD='$(EXEEXT)'
12788else
12789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12790$as_echo_n "checking for build system executable suffix... " >&6; }
12791if ${bfd_cv_build_exeext+:} false; then :
12792 $as_echo_n "(cached) " >&6
2ba49b59 12793else
83c79df8
AM
12794 rm -f conftest*
12795 echo 'int main () { return 0; }' > conftest.c
12796 bfd_cv_build_exeext=
12797 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12798 for file in conftest.*; do
12799 case $file in
12800 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12801 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12802 esac
12803 done
12804 rm -f conftest*
12805 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
81ecdfbb 12806fi
83c79df8
AM
12807{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12808$as_echo "$bfd_cv_build_exeext" >&6; }
12809 EXEEXT_FOR_BUILD=""
12810 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
81ecdfbb 12811fi
2ba49b59 12812
2ba49b59 12813
83c79df8
AM
12814for ac_header in fcntl.h sys/file.h sys/resource.h sys/stat.h sys/types.h \
12815 unistd.h
81ecdfbb 12816do :
83c79df8
AM
12817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12818ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12819if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb 12820 cat >>confdefs.h <<_ACEOF
83c79df8 12821#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
2ba49b59 12822_ACEOF
81ecdfbb
RW
12823
12824fi
83c79df8 12825
81ecdfbb
RW
12826done
12827
83c79df8
AM
12828
12829for ac_func in fcntl fdopen fileno fls getgid getpagesize getrlimit getuid \
12830 sysconf
81ecdfbb 12831do :
9d782e8d
MW
12832 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12833ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 12834if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb 12835 cat >>confdefs.h <<_ACEOF
9d782e8d 12836#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
2ba49b59 12837_ACEOF
81ecdfbb
RW
12838
12839fi
12840done
12841
12842
12843ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
d0ac1c44 12844if test "x$ac_cv_have_decl_basename" = xyes; then :
81ecdfbb 12845 ac_have_decl=1
2ba49b59 12846else
81ecdfbb 12847 ac_have_decl=0
2ba49b59 12848fi
81ecdfbb
RW
12849
12850cat >>confdefs.h <<_ACEOF
12851#define HAVE_DECL_BASENAME $ac_have_decl
12852_ACEOF
81ecdfbb 12853ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
d0ac1c44 12854if test "x$ac_cv_have_decl_ffs" = xyes; then :
81ecdfbb
RW
12855 ac_have_decl=1
12856else
12857 ac_have_decl=0
2ba49b59
KC
12858fi
12859
81ecdfbb
RW
12860cat >>confdefs.h <<_ACEOF
12861#define HAVE_DECL_FFS $ac_have_decl
12862_ACEOF
81ecdfbb 12863ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
d0ac1c44 12864if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
81ecdfbb
RW
12865 ac_have_decl=1
12866else
12867 ac_have_decl=0
d5efd9fc 12868fi
81ecdfbb
RW
12869
12870cat >>confdefs.h <<_ACEOF
12871#define HAVE_DECL_STPCPY $ac_have_decl
12872_ACEOF
d6f1bafa 12873ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
d0ac1c44 12874if test "x$ac_cv_have_decl_asprintf" = xyes; then :
d6f1bafa
IB
12875 ac_have_decl=1
12876else
12877 ac_have_decl=0
12878fi
12879
12880cat >>confdefs.h <<_ACEOF
12881#define HAVE_DECL_ASPRINTF $ac_have_decl
12882_ACEOF
d6f1bafa 12883ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
d0ac1c44 12884if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
d6f1bafa
IB
12885 ac_have_decl=1
12886else
12887 ac_have_decl=0
12888fi
12889
12890cat >>confdefs.h <<_ACEOF
12891#define HAVE_DECL_VASPRINTF $ac_have_decl
12892_ACEOF
12893
81ecdfbb 12894
5a026fc9 12895
83c79df8
AM
12896case "${host}" in
12897*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
5a026fc9 12898
83c79df8
AM
12899$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
12900 ;;
12901esac
81ecdfbb 12902
9ae46699
L
12903# Link in zlib if we can. This allows us to read compressed debug sections.
12904# This is used only by compress.c.
12905
12906 # Use the system's zlib library.
39f3de7c
L
12907 zlibdir="-L\$(top_builddir)/../zlib"
12908 zlibinc="-I\$(top_srcdir)/../zlib"
bf993e3c 12909
243340ad
L
12910# Check whether --with-system-zlib was given.
12911if test "${with_system_zlib+set}" = set; then :
afa59b79
L
12912 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
12913 zlibdir=
12914 zlibinc=
12915 fi
bf993e3c 12916
bf993e3c
JB
12917fi
12918
12919
bf993e3c 12920
d5efd9fc 12921
9ae46699 12922
629dabe3
AM
12923save_CFLAGS="$CFLAGS"
12924CFLAGS="$CFLAGS -Werror"
8722de9c
AM
12925{ $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
12926$as_echo_n "checking compiler support for hidden visibility... " >&6; }
d0ac1c44 12927if ${bfd_cv_hidden+:} false; then :
8722de9c
AM
12928 $as_echo_n "(cached) " >&6
12929else
12930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12931/* end confdefs.h. */
12932
12933const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
12934extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
12935int
12936main ()
12937{
12938print (hw);
12939 ;
12940 return 0;
12941}
12942_ACEOF
12943if ac_fn_c_try_compile "$LINENO"; then :
12944 bfd_cv_hidden=yes
12945else
12946 bfd_cv_hidden=no
12947fi
12948rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12949fi
12950{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
12951$as_echo "$bfd_cv_hidden" >&6; }
629dabe3 12952CFLAGS="$save_CFLAGS"
8722de9c
AM
12953if test $bfd_cv_hidden = yes; then
12954
12955$as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
12956
12957fi
12958
c603b11b
AM
12959# Check if linker supports --as-needed and --no-as-needed options
12960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12961$as_echo_n "checking linker --as-needed support... " >&6; }
d0ac1c44 12962if ${bfd_cv_ld_as_needed+:} false; then :
c603b11b
AM
12963 $as_echo_n "(cached) " >&6
12964else
12965 bfd_cv_ld_as_needed=no
12966 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12967 bfd_cv_ld_as_needed=yes
12968 fi
d5efd9fc 12969
c603b11b
AM
12970fi
12971{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12972$as_echo "$bfd_cv_ld_as_needed" >&6; }
d5efd9fc 12973
c603b11b
AM
12974LIBM=
12975case $host in
12976*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
12977 # These system don't have libm, or don't need it
12978 ;;
12979*-ncr-sysv4.3*)
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12981$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
d0ac1c44 12982if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
c603b11b
AM
12983 $as_echo_n "(cached) " >&6
12984else
12985 ac_check_lib_save_LIBS=$LIBS
12986LIBS="-lmw $LIBS"
12987cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 12988/* end confdefs.h. */
c603b11b
AM
12989
12990/* Override any GCC internal prototype to avoid an error.
12991 Use char because int might match the return type of a GCC
12992 builtin and then its argument prototype would still apply. */
12993#ifdef __cplusplus
12994extern "C"
12995#endif
12996char _mwvalidcheckl ();
d5efd9fc
AM
12997int
12998main ()
12999{
c603b11b 13000return _mwvalidcheckl ();
d5efd9fc
AM
13001 ;
13002 return 0;
13003}
13004_ACEOF
c603b11b
AM
13005if ac_fn_c_try_link "$LINENO"; then :
13006 ac_cv_lib_mw__mwvalidcheckl=yes
d5efd9fc 13007else
c603b11b 13008 ac_cv_lib_mw__mwvalidcheckl=no
d5efd9fc 13009fi
c603b11b
AM
13010rm -f core conftest.err conftest.$ac_objext \
13011 conftest$ac_exeext conftest.$ac_ext
13012LIBS=$ac_check_lib_save_LIBS
d5efd9fc 13013fi
c603b11b
AM
13014{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13015$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
d0ac1c44 13016if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
c603b11b 13017 LIBM="-lmw"
d5efd9fc
AM
13018fi
13019
c603b11b
AM
13020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13021$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 13022if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 13023 $as_echo_n "(cached) " >&6
d5efd9fc 13024else
c603b11b
AM
13025 ac_check_lib_save_LIBS=$LIBS
13026LIBS="-lm $LIBS"
13027cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 13028/* end confdefs.h. */
81ecdfbb 13029
c603b11b
AM
13030/* Override any GCC internal prototype to avoid an error.
13031 Use char because int might match the return type of a GCC
13032 builtin and then its argument prototype would still apply. */
13033#ifdef __cplusplus
13034extern "C"
13035#endif
13036char cos ();
d5efd9fc
AM
13037int
13038main ()
13039{
c603b11b 13040return cos ();
d5efd9fc
AM
13041 ;
13042 return 0;
13043}
13044_ACEOF
c603b11b
AM
13045if ac_fn_c_try_link "$LINENO"; then :
13046 ac_cv_lib_m_cos=yes
d5efd9fc 13047else
c603b11b 13048 ac_cv_lib_m_cos=no
d5efd9fc 13049fi
c603b11b
AM
13050rm -f core conftest.err conftest.$ac_objext \
13051 conftest$ac_exeext conftest.$ac_ext
13052LIBS=$ac_check_lib_save_LIBS
13053fi
13054{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13055$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 13056if test "x$ac_cv_lib_m_cos" = xyes; then :
c603b11b 13057 LIBM="$LIBM -lm"
d5efd9fc 13058fi
d5efd9fc 13059
c603b11b
AM
13060 ;;
13061*)
13062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13063$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 13064if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 13065 $as_echo_n "(cached) " >&6
d5efd9fc 13066else
c603b11b
AM
13067 ac_check_lib_save_LIBS=$LIBS
13068LIBS="-lm $LIBS"
13069cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 13070/* end confdefs.h. */
81ecdfbb 13071
c603b11b
AM
13072/* Override any GCC internal prototype to avoid an error.
13073 Use char because int might match the return type of a GCC
13074 builtin and then its argument prototype would still apply. */
13075#ifdef __cplusplus
13076extern "C"
13077#endif
13078char cos ();
d5efd9fc
AM
13079int
13080main ()
13081{
c603b11b 13082return cos ();
d5efd9fc
AM
13083 ;
13084 return 0;
13085}
13086_ACEOF
c603b11b
AM
13087if ac_fn_c_try_link "$LINENO"; then :
13088 ac_cv_lib_m_cos=yes
81ecdfbb 13089else
c603b11b 13090 ac_cv_lib_m_cos=no
81ecdfbb 13091fi
c603b11b
AM
13092rm -f core conftest.err conftest.$ac_objext \
13093 conftest$ac_exeext conftest.$ac_ext
13094LIBS=$ac_check_lib_save_LIBS
13095fi
13096{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13097$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 13098if test "x$ac_cv_lib_m_cos" = xyes; then :
c603b11b 13099 LIBM="-lm"
81ecdfbb
RW
13100fi
13101
c603b11b
AM
13102 ;;
13103esac
81ecdfbb 13104
81ecdfbb 13105
81ecdfbb 13106
c603b11b
AM
13107# When building a shared libbfd, link against the pic version of libiberty
13108# so that apps that use libbfd won't need libiberty just to satisfy any
13109# libbfd references.
13110# We can't do that if a pic libiberty is unavailable since including non-pic
13111# code would insert text relocations into libbfd.
13112SHARED_LIBADD=
13113SHARED_LDFLAGS=
13114if test "$enable_shared" = "yes"; then
13115 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
13116 if test -n "$x"; then
13117 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
13118 fi
95148614
NA
13119fi
13120
13121SHARED_LIBADD="$SHARED_LIBADD $LIBINTL"
81ecdfbb 13122
95148614 13123if test "$enable_shared" = "yes"; then
c603b11b 13124 case "${host}" in
edd01d07 13125 # More hacks to build DLLs on Windows.
c603b11b
AM
13126 *-*-cygwin*)
13127 SHARED_LDFLAGS="-no-undefined"
95148614 13128 SHARED_LIBADD="-L`pwd`/../libiberty -liberty $SHARED_LIBADD -lcygwin -lkernel32"
c603b11b
AM
13129 ;;
13130 esac
13131
13132 if test -n "$SHARED_LIBADD"; then
13133 if test -n "$LIBM"; then
13134 if test x"$bfd_cv_ld_as_needed" = xyes; then
13135 # Link against libm only when needed. Put -lc, -lm inside -Wl
13136 # to stop libtool reordering these options.
13137 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
13138 else
13139 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
13140 fi
13141 fi
13142 fi
81ecdfbb 13143fi
d5efd9fc 13144
81ecdfbb 13145
81ecdfbb 13146
c603b11b 13147# target stuff:
81ecdfbb 13148
c603b11b
AM
13149# Canonicalize the secondary target names.
13150if test -n "$enable_targets" ; then
13151 for targ in `echo $enable_targets | sed 's/,/ /g'`
13152 do
13153 result=`$ac_config_sub $targ 2>/dev/null`
13154 if test -n "$result" ; then
13155 canon_targets="$canon_targets $result"
13156 else
13157 # Allow targets that config.sub doesn't recognize, like "all".
13158 canon_targets="$canon_targets $targ"
13159 fi
13160 done
d5efd9fc 13161fi
d5efd9fc 13162
c603b11b
AM
13163all_targets=false
13164defvec=
13165selvecs=
13166assocvecs=
13167selarchs=
13168TDEFINES=
13169for targ in $target $canon_targets
13170do
999d6dff 13171 if test $targ = all; then
c603b11b
AM
13172 all_targets=true
13173 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
999d6dff 13174 elif test $targ != plugin; then
c603b11b 13175 . $srcdir/config.bfd
999d6dff 13176 if test $targ = $target; then
c603b11b
AM
13177 defvec=$targ_defvec
13178 fi
13179 selvecs="$selvecs $targ_defvec $targ_selvecs"
13180 selarchs="$selarchs $targ_archs"
13181 TDEFINES="$TDEFINES $targ_cflags"
13182 fi
13183done
d5efd9fc 13184
81ecdfbb 13185
c603b11b
AM
13186# This processing still needs to be done if we're to decide properly whether
13187# 64-bit support needs to be compiled in. Currently, it will be included if
13188# the default or any other explicitly requested target requires it; it
13189# will not be included on a 32-bit host if no 64-bit target is requested, and
13190# no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
13191# used.
81ecdfbb 13192
c603b11b
AM
13193# uniq the default and selected vectors in all the configured targets.
13194f=""
13195for i in $selvecs ; do
13196 case " $f " in
13197 *" $i "*) ;;
13198 *) f="$f $i" ;;
13199 esac
13200done
13201selvecs="$f"
335e41d4 13202
335e41d4 13203
c603b11b
AM
13204# uniq the associated vectors in all the configured targets.
13205f=""
13206for i in $assocvecs ; do
13207 case " $f " in
13208 *" $i "*) ;;
13209 *) f="$f $i" ;;
13210 esac
13211done
13212assocvecs="$f"
335e41d4 13213
335e41d4 13214
c603b11b
AM
13215# uniq the architectures in all the configured targets.
13216f=""
13217for i in $selarchs ; do
13218 case " $f " in
13219 *" $i "*) ;;
13220 *) f="$f $i" ;;
13221 esac
13222done
13223selarchs="$f"
335e41d4 13224
c603b11b
AM
13225# Target backend .o files.
13226tb=
335e41d4 13227
98641896
L
13228elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
13229 dwarf1.lo dwarf2.lo"
c603b11b
AM
13230coffgen="coffgen.lo dwarf2.lo"
13231coff="cofflink.lo $coffgen"
13232ecoff="ecofflink.lo $coffgen"
13233xcoff="xcofflink.lo $coffgen"
2ba49b59 13234
bbd19b19 13235elfxx_x86="elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo"
81ecdfbb 13236for vec in $selvecs
49c97a80 13237do
81ecdfbb
RW
13238 target_size=32
13239 case "$vec" in
13240 # This list is alphabetized to make it easy to compare
13241 # with the two vector lists in targets.c. For the same reason,
13242 # use one entry per line, even though this leads to long lines.
2f67d686
AM
13243 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13244 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
d8bd95ef 13245 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
a75cf613 13246 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
d8bd95ef 13247 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
a75cf613 13248 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
f075eb5e 13249 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
f4943d82 13250 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
2f67d686
AM
13251 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13252 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
2f67d686
AM
13253 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
13254 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
13255 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
6d00b590 13256 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
2f67d686
AM
13257 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
13258 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
2f67d686
AM
13259 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13260 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
2f67d686
AM
13261 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13262 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
617a5ada
CL
13263 arm_elf32_fdpic_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13264 arm_elf32_fdpic_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
2f67d686
AM
13265 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13266 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
2f67d686
AM
13267 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13268 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
f4943d82
AM
13269 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13270 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
f4943d82
AM
13271 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13272 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13273 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13274 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
f4943d82
AM
13275 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13276 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
f075eb5e 13277 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
6d00b590
AM
13278 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
13279 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13280 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
6d00b590 13281 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
2f67d686 13282 cris_aout_vec) tb="$tb aout-cris.lo" ;;
6d00b590 13283 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
2f67d686 13284 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
6d00b590 13285 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
b8891f8d
AJ
13286 csky_elf32_be_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13287 csky_elf32_le_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
6d00b590
AM
13288 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
13289 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
13290 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
2f67d686
AM
13291 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13292 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13293 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13294 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
45d5293f
JM
13295 bpf_elf64_le_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64;;
13296 bpf_elf64_be_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64 ;;
6d00b590
AM
13297 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
13298 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
13299 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13300 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13301 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
5518c738 13302 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
2f67d686 13303 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
6d00b590
AM
13304 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13305 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
2f67d686
AM
13306 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13307 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13308 hppa_som_vec) tb="$tb som.lo" ;;
2f67d686
AM
13309 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
13310 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
2f67d686 13311 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
f4943d82
AM
13312 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
13313 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
13314 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
13315 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
5f2a6b85
AM
13316 i386_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13317 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
5f2a6b85
AM
13318 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13319 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
2f67d686
AM
13320 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
13321 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
f4943d82 13322 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
251dae91 13323 i386_pe_big_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
f4943d82 13324 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
5f2a6b85 13325 iamcu_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
6d00b590
AM
13326 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13327 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
2f67d686
AM
13328 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13329 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13330 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13331 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 13332 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
6d00b590
AM
13333 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
13334 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
bbd19b19
L
13335 k1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13336 k1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13337 l1om_elf64_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
13338 l1om_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
6d00b590
AM
13339 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
13340 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
6d00b590
AM
13341 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
13342 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13343 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13344 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13345 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13346 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13347 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13348 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
7b4ae824 13349 s12z_elf32_vec) tb="$tb elf32-s12z.lo elf32.lo $elf" ;;
f4943d82
AM
13350 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13351 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13352 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
6d00b590
AM
13353 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13354 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
f4943d82
AM
13355 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13356 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13357 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
13358 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
6d00b590
AM
13359 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13360 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13361 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
6d00b590 13362 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
2f67d686 13363 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
8e415ce8
AM
13364 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13365 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13366 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
f4943d82
AM
13367 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13368 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13369 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13370 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13371 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13372 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13373 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13374 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13375 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13376 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13377 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13378 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13379 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13380 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13381 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13382 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13383 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 ;;
13384 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 ;;
13385 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 ;;
13386 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
13387 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
13388 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
13389 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
13390 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
13391 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
13392 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
13393 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
13394 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
13395 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
6d00b590
AM
13396 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13397 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13398 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13399 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
fe944acf 13400 nfp_elf64_vec) tb="$tb elf64-nfp.lo elf64.lo $elf" ;;
2f67d686
AM
13401 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
13402 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
13403 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
13404 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
6d00b590 13405 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
2f67d686
AM
13406 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
13407 pef_vec) tb="$tb pef.lo" ;;
13408 pef_xlib_vec) tb="$tb pef.lo" ;;
6d00b590
AM
13409 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
13410 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
2f67d686 13411 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
6d00b590
AM
13412 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13413 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13414 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13415 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
2f67d686
AM
13416 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13417 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13418 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
6afcdeb3 13419 powerpc_elf64_fbsd_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
f4943d82 13420 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
889294f6 13421 pru_elf32_vec) tb="$tb elf32-pru.lo elf32.lo $elf" ;;
02dd9d25
NC
13422 riscv_elf32_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13423 riscv_elf64_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
fbc09e7a
MC
13424 riscv_elf32_be_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13425 riscv_elf64_be_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
6d00b590 13426 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
f4943d82
AM
13427 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
13428 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
13429 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
6d00b590
AM
13430 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13431 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
2f67d686 13432 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
42d4c301 13433 rx_elf32_linux_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
6d00b590 13434 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
2f67d686 13435 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
a8e14f4c
NC
13436 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
13437 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
f4943d82
AM
13438 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
13439 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
13440 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
13441 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
13442 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13443 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13444 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13445 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13446 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13447 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13448 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13449 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
f4943d82
AM
13450 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13451 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13452 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
13453 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
2f67d686
AM
13454 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13455 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13456 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13457 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13458 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13459 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
2f67d686 13460 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
6d00b590 13461 sym_vec) tb="$tb xsym.lo" ;;
f4943d82
AM
13462 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
13463 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13464 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13465 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13466 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13467 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13468 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13469 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13470 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13471 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13472 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13473 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13474 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
2f67d686
AM
13475 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13476 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13477 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13478 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13479 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13480 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
2f67d686
AM
13481 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
13482 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
13483 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
13484 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
13485 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
13486 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
13487 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
6d00b590 13488 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
2f67d686
AM
13489 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
13490 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
3f8107ab 13491 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
d924db55 13492 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
a6be0538 13493 wasm_vec) tb="$tb wasm-module.lo" ;;
8fb740dd 13494 wasm32_elf32_vec) tb="$tb elf32-wasm32.lo elf32.lo $elf" ;;
f4943d82 13495 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
5f2a6b85 13496 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
5f2a6b85
AM
13497 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13498 x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13499 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
5f2a6b85 13500 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
2f67d686 13501 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
f4943d82 13502 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
251dae91 13503 x86_64_pe_big_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
f4943d82 13504 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
2f67d686
AM
13505 xc16x_elf32_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
13506 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
13507 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
13508 xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13509 xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
f4943d82 13510 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
6655dba2 13511 z80_elf32_vec) tb="$tb elf32-z80.lo elf32.lo $elf" ;;
f4943d82 13512 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
2ba49b59 13513
c603b11b
AM
13514 # These appear out of order in targets.c
13515 srec_vec) tb="$tb srec.lo" ;;
13516 symbolsrec_vec) tb="$tb srec.lo" ;;
13517 tekhex_vec) tb="$tb tekhex.lo" ;;
13518 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
13519 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
13520
13521 "") ;;
d0ac1c44 13522 *) as_fn_error $? "*** unknown target vector $vec" "$LINENO" 5 ;;
c603b11b
AM
13523 esac
13524
13525 if test ${target_size} = 64; then
13526 target64=true
13527 fi
13528 if test x"${vec}" = x"${defvec}"; then
13529 bfd_default_target_size=${target_size}
13530 fi
13531done
13532
999d6dff
AM
13533if test "$plugins" = "yes"; then
13534 tb="$tb plugin.lo"
13535fi
13536
c603b11b
AM
13537# Target architecture .o files.
13538# A couple of CPUs use shorter file names to avoid problems on DOS
13539# filesystems.
13540ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
13541
13542# Weed out duplicate .o files.
13543f=""
13544for i in $tb ; do
13545 case " $f " in
13546 *" $i "*) ;;
13547 *) f="$f $i" ;;
13548 esac
13549done
13550tb="$f"
13551
13552f=""
13553for i in $ta ; do
13554 case " $f " in
13555 *" $i "*) ;;
13556 *) f="$f $i" ;;
13557 esac
13558done
13559ta="$f"
13560
13561bfd_backends="$tb"
13562bfd_machines="$ta"
13563
13564if test x${all_targets} = xtrue ; then
13565 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
13566 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
13567 selvecs=
13568 havevecs=-DHAVE_all_vecs
13569 selarchs=
13570 test -n "$assocvecs" &&
13571 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13572else # all_targets is true
13573 # Only set these if they will be nonempty, for the clever echo.
13574 havevecs=
13575 assocvecs=
13576 test -n "$selvecs" &&
13577 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
13578 test -n "$selvecs" &&
13579 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13580 test -n "$selarchs" &&
13581 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13582fi # all_targets is true
13583
e6cc316a
L
13584# 64-bit archives need a 64-bit bfd_vma.
13585if test "x$want_64_bit_archive" = xtrue; then
13586 want64=true
13587
13588$as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
13589
13590fi
13591
c603b11b
AM
13592case ${host64}-${target64}-${want64} in
13593 *true*)
13594 wordsize=64
13595 bfd64_libs='$(BFD64_LIBS)'
13596 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
13597 if test $BFD_HOST_64_BIT_DEFINED = 0; then
13598 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
13599$as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
13600 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
13601$as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
13602 fi
13603 if test -n "$GCC" ; then
13604 bad_64bit_gcc=no;
13605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
13606$as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
13607 # Add more tests for gcc versions with non-working 64-bit support here.
13608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13609/* end confdefs.h. */
13610:__GNUC__:__GNUC_MINOR__:__i386__:
13611_ACEOF
13612if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13613 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
13614 bad_64bit_gcc=yes;
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
13616$as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
13617else
13618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13619$as_echo "no" >&6; }
13620fi
13621rm -f conftest*
13622
13623 if test $bad_64bit_gcc = yes ; then
d0ac1c44 13624 as_fn_error $? "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
c603b11b
AM
13625 fi
13626 fi
13627 ;;
13628 false-false-false)
13629 wordsize=32
13630 all_backends='$(BFD32_BACKENDS)'
13631 ;;
13632esac
13633
13634tdefaults=""
13635test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
13636test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
13637test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
13638test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
13639
13640
13641
13642
13643
13644
13645
13646
13647
13648
13649# If we are configured native, pick a core file support file.
13650COREFILE=
13651COREFLAG=
13652CORE_HEADER=
13653TRAD_HEADER=
13654if test "${target}" = "${host}"; then
13655 case "${host}" in
13656 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
13657 COREFILE=''
13658 ;;
13659 alpha*-*-linux-*)
13660 COREFILE=trad-core.lo
13661 TRAD_HEADER='"hosts/alphalinux.h"'
13662 ;;
13663 alpha*-*-netbsd* | alpha*-*-openbsd*)
13664 COREFILE=netbsd-core.lo
13665 ;;
13666 alpha*-*-*)
13667 COREFILE=osf-core.lo
13668 ;;
13669 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
13670 COREFILE='' ;;
8b5d0a4f 13671 arm*-*-netbsd* | arm-*-openbsd*)
c603b11b
AM
13672 COREFILE=netbsd-core.lo
13673 ;;
13674 arm-*-riscix) COREFILE=trad-core.lo ;;
13675 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
13676 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
13677 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
13678 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
13679 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
13680 hppa*-*-netbsd* | hppa*-*-openbsd*)
13681 COREFILE=netbsd-core.lo
13682 ;;
13683
c603b11b
AM
13684 i[3-7]86-sequent-bsd*)
13685 COREFILE=trad-core.lo
13686 TRAD_HEADER='"hosts/symmetry.h"'
13687 ;;
13688 i[3-7]86-sequent-sysv4*) ;;
13689 i[3-7]86-sequent-sysv*)
13690 COREFILE=trad-core.lo
13691 TRAD_HEADER='"hosts/symmetry.h"'
13692 ;;
13693 i[3-7]86-*-bsdi)
13694 COREFILE=
13695 ;;
13696 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*)
13697 COREFILE=trad-core.lo
13698 TRAD_HEADER='"hosts/i386bsd.h"'
13699 ;;
13700 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
13701 COREFILE=''
13702 TRAD_HEADER='"hosts/i386bsd.h"'
13703 ;;
13704 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
13705 COREFILE=netbsd-core.lo
13706 ;;
13707 i[3-7]86-esix-sysv3*)
13708 COREFILE=trad-core.lo
13709 TRAD_HEADER='"hosts/esix.h"'
13710 ;;
13711 i[3-7]86-*-sco3.2v5*)
13712 COREFILE=sco5-core.lo
13713 ;;
13714 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
13715 COREFILE=trad-core.lo
13716 TRAD_HEADER='"hosts/i386sco.h"'
13717 ;;
13718 i[3-7]86-*-mach3*)
13719 COREFILE=trad-core.lo
13720 TRAD_HEADER='"hosts/i386mach3.h"'
13721 ;;
13722 i[3-7]86-*-linux-*)
13723 COREFILE=trad-core.lo
13724 TRAD_HEADER='"hosts/i386linux.h"'
13725 case "$enable_targets"-"$want64" in
13726 *x86_64-*linux*|*-true)
13727 CORE_HEADER='"hosts/x86-64linux.h"'
13728 esac
13729 ;;
13730 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
13731 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
8b5d0a4f 13732 mips*-*-netbsd* | mips*-*-openbsd*)
c603b11b
AM
13733 COREFILE=netbsd-core.lo
13734 ;;
c603b11b
AM
13735 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
13736 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
13737 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
c603b11b
AM
13738 m68*-*-linux-*)
13739 COREFILE=trad-core.lo
13740 TRAD_HEADER='"hosts/m68klinux.h"'
13741 ;;
dc12032b 13742 m68*-*-netbsd*)
c603b11b
AM
13743 COREFILE=netbsd-core.lo
13744 ;;
c603b11b
AM
13745 ns32k-pc532-mach)
13746 COREFILE=trad-core.lo
13747 TRAD_HEADER='"hosts/pc532mach.h"'
13748 ;;
13749 ns32k-*-netbsd* | ns32k-*-openbsd*)
13750 COREFILE=netbsd-core.lo
13751 ;;
13752 rs6000-*-lynx*)
13753 COREFILE=lynx-core.lo
13754 ;;
13755 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
13756 COREFILE=rs6000-core.lo
13757 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
13758 ;;
13759 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
13760 COREFILE=rs6000-core.lo
13761 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
13762 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
13763 # have c_impl as a member of struct core_dumpx
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
13765$as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
13766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13767/* end confdefs.h. */
13768#include <core.h>
13769int
13770main ()
13771{
13772struct core_dumpx c; c.c_impl = 0;
13773 ;
13774 return 0;
13775}
13776_ACEOF
13777if ac_fn_c_try_compile "$LINENO"; then :
13778
13779$as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
13780
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13782$as_echo "yes" >&6; }
13783else
13784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13785$as_echo "no" >&6; }
13786fi
13787rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13788 ;;
13789 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
13790 rs6000-*-*) COREFILE=rs6000-core.lo ;;
13791 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
13792 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
13793 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
13794 powerpc-*-beos*) ;;
13795 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
13796 COREFILE='' ;;
13797 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
13798 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
13799 s390*-*-*) COREFILE=trad-core.lo ;;
13800 sh*-*-netbsd* | sh*-*-openbsd*)
13801 COREFILE=netbsd-core.lo
13802 ;;
13803 sparc-*-netbsd* | sparc*-*-openbsd*)
13804 COREFILE=netbsd-core.lo
13805 ;;
c603b11b
AM
13806 vax-*-netbsd* | vax-*-openbsd*)
13807 COREFILE=netbsd-core.lo
13808 ;;
13809 vax-*-ultrix2*)
13810 COREFILE=trad-core.lo
13811 TRAD_HEADER='"hosts/vaxult2.h"'
13812 ;;
13813 vax-*-ultrix*)
13814 COREFILE=trad-core.lo
13815 TRAD_HEADER='"hosts/vaxult2.h"'
13816 ;;
13817 vax-*-linux-*)
13818 COREFILE=trad-core.lo
13819 TRAD_HEADER='"hosts/vaxlinux.h"'
13820 ;;
13821 vax-*-*)
13822 COREFILE=trad-core.lo
13823 TRAD_HEADER='"hosts/vaxbsd.h"'
13824 ;;
13825 x86_64-*-linux*)
13826 CORE_HEADER='"hosts/x86-64linux.h"'
13827 ;;
13828 x86_64-*-netbsd* | x86_64-*-openbsd*)
13829 COREFILE=netbsd-core.lo
13830 ;;
13831 esac
13832
13833 case "$COREFILE" in
13834 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
13835 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
13836 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
13837 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
13838 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
13839 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
13840 osf-core.lo) COREFLAG=-DOSF_CORE ;;
13841 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
13842 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
13843 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
13844 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
13845 esac
13846
13847 # ELF corefile support has several flavors, but all of
13848 # them use something called <sys/procfs.h>
c8693053
RO
13849
13850$as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
13851
13852 for ac_header in sys/procfs.h
c603b11b
AM
13853do :
13854 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
d0ac1c44 13855if test "x$ac_cv_header_sys_procfs_h" = xyes; then :
c603b11b
AM
13856 cat >>confdefs.h <<_ACEOF
13857#define HAVE_SYS_PROCFS_H 1
13858_ACEOF
13859
13860fi
13861
13862done
13863
13864 if test "$ac_cv_header_sys_procfs_h" = yes; then
c8693053
RO
13865
13866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
c603b11b 13867$as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 13868 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false; then :
c603b11b
AM
13869 $as_echo_n "(cached) " >&6
13870else
13871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13872/* end confdefs.h. */
13873
13874#define _SYSCALL32
c603b11b
AM
13875#include <sys/procfs.h>
13876int
13877main ()
13878{
13879prstatus_t avar
13880 ;
13881 return 0;
13882}
13883_ACEOF
13884if ac_fn_c_try_compile "$LINENO"; then :
13885 bfd_cv_have_sys_procfs_type_prstatus_t=yes
13886else
13887 bfd_cv_have_sys_procfs_type_prstatus_t=no
13888
13889fi
13890rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13891fi
13892
13893 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
13894
13895$as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
13896
13897 fi
13898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
13899$as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
13900
c8693053
RO
13901
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
c603b11b 13903$as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
d0ac1c44 13904 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false; then :
c603b11b
AM
13905 $as_echo_n "(cached) " >&6
13906else
13907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13908/* end confdefs.h. */
13909
13910#define _SYSCALL32
c603b11b
AM
13911#include <sys/procfs.h>
13912int
13913main ()
13914{
13915prstatus32_t avar
13916 ;
13917 return 0;
13918}
13919_ACEOF
13920if ac_fn_c_try_compile "$LINENO"; then :
13921 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
13922else
13923 bfd_cv_have_sys_procfs_type_prstatus32_t=no
13924
13925fi
13926rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13927fi
13928
13929 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
13930
13931$as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
13932
13933 fi
13934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
13935$as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
13936
c8693053
RO
13937
13938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
c603b11b 13939$as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
d0ac1c44 13940 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false; then :
c603b11b
AM
13941 $as_echo_n "(cached) " >&6
13942else
13943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13944/* end confdefs.h. */
13945
13946#define _SYSCALL32
c603b11b
AM
13947#include <sys/procfs.h>
13948int
13949main ()
13950{
13951prstatus_t avar; void* aref = (void*) &avar.pr_who
13952 ;
13953 return 0;
13954}
13955_ACEOF
13956if ac_fn_c_try_compile "$LINENO"; then :
13957 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
13958else
13959 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
13960
13961fi
13962rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13963fi
13964
13965 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
13966
13967$as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
13968
13969 fi
13970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
13971$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
13972
c8693053
RO
13973
13974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
c603b11b 13975$as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
d0ac1c44 13976 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false; then :
c603b11b
AM
13977 $as_echo_n "(cached) " >&6
13978else
13979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13980/* end confdefs.h. */
13981
13982#define _SYSCALL32
c603b11b
AM
13983#include <sys/procfs.h>
13984int
13985main ()
13986{
13987prstatus32_t avar; void* aref = (void*) &avar.pr_who
13988 ;
13989 return 0;
13990}
13991_ACEOF
13992if ac_fn_c_try_compile "$LINENO"; then :
13993 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
13994else
13995 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
13996
13997fi
13998rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13999fi
14000
14001 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14002
14003$as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14004
14005 fi
14006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14007$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14008
c8693053
RO
14009
14010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
c603b11b 14011$as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 14012 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false; then :
c603b11b
AM
14013 $as_echo_n "(cached) " >&6
14014else
14015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14016/* end confdefs.h. */
14017
14018#define _SYSCALL32
c603b11b
AM
14019#include <sys/procfs.h>
14020int
14021main ()
14022{
14023pstatus_t avar
14024 ;
14025 return 0;
14026}
14027_ACEOF
14028if ac_fn_c_try_compile "$LINENO"; then :
14029 bfd_cv_have_sys_procfs_type_pstatus_t=yes
14030else
14031 bfd_cv_have_sys_procfs_type_pstatus_t=no
14032
14033fi
14034rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14035fi
14036
14037 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14038
14039$as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14040
14041 fi
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14043$as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14044
c8693053
RO
14045
14046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
c603b11b 14047$as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 14048 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false; then :
c603b11b
AM
14049 $as_echo_n "(cached) " >&6
14050else
14051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14052/* end confdefs.h. */
14053
14054#define _SYSCALL32
c603b11b
AM
14055#include <sys/procfs.h>
14056int
14057main ()
14058{
14059pxstatus_t avar
14060 ;
14061 return 0;
14062}
14063_ACEOF
14064if ac_fn_c_try_compile "$LINENO"; then :
14065 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
14066else
14067 bfd_cv_have_sys_procfs_type_pxstatus_t=no
14068
14069fi
14070rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14071fi
14072
14073 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14074
14075$as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14076
14077 fi
14078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14079$as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14080
c8693053
RO
14081
14082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
c603b11b 14083$as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
d0ac1c44 14084 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false; then :
c603b11b
AM
14085 $as_echo_n "(cached) " >&6
14086else
14087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14088/* end confdefs.h. */
14089
14090#define _SYSCALL32
c603b11b
AM
14091#include <sys/procfs.h>
14092int
14093main ()
14094{
14095pstatus32_t avar
14096 ;
14097 return 0;
14098}
14099_ACEOF
14100if ac_fn_c_try_compile "$LINENO"; then :
14101 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
14102else
14103 bfd_cv_have_sys_procfs_type_pstatus32_t=no
14104
14105fi
14106rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14107fi
14108
14109 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14110
14111$as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14112
14113 fi
14114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14115$as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14116
c8693053
RO
14117
14118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
c603b11b 14119$as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
d0ac1c44 14120 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false; then :
c603b11b
AM
14121 $as_echo_n "(cached) " >&6
14122else
14123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14124/* end confdefs.h. */
14125
14126#define _SYSCALL32
c603b11b
AM
14127#include <sys/procfs.h>
14128int
14129main ()
14130{
14131prpsinfo_t avar
14132 ;
14133 return 0;
14134}
14135_ACEOF
14136if ac_fn_c_try_compile "$LINENO"; then :
14137 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
14138else
14139 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
14140
14141fi
14142rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14143fi
14144
14145 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
14146
14147$as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14148
14149 fi
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14151$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14152
c8693053
RO
14153
14154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
c603b11b 14155$as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
d0ac1c44 14156 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false; then :
c603b11b
AM
14157 $as_echo_n "(cached) " >&6
14158else
14159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14160/* end confdefs.h. */
14161
14162#define _SYSCALL32
c603b11b
AM
14163#include <sys/procfs.h>
14164int
14165main ()
14166{
14167prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
14168 ;
14169 return 0;
14170}
14171_ACEOF
14172if ac_fn_c_try_compile "$LINENO"; then :
14173 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
14174else
14175 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
14176
14177fi
14178rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14179fi
14180
14181 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
14182
14183$as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
14184
14185 fi
14186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
14187$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
14188
c8693053
RO
14189
14190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
c603b11b 14191$as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
d0ac1c44 14192 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false; then :
c603b11b
AM
14193 $as_echo_n "(cached) " >&6
14194else
14195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14196/* end confdefs.h. */
14197
14198#define _SYSCALL32
c603b11b
AM
14199#include <sys/procfs.h>
14200int
14201main ()
14202{
14203prpsinfo32_t avar
14204 ;
14205 return 0;
14206}
14207_ACEOF
14208if ac_fn_c_try_compile "$LINENO"; then :
14209 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
14210else
14211 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
14212
14213fi
14214rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14215fi
14216
14217 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14218
14219$as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14220
14221 fi
14222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14223$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14224
c8693053
RO
14225
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
c603b11b 14227$as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
d0ac1c44 14228 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false; then :
c603b11b
AM
14229 $as_echo_n "(cached) " >&6
14230else
14231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14232/* end confdefs.h. */
14233
14234#define _SYSCALL32
c603b11b
AM
14235#include <sys/procfs.h>
14236int
14237main ()
14238{
14239prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
14240 ;
14241 return 0;
14242}
14243_ACEOF
14244if ac_fn_c_try_compile "$LINENO"; then :
14245 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
14246else
14247 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
14248
14249fi
14250rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14251fi
14252
14253 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
14254
14255$as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
14256
14257 fi
14258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
14259$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
14260
c8693053
RO
14261
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
c603b11b 14263$as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
d0ac1c44 14264 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false; then :
c603b11b
AM
14265 $as_echo_n "(cached) " >&6
14266else
14267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14268/* end confdefs.h. */
14269
14270#define _SYSCALL32
c603b11b
AM
14271#include <sys/procfs.h>
14272int
14273main ()
14274{
14275psinfo_t avar
14276 ;
14277 return 0;
14278}
14279_ACEOF
14280if ac_fn_c_try_compile "$LINENO"; then :
14281 bfd_cv_have_sys_procfs_type_psinfo_t=yes
14282else
14283 bfd_cv_have_sys_procfs_type_psinfo_t=no
14284
14285fi
14286rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14287fi
14288
14289 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14290
14291$as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14292
14293 fi
14294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14295$as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14296
c8693053
RO
14297
14298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
c603b11b 14299$as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
d0ac1c44 14300 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false; then :
c603b11b
AM
14301 $as_echo_n "(cached) " >&6
14302else
14303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14304/* end confdefs.h. */
14305
14306#define _SYSCALL32
c603b11b
AM
14307#include <sys/procfs.h>
14308int
14309main ()
14310{
14311psinfo_t avar; void* aref = (void*) &avar.pr_pid
14312 ;
14313 return 0;
14314}
14315_ACEOF
14316if ac_fn_c_try_compile "$LINENO"; then :
14317 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
14318else
14319 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
14320
14321fi
14322rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14323fi
14324
14325 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
14326
14327$as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
14328
14329 fi
14330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
14331$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
14332
c8693053
RO
14333
14334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
c603b11b 14335$as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
d0ac1c44 14336 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false; then :
c603b11b
AM
14337 $as_echo_n "(cached) " >&6
14338else
14339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14340/* end confdefs.h. */
14341
14342#define _SYSCALL32
c603b11b
AM
14343#include <sys/procfs.h>
14344int
14345main ()
14346{
14347psinfo32_t avar
14348 ;
14349 return 0;
14350}
14351_ACEOF
14352if ac_fn_c_try_compile "$LINENO"; then :
14353 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
14354else
14355 bfd_cv_have_sys_procfs_type_psinfo32_t=no
14356
14357fi
14358rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14359fi
14360
14361 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14362
14363$as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14364
14365 fi
14366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14367$as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14368
c8693053
RO
14369
14370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
c603b11b 14371$as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
d0ac1c44 14372 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false; then :
c603b11b
AM
14373 $as_echo_n "(cached) " >&6
14374else
14375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14376/* end confdefs.h. */
14377
14378#define _SYSCALL32
c603b11b
AM
14379#include <sys/procfs.h>
14380int
14381main ()
14382{
14383psinfo32_t avar; void* aref = (void*) &avar.pr_pid
14384 ;
14385 return 0;
14386}
14387_ACEOF
14388if ac_fn_c_try_compile "$LINENO"; then :
14389 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
14390else
14391 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
14392
14393fi
14394rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14395fi
14396
14397 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
14398
14399$as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
14400
14401 fi
14402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
14403$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
14404
c8693053
RO
14405
14406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
c603b11b 14407$as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 14408 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false; then :
c603b11b
AM
14409 $as_echo_n "(cached) " >&6
14410else
14411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14412/* end confdefs.h. */
14413
14414#define _SYSCALL32
c603b11b
AM
14415#include <sys/procfs.h>
14416int
14417main ()
14418{
14419lwpstatus_t avar
14420 ;
14421 return 0;
14422}
14423_ACEOF
14424if ac_fn_c_try_compile "$LINENO"; then :
14425 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
14426else
14427 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
14428
14429fi
14430rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14431fi
14432
14433 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
14434
14435$as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
14436
14437 fi
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
14439$as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
14440
c8693053
RO
14441
14442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
c603b11b 14443$as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 14444 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false; then :
c603b11b
AM
14445 $as_echo_n "(cached) " >&6
14446else
14447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14448/* end confdefs.h. */
14449
14450#define _SYSCALL32
c603b11b
AM
14451#include <sys/procfs.h>
14452int
14453main ()
14454{
14455lwpxstatus_t avar
14456 ;
14457 return 0;
14458}
14459_ACEOF
14460if ac_fn_c_try_compile "$LINENO"; then :
14461 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
14462else
14463 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
14464
14465fi
14466rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14467fi
14468
14469 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
14470
14471$as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
5464f5a1 14472
c603b11b
AM
14473 fi
14474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
14475$as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
1012372a 14476
c8693053
RO
14477
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
c603b11b 14479$as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
d0ac1c44 14480 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false; then :
c603b11b
AM
14481 $as_echo_n "(cached) " >&6
14482else
14483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14484/* end confdefs.h. */
2ba49b59 14485
c603b11b 14486#define _SYSCALL32
c603b11b
AM
14487#include <sys/procfs.h>
14488int
14489main ()
14490{
14491lwpstatus_t avar; void* aref = (void*) &avar.pr_context
14492 ;
14493 return 0;
14494}
14495_ACEOF
14496if ac_fn_c_try_compile "$LINENO"; then :
14497 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
14498else
14499 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
5464f5a1 14500
c603b11b
AM
14501fi
14502rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14503fi
1012372a 14504
c603b11b 14505 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
2ba49b59 14506
c603b11b 14507$as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
1012372a 14508
c603b11b
AM
14509 fi
14510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
14511$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
81ecdfbb 14512
c8693053
RO
14513
14514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
c603b11b 14515$as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
d0ac1c44 14516 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false; then :
c603b11b
AM
14517 $as_echo_n "(cached) " >&6
14518else
14519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 14520/* end confdefs.h. */
c603b11b
AM
14521
14522#define _SYSCALL32
c603b11b
AM
14523#include <sys/procfs.h>
14524int
14525main ()
14526{
14527lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
14528 ;
14529 return 0;
14530}
81ecdfbb 14531_ACEOF
c603b11b
AM
14532if ac_fn_c_try_compile "$LINENO"; then :
14533 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
2ba49b59 14534else
c603b11b
AM
14535 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
14536
14537fi
14538rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2ba49b59 14539fi
1012372a 14540
c603b11b
AM
14541 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
14542
14543$as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
14544
14545 fi
14546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
14547$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
14548
c8693053
RO
14549
14550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
c603b11b 14551$as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
d0ac1c44 14552 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false; then :
c603b11b
AM
14553 $as_echo_n "(cached) " >&6
14554else
14555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14556/* end confdefs.h. */
14557
14558#define _SYSCALL32
c603b11b
AM
14559#include <sys/procfs.h>
14560int
14561main ()
14562{
14563lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
14564 ;
14565 return 0;
14566}
14567_ACEOF
14568if ac_fn_c_try_compile "$LINENO"; then :
14569 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
14570else
14571 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
14572
14573fi
14574rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14575fi
14576
14577 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
1012372a 14578
c603b11b
AM
14579$as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
14580
14581 fi
14582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
14583$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
14584
c8693053
RO
14585
14586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
c603b11b 14587$as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 14588 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false; then :
c603b11b
AM
14589 $as_echo_n "(cached) " >&6
14590else
14591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14592/* end confdefs.h. */
14593
14594#define _SYSCALL32
c603b11b
AM
14595#include <sys/procfs.h>
14596int
14597main ()
14598{
14599win32_pstatus_t avar
14600 ;
14601 return 0;
14602}
14603_ACEOF
14604if ac_fn_c_try_compile "$LINENO"; then :
14605 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
14606else
14607 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
14608
14609fi
14610rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14611fi
14612
14613 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
14614
14615$as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
14616
14617 fi
14618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
14619$as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
14620
14621 fi
14622fi
1012372a
AC
14623
14624
c603b11b 14625if test -n "$CORE_HEADER"; then
1012372a 14626
c603b11b
AM
14627cat >>confdefs.h <<_ACEOF
14628#define CORE_HEADER $CORE_HEADER
14629_ACEOF
252b5132 14630
c603b11b
AM
14631fi
14632if test -n "$TRAD_HEADER"; then
6be7c12c 14633
c603b11b
AM
14634cat >>confdefs.h <<_ACEOF
14635#define TRAD_HEADER $TRAD_HEADER
14636_ACEOF
5464f5a1 14637
c603b11b 14638fi
5464f5a1 14639
81ecdfbb
RW
14640if test "$plugins" = "yes"; then
14641 supports_plugins=1
5464f5a1 14642else
81ecdfbb 14643 supports_plugins=0
5464f5a1 14644fi
5464f5a1 14645
81ecdfbb 14646
3cf9e6c4 14647
96fe4562 14648# Determine the host dependent file_ptr a.k.a. off_t type. In order
81ecdfbb
RW
14649# prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
14650# fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
14651# Hopefully a reasonable assumption since fseeko et.al. should be
14652# upward compatible.
14653for ac_func in ftello ftello64 fseeko fseeko64 fopen64
14654do :
14655 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14656ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 14657if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb
RW
14658 cat >>confdefs.h <<_ACEOF
14659#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5464f5a1 14660_ACEOF
5464f5a1 14661
252b5132 14662fi
81ecdfbb 14663done
5464f5a1 14664
83c79df8
AM
14665ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
14666if test "x$ac_cv_have_decl_ftello" = xyes; then :
14667 ac_have_decl=1
14668else
14669 ac_have_decl=0
14670fi
14671
14672cat >>confdefs.h <<_ACEOF
14673#define HAVE_DECL_FTELLO $ac_have_decl
14674_ACEOF
14675ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
14676if test "x$ac_cv_have_decl_ftello64" = xyes; then :
14677 ac_have_decl=1
14678else
14679 ac_have_decl=0
14680fi
14681
14682cat >>confdefs.h <<_ACEOF
14683#define HAVE_DECL_FTELLO64 $ac_have_decl
14684_ACEOF
14685ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
14686if test "x$ac_cv_have_decl_fseeko" = xyes; then :
14687 ac_have_decl=1
14688else
14689 ac_have_decl=0
14690fi
14691
14692cat >>confdefs.h <<_ACEOF
14693#define HAVE_DECL_FSEEKO $ac_have_decl
14694_ACEOF
14695ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
14696if test "x$ac_cv_have_decl_fseeko64" = xyes; then :
14697 ac_have_decl=1
14698else
14699 ac_have_decl=0
14700fi
14701
14702cat >>confdefs.h <<_ACEOF
14703#define HAVE_DECL_FSEEKO64 $ac_have_decl
14704_ACEOF
14705ac_fn_c_check_decl "$LINENO" "fopen64" "ac_cv_have_decl_fopen64" "$ac_includes_default"
14706if test "x$ac_cv_have_decl_fopen64" = xyes; then :
14707 ac_have_decl=1
14708else
14709 ac_have_decl=0
14710fi
14711
14712cat >>confdefs.h <<_ACEOF
14713#define HAVE_DECL_FOPEN64 $ac_have_decl
14714_ACEOF
14715
81ecdfbb
RW
14716if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
14717 # The cast to long int works around a bug in the HP C Compiler
14718# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14719# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14720# This bug is HP SR number 8606223364.
14721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
14722$as_echo_n "checking size of off_t... " >&6; }
d0ac1c44 14723if ${ac_cv_sizeof_off_t+:} false; then :
81ecdfbb 14724 $as_echo_n "(cached) " >&6
6be7c12c 14725else
81ecdfbb 14726 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
5464f5a1 14727
81ecdfbb
RW
14728else
14729 if test "$ac_cv_type_off_t" = yes; then
14730 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14731$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
14732as_fn_error 77 "cannot compute sizeof (off_t)
14733See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
14734 else
14735 ac_cv_sizeof_off_t=0
14736 fi
5464f5a1 14737fi
5464f5a1 14738
252b5132 14739fi
81ecdfbb
RW
14740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
14741$as_echo "$ac_cv_sizeof_off_t" >&6; }
5464f5a1 14742
252b5132 14743
5464f5a1 14744
81ecdfbb
RW
14745cat >>confdefs.h <<_ACEOF
14746#define SIZEOF_OFF_T $ac_cv_sizeof_off_t
5464f5a1 14747_ACEOF
5464f5a1 14748
5464f5a1 14749
81ecdfbb
RW
14750fi
14751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
14752$as_echo_n "checking file_ptr type... " >&6; }
14753bfd_file_ptr="long"
14754bfd_ufile_ptr="unsigned long"
14755if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
14756 -o x"${ac_cv_sizeof_off_t}" = x8; then
14757 bfd_file_ptr=BFD_HOST_64_BIT
14758 bfd_ufile_ptr=BFD_HOST_U_64_BIT
14759fi
14760{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
14761$as_echo "$bfd_file_ptr" >&6; }
14762
6be7c12c 14763
252b5132 14764
d0ac1c44
SM
14765
14766
14767
14768 for ac_header in $ac_header_list
81ecdfbb
RW
14769do :
14770 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
d0ac1c44
SM
14771ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
14772"
14773if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
14774 cat >>confdefs.h <<_ACEOF
14775#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5464f5a1 14776_ACEOF
5464f5a1 14777
5464f5a1 14778fi
81ecdfbb
RW
14779
14780done
14781
d0ac1c44
SM
14782
14783
14784
14785
14786
14787
14788
81ecdfbb
RW
14789for ac_func in getpagesize
14790do :
14791 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
d0ac1c44 14792if test "x$ac_cv_func_getpagesize" = xyes; then :
5464f5a1 14793 cat >>confdefs.h <<_ACEOF
81ecdfbb 14794#define HAVE_GETPAGESIZE 1
5464f5a1 14795_ACEOF
252b5132 14796
252b5132
RH
14797fi
14798done
14799
81ecdfbb
RW
14800{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
14801$as_echo_n "checking for working mmap... " >&6; }
d0ac1c44 14802if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
81ecdfbb 14803 $as_echo_n "(cached) " >&6
252b5132 14804else
81ecdfbb 14805 if test "$cross_compiling" = yes; then :
252b5132
RH
14806 ac_cv_func_mmap_fixed_mapped=no
14807else
81ecdfbb 14808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
14809/* end confdefs.h. */
14810$ac_includes_default
14811/* malloc might have been renamed as rpl_malloc. */
14812#undef malloc
6be7c12c 14813
252b5132
RH
14814/* Thanks to Mike Haertel and Jim Avera for this test.
14815 Here is a matrix of mmap possibilities:
14816 mmap private not fixed
14817 mmap private fixed at somewhere currently unmapped
14818 mmap private fixed at somewhere already mapped
14819 mmap shared not fixed
14820 mmap shared fixed at somewhere currently unmapped
14821 mmap shared fixed at somewhere already mapped
14822 For private mappings, we should verify that changes cannot be read()
14823 back from the file, nor mmap's back from the file at a different
14824 address. (There have been systems where private was not correctly
14825 implemented like the infamous i386 svr4.0, and systems where the
5464f5a1 14826 VM page cache was not coherent with the file system buffer cache
252b5132
RH
14827 like early versions of FreeBSD and possibly contemporary NetBSD.)
14828 For shared mappings, we should conversely verify that changes get
5464f5a1 14829 propagated back to all the places they're supposed to be.
252b5132
RH
14830
14831 Grep wants private fixed already mapped.
14832 The main things grep needs to know about mmap are:
14833 * does it exist and is it safe to write into the mmap'd area
14834 * how to use it (BSD variants) */
5464f5a1 14835
252b5132
RH
14836#include <fcntl.h>
14837#include <sys/mman.h>
14838
81ecdfbb 14839#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
5464f5a1
NN
14840char *malloc ();
14841#endif
6be7c12c 14842
5464f5a1 14843/* This mess was copied from the GNU getpagesize.h. */
81ecdfbb 14844#ifndef HAVE_GETPAGESIZE
252b5132
RH
14845# ifdef _SC_PAGESIZE
14846# define getpagesize() sysconf(_SC_PAGESIZE)
14847# else /* no _SC_PAGESIZE */
81ecdfbb 14848# ifdef HAVE_SYS_PARAM_H
252b5132
RH
14849# include <sys/param.h>
14850# ifdef EXEC_PAGESIZE
14851# define getpagesize() EXEC_PAGESIZE
14852# else /* no EXEC_PAGESIZE */
14853# ifdef NBPG
14854# define getpagesize() NBPG * CLSIZE
14855# ifndef CLSIZE
14856# define CLSIZE 1
14857# endif /* no CLSIZE */
14858# else /* no NBPG */
14859# ifdef NBPC
14860# define getpagesize() NBPC
14861# else /* no NBPC */
14862# ifdef PAGESIZE
14863# define getpagesize() PAGESIZE
14864# endif /* PAGESIZE */
14865# endif /* no NBPC */
14866# endif /* no NBPG */
14867# endif /* no EXEC_PAGESIZE */
14868# else /* no HAVE_SYS_PARAM_H */
14869# define getpagesize() 8192 /* punt totally */
14870# endif /* no HAVE_SYS_PARAM_H */
14871# endif /* no _SC_PAGESIZE */
14872
5464f5a1
NN
14873#endif /* no HAVE_GETPAGESIZE */
14874
14875int
14876main ()
14877{
14878 char *data, *data2, *data3;
d0ac1c44 14879 const char *cdata2;
5464f5a1 14880 int i, pagesize;
d0ac1c44 14881 int fd, fd2;
5464f5a1
NN
14882
14883 pagesize = getpagesize ();
14884
14885 /* First, make a file with some known garbage in it. */
14886 data = (char *) malloc (pagesize);
14887 if (!data)
81ecdfbb 14888 return 1;
5464f5a1
NN
14889 for (i = 0; i < pagesize; ++i)
14890 *(data + i) = rand ();
14891 umask (0);
14892 fd = creat ("conftest.mmap", 0600);
14893 if (fd < 0)
d0ac1c44 14894 return 2;
5464f5a1 14895 if (write (fd, data, pagesize) != pagesize)
d0ac1c44 14896 return 3;
5464f5a1
NN
14897 close (fd);
14898
d0ac1c44
SM
14899 /* Next, check that the tail of a page is zero-filled. File must have
14900 non-zero length, otherwise we risk SIGBUS for entire page. */
14901 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
14902 if (fd2 < 0)
14903 return 4;
14904 cdata2 = "";
14905 if (write (fd2, cdata2, 1) != 1)
14906 return 5;
14907 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
14908 if (data2 == MAP_FAILED)
14909 return 6;
14910 for (i = 0; i < pagesize; ++i)
14911 if (*(data2 + i))
14912 return 7;
14913 close (fd2);
14914 if (munmap (data2, pagesize))
14915 return 8;
14916
5464f5a1
NN
14917 /* Next, try to mmap the file at a fixed address which already has
14918 something else allocated at it. If we can, also make sure that
14919 we see the same garbage. */
14920 fd = open ("conftest.mmap", O_RDWR);
14921 if (fd < 0)
d0ac1c44 14922 return 9;
5464f5a1
NN
14923 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
14924 MAP_PRIVATE | MAP_FIXED, fd, 0L))
d0ac1c44 14925 return 10;
5464f5a1
NN
14926 for (i = 0; i < pagesize; ++i)
14927 if (*(data + i) != *(data2 + i))
d0ac1c44 14928 return 11;
5464f5a1
NN
14929
14930 /* Finally, make sure that changes to the mapped area do not
14931 percolate back to the file as seen by read(). (This is a bug on
14932 some variants of i386 svr4.0.) */
14933 for (i = 0; i < pagesize; ++i)
14934 *(data2 + i) = *(data2 + i) + 1;
14935 data3 = (char *) malloc (pagesize);
14936 if (!data3)
d0ac1c44 14937 return 12;
5464f5a1 14938 if (read (fd, data3, pagesize) != pagesize)
d0ac1c44 14939 return 13;
5464f5a1
NN
14940 for (i = 0; i < pagesize; ++i)
14941 if (*(data + i) != *(data3 + i))
d0ac1c44 14942 return 14;
5464f5a1 14943 close (fd);
81ecdfbb 14944 return 0;
5464f5a1
NN
14945}
14946_ACEOF
81ecdfbb 14947if ac_fn_c_try_run "$LINENO"; then :
5464f5a1
NN
14948 ac_cv_func_mmap_fixed_mapped=yes
14949else
81ecdfbb 14950 ac_cv_func_mmap_fixed_mapped=no
5464f5a1 14951fi
81ecdfbb
RW
14952rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14953 conftest.$ac_objext conftest.beam conftest.$ac_ext
5464f5a1 14954fi
81ecdfbb 14955
5464f5a1 14956fi
81ecdfbb
RW
14957{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
14958$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
5464f5a1
NN
14959if test $ac_cv_func_mmap_fixed_mapped = yes; then
14960
81ecdfbb 14961$as_echo "#define HAVE_MMAP 1" >>confdefs.h
5464f5a1
NN
14962
14963fi
d0ac1c44 14964rm -f conftest.mmap conftest.txt
5464f5a1 14965
5464f5a1 14966for ac_func in madvise mprotect
81ecdfbb
RW
14967do :
14968 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14969ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 14970if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
5464f5a1 14971 cat >>confdefs.h <<_ACEOF
81ecdfbb 14972#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5464f5a1
NN
14973_ACEOF
14974
14975fi
14976done
14977
14978case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
14979 true+yes )
81ecdfbb 14980$as_echo "#define USE_MMAP 1" >>confdefs.h
5464f5a1
NN
14981 ;;
14982esac
14983
14984rm -f doc/config.status
81ecdfbb 14985ac_config_files="$ac_config_files Makefile doc/Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
5464f5a1 14986
20e95c23 14987
81ecdfbb 14988ac_config_commands="$ac_config_commands default"
5464f5a1 14989
108a6f8e
CD
14990
14991
14992
14993
14994
31dd3154 14995
5464f5a1
NN
14996cat >confcache <<\_ACEOF
14997# This file is a shell script that caches the results of configure
14998# tests run on this system so they can be shared between configure
14999# scripts and configure runs, see configure's option --config-cache.
15000# It is not useful on other systems. If it contains results you don't
15001# want to keep, you may remove or edit it.
15002#
15003# config.status only pays attention to the cache file if you give it
15004# the --recheck option to rerun configure.
15005#
15006# `ac_cv_env_foo' variables (set or unset) will be overridden when
15007# loading this file, other *unset* `ac_cv_foo' will be assigned the
15008# following values.
15009
15010_ACEOF
15011
15012# The following way of writing the cache mishandles newlines in values,
15013# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 15014# So, we kill variables containing newlines.
5464f5a1
NN
15015# Ultrix sh set writes to stderr and can't be redirected directly,
15016# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
15017(
15018 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15019 eval ac_val=\$$ac_var
15020 case $ac_val in #(
15021 *${as_nl}*)
15022 case $ac_var in #(
15023 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15024$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15025 esac
15026 case $ac_var in #(
15027 _ | IFS | as_nl) ;; #(
15028 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15029 *) { eval $ac_var=; unset $ac_var;} ;;
15030 esac ;;
15031 esac
15032 done
15033
5464f5a1 15034 (set) 2>&1 |
81ecdfbb
RW
15035 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15036 *${as_nl}ac_space=\ *)
15037 # `set' does not quote correctly, so add quotes: double-quote
15038 # substitution turns \\\\ into \\, and sed turns \\ into \.
5464f5a1
NN
15039 sed -n \
15040 "s/'/'\\\\''/g;
15041 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 15042 ;; #(
5464f5a1
NN
15043 *)
15044 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 15045 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
5464f5a1 15046 ;;
81ecdfbb
RW
15047 esac |
15048 sort
15049) |
5464f5a1 15050 sed '
81ecdfbb 15051 /^ac_cv_env_/b end
5464f5a1 15052 t clear
81ecdfbb 15053 :clear
5464f5a1
NN
15054 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15055 t end
81ecdfbb
RW
15056 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15057 :end' >>confcache
15058if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15059 if test -w "$cache_file"; then
d0ac1c44 15060 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
15061 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15062$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
15063 if test ! -f "$cache_file" || test -h "$cache_file"; then
15064 cat confcache >"$cache_file"
15065 else
15066 case $cache_file in #(
15067 */* | ?:*)
15068 mv -f confcache "$cache_file"$$ &&
15069 mv -f "$cache_file"$$ "$cache_file" ;; #(
15070 *)
15071 mv -f confcache "$cache_file" ;;
15072 esac
15073 fi
15074 fi
5464f5a1 15075 else
81ecdfbb
RW
15076 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15077$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5464f5a1
NN
15078 fi
15079fi
15080rm -f confcache
15081
15082test "x$prefix" = xNONE && prefix=$ac_default_prefix
15083# Let make expand exec_prefix.
15084test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15085
5464f5a1
NN
15086DEFS=-DHAVE_CONFIG_H
15087
15088ac_libobjs=
15089ac_ltlibobjs=
d0ac1c44 15090U=
5464f5a1
NN
15091for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15092 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
15093 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15094 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15095 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15096 # will be set to the directory where LIBOBJS objects are built.
15097 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15098 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
5464f5a1
NN
15099done
15100LIBOBJS=$ac_libobjs
15101
15102LTLIBOBJS=$ac_ltlibobjs
15103
15104
d0ac1c44
SM
15105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15106$as_echo_n "checking that generated files are newer than configure... " >&6; }
15107 if test -n "$am_sleep_pid"; then
15108 # Hide warnings about reused PIDs.
15109 wait $am_sleep_pid 2>/dev/null
15110 fi
15111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15112$as_echo "done" >&6; }
81ecdfbb
RW
15113 if test -n "$EXEEXT"; then
15114 am__EXEEXT_TRUE=
15115 am__EXEEXT_FALSE='#'
15116else
15117 am__EXEEXT_TRUE='#'
15118 am__EXEEXT_FALSE=
f5385ebf 15119fi
81ecdfbb 15120
83c79df8
AM
15121if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15122 as_fn_error $? "conditional \"AMDEP\" was never defined.
15123Usually this means the macro was only invoked conditionally." "$LINENO" 5
15124fi
15125if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15126 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15127Usually this means the macro was only invoked conditionally." "$LINENO" 5
15128fi
ce3c775b 15129if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 15130 as_fn_error $? "conditional \"PLUGINS\" was never defined.
81ecdfbb 15131Usually this means the macro was only invoked conditionally." "$LINENO" 5
ce3c775b 15132fi
f5385ebf 15133if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 15134 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
81ecdfbb 15135Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf 15136fi
d5fbea21 15137if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
d0ac1c44 15138 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
81ecdfbb 15139Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 15140fi
f5385ebf 15141if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
d0ac1c44 15142 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
81ecdfbb 15143Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf 15144fi
5464f5a1 15145
d0ac1c44 15146: "${CONFIG_STATUS=./config.status}"
81ecdfbb 15147ac_write_fail=0
5464f5a1
NN
15148ac_clean_files_save=$ac_clean_files
15149ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
15150{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15151$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15152as_write_fail=0
15153cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
5464f5a1
NN
15154#! $SHELL
15155# Generated by $as_me.
15156# Run this file to recreate the current configuration.
15157# Compiler output produced by configure, useful for debugging
15158# configure, is in config.log if it exists.
15159
15160debug=false
15161ac_cs_recheck=false
15162ac_cs_silent=false
5464f5a1 15163
81ecdfbb
RW
15164SHELL=\${CONFIG_SHELL-$SHELL}
15165export SHELL
15166_ASEOF
15167cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15168## -------------------- ##
15169## M4sh Initialization. ##
15170## -------------------- ##
5464f5a1 15171
81ecdfbb
RW
15172# Be more Bourne compatible
15173DUALCASE=1; export DUALCASE # for MKS sh
15174if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
5464f5a1
NN
15175 emulate sh
15176 NULLCMD=:
81ecdfbb 15177 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5464f5a1
NN
15178 # is contrary to our usage. Disable this feature.
15179 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
15180 setopt NO_GLOB_SUBST
15181else
15182 case `(set -o) 2>/dev/null` in #(
15183 *posix*) :
15184 set -o posix ;; #(
15185 *) :
15186 ;;
15187esac
5464f5a1 15188fi
5464f5a1 15189
81ecdfbb
RW
15190
15191as_nl='
15192'
15193export as_nl
15194# Printing a long string crashes Solaris 7 /usr/bin/printf.
15195as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15196as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15197as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15198# Prefer a ksh shell builtin over an external printf program on Solaris,
15199# but without wasting forks for bash or zsh.
15200if test -z "$BASH_VERSION$ZSH_VERSION" \
15201 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15202 as_echo='print -r --'
15203 as_echo_n='print -rn --'
15204elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15205 as_echo='printf %s\n'
15206 as_echo_n='printf %s'
15207else
15208 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15209 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15210 as_echo_n='/usr/ucb/echo -n'
15211 else
15212 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15213 as_echo_n_body='eval
15214 arg=$1;
15215 case $arg in #(
15216 *"$as_nl"*)
15217 expr "X$arg" : "X\\(.*\\)$as_nl";
15218 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15219 esac;
15220 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15221 '
15222 export as_echo_n_body
15223 as_echo_n='sh -c $as_echo_n_body as_echo'
15224 fi
15225 export as_echo_body
15226 as_echo='sh -c $as_echo_body as_echo'
15227fi
15228
15229# The user is always right.
15230if test "${PATH_SEPARATOR+set}" != set; then
15231 PATH_SEPARATOR=:
15232 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15233 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15234 PATH_SEPARATOR=';'
15235 }
5464f5a1
NN
15236fi
15237
15238
81ecdfbb
RW
15239# IFS
15240# We need space, tab and new line, in precisely that order. Quoting is
15241# there to prevent editors from complaining about space-tab.
15242# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15243# splitting by setting IFS to empty value.)
15244IFS=" "" $as_nl"
15245
15246# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 15247as_myself=
81ecdfbb
RW
15248case $0 in #((
15249 *[\\/]* ) as_myself=$0 ;;
15250 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15251for as_dir in $PATH
15252do
15253 IFS=$as_save_IFS
15254 test -z "$as_dir" && as_dir=.
15255 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15256 done
15257IFS=$as_save_IFS
15258
15259 ;;
15260esac
15261# We did not find ourselves, most probably we were run as `sh COMMAND'
15262# in which case we are not to be found in the path.
15263if test "x$as_myself" = x; then
15264 as_myself=$0
15265fi
15266if test ! -f "$as_myself"; then
15267 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15268 exit 1
15269fi
15270
15271# Unset variables that we do not need and which cause bugs (e.g. in
15272# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15273# suppresses any "Segmentation fault" message there. '((' could
15274# trigger a bug in pdksh 5.2.14.
15275for as_var in BASH_ENV ENV MAIL MAILPATH
15276do eval test x\${$as_var+set} = xset \
15277 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15278done
5464f5a1
NN
15279PS1='$ '
15280PS2='> '
15281PS4='+ '
15282
15283# NLS nuisances.
81ecdfbb
RW
15284LC_ALL=C
15285export LC_ALL
15286LANGUAGE=C
15287export LANGUAGE
15288
15289# CDPATH.
15290(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15291
15292
d0ac1c44
SM
15293# as_fn_error STATUS ERROR [LINENO LOG_FD]
15294# ----------------------------------------
81ecdfbb
RW
15295# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15296# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 15297# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
15298as_fn_error ()
15299{
d0ac1c44
SM
15300 as_status=$1; test $as_status -eq 0 && as_status=1
15301 if test "$4"; then
15302 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15303 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
5464f5a1 15304 fi
d0ac1c44 15305 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
15306 as_fn_exit $as_status
15307} # as_fn_error
15308
15309
15310# as_fn_set_status STATUS
15311# -----------------------
15312# Set $? to STATUS, without forking.
15313as_fn_set_status ()
15314{
15315 return $1
15316} # as_fn_set_status
15317
15318# as_fn_exit STATUS
15319# -----------------
15320# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15321as_fn_exit ()
15322{
15323 set +e
15324 as_fn_set_status $1
15325 exit $1
15326} # as_fn_exit
15327
15328# as_fn_unset VAR
15329# ---------------
15330# Portably unset VAR.
15331as_fn_unset ()
15332{
15333 { eval $1=; unset $1;}
15334}
15335as_unset=as_fn_unset
15336# as_fn_append VAR VALUE
15337# ----------------------
15338# Append the text in VALUE to the end of the definition contained in VAR. Take
15339# advantage of any shell optimizations that allow amortized linear growth over
15340# repeated appends, instead of the typical quadratic growth present in naive
15341# implementations.
15342if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15343 eval 'as_fn_append ()
15344 {
15345 eval $1+=\$2
15346 }'
15347else
15348 as_fn_append ()
15349 {
15350 eval $1=\$$1\$2
15351 }
15352fi # as_fn_append
15353
15354# as_fn_arith ARG...
15355# ------------------
15356# Perform arithmetic evaluation on the ARGs, and store the result in the
15357# global $as_val. Take advantage of shells that can avoid forks. The arguments
15358# must be portable across $(()) and expr.
15359if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15360 eval 'as_fn_arith ()
15361 {
15362 as_val=$(( $* ))
15363 }'
15364else
15365 as_fn_arith ()
15366 {
15367 as_val=`expr "$@" || test $? -eq 1`
15368 }
15369fi # as_fn_arith
15370
5464f5a1 15371
81ecdfbb
RW
15372if expr a : '\(a\)' >/dev/null 2>&1 &&
15373 test "X`expr 00001 : '.*\(...\)'`" = X001; then
5464f5a1
NN
15374 as_expr=expr
15375else
15376 as_expr=false
15377fi
15378
81ecdfbb 15379if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5464f5a1
NN
15380 as_basename=basename
15381else
15382 as_basename=false
15383fi
252b5132 15384
81ecdfbb
RW
15385if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15386 as_dirname=dirname
15387else
15388 as_dirname=false
15389fi
6be7c12c 15390
81ecdfbb 15391as_me=`$as_basename -- "$0" ||
5464f5a1
NN
15392$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15393 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15394 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15395$as_echo X/"$0" |
15396 sed '/^.*\/\([^/][^/]*\)\/*$/{
15397 s//\1/
15398 q
15399 }
15400 /^X\/\(\/\/\)$/{
15401 s//\1/
15402 q
15403 }
15404 /^X\/\(\/\).*/{
15405 s//\1/
15406 q
15407 }
15408 s/.*/./; q'`
5464f5a1 15409
5464f5a1
NN
15410# Avoid depending upon Character Ranges.
15411as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15412as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15413as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15414as_cr_digits='0123456789'
15415as_cr_alnum=$as_cr_Letters$as_cr_digits
15416
81ecdfbb
RW
15417ECHO_C= ECHO_N= ECHO_T=
15418case `echo -n x` in #(((((
15419-n*)
15420 case `echo 'xy\c'` in
15421 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15422 xy) ECHO_C='\c';;
15423 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15424 ECHO_T=' ';;
15425 esac;;
15426*)
15427 ECHO_N='-n';;
5464f5a1
NN
15428esac
15429
81ecdfbb
RW
15430rm -f conf$$ conf$$.exe conf$$.file
15431if test -d conf$$.dir; then
15432 rm -f conf$$.dir/conf$$.file
252b5132 15433else
81ecdfbb
RW
15434 rm -f conf$$.dir
15435 mkdir conf$$.dir 2>/dev/null
252b5132 15436fi
81ecdfbb
RW
15437if (echo >conf$$.file) 2>/dev/null; then
15438 if ln -s conf$$.file conf$$ 2>/dev/null; then
5464f5a1 15439 as_ln_s='ln -s'
81ecdfbb
RW
15440 # ... but there are two gotchas:
15441 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15442 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 15443 # In both cases, we have to default to `cp -pR'.
81ecdfbb 15444 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 15445 as_ln_s='cp -pR'
81ecdfbb
RW
15446 elif ln conf$$.file conf$$ 2>/dev/null; then
15447 as_ln_s=ln
15448 else
d0ac1c44 15449 as_ln_s='cp -pR'
5464f5a1 15450 fi
5464f5a1 15451else
d0ac1c44 15452 as_ln_s='cp -pR'
252b5132 15453fi
81ecdfbb
RW
15454rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15455rmdir conf$$.dir 2>/dev/null
15456
15457
15458# as_fn_mkdir_p
15459# -------------
15460# Create "$as_dir" as a directory, including parents if necessary.
15461as_fn_mkdir_p ()
15462{
15463
15464 case $as_dir in #(
15465 -*) as_dir=./$as_dir;;
15466 esac
15467 test -d "$as_dir" || eval $as_mkdir_p || {
15468 as_dirs=
15469 while :; do
15470 case $as_dir in #(
15471 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15472 *) as_qdir=$as_dir;;
15473 esac
15474 as_dirs="'$as_qdir' $as_dirs"
15475 as_dir=`$as_dirname -- "$as_dir" ||
15476$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15477 X"$as_dir" : 'X\(//\)[^/]' \| \
15478 X"$as_dir" : 'X\(//\)$' \| \
15479 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15480$as_echo X"$as_dir" |
15481 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15482 s//\1/
15483 q
15484 }
15485 /^X\(\/\/\)[^/].*/{
15486 s//\1/
15487 q
15488 }
15489 /^X\(\/\/\)$/{
15490 s//\1/
15491 q
15492 }
15493 /^X\(\/\).*/{
15494 s//\1/
15495 q
15496 }
15497 s/.*/./; q'`
15498 test -d "$as_dir" && break
15499 done
15500 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 15501 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 15502
6be7c12c 15503
81ecdfbb 15504} # as_fn_mkdir_p
5464f5a1 15505if mkdir -p . 2>/dev/null; then
81ecdfbb 15506 as_mkdir_p='mkdir -p "$as_dir"'
5464f5a1
NN
15507else
15508 test -d ./-p && rmdir ./-p
15509 as_mkdir_p=false
252b5132 15510fi
81ecdfbb 15511
d0ac1c44
SM
15512
15513# as_fn_executable_p FILE
15514# -----------------------
15515# Test if FILE is an executable regular file.
15516as_fn_executable_p ()
15517{
15518 test -f "$1" && test -x "$1"
15519} # as_fn_executable_p
15520as_test_x='test -x'
15521as_executable_p=as_fn_executable_p
252b5132 15522
5464f5a1
NN
15523# Sed expression to map a string onto a valid CPP name.
15524as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 15525
5464f5a1
NN
15526# Sed expression to map a string onto a valid variable name.
15527as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6be7c12c 15528
252b5132 15529
5464f5a1 15530exec 6>&1
81ecdfbb
RW
15531## ----------------------------------- ##
15532## Main body of $CONFIG_STATUS script. ##
15533## ----------------------------------- ##
15534_ASEOF
15535test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5464f5a1 15536
81ecdfbb
RW
15537cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15538# Save the log message, to keep $0 and so on meaningful, and to
5464f5a1 15539# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15540# values after options handling.
15541ac_log="
346d80ef 15542This file was extended by bfd $as_me 2.37.50, which was
d0ac1c44 15543generated by GNU Autoconf 2.69. Invocation command line was
5464f5a1
NN
15544
15545 CONFIG_FILES = $CONFIG_FILES
15546 CONFIG_HEADERS = $CONFIG_HEADERS
15547 CONFIG_LINKS = $CONFIG_LINKS
15548 CONFIG_COMMANDS = $CONFIG_COMMANDS
15549 $ $0 $@
15550
81ecdfbb
RW
15551on `(hostname || uname -n) 2>/dev/null | sed 1q`
15552"
15553
5464f5a1
NN
15554_ACEOF
15555
81ecdfbb
RW
15556case $ac_config_files in *"
15557"*) set x $ac_config_files; shift; ac_config_files=$*;;
15558esac
5464f5a1 15559
81ecdfbb
RW
15560case $ac_config_headers in *"
15561"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15562esac
252b5132 15563
252b5132 15564
81ecdfbb
RW
15565cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15566# Files that config.status was made for.
15567config_files="$ac_config_files"
15568config_headers="$ac_config_headers"
15569config_commands="$ac_config_commands"
252b5132 15570
81ecdfbb 15571_ACEOF
5464f5a1 15572
81ecdfbb 15573cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1 15574ac_cs_usage="\
81ecdfbb
RW
15575\`$as_me' instantiates files and other configuration actions
15576from templates according to the current configuration. Unless the files
15577and actions are specified as TAGs, all are instantiated by default.
5464f5a1 15578
81ecdfbb 15579Usage: $0 [OPTION]... [TAG]...
5464f5a1
NN
15580
15581 -h, --help print this help, then exit
81ecdfbb 15582 -V, --version print version number and configuration settings, then exit
d0ac1c44 15583 --config print configuration, then exit
81ecdfbb
RW
15584 -q, --quiet, --silent
15585 do not print progress messages
5464f5a1
NN
15586 -d, --debug don't remove temporary files
15587 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15588 --file=FILE[:TEMPLATE]
15589 instantiate the configuration file FILE
15590 --header=FILE[:TEMPLATE]
15591 instantiate the configuration header FILE
5464f5a1
NN
15592
15593Configuration files:
15594$config_files
15595
15596Configuration headers:
15597$config_headers
15598
15599Configuration commands:
15600$config_commands
15601
81ecdfbb 15602Report bugs to the package provider."
5464f5a1 15603
81ecdfbb
RW
15604_ACEOF
15605cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15606ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5464f5a1 15607ac_cs_version="\\
346d80ef 15608bfd config.status 2.37.50
d0ac1c44
SM
15609configured by $0, generated by GNU Autoconf 2.69,
15610 with options \\"\$ac_cs_config\\"
5464f5a1 15611
d0ac1c44 15612Copyright (C) 2012 Free Software Foundation, Inc.
5464f5a1
NN
15613This config.status script is free software; the Free Software Foundation
15614gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15615
15616ac_pwd='$ac_pwd'
15617srcdir='$srcdir'
15618INSTALL='$INSTALL'
15619MKDIR_P='$MKDIR_P'
15620AWK='$AWK'
15621test -n "\$AWK" || AWK=awk
5464f5a1
NN
15622_ACEOF
15623
81ecdfbb
RW
15624cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15625# The default lists apply if the user does not specify any file.
5464f5a1
NN
15626ac_need_defaults=:
15627while test $# != 0
15628do
15629 case $1 in
d0ac1c44 15630 --*=?*)
81ecdfbb
RW
15631 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15632 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5464f5a1 15633 ac_shift=:
6be7c12c 15634 ;;
d0ac1c44
SM
15635 --*=)
15636 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15637 ac_optarg=
15638 ac_shift=:
15639 ;;
81ecdfbb 15640 *)
5464f5a1
NN
15641 ac_option=$1
15642 ac_optarg=$2
15643 ac_shift=shift
6be7c12c 15644 ;;
5464f5a1 15645 esac
252b5132 15646
5464f5a1
NN
15647 case $ac_option in
15648 # Handling of the options.
5464f5a1
NN
15649 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15650 ac_cs_recheck=: ;;
81ecdfbb
RW
15651 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15652 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
15653 --config | --confi | --conf | --con | --co | --c )
15654 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 15655 --debug | --debu | --deb | --de | --d | -d )
5464f5a1
NN
15656 debug=: ;;
15657 --file | --fil | --fi | --f )
15658 $ac_shift
81ecdfbb
RW
15659 case $ac_optarg in
15660 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 15661 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
15662 esac
15663 as_fn_append CONFIG_FILES " '$ac_optarg'"
5464f5a1
NN
15664 ac_need_defaults=false;;
15665 --header | --heade | --head | --hea )
15666 $ac_shift
81ecdfbb
RW
15667 case $ac_optarg in
15668 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15669 esac
15670 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
5464f5a1 15671 ac_need_defaults=false;;
81ecdfbb
RW
15672 --he | --h)
15673 # Conflict between --help and --header
d0ac1c44 15674 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
15675Try \`$0 --help' for more information.";;
15676 --help | --hel | -h )
15677 $as_echo "$ac_cs_usage"; exit ;;
5464f5a1
NN
15678 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15679 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15680 ac_cs_silent=: ;;
6be7c12c 15681
5464f5a1 15682 # This is an error.
d0ac1c44 15683 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 15684Try \`$0 --help' for more information." ;;
252b5132 15685
81ecdfbb
RW
15686 *) as_fn_append ac_config_targets " $1"
15687 ac_need_defaults=false ;;
252b5132 15688
5464f5a1
NN
15689 esac
15690 shift
15691done
6be7c12c 15692
5464f5a1 15693ac_configure_extra_args=
252b5132 15694
5464f5a1
NN
15695if $ac_cs_silent; then
15696 exec 6>/dev/null
15697 ac_configure_extra_args="$ac_configure_extra_args --silent"
15698fi
6be7c12c 15699
5464f5a1 15700_ACEOF
81ecdfbb 15701cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5464f5a1 15702if \$ac_cs_recheck; then
d0ac1c44 15703 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
15704 shift
15705 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15706 CONFIG_SHELL='$SHELL'
15707 export CONFIG_SHELL
15708 exec "\$@"
5464f5a1
NN
15709fi
15710
15711_ACEOF
81ecdfbb
RW
15712cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15713exec 5>>config.log
15714{
15715 echo
15716 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15717## Running $as_me. ##
15718_ASBOX
15719 $as_echo "$ac_log"
15720} >&5
5464f5a1 15721
81ecdfbb
RW
15722_ACEOF
15723cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6be7c12c 15724#
81ecdfbb 15725# INIT-COMMANDS
6be7c12c 15726#
f5385ebf 15727AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15728
15729
15730# The HP-UX ksh and POSIX shell print the target directory to stdout
15731# if CDPATH is set.
15732(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15733
15734sed_quote_subst='$sed_quote_subst'
15735double_quote_subst='$double_quote_subst'
15736delay_variable_subst='$delay_variable_subst'
3725885a
RW
15737enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15738macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15739macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15740enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15741pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15742enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15743SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15744ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15745host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15746host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15747host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15748build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15749build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15750build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15751SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15752Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15753GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15754EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15755FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15756LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15757NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15758LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15759max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15760ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15761exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15762lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15763lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15764lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15765reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15766reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15767OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15768deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15769file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15770AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15771AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15772STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15773RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15774old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15775old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15776old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15777lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15778CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15779CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15780compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15781GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15782lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15783lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15784lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15785lt_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"`'
15786objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15787MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15788lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15789lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15790lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15791lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15792lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15793need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15794DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15795NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15796LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15797OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15798OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15799libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15800shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15801extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15802archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15803enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15804export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15805whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15806compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15807old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15808old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15809archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15810archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15811module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15812module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15813with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15814allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15815no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15816hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15817hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15818hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15819hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15820hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15821hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15822hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15823hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15824inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15825link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15826fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15827always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15828export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15829exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15830include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15831prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15832file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15833variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15834need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15835need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15836version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15837runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15838shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15839shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15840libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15841library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15842soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15843install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15844postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15845postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15846finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15847finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15848hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15849sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15850sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15851hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15852enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15853enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15854enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15855old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15856striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
15857
15858LTCC='$LTCC'
15859LTCFLAGS='$LTCFLAGS'
15860compiler='$compiler_DEFAULT'
15861
3725885a
RW
15862# A function that is used when there is no print builtin or printf.
15863func_fallback_echo ()
15864{
15865 eval 'cat <<_LTECHO_EOF
15866\$1
15867_LTECHO_EOF'
15868}
15869
d7040cdb 15870# Quote evaled strings.
3725885a
RW
15871for var in SHELL \
15872ECHO \
15873SED \
d7040cdb
SE
15874GREP \
15875EGREP \
15876FGREP \
15877LD \
15878NM \
15879LN_S \
15880lt_SP2NL \
15881lt_NL2SP \
15882reload_flag \
718a6fd8 15883OBJDUMP \
d7040cdb
SE
15884deplibs_check_method \
15885file_magic_cmd \
15886AR \
15887AR_FLAGS \
15888STRIP \
15889RANLIB \
15890CC \
15891CFLAGS \
15892compiler \
15893lt_cv_sys_global_symbol_pipe \
15894lt_cv_sys_global_symbol_to_cdecl \
15895lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 15896lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
15897lt_prog_compiler_no_builtin_flag \
15898lt_prog_compiler_wl \
15899lt_prog_compiler_pic \
15900lt_prog_compiler_static \
15901lt_cv_prog_compiler_c_o \
15902need_locks \
718a6fd8
SE
15903DSYMUTIL \
15904NMEDIT \
15905LIPO \
15906OTOOL \
15907OTOOL64 \
d7040cdb
SE
15908shrext_cmds \
15909export_dynamic_flag_spec \
15910whole_archive_flag_spec \
15911compiler_needs_object \
15912with_gnu_ld \
15913allow_undefined_flag \
15914no_undefined_flag \
15915hardcode_libdir_flag_spec \
15916hardcode_libdir_flag_spec_ld \
15917hardcode_libdir_separator \
15918fix_srcfile_path \
15919exclude_expsyms \
15920include_expsyms \
15921file_list_spec \
15922variables_saved_for_relink \
15923libname_spec \
15924library_names_spec \
15925soname_spec \
3725885a 15926install_override_mode \
d7040cdb
SE
15927finish_eval \
15928old_striplib \
15929striplib; do
3725885a 15930 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15931 *[\\\\\\\`\\"\\\$]*)
3725885a 15932 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
15933 ;;
15934 *)
15935 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15936 ;;
15937 esac
15938done
15939
15940# Double-quote double-evaled strings.
15941for var in reload_cmds \
15942old_postinstall_cmds \
15943old_postuninstall_cmds \
15944old_archive_cmds \
15945extract_expsyms_cmds \
15946old_archive_from_new_cmds \
15947old_archive_from_expsyms_cmds \
15948archive_cmds \
15949archive_expsym_cmds \
15950module_cmds \
15951module_expsym_cmds \
15952export_symbols_cmds \
15953prelink_cmds \
15954postinstall_cmds \
15955postuninstall_cmds \
15956finish_cmds \
15957sys_lib_search_path_spec \
15958sys_lib_dlsearch_path_spec; do
3725885a 15959 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15960 *[\\\\\\\`\\"\\\$]*)
3725885a 15961 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
15962 ;;
15963 *)
15964 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15965 ;;
15966 esac
15967done
15968
d7040cdb
SE
15969ac_aux_dir='$ac_aux_dir'
15970xsi_shell='$xsi_shell'
15971lt_shell_append='$lt_shell_append'
15972
15973# See if we are running on zsh, and set the options which allow our
15974# commands through without removal of \ escapes INIT.
15975if test -n "\${ZSH_VERSION+set}" ; then
15976 setopt NO_GLOB_SUBST
15977fi
15978
15979
15980 PACKAGE='$PACKAGE'
15981 VERSION='$VERSION'
15982 TIMESTAMP='$TIMESTAMP'
15983 RM='$RM'
15984 ofile='$ofile'
15985
15986
15987
20e95c23
DJ
15988# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15989 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15990 # from automake.
15991 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15992 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15993 LINGUAS="${LINGUAS-%UNSET%}"
15994
5464f5a1
NN
15995
15996
15997_ACEOF
15998
81ecdfbb 15999cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1 16000
81ecdfbb 16001# Handling of arguments.
5464f5a1 16002for ac_config_target in $ac_config_targets
252b5132 16003do
81ecdfbb
RW
16004 case $ac_config_target in
16005 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16006 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16007 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16008 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
81ecdfbb
RW
16009 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16010 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16011 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16012 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16013 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16014
d0ac1c44 16015 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
252b5132
RH
16016 esac
16017done
16018
81ecdfbb 16019
5464f5a1
NN
16020# If the user did not use the arguments to specify the items to instantiate,
16021# then the envvar interface is used. Set only those that are not.
16022# We use the long form for the default assignment because of an extremely
16023# bizarre bug on SunOS 4.1.3.
16024if $ac_need_defaults; then
16025 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16026 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16027 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16028fi
16029
16030# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 16031# simply because there is no reason against having it here, and in addition,
5464f5a1 16032# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
16033# Hook for its removal unless debugging.
16034# Note that there is a small window in which the directory will not be cleaned:
16035# after its creation but before its name has been assigned to `$tmp'.
5464f5a1
NN
16036$debug ||
16037{
d0ac1c44 16038 tmp= ac_tmp=
81ecdfbb 16039 trap 'exit_status=$?
d0ac1c44
SM
16040 : "${ac_tmp:=$tmp}"
16041 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
16042' 0
16043 trap 'as_fn_exit 1' 1 2 13 15
5464f5a1 16044}
5464f5a1 16045# Create a (secure) tmp directory for tmp files.
b3baf5d0 16046
5464f5a1 16047{
81ecdfbb 16048 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 16049 test -d "$tmp"
5464f5a1
NN
16050} ||
16051{
81ecdfbb
RW
16052 tmp=./conf$$-$RANDOM
16053 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
16054} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16055ac_tmp=$tmp
81ecdfbb
RW
16056
16057# Set up the scripts for CONFIG_FILES section.
16058# No need to generate them if there are no CONFIG_FILES.
16059# This happens for instance with `./config.status config.h'.
16060if test -n "$CONFIG_FILES"; then
16061
16062
16063ac_cr=`echo X | tr X '\015'`
16064# On cygwin, bash can eat \r inside `` if the user requested igncr.
16065# But we know of no other shell where ac_cr would be empty at this
16066# point, so we can use a bashism as a fallback.
16067if test "x$ac_cr" = x; then
16068 eval ac_cr=\$\'\\r\'
16069fi
16070ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16071if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 16072 ac_cs_awk_cr='\\r'
81ecdfbb
RW
16073else
16074 ac_cs_awk_cr=$ac_cr
16075fi
16076
d0ac1c44 16077echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
16078_ACEOF
16079
16080
16081{
16082 echo "cat >conf$$subs.awk <<_ACEOF" &&
16083 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16084 echo "_ACEOF"
16085} >conf$$subs.sh ||
d0ac1c44
SM
16086 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16087ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
16088ac_delim='%!_!# '
16089for ac_last_try in false false false false false :; do
16090 . ./conf$$subs.sh ||
d0ac1c44 16091 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
16092
16093 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16094 if test $ac_delim_n = $ac_delim_num; then
16095 break
16096 elif $ac_last_try; then
d0ac1c44 16097 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
16098 else
16099 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16100 fi
16101done
16102rm -f conf$$subs.sh
16103
16104cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 16105cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
16106_ACEOF
16107sed -n '
16108h
16109s/^/S["/; s/!.*/"]=/
16110p
16111g
16112s/^[^!]*!//
16113:repl
16114t repl
16115s/'"$ac_delim"'$//
16116t delim
16117:nl
16118h
d0ac1c44 16119s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
16120t more1
16121s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16122p
16123n
16124b repl
16125:more1
16126s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16127p
16128g
16129s/.\{148\}//
16130t nl
16131:delim
16132h
d0ac1c44 16133s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
16134t more2
16135s/["\\]/\\&/g; s/^/"/; s/$/"/
16136p
16137b
16138:more2
16139s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16140p
16141g
16142s/.\{148\}//
16143t delim
16144' <conf$$subs.awk | sed '
16145/^[^""]/{
16146 N
16147 s/\n//
16148}
16149' >>$CONFIG_STATUS || ac_write_fail=1
16150rm -f conf$$subs.awk
16151cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16152_ACAWK
d0ac1c44 16153cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
16154 for (key in S) S_is_set[key] = 1
16155 FS = "\a"
16156
16157}
5464f5a1 16158{
81ecdfbb
RW
16159 line = $ 0
16160 nfields = split(line, field, "@")
16161 substed = 0
16162 len = length(field[1])
16163 for (i = 2; i < nfields; i++) {
16164 key = field[i]
16165 keylen = length(key)
16166 if (S_is_set[key]) {
16167 value = S[key]
16168 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16169 len += length(value) + length(field[++i])
16170 substed = 1
16171 } else
16172 len += 1 + keylen
16173 }
16174
16175 print line
5464f5a1
NN
16176}
16177
81ecdfbb
RW
16178_ACAWK
16179_ACEOF
16180cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16181if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16182 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16183else
16184 cat
d0ac1c44
SM
16185fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16186 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5464f5a1
NN
16187_ACEOF
16188
d0ac1c44
SM
16189# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16190# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
16191# trailing colons and then remove the whole line if VPATH becomes empty
16192# (actually we leave an empty line to preserve line numbers).
16193if test "x$srcdir" = x.; then
d0ac1c44
SM
16194 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16195h
16196s///
16197s/^/:/
16198s/[ ]*$/:/
16199s/:\$(srcdir):/:/g
16200s/:\${srcdir}:/:/g
16201s/:@srcdir@:/:/g
16202s/^:*//
81ecdfbb 16203s/:*$//
d0ac1c44
SM
16204x
16205s/\(=[ ]*\).*/\1/
16206G
16207s/\n//
81ecdfbb
RW
16208s/^[^=]*=[ ]*$//
16209}'
16210fi
b3baf5d0 16211
81ecdfbb
RW
16212cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16213fi # test -n "$CONFIG_FILES"
252b5132 16214
81ecdfbb
RW
16215# Set up the scripts for CONFIG_HEADERS section.
16216# No need to generate them if there are no CONFIG_HEADERS.
16217# This happens for instance with `./config.status Makefile'.
16218if test -n "$CONFIG_HEADERS"; then
d0ac1c44 16219cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb 16220BEGIN {
5464f5a1
NN
16221_ACEOF
16222
81ecdfbb
RW
16223# Transform confdefs.h into an awk script `defines.awk', embedded as
16224# here-document in config.status, that substitutes the proper values into
16225# config.h.in to produce config.h.
16226
16227# Create a delimiter string that does not exist in confdefs.h, to ease
16228# handling of long lines.
16229ac_delim='%!_!# '
16230for ac_last_try in false false :; do
d0ac1c44
SM
16231 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16232 if test -z "$ac_tt"; then
81ecdfbb
RW
16233 break
16234 elif $ac_last_try; then
d0ac1c44 16235 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
81ecdfbb
RW
16236 else
16237 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 16238 fi
81ecdfbb 16239done
6be7c12c 16240
81ecdfbb
RW
16241# For the awk script, D is an array of macro values keyed by name,
16242# likewise P contains macro parameters if any. Preserve backslash
16243# newline sequences.
16244
16245ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16246sed -n '
16247s/.\{148\}/&'"$ac_delim"'/g
16248t rset
16249:rset
16250s/^[ ]*#[ ]*define[ ][ ]*/ /
16251t def
16252d
16253:def
16254s/\\$//
16255t bsnl
16256s/["\\]/\\&/g
16257s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16258D["\1"]=" \3"/p
16259s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16260d
16261:bsnl
16262s/["\\]/\\&/g
16263s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16264D["\1"]=" \3\\\\\\n"\\/p
16265t cont
16266s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16267t cont
16268d
16269:cont
16270n
16271s/.\{148\}/&'"$ac_delim"'/g
16272t clear
16273:clear
16274s/\\$//
16275t bsnlc
16276s/["\\]/\\&/g; s/^/"/; s/$/"/p
16277d
16278:bsnlc
16279s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16280b cont
16281' <confdefs.h | sed '
16282s/'"$ac_delim"'/"\\\
16283"/g' >>$CONFIG_STATUS || ac_write_fail=1
16284
16285cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16286 for (key in D) D_is_set[key] = 1
16287 FS = "\a"
16288}
16289/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16290 line = \$ 0
16291 split(line, arg, " ")
16292 if (arg[1] == "#") {
16293 defundef = arg[2]
16294 mac1 = arg[3]
16295 } else {
16296 defundef = substr(arg[1], 2)
16297 mac1 = arg[2]
16298 }
16299 split(mac1, mac2, "(") #)
16300 macro = mac2[1]
16301 prefix = substr(line, 1, index(line, defundef) - 1)
16302 if (D_is_set[macro]) {
16303 # Preserve the white space surrounding the "#".
16304 print prefix "define", macro P[macro] D[macro]
16305 next
16306 } else {
16307 # Replace #undef with comments. This is necessary, for example,
16308 # in the case of _POSIX_SOURCE, which is predefined and required
16309 # on some systems where configure will not decide to define it.
16310 if (defundef == "undef") {
16311 print "/*", prefix defundef, macro, "*/"
16312 next
16313 }
16314 }
16315}
16316{ print }
16317_ACAWK
5464f5a1 16318_ACEOF
81ecdfbb 16319cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 16320 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb
RW
16321fi # test -n "$CONFIG_HEADERS"
16322
16323
16324eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16325shift
16326for ac_tag
16327do
16328 case $ac_tag in
16329 :[FHLC]) ac_mode=$ac_tag; continue;;
16330 esac
16331 case $ac_mode$ac_tag in
16332 :[FHL]*:*);;
d0ac1c44 16333 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
16334 :[FH]-) ac_tag=-:-;;
16335 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16336 esac
16337 ac_save_IFS=$IFS
16338 IFS=:
16339 set x $ac_tag
16340 IFS=$ac_save_IFS
16341 shift
16342 ac_file=$1
16343 shift
16344
16345 case $ac_mode in
16346 :L) ac_source=$1;;
16347 :[FH])
16348 ac_file_inputs=
16349 for ac_f
16350 do
16351 case $ac_f in
d0ac1c44 16352 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
16353 *) # Look for the file first in the build tree, then in the source tree
16354 # (if the path is not absolute). The absolute path cannot be DOS-style,
16355 # because $ac_f cannot contain `:'.
16356 test -f "$ac_f" ||
16357 case $ac_f in
16358 [\\/$]*) false;;
16359 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16360 esac ||
d0ac1c44 16361 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
16362 esac
16363 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16364 as_fn_append ac_file_inputs " '$ac_f'"
16365 done
16366
16367 # Let's still pretend it is `configure' which instantiates (i.e., don't
16368 # use $as_me), people would be surprised to read:
16369 # /* config.h. Generated by config.status. */
16370 configure_input='Generated from '`
16371 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16372 `' by configure.'
16373 if test x"$ac_file" != x-; then
16374 configure_input="$ac_file. $configure_input"
16375 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16376$as_echo "$as_me: creating $ac_file" >&6;}
16377 fi
16378 # Neutralize special characters interpreted by sed in replacement strings.
16379 case $configure_input in #(
16380 *\&* | *\|* | *\\* )
16381 ac_sed_conf_input=`$as_echo "$configure_input" |
16382 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16383 *) ac_sed_conf_input=$configure_input;;
16384 esac
16385
16386 case $ac_tag in
d0ac1c44
SM
16387 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16388 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
16389 esac
16390 ;;
252b5132
RH
16391 esac
16392
81ecdfbb 16393 ac_dir=`$as_dirname -- "$ac_file" ||
5464f5a1
NN
16394$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16395 X"$ac_file" : 'X\(//\)[^/]' \| \
16396 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
16397 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16398$as_echo X"$ac_file" |
16399 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16400 s//\1/
16401 q
16402 }
16403 /^X\(\/\/\)[^/].*/{
16404 s//\1/
16405 q
16406 }
16407 /^X\(\/\/\)$/{
16408 s//\1/
16409 q
16410 }
16411 /^X\(\/\).*/{
16412 s//\1/
16413 q
16414 }
16415 s/.*/./; q'`
16416 as_dir="$ac_dir"; as_fn_mkdir_p
5464f5a1
NN
16417 ac_builddir=.
16418
81ecdfbb
RW
16419case "$ac_dir" in
16420.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16421*)
16422 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16423 # A ".." for each directory in $ac_dir_suffix.
16424 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16425 case $ac_top_builddir_sub in
16426 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16427 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16428 esac ;;
16429esac
16430ac_abs_top_builddir=$ac_pwd
16431ac_abs_builddir=$ac_pwd$ac_dir_suffix
16432# for backward compatibility:
16433ac_top_builddir=$ac_top_build_prefix
252b5132 16434
5464f5a1 16435case $srcdir in
81ecdfbb 16436 .) # We are building in place.
5464f5a1 16437 ac_srcdir=.
81ecdfbb
RW
16438 ac_top_srcdir=$ac_top_builddir_sub
16439 ac_abs_top_srcdir=$ac_pwd ;;
16440 [\\/]* | ?:[\\/]* ) # Absolute name.
5464f5a1 16441 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16442 ac_top_srcdir=$srcdir
16443 ac_abs_top_srcdir=$srcdir ;;
16444 *) # Relative name.
16445 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16446 ac_top_srcdir=$ac_top_build_prefix$srcdir
16447 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5464f5a1 16448esac
81ecdfbb 16449ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 16450
252b5132 16451
81ecdfbb
RW
16452 case $ac_mode in
16453 :F)
16454 #
16455 # CONFIG_FILE
16456 #
5464f5a1
NN
16457
16458 case $INSTALL in
16459 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
16460 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16461 esac
16462 ac_MKDIR_P=$MKDIR_P
16463 case $MKDIR_P in
16464 [\\/$]* | ?:[\\/]* ) ;;
16465 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
6be7c12c 16466 esac
81ecdfbb 16467_ACEOF
252b5132 16468
81ecdfbb
RW
16469cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16470# If the template does not know about datarootdir, expand it.
16471# FIXME: This hack should be removed a few years after 2.60.
16472ac_datarootdir_hack=; ac_datarootdir_seen=
16473ac_sed_dataroot='
16474/datarootdir/ {
16475 p
16476 q
16477}
16478/@datadir@/p
16479/@docdir@/p
16480/@infodir@/p
16481/@localedir@/p
16482/@mandir@/p'
16483case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16484*datarootdir*) ac_datarootdir_seen=yes;;
16485*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16486 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16487$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16488_ACEOF
16489cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16490 ac_datarootdir_hack='
16491 s&@datadir@&$datadir&g
16492 s&@docdir@&$docdir&g
16493 s&@infodir@&$infodir&g
16494 s&@localedir@&$localedir&g
16495 s&@mandir@&$mandir&g
16496 s&\\\${datarootdir}&$datarootdir&g' ;;
16497esac
5464f5a1 16498_ACEOF
81ecdfbb
RW
16499
16500# Neutralize VPATH when `$srcdir' = `.'.
16501# Shell code in configure.ac might set extrasub.
16502# FIXME: do we really want to maintain this feature?
16503cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16504ac_sed_extra="$ac_vpsub
5464f5a1
NN
16505$extrasub
16506_ACEOF
81ecdfbb 16507cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1
NN
16508:t
16509/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16510s|@configure_input@|$ac_sed_conf_input|;t t
16511s&@top_builddir@&$ac_top_builddir_sub&;t t
16512s&@top_build_prefix@&$ac_top_build_prefix&;t t
16513s&@srcdir@&$ac_srcdir&;t t
16514s&@abs_srcdir@&$ac_abs_srcdir&;t t
16515s&@top_srcdir@&$ac_top_srcdir&;t t
16516s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16517s&@builddir@&$ac_builddir&;t t
16518s&@abs_builddir@&$ac_abs_builddir&;t t
16519s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16520s&@INSTALL@&$ac_INSTALL&;t t
16521s&@MKDIR_P@&$ac_MKDIR_P&;t t
16522$ac_datarootdir_hack
16523"
d0ac1c44
SM
16524eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16525 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16526
16527test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
16528 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16529 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16530 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 16531 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16532which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 16533$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16534which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 16535
d0ac1c44 16536 rm -f "$ac_tmp/stdin"
5464f5a1 16537 case $ac_file in
d0ac1c44
SM
16538 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16539 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 16540 esac \
d0ac1c44 16541 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16542 ;;
16543 :H)
16544 #
16545 # CONFIG_HEADER
16546 #
5464f5a1 16547 if test x"$ac_file" != x-; then
81ecdfbb
RW
16548 {
16549 $as_echo "/* $configure_input */" \
d0ac1c44
SM
16550 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16551 } >"$ac_tmp/config.h" \
16552 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16553 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
16554 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16555$as_echo "$as_me: $ac_file is unchanged" >&6;}
5464f5a1 16556 else
81ecdfbb 16557 rm -f "$ac_file"
d0ac1c44
SM
16558 mv "$ac_tmp/config.h" "$ac_file" \
16559 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
252b5132 16560 fi
5464f5a1 16561 else
81ecdfbb 16562 $as_echo "/* $configure_input */" \
d0ac1c44
SM
16563 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16564 || as_fn_error $? "could not create -" "$LINENO" 5
252b5132 16565 fi
81ecdfbb
RW
16566# Compute "$ac_file"'s index in $config_headers.
16567_am_arg="$ac_file"
f5385ebf
AM
16568_am_stamp_count=1
16569for _am_header in $config_headers :; do
16570 case $_am_header in
81ecdfbb 16571 $_am_arg | $_am_arg:* )
f5385ebf
AM
16572 break ;;
16573 * )
16574 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16575 esac
16576done
81ecdfbb
RW
16577echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16578$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16579 X"$_am_arg" : 'X\(//\)[^/]' \| \
16580 X"$_am_arg" : 'X\(//\)$' \| \
16581 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16582$as_echo X"$_am_arg" |
16583 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16584 s//\1/
16585 q
16586 }
16587 /^X\(\/\/\)[^/].*/{
16588 s//\1/
16589 q
16590 }
16591 /^X\(\/\/\)$/{
16592 s//\1/
16593 q
16594 }
16595 /^X\(\/\).*/{
16596 s//\1/
16597 q
16598 }
16599 s/.*/./; q'`/stamp-h$_am_stamp_count
16600 ;;
5464f5a1 16601
81ecdfbb
RW
16602 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16603$as_echo "$as_me: executing $ac_file commands" >&6;}
16604 ;;
16605 esac
5464f5a1
NN
16606
16607
81ecdfbb
RW
16608 case $ac_file$ac_mode in
16609 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
d0ac1c44 16610 # Older Autoconf quotes --file arguments for eval, but not when files
81ecdfbb
RW
16611 # are listed without --file. Let's play safe and only enable the eval
16612 # if we detect the quoting.
16613 case $CONFIG_FILES in
16614 *\'*) eval set x "$CONFIG_FILES" ;;
16615 *) set x $CONFIG_FILES ;;
16616 esac
16617 shift
16618 for mf
16619 do
16620 # Strip MF so we end up with the name of the file.
16621 mf=`echo "$mf" | sed -e 's/:.*$//'`
16622 # Check whether this is an Automake generated Makefile or not.
d0ac1c44 16623 # We used to match only the files named 'Makefile.in', but
81ecdfbb
RW
16624 # some people rename them; so instead we look at the file content.
16625 # Grep'ing the first line is not enough: some people post-process
16626 # each Makefile.in and add a new line on top of each file to say so.
16627 # Grep'ing the whole file is not good either: AIX grep has a line
16628 # limit of 2048, but all sed's we know have understand at least 4000.
16629 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16630 dirpart=`$as_dirname -- "$mf" ||
f5385ebf
AM
16631$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16632 X"$mf" : 'X\(//\)[^/]' \| \
16633 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
16634 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16635$as_echo X"$mf" |
16636 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16637 s//\1/
16638 q
16639 }
16640 /^X\(\/\/\)[^/].*/{
16641 s//\1/
16642 q
16643 }
16644 /^X\(\/\/\)$/{
16645 s//\1/
16646 q
16647 }
16648 /^X\(\/\).*/{
16649 s//\1/
16650 q
16651 }
16652 s/.*/./; q'`
16653 else
16654 continue
16655 fi
16656 # Extract the definition of DEPDIR, am__include, and am__quote
d0ac1c44 16657 # from the Makefile without running 'make'.
81ecdfbb
RW
16658 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16659 test -z "$DEPDIR" && continue
16660 am__include=`sed -n 's/^am__include = //p' < "$mf"`
d0ac1c44 16661 test -z "$am__include" && continue
81ecdfbb 16662 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
81ecdfbb
RW
16663 # Find all dependency output files, they are included files with
16664 # $(DEPDIR) in their names. We invoke sed twice because it is the
16665 # simplest approach to changing $(DEPDIR) to its actual value in the
16666 # expansion.
16667 for file in `sed -n "
16668 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
d0ac1c44 16669 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
81ecdfbb
RW
16670 # Make sure the directory exists.
16671 test -f "$dirpart/$file" && continue
16672 fdir=`$as_dirname -- "$file" ||
f5385ebf
AM
16673$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16674 X"$file" : 'X\(//\)[^/]' \| \
16675 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
16676 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16677$as_echo X"$file" |
16678 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16679 s//\1/
16680 q
16681 }
16682 /^X\(\/\/\)[^/].*/{
16683 s//\1/
16684 q
16685 }
16686 /^X\(\/\/\)$/{
16687 s//\1/
16688 q
16689 }
16690 /^X\(\/\).*/{
16691 s//\1/
16692 q
16693 }
16694 s/.*/./; q'`
16695 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16696 # echo "creating $dirpart/$file"
16697 echo '# dummy' > "$dirpart/$file"
f5385ebf 16698 done
f5385ebf 16699 done
81ecdfbb 16700}
d7040cdb 16701 ;;
81ecdfbb 16702 "libtool":C)
d7040cdb
SE
16703
16704 # See if we are running on zsh, and set the options which allow our
16705 # commands through without removal of \ escapes.
16706 if test -n "${ZSH_VERSION+set}" ; then
16707 setopt NO_GLOB_SUBST
16708 fi
16709
16710 cfgfile="${ofile}T"
16711 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16712 $RM "$cfgfile"
16713
16714 cat <<_LT_EOF >> "$cfgfile"
16715#! $SHELL
16716
16717# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 16718# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
16719# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16720# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16721#
718a6fd8 16722# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 16723# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 16724# Written by Gordon Matzigkeit, 1996
d7040cdb 16725#
718a6fd8 16726# This file is part of GNU Libtool.
d7040cdb 16727#
718a6fd8
SE
16728# GNU Libtool is free software; you can redistribute it and/or
16729# modify it under the terms of the GNU General Public License as
16730# published by the Free Software Foundation; either version 2 of
16731# the License, or (at your option) any later version.
d7040cdb 16732#
718a6fd8
SE
16733# As a special exception to the GNU General Public License,
16734# if you distribute this file as part of a program or library that
16735# is built using GNU Libtool, you may include this file under the
16736# same distribution terms that you use for the rest of that program.
d7040cdb 16737#
718a6fd8
SE
16738# GNU Libtool is distributed in the hope that it will be useful,
16739# but WITHOUT ANY WARRANTY; without even the implied warranty of
16740# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16741# GNU General Public License for more details.
d7040cdb 16742#
718a6fd8
SE
16743# You should have received a copy of the GNU General Public License
16744# along with GNU Libtool; see the file COPYING. If not, a copy
16745# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16746# obtained by writing to the Free Software Foundation, Inc.,
16747# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16748
16749
16750# The names of the tagged configurations supported by this script.
16751available_tags=""
16752
16753# ### BEGIN LIBTOOL CONFIG
16754
16755# Whether or not to build shared libraries.
16756build_libtool_libs=$enable_shared
16757
16758# Which release of libtool.m4 was used?
16759macro_version=$macro_version
16760macro_revision=$macro_revision
16761
16762# Whether or not to build static libraries.
16763build_old_libs=$enable_static
16764
16765# What type of objects to build.
16766pic_mode=$pic_mode
16767
16768# Whether or not to optimize for fast installation.
16769fast_install=$enable_fast_install
16770
3725885a
RW
16771# Shell to use when invoking shell scripts.
16772SHELL=$lt_SHELL
16773
16774# An echo program that protects backslashes.
16775ECHO=$lt_ECHO
16776
d7040cdb
SE
16777# The host system.
16778host_alias=$host_alias
16779host=$host
16780host_os=$host_os
16781
16782# The build system.
16783build_alias=$build_alias
16784build=$build
16785build_os=$build_os
16786
16787# A sed program that does not truncate output.
16788SED=$lt_SED
16789
16790# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16791Xsed="\$SED -e 1s/^X//"
16792
16793# A grep program that handles long lines.
16794GREP=$lt_GREP
16795
16796# An ERE matcher.
16797EGREP=$lt_EGREP
16798
16799# A literal string matcher.
16800FGREP=$lt_FGREP
16801
16802# A BSD- or MS-compatible name lister.
16803NM=$lt_NM
16804
16805# Whether we need soft or hard links.
16806LN_S=$lt_LN_S
16807
16808# What is the maximum length of a command?
16809max_cmd_len=$max_cmd_len
16810
16811# Object file suffix (normally "o").
16812objext=$ac_objext
16813
16814# Executable file suffix (normally "").
16815exeext=$exeext
16816
16817# whether the shell understands "unset".
16818lt_unset=$lt_unset
16819
16820# turn spaces into newlines.
16821SP2NL=$lt_lt_SP2NL
16822
16823# turn newlines into spaces.
16824NL2SP=$lt_lt_NL2SP
16825
718a6fd8
SE
16826# An object symbol dumper.
16827OBJDUMP=$lt_OBJDUMP
16828
d7040cdb
SE
16829# Method to check whether dependent libraries are shared objects.
16830deplibs_check_method=$lt_deplibs_check_method
16831
16832# Command to use when deplibs_check_method == "file_magic".
16833file_magic_cmd=$lt_file_magic_cmd
16834
16835# The archiver.
16836AR=$lt_AR
16837AR_FLAGS=$lt_AR_FLAGS
16838
16839# A symbol stripping program.
16840STRIP=$lt_STRIP
16841
16842# Commands used to install an old-style archive.
16843RANLIB=$lt_RANLIB
16844old_postinstall_cmds=$lt_old_postinstall_cmds
16845old_postuninstall_cmds=$lt_old_postuninstall_cmds
16846
3725885a
RW
16847# Whether to use a lock for old archive extraction.
16848lock_old_archive_extraction=$lock_old_archive_extraction
16849
d7040cdb
SE
16850# A C compiler.
16851LTCC=$lt_CC
16852
16853# LTCC compiler flags.
16854LTCFLAGS=$lt_CFLAGS
16855
16856# Take the output of nm and produce a listing of raw symbols and C names.
16857global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16858
16859# Transform the output of nm in a proper C declaration.
16860global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16861
16862# Transform the output of nm in a C name address pair.
16863global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16864
718a6fd8
SE
16865# Transform the output of nm in a C name address pair when lib prefix is needed.
16866global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16867
d7040cdb
SE
16868# The name of the directory that contains temporary libtool files.
16869objdir=$objdir
16870
d7040cdb
SE
16871# Used to examine libraries when file_magic_cmd begins with "file".
16872MAGIC_CMD=$MAGIC_CMD
16873
16874# Must we lock files when doing compilation?
16875need_locks=$lt_need_locks
16876
718a6fd8
SE
16877# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16878DSYMUTIL=$lt_DSYMUTIL
16879
16880# Tool to change global to local symbols on Mac OS X.
16881NMEDIT=$lt_NMEDIT
16882
16883# Tool to manipulate fat objects and archives on Mac OS X.
16884LIPO=$lt_LIPO
16885
16886# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16887OTOOL=$lt_OTOOL
16888
16889# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16890OTOOL64=$lt_OTOOL64
16891
d7040cdb
SE
16892# Old archive suffix (normally "a").
16893libext=$libext
16894
16895# Shared library suffix (normally ".so").
16896shrext_cmds=$lt_shrext_cmds
16897
16898# The commands to extract the exported symbol list from a shared archive.
16899extract_expsyms_cmds=$lt_extract_expsyms_cmds
16900
16901# Variables whose values should be saved in libtool wrapper scripts and
16902# restored at link time.
16903variables_saved_for_relink=$lt_variables_saved_for_relink
16904
16905# Do we need the "lib" prefix for modules?
16906need_lib_prefix=$need_lib_prefix
16907
16908# Do we need a version for libraries?
16909need_version=$need_version
16910
16911# Library versioning type.
16912version_type=$version_type
16913
16914# Shared library runtime path variable.
16915runpath_var=$runpath_var
16916
16917# Shared library path variable.
16918shlibpath_var=$shlibpath_var
16919
16920# Is shlibpath searched before the hard-coded library search path?
16921shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16922
16923# Format of library name prefix.
16924libname_spec=$lt_libname_spec
16925
16926# List of archive names. First name is the real one, the rest are links.
16927# The last name is the one that the linker finds with -lNAME
16928library_names_spec=$lt_library_names_spec
16929
16930# The coded name of the library, if different from the real name.
16931soname_spec=$lt_soname_spec
16932
3725885a
RW
16933# Permission mode override for installation of shared libraries.
16934install_override_mode=$lt_install_override_mode
16935
d7040cdb
SE
16936# Command to use after installation of a shared archive.
16937postinstall_cmds=$lt_postinstall_cmds
16938
16939# Command to use after uninstallation of a shared archive.
16940postuninstall_cmds=$lt_postuninstall_cmds
16941
16942# Commands used to finish a libtool library installation in a directory.
16943finish_cmds=$lt_finish_cmds
16944
16945# As "finish_cmds", except a single script fragment to be evaled but
16946# not shown.
16947finish_eval=$lt_finish_eval
16948
16949# Whether we should hardcode library paths into libraries.
16950hardcode_into_libs=$hardcode_into_libs
16951
16952# Compile-time system search path for libraries.
16953sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16954
16955# Run-time system search path for libraries.
16956sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16957
16958# Whether dlopen is supported.
16959dlopen_support=$enable_dlopen
16960
16961# Whether dlopen of programs is supported.
16962dlopen_self=$enable_dlopen_self
16963
16964# Whether dlopen of statically linked programs is supported.
16965dlopen_self_static=$enable_dlopen_self_static
16966
16967# Commands to strip libraries.
16968old_striplib=$lt_old_striplib
16969striplib=$lt_striplib
16970
16971
16972# The linker used to build libraries.
16973LD=$lt_LD
16974
3725885a
RW
16975# How to create reloadable object files.
16976reload_flag=$lt_reload_flag
16977reload_cmds=$lt_reload_cmds
16978
d7040cdb
SE
16979# Commands used to build an old-style archive.
16980old_archive_cmds=$lt_old_archive_cmds
16981
16982# A language specific compiler.
16983CC=$lt_compiler
16984
16985# Is the compiler the GNU compiler?
16986with_gcc=$GCC
16987
16988# Compiler flag to turn off builtin functions.
16989no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16990
16991# How to pass a linker flag through the compiler.
16992wl=$lt_lt_prog_compiler_wl
16993
16994# Additional compiler flags for building library objects.
16995pic_flag=$lt_lt_prog_compiler_pic
16996
16997# Compiler flag to prevent dynamic linking.
16998link_static_flag=$lt_lt_prog_compiler_static
16999
17000# Does compiler simultaneously support -c and -o options?
17001compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17002
17003# Whether or not to add -lc for building shared libraries.
17004build_libtool_need_lc=$archive_cmds_need_lc
17005
17006# Whether or not to disallow shared libs when runtime libs are static.
17007allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17008
17009# Compiler flag to allow reflexive dlopens.
17010export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17011
17012# Compiler flag to generate shared objects directly from archives.
17013whole_archive_flag_spec=$lt_whole_archive_flag_spec
17014
17015# Whether the compiler copes with passing no objects directly.
17016compiler_needs_object=$lt_compiler_needs_object
17017
17018# Create an old-style archive from a shared archive.
17019old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17020
17021# Create a temporary old-style archive to link instead of a shared archive.
17022old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17023
17024# Commands used to build a shared archive.
17025archive_cmds=$lt_archive_cmds
17026archive_expsym_cmds=$lt_archive_expsym_cmds
17027
17028# Commands used to build a loadable module if different from building
17029# a shared archive.
17030module_cmds=$lt_module_cmds
17031module_expsym_cmds=$lt_module_expsym_cmds
17032
17033# Whether we are building with GNU ld or not.
17034with_gnu_ld=$lt_with_gnu_ld
17035
17036# Flag that allows shared libraries with undefined symbols to be built.
17037allow_undefined_flag=$lt_allow_undefined_flag
17038
17039# Flag that enforces no undefined symbols.
17040no_undefined_flag=$lt_no_undefined_flag
17041
17042# Flag to hardcode \$libdir into a binary during linking.
17043# This must work even if \$libdir does not exist
17044hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17045
17046# If ld is used when linking, flag to hardcode \$libdir into a binary
17047# during linking. This must work even if \$libdir does not exist.
17048hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17049
17050# Whether we need a single "-rpath" flag with a separated argument.
17051hardcode_libdir_separator=$lt_hardcode_libdir_separator
17052
17053# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17054# DIR into the resulting binary.
17055hardcode_direct=$hardcode_direct
17056
17057# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17058# DIR into the resulting binary and the resulting library dependency is
17059# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17060# library is relocated.
17061hardcode_direct_absolute=$hardcode_direct_absolute
17062
17063# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17064# into the resulting binary.
17065hardcode_minus_L=$hardcode_minus_L
17066
17067# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17068# into the resulting binary.
17069hardcode_shlibpath_var=$hardcode_shlibpath_var
17070
17071# Set to "yes" if building a shared library automatically hardcodes DIR
17072# into the library and all subsequent libraries and executables linked
17073# against it.
17074hardcode_automatic=$hardcode_automatic
17075
17076# Set to yes if linker adds runtime paths of dependent libraries
17077# to runtime path list.
17078inherit_rpath=$inherit_rpath
17079
17080# Whether libtool must link a program against all its dependency libraries.
17081link_all_deplibs=$link_all_deplibs
17082
17083# Fix the shell variable \$srcfile for the compiler.
17084fix_srcfile_path=$lt_fix_srcfile_path
17085
17086# Set to "yes" if exported symbols are required.
17087always_export_symbols=$always_export_symbols
17088
17089# The commands to list exported symbols.
17090export_symbols_cmds=$lt_export_symbols_cmds
17091
17092# Symbols that should not be listed in the preloaded symbols.
17093exclude_expsyms=$lt_exclude_expsyms
17094
17095# Symbols that must always be exported.
17096include_expsyms=$lt_include_expsyms
17097
17098# Commands necessary for linking programs (against libraries) with templates.
17099prelink_cmds=$lt_prelink_cmds
17100
17101# Specify filename containing input files.
17102file_list_spec=$lt_file_list_spec
17103
17104# How to hardcode a shared library path into an executable.
17105hardcode_action=$hardcode_action
17106
17107# ### END LIBTOOL CONFIG
17108
17109_LT_EOF
17110
17111 case $host_os in
17112 aix3*)
17113 cat <<\_LT_EOF >> "$cfgfile"
17114# AIX sometimes has problems with the GCC collect2 program. For some
17115# reason, if we set the COLLECT_NAMES environment variable, the problems
17116# vanish in a puff of smoke.
17117if test "X${COLLECT_NAMES+set}" != Xset; then
17118 COLLECT_NAMES=
17119 export COLLECT_NAMES
17120fi
17121_LT_EOF
17122 ;;
17123 esac
17124
17125
17126ltmain="$ac_aux_dir/ltmain.sh"
17127
17128
17129 # We use sed instead of cat because bash on DJGPP gets confused if
17130 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17131 # text mode, it properly converts lines to CR/LF. This bash problem
17132 # is reportedly fixed, but why not run on old versions too?
17133 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17134 || (rm -f "$cfgfile"; exit 1)
17135
17136 case $xsi_shell in
17137 yes)
17138 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 17139
d7040cdb
SE
17140# func_dirname file append nondir_replacement
17141# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17142# otherwise set result to NONDIR_REPLACEMENT.
17143func_dirname ()
17144{
17145 case ${1} in
17146 */*) func_dirname_result="${1%/*}${2}" ;;
17147 * ) func_dirname_result="${3}" ;;
17148 esac
17149}
17150
17151# func_basename file
17152func_basename ()
17153{
17154 func_basename_result="${1##*/}"
17155}
17156
718a6fd8
SE
17157# func_dirname_and_basename file append nondir_replacement
17158# perform func_basename and func_dirname in a single function
17159# call:
17160# dirname: Compute the dirname of FILE. If nonempty,
17161# add APPEND to the result, otherwise set result
17162# to NONDIR_REPLACEMENT.
17163# value returned in "$func_dirname_result"
17164# basename: Compute filename of FILE.
17165# value retuned in "$func_basename_result"
17166# Implementation must be kept synchronized with func_dirname
17167# and func_basename. For efficiency, we do not delegate to
17168# those functions but instead duplicate the functionality here.
17169func_dirname_and_basename ()
17170{
17171 case ${1} in
17172 */*) func_dirname_result="${1%/*}${2}" ;;
17173 * ) func_dirname_result="${3}" ;;
17174 esac
17175 func_basename_result="${1##*/}"
17176}
17177
d7040cdb
SE
17178# func_stripname prefix suffix name
17179# strip PREFIX and SUFFIX off of NAME.
17180# PREFIX and SUFFIX must not contain globbing or regex special
17181# characters, hashes, percent signs, but SUFFIX may contain a leading
17182# dot (in which case that matches only a dot).
17183func_stripname ()
17184{
17185 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17186 # positional parameters, so assign one to ordinary parameter first.
17187 func_stripname_result=${3}
17188 func_stripname_result=${func_stripname_result#"${1}"}
17189 func_stripname_result=${func_stripname_result%"${2}"}
17190}
17191
17192# func_opt_split
17193func_opt_split ()
17194{
17195 func_opt_split_opt=${1%%=*}
17196 func_opt_split_arg=${1#*=}
17197}
17198
17199# func_lo2o object
17200func_lo2o ()
17201{
17202 case ${1} in
17203 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17204 *) func_lo2o_result=${1} ;;
17205 esac
17206}
718a6fd8
SE
17207
17208# func_xform libobj-or-source
17209func_xform ()
17210{
17211 func_xform_result=${1%.*}.lo
17212}
17213
17214# func_arith arithmetic-term...
17215func_arith ()
17216{
17217 func_arith_result=$(( $* ))
17218}
17219
17220# func_len string
17221# STRING may not start with a hyphen.
17222func_len ()
17223{
17224 func_len_result=${#1}
17225}
17226
d7040cdb
SE
17227_LT_EOF
17228 ;;
17229 *) # Bourne compatible functions.
17230 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 17231
d7040cdb
SE
17232# func_dirname file append nondir_replacement
17233# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17234# otherwise set result to NONDIR_REPLACEMENT.
17235func_dirname ()
17236{
17237 # Extract subdirectory from the argument.
3725885a 17238 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
17239 if test "X$func_dirname_result" = "X${1}"; then
17240 func_dirname_result="${3}"
17241 else
17242 func_dirname_result="$func_dirname_result${2}"
17243 fi
17244}
17245
17246# func_basename file
17247func_basename ()
17248{
3725885a 17249 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
17250}
17251
718a6fd8 17252
d7040cdb
SE
17253# func_stripname prefix suffix name
17254# strip PREFIX and SUFFIX off of NAME.
17255# PREFIX and SUFFIX must not contain globbing or regex special
17256# characters, hashes, percent signs, but SUFFIX may contain a leading
17257# dot (in which case that matches only a dot).
17258# func_strip_suffix prefix name
17259func_stripname ()
17260{
17261 case ${2} in
3725885a
RW
17262 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17263 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
17264 esac
17265}
17266
17267# sed scripts:
17268my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17269my_sed_long_arg='1s/^-[^=]*=//'
17270
17271# func_opt_split
17272func_opt_split ()
17273{
3725885a
RW
17274 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17275 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
17276}
17277
17278# func_lo2o object
17279func_lo2o ()
17280{
3725885a 17281 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 17282}
718a6fd8
SE
17283
17284# func_xform libobj-or-source
17285func_xform ()
17286{
3725885a 17287 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
718a6fd8
SE
17288}
17289
17290# func_arith arithmetic-term...
17291func_arith ()
17292{
17293 func_arith_result=`expr "$@"`
17294}
17295
17296# func_len string
17297# STRING may not start with a hyphen.
17298func_len ()
17299{
17300 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17301}
17302
d7040cdb
SE
17303_LT_EOF
17304esac
17305
17306case $lt_shell_append in
17307 yes)
17308 cat << \_LT_EOF >> "$cfgfile"
17309
17310# func_append var value
17311# Append VALUE to the end of shell variable VAR.
17312func_append ()
17313{
17314 eval "$1+=\$2"
17315}
17316_LT_EOF
17317 ;;
17318 *)
17319 cat << \_LT_EOF >> "$cfgfile"
17320
17321# func_append var value
17322# Append VALUE to the end of shell variable VAR.
17323func_append ()
17324{
17325 eval "$1=\$$1\$2"
17326}
718a6fd8 17327
d7040cdb
SE
17328_LT_EOF
17329 ;;
17330 esac
17331
17332
17333 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17334 || (rm -f "$cfgfile"; exit 1)
17335
17336 mv -f "$cfgfile" "$ofile" ||
17337 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17338 chmod +x "$ofile"
17339
f5385ebf 17340 ;;
81ecdfbb 17341 "default-1":C)
20e95c23
DJ
17342 for ac_file in $CONFIG_FILES; do
17343 # Support "outfile[:infile[:infile...]]"
17344 case "$ac_file" in
17345 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17346 esac
17347 # PO directories have a Makefile.in generated from Makefile.in.in.
17348 case "$ac_file" in */Makefile.in)
17349 # Adjust a relative srcdir.
17350 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 17351 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
17352 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17353 # In autoconf-2.13 it is called $ac_given_srcdir.
17354 # In autoconf-2.50 it is called $srcdir.
17355 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17356 case "$ac_given_srcdir" in
17357 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17358 /*) top_srcdir="$ac_given_srcdir" ;;
17359 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17360 esac
17361 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17362 rm -f "$ac_dir/POTFILES"
17363 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17364 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17365 POMAKEFILEDEPS="POTFILES.in"
17366 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17367 # on $ac_dir but don't depend on user-specified configuration
17368 # parameters.
17369 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17370 # The LINGUAS file contains the set of available languages.
17371 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 17372 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
17373 fi
17374 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17375 # Hide the ALL_LINGUAS assigment from automake.
17376 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17377 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17378 else
37a42ee9 17379 # The set of available languages was given in configure.ac.
20e95c23
DJ
17380 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17381 fi
17382 case "$ac_given_srcdir" in
17383 .) srcdirpre= ;;
17384 *) srcdirpre='$(srcdir)/' ;;
17385 esac
17386 POFILES=
17387 GMOFILES=
17388 UPDATEPOFILES=
17389 DUMMYPOFILES=
17390 for lang in $ALL_LINGUAS; do
17391 POFILES="$POFILES $srcdirpre$lang.po"
17392 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17393 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17394 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17395 done
17396 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17397 # environment variable.
17398 INST_LINGUAS=
17399 if test -n "$ALL_LINGUAS"; then
17400 for presentlang in $ALL_LINGUAS; do
17401 useit=no
17402 if test "%UNSET%" != "$LINGUAS"; then
17403 desiredlanguages="$LINGUAS"
17404 else
17405 desiredlanguages="$ALL_LINGUAS"
17406 fi
17407 for desiredlang in $desiredlanguages; do
17408 # Use the presentlang catalog if desiredlang is
17409 # a. equal to presentlang, or
17410 # b. a variant of presentlang (because in this case,
17411 # presentlang can be used as a fallback for messages
17412 # which are not translated in the desiredlang catalog).
17413 case "$desiredlang" in
17414 "$presentlang"*) useit=yes;;
17415 esac
17416 done
17417 if test $useit = yes; then
17418 INST_LINGUAS="$INST_LINGUAS $presentlang"
17419 fi
17420 done
17421 fi
17422 CATALOGS=
17423 if test -n "$INST_LINGUAS"; then
17424 for lang in $INST_LINGUAS; do
17425 CATALOGS="$CATALOGS $lang.gmo"
17426 done
17427 fi
17428 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17429 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"
17430 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17431 if test -f "$f"; then
17432 case "$f" in
17433 *.orig | *.bak | *~) ;;
17434 *) cat "$f" >> "$ac_dir/Makefile" ;;
17435 esac
17436 fi
17437 done
17438 fi
17439 ;;
17440 esac
17441 done ;;
81ecdfbb 17442 "default":C)
20e95c23
DJ
17443case "$srcdir" in
17444 .) srcdirpre= ;;
17445 *) srcdirpre='$(srcdir)/' ;;
17446esac
17447POFILES=
17448GMOFILES=
17449for lang in dummy $OBSOLETE_ALL_LINGUAS; do
17450 if test $lang != dummy; then
17451 POFILES="$POFILES $srcdirpre$lang.po"
17452 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17453 fi
17454done
17455sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
17456 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
17457 -e "s,@POFILES@,$POFILES," \
17458 -e "s,@GMOFILES@,$GMOFILES," \
17459 po/Makefile.in > po/Makefile ;;
81ecdfbb 17460
5464f5a1 17461 esac
81ecdfbb 17462done # for ac_tag
5464f5a1 17463
5464f5a1 17464
81ecdfbb 17465as_fn_exit 0
5464f5a1 17466_ACEOF
5464f5a1
NN
17467ac_clean_files=$ac_clean_files_save
17468
81ecdfbb 17469test $ac_write_fail = 0 ||
d0ac1c44 17470 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 17471
5464f5a1
NN
17472
17473# configure is writing to config.log, and then calls config.status.
17474# config.status does its own redirection, appending to config.log.
17475# Unfortunately, on DOS this fails, as config.log is still kept open
17476# by configure, so config.status won't be able to write to it; its
17477# output is simply discarded. So we exec the FD to /dev/null,
17478# effectively closing config.log, so it can be properly (re)opened and
17479# appended to by config.status. When coming back to configure, we
17480# need to make the FD available again.
17481if test "$no_create" != yes; then
17482 ac_cs_success=:
17483 ac_config_status_args=
17484 test "$silent" = yes &&
17485 ac_config_status_args="$ac_config_status_args --quiet"
17486 exec 5>/dev/null
17487 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17488 exec 5>>config.log
17489 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17490 # would make configure fail if this is the last instruction.
d0ac1c44 17491 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
17492fi
17493if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17494 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17495$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5464f5a1 17496fi
252b5132 17497
d546b610
L
17498
17499
17500touch config.status.tmp
17501if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
17502 sed '/as_fn_exit 0/i \
17503sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
17504touch --reference=Makefile Makefile.tmp \
17505mv Makefile.tmp Makefile \
17506' config.status > config.status.tmp
17507 touch --reference=config.status config.status.tmp
17508 mv config.status.tmp config.status
17509 chmod +x config.status
17510 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
17511 touch --reference=Makefile Makefile.tmp
17512 mv Makefile.tmp Makefile
17513else
17514 rm -f config.status.tmp
17515fi
This page took 3.173084 seconds and 4 git commands to generate.