]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/configure
x86: Remove bfd_arch_l1om and bfd_arch_k1om
[thirdparty/binutils-gdb.git] / bfd / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
f908e960 3# Generated by GNU Autoconf 2.69 for bfd 2.38.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'
f908e960
NC
590PACKAGE_VERSION='2.38.50'
591PACKAGE_STRING='bfd 2.38.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
1d5269c9
MF
700ENABLE_BFD_64_BIT_FALSE
701ENABLE_BFD_64_BIT_TRUE
81ecdfbb
RW
702PLUGINS_FALSE
703PLUGINS_TRUE
c8693053 704LARGEFILE_CPPFLAGS
81ecdfbb
RW
705OTOOL64
706OTOOL
707LIPO
708NMEDIT
709DSYMUTIL
81ecdfbb
RW
710OBJDUMP
711LN_S
712NM
713ac_ct_DUMPBIN
714DUMPBIN
715LD
716FGREP
717SED
718LIBTOOL
719EGREP
720GREP
721CPP
81ecdfbb
RW
722am__fastdepCC_FALSE
723am__fastdepCC_TRUE
724CCDEPMODE
6eb7d830 725am__nodep
81ecdfbb
RW
726AMDEPBACKSLASH
727AMDEP_FALSE
728AMDEP_TRUE
729am__quote
730am__include
731DEPDIR
83c79df8
AM
732OBJEXT
733EXEEXT
734ac_ct_CC
735CPPFLAGS
736LDFLAGS
737CFLAGS
738CC
739RANLIB
740AR
741AM_BACKSLASH
742AM_DEFAULT_VERBOSITY
743AM_DEFAULT_V
744AM_V
81ecdfbb
RW
745am__untar
746am__tar
747AMTAR
748am__leading_dot
749SET_MAKE
750AWK
751mkdir_p
752MKDIR_P
753INSTALL_STRIP_PROGRAM
754STRIP
755install_sh
756MAKEINFO
757AUTOHEADER
758AUTOMAKE
759AUTOCONF
760ACLOCAL
761VERSION
762PACKAGE
763CYGPATH_W
764am__isrc
765INSTALL_DATA
766INSTALL_SCRIPT
767INSTALL_PROGRAM
81ecdfbb
RW
768target_os
769target_vendor
770target_cpu
771target
772host_os
773host_vendor
774host_cpu
775host
776build_os
777build_vendor
778build_cpu
779build
780target_alias
781host_alias
782build_alias
783LIBS
784ECHO_T
785ECHO_N
786ECHO_C
787DEFS
788mandir
789localedir
790libdir
791psdir
792pdfdir
793dvidir
794htmldir
795infodir
796docdir
797oldincludedir
798includedir
799localstatedir
800sharedstatedir
801sysconfdir
802datadir
803datarootdir
804libexecdir
805sbindir
806bindir
807program_transform_name
808prefix
809exec_prefix
810PACKAGE_URL
811PACKAGE_BUGREPORT
812PACKAGE_STRING
813PACKAGE_VERSION
814PACKAGE_TARNAME
815PACKAGE_NAME
816PATH_SEPARATOR
817SHELL'
5464f5a1 818ac_subst_files=''
81ecdfbb
RW
819ac_user_opts='
820enable_option_checking
d0ac1c44 821enable_silent_rules
81ecdfbb 822enable_shared
83c79df8 823enable_dependency_tracking
81ecdfbb
RW
824enable_static
825with_pic
826enable_fast_install
827with_gnu_ld
828enable_libtool_lock
829enable_plugins
830enable_largefile
43e05cd4 831enable_checking
81ecdfbb
RW
832enable_64_bit_bfd
833enable_targets
e6cc316a 834enable_64_bit_archive
81ecdfbb
RW
835with_mmap
836enable_secureplt
f6aec96d 837enable_separate_code
ef72a554 838enable_leading_mingw64_underscores
81ecdfbb 839with_separate_debug_dir
81ecdfbb
RW
840with_pkgversion
841with_bugurl
842enable_werror
843enable_build_warnings
844enable_maintainer_mode
845enable_install_libbfd
846enable_nls
243340ad 847with_system_zlib
81ecdfbb
RW
848'
849 ac_precious_vars='build_alias
850host_alias
851target_alias
852CC
853CFLAGS
854LDFLAGS
855LIBS
856CPPFLAGS
857CPP'
858
252b5132
RH
859
860# Initialize some variables set by options.
5464f5a1
NN
861ac_init_help=
862ac_init_version=false
81ecdfbb
RW
863ac_unrecognized_opts=
864ac_unrecognized_sep=
252b5132
RH
865# The variables have the same names as the options, with
866# dashes changed to underlines.
5464f5a1 867cache_file=/dev/null
252b5132 868exec_prefix=NONE
252b5132 869no_create=
252b5132
RH
870no_recursion=
871prefix=NONE
872program_prefix=NONE
873program_suffix=NONE
874program_transform_name=s,x,x,
875silent=
876site=
877srcdir=
252b5132
RH
878verbose=
879x_includes=NONE
880x_libraries=NONE
5464f5a1
NN
881
882# Installation directory options.
883# These are left unexpanded so users can "make install exec_prefix=/foo"
884# and all the variables that are supposed to be based on exec_prefix
885# by default will actually change.
886# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 887# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
888bindir='${exec_prefix}/bin'
889sbindir='${exec_prefix}/sbin'
890libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
891datarootdir='${prefix}/share'
892datadir='${datarootdir}'
252b5132
RH
893sysconfdir='${prefix}/etc'
894sharedstatedir='${prefix}/com'
895localstatedir='${prefix}/var'
252b5132
RH
896includedir='${prefix}/include'
897oldincludedir='/usr/include'
c4dd807e 898docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
899infodir='${datarootdir}/info'
900htmldir='${docdir}'
901dvidir='${docdir}'
902pdfdir='${docdir}'
903psdir='${docdir}'
904libdir='${exec_prefix}/lib'
905localedir='${datarootdir}/locale'
906mandir='${datarootdir}/man'
252b5132 907
252b5132 908ac_prev=
81ecdfbb 909ac_dashdash=
252b5132
RH
910for ac_option
911do
252b5132
RH
912 # If the previous option needs an argument, assign it.
913 if test -n "$ac_prev"; then
81ecdfbb 914 eval $ac_prev=\$ac_option
252b5132
RH
915 ac_prev=
916 continue
917 fi
918
81ecdfbb 919 case $ac_option in
d0ac1c44
SM
920 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
921 *=) ac_optarg= ;;
922 *) ac_optarg=yes ;;
81ecdfbb 923 esac
252b5132
RH
924
925 # Accept the important Cygnus configure options, so we can diagnose typos.
926
81ecdfbb
RW
927 case $ac_dashdash$ac_option in
928 --)
929 ac_dashdash=yes ;;
252b5132
RH
930
931 -bindir | --bindir | --bindi | --bind | --bin | --bi)
932 ac_prev=bindir ;;
933 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
5464f5a1 934 bindir=$ac_optarg ;;
252b5132
RH
935
936 -build | --build | --buil | --bui | --bu)
5464f5a1 937 ac_prev=build_alias ;;
252b5132 938 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
5464f5a1 939 build_alias=$ac_optarg ;;
252b5132
RH
940
941 -cache-file | --cache-file | --cache-fil | --cache-fi \
942 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
943 ac_prev=cache_file ;;
944 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
945 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
5464f5a1
NN
946 cache_file=$ac_optarg ;;
947
948 --config-cache | -C)
949 cache_file=config.cache ;;
252b5132 950
81ecdfbb 951 -datadir | --datadir | --datadi | --datad)
252b5132 952 ac_prev=datadir ;;
81ecdfbb 953 -datadir=* | --datadir=* | --datadi=* | --datad=*)
5464f5a1 954 datadir=$ac_optarg ;;
252b5132 955
81ecdfbb
RW
956 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
957 | --dataroo | --dataro | --datar)
958 ac_prev=datarootdir ;;
959 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
960 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
961 datarootdir=$ac_optarg ;;
962
252b5132 963 -disable-* | --disable-*)
81ecdfbb 964 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 965 # Reject names that are not valid shell variable names.
81ecdfbb 966 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 967 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
968 ac_useropt_orig=$ac_useropt
969 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
970 case $ac_user_opts in
971 *"
972"enable_$ac_useropt"
973"*) ;;
974 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
975 ac_unrecognized_sep=', ';;
976 esac
977 eval enable_$ac_useropt=no ;;
978
979 -docdir | --docdir | --docdi | --doc | --do)
980 ac_prev=docdir ;;
981 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
982 docdir=$ac_optarg ;;
983
984 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
985 ac_prev=dvidir ;;
986 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
987 dvidir=$ac_optarg ;;
252b5132
RH
988
989 -enable-* | --enable-*)
81ecdfbb 990 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 991 # Reject names that are not valid shell variable names.
81ecdfbb 992 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 993 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
994 ac_useropt_orig=$ac_useropt
995 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
996 case $ac_user_opts in
997 *"
998"enable_$ac_useropt"
999"*) ;;
1000 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1001 ac_unrecognized_sep=', ';;
252b5132 1002 esac
81ecdfbb 1003 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1004
1005 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1006 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1007 | --exec | --exe | --ex)
1008 ac_prev=exec_prefix ;;
1009 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1010 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1011 | --exec=* | --exe=* | --ex=*)
5464f5a1 1012 exec_prefix=$ac_optarg ;;
252b5132
RH
1013
1014 -gas | --gas | --ga | --g)
1015 # Obsolete; use --with-gas.
1016 with_gas=yes ;;
1017
5464f5a1
NN
1018 -help | --help | --hel | --he | -h)
1019 ac_init_help=long ;;
1020 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1021 ac_init_help=recursive ;;
1022 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1023 ac_init_help=short ;;
252b5132
RH
1024
1025 -host | --host | --hos | --ho)
5464f5a1 1026 ac_prev=host_alias ;;
252b5132 1027 -host=* | --host=* | --hos=* | --ho=*)
5464f5a1 1028 host_alias=$ac_optarg ;;
252b5132 1029
81ecdfbb
RW
1030 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1031 ac_prev=htmldir ;;
1032 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1033 | --ht=*)
1034 htmldir=$ac_optarg ;;
1035
252b5132
RH
1036 -includedir | --includedir | --includedi | --included | --include \
1037 | --includ | --inclu | --incl | --inc)
1038 ac_prev=includedir ;;
1039 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1040 | --includ=* | --inclu=* | --incl=* | --inc=*)
5464f5a1 1041 includedir=$ac_optarg ;;
252b5132
RH
1042
1043 -infodir | --infodir | --infodi | --infod | --info | --inf)
1044 ac_prev=infodir ;;
1045 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
5464f5a1 1046 infodir=$ac_optarg ;;
252b5132
RH
1047
1048 -libdir | --libdir | --libdi | --libd)
1049 ac_prev=libdir ;;
1050 -libdir=* | --libdir=* | --libdi=* | --libd=*)
5464f5a1 1051 libdir=$ac_optarg ;;
252b5132
RH
1052
1053 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1054 | --libexe | --libex | --libe)
1055 ac_prev=libexecdir ;;
1056 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1057 | --libexe=* | --libex=* | --libe=*)
5464f5a1 1058 libexecdir=$ac_optarg ;;
252b5132 1059
81ecdfbb
RW
1060 -localedir | --localedir | --localedi | --localed | --locale)
1061 ac_prev=localedir ;;
1062 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1063 localedir=$ac_optarg ;;
1064
252b5132 1065 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1066 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1067 ac_prev=localstatedir ;;
1068 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1069 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
5464f5a1 1070 localstatedir=$ac_optarg ;;
252b5132
RH
1071
1072 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1073 ac_prev=mandir ;;
1074 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
5464f5a1 1075 mandir=$ac_optarg ;;
252b5132
RH
1076
1077 -nfp | --nfp | --nf)
1078 # Obsolete; use --without-fp.
1079 with_fp=no ;;
1080
1081 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
5464f5a1 1082 | --no-cr | --no-c | -n)
252b5132
RH
1083 no_create=yes ;;
1084
1085 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1086 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1087 no_recursion=yes ;;
1088
1089 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1090 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1091 | --oldin | --oldi | --old | --ol | --o)
1092 ac_prev=oldincludedir ;;
1093 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1094 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1095 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
5464f5a1 1096 oldincludedir=$ac_optarg ;;
252b5132
RH
1097
1098 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1099 ac_prev=prefix ;;
1100 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
5464f5a1 1101 prefix=$ac_optarg ;;
252b5132
RH
1102
1103 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1104 | --program-pre | --program-pr | --program-p)
1105 ac_prev=program_prefix ;;
1106 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1107 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
5464f5a1 1108 program_prefix=$ac_optarg ;;
252b5132
RH
1109
1110 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1111 | --program-suf | --program-su | --program-s)
1112 ac_prev=program_suffix ;;
1113 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1114 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
5464f5a1 1115 program_suffix=$ac_optarg ;;
252b5132
RH
1116
1117 -program-transform-name | --program-transform-name \
1118 | --program-transform-nam | --program-transform-na \
1119 | --program-transform-n | --program-transform- \
1120 | --program-transform | --program-transfor \
1121 | --program-transfo | --program-transf \
1122 | --program-trans | --program-tran \
1123 | --progr-tra | --program-tr | --program-t)
1124 ac_prev=program_transform_name ;;
1125 -program-transform-name=* | --program-transform-name=* \
1126 | --program-transform-nam=* | --program-transform-na=* \
1127 | --program-transform-n=* | --program-transform-=* \
1128 | --program-transform=* | --program-transfor=* \
1129 | --program-transfo=* | --program-transf=* \
1130 | --program-trans=* | --program-tran=* \
1131 | --progr-tra=* | --program-tr=* | --program-t=*)
5464f5a1 1132 program_transform_name=$ac_optarg ;;
252b5132 1133
81ecdfbb
RW
1134 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1135 ac_prev=pdfdir ;;
1136 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1137 pdfdir=$ac_optarg ;;
1138
1139 -psdir | --psdir | --psdi | --psd | --ps)
1140 ac_prev=psdir ;;
1141 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1142 psdir=$ac_optarg ;;
1143
252b5132
RH
1144 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1145 | -silent | --silent | --silen | --sile | --sil)
1146 silent=yes ;;
1147
1148 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1149 ac_prev=sbindir ;;
1150 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1151 | --sbi=* | --sb=*)
5464f5a1 1152 sbindir=$ac_optarg ;;
252b5132
RH
1153
1154 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1155 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1156 | --sharedst | --shareds | --shared | --share | --shar \
1157 | --sha | --sh)
1158 ac_prev=sharedstatedir ;;
1159 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1160 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1161 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1162 | --sha=* | --sh=*)
5464f5a1 1163 sharedstatedir=$ac_optarg ;;
252b5132
RH
1164
1165 -site | --site | --sit)
1166 ac_prev=site ;;
1167 -site=* | --site=* | --sit=*)
5464f5a1 1168 site=$ac_optarg ;;
6be7c12c 1169
252b5132
RH
1170 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1171 ac_prev=srcdir ;;
1172 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
5464f5a1 1173 srcdir=$ac_optarg ;;
252b5132
RH
1174
1175 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1176 | --syscon | --sysco | --sysc | --sys | --sy)
1177 ac_prev=sysconfdir ;;
1178 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1179 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
5464f5a1 1180 sysconfdir=$ac_optarg ;;
252b5132
RH
1181
1182 -target | --target | --targe | --targ | --tar | --ta | --t)
5464f5a1 1183 ac_prev=target_alias ;;
252b5132 1184 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
5464f5a1 1185 target_alias=$ac_optarg ;;
252b5132
RH
1186
1187 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1188 verbose=yes ;;
1189
5464f5a1
NN
1190 -version | --version | --versio | --versi | --vers | -V)
1191 ac_init_version=: ;;
252b5132
RH
1192
1193 -with-* | --with-*)
81ecdfbb 1194 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1195 # Reject names that are not valid shell variable names.
81ecdfbb 1196 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1197 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1198 ac_useropt_orig=$ac_useropt
1199 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1200 case $ac_user_opts in
1201 *"
1202"with_$ac_useropt"
1203"*) ;;
1204 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1205 ac_unrecognized_sep=', ';;
252b5132 1206 esac
81ecdfbb 1207 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1208
1209 -without-* | --without-*)
81ecdfbb 1210 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1211 # Reject names that are not valid shell variable names.
81ecdfbb 1212 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1213 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1214 ac_useropt_orig=$ac_useropt
1215 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216 case $ac_user_opts in
1217 *"
1218"with_$ac_useropt"
1219"*) ;;
1220 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1221 ac_unrecognized_sep=', ';;
1222 esac
1223 eval with_$ac_useropt=no ;;
252b5132
RH
1224
1225 --x)
1226 # Obsolete; use --with-x.
1227 with_x=yes ;;
1228
1229 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1230 | --x-incl | --x-inc | --x-in | --x-i)
1231 ac_prev=x_includes ;;
1232 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1233 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
5464f5a1 1234 x_includes=$ac_optarg ;;
252b5132
RH
1235
1236 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1237 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1238 ac_prev=x_libraries ;;
1239 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1240 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
5464f5a1 1241 x_libraries=$ac_optarg ;;
252b5132 1242
d0ac1c44
SM
1243 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1244Try \`$0 --help' for more information"
252b5132
RH
1245 ;;
1246
5464f5a1
NN
1247 *=*)
1248 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1249 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1250 case $ac_envvar in #(
1251 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1252 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1253 esac
1254 eval $ac_envvar=\$ac_optarg
5464f5a1
NN
1255 export $ac_envvar ;;
1256
252b5132 1257 *)
5464f5a1 1258 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1259 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
5464f5a1 1260 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1261 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1262 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
252b5132
RH
1263 ;;
1264
1265 esac
1266done
1267
1268if test -n "$ac_prev"; then
5464f5a1 1269 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1270 as_fn_error $? "missing argument to $ac_option"
252b5132 1271fi
252b5132 1272
81ecdfbb
RW
1273if test -n "$ac_unrecognized_opts"; then
1274 case $enable_option_checking in
1275 no) ;;
d0ac1c44 1276 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1277 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
5464f5a1 1278 esac
81ecdfbb 1279fi
6be7c12c 1280
81ecdfbb
RW
1281# Check all directory arguments for consistency.
1282for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1283 datadir sysconfdir sharedstatedir localstatedir includedir \
1284 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
31b0378d 1285 libdir localedir mandir
252b5132 1286do
81ecdfbb
RW
1287 eval ac_val=\$$ac_var
1288 # Remove trailing slashes.
5464f5a1 1289 case $ac_val in
81ecdfbb
RW
1290 */ )
1291 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1292 eval $ac_var=\$ac_val;;
252b5132 1293 esac
81ecdfbb
RW
1294 # Be sure to have absolute directory names.
1295 case $ac_val in
1296 [\\/$]* | ?:[\\/]* ) continue;;
1297 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1298 esac
d0ac1c44 1299 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1300done
1301
5464f5a1
NN
1302# There might be people who depend on the old broken behavior: `$host'
1303# used to hold the argument of --host etc.
1304# FIXME: To remove some day.
1305build=$build_alias
1306host=$host_alias
1307target=$target_alias
1308
1309# FIXME: To remove some day.
1310if test "x$host_alias" != x; then
1311 if test "x$build_alias" = x; then
1312 cross_compiling=maybe
5464f5a1
NN
1313 elif test "x$build_alias" != "x$host_alias"; then
1314 cross_compiling=yes
1315 fi
1316fi
252b5132 1317
5464f5a1
NN
1318ac_tool_prefix=
1319test -n "$host_alias" && ac_tool_prefix=$host_alias-
1320
1321test "$silent" = yes && exec 6>/dev/null
252b5132 1322
252b5132 1323
81ecdfbb
RW
1324ac_pwd=`pwd` && test -n "$ac_pwd" &&
1325ac_ls_di=`ls -di .` &&
1326ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1327 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1328test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1329 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1330
1331
252b5132
RH
1332# Find the source files, if location was not specified.
1333if test -z "$srcdir"; then
1334 ac_srcdir_defaulted=yes
81ecdfbb
RW
1335 # Try the directory containing this script, then the parent directory.
1336 ac_confdir=`$as_dirname -- "$as_myself" ||
1337$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1338 X"$as_myself" : 'X\(//\)[^/]' \| \
1339 X"$as_myself" : 'X\(//\)$' \| \
1340 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1341$as_echo X"$as_myself" |
1342 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1343 s//\1/
1344 q
1345 }
1346 /^X\(\/\/\)[^/].*/{
1347 s//\1/
1348 q
1349 }
1350 /^X\(\/\/\)$/{
1351 s//\1/
1352 q
1353 }
1354 /^X\(\/\).*/{
1355 s//\1/
1356 q
1357 }
1358 s/.*/./; q'`
252b5132 1359 srcdir=$ac_confdir
81ecdfbb 1360 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1361 srcdir=..
1362 fi
1363else
1364 ac_srcdir_defaulted=no
1365fi
81ecdfbb
RW
1366if test ! -r "$srcdir/$ac_unique_file"; then
1367 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1368 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1369fi
1370ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1371ac_abs_confdir=`(
d0ac1c44 1372 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1373 pwd)`
1374# When building in place, set srcdir=.
1375if test "$ac_abs_confdir" = "$ac_pwd"; then
1376 srcdir=.
1377fi
1378# Remove unnecessary trailing slashes from srcdir.
1379# Double slashes in file names in object file debugging info
1380# mess up M-x gdb in Emacs.
1381case $srcdir in
1382*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1383esac
1384for ac_var in $ac_precious_vars; do
1385 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1386 eval ac_env_${ac_var}_value=\$${ac_var}
1387 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1388 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1389done
b3baf5d0 1390
5464f5a1
NN
1391#
1392# Report the --help message.
1393#
1394if test "$ac_init_help" = "long"; then
1395 # Omit some internal or obsolete options to make the list less imposing.
1396 # This message is too long to be a string in the A/UX 3.1 sh.
1397 cat <<_ACEOF
f908e960 1398\`configure' configures bfd 2.38.50 to adapt to many kinds of systems.
252b5132 1399
5464f5a1 1400Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1401
5464f5a1
NN
1402To assign environment variables (e.g., CC, CFLAGS...), specify them as
1403VAR=VALUE. See below for descriptions of some of the useful variables.
6be7c12c 1404
5464f5a1 1405Defaults for the options are specified in brackets.
6be7c12c 1406
5464f5a1
NN
1407Configuration:
1408 -h, --help display this help and exit
1409 --help=short display options specific to this package
1410 --help=recursive display the short help of all the included packages
1411 -V, --version display version information and exit
d0ac1c44 1412 -q, --quiet, --silent do not print \`checking ...' messages
5464f5a1
NN
1413 --cache-file=FILE cache test results in FILE [disabled]
1414 -C, --config-cache alias for \`--cache-file=config.cache'
1415 -n, --no-create do not create output files
1416 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1417
5464f5a1
NN
1418Installation directories:
1419 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1420 [$ac_default_prefix]
5464f5a1 1421 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1422 [PREFIX]
6be7c12c 1423
5464f5a1
NN
1424By default, \`make install' will install all the files in
1425\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1426an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1427for instance \`--prefix=\$HOME'.
6be7c12c 1428
5464f5a1 1429For better control, use the options below.
6be7c12c 1430
5464f5a1 1431Fine tuning of the installation directories:
81ecdfbb
RW
1432 --bindir=DIR user executables [EPREFIX/bin]
1433 --sbindir=DIR system admin executables [EPREFIX/sbin]
1434 --libexecdir=DIR program executables [EPREFIX/libexec]
1435 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1436 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1437 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1438 --libdir=DIR object code libraries [EPREFIX/lib]
1439 --includedir=DIR C header files [PREFIX/include]
1440 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1441 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1442 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1443 --infodir=DIR info documentation [DATAROOTDIR/info]
1444 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1445 --mandir=DIR man documentation [DATAROOTDIR/man]
c4dd807e 1446 --docdir=DIR documentation root [DATAROOTDIR/doc/bfd]
81ecdfbb
RW
1447 --htmldir=DIR html documentation [DOCDIR]
1448 --dvidir=DIR dvi documentation [DOCDIR]
1449 --pdfdir=DIR pdf documentation [DOCDIR]
1450 --psdir=DIR ps documentation [DOCDIR]
5464f5a1 1451_ACEOF
6be7c12c 1452
5464f5a1 1453 cat <<\_ACEOF
6be7c12c 1454
5464f5a1
NN
1455Program names:
1456 --program-prefix=PREFIX prepend PREFIX to installed program names
1457 --program-suffix=SUFFIX append SUFFIX to installed program names
1458 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1459
5464f5a1
NN
1460System types:
1461 --build=BUILD configure for building on BUILD [guessed]
1462 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1463 --target=TARGET configure for building compilers for TARGET [HOST]
1464_ACEOF
252b5132 1465fi
252b5132 1466
5464f5a1 1467if test -n "$ac_init_help"; then
c4dd807e 1468 case $ac_init_help in
f908e960 1469 short | recursive ) echo "Configuration of bfd 2.38.50:";;
c4dd807e 1470 esac
5464f5a1 1471 cat <<\_ACEOF
252b5132 1472
5464f5a1 1473Optional Features:
81ecdfbb 1474 --disable-option-checking ignore unrecognized --enable/--with options
5464f5a1
NN
1475 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1476 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
83c79df8
AM
1477 --enable-silent-rules less verbose build output (undo: "make V=1")
1478 --disable-silent-rules verbose build output (undo: "make V=0")
1479 --enable-shared[=PKGS] build shared libraries [default=no]
d0ac1c44
SM
1480 --enable-dependency-tracking
1481 do not reject slow dependency extractors
1482 --disable-dependency-tracking
1483 speeds up one-time build
81ecdfbb 1484 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1485 --enable-fast-install[=PKGS]
1486 optimize for fast installation [default=yes]
5464f5a1 1487 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f 1488 --enable-plugins Enable support for plugins
ce3c775b 1489 --disable-largefile omit support for large files
43e05cd4 1490 --enable-checking enable run-time checks
5464f5a1
NN
1491 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1492 --enable-targets alternative target configurations
e6cc316a 1493 --enable-64-bit-archive force 64-bit archives
6ec7057a 1494 --enable-secureplt Default to creating read-only plt entries
f6aec96d 1495 --enable-separate-code enable -z separate-code in ELF linker by default
ef72a554
KT
1496 --enable-leading-mingw64-underscores
1497 Enable leading underscores on 64 bit mingw targets
241a6c40
AM
1498 --enable-werror treat compile warnings as errors
1499 --enable-build-warnings enable build-time compiler warnings
d0ac1c44
SM
1500 --enable-maintainer-mode
1501 enable make rules and dependencies not useful (and
1502 sometimes confusing) to the casual installer
5464f5a1
NN
1503 --enable-install-libbfd controls installation of libbfd and related headers
1504 --disable-nls do not use Native Language Support
1505
1506Optional Packages:
1507 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1508 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1509 --with-pic try to use only PIC/non-PIC objects [default=use
1510 both]
1511 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
5464f5a1 1512 --with-mmap try using mmap for BFD input files if available
0d4a1476
AS
1513 --with-separate-debug-dir=DIR
1514 Look for global separate debug info in DIR
d0ac1c44 1515 [[default=LIBDIR/debug]]
a1ac8190
JM
1516 --with-pkgversion=PKG Use PKG in the version string in place of "GNU
1517 Binutils"
c428fa83 1518 --with-bugurl=URL Direct users to URL to report a bug
243340ad 1519 --with-system-zlib use installed libz
5464f5a1
NN
1520
1521Some influential environment variables:
1522 CC C compiler command
1523 CFLAGS C compiler flags
1524 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1525 nonstandard directory <lib dir>
81ecdfbb 1526 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1527 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1528 you have headers in a nonstandard directory <include dir>
5464f5a1
NN
1529 CPP C preprocessor
1530
1531Use these variables to override the choices made by `configure' or to help
1532it to find libraries and programs with nonstandard names/locations.
1533
81ecdfbb 1534Report bugs to the package provider.
5464f5a1 1535_ACEOF
81ecdfbb 1536ac_status=$?
5464f5a1
NN
1537fi
1538
1539if test "$ac_init_help" = "recursive"; then
1540 # If there are subdirs, report their specific --help.
5464f5a1 1541 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1542 test -d "$ac_dir" ||
1543 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1544 continue
5464f5a1
NN
1545 ac_builddir=.
1546
81ecdfbb
RW
1547case "$ac_dir" in
1548.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1549*)
1550 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1551 # A ".." for each directory in $ac_dir_suffix.
1552 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1553 case $ac_top_builddir_sub in
1554 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1555 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1556 esac ;;
1557esac
1558ac_abs_top_builddir=$ac_pwd
1559ac_abs_builddir=$ac_pwd$ac_dir_suffix
1560# for backward compatibility:
1561ac_top_builddir=$ac_top_build_prefix
5464f5a1
NN
1562
1563case $srcdir in
81ecdfbb 1564 .) # We are building in place.
5464f5a1 1565 ac_srcdir=.
81ecdfbb
RW
1566 ac_top_srcdir=$ac_top_builddir_sub
1567 ac_abs_top_srcdir=$ac_pwd ;;
1568 [\\/]* | ?:[\\/]* ) # Absolute name.
5464f5a1 1569 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1570 ac_top_srcdir=$srcdir
1571 ac_abs_top_srcdir=$srcdir ;;
1572 *) # Relative name.
1573 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1574 ac_top_srcdir=$ac_top_build_prefix$srcdir
1575 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5464f5a1 1576esac
81ecdfbb
RW
1577ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1578
1579 cd "$ac_dir" || { ac_status=$?; continue; }
1580 # Check for guested configure.
1581 if test -f "$ac_srcdir/configure.gnu"; then
1582 echo &&
1583 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1584 elif test -f "$ac_srcdir/configure"; then
1585 echo &&
1586 $SHELL "$ac_srcdir/configure" --help=recursive
5464f5a1 1587 else
81ecdfbb
RW
1588 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1589 fi || ac_status=$?
1590 cd "$ac_pwd" || { ac_status=$?; break; }
5464f5a1 1591 done
6be7c12c
AO
1592fi
1593
81ecdfbb 1594test -n "$ac_init_help" && exit $ac_status
5464f5a1
NN
1595if $ac_init_version; then
1596 cat <<\_ACEOF
f908e960 1597bfd configure 2.38.50
d0ac1c44 1598generated by GNU Autoconf 2.69
6be7c12c 1599
d0ac1c44 1600Copyright (C) 2012 Free Software Foundation, Inc.
5464f5a1
NN
1601This configure script is free software; the Free Software Foundation
1602gives unlimited permission to copy, distribute and modify it.
1603_ACEOF
81ecdfbb 1604 exit
5464f5a1 1605fi
6be7c12c 1606
81ecdfbb
RW
1607## ------------------------ ##
1608## Autoconf initialization. ##
1609## ------------------------ ##
6be7c12c 1610
81ecdfbb
RW
1611# ac_fn_c_try_compile LINENO
1612# --------------------------
1613# Try to compile conftest.$ac_ext, and return whether this succeeded.
1614ac_fn_c_try_compile ()
5464f5a1 1615{
81ecdfbb
RW
1616 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1617 rm -f conftest.$ac_objext
1618 if { { ac_try="$ac_compile"
1619case "(($ac_try" in
1620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1621 *) ac_try_echo=$ac_try;;
1622esac
1623eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1624$as_echo "$ac_try_echo"; } >&5
1625 (eval "$ac_compile") 2>conftest.err
1626 ac_status=$?
1627 if test -s conftest.err; then
1628 grep -v '^ *+' conftest.err >conftest.er1
1629 cat conftest.er1 >&5
1630 mv -f conftest.er1 conftest.err
1631 fi
1632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1633 test $ac_status = 0; } && {
1634 test -z "$ac_c_werror_flag" ||
1635 test ! -s conftest.err
1636 } && test -s conftest.$ac_objext; then :
1637 ac_retval=0
1638else
1639 $as_echo "$as_me: failed program was:" >&5
1640sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1641
81ecdfbb
RW
1642 ac_retval=1
1643fi
d0ac1c44
SM
1644 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1645 as_fn_set_status $ac_retval
5464f5a1 1646
81ecdfbb 1647} # ac_fn_c_try_compile
5464f5a1 1648
81ecdfbb
RW
1649# ac_fn_c_try_cpp LINENO
1650# ----------------------
1651# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1652ac_fn_c_try_cpp ()
1653{
1654 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1655 if { { ac_try="$ac_cpp conftest.$ac_ext"
1656case "(($ac_try" in
1657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1658 *) ac_try_echo=$ac_try;;
1659esac
1660eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1661$as_echo "$ac_try_echo"; } >&5
1662 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1663 ac_status=$?
1664 if test -s conftest.err; then
1665 grep -v '^ *+' conftest.err >conftest.er1
1666 cat conftest.er1 >&5
1667 mv -f conftest.er1 conftest.err
1668 fi
1669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1670 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1671 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1672 test ! -s conftest.err
1673 }; then :
1674 ac_retval=0
1675else
1676 $as_echo "$as_me: failed program was:" >&5
1677sed 's/^/| /' conftest.$ac_ext >&5
b3baf5d0 1678
81ecdfbb
RW
1679 ac_retval=1
1680fi
d0ac1c44
SM
1681 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1682 as_fn_set_status $ac_retval
6be7c12c 1683
81ecdfbb 1684} # ac_fn_c_try_cpp
252b5132 1685
81ecdfbb
RW
1686# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1687# -------------------------------------------------------
1688# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1689# the include files in INCLUDES and setting the cache variable VAR
1690# accordingly.
1691ac_fn_c_check_header_mongrel ()
1692{
1693 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1694 if eval \${$3+:} false; then :
81ecdfbb
RW
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1696$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1697if eval \${$3+:} false; then :
81ecdfbb
RW
1698 $as_echo_n "(cached) " >&6
1699fi
1700eval ac_res=\$$3
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1702$as_echo "$ac_res" >&6; }
1703else
1704 # Is the header compilable?
1705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1706$as_echo_n "checking $2 usability... " >&6; }
1707cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1708/* end confdefs.h. */
1709$4
1710#include <$2>
5464f5a1 1711_ACEOF
81ecdfbb
RW
1712if ac_fn_c_try_compile "$LINENO"; then :
1713 ac_header_compiler=yes
1714else
1715 ac_header_compiler=no
1716fi
1717rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1718{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1719$as_echo "$ac_header_compiler" >&6; }
c5d1701e 1720
81ecdfbb
RW
1721# Is the header present?
1722{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1723$as_echo_n "checking $2 presence... " >&6; }
1724cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1725/* end confdefs.h. */
1726#include <$2>
1727_ACEOF
1728if ac_fn_c_try_cpp "$LINENO"; then :
1729 ac_header_preproc=yes
1730else
1731 ac_header_preproc=no
1732fi
d0ac1c44 1733rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1734{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1735$as_echo "$ac_header_preproc" >&6; }
6be7c12c 1736
81ecdfbb
RW
1737# So? What about this header?
1738case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1739 yes:no: )
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1741$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1743$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1744 ;;
1745 no:yes:* )
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1747$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1749$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1751$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1753$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1755$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1756 ;;
1757esac
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1759$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1760if eval \${$3+:} false; then :
81ecdfbb
RW
1761 $as_echo_n "(cached) " >&6
1762else
1763 eval "$3=\$ac_header_compiler"
1764fi
1765eval ac_res=\$$3
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1767$as_echo "$ac_res" >&6; }
1768fi
d0ac1c44 1769 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5464f5a1 1770
81ecdfbb 1771} # ac_fn_c_check_header_mongrel
5464f5a1 1772
81ecdfbb
RW
1773# ac_fn_c_try_run LINENO
1774# ----------------------
1775# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1776# that executables *can* be run.
1777ac_fn_c_try_run ()
5464f5a1 1778{
81ecdfbb
RW
1779 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1780 if { { ac_try="$ac_link"
1781case "(($ac_try" in
1782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1783 *) ac_try_echo=$ac_try;;
1784esac
1785eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1786$as_echo "$ac_try_echo"; } >&5
1787 (eval "$ac_link") 2>&5
1788 ac_status=$?
1789 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1790 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1791 { { case "(($ac_try" in
1792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1793 *) ac_try_echo=$ac_try;;
1794esac
1795eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1796$as_echo "$ac_try_echo"; } >&5
1797 (eval "$ac_try") 2>&5
1798 ac_status=$?
1799 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1800 test $ac_status = 0; }; }; then :
1801 ac_retval=0
1802else
1803 $as_echo "$as_me: program exited with status $ac_status" >&5
1804 $as_echo "$as_me: failed program was:" >&5
1805sed 's/^/| /' conftest.$ac_ext >&5
5464f5a1 1806
81ecdfbb
RW
1807 ac_retval=$ac_status
1808fi
1809 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1810 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1811 as_fn_set_status $ac_retval
5464f5a1 1812
81ecdfbb 1813} # ac_fn_c_try_run
5464f5a1 1814
81ecdfbb
RW
1815# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1816# -------------------------------------------------------
1817# Tests whether HEADER exists and can be compiled using the include files in
1818# INCLUDES, setting the cache variable VAR accordingly.
1819ac_fn_c_check_header_compile ()
1820{
1821 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1823$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1824if eval \${$3+:} false; then :
81ecdfbb
RW
1825 $as_echo_n "(cached) " >&6
1826else
1827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1828/* end confdefs.h. */
1829$4
1830#include <$2>
1831_ACEOF
1832if ac_fn_c_try_compile "$LINENO"; then :
1833 eval "$3=yes"
1834else
1835 eval "$3=no"
1836fi
1837rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1838fi
1839eval ac_res=\$$3
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1841$as_echo "$ac_res" >&6; }
d0ac1c44 1842 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5464f5a1 1843
81ecdfbb 1844} # ac_fn_c_check_header_compile
5464f5a1 1845
83c79df8
AM
1846# ac_fn_c_try_link LINENO
1847# -----------------------
1848# Try to link conftest.$ac_ext, and return whether this succeeded.
1849ac_fn_c_try_link ()
1850{
1851 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1852 rm -f conftest.$ac_objext conftest$ac_exeext
1853 if { { ac_try="$ac_link"
1854case "(($ac_try" in
1855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1856 *) ac_try_echo=$ac_try;;
1857esac
1858eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1859$as_echo "$ac_try_echo"; } >&5
1860 (eval "$ac_link") 2>conftest.err
1861 ac_status=$?
1862 if test -s conftest.err; then
1863 grep -v '^ *+' conftest.err >conftest.er1
1864 cat conftest.er1 >&5
1865 mv -f conftest.er1 conftest.err
1866 fi
1867 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1868 test $ac_status = 0; } && {
1869 test -z "$ac_c_werror_flag" ||
1870 test ! -s conftest.err
1871 } && test -s conftest$ac_exeext && {
1872 test "$cross_compiling" = yes ||
1873 test -x conftest$ac_exeext
1874 }; then :
1875 ac_retval=0
1876else
1877 $as_echo "$as_me: failed program was:" >&5
1878sed 's/^/| /' conftest.$ac_ext >&5
1879
1880 ac_retval=1
1881fi
1882 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1883 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1884 # interfere with the next link command; also delete a directory that is
1885 # left behind by Apple's compiler. We do this before executing the actions.
1886 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1887 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1888 as_fn_set_status $ac_retval
1889
1890} # ac_fn_c_try_link
1891
81ecdfbb
RW
1892# ac_fn_c_check_func LINENO FUNC VAR
1893# ----------------------------------
1894# Tests whether FUNC exists, setting the cache variable VAR accordingly
1895ac_fn_c_check_func ()
1896{
1897 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1899$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1900if eval \${$3+:} false; then :
81ecdfbb
RW
1901 $as_echo_n "(cached) " >&6
1902else
1903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904/* end confdefs.h. */
1905/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1906 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1907#define $2 innocuous_$2
5464f5a1 1908
81ecdfbb
RW
1909/* System header to define __stub macros and hopefully few prototypes,
1910 which can conflict with char $2 (); below.
1911 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1912 <limits.h> exists even on freestanding compilers. */
5464f5a1 1913
81ecdfbb
RW
1914#ifdef __STDC__
1915# include <limits.h>
1916#else
1917# include <assert.h>
1918#endif
5464f5a1 1919
81ecdfbb 1920#undef $2
5464f5a1 1921
81ecdfbb
RW
1922/* Override any GCC internal prototype to avoid an error.
1923 Use char because int might match the return type of a GCC
1924 builtin and then its argument prototype would still apply. */
1925#ifdef __cplusplus
1926extern "C"
1927#endif
1928char $2 ();
1929/* The GNU C library defines this for functions which it implements
1930 to always fail with ENOSYS. Some functions are actually named
1931 something starting with __ and the normal name is an alias. */
1932#if defined __stub_$2 || defined __stub___$2
1933choke me
1934#endif
5464f5a1 1935
81ecdfbb
RW
1936int
1937main ()
1938{
1939return $2 ();
1940 ;
1941 return 0;
1942}
5464f5a1 1943_ACEOF
81ecdfbb
RW
1944if ac_fn_c_try_link "$LINENO"; then :
1945 eval "$3=yes"
1946else
1947 eval "$3=no"
1948fi
1949rm -f core conftest.err conftest.$ac_objext \
1950 conftest$ac_exeext conftest.$ac_ext
1951fi
1952eval ac_res=\$$3
1953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1954$as_echo "$ac_res" >&6; }
d0ac1c44 1955 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5464f5a1 1956
81ecdfbb 1957} # ac_fn_c_check_func
5464f5a1 1958
81ecdfbb
RW
1959# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1960# --------------------------------------------
1961# Tries to find the compile-time value of EXPR in a program that includes
1962# INCLUDES, setting VAR accordingly. Returns whether the value could be
1963# computed
1964ac_fn_c_compute_int ()
1965{
1966 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1967 if test "$cross_compiling" = yes; then
1968 # Depending upon the size, compute the lo and hi bounds.
1969cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1970/* end confdefs.h. */
1971$4
1972int
1973main ()
1974{
1975static int test_array [1 - 2 * !(($2) >= 0)];
d0ac1c44
SM
1976test_array [0] = 0;
1977return test_array [0];
5464f5a1 1978
81ecdfbb
RW
1979 ;
1980 return 0;
1981}
5464f5a1 1982_ACEOF
81ecdfbb
RW
1983if ac_fn_c_try_compile "$LINENO"; then :
1984 ac_lo=0 ac_mid=0
1985 while :; do
1986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1987/* end confdefs.h. */
1988$4
1989int
1990main ()
1991{
1992static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
1993test_array [0] = 0;
1994return test_array [0];
5464f5a1 1995
81ecdfbb
RW
1996 ;
1997 return 0;
1998}
1999_ACEOF
2000if ac_fn_c_try_compile "$LINENO"; then :
2001 ac_hi=$ac_mid; break
5464f5a1 2002else
81ecdfbb
RW
2003 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2004 if test $ac_lo -le $ac_mid; then
2005 ac_lo= ac_hi=
2006 break
2007 fi
2008 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
5464f5a1 2009fi
81ecdfbb
RW
2010rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2011 done
2012else
2013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2014/* end confdefs.h. */
2015$4
2016int
2017main ()
2018{
2019static int test_array [1 - 2 * !(($2) < 0)];
d0ac1c44
SM
2020test_array [0] = 0;
2021return test_array [0];
5464f5a1 2022
81ecdfbb
RW
2023 ;
2024 return 0;
2025}
2026_ACEOF
2027if ac_fn_c_try_compile "$LINENO"; then :
2028 ac_hi=-1 ac_mid=-1
2029 while :; do
2030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2031/* end confdefs.h. */
2032$4
2033int
2034main ()
2035{
2036static int test_array [1 - 2 * !(($2) >= $ac_mid)];
d0ac1c44
SM
2037test_array [0] = 0;
2038return test_array [0];
5464f5a1 2039
81ecdfbb
RW
2040 ;
2041 return 0;
2042}
2043_ACEOF
2044if ac_fn_c_try_compile "$LINENO"; then :
2045 ac_lo=$ac_mid; break
2046else
2047 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2048 if test $ac_mid -le $ac_hi; then
2049 ac_lo= ac_hi=
2050 break
2051 fi
2052 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2053fi
2054rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2055 done
2056else
2057 ac_lo= ac_hi=
2058fi
2059rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2060fi
2061rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2062# Binary search between lo and hi bounds.
2063while test "x$ac_lo" != "x$ac_hi"; do
2064 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2066/* end confdefs.h. */
2067$4
2068int
2069main ()
2070{
2071static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
2072test_array [0] = 0;
2073return test_array [0];
5464f5a1 2074
81ecdfbb
RW
2075 ;
2076 return 0;
2077}
2078_ACEOF
2079if ac_fn_c_try_compile "$LINENO"; then :
2080 ac_hi=$ac_mid
2081else
2082 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2083fi
2084rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2085done
2086case $ac_lo in #((
2087?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2088'') ac_retval=1 ;;
2089esac
2090 else
2091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2092/* end confdefs.h. */
2093$4
2094static long int longval () { return $2; }
2095static unsigned long int ulongval () { return $2; }
2096#include <stdio.h>
2097#include <stdlib.h>
2098int
2099main ()
2100{
5464f5a1 2101
81ecdfbb
RW
2102 FILE *f = fopen ("conftest.val", "w");
2103 if (! f)
2104 return 1;
2105 if (($2) < 0)
2106 {
2107 long int i = longval ();
2108 if (i != ($2))
2109 return 1;
2110 fprintf (f, "%ld", i);
2111 }
2112 else
2113 {
2114 unsigned long int i = ulongval ();
2115 if (i != ($2))
2116 return 1;
2117 fprintf (f, "%lu", i);
2118 }
2119 /* Do not output a trailing newline, as this causes \r\n confusion
2120 on some platforms. */
2121 return ferror (f) || fclose (f) != 0;
5464f5a1 2122
81ecdfbb
RW
2123 ;
2124 return 0;
2125}
2126_ACEOF
2127if ac_fn_c_try_run "$LINENO"; then :
2128 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2129else
2130 ac_retval=1
2131fi
2132rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2133 conftest.$ac_objext conftest.beam conftest.$ac_ext
2134rm -f conftest.val
7357c5b6 2135
81ecdfbb 2136 fi
d0ac1c44
SM
2137 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2138 as_fn_set_status $ac_retval
7357c5b6 2139
81ecdfbb 2140} # ac_fn_c_compute_int
7357c5b6 2141
d0ac1c44
SM
2142# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2143# ---------------------------------------------
2144# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2145# accordingly.
81ecdfbb
RW
2146ac_fn_c_check_decl ()
2147{
2148 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
360cfc9c
AM
2149 as_decl_name=`echo $2|sed 's/ *(.*//'`
2150 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2152$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
d0ac1c44 2153if eval \${$3+:} false; then :
81ecdfbb
RW
2154 $as_echo_n "(cached) " >&6
2155else
2156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2157/* end confdefs.h. */
2158$4
2159int
2160main ()
2161{
360cfc9c
AM
2162#ifndef $as_decl_name
2163#ifdef __cplusplus
2164 (void) $as_decl_use;
2165#else
2166 (void) $as_decl_name;
2167#endif
81ecdfbb 2168#endif
5464f5a1 2169
81ecdfbb
RW
2170 ;
2171 return 0;
2172}
2173_ACEOF
2174if ac_fn_c_try_compile "$LINENO"; then :
2175 eval "$3=yes"
2176else
2177 eval "$3=no"
5464f5a1 2178fi
81ecdfbb
RW
2179rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2180fi
2181eval ac_res=\$$3
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2183$as_echo "$ac_res" >&6; }
d0ac1c44 2184 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
5464f5a1 2185
81ecdfbb
RW
2186} # ac_fn_c_check_decl
2187cat >config.log <<_ACEOF
2188This file contains any messages produced by compilers while
2189running configure, to aid debugging if configure makes a mistake.
5464f5a1 2190
f908e960 2191It was created by bfd $as_me 2.38.50, which was
d0ac1c44 2192generated by GNU Autoconf 2.69. Invocation command line was
5464f5a1 2193
81ecdfbb 2194 $ $0 $@
5464f5a1 2195
81ecdfbb
RW
2196_ACEOF
2197exec 5>>config.log
2198{
2199cat <<_ASUNAME
2200## --------- ##
2201## Platform. ##
2202## --------- ##
5464f5a1 2203
81ecdfbb
RW
2204hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2205uname -m = `(uname -m) 2>/dev/null || echo unknown`
2206uname -r = `(uname -r) 2>/dev/null || echo unknown`
2207uname -s = `(uname -s) 2>/dev/null || echo unknown`
2208uname -v = `(uname -v) 2>/dev/null || echo unknown`
5464f5a1 2209
81ecdfbb
RW
2210/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2211/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
5464f5a1 2212
81ecdfbb
RW
2213/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2214/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2215/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2216/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2217/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2218/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2219/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
5464f5a1 2220
81ecdfbb 2221_ASUNAME
5464f5a1 2222
5464f5a1
NN
2223as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2224for as_dir in $PATH
2225do
2226 IFS=$as_save_IFS
2227 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2228 $as_echo "PATH: $as_dir"
2229 done
2230IFS=$as_save_IFS
5464f5a1 2231
81ecdfbb 2232} >&5
5464f5a1 2233
81ecdfbb 2234cat >&5 <<_ACEOF
5464f5a1 2235
5464f5a1 2236
81ecdfbb
RW
2237## ----------- ##
2238## Core tests. ##
2239## ----------- ##
5464f5a1 2240
81ecdfbb
RW
2241_ACEOF
2242
2243
2244# Keep a trace of the command line.
2245# Strip out --no-create and --no-recursion so they do not pile up.
2246# Strip out --silent because we don't want to record it for future runs.
2247# Also quote any args containing shell meta-characters.
2248# Make two passes to allow for proper duplicate-argument suppression.
2249ac_configure_args=
2250ac_configure_args0=
2251ac_configure_args1=
2252ac_must_keep_next=false
2253for ac_pass in 1 2
2254do
2255 for ac_arg
2256 do
2257 case $ac_arg in
2258 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2259 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2260 | -silent | --silent | --silen | --sile | --sil)
2261 continue ;;
2262 *\'*)
2263 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2264 esac
2265 case $ac_pass in
2266 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2267 2)
2268 as_fn_append ac_configure_args1 " '$ac_arg'"
2269 if test $ac_must_keep_next = true; then
2270 ac_must_keep_next=false # Got value, back to normal.
2271 else
2272 case $ac_arg in
2273 *=* | --config-cache | -C | -disable-* | --disable-* \
2274 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2275 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2276 | -with-* | --with-* | -without-* | --without-* | --x)
2277 case "$ac_configure_args0 " in
2278 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2279 esac
2280 ;;
2281 -* ) ac_must_keep_next=true ;;
2282 esac
2283 fi
2284 as_fn_append ac_configure_args " '$ac_arg'"
2285 ;;
2286 esac
2287 done
2288done
2289{ ac_configure_args0=; unset ac_configure_args0;}
2290{ ac_configure_args1=; unset ac_configure_args1;}
2291
2292# When interrupted or exit'd, cleanup temporary files, and complete
2293# config.log. We remove comments because anyway the quotes in there
2294# would cause problems or look ugly.
2295# WARNING: Use '\'' to represent an apostrophe within the trap.
2296# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2297trap 'exit_status=$?
2298 # Save into config.log some information that might help in debugging.
2299 {
2300 echo
2301
d0ac1c44 2302 $as_echo "## ---------------- ##
81ecdfbb 2303## Cache variables. ##
d0ac1c44 2304## ---------------- ##"
81ecdfbb
RW
2305 echo
2306 # The following way of writing the cache mishandles newlines in values,
2307(
2308 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2309 eval ac_val=\$$ac_var
2310 case $ac_val in #(
2311 *${as_nl}*)
2312 case $ac_var in #(
2313 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2314$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2315 esac
2316 case $ac_var in #(
2317 _ | IFS | as_nl) ;; #(
2318 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2319 *) { eval $ac_var=; unset $ac_var;} ;;
2320 esac ;;
2321 esac
2322 done
2323 (set) 2>&1 |
2324 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2325 *${as_nl}ac_space=\ *)
2326 sed -n \
2327 "s/'\''/'\''\\\\'\'''\''/g;
2328 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2329 ;; #(
2330 *)
2331 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2332 ;;
2333 esac |
2334 sort
2335)
2336 echo
2337
d0ac1c44 2338 $as_echo "## ----------------- ##
81ecdfbb 2339## Output variables. ##
d0ac1c44 2340## ----------------- ##"
81ecdfbb
RW
2341 echo
2342 for ac_var in $ac_subst_vars
2343 do
2344 eval ac_val=\$$ac_var
2345 case $ac_val in
2346 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2347 esac
2348 $as_echo "$ac_var='\''$ac_val'\''"
2349 done | sort
2350 echo
2351
2352 if test -n "$ac_subst_files"; then
d0ac1c44 2353 $as_echo "## ------------------- ##
81ecdfbb 2354## File substitutions. ##
d0ac1c44 2355## ------------------- ##"
81ecdfbb
RW
2356 echo
2357 for ac_var in $ac_subst_files
2358 do
2359 eval ac_val=\$$ac_var
2360 case $ac_val in
2361 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2362 esac
2363 $as_echo "$ac_var='\''$ac_val'\''"
2364 done | sort
2365 echo
2366 fi
2367
2368 if test -s confdefs.h; then
d0ac1c44 2369 $as_echo "## ----------- ##
81ecdfbb 2370## confdefs.h. ##
d0ac1c44 2371## ----------- ##"
81ecdfbb
RW
2372 echo
2373 cat confdefs.h
2374 echo
2375 fi
2376 test "$ac_signal" != 0 &&
2377 $as_echo "$as_me: caught signal $ac_signal"
2378 $as_echo "$as_me: exit $exit_status"
2379 } >&5
2380 rm -f core *.core core.conftest.* &&
2381 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2382 exit $exit_status
2383' 0
2384for ac_signal in 1 2 13 15; do
2385 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2386done
2387ac_signal=0
2388
2389# confdefs.h avoids OS command line length limits that DEFS can exceed.
2390rm -f -r conftest* confdefs.h
2391
2392$as_echo "/* confdefs.h */" > confdefs.h
2393
2394# Predefined preprocessor variables.
2395
2396cat >>confdefs.h <<_ACEOF
2397#define PACKAGE_NAME "$PACKAGE_NAME"
2398_ACEOF
2399
2400cat >>confdefs.h <<_ACEOF
2401#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2402_ACEOF
2403
2404cat >>confdefs.h <<_ACEOF
2405#define PACKAGE_VERSION "$PACKAGE_VERSION"
2406_ACEOF
2407
2408cat >>confdefs.h <<_ACEOF
2409#define PACKAGE_STRING "$PACKAGE_STRING"
2410_ACEOF
2411
2412cat >>confdefs.h <<_ACEOF
2413#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2414_ACEOF
2415
2416cat >>confdefs.h <<_ACEOF
2417#define PACKAGE_URL "$PACKAGE_URL"
2418_ACEOF
2419
2420
2421# Let the site file select an alternate cache file if it wants to.
2422# Prefer an explicitly selected file to automatically selected ones.
2423ac_site_file1=NONE
2424ac_site_file2=NONE
2425if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2426 # We do not want a PATH search for config.site.
2427 case $CONFIG_SITE in #((
2428 -*) ac_site_file1=./$CONFIG_SITE;;
2429 */*) ac_site_file1=$CONFIG_SITE;;
2430 *) ac_site_file1=./$CONFIG_SITE;;
2431 esac
81ecdfbb
RW
2432elif test "x$prefix" != xNONE; then
2433 ac_site_file1=$prefix/share/config.site
2434 ac_site_file2=$prefix/etc/config.site
2435else
2436 ac_site_file1=$ac_default_prefix/share/config.site
2437 ac_site_file2=$ac_default_prefix/etc/config.site
2438fi
2439for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2440do
2441 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2442 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2444$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2445 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2446 . "$ac_site_file" \
2447 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2448$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2449as_fn_error $? "failed to load site script $ac_site_file
2450See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
2451 fi
2452done
2453
2454if test -r "$cache_file"; then
d0ac1c44
SM
2455 # Some versions of bash will fail to source /dev/null (special files
2456 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2457 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2458 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2459$as_echo "$as_me: loading cache $cache_file" >&6;}
2460 case $cache_file in
2461 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2462 *) . "./$cache_file";;
2463 esac
2464 fi
2465else
2466 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2467$as_echo "$as_me: creating cache $cache_file" >&6;}
2468 >$cache_file
2469fi
2470
d0ac1c44
SM
2471as_fn_append ac_header_list " stdlib.h"
2472as_fn_append ac_header_list " unistd.h"
2473as_fn_append ac_header_list " sys/param.h"
81ecdfbb
RW
2474# Check that the precious variables saved in the cache have kept the same
2475# value.
2476ac_cache_corrupted=false
2477for ac_var in $ac_precious_vars; do
2478 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2479 eval ac_new_set=\$ac_env_${ac_var}_set
2480 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2481 eval ac_new_val=\$ac_env_${ac_var}_value
2482 case $ac_old_set,$ac_new_set in
2483 set,)
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2485$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2486 ac_cache_corrupted=: ;;
2487 ,set)
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2489$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2490 ac_cache_corrupted=: ;;
2491 ,);;
2492 *)
2493 if test "x$ac_old_val" != "x$ac_new_val"; then
2494 # differences in whitespace do not lead to failure.
2495 ac_old_val_w=`echo x $ac_old_val`
2496 ac_new_val_w=`echo x $ac_new_val`
2497 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2499$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2500 ac_cache_corrupted=:
2501 else
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2503$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2504 eval $ac_var=\$ac_old_val
2505 fi
2506 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2507$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2508 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2509$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2510 fi;;
2511 esac
2512 # Pass precious variables to config.status.
2513 if test "$ac_new_set" = set; then
2514 case $ac_new_val in
2515 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2516 *) ac_arg=$ac_var=$ac_new_val ;;
2517 esac
2518 case " $ac_configure_args " in
2519 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2520 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2521 esac
5464f5a1
NN
2522 fi
2523done
81ecdfbb
RW
2524if $ac_cache_corrupted; then
2525 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2526$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2528$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2529 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
81ecdfbb
RW
2530fi
2531## -------------------- ##
2532## Main body of script. ##
2533## -------------------- ##
2534
2535ac_ext=c
2536ac_cpp='$CPP $CPPFLAGS'
2537ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2538ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2539ac_compiler_gnu=$ac_cv_c_compiler_gnu
2540
2541
2542
2543
2544
2545
2546
2547ac_aux_dir=
2548for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
2549 if test -f "$ac_dir/install-sh"; then
2550 ac_aux_dir=$ac_dir
2551 ac_install_sh="$ac_aux_dir/install-sh -c"
2552 break
2553 elif test -f "$ac_dir/install.sh"; then
2554 ac_aux_dir=$ac_dir
2555 ac_install_sh="$ac_aux_dir/install.sh -c"
2556 break
2557 elif test -f "$ac_dir/shtool"; then
2558 ac_aux_dir=$ac_dir
2559 ac_install_sh="$ac_aux_dir/shtool install -c"
2560 break
2561 fi
5464f5a1 2562done
81ecdfbb 2563if test -z "$ac_aux_dir"; then
d0ac1c44 2564 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
81ecdfbb
RW
2565fi
2566
2567# These three variables are undocumented and unsupported,
2568# and are intended to be withdrawn in a future Autoconf release.
2569# They can cause serious problems if a builder's source tree is in a directory
2570# whose full name contains unusual characters.
2571ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2572ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2573ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2574
2575
2576# Make sure we can run config.sub.
2577$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 2578 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
81ecdfbb
RW
2579
2580{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2581$as_echo_n "checking build system type... " >&6; }
d0ac1c44 2582if ${ac_cv_build+:} false; then :
81ecdfbb
RW
2583 $as_echo_n "(cached) " >&6
2584else
2585 ac_build_alias=$build_alias
2586test "x$ac_build_alias" = x &&
2587 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2588test "x$ac_build_alias" = x &&
d0ac1c44 2589 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
81ecdfbb 2590ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 2591 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
81ecdfbb
RW
2592
2593fi
2594{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2595$as_echo "$ac_cv_build" >&6; }
2596case $ac_cv_build in
2597*-*-*) ;;
d0ac1c44 2598*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
81ecdfbb
RW
2599esac
2600build=$ac_cv_build
2601ac_save_IFS=$IFS; IFS='-'
2602set x $ac_cv_build
2603shift
2604build_cpu=$1
2605build_vendor=$2
2606shift; shift
2607# Remember, the first character of IFS is used to create $*,
2608# except with old shells:
2609build_os=$*
2610IFS=$ac_save_IFS
2611case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5464f5a1 2612
81ecdfbb
RW
2613
2614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2615$as_echo_n "checking host system type... " >&6; }
d0ac1c44 2616if ${ac_cv_host+:} false; then :
81ecdfbb
RW
2617 $as_echo_n "(cached) " >&6
2618else
2619 if test "x$host_alias" = x; then
2620 ac_cv_host=$ac_cv_build
2621else
2622 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 2623 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5464f5a1 2624fi
81ecdfbb 2625
5464f5a1 2626fi
81ecdfbb
RW
2627{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2628$as_echo "$ac_cv_host" >&6; }
2629case $ac_cv_host in
2630*-*-*) ;;
d0ac1c44 2631*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb
RW
2632esac
2633host=$ac_cv_host
2634ac_save_IFS=$IFS; IFS='-'
2635set x $ac_cv_host
2636shift
2637host_cpu=$1
2638host_vendor=$2
2639shift; shift
2640# Remember, the first character of IFS is used to create $*,
2641# except with old shells:
2642host_os=$*
2643IFS=$ac_save_IFS
2644case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2645
2646
2647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2648$as_echo_n "checking target system type... " >&6; }
d0ac1c44 2649if ${ac_cv_target+:} false; then :
81ecdfbb 2650 $as_echo_n "(cached) " >&6
5464f5a1 2651else
81ecdfbb
RW
2652 if test "x$target_alias" = x; then
2653 ac_cv_target=$ac_cv_host
2654else
2655 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 2656 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5464f5a1
NN
2657fi
2658
2659fi
81ecdfbb
RW
2660{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2661$as_echo "$ac_cv_target" >&6; }
2662case $ac_cv_target in
2663*-*-*) ;;
d0ac1c44 2664*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
81ecdfbb
RW
2665esac
2666target=$ac_cv_target
2667ac_save_IFS=$IFS; IFS='-'
2668set x $ac_cv_target
2669shift
2670target_cpu=$1
2671target_vendor=$2
2672shift; shift
2673# Remember, the first character of IFS is used to create $*,
2674# except with old shells:
2675target_os=$*
2676IFS=$ac_save_IFS
2677case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2678
2679
2680# The aliases save the names the user supplied, while $host etc.
2681# will get canonicalized.
2682test -n "$target_alias" &&
2683 test "$program_prefix$program_suffix$program_transform_name" = \
2684 NONENONEs,x,x, &&
2685 program_prefix=${target_alias}-
d0ac1c44 2686
83c79df8
AM
2687am__api_version='1.15'
2688
2689# Find a good install program. We prefer a C program (faster),
2690# so one script is as good as another. But avoid the broken or
2691# incompatible versions:
2692# SysV /etc/install, /usr/sbin/install
2693# SunOS /usr/etc/install
2694# IRIX /sbin/install
2695# AIX /bin/install
2696# AmigaOS /C/install, which installs bootblocks on floppy discs
2697# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2698# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2699# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2700# OS/2's system install, which has a completely different semantic
2701# ./install, which can be erroneously created by make from ./install.sh.
2702# Reject install programs that cannot install multiple files.
2703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2704$as_echo_n "checking for a BSD-compatible install... " >&6; }
2705if test -z "$INSTALL"; then
2706if ${ac_cv_path_install+:} false; then :
81ecdfbb 2707 $as_echo_n "(cached) " >&6
5464f5a1 2708else
83c79df8 2709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5464f5a1
NN
2710for as_dir in $PATH
2711do
2712 IFS=$as_save_IFS
2713 test -z "$as_dir" && as_dir=.
83c79df8
AM
2714 # Account for people who put trailing slashes in PATH elements.
2715case $as_dir/ in #((
2716 ./ | .// | /[cC]/* | \
2717 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2718 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2719 /usr/ucb/* ) ;;
2720 *)
2721 # OSF1 and SCO ODT 3.0 have their own names for install.
2722 # Don't use installbsd from OSF since it installs stuff as root
2723 # by default.
2724 for ac_prog in ginstall scoinst install; do
2725 for ac_exec_ext in '' $ac_executable_extensions; do
2726 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2727 if test $ac_prog = install &&
2728 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2729 # AIX install. It has an incompatible calling convention.
2730 :
2731 elif test $ac_prog = install &&
2732 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2733 # program-specific install script used by HP pwplus--don't use.
2734 :
2735 else
2736 rm -rf conftest.one conftest.two conftest.dir
2737 echo one > conftest.one
2738 echo two > conftest.two
2739 mkdir conftest.dir
2740 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2741 test -s conftest.one && test -s conftest.two &&
2742 test -s conftest.dir/conftest.one &&
2743 test -s conftest.dir/conftest.two
2744 then
2745 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2746 break 3
2747 fi
2748 fi
2749 fi
2750 done
2751 done
2752 ;;
2753esac
2754
81ecdfbb
RW
2755 done
2756IFS=$as_save_IFS
5464f5a1 2757
58c85be7 2758rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
2759
2760fi
2761 if test "${ac_cv_path_install+set}" = set; then
5464f5a1 2762 INSTALL=$ac_cv_path_install
252b5132 2763 else
58c85be7
RW
2764 # As a last resort, use the slow shell script. Don't cache a
2765 # value for INSTALL within a source directory, because that will
252b5132 2766 # break other packages using the cache if that directory is
58c85be7 2767 # removed, or if the value is a relative name.
5464f5a1 2768 INSTALL=$ac_install_sh
252b5132
RH
2769 fi
2770fi
81ecdfbb
RW
2771{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2772$as_echo "$INSTALL" >&6; }
252b5132
RH
2773
2774# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2775# It thinks the first close brace ends the variable substitution.
2776test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2777
5464f5a1 2778test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
2779
2780test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2781
81ecdfbb
RW
2782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2783$as_echo_n "checking whether build environment is sane... " >&6; }
81ecdfbb
RW
2784# Reject unsafe characters in $srcdir or the absolute working directory
2785# name. Accept space and tab only in the latter.
2786am_lf='
2787'
2788case `pwd` in
2789 *[\\\"\#\$\&\'\`$am_lf]*)
d0ac1c44 2790 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
81ecdfbb
RW
2791esac
2792case $srcdir in
2793 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
d0ac1c44 2794 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
81ecdfbb
RW
2795esac
2796
d0ac1c44 2797# Do 'set' in a subshell so we don't clobber the current shell's
252b5132
RH
2798# arguments. Must try -L first in case configure is actually a
2799# symlink; some systems play weird games with the mod time of symlinks
2800# (eg FreeBSD returns the mod time of the symlink's containing
2801# directory).
2802if (
d0ac1c44
SM
2803 am_has_slept=no
2804 for am_try in 1 2; do
2805 echo "timestamp, slept: $am_has_slept" > conftest.file
2806 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2807 if test "$*" = "X"; then
2808 # -L didn't work.
2809 set X `ls -t "$srcdir/configure" conftest.file`
2810 fi
2811 if test "$*" != "X $srcdir/configure conftest.file" \
2812 && test "$*" != "X conftest.file $srcdir/configure"; then
2813
2814 # If neither matched, then we have a broken ls. This can happen
2815 # if, for instance, CONFIG_SHELL is bash and it inherits a
2816 # broken ls alias from the environment. This has actually
2817 # happened. Such a system could not be considered "sane".
2818 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2819 alias in your environment" "$LINENO" 5
2820 fi
2821 if test "$2" = conftest.file || test $am_try -eq 2; then
2822 break
2823 fi
2824 # Just in case.
2825 sleep 1
2826 am_has_slept=yes
2827 done
f5385ebf 2828 test "$2" = conftest.file
252b5132
RH
2829 )
2830then
2831 # Ok.
2832 :
2833else
d0ac1c44 2834 as_fn_error $? "newly created file is older than distributed files!
81ecdfbb 2835Check your system clock" "$LINENO" 5
252b5132 2836fi
81ecdfbb
RW
2837{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2838$as_echo "yes" >&6; }
d0ac1c44
SM
2839# If we didn't sleep, we still need to ensure time stamps of config.status and
2840# generated files are strictly newer.
2841am_sleep_pid=
2842if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2843 ( sleep 1 ) &
2844 am_sleep_pid=$!
2845fi
2846
2847rm -f conftest.file
2848
252b5132 2849test "$program_prefix" != NONE &&
81ecdfbb 2850 program_transform_name="s&^&$program_prefix&;$program_transform_name"
252b5132
RH
2851# Use a double $ so make ignores it.
2852test "$program_suffix" != NONE &&
81ecdfbb
RW
2853 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2854# Double any \ or $.
5464f5a1 2855# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
2856ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2857program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5464f5a1 2858
83c79df8
AM
2859# Expand $ac_aux_dir to an absolute path.
2860am_aux_dir=`cd "$ac_aux_dir" && pwd`
2861
81ecdfbb
RW
2862if test x"${MISSING+set}" != xset; then
2863 case $am_aux_dir in
2864 *\ * | *\ *)
2865 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2866 *)
2867 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2868 esac
2869fi
f5385ebf 2870# Use eval to expand $SHELL
d0ac1c44
SM
2871if eval "$MISSING --is-lightweight"; then
2872 am_missing_run="$MISSING "
f5385ebf
AM
2873else
2874 am_missing_run=
d0ac1c44
SM
2875 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2876$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
81ecdfbb
RW
2877fi
2878
d0ac1c44 2879if test x"${install_sh+set}" != xset; then
81ecdfbb
RW
2880 case $am_aux_dir in
2881 *\ * | *\ *)
2882 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2883 *)
2884 install_sh="\${SHELL} $am_aux_dir/install-sh"
2885 esac
2886fi
2887
d0ac1c44
SM
2888# Installed binaries are usually stripped using 'strip' when the user
2889# run "make install-strip". However 'strip' might not be the right
81ecdfbb 2890# tool to use in cross-compilation environments, therefore Automake
d0ac1c44 2891# will honor the 'STRIP' environment variable to overrule this program.
81ecdfbb
RW
2892if test "$cross_compiling" != no; then
2893 if test -n "$ac_tool_prefix"; then
2894 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2895set dummy ${ac_tool_prefix}strip; ac_word=$2
2896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2897$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2898if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb
RW
2899 $as_echo_n "(cached) " >&6
2900else
2901 if test -n "$STRIP"; then
2902 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2903else
2904as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2905for as_dir in $PATH
2906do
2907 IFS=$as_save_IFS
2908 test -z "$as_dir" && as_dir=.
2909 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2910 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2911 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2913 break 2
2914 fi
2915done
2916 done
2917IFS=$as_save_IFS
2918
2919fi
2920fi
2921STRIP=$ac_cv_prog_STRIP
2922if test -n "$STRIP"; then
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2924$as_echo "$STRIP" >&6; }
2925else
2926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2927$as_echo "no" >&6; }
2928fi
2929
2930
2931fi
2932if test -z "$ac_cv_prog_STRIP"; then
2933 ac_ct_STRIP=$STRIP
2934 # Extract the first word of "strip", so it can be a program name with args.
2935set dummy strip; ac_word=$2
2936{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2937$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2938if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb
RW
2939 $as_echo_n "(cached) " >&6
2940else
2941 if test -n "$ac_ct_STRIP"; then
2942 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2943else
2944as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2945for as_dir in $PATH
2946do
2947 IFS=$as_save_IFS
2948 test -z "$as_dir" && as_dir=.
2949 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2950 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2951 ac_cv_prog_ac_ct_STRIP="strip"
2952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2953 break 2
2954 fi
2955done
2956 done
2957IFS=$as_save_IFS
2958
2959fi
2960fi
2961ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2962if test -n "$ac_ct_STRIP"; then
2963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2964$as_echo "$ac_ct_STRIP" >&6; }
2965else
2966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2967$as_echo "no" >&6; }
2968fi
2969
2970 if test "x$ac_ct_STRIP" = x; then
2971 STRIP=":"
2972 else
2973 case $cross_compiling:$ac_tool_warned in
2974yes:)
2975{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2976$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2977ac_tool_warned=yes ;;
2978esac
2979 STRIP=$ac_ct_STRIP
2980 fi
2981else
2982 STRIP="$ac_cv_prog_STRIP"
2983fi
2984
2985fi
2986INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2987
2988{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2989$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2990if test -z "$MKDIR_P"; then
d0ac1c44 2991 if ${ac_cv_path_mkdir+:} false; then :
81ecdfbb
RW
2992 $as_echo_n "(cached) " >&6
2993else
2994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2995for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2996do
2997 IFS=$as_save_IFS
2998 test -z "$as_dir" && as_dir=.
2999 for ac_prog in mkdir gmkdir; do
3000 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3001 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
81ecdfbb
RW
3002 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3003 'mkdir (GNU coreutils) '* | \
3004 'mkdir (coreutils) '* | \
3005 'mkdir (fileutils) '4.1*)
3006 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3007 break 3;;
3008 esac
3009 done
3010 done
f5385ebf 3011 done
81ecdfbb
RW
3012IFS=$as_save_IFS
3013
3014fi
3015
d0ac1c44 3016 test -d ./--version && rmdir ./--version
81ecdfbb
RW
3017 if test "${ac_cv_path_mkdir+set}" = set; then
3018 MKDIR_P="$ac_cv_path_mkdir -p"
f5385ebf 3019 else
81ecdfbb
RW
3020 # As a last resort, use the slow shell script. Don't cache a
3021 # value for MKDIR_P within a source directory, because that will
3022 # break other packages using the cache if that directory is
3023 # removed, or if the value is a relative name.
81ecdfbb 3024 MKDIR_P="$ac_install_sh -d"
f5385ebf
AM
3025 fi
3026fi
81ecdfbb
RW
3027{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3028$as_echo "$MKDIR_P" >&6; }
3029
f5385ebf
AM
3030for ac_prog in gawk mawk nawk awk
3031do
3032 # Extract the first word of "$ac_prog", so it can be a program name with args.
3033set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3035$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3036if ${ac_cv_prog_AWK+:} false; then :
81ecdfbb 3037 $as_echo_n "(cached) " >&6
f5385ebf
AM
3038else
3039 if test -n "$AWK"; then
3040 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3041else
3042as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3043for as_dir in $PATH
3044do
3045 IFS=$as_save_IFS
3046 test -z "$as_dir" && as_dir=.
81ecdfbb 3047 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3048 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f5385ebf 3049 ac_cv_prog_AWK="$ac_prog"
81ecdfbb 3050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
f5385ebf
AM
3051 break 2
3052 fi
3053done
81ecdfbb
RW
3054 done
3055IFS=$as_save_IFS
f5385ebf
AM
3056
3057fi
3058fi
3059AWK=$ac_cv_prog_AWK
3060if test -n "$AWK"; then
81ecdfbb
RW
3061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3062$as_echo "$AWK" >&6; }
f5385ebf 3063else
81ecdfbb
RW
3064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3065$as_echo "no" >&6; }
f5385ebf
AM
3066fi
3067
81ecdfbb 3068
f5385ebf
AM
3069 test -n "$AWK" && break
3070done
3071
81ecdfbb
RW
3072{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3073$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3074set x ${MAKE-make}
3075ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
d0ac1c44 3076if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
81ecdfbb 3077 $as_echo_n "(cached) " >&6
5464f5a1
NN
3078else
3079 cat >conftest.make <<\_ACEOF
81ecdfbb 3080SHELL = /bin/sh
252b5132 3081all:
81ecdfbb 3082 @echo '@@@%%%=$(MAKE)=@@@%%%'
5464f5a1 3083_ACEOF
d0ac1c44 3084# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
3085case `${MAKE-make} -f conftest.make 2>/dev/null` in
3086 *@@@%%%=?*=@@@%%%*)
3087 eval ac_cv_prog_make_${ac_make}_set=yes;;
3088 *)
3089 eval ac_cv_prog_make_${ac_make}_set=no;;
3090esac
5464f5a1 3091rm -f conftest.make
252b5132 3092fi
81ecdfbb
RW
3093if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3095$as_echo "yes" >&6; }
252b5132
RH
3096 SET_MAKE=
3097else
81ecdfbb
RW
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3099$as_echo "no" >&6; }
252b5132
RH
3100 SET_MAKE="MAKE=${MAKE-make}"
3101fi
3102
f5385ebf
AM
3103rm -rf .tst 2>/dev/null
3104mkdir .tst 2>/dev/null
3105if test -d .tst; then
3106 am__leading_dot=.
3107else
3108 am__leading_dot=_
3109fi
3110rmdir .tst 2>/dev/null
3111
d0ac1c44
SM
3112# Check whether --enable-silent-rules was given.
3113if test "${enable_silent_rules+set}" = set; then :
3114 enableval=$enable_silent_rules;
3115fi
3116
3117case $enable_silent_rules in # (((
3118 yes) AM_DEFAULT_VERBOSITY=0;;
3119 no) AM_DEFAULT_VERBOSITY=1;;
3120 *) AM_DEFAULT_VERBOSITY=1;;
3121esac
3122am_make=${MAKE-make}
3123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3124$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3125if ${am_cv_make_support_nested_variables+:} false; then :
3126 $as_echo_n "(cached) " >&6
3127else
3128 if $as_echo 'TRUE=$(BAR$(V))
3129BAR0=false
3130BAR1=true
3131V=1
3132am__doit:
3133 @$(TRUE)
3134.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3135 am_cv_make_support_nested_variables=yes
3136else
3137 am_cv_make_support_nested_variables=no
3138fi
3139fi
3140{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3141$as_echo "$am_cv_make_support_nested_variables" >&6; }
3142if test $am_cv_make_support_nested_variables = yes; then
3143 AM_V='$(V)'
3144 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3145else
3146 AM_V=$AM_DEFAULT_VERBOSITY
3147 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3148fi
3149AM_BACKSLASH='\'
3150
81ecdfbb
RW
3151if test "`cd $srcdir && pwd`" != "`pwd`"; then
3152 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3153 # is not polluted with repeated "-I."
3154 am__isrc=' -I$(srcdir)'
3155 # test to see if srcdir already configured
3156 if test -f $srcdir/config.status; then
d0ac1c44 3157 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
81ecdfbb 3158 fi
252b5132 3159fi
5464f5a1 3160
f5385ebf
AM
3161# test whether we have cygpath
3162if test -z "$CYGPATH_W"; then
3163 if (cygpath --version) >/dev/null 2>/dev/null; then
3164 CYGPATH_W='cygpath -w'
3165 else
3166 CYGPATH_W=echo
3167 fi
3168fi
3169
3170
3171# Define the identity of the package.
c4dd807e 3172 PACKAGE='bfd'
f908e960 3173 VERSION='2.38.50'
f5385ebf
AM
3174
3175
5464f5a1 3176cat >>confdefs.h <<_ACEOF
252b5132 3177#define PACKAGE "$PACKAGE"
5464f5a1 3178_ACEOF
252b5132 3179
5464f5a1
NN
3180
3181cat >>confdefs.h <<_ACEOF
252b5132 3182#define VERSION "$VERSION"
5464f5a1 3183_ACEOF
252b5132 3184
f5385ebf
AM
3185# Some tools Automake needs.
3186
3187ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3188
3189
3190AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3191
3192
3193AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3194
3195
83c79df8
AM
3196AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3197
3198
3199MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3200
3201# For better backward compatibility. To be removed once Automake 1.9.x
3202# dies out for good. For more background, see:
3203# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3204# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3205mkdir_p='$(MKDIR_P)'
3206
3207# We need awk for the "check" target (and possibly the TAP driver). The
3208# system "awk" is bad on some platforms.
3209# Always define AMTAR for backward compatibility. Yes, it's still used
3210# in the wild :-( We should find a proper way to deprecate it ...
3211AMTAR='$${TAR-tar}'
3212
3213
3214# We'll loop over all known methods to create a tar archive until one works.
3215_am_tools='gnutar pax cpio none'
3216
3217am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3218
f5385ebf 3219
252b5132 3220
252b5132 3221
6be7c12c 3222
e43d48cc 3223
d0ac1c44
SM
3224# POSIX will say in a future version that running "rm -f" with no argument
3225# is OK; and we want to be able to make that assumption in our Makefile
3226# recipes. So use an aggressive probe to check that the usage we want is
3227# actually supported "in the wild" to an acceptable degree.
3228# See automake bug#10828.
3229# To make any issue more visible, cause the running configure to be aborted
3230# by default if the 'rm' program in use doesn't match our expectations; the
3231# user can still override this though.
3232if rm -f && rm -fr && rm -rf; then : OK; else
3233 cat >&2 <<'END'
3234Oops!
3235
3236Your 'rm' program seems unable to run without file operands specified
3237on the command line, even when the '-f' option is present. This is contrary
3238to the behaviour of most rm programs out there, and not conforming with
3239the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3240
3241Please tell bug-automake@gnu.org about your system, including the value
3242of your $PATH and any error possibly output before this message. This
3243can help us improve future automake versions.
3244
3245END
3246 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3247 echo 'Configuration will proceed anyway, since you have set the' >&2
3248 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3249 echo >&2
3250 else
3251 cat >&2 <<'END'
3252Aborting the configuration process, to ensure you take notice of the issue.
3253
3254You can download and install GNU coreutils to get an 'rm' implementation
3255that behaves properly: <http://www.gnu.org/software/coreutils/>.
3256
3257If you want to complete the configuration process using your problematic
3258'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3259to "yes", and re-run configure.
3260
3261END
3262 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3263 fi
3264fi
3265
75ea503e
MF
3266# Check whether --enable-silent-rules was given.
3267if test "${enable_silent_rules+set}" = set; then :
3268 enableval=$enable_silent_rules;
3269fi
3270
3271case $enable_silent_rules in # (((
3272 yes) AM_DEFAULT_VERBOSITY=0;;
3273 no) AM_DEFAULT_VERBOSITY=1;;
3274 *) AM_DEFAULT_VERBOSITY=0;;
3275esac
3276am_make=${MAKE-make}
3277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3278$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3279if ${am_cv_make_support_nested_variables+:} false; then :
3280 $as_echo_n "(cached) " >&6
3281else
3282 if $as_echo 'TRUE=$(BAR$(V))
3283BAR0=false
3284BAR1=true
3285V=1
3286am__doit:
3287 @$(TRUE)
3288.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3289 am_cv_make_support_nested_variables=yes
3290else
3291 am_cv_make_support_nested_variables=no
3292fi
3293fi
3294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3295$as_echo "$am_cv_make_support_nested_variables" >&6; }
3296if test $am_cv_make_support_nested_variables = yes; then
3297 AM_V='$(V)'
3298 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3299else
3300 AM_V=$AM_DEFAULT_VERBOSITY
3301 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3302fi
3303AM_BACKSLASH='\'
3304
f5385ebf 3305
5464f5a1
NN
3306if test -n "$ac_tool_prefix"; then
3307 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
252b5132 3308set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
3309{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3310$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3311if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 3312 $as_echo_n "(cached) " >&6
252b5132
RH
3313else
3314 if test -n "$AR"; then
3315 ac_cv_prog_AR="$AR" # Let the user override the test.
3316else
5464f5a1
NN
3317as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3318for as_dir in $PATH
3319do
3320 IFS=$as_save_IFS
3321 test -z "$as_dir" && as_dir=.
81ecdfbb 3322 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3323 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5464f5a1 3324 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 3325 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
3326 break 2
3327 fi
3328done
81ecdfbb
RW
3329 done
3330IFS=$as_save_IFS
5464f5a1 3331
252b5132
RH
3332fi
3333fi
5464f5a1 3334AR=$ac_cv_prog_AR
252b5132 3335if test -n "$AR"; then
81ecdfbb
RW
3336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
3337$as_echo "$AR" >&6; }
252b5132 3338else
81ecdfbb
RW
3339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3340$as_echo "no" >&6; }
5464f5a1
NN
3341fi
3342
81ecdfbb 3343
252b5132 3344fi
5464f5a1
NN
3345if test -z "$ac_cv_prog_AR"; then
3346 ac_ct_AR=$AR
3347 # Extract the first word of "ar", so it can be a program name with args.
3348set dummy ar; ac_word=$2
81ecdfbb
RW
3349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3350$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3351if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 3352 $as_echo_n "(cached) " >&6
5464f5a1
NN
3353else
3354 if test -n "$ac_ct_AR"; then
3355 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
3356else
3357as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3358for as_dir in $PATH
3359do
3360 IFS=$as_save_IFS
3361 test -z "$as_dir" && as_dir=.
81ecdfbb 3362 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3363 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5464f5a1 3364 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 3365 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
3366 break 2
3367 fi
3368done
81ecdfbb
RW
3369 done
3370IFS=$as_save_IFS
252b5132 3371
5464f5a1
NN
3372fi
3373fi
3374ac_ct_AR=$ac_cv_prog_ac_ct_AR
3375if test -n "$ac_ct_AR"; then
81ecdfbb
RW
3376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
3377$as_echo "$ac_ct_AR" >&6; }
5464f5a1 3378else
81ecdfbb
RW
3379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3380$as_echo "no" >&6; }
5464f5a1 3381fi
252b5132 3382
81ecdfbb
RW
3383 if test "x$ac_ct_AR" = x; then
3384 AR=""
3385 else
3386 case $cross_compiling:$ac_tool_warned in
3387yes:)
3388{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3389$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3390ac_tool_warned=yes ;;
3391esac
3392 AR=$ac_ct_AR
3393 fi
5464f5a1
NN
3394else
3395 AR="$ac_cv_prog_AR"
3396fi
6be7c12c 3397
5464f5a1
NN
3398if test -n "$ac_tool_prefix"; then
3399 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
252b5132 3400set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
3401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3402$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3403if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 3404 $as_echo_n "(cached) " >&6
252b5132
RH
3405else
3406 if test -n "$RANLIB"; then
3407 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
3408else
5464f5a1
NN
3409as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3410for as_dir in $PATH
3411do
3412 IFS=$as_save_IFS
3413 test -z "$as_dir" && as_dir=.
81ecdfbb 3414 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3415 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5464f5a1 3416 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 3417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
3418 break 2
3419 fi
3420done
81ecdfbb
RW
3421 done
3422IFS=$as_save_IFS
5464f5a1 3423
252b5132
RH
3424fi
3425fi
5464f5a1 3426RANLIB=$ac_cv_prog_RANLIB
252b5132 3427if test -n "$RANLIB"; then
81ecdfbb
RW
3428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
3429$as_echo "$RANLIB" >&6; }
252b5132 3430else
81ecdfbb
RW
3431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3432$as_echo "no" >&6; }
252b5132
RH
3433fi
3434
81ecdfbb 3435
5464f5a1 3436fi
252b5132 3437if test -z "$ac_cv_prog_RANLIB"; then
5464f5a1 3438 ac_ct_RANLIB=$RANLIB
252b5132
RH
3439 # Extract the first word of "ranlib", so it can be a program name with args.
3440set dummy ranlib; ac_word=$2
81ecdfbb
RW
3441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3442$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3443if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 3444 $as_echo_n "(cached) " >&6
6be7c12c 3445else
5464f5a1
NN
3446 if test -n "$ac_ct_RANLIB"; then
3447 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6be7c12c 3448else
5464f5a1
NN
3449as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3450for as_dir in $PATH
3451do
3452 IFS=$as_save_IFS
3453 test -z "$as_dir" && as_dir=.
81ecdfbb 3454 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3455 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5464f5a1 3456 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 3457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
3458 break 2
3459 fi
3460done
81ecdfbb
RW
3461 done
3462IFS=$as_save_IFS
5464f5a1 3463
252b5132
RH
3464fi
3465fi
5464f5a1
NN
3466ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3467if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
3468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
3469$as_echo "$ac_ct_RANLIB" >&6; }
252b5132 3470else
81ecdfbb
RW
3471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3472$as_echo "no" >&6; }
252b5132
RH
3473fi
3474
81ecdfbb
RW
3475 if test "x$ac_ct_RANLIB" = x; then
3476 RANLIB=":"
3477 else
3478 case $cross_compiling:$ac_tool_warned in
3479yes:)
3480{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3481$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3482ac_tool_warned=yes ;;
3483esac
3484 RANLIB=$ac_ct_RANLIB
3485 fi
252b5132 3486else
5464f5a1 3487 RANLIB="$ac_cv_prog_RANLIB"
6be7c12c
AO
3488fi
3489
252b5132 3490
81ecdfbb
RW
3491# Check whether --enable-shared was given.
3492if test "${enable_shared+set}" = set; then :
3493 enableval=$enable_shared; p=${PACKAGE-default}
d7040cdb
SE
3494 case $enableval in
3495 yes) enable_shared=yes ;;
3496 no) enable_shared=no ;;
3497 *)
3498 enable_shared=no
3499 # Look at the argument we got. We use all the common list separators.
3500 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
3501 for pkg in $enableval; do
3502 IFS="$lt_save_ifs"
3503 if test "X$pkg" = "X$p"; then
3504 enable_shared=yes
3505 fi
3506 done
3507 IFS="$lt_save_ifs"
3508 ;;
3509 esac
252b5132
RH
3510else
3511 enable_shared=no
81ecdfbb
RW
3512fi
3513
252b5132 3514
d7040cdb
SE
3515
3516
3517
3518
3519
3520
3521
3522
cfbc9945
SE
3523ac_ext=c
3524ac_cpp='$CPP $CPPFLAGS'
3525ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3526ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3527ac_compiler_gnu=$ac_cv_c_compiler_gnu
3528if test -n "$ac_tool_prefix"; then
3529 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3530set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3531{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3532$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3533if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3534 $as_echo_n "(cached) " >&6
252b5132 3535else
cfbc9945
SE
3536 if test -n "$CC"; then
3537 ac_cv_prog_CC="$CC" # Let the user override the test.
b2ef150d 3538else
cfbc9945
SE
3539as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3540for as_dir in $PATH
3541do
3542 IFS=$as_save_IFS
3543 test -z "$as_dir" && as_dir=.
81ecdfbb 3544 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3545 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 3546 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
3548 break 2
3549 fi
3550done
81ecdfbb
RW
3551 done
3552IFS=$as_save_IFS
c5d1701e 3553
cfbc9945
SE
3554fi
3555fi
3556CC=$ac_cv_prog_CC
3557if test -n "$CC"; then
81ecdfbb
RW
3558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3559$as_echo "$CC" >&6; }
252b5132 3560else
81ecdfbb
RW
3561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3562$as_echo "no" >&6; }
252b5132 3563fi
cfbc9945 3564
81ecdfbb 3565
cfbc9945
SE
3566fi
3567if test -z "$ac_cv_prog_CC"; then
3568 ac_ct_CC=$CC
3569 # Extract the first word of "gcc", so it can be a program name with args.
3570set dummy gcc; ac_word=$2
81ecdfbb
RW
3571{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3572$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3573if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 3574 $as_echo_n "(cached) " >&6
252b5132 3575else
cfbc9945
SE
3576 if test -n "$ac_ct_CC"; then
3577 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 3578else
cfbc9945
SE
3579as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3580for as_dir in $PATH
3581do
3582 IFS=$as_save_IFS
3583 test -z "$as_dir" && as_dir=.
81ecdfbb 3584 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3585 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 3586 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3587 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
3588 break 2
3589 fi
3590done
81ecdfbb
RW
3591 done
3592IFS=$as_save_IFS
cfbc9945 3593
252b5132
RH
3594fi
3595fi
cfbc9945
SE
3596ac_ct_CC=$ac_cv_prog_ac_ct_CC
3597if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3599$as_echo "$ac_ct_CC" >&6; }
252b5132 3600else
81ecdfbb
RW
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3602$as_echo "no" >&6; }
252b5132 3603fi
cfbc9945 3604
81ecdfbb
RW
3605 if test "x$ac_ct_CC" = x; then
3606 CC=""
3607 else
3608 case $cross_compiling:$ac_tool_warned in
3609yes:)
3610{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3611$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3612ac_tool_warned=yes ;;
3613esac
3614 CC=$ac_ct_CC
3615 fi
cfbc9945
SE
3616else
3617 CC="$ac_cv_prog_CC"
3618fi
3619
3620if test -z "$CC"; then
81ecdfbb
RW
3621 if test -n "$ac_tool_prefix"; then
3622 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
cfbc9945 3623set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
3624{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3625$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3626if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3627 $as_echo_n "(cached) " >&6
252b5132 3628else
cfbc9945
SE
3629 if test -n "$CC"; then
3630 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 3631else
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 3639 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 3640 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
3641 break 2
3642 fi
3643done
81ecdfbb
RW
3644 done
3645IFS=$as_save_IFS
cfbc9945 3646
252b5132
RH
3647fi
3648fi
cfbc9945
SE
3649CC=$ac_cv_prog_CC
3650if test -n "$CC"; then
81ecdfbb
RW
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3652$as_echo "$CC" >&6; }
ac48eca1 3653else
81ecdfbb
RW
3654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3655$as_echo "no" >&6; }
ac48eca1 3656fi
ac48eca1 3657
81ecdfbb
RW
3658
3659 fi
cfbc9945 3660fi
81ecdfbb 3661if test -z "$CC"; then
cfbc9945
SE
3662 # Extract the first word of "cc", so it can be a program name with args.
3663set dummy cc; ac_word=$2
81ecdfbb
RW
3664{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3665$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3666if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3667 $as_echo_n "(cached) " >&6
252b5132 3668else
81ecdfbb
RW
3669 if test -n "$CC"; then
3670 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 3671else
81ecdfbb 3672 ac_prog_rejected=no
cfbc9945
SE
3673as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3674for as_dir in $PATH
3675do
3676 IFS=$as_save_IFS
3677 test -z "$as_dir" && as_dir=.
81ecdfbb 3678 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3679 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945
SE
3680 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3681 ac_prog_rejected=yes
3682 continue
3683 fi
3684 ac_cv_prog_CC="cc"
81ecdfbb 3685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
3686 break 2
3687 fi
3688done
81ecdfbb
RW
3689 done
3690IFS=$as_save_IFS
cfbc9945
SE
3691
3692if test $ac_prog_rejected = yes; then
3693 # We found a bogon in the path, so make sure we never use it.
3694 set dummy $ac_cv_prog_CC
3695 shift
3696 if test $# != 0; then
3697 # We chose a different compiler from the bogus one.
3698 # However, it has the same basename, so the bogon will be chosen
3699 # first if we set CC to just the basename; use the full file name.
3700 shift
3701 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3702 fi
3703fi
3704fi
3705fi
3706CC=$ac_cv_prog_CC
3707if test -n "$CC"; then
81ecdfbb
RW
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3709$as_echo "$CC" >&6; }
cfbc9945 3710else
81ecdfbb
RW
3711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3712$as_echo "no" >&6; }
252b5132
RH
3713fi
3714
81ecdfbb 3715
cfbc9945
SE
3716fi
3717if test -z "$CC"; then
3718 if test -n "$ac_tool_prefix"; then
81ecdfbb 3719 for ac_prog in cl.exe
cfbc9945
SE
3720 do
3721 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3722set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
3723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3724$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3725if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3726 $as_echo_n "(cached) " >&6
ac48eca1 3727else
cfbc9945
SE
3728 if test -n "$CC"; then
3729 ac_cv_prog_CC="$CC" # Let the user override the test.
3730else
3731as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732for as_dir in $PATH
3733do
3734 IFS=$as_save_IFS
3735 test -z "$as_dir" && as_dir=.
81ecdfbb 3736 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3737 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 3738 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 3739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
3740 break 2
3741 fi
3742done
81ecdfbb
RW
3743 done
3744IFS=$as_save_IFS
ac48eca1 3745
cfbc9945
SE
3746fi
3747fi
3748CC=$ac_cv_prog_CC
3749if test -n "$CC"; then
81ecdfbb
RW
3750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3751$as_echo "$CC" >&6; }
cfbc9945 3752else
81ecdfbb
RW
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3754$as_echo "no" >&6; }
cfbc9945 3755fi
ac48eca1 3756
81ecdfbb 3757
cfbc9945
SE
3758 test -n "$CC" && break
3759 done
3760fi
3761if test -z "$CC"; then
3762 ac_ct_CC=$CC
81ecdfbb 3763 for ac_prog in cl.exe
cfbc9945
SE
3764do
3765 # Extract the first word of "$ac_prog", so it can be a program name with args.
3766set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3767{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3768$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3769if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 3770 $as_echo_n "(cached) " >&6
cfbc9945
SE
3771else
3772 if test -n "$ac_ct_CC"; then
3773 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3774else
3775as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3776for as_dir in $PATH
3777do
3778 IFS=$as_save_IFS
3779 test -z "$as_dir" && as_dir=.
81ecdfbb 3780 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3781 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 3782 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
cfbc9945
SE
3784 break 2
3785 fi
3786done
81ecdfbb
RW
3787 done
3788IFS=$as_save_IFS
ac48eca1 3789
cfbc9945
SE
3790fi
3791fi
3792ac_ct_CC=$ac_cv_prog_ac_ct_CC
3793if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3795$as_echo "$ac_ct_CC" >&6; }
cfbc9945 3796else
81ecdfbb
RW
3797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3798$as_echo "no" >&6; }
cfbc9945 3799fi
ac48eca1 3800
81ecdfbb 3801
cfbc9945
SE
3802 test -n "$ac_ct_CC" && break
3803done
ac48eca1 3804
81ecdfbb
RW
3805 if test "x$ac_ct_CC" = x; then
3806 CC=""
3807 else
3808 case $cross_compiling:$ac_tool_warned in
3809yes:)
3810{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3811$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3812ac_tool_warned=yes ;;
3813esac
3814 CC=$ac_ct_CC
3815 fi
cfbc9945 3816fi
55c80943 3817
83c79df8
AM
3818fi
3819
3820
3821test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3822$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3823as_fn_error $? "no acceptable C compiler found in \$PATH
3824See \`config.log' for more details" "$LINENO" 5; }
3825
3826# Provide some information about the compiler.
3827$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3828set X $ac_compile
3829ac_compiler=$2
3830for ac_option in --version -v -V -qversion; do
3831 { { ac_try="$ac_compiler $ac_option >&5"
3832case "(($ac_try" in
3833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3834 *) ac_try_echo=$ac_try;;
3835esac
3836eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3837$as_echo "$ac_try_echo"; } >&5
3838 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3839 ac_status=$?
3840 if test -s conftest.err; then
3841 sed '10a\
3842... rest of stderr output deleted ...
3843 10q' conftest.err >conftest.er1
3844 cat conftest.er1 >&5
3845 fi
3846 rm -f conftest.er1 conftest.err
3847 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3848 test $ac_status = 0; }
3849done
3850
3851cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3852/* end confdefs.h. */
3853
3854int
3855main ()
3856{
3857
3858 ;
3859 return 0;
3860}
3861_ACEOF
3862ac_clean_files_save=$ac_clean_files
3863ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3864# Try to create an executable without -o first, disregard a.out.
3865# It will help us diagnose broken compilers, and finding out an intuition
3866# of exeext.
3867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3868$as_echo_n "checking whether the C compiler works... " >&6; }
3869ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3870
3871# The possible output files:
3872ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3873
3874ac_rmfiles=
3875for ac_file in $ac_files
3876do
3877 case $ac_file in
3878 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3879 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3880 esac
3881done
3882rm -f $ac_rmfiles
3883
3884if { { ac_try="$ac_link_default"
3885case "(($ac_try" in
3886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3887 *) ac_try_echo=$ac_try;;
3888esac
3889eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3890$as_echo "$ac_try_echo"; } >&5
3891 (eval "$ac_link_default") 2>&5
3892 ac_status=$?
3893 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3894 test $ac_status = 0; }; then :
3895 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3896# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3897# in a Makefile. We should not override ac_cv_exeext if it was cached,
3898# so that the user can short-circuit this test for compilers unknown to
3899# Autoconf.
3900for ac_file in $ac_files ''
3901do
3902 test -f "$ac_file" || continue
3903 case $ac_file in
3904 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3905 ;;
3906 [ab].out )
3907 # We found the default executable, but exeext='' is most
3908 # certainly right.
3909 break;;
3910 *.* )
3911 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3912 then :; else
3913 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3914 fi
3915 # We set ac_cv_exeext here because the later test for it is not
3916 # safe: cross compilers may not add the suffix if given an `-o'
3917 # argument, so we may need to know it at that point already.
3918 # Even if this section looks crufty: it has the advantage of
3919 # actually working.
3920 break;;
3921 * )
3922 break;;
3923 esac
3924done
3925test "$ac_cv_exeext" = no && ac_cv_exeext=
3926
3927else
3928 ac_file=''
3929fi
3930if test -z "$ac_file"; then :
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3932$as_echo "no" >&6; }
3933$as_echo "$as_me: failed program was:" >&5
3934sed 's/^/| /' conftest.$ac_ext >&5
3935
3936{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3937$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3938as_fn_error 77 "C compiler cannot create executables
3939See \`config.log' for more details" "$LINENO" 5; }
3940else
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3942$as_echo "yes" >&6; }
3943fi
3944{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3945$as_echo_n "checking for C compiler default output file name... " >&6; }
3946{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3947$as_echo "$ac_file" >&6; }
3948ac_exeext=$ac_cv_exeext
3949
3950rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3951ac_clean_files=$ac_clean_files_save
3952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3953$as_echo_n "checking for suffix of executables... " >&6; }
3954if { { ac_try="$ac_link"
3955case "(($ac_try" in
3956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3957 *) ac_try_echo=$ac_try;;
3958esac
3959eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3960$as_echo "$ac_try_echo"; } >&5
3961 (eval "$ac_link") 2>&5
3962 ac_status=$?
3963 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3964 test $ac_status = 0; }; then :
3965 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3966# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3967# work properly (i.e., refer to `conftest.exe'), while it won't with
3968# `rm'.
3969for ac_file in conftest.exe conftest conftest.*; do
3970 test -f "$ac_file" || continue
3971 case $ac_file in
3972 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3973 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3974 break;;
3975 * ) break;;
3976 esac
3977done
3978else
3979 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3980$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3981as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3982See \`config.log' for more details" "$LINENO" 5; }
3983fi
3984rm -f conftest conftest$ac_cv_exeext
3985{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3986$as_echo "$ac_cv_exeext" >&6; }
3987
3988rm -f conftest.$ac_ext
3989EXEEXT=$ac_cv_exeext
3990ac_exeext=$EXEEXT
3991cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3992/* end confdefs.h. */
3993#include <stdio.h>
3994int
3995main ()
3996{
3997FILE *f = fopen ("conftest.out", "w");
3998 return ferror (f) || fclose (f) != 0;
3999
4000 ;
4001 return 0;
4002}
4003_ACEOF
4004ac_clean_files="$ac_clean_files conftest.out"
4005# Check that the compiler produces executables we can run. If not, either
4006# the compiler is broken, or we cross compile.
4007{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4008$as_echo_n "checking whether we are cross compiling... " >&6; }
4009if test "$cross_compiling" != yes; then
4010 { { ac_try="$ac_link"
4011case "(($ac_try" in
4012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4013 *) ac_try_echo=$ac_try;;
4014esac
4015eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4016$as_echo "$ac_try_echo"; } >&5
4017 (eval "$ac_link") 2>&5
4018 ac_status=$?
4019 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4020 test $ac_status = 0; }
4021 if { ac_try='./conftest$ac_cv_exeext'
4022 { { case "(($ac_try" in
4023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4024 *) ac_try_echo=$ac_try;;
4025esac
4026eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4027$as_echo "$ac_try_echo"; } >&5
4028 (eval "$ac_try") 2>&5
4029 ac_status=$?
4030 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4031 test $ac_status = 0; }; }; then
4032 cross_compiling=no
4033 else
4034 if test "$cross_compiling" = maybe; then
4035 cross_compiling=yes
4036 else
4037 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4038$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4039as_fn_error $? "cannot run C compiled programs.
4040If you meant to cross compile, use \`--host'.
4041See \`config.log' for more details" "$LINENO" 5; }
4042 fi
4043 fi
4044fi
4045{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4046$as_echo "$cross_compiling" >&6; }
4047
4048rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4049ac_clean_files=$ac_clean_files_save
4050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4051$as_echo_n "checking for suffix of object files... " >&6; }
4052if ${ac_cv_objext+:} false; then :
4053 $as_echo_n "(cached) " >&6
4054else
4055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4056/* end confdefs.h. */
ac48eca1 4057
83c79df8
AM
4058int
4059main ()
4060{
ac48eca1 4061
83c79df8
AM
4062 ;
4063 return 0;
4064}
4065_ACEOF
4066rm -f conftest.o conftest.obj
4067if { { ac_try="$ac_compile"
81ecdfbb
RW
4068case "(($ac_try" in
4069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4070 *) ac_try_echo=$ac_try;;
4071esac
4072eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4073$as_echo "$ac_try_echo"; } >&5
83c79df8 4074 (eval "$ac_compile") 2>&5
cfbc9945 4075 ac_status=$?
81ecdfbb 4076 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
83c79df8
AM
4077 test $ac_status = 0; }; then :
4078 for ac_file in conftest.o conftest.obj conftest.*; do
4079 test -f "$ac_file" || continue;
4080 case $ac_file in
4081 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4082 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4083 break;;
4084 esac
81ecdfbb 4085done
83c79df8
AM
4086else
4087 $as_echo "$as_me: failed program was:" >&5
4088sed 's/^/| /' conftest.$ac_ext >&5
ac48eca1 4089
83c79df8
AM
4090{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4091$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4092as_fn_error $? "cannot compute suffix of object files: cannot compile
4093See \`config.log' for more details" "$LINENO" 5; }
4094fi
4095rm -f conftest.$ac_cv_objext conftest.$ac_ext
4096fi
4097{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4098$as_echo "$ac_cv_objext" >&6; }
4099OBJEXT=$ac_cv_objext
4100ac_objext=$OBJEXT
81ecdfbb
RW
4101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4102$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4103if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 4104 $as_echo_n "(cached) " >&6
ac48eca1 4105else
81ecdfbb 4106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945 4107/* end confdefs.h. */
ac48eca1 4108
cfbc9945
SE
4109int
4110main ()
4111{
4112#ifndef __GNUC__
4113 choke me
4114#endif
5464f5a1 4115
cfbc9945
SE
4116 ;
4117 return 0;
4118}
4119_ACEOF
81ecdfbb 4120if ac_fn_c_try_compile "$LINENO"; then :
cfbc9945 4121 ac_compiler_gnu=yes
ac48eca1 4122else
81ecdfbb 4123 ac_compiler_gnu=no
ac48eca1 4124fi
81ecdfbb 4125rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
cfbc9945 4126ac_cv_c_compiler_gnu=$ac_compiler_gnu
ac48eca1 4127
5464f5a1 4128fi
81ecdfbb
RW
4129{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4130$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4131if test $ac_compiler_gnu = yes; then
4132 GCC=yes
4133else
4134 GCC=
4135fi
cfbc9945
SE
4136ac_test_CFLAGS=${CFLAGS+set}
4137ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4138{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4139$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4140if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
4141 $as_echo_n "(cached) " >&6
4142else
4143 ac_save_c_werror_flag=$ac_c_werror_flag
4144 ac_c_werror_flag=yes
4145 ac_cv_prog_cc_g=no
4146 CFLAGS="-g"
4147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945
SE
4148/* end confdefs.h. */
4149
4150int
4151main ()
4152{
4153
4154 ;
4155 return 0;
4156}
4157_ACEOF
81ecdfbb 4158if ac_fn_c_try_compile "$LINENO"; then :
cfbc9945 4159 ac_cv_prog_cc_g=yes
6be7c12c 4160else
81ecdfbb
RW
4161 CFLAGS=""
4162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4163/* end confdefs.h. */
4164
4165int
4166main ()
4167{
4168
4169 ;
4170 return 0;
4171}
4172_ACEOF
4173if ac_fn_c_try_compile "$LINENO"; then :
4174
4175else
4176 ac_c_werror_flag=$ac_save_c_werror_flag
4177 CFLAGS="-g"
4178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4179/* end confdefs.h. */
4180
4181int
4182main ()
4183{
5464f5a1 4184
81ecdfbb
RW
4185 ;
4186 return 0;
4187}
4188_ACEOF
4189if ac_fn_c_try_compile "$LINENO"; then :
4190 ac_cv_prog_cc_g=yes
4191fi
4192rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4193fi
81ecdfbb 4194rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4195fi
81ecdfbb
RW
4196rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4197 ac_c_werror_flag=$ac_save_c_werror_flag
4198fi
4199{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4200$as_echo "$ac_cv_prog_cc_g" >&6; }
cfbc9945
SE
4201if test "$ac_test_CFLAGS" = set; then
4202 CFLAGS=$ac_save_CFLAGS
4203elif test $ac_cv_prog_cc_g = yes; then
4204 if test "$GCC" = yes; then
4205 CFLAGS="-g -O2"
4206 else
4207 CFLAGS="-g"
4208 fi
ac48eca1 4209else
cfbc9945
SE
4210 if test "$GCC" = yes; then
4211 CFLAGS="-O2"
4212 else
4213 CFLAGS=
4214 fi
ac48eca1 4215fi
81ecdfbb
RW
4216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4217$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4218if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 4219 $as_echo_n "(cached) " >&6
ac48eca1 4220else
81ecdfbb 4221 ac_cv_prog_cc_c89=no
cfbc9945 4222ac_save_CC=$CC
81ecdfbb 4223cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cfbc9945
SE
4224/* end confdefs.h. */
4225#include <stdarg.h>
4226#include <stdio.h>
d0ac1c44 4227struct stat;
cfbc9945
SE
4228/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4229struct buf { int x; };
4230FILE * (*rcsopen) (struct buf *, struct stat *, int);
4231static char *e (p, i)
4232 char **p;
4233 int i;
4234{
4235 return p[i];
4236}
4237static char *f (char * (*g) (char **, int), char **p, ...)
4238{
4239 char *s;
4240 va_list v;
4241 va_start (v,p);
4242 s = g (p, va_arg (v,int));
4243 va_end (v);
4244 return s;
4245}
5464f5a1 4246
cfbc9945
SE
4247/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4248 function prototypes and stuff, but not '\xHH' hex character constants.
4249 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4250 as 'x'. The following induces an error, until -std is added to get
cfbc9945
SE
4251 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4252 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4253 that's true only with -std. */
cfbc9945
SE
4254int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4255
81ecdfbb
RW
4256/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4257 inside strings and character constants. */
4258#define FOO(x) 'x'
4259int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4260
cfbc9945
SE
4261int test (int i, double x);
4262struct s1 {int (*f) (int a);};
4263struct s2 {int (*f) (double a);};
4264int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4265int argc;
4266char **argv;
4267int
4268main ()
4269{
4270return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4271 ;
4272 return 0;
4273}
4274_ACEOF
81ecdfbb
RW
4275for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4276 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
cfbc9945
SE
4277do
4278 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4279 if ac_fn_c_try_compile "$LINENO"; then :
4280 ac_cv_prog_cc_c89=$ac_arg
5464f5a1 4281fi
81ecdfbb
RW
4282rm -f core conftest.err conftest.$ac_objext
4283 test "x$ac_cv_prog_cc_c89" != "xno" && break
5464f5a1 4284done
81ecdfbb 4285rm -f conftest.$ac_ext
cfbc9945 4286CC=$ac_save_CC
5464f5a1 4287
ac48eca1 4288fi
81ecdfbb
RW
4289# AC_CACHE_VAL
4290case "x$ac_cv_prog_cc_c89" in
4291 x)
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4293$as_echo "none needed" >&6; } ;;
4294 xno)
4295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4296$as_echo "unsupported" >&6; } ;;
cfbc9945 4297 *)
81ecdfbb
RW
4298 CC="$CC $ac_cv_prog_cc_c89"
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4300$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
cfbc9945 4301esac
81ecdfbb 4302if test "x$ac_cv_prog_cc_c89" != xno; then :
6be7c12c 4303
6ec7057a 4304fi
cfbc9945 4305
cfbc9945
SE
4306ac_ext=c
4307ac_cpp='$CPP $CPPFLAGS'
4308ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4309ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4310ac_compiler_gnu=$ac_cv_c_compiler_gnu
92f01d61 4311
d0ac1c44
SM
4312ac_ext=c
4313ac_cpp='$CPP $CPPFLAGS'
4314ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4315ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4316ac_compiler_gnu=$ac_cv_c_compiler_gnu
4317{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4318$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4319if ${am_cv_prog_cc_c_o+:} false; then :
4320 $as_echo_n "(cached) " >&6
4321else
4322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4323/* end confdefs.h. */
4324
4325int
4326main ()
4327{
4328
4329 ;
4330 return 0;
4331}
4332_ACEOF
4333 # Make sure it works both with $CC and with simple cc.
4334 # Following AC_PROG_CC_C_O, we do the test twice because some
4335 # compilers refuse to overwrite an existing .o file with -o,
4336 # though they will create one.
4337 am_cv_prog_cc_c_o=yes
4338 for am_i in 1 2; do
4339 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4340 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4341 ac_status=$?
4342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4343 (exit $ac_status); } \
4344 && test -f conftest2.$ac_objext; then
4345 : OK
4346 else
4347 am_cv_prog_cc_c_o=no
4348 break
4349 fi
4350 done
4351 rm -f core conftest*
4352 unset am_i
4353fi
4354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4355$as_echo "$am_cv_prog_cc_c_o" >&6; }
4356if test "$am_cv_prog_cc_c_o" != yes; then
4357 # Losing compiler, so override with the script.
4358 # FIXME: It is wrong to rewrite CC.
4359 # But if we don't then we get into trouble of one sort or another.
4360 # A longer-term fix would be to have automake use am__CC in this case,
4361 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4362 CC="$am_aux_dir/compile $CC"
4363fi
83c79df8
AM
4364ac_ext=c
4365ac_cpp='$CPP $CPPFLAGS'
4366ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4367ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4368ac_compiler_gnu=$ac_cv_c_compiler_gnu
4369
4370DEPDIR="${am__leading_dot}deps"
4371
4372ac_config_commands="$ac_config_commands depfiles"
4373
4374
4375am_make=${MAKE-make}
4376cat > confinc << 'END'
4377am__doit:
4378 @echo this is the am__doit target
4379.PHONY: am__doit
4380END
4381# If we don't find an include directive, just comment out the code.
4382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4383$as_echo_n "checking for style of include used by $am_make... " >&6; }
4384am__include="#"
4385am__quote=
4386_am_result=none
4387# First try GNU make style include.
4388echo "include confinc" > confmf
4389# Ignore all kinds of additional output from 'make'.
4390case `$am_make -s -f confmf 2> /dev/null` in #(
4391*the\ am__doit\ target*)
4392 am__include=include
4393 am__quote=
4394 _am_result=GNU
4395 ;;
4396esac
4397# Now try BSD make style include.
4398if test "$am__include" = "#"; then
4399 echo '.include "confinc"' > confmf
4400 case `$am_make -s -f confmf 2> /dev/null` in #(
4401 *the\ am__doit\ target*)
4402 am__include=.include
4403 am__quote="\""
4404 _am_result=BSD
4405 ;;
4406 esac
4407fi
4408
4409
4410{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4411$as_echo "$_am_result" >&6; }
4412rm -f confinc confmf
4413
4414# Check whether --enable-dependency-tracking was given.
4415if test "${enable_dependency_tracking+set}" = set; then :
4416 enableval=$enable_dependency_tracking;
4417fi
4418
4419if test "x$enable_dependency_tracking" != xno; then
4420 am_depcomp="$ac_aux_dir/depcomp"
4421 AMDEPBACKSLASH='\'
4422 am__nodep='_no'
4423fi
4424 if test "x$enable_dependency_tracking" != xno; then
4425 AMDEP_TRUE=
4426 AMDEP_FALSE='#'
4427else
4428 AMDEP_TRUE='#'
4429 AMDEP_FALSE=
4430fi
4431
4432
4433
4434depcc="$CC" am_compiler_list=
4435
4436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4437$as_echo_n "checking dependency style of $depcc... " >&6; }
4438if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4439 $as_echo_n "(cached) " >&6
4440else
4441 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4442 # We make a subdir and do the tests there. Otherwise we can end up
4443 # making bogus files that we don't know about and never remove. For
4444 # instance it was reported that on HP-UX the gcc test will end up
4445 # making a dummy file named 'D' -- because '-MD' means "put the output
4446 # in D".
4447 rm -rf conftest.dir
4448 mkdir conftest.dir
4449 # Copy depcomp to subdir because otherwise we won't find it if we're
4450 # using a relative directory.
4451 cp "$am_depcomp" conftest.dir
4452 cd conftest.dir
4453 # We will build objects and dependencies in a subdirectory because
4454 # it helps to detect inapplicable dependency modes. For instance
4455 # both Tru64's cc and ICC support -MD to output dependencies as a
4456 # side effect of compilation, but ICC will put the dependencies in
4457 # the current directory while Tru64 will put them in the object
4458 # directory.
4459 mkdir sub
4460
4461 am_cv_CC_dependencies_compiler_type=none
4462 if test "$am_compiler_list" = ""; then
4463 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4464 fi
4465 am__universal=false
4466 case " $depcc " in #(
4467 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4468 esac
4469
4470 for depmode in $am_compiler_list; do
4471 # Setup a source with many dependencies, because some compilers
4472 # like to wrap large dependency lists on column 80 (with \), and
4473 # we should not choose a depcomp mode which is confused by this.
4474 #
4475 # We need to recreate these files for each test, as the compiler may
4476 # overwrite some of them when testing with obscure command lines.
4477 # This happens at least with the AIX C compiler.
4478 : > sub/conftest.c
4479 for i in 1 2 3 4 5 6; do
4480 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4481 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4482 # Solaris 10 /bin/sh.
4483 echo '/* dummy */' > sub/conftst$i.h
4484 done
4485 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4486
4487 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4488 # mode. It turns out that the SunPro C++ compiler does not properly
4489 # handle '-M -o', and we need to detect this. Also, some Intel
4490 # versions had trouble with output in subdirs.
4491 am__obj=sub/conftest.${OBJEXT-o}
4492 am__minus_obj="-o $am__obj"
4493 case $depmode in
4494 gcc)
4495 # This depmode causes a compiler race in universal mode.
4496 test "$am__universal" = false || continue
4497 ;;
4498 nosideeffect)
4499 # After this tag, mechanisms are not by side-effect, so they'll
4500 # only be used when explicitly requested.
4501 if test "x$enable_dependency_tracking" = xyes; then
4502 continue
4503 else
4504 break
4505 fi
4506 ;;
4507 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4508 # This compiler won't grok '-c -o', but also, the minuso test has
4509 # not run yet. These depmodes are late enough in the game, and
4510 # so weak that their functioning should not be impacted.
4511 am__obj=conftest.${OBJEXT-o}
4512 am__minus_obj=
4513 ;;
4514 none) break ;;
4515 esac
4516 if depmode=$depmode \
4517 source=sub/conftest.c object=$am__obj \
4518 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4519 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4520 >/dev/null 2>conftest.err &&
4521 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4522 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4523 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4524 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4525 # icc doesn't choke on unknown options, it will just issue warnings
4526 # or remarks (even with -Werror). So we grep stderr for any message
4527 # that says an option was ignored or not supported.
4528 # When given -MP, icc 7.0 and 7.1 complain thusly:
4529 # icc: Command line warning: ignoring option '-M'; no argument required
4530 # The diagnosis changed in icc 8.0:
4531 # icc: Command line remark: option '-MP' not supported
4532 if (grep 'ignoring option' conftest.err ||
4533 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4534 am_cv_CC_dependencies_compiler_type=$depmode
4535 break
4536 fi
4537 fi
4538 done
4539
4540 cd ..
4541 rm -rf conftest.dir
4542else
4543 am_cv_CC_dependencies_compiler_type=none
4544fi
4545
4546fi
4547{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4548$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4549CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4550
4551 if
4552 test "x$enable_dependency_tracking" != xno \
4553 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4554 am__fastdepCC_TRUE=
4555 am__fastdepCC_FALSE='#'
4556else
4557 am__fastdepCC_TRUE='#'
4558 am__fastdepCC_FALSE=
4559fi
4560
d0ac1c44
SM
4561
4562
7357c5b6
AM
4563ac_ext=c
4564ac_cpp='$CPP $CPPFLAGS'
4565ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4566ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4567ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4569$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4570# On Suns, sometimes $CPP names a directory.
4571if test -n "$CPP" && test -d "$CPP"; then
4572 CPP=
4573fi
4574if test -z "$CPP"; then
d0ac1c44 4575 if ${ac_cv_prog_CPP+:} false; then :
81ecdfbb 4576 $as_echo_n "(cached) " >&6
7357c5b6
AM
4577else
4578 # Double quotes because CPP needs to be expanded
4579 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4580 do
4581 ac_preproc_ok=false
4582for ac_c_preproc_warn_flag in '' yes
4583do
4584 # Use a header file that comes with gcc, so configuring glibc
4585 # with a fresh cross-compiler works.
4586 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4587 # <limits.h> exists even on freestanding compilers.
4588 # On the NeXT, cc -E runs the code through the compiler's parser,
4589 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4591/* end confdefs.h. */
4592#ifdef __STDC__
4593# include <limits.h>
4594#else
4595# include <assert.h>
4596#endif
4597 Syntax error
4598_ACEOF
81ecdfbb 4599if ac_fn_c_try_cpp "$LINENO"; then :
cfbc9945 4600
81ecdfbb 4601else
7357c5b6
AM
4602 # Broken: fails on valid input.
4603continue
4604fi
d0ac1c44 4605rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4606
81ecdfbb 4607 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4608 # can be detected and how.
81ecdfbb 4609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4610/* end confdefs.h. */
4611#include <ac_nonexistent.h>
4612_ACEOF
81ecdfbb 4613if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4614 # Broken: success on invalid input.
4615continue
4616else
7357c5b6
AM
4617 # Passes both tests.
4618ac_preproc_ok=:
4619break
4620fi
d0ac1c44 4621rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4622
7357c5b6
AM
4623done
4624# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4625rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb 4626if $ac_preproc_ok; then :
7357c5b6
AM
4627 break
4628fi
d7040cdb 4629
7357c5b6
AM
4630 done
4631 ac_cv_prog_CPP=$CPP
d7040cdb 4632
7357c5b6
AM
4633fi
4634 CPP=$ac_cv_prog_CPP
4635else
4636 ac_cv_prog_CPP=$CPP
4637fi
81ecdfbb
RW
4638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4639$as_echo "$CPP" >&6; }
7357c5b6
AM
4640ac_preproc_ok=false
4641for ac_c_preproc_warn_flag in '' yes
4642do
4643 # Use a header file that comes with gcc, so configuring glibc
4644 # with a fresh cross-compiler works.
4645 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4646 # <limits.h> exists even on freestanding compilers.
4647 # On the NeXT, cc -E runs the code through the compiler's parser,
4648 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4650/* end confdefs.h. */
4651#ifdef __STDC__
4652# include <limits.h>
4653#else
4654# include <assert.h>
4655#endif
4656 Syntax error
4657_ACEOF
81ecdfbb 4658if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4659
81ecdfbb 4660else
7357c5b6
AM
4661 # Broken: fails on valid input.
4662continue
4663fi
d0ac1c44 4664rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4665
81ecdfbb 4666 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4667 # can be detected and how.
81ecdfbb 4668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4669/* end confdefs.h. */
4670#include <ac_nonexistent.h>
4671_ACEOF
81ecdfbb 4672if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4673 # Broken: success on invalid input.
4674continue
4675else
7357c5b6
AM
4676 # Passes both tests.
4677ac_preproc_ok=:
4678break
4679fi
d0ac1c44 4680rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4681
7357c5b6
AM
4682done
4683# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4684rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb
RW
4685if $ac_preproc_ok; then :
4686
7357c5b6 4687else
81ecdfbb
RW
4688 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4689$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4690as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4691See \`config.log' for more details" "$LINENO" 5; }
7357c5b6 4692fi
d7040cdb 4693
7357c5b6
AM
4694ac_ext=c
4695ac_cpp='$CPP $CPPFLAGS'
4696ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4697ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4698ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 4699
d7040cdb 4700
81ecdfbb
RW
4701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4702$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 4703if ${ac_cv_path_GREP+:} false; then :
81ecdfbb
RW
4704 $as_echo_n "(cached) " >&6
4705else
4706 if test -z "$GREP"; then
4707 ac_path_GREP_found=false
4708 # Loop through the user's path and test for each of PROGNAME-LIST
4709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4710for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4711do
4712 IFS=$as_save_IFS
4713 test -z "$as_dir" && as_dir=.
4714 for ac_prog in grep ggrep; do
4715 for ac_exec_ext in '' $ac_executable_extensions; do
4716 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4717 as_fn_executable_p "$ac_path_GREP" || continue
81ecdfbb
RW
4718# Check for GNU ac_path_GREP and select it if it is found.
4719 # Check for GNU $ac_path_GREP
4720case `"$ac_path_GREP" --version 2>&1` in
4721*GNU*)
4722 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4723*)
4724 ac_count=0
4725 $as_echo_n 0123456789 >"conftest.in"
4726 while :
4727 do
4728 cat "conftest.in" "conftest.in" >"conftest.tmp"
4729 mv "conftest.tmp" "conftest.in"
4730 cp "conftest.in" "conftest.nl"
4731 $as_echo 'GREP' >> "conftest.nl"
4732 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4733 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4734 as_fn_arith $ac_count + 1 && ac_count=$as_val
4735 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4736 # Best one so far, save it but keep looking for a better one
4737 ac_cv_path_GREP="$ac_path_GREP"
4738 ac_path_GREP_max=$ac_count
4739 fi
4740 # 10*(2^10) chars as input seems more than enough
4741 test $ac_count -gt 10 && break
4742 done
4743 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4744esac
4745
4746 $ac_path_GREP_found && break 3
4747 done
4748 done
4749 done
4750IFS=$as_save_IFS
4751 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 4752 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
4753 fi
4754else
4755 ac_cv_path_GREP=$GREP
4756fi
4757
4758fi
4759{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4760$as_echo "$ac_cv_path_GREP" >&6; }
4761 GREP="$ac_cv_path_GREP"
4762
4763
4764{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4765$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 4766if ${ac_cv_path_EGREP+:} false; then :
81ecdfbb 4767 $as_echo_n "(cached) " >&6
7357c5b6 4768else
81ecdfbb
RW
4769 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4770 then ac_cv_path_EGREP="$GREP -E"
4771 else
4772 if test -z "$EGREP"; then
4773 ac_path_EGREP_found=false
4774 # Loop through the user's path and test for each of PROGNAME-LIST
4775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4776for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4777do
4778 IFS=$as_save_IFS
4779 test -z "$as_dir" && as_dir=.
4780 for ac_prog in egrep; do
4781 for ac_exec_ext in '' $ac_executable_extensions; do
4782 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4783 as_fn_executable_p "$ac_path_EGREP" || continue
81ecdfbb
RW
4784# Check for GNU ac_path_EGREP and select it if it is found.
4785 # Check for GNU $ac_path_EGREP
4786case `"$ac_path_EGREP" --version 2>&1` in
4787*GNU*)
4788 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4789*)
4790 ac_count=0
4791 $as_echo_n 0123456789 >"conftest.in"
4792 while :
4793 do
4794 cat "conftest.in" "conftest.in" >"conftest.tmp"
4795 mv "conftest.tmp" "conftest.in"
4796 cp "conftest.in" "conftest.nl"
4797 $as_echo 'EGREP' >> "conftest.nl"
4798 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4799 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4800 as_fn_arith $ac_count + 1 && ac_count=$as_val
4801 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4802 # Best one so far, save it but keep looking for a better one
4803 ac_cv_path_EGREP="$ac_path_EGREP"
4804 ac_path_EGREP_max=$ac_count
7357c5b6 4805 fi
81ecdfbb
RW
4806 # 10*(2^10) chars as input seems more than enough
4807 test $ac_count -gt 10 && break
4808 done
4809 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4810esac
4811
4812 $ac_path_EGREP_found && break 3
4813 done
4814 done
4815 done
4816IFS=$as_save_IFS
4817 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 4818 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
4819 fi
4820else
4821 ac_cv_path_EGREP=$EGREP
4822fi
4823
4824 fi
7357c5b6 4825fi
81ecdfbb
RW
4826{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4827$as_echo "$ac_cv_path_EGREP" >&6; }
4828 EGREP="$ac_cv_path_EGREP"
d7040cdb
SE
4829
4830
81ecdfbb
RW
4831{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4832$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 4833if ${ac_cv_header_stdc+:} false; then :
81ecdfbb 4834 $as_echo_n "(cached) " >&6
7357c5b6 4835else
81ecdfbb 4836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4837/* end confdefs.h. */
4838#include <stdlib.h>
4839#include <stdarg.h>
4840#include <string.h>
4841#include <float.h>
d7040cdb 4842
7357c5b6
AM
4843int
4844main ()
4845{
d7040cdb 4846
7357c5b6
AM
4847 ;
4848 return 0;
4849}
4850_ACEOF
81ecdfbb 4851if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 4852 ac_cv_header_stdc=yes
c428fa83 4853else
81ecdfbb 4854 ac_cv_header_stdc=no
7357c5b6 4855fi
81ecdfbb 4856rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4857
7357c5b6
AM
4858if test $ac_cv_header_stdc = yes; then
4859 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4861/* end confdefs.h. */
4862#include <string.h>
d7040cdb 4863
7357c5b6
AM
4864_ACEOF
4865if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4866 $EGREP "memchr" >/dev/null 2>&1; then :
4867
7357c5b6
AM
4868else
4869 ac_cv_header_stdc=no
4870fi
4871rm -f conftest*
d7040cdb 4872
7357c5b6 4873fi
d7040cdb 4874
7357c5b6
AM
4875if test $ac_cv_header_stdc = yes; then
4876 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4878/* end confdefs.h. */
4879#include <stdlib.h>
d7040cdb 4880
7357c5b6
AM
4881_ACEOF
4882if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4883 $EGREP "free" >/dev/null 2>&1; then :
4884
7357c5b6
AM
4885else
4886 ac_cv_header_stdc=no
4887fi
4888rm -f conftest*
d7040cdb 4889
7357c5b6 4890fi
d7040cdb 4891
7357c5b6
AM
4892if test $ac_cv_header_stdc = yes; then
4893 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4894 if test "$cross_compiling" = yes; then :
7357c5b6
AM
4895 :
4896else
81ecdfbb 4897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4898/* end confdefs.h. */
4899#include <ctype.h>
81ecdfbb 4900#include <stdlib.h>
7357c5b6
AM
4901#if ((' ' & 0x0FF) == 0x020)
4902# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4903# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4904#else
4905# define ISLOWER(c) \
4906 (('a' <= (c) && (c) <= 'i') \
4907 || ('j' <= (c) && (c) <= 'r') \
4908 || ('s' <= (c) && (c) <= 'z'))
4909# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4910#endif
d7040cdb 4911
7357c5b6
AM
4912#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4913int
4914main ()
4915{
4916 int i;
4917 for (i = 0; i < 256; i++)
4918 if (XOR (islower (i), ISLOWER (i))
4919 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4920 return 2;
4921 return 0;
7357c5b6
AM
4922}
4923_ACEOF
81ecdfbb 4924if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 4925
81ecdfbb
RW
4926else
4927 ac_cv_header_stdc=no
7357c5b6 4928fi
81ecdfbb
RW
4929rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4930 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 4931fi
81ecdfbb 4932
7357c5b6
AM
4933fi
4934fi
81ecdfbb
RW
4935{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4936$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 4937if test $ac_cv_header_stdc = yes; then
d7040cdb 4938
81ecdfbb 4939$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 4940
7357c5b6 4941fi
d7040cdb 4942
7357c5b6 4943# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7357c5b6
AM
4944for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4945 inttypes.h stdint.h unistd.h
81ecdfbb
RW
4946do :
4947 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4948ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4949"
d0ac1c44 4950if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7357c5b6 4951 cat >>confdefs.h <<_ACEOF
81ecdfbb 4952#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7357c5b6 4953_ACEOF
d7040cdb 4954
7357c5b6
AM
4955fi
4956
4957done
4958
4959
4960
81ecdfbb 4961 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 4962if test "x$ac_cv_header_minix_config_h" = xyes; then :
7357c5b6
AM
4963 MINIX=yes
4964else
4965 MINIX=
4966fi
d7040cdb
SE
4967
4968
7357c5b6 4969 if test "$MINIX" = yes; then
d7040cdb 4970
81ecdfbb 4971$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb
SE
4972
4973
81ecdfbb 4974$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
4975
4976
81ecdfbb 4977$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 4978
7357c5b6 4979 fi
d7040cdb
SE
4980
4981
81ecdfbb
RW
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4983$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 4984if ${ac_cv_safe_to_define___extensions__+:} false; then :
81ecdfbb 4985 $as_echo_n "(cached) " >&6
d053aef8 4986else
81ecdfbb 4987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d053aef8 4988/* end confdefs.h. */
ce3c775b 4989
d0ac1c44
SM
4990# define __EXTENSIONS__ 1
4991 $ac_includes_default
d053aef8
JK
4992int
4993main ()
4994{
4995
4996 ;
4997 return 0;
4998}
4999_ACEOF
81ecdfbb 5000if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 5001 ac_cv_safe_to_define___extensions__=yes
d053aef8 5002else
81ecdfbb 5003 ac_cv_safe_to_define___extensions__=no
d053aef8 5004fi
81ecdfbb 5005rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ce3c775b 5006fi
81ecdfbb
RW
5007{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5008$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
ce3c775b 5009 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5010 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d053aef8 5011
81ecdfbb 5012 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d053aef8 5013
81ecdfbb
RW
5014 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5015
5016 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5017
5018 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d053aef8 5019
ce3c775b 5020
d053aef8 5021
d053aef8 5022
d7040cdb 5023
718a6fd8
SE
5024case `pwd` in
5025 *\ * | *\ *)
81ecdfbb
RW
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5027$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5028esac
d7040cdb
SE
5029
5030
7357c5b6 5031
3725885a
RW
5032macro_version='2.2.7a'
5033macro_revision='1.3134'
7357c5b6
AM
5034
5035
5036
5037
5038
5039
7357c5b6
AM
5040
5041
5042
5043
5044
5045
5046
718a6fd8 5047ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5048
3725885a
RW
5049# Backslashify metacharacters that are still active within
5050# double-quoted strings.
5051sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5052
5053# Same as above, but do not quote variable references.
5054double_quote_subst='s/\(["`\\]\)/\\\1/g'
5055
5056# Sed substitution to delay expansion of an escaped shell variable in a
5057# double_quote_subst'ed string.
5058delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5059
5060# Sed substitution to delay expansion of an escaped single quote.
5061delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5062
5063# Sed substitution to avoid accidental globbing in evaled expressions
5064no_glob_subst='s/\*/\\\*/g'
5065
5066ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5067ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5068ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5069
5070{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5071$as_echo_n "checking how to print strings... " >&6; }
5072# Test print first, because it will be a builtin if present.
5073if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5074 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5075 ECHO='print -r --'
5076elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5077 ECHO='printf %s\n'
5078else
5079 # Use this function as a fallback that always works.
5080 func_fallback_echo ()
5081 {
5082 eval 'cat <<_LTECHO_EOF
5083$1
5084_LTECHO_EOF'
5085 }
5086 ECHO='func_fallback_echo'
5087fi
5088
5089# func_echo_all arg...
5090# Invoke $ECHO with all args, space-separated.
5091func_echo_all ()
5092{
5093 $ECHO ""
5094}
5095
5096case "$ECHO" in
5097 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5098$as_echo "printf" >&6; } ;;
5099 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5100$as_echo "print -r" >&6; } ;;
5101 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5102$as_echo "cat" >&6; } ;;
5103esac
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
81ecdfbb
RW
5118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5119$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5120if ${ac_cv_path_SED+:} false; then :
81ecdfbb 5121 $as_echo_n "(cached) " >&6
7357c5b6 5122else
81ecdfbb
RW
5123 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5124 for ac_i in 1 2 3 4 5 6 7; do
5125 ac_script="$ac_script$as_nl$ac_script"
5126 done
5127 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5128 { ac_script=; unset ac_script;}
5129 if test -z "$SED"; then
5130 ac_path_SED_found=false
5131 # Loop through the user's path and test for each of PROGNAME-LIST
5132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5133for as_dir in $PATH
5134do
5135 IFS=$as_save_IFS
5136 test -z "$as_dir" && as_dir=.
81ecdfbb 5137 for ac_prog in sed gsed; do
7357c5b6 5138 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 5139 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5140 as_fn_executable_p "$ac_path_SED" || continue
81ecdfbb
RW
5141# Check for GNU ac_path_SED and select it if it is found.
5142 # Check for GNU $ac_path_SED
5143case `"$ac_path_SED" --version 2>&1` in
5144*GNU*)
5145 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5146*)
5147 ac_count=0
5148 $as_echo_n 0123456789 >"conftest.in"
5149 while :
5150 do
5151 cat "conftest.in" "conftest.in" >"conftest.tmp"
5152 mv "conftest.tmp" "conftest.in"
5153 cp "conftest.in" "conftest.nl"
5154 $as_echo '' >> "conftest.nl"
5155 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5156 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5157 as_fn_arith $ac_count + 1 && ac_count=$as_val
5158 if test $ac_count -gt ${ac_path_SED_max-0}; then
5159 # Best one so far, save it but keep looking for a better one
5160 ac_cv_path_SED="$ac_path_SED"
5161 ac_path_SED_max=$ac_count
5162 fi
5163 # 10*(2^10) chars as input seems more than enough
5164 test $ac_count -gt 10 && break
5165 done
5166 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5167esac
5168
5169 $ac_path_SED_found && break 3
7357c5b6
AM
5170 done
5171 done
81ecdfbb 5172 done
7357c5b6 5173IFS=$as_save_IFS
81ecdfbb 5174 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5175 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5176 fi
81ecdfbb
RW
5177else
5178 ac_cv_path_SED=$SED
7357c5b6
AM
5179fi
5180
81ecdfbb
RW
5181fi
5182{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5183$as_echo "$ac_cv_path_SED" >&6; }
5184 SED="$ac_cv_path_SED"
5185 rm -f conftest.sed
7357c5b6
AM
5186
5187test -z "$SED" && SED=sed
5188Xsed="$SED -e 1s/^X//"
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
81ecdfbb
RW
5200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5201$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5202if ${ac_cv_path_FGREP+:} false; then :
81ecdfbb 5203 $as_echo_n "(cached) " >&6
7357c5b6 5204else
81ecdfbb
RW
5205 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5206 then ac_cv_path_FGREP="$GREP -F"
5207 else
5208 if test -z "$FGREP"; then
5209 ac_path_FGREP_found=false
5210 # Loop through the user's path and test for each of PROGNAME-LIST
5211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5212for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5213do
5214 IFS=$as_save_IFS
5215 test -z "$as_dir" && as_dir=.
5216 for ac_prog in fgrep; do
5217 for ac_exec_ext in '' $ac_executable_extensions; do
5218 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5219 as_fn_executable_p "$ac_path_FGREP" || continue
81ecdfbb
RW
5220# Check for GNU ac_path_FGREP and select it if it is found.
5221 # Check for GNU $ac_path_FGREP
5222case `"$ac_path_FGREP" --version 2>&1` in
5223*GNU*)
5224 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5225*)
5226 ac_count=0
5227 $as_echo_n 0123456789 >"conftest.in"
5228 while :
5229 do
5230 cat "conftest.in" "conftest.in" >"conftest.tmp"
5231 mv "conftest.tmp" "conftest.in"
5232 cp "conftest.in" "conftest.nl"
5233 $as_echo 'FGREP' >> "conftest.nl"
5234 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5235 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5236 as_fn_arith $ac_count + 1 && ac_count=$as_val
5237 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5238 # Best one so far, save it but keep looking for a better one
5239 ac_cv_path_FGREP="$ac_path_FGREP"
5240 ac_path_FGREP_max=$ac_count
7357c5b6 5241 fi
81ecdfbb
RW
5242 # 10*(2^10) chars as input seems more than enough
5243 test $ac_count -gt 10 && break
5244 done
5245 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5246esac
5247
5248 $ac_path_FGREP_found && break 3
5249 done
5250 done
5251 done
5252IFS=$as_save_IFS
5253 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5254 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5255 fi
5256else
5257 ac_cv_path_FGREP=$FGREP
7357c5b6 5258fi
81ecdfbb
RW
5259
5260 fi
5261fi
5262{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5263$as_echo "$ac_cv_path_FGREP" >&6; }
5264 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5265
5266
5267test -z "$GREP" && GREP=grep
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
81ecdfbb
RW
5287# Check whether --with-gnu-ld was given.
5288if test "${with_gnu_ld+set}" = set; then :
5289 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5290else
5291 with_gnu_ld=no
81ecdfbb
RW
5292fi
5293
7357c5b6
AM
5294ac_prog=ld
5295if test "$GCC" = yes; then
5296 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5298$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5299 case $host in
5300 *-*-mingw*)
5301 # gcc leaves a trailing carriage return which upsets mingw
5302 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5303 *)
5304 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5305 esac
5306 case $ac_prog in
5307 # Accept absolute paths.
5308 [\\/]* | ?:[\\/]*)
5309 re_direlt='/[^/][^/]*/\.\./'
5310 # Canonicalize the pathname of ld
5311 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5312 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
d7040cdb 5313 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
cfbc9945
SE
5314 done
5315 test -z "$LD" && LD="$ac_prog"
5316 ;;
5bd8253d 5317 "")
cfbc9945
SE
5318 # If it fails, then pretend we aren't using GCC.
5319 ac_prog=ld
5bd8253d
L
5320 ;;
5321 *)
cfbc9945
SE
5322 # If it is relative, then search for the first ld in PATH.
5323 with_gnu_ld=unknown
5bd8253d 5324 ;;
cfbc9945
SE
5325 esac
5326elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5328$as_echo_n "checking for GNU ld... " >&6; }
cfbc9945 5329else
81ecdfbb
RW
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5331$as_echo_n "checking for non-GNU ld... " >&6; }
cfbc9945 5332fi
d0ac1c44 5333if ${lt_cv_path_LD+:} false; then :
81ecdfbb 5334 $as_echo_n "(cached) " >&6
cfbc9945
SE
5335else
5336 if test -z "$LD"; then
d7040cdb 5337 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
cfbc9945 5338 for ac_dir in $PATH; do
d7040cdb 5339 IFS="$lt_save_ifs"
cfbc9945
SE
5340 test -z "$ac_dir" && ac_dir=.
5341 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5342 lt_cv_path_LD="$ac_dir/$ac_prog"
5343 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5344 # but apparently some variants of GNU ld only accept -v.
cfbc9945 5345 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5346 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5347 *GNU* | *'with BFD'*)
cfbc9945 5348 test "$with_gnu_ld" != no && break
d7040cdb
SE
5349 ;;
5350 *)
cfbc9945 5351 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5352 ;;
5353 esac
cfbc9945
SE
5354 fi
5355 done
d7040cdb 5356 IFS="$lt_save_ifs"
cfbc9945
SE
5357else
5358 lt_cv_path_LD="$LD" # Let the user override the test with a path.
9e9b66a9 5359fi
1ad12f97
NC
5360fi
5361
cfbc9945
SE
5362LD="$lt_cv_path_LD"
5363if test -n "$LD"; then
81ecdfbb
RW
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5365$as_echo "$LD" >&6; }
cfbc9945 5366else
81ecdfbb
RW
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5368$as_echo "no" >&6; }
cfbc9945 5369fi
d0ac1c44 5370test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
5371{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5372$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 5373if ${lt_cv_prog_gnu_ld+:} false; then :
81ecdfbb 5374 $as_echo_n "(cached) " >&6
cfbc9945 5375else
d7040cdb
SE
5376 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5377case `$LD -v 2>&1 </dev/null` in
5378*GNU* | *'with BFD'*)
cfbc9945 5379 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5380 ;;
5381*)
cfbc9945 5382 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5383 ;;
5384esac
49c96104 5385fi
81ecdfbb
RW
5386{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5387$as_echo "$lt_cv_prog_gnu_ld" >&6; }
cfbc9945 5388with_gnu_ld=$lt_cv_prog_gnu_ld
49c96104 5389
9e9b66a9 5390
cfbc9945 5391
d7040cdb
SE
5392
5393
5394
5395
5396
5397
81ecdfbb
RW
5398{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5399$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 5400if ${lt_cv_path_NM+:} false; then :
81ecdfbb 5401 $as_echo_n "(cached) " >&6
cfbc9945
SE
5402else
5403 if test -n "$NM"; then
b9004024
NA
5404 # Let the user override the nm to test.
5405 lt_nm_to_check="$NM"
5406 else
5407 lt_nm_to_check="${ac_tool_prefix}nm"
5408 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5409 lt_nm_to_check="$lt_nm_to_check nm"
5410 fi
5411 fi
caf606c9 5412 for lt_tmp_nm in "$lt_nm_to_check"; do
b9004024
NA
5413 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5414 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5415 IFS="$lt_save_ifs"
5416 test -z "$ac_dir" && ac_dir=.
caf606c9
NA
5417 # Strip out any user-provided options from the nm to test twice,
5418 # the first time to test to see if nm (rather than its options) has
5419 # an explicit path, the second time to yield a file which can be
5420 # nm'ed itself.
5421 tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5422 case "$tmp_nm_path" in
b9004024
NA
5423 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5424 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5425 esac
caf606c9
NA
5426 tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5427 if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
b9004024
NA
5428 # Check to see if the nm accepts a BSD-compat flag.
5429 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5430 # nm: unknown option "B" ignored
caf606c9 5431 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
b9004024
NA
5432 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5433 break
5434 ;;
5435 *)
caf606c9 5436 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
b9004024
NA
5437 *$tmp_nm*)
5438 lt_cv_path_NM="$tmp_nm -p"
5439 break
5440 ;;
5441 *)
5442 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5443 continue # so that we can try to find one that supports BSD flags
5444 ;;
5445 esac
5446 ;;
5447 esac
5448 fi
5449 done
5450 IFS="$lt_save_ifs"
5451 done
5452 : ${lt_cv_path_NM=no}
a2d91340 5453fi
81ecdfbb
RW
5454{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5455$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5456if test "$lt_cv_path_NM" != "no"; then
5457 NM="$lt_cv_path_NM"
cfbc9945 5458else
d7040cdb 5459 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5460 if test -n "$DUMPBIN"; then :
5461 # Let the user override the test.
5462 else
5463 if test -n "$ac_tool_prefix"; then
5464 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5465 do
5466 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5467set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5469$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5470if ${ac_cv_prog_DUMPBIN+:} false; then :
81ecdfbb 5471 $as_echo_n "(cached) " >&6
252b5132 5472else
d7040cdb
SE
5473 if test -n "$DUMPBIN"; then
5474 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5475else
5476as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5477for as_dir in $PATH
5478do
5479 IFS=$as_save_IFS
5480 test -z "$as_dir" && as_dir=.
81ecdfbb 5481 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5482 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 5483 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5485 break 2
5486 fi
5487done
81ecdfbb
RW
5488 done
5489IFS=$as_save_IFS
5464f5a1 5490
d7040cdb
SE
5491fi
5492fi
5493DUMPBIN=$ac_cv_prog_DUMPBIN
5494if test -n "$DUMPBIN"; then
81ecdfbb
RW
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5496$as_echo "$DUMPBIN" >&6; }
d7040cdb 5497else
81ecdfbb
RW
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5499$as_echo "no" >&6; }
d7040cdb 5500fi
d5fbea21 5501
81ecdfbb 5502
d7040cdb
SE
5503 test -n "$DUMPBIN" && break
5504 done
5505fi
5506if test -z "$DUMPBIN"; then
5507 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5508 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5509do
5510 # Extract the first word of "$ac_prog", so it can be a program name with args.
5511set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5512{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5513$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5514if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
81ecdfbb 5515 $as_echo_n "(cached) " >&6
d7040cdb
SE
5516else
5517 if test -n "$ac_ct_DUMPBIN"; then
5518 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5519else
5520as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5521for as_dir in $PATH
5522do
5523 IFS=$as_save_IFS
5524 test -z "$as_dir" && as_dir=.
81ecdfbb 5525 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5526 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 5527 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5529 break 2
cfbc9945 5530 fi
d7040cdb 5531done
81ecdfbb
RW
5532 done
5533IFS=$as_save_IFS
d5fbea21 5534
d7040cdb
SE
5535fi
5536fi
5537ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5538if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5540$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5541else
81ecdfbb
RW
5542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5543$as_echo "no" >&6; }
d7040cdb 5544fi
d5fbea21 5545
81ecdfbb 5546
d7040cdb
SE
5547 test -n "$ac_ct_DUMPBIN" && break
5548done
24443139 5549
81ecdfbb
RW
5550 if test "x$ac_ct_DUMPBIN" = x; then
5551 DUMPBIN=":"
5552 else
5553 case $cross_compiling:$ac_tool_warned in
5554yes:)
5555{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5556$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5557ac_tool_warned=yes ;;
5558esac
5559 DUMPBIN=$ac_ct_DUMPBIN
5560 fi
d7040cdb 5561fi
24443139 5562
3725885a
RW
5563 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5564 *COFF*)
5565 DUMPBIN="$DUMPBIN -symbols"
5566 ;;
5567 *)
5568 DUMPBIN=:
5569 ;;
5570 esac
5571 fi
24443139 5572
d7040cdb
SE
5573 if test "$DUMPBIN" != ":"; then
5574 NM="$DUMPBIN"
cfbc9945 5575 fi
d7040cdb
SE
5576fi
5577test -z "$NM" && NM=nm
a703a6ea 5578
f5385ebf 5579
cfbc9945 5580
24443139
AS
5581
5582
5583
81ecdfbb
RW
5584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5585$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 5586if ${lt_cv_nm_interface+:} false; then :
81ecdfbb 5587 $as_echo_n "(cached) " >&6
d7040cdb
SE
5588else
5589 lt_cv_nm_interface="BSD nm"
5590 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5591 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
5592 (eval "$ac_compile" 2>conftest.err)
5593 cat conftest.err >&5
3725885a 5594 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
5595 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5596 cat conftest.err >&5
3725885a 5597 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
5598 cat conftest.out >&5
5599 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5600 lt_cv_nm_interface="MS dumpbin"
5601 fi
5602 rm -f conftest*
cfbc9945 5603fi
81ecdfbb
RW
5604{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5605$as_echo "$lt_cv_nm_interface" >&6; }
a703a6ea 5606
81ecdfbb
RW
5607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5608$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
5609LN_S=$as_ln_s
5610if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5612$as_echo "yes" >&6; }
d7040cdb 5613else
81ecdfbb
RW
5614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5615$as_echo "no, using $LN_S" >&6; }
d7040cdb 5616fi
252b5132 5617
cfbc9945 5618# find the maximum length of command line arguments
81ecdfbb
RW
5619{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5620$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 5621if ${lt_cv_sys_max_cmd_len+:} false; then :
81ecdfbb 5622 $as_echo_n "(cached) " >&6
cfbc9945
SE
5623else
5624 i=0
5625 teststring="ABCD"
5464f5a1 5626
cfbc9945
SE
5627 case $build_os in
5628 msdosdjgpp*)
5629 # On DJGPP, this test can blow up pretty badly due to problems in libc
5630 # (any single argument exceeding 2000 bytes causes a buffer overrun
5631 # during glob expansion). Even if it were fixed, the result of this
5632 # check would be larger than it should be.
5633 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5634 ;;
5464f5a1 5635
d7040cdb
SE
5636 gnu*)
5637 # Under GNU Hurd, this test is not required because there is
5638 # no limit to the length of command line arguments.
5639 # Libtool will interpret -1 as no limit whatsoever
5640 lt_cv_sys_max_cmd_len=-1;
5641 ;;
5642
718a6fd8 5643 cygwin* | mingw* | cegcc*)
cfbc9945
SE
5644 # On Win9x/ME, this test blows up -- it succeeds, but takes
5645 # about 5 minutes as the teststring grows exponentially.
5646 # Worse, since 9x/ME are not pre-emptively multitasking,
5647 # you end up with a "frozen" computer, even though with patience
5648 # the test eventually succeeds (with a max line length of 256k).
5649 # Instead, let's just punt: use the minimum linelength reported by
5650 # all of the supported platforms: 8192 (on NT/2K/XP).
5651 lt_cv_sys_max_cmd_len=8192;
5652 ;;
5464f5a1 5653
3725885a
RW
5654 mint*)
5655 # On MiNT this can take a long time and run out of memory.
5656 lt_cv_sys_max_cmd_len=8192;
5657 ;;
5658
cfbc9945
SE
5659 amigaos*)
5660 # On AmigaOS with pdksh, this test takes hours, literally.
5661 # So we just punt and use a minimum line length of 8192.
5662 lt_cv_sys_max_cmd_len=8192;
5663 ;;
5464f5a1 5664
cfbc9945
SE
5665 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5666 # This has been around since 386BSD, at least. Likely further.
5667 if test -x /sbin/sysctl; then
5668 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5669 elif test -x /usr/sbin/sysctl; then
5670 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5671 else
d7040cdb 5672 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
cfbc9945
SE
5673 fi
5674 # And add a safety zone
5675 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5676 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5677 ;;
d7040cdb
SE
5678
5679 interix*)
5680 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5681 lt_cv_sys_max_cmd_len=196608
5682 ;;
5683
5684 osf*)
5685 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5686 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5687 # nice to cause kernel panics so lets avoid the loop below.
5688 # First set a reasonable default.
5689 lt_cv_sys_max_cmd_len=16384
5690 #
5691 if test -x /sbin/sysconfig; then
5692 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5693 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5694 esac
5695 fi
5696 ;;
5697 sco3.2v5*)
5698 lt_cv_sys_max_cmd_len=102400
5699 ;;
5700 sysv5* | sco5v6* | sysv4.2uw2*)
5701 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5702 if test -n "$kargmax"; then
5703 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5704 else
5705 lt_cv_sys_max_cmd_len=32768
5706 fi
5707 ;;
5708 *)
718a6fd8
SE
5709 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5710 if test -n "$lt_cv_sys_max_cmd_len"; then
79887925
L
5711 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5712 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5713 else
5714 # Make teststring a little bigger before we do anything with it.
5715 # a 1K string should be a reasonable start.
5716 for i in 1 2 3 4 5 6 7 8 ; do
5717 teststring=$teststring$teststring
5718 done
5719 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5720 # If test is not a shell built-in, we'll probably end up computing a
5721 # maximum length that is only half of the actual maximum length, but
5722 # we can't tell.
3725885a
RW
5723 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5724 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
79887925
L
5725 test $i != 17 # 1/2 MB should be enough
5726 do
5727 i=`expr $i + 1`
5728 teststring=$teststring$teststring
5729 done
5730 # Only check the string length outside the loop.
5731 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5732 teststring=
5733 # Add a significant safety factor because C++ compilers can tack on
5734 # massive amounts of additional arguments before passing them to the
5735 # linker. It appears as though 1/2 is a usable value.
5736 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5737 fi
d7040cdb 5738 ;;
cfbc9945 5739 esac
5464f5a1 5740
252b5132 5741fi
cfbc9945 5742
d7040cdb 5743if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5745$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5464f5a1 5746else
81ecdfbb
RW
5747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5748$as_echo "none" >&6; }
5464f5a1 5749fi
d7040cdb 5750max_cmd_len=$lt_cv_sys_max_cmd_len
252b5132 5751
cfbc9945 5752
252b5132 5753
cfbc9945 5754
cfbc9945 5755
d7040cdb 5756
d7040cdb
SE
5757: ${CP="cp -f"}
5758: ${MV="mv -f"}
5759: ${RM="rm -f"}
5760
81ecdfbb
RW
5761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5762$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
5763# Try some XSI features
5764xsi_shell=no
5765( _lt_dummy="a/b/c"
5766 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
718a6fd8
SE
5767 = c,a/b,, \
5768 && eval 'test $(( 1 + 1 )) -eq 2 \
5769 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 5770 && xsi_shell=yes
81ecdfbb
RW
5771{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5772$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
5773
5774
81ecdfbb
RW
5775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5776$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
5777lt_shell_append=no
5778( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5779 >/dev/null 2>&1 \
5780 && lt_shell_append=yes
81ecdfbb
RW
5781{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5782$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
5783
5784
5785if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5786 lt_unset=unset
5464f5a1 5787else
d7040cdb 5788 lt_unset=false
5464f5a1 5789fi
252b5132 5790
d7040cdb
SE
5791
5792
5793
5794
5795# test EBCDIC or ASCII
5796case `echo X|tr X '\101'` in
5797 A) # ASCII based system
5798 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5799 lt_SP2NL='tr \040 \012'
5800 lt_NL2SP='tr \015\012 \040\040'
5801 ;;
5802 *) # EBCDIC based system
5803 lt_SP2NL='tr \100 \n'
5804 lt_NL2SP='tr \r\n \100\100'
5805 ;;
5806esac
5807
5808
5809
5810
5811
5812
5813
5814
5815
81ecdfbb
RW
5816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5817$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 5818if ${lt_cv_ld_reload_flag+:} false; then :
81ecdfbb 5819 $as_echo_n "(cached) " >&6
5464f5a1 5820else
d7040cdb
SE
5821 lt_cv_ld_reload_flag='-r'
5822fi
81ecdfbb
RW
5823{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5824$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
5825reload_flag=$lt_cv_ld_reload_flag
5826case $reload_flag in
5827"" | " "*) ;;
5828*) reload_flag=" $reload_flag" ;;
5829esac
5830reload_cmds='$LD$reload_flag -o $output$reload_objs'
5831case $host_os in
5832 darwin*)
5833 if test "$GCC" = yes; then
5834 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5835 else
5836 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5837 fi
5838 ;;
5839esac
5840
5841
5842
5843
5844
5845
5846
5847
5848
718a6fd8
SE
5849if test -n "$ac_tool_prefix"; then
5850 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5851set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5853$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5854if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 5855 $as_echo_n "(cached) " >&6
718a6fd8
SE
5856else
5857 if test -n "$OBJDUMP"; then
5858 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5859else
5860as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5861for as_dir in $PATH
5862do
5863 IFS=$as_save_IFS
5864 test -z "$as_dir" && as_dir=.
81ecdfbb 5865 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5866 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 5867 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5869 break 2
5870 fi
5871done
81ecdfbb
RW
5872 done
5873IFS=$as_save_IFS
718a6fd8
SE
5874
5875fi
5876fi
5877OBJDUMP=$ac_cv_prog_OBJDUMP
5878if test -n "$OBJDUMP"; then
81ecdfbb
RW
5879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5880$as_echo "$OBJDUMP" >&6; }
718a6fd8 5881else
81ecdfbb
RW
5882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5883$as_echo "no" >&6; }
718a6fd8
SE
5884fi
5885
81ecdfbb 5886
718a6fd8
SE
5887fi
5888if test -z "$ac_cv_prog_OBJDUMP"; then
5889 ac_ct_OBJDUMP=$OBJDUMP
5890 # Extract the first word of "objdump", so it can be a program name with args.
5891set dummy objdump; ac_word=$2
81ecdfbb
RW
5892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5893$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5894if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
81ecdfbb 5895 $as_echo_n "(cached) " >&6
718a6fd8
SE
5896else
5897 if test -n "$ac_ct_OBJDUMP"; then
5898 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5899else
5900as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5901for as_dir in $PATH
5902do
5903 IFS=$as_save_IFS
5904 test -z "$as_dir" && as_dir=.
81ecdfbb 5905 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5906 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 5907 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 5908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5909 break 2
5910 fi
5911done
81ecdfbb
RW
5912 done
5913IFS=$as_save_IFS
718a6fd8 5914
718a6fd8
SE
5915fi
5916fi
5917ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5918if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
5919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5920$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 5921else
81ecdfbb
RW
5922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5923$as_echo "no" >&6; }
718a6fd8
SE
5924fi
5925
81ecdfbb
RW
5926 if test "x$ac_ct_OBJDUMP" = x; then
5927 OBJDUMP="false"
5928 else
5929 case $cross_compiling:$ac_tool_warned in
5930yes:)
5931{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5932$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5933ac_tool_warned=yes ;;
5934esac
5935 OBJDUMP=$ac_ct_OBJDUMP
5936 fi
718a6fd8
SE
5937else
5938 OBJDUMP="$ac_cv_prog_OBJDUMP"
5939fi
5940
5941test -z "$OBJDUMP" && OBJDUMP=objdump
5942
5943
5944
5945
5946
5947
5948
5949
d7040cdb 5950
81ecdfbb
RW
5951{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5952$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 5953if ${lt_cv_deplibs_check_method+:} false; then :
81ecdfbb 5954 $as_echo_n "(cached) " >&6
d7040cdb
SE
5955else
5956 lt_cv_file_magic_cmd='$MAGIC_CMD'
5957lt_cv_file_magic_test_file=
5958lt_cv_deplibs_check_method='unknown'
5959# Need to set the preceding variable on all platforms that support
5960# interlibrary dependencies.
5961# 'none' -- dependencies not supported.
5962# `unknown' -- same as none, but documents that we really don't know.
5963# 'pass_all' -- all dependencies passed with no checks.
5964# 'test_compile' -- check by making test program.
5965# 'file_magic [[regex]]' -- check by looking for files in library path
5966# which responds to the $file_magic_cmd with a given extended regex.
5967# If you have `file' or equivalent on your system and you're not sure
5968# whether `pass_all' will *always* work, you probably want this one.
5969
5970case $host_os in
e81819a5 5971aix[4-9]*)
d7040cdb
SE
5972 lt_cv_deplibs_check_method=pass_all
5973 ;;
5974
5975beos*)
5976 lt_cv_deplibs_check_method=pass_all
5977 ;;
5978
5979bsdi[45]*)
5980 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5981 lt_cv_file_magic_cmd='/usr/bin/file -L'
5982 lt_cv_file_magic_test_file=/shlib/libc.so
5983 ;;
5984
5985cygwin*)
5986 # func_win32_libid is a shell function defined in ltmain.sh
5987 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5988 lt_cv_file_magic_cmd='func_win32_libid'
5989 ;;
5990
5991mingw* | pw32*)
5992 # Base MSYS/MinGW do not provide the 'file' command needed by
5993 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5994 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
5995 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5996 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
5997 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5998 lt_cv_file_magic_cmd='func_win32_libid'
5999 else
6000 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6001 lt_cv_file_magic_cmd='$OBJDUMP -f'
6002 fi
6003 ;;
6004
3725885a 6005cegcc*)
718a6fd8
SE
6006 # use the weaker test based on 'objdump'. See mingw*.
6007 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6008 lt_cv_file_magic_cmd='$OBJDUMP -f'
6009 ;;
6010
d7040cdb
SE
6011darwin* | rhapsody*)
6012 lt_cv_deplibs_check_method=pass_all
cfbc9945 6013 ;;
d7040cdb
SE
6014
6015freebsd* | dragonfly*)
6016 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6017 case $host_cpu in
6018 i*86 )
6019 # Not sure whether the presence of OpenBSD here was a mistake.
6020 # Let's accept both of them until this is cleared up.
6021 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6022 lt_cv_file_magic_cmd=/usr/bin/file
6023 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6024 ;;
6025 esac
6026 else
6027 lt_cv_deplibs_check_method=pass_all
6028 fi
6029 ;;
6030
6031gnu*)
6032 lt_cv_deplibs_check_method=pass_all
cfbc9945 6033 ;;
d7040cdb 6034
3725885a
RW
6035haiku*)
6036 lt_cv_deplibs_check_method=pass_all
6037 ;;
6038
d7040cdb
SE
6039hpux10.20* | hpux11*)
6040 lt_cv_file_magic_cmd=/usr/bin/file
6041 case $host_cpu in
6042 ia64*)
6043 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6044 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6045 ;;
6046 hppa*64*)
3725885a 6047 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
6048 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6049 ;;
cfbc9945 6050 *)
3725885a 6051 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6052 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6053 ;;
6054 esac
6055 ;;
6be7c12c 6056
d7040cdb
SE
6057interix[3-9]*)
6058 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6059 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6060 ;;
cfbc9945 6061
d7040cdb
SE
6062irix5* | irix6* | nonstopux*)
6063 case $LD in
6064 *-32|*"-32 ") libmagic=32-bit;;
6065 *-n32|*"-n32 ") libmagic=N32;;
6066 *-64|*"-64 ") libmagic=64-bit;;
6067 *) libmagic=never-match;;
6068 esac
6069 lt_cv_deplibs_check_method=pass_all
cfbc9945 6070 ;;
cfbc9945 6071
d7040cdb 6072# This must be Linux ELF.
58e24671 6073linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6074 lt_cv_deplibs_check_method=pass_all
6075 ;;
5464f5a1 6076
d7040cdb
SE
6077netbsd*)
6078 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6079 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
cfbc9945 6080 else
d7040cdb 6081 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
cfbc9945 6082 fi
d7040cdb
SE
6083 ;;
6084
6085newos6*)
6086 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6087 lt_cv_file_magic_cmd=/usr/bin/file
6088 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6089 ;;
6090
6091*nto* | *qnx*)
6092 lt_cv_deplibs_check_method=pass_all
6093 ;;
cfbc9945 6094
d7040cdb
SE
6095openbsd*)
6096 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6097 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6098 else
6099 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
cfbc9945
SE
6100 fi
6101 ;;
d7040cdb
SE
6102
6103osf3* | osf4* | osf5*)
6104 lt_cv_deplibs_check_method=pass_all
6105 ;;
6106
6107rdos*)
6108 lt_cv_deplibs_check_method=pass_all
6109 ;;
6110
6111solaris*)
6112 lt_cv_deplibs_check_method=pass_all
6113 ;;
6114
6115sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6116 lt_cv_deplibs_check_method=pass_all
6117 ;;
6118
6119sysv4 | sysv4.3*)
6120 case $host_vendor in
6121 motorola)
6122 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]'
6123 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6124 ;;
6125 ncr)
6126 lt_cv_deplibs_check_method=pass_all
6127 ;;
6128 sequent)
6129 lt_cv_file_magic_cmd='/bin/file'
6130 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6131 ;;
6132 sni)
6133 lt_cv_file_magic_cmd='/bin/file'
6134 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6135 lt_cv_file_magic_test_file=/lib/libc.so
6136 ;;
6137 siemens)
6138 lt_cv_deplibs_check_method=pass_all
6139 ;;
6140 pc)
6141 lt_cv_deplibs_check_method=pass_all
6142 ;;
6143 esac
6144 ;;
6145
6146tpf*)
6147 lt_cv_deplibs_check_method=pass_all
6148 ;;
cfbc9945
SE
6149esac
6150
d7040cdb 6151fi
81ecdfbb
RW
6152{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6153$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6154file_magic_cmd=$lt_cv_file_magic_cmd
6155deplibs_check_method=$lt_cv_deplibs_check_method
6156test -z "$deplibs_check_method" && deplibs_check_method=unknown
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
a4966cd9
L
6169plugin_option=
6170plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6171for plugin in $plugin_names; do
6172 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6173 if test x$plugin_so = x$plugin; then
6174 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6175 fi
6176 if test x$plugin_so != x$plugin; then
6177 plugin_option="--plugin $plugin_so"
6178 break
6179 fi
6180done
6181
cfbc9945 6182if test -n "$ac_tool_prefix"; then
d7040cdb
SE
6183 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6184set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6185{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6186$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6187if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 6188 $as_echo_n "(cached) " >&6
5464f5a1 6189else
d7040cdb
SE
6190 if test -n "$AR"; then
6191 ac_cv_prog_AR="$AR" # Let the user override the test.
5464f5a1
NN
6192else
6193as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6194for as_dir in $PATH
6195do
6196 IFS=$as_save_IFS
6197 test -z "$as_dir" && as_dir=.
81ecdfbb 6198 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6199 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6200 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6201 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6202 break 2
6203 fi
6204done
81ecdfbb
RW
6205 done
6206IFS=$as_save_IFS
5464f5a1
NN
6207
6208fi
6209fi
d7040cdb
SE
6210AR=$ac_cv_prog_AR
6211if test -n "$AR"; then
81ecdfbb
RW
6212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6213$as_echo "$AR" >&6; }
5464f5a1 6214else
81ecdfbb
RW
6215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6216$as_echo "no" >&6; }
5464f5a1
NN
6217fi
6218
81ecdfbb 6219
5464f5a1 6220fi
d7040cdb
SE
6221if test -z "$ac_cv_prog_AR"; then
6222 ac_ct_AR=$AR
6223 # Extract the first word of "ar", so it can be a program name with args.
6224set dummy ar; ac_word=$2
81ecdfbb
RW
6225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6226$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6227if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 6228 $as_echo_n "(cached) " >&6
252b5132 6229else
d7040cdb
SE
6230 if test -n "$ac_ct_AR"; then
6231 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
252b5132 6232else
5464f5a1
NN
6233as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6234for as_dir in $PATH
6235do
6236 IFS=$as_save_IFS
6237 test -z "$as_dir" && as_dir=.
81ecdfbb 6238 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6239 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6240 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6242 break 2
6243 fi
6244done
81ecdfbb
RW
6245 done
6246IFS=$as_save_IFS
5464f5a1 6247
5464f5a1
NN
6248fi
6249fi
d7040cdb
SE
6250ac_ct_AR=$ac_cv_prog_ac_ct_AR
6251if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6253$as_echo "$ac_ct_AR" >&6; }
d7040cdb 6254else
81ecdfbb
RW
6255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6256$as_echo "no" >&6; }
5464f5a1
NN
6257fi
6258
81ecdfbb
RW
6259 if test "x$ac_ct_AR" = x; then
6260 AR="false"
6261 else
6262 case $cross_compiling:$ac_tool_warned in
6263yes:)
6264{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6265$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6266ac_tool_warned=yes ;;
6267esac
6268 AR=$ac_ct_AR
6269 fi
cfbc9945 6270else
d7040cdb 6271 AR="$ac_cv_prog_AR"
5464f5a1 6272fi
cfbc9945 6273
d7040cdb 6274test -z "$AR" && AR=ar
a4966cd9
L
6275if test -n "$plugin_option"; then
6276 if $AR --help 2>&1 | grep -q "\--plugin"; then
83b33c6c
L
6277 touch conftest.c
6278 $AR $plugin_option rc conftest.a conftest.c
6279 if test "$?" != 0; then
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6281$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6282 else
6283 AR="$AR $plugin_option"
6284 fi
6285 rm -f conftest.*
a4966cd9
L
6286 fi
6287fi
d7040cdb
SE
6288test -z "$AR_FLAGS" && AR_FLAGS=cru
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
cfbc9945
SE
6300if test -n "$ac_tool_prefix"; then
6301 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6302set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6303{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6304$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6305if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 6306 $as_echo_n "(cached) " >&6
5464f5a1 6307else
cfbc9945
SE
6308 if test -n "$STRIP"; then
6309 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5464f5a1
NN
6310else
6311as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6312for as_dir in $PATH
6313do
6314 IFS=$as_save_IFS
6315 test -z "$as_dir" && as_dir=.
81ecdfbb 6316 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6317 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 6318 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6320 break 2
6321 fi
6322done
81ecdfbb
RW
6323 done
6324IFS=$as_save_IFS
5464f5a1
NN
6325
6326fi
6327fi
cfbc9945
SE
6328STRIP=$ac_cv_prog_STRIP
6329if test -n "$STRIP"; then
81ecdfbb
RW
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6331$as_echo "$STRIP" >&6; }
5464f5a1 6332else
81ecdfbb
RW
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6334$as_echo "no" >&6; }
5464f5a1
NN
6335fi
6336
81ecdfbb 6337
252b5132 6338fi
cfbc9945
SE
6339if test -z "$ac_cv_prog_STRIP"; then
6340 ac_ct_STRIP=$STRIP
6341 # Extract the first word of "strip", so it can be a program name with args.
6342set dummy strip; ac_word=$2
81ecdfbb
RW
6343{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6344$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6345if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 6346 $as_echo_n "(cached) " >&6
5464f5a1 6347else
cfbc9945
SE
6348 if test -n "$ac_ct_STRIP"; then
6349 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5464f5a1
NN
6350else
6351as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6352for as_dir in $PATH
6353do
6354 IFS=$as_save_IFS
6355 test -z "$as_dir" && as_dir=.
81ecdfbb 6356 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6357 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
cfbc9945 6358 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5464f5a1
NN
6360 break 2
6361 fi
6362done
81ecdfbb
RW
6363 done
6364IFS=$as_save_IFS
5464f5a1
NN
6365
6366fi
6367fi
cfbc9945
SE
6368ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6369if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6371$as_echo "$ac_ct_STRIP" >&6; }
5464f5a1 6372else
81ecdfbb
RW
6373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6374$as_echo "no" >&6; }
5464f5a1
NN
6375fi
6376
81ecdfbb
RW
6377 if test "x$ac_ct_STRIP" = x; then
6378 STRIP=":"
6379 else
6380 case $cross_compiling:$ac_tool_warned in
6381yes:)
6382{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6383$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6384ac_tool_warned=yes ;;
6385esac
6386 STRIP=$ac_ct_STRIP
6387 fi
cfbc9945
SE
6388else
6389 STRIP="$ac_cv_prog_STRIP"
5464f5a1
NN
6390fi
6391
d7040cdb 6392test -z "$STRIP" && STRIP=:
5464f5a1 6393
cfbc9945
SE
6394
6395
cfbc9945 6396
cfbc9945
SE
6397
6398
d7040cdb
SE
6399if test -n "$ac_tool_prefix"; then
6400 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6401set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6402{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6403$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6404if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 6405 $as_echo_n "(cached) " >&6
cfbc9945 6406else
d7040cdb
SE
6407 if test -n "$RANLIB"; then
6408 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6409else
6410as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6411for as_dir in $PATH
6412do
6413 IFS=$as_save_IFS
6414 test -z "$as_dir" && as_dir=.
81ecdfbb 6415 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6416 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6417 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6419 break 2
cfbc9945 6420 fi
d7040cdb 6421done
81ecdfbb
RW
6422 done
6423IFS=$as_save_IFS
cfbc9945 6424
d7040cdb
SE
6425fi
6426fi
6427RANLIB=$ac_cv_prog_RANLIB
6428if test -n "$RANLIB"; then
81ecdfbb
RW
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6430$as_echo "$RANLIB" >&6; }
d7040cdb 6431else
81ecdfbb
RW
6432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6433$as_echo "no" >&6; }
d7040cdb 6434fi
cfbc9945 6435
81ecdfbb 6436
d7040cdb
SE
6437fi
6438if test -z "$ac_cv_prog_RANLIB"; then
6439 ac_ct_RANLIB=$RANLIB
6440 # Extract the first word of "ranlib", so it can be a program name with args.
6441set dummy ranlib; ac_word=$2
81ecdfbb
RW
6442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6443$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6444if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 6445 $as_echo_n "(cached) " >&6
d7040cdb
SE
6446else
6447 if test -n "$ac_ct_RANLIB"; then
6448 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6449else
6450as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6451for as_dir in $PATH
6452do
6453 IFS=$as_save_IFS
6454 test -z "$as_dir" && as_dir=.
81ecdfbb 6455 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6456 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6457 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6459 break 2
cfbc9945 6460 fi
d7040cdb 6461done
81ecdfbb
RW
6462 done
6463IFS=$as_save_IFS
cfbc9945 6464
d7040cdb
SE
6465fi
6466fi
6467ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6468if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6470$as_echo "$ac_ct_RANLIB" >&6; }
cfbc9945 6471else
81ecdfbb
RW
6472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6473$as_echo "no" >&6; }
d7040cdb 6474fi
5464f5a1 6475
81ecdfbb
RW
6476 if test "x$ac_ct_RANLIB" = x; then
6477 RANLIB=":"
6478 else
6479 case $cross_compiling:$ac_tool_warned in
6480yes:)
6481{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6482$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6483ac_tool_warned=yes ;;
6484esac
6485 RANLIB=$ac_ct_RANLIB
6486 fi
d7040cdb
SE
6487else
6488 RANLIB="$ac_cv_prog_RANLIB"
6489fi
5464f5a1 6490
d7040cdb 6491test -z "$RANLIB" && RANLIB=:
a4966cd9
L
6492if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6493 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6494 RANLIB="$RANLIB $plugin_option"
6495 fi
6496fi
5464f5a1 6497
5464f5a1 6498
5464f5a1 6499
cfbc9945 6500
cfbc9945 6501
d7040cdb
SE
6502
6503# Determine commands to create old-style static archives.
718a6fd8 6504old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6505old_postinstall_cmds='chmod 644 $oldlib'
6506old_postuninstall_cmds=
6507
6508if test -n "$RANLIB"; then
6509 case $host_os in
6510 openbsd*)
6511 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6512 ;;
6513 *)
6514 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6515 ;;
6516 esac
6517 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
cfbc9945 6518fi
cfbc9945 6519
3725885a
RW
6520case $host_os in
6521 darwin*)
6522 lock_old_archive_extraction=yes ;;
6523 *)
6524 lock_old_archive_extraction=no ;;
6525esac
6526
6527
6528
6529
6530
6531
cfbc9945 6532
cfbc9945
SE
6533
6534
cfbc9945 6535
cfbc9945 6536
cfbc9945 6537
cfbc9945 6538
cfbc9945
SE
6539
6540
cfbc9945 6541
cfbc9945 6542
cfbc9945
SE
6543
6544
6545
6546
6547
6548
6549
5464f5a1 6550
5464f5a1 6551
cfbc9945
SE
6552
6553
6554
5464f5a1 6555
5464f5a1 6556
cfbc9945
SE
6557
6558
6559
5464f5a1 6560
cfbc9945
SE
6561
6562
6563
6564
d7040cdb
SE
6565# If no C compiler was specified, use CC.
6566LTCC=${LTCC-"$CC"}
cfbc9945 6567
d7040cdb
SE
6568# If no C compiler flags were specified, use CFLAGS.
6569LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
cfbc9945 6570
d7040cdb
SE
6571# Allow CC to be a program name with arguments.
6572compiler=$CC
cfbc9945 6573
cfbc9945 6574
d7040cdb 6575# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6577$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 6578if ${lt_cv_sys_global_symbol_pipe+:} false; then :
81ecdfbb 6579 $as_echo_n "(cached) " >&6
d7040cdb 6580else
5464f5a1 6581
d7040cdb
SE
6582# These are sane defaults that work on at least a few old systems.
6583# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5464f5a1 6584
d7040cdb
SE
6585# Character class describing NM global symbol codes.
6586symcode='[BCDEGRST]'
6587
6588# Regexp to match symbols that can be accessed directly from C.
6589sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6590
6591# Define system-specific variables.
6592case $host_os in
6593aix*)
6594 symcode='[BCDT]'
6595 ;;
718a6fd8 6596cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6597 symcode='[ABCDGISTW]'
6598 ;;
6599hpux*)
6600 if test "$host_cpu" = ia64; then
6601 symcode='[ABCDEGRST]'
6602 fi
6603 ;;
6604irix* | nonstopux*)
6605 symcode='[BCDEGRST]'
6606 ;;
6607osf*)
6608 symcode='[BCDEGQRST]'
6609 ;;
6610solaris*)
b9004024 6611 symcode='[BCDRT]'
d7040cdb
SE
6612 ;;
6613sco3.2v5*)
6614 symcode='[DT]'
6615 ;;
6616sysv4.2uw2*)
6617 symcode='[DT]'
6618 ;;
6619sysv5* | sco5v6* | unixware* | OpenUNIX*)
6620 symcode='[ABDT]'
6621 ;;
6622sysv4)
6623 symcode='[DFNSTU]'
6624 ;;
cfbc9945 6625esac
5464f5a1 6626
d7040cdb
SE
6627# If we're using GNU nm, then use its standard symbol codes.
6628case `$NM -V 2>&1` in
6629*GNU* | *'with BFD'*)
6630 symcode='[ABCDGIRSTW]' ;;
6631esac
5464f5a1 6632
d7040cdb
SE
6633# Transform an extracted symbol line into a proper C declaration.
6634# Some systems (esp. on ia64) link data and code symbols differently,
6635# so use this general approach.
6636lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5464f5a1 6637
d7040cdb
SE
6638# Transform an extracted symbol line into symbol name and symbol address
6639lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
718a6fd8 6640lt_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 6641
d7040cdb
SE
6642# Handle CRLF in mingw tool chain
6643opt_cr=
6644case $build_os in
6645mingw*)
6646 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6647 ;;
6648esac
5464f5a1 6649
d7040cdb
SE
6650# Try without a prefix underscore, then with it.
6651for ac_symprfx in "" "_"; do
6652
6653 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6654 symxfrm="\\1 $ac_symprfx\\2 \\2"
6655
6656 # Write the raw and C identifiers.
6657 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6658 # Fake it for dumpbin and say T for any non-static function
6659 # and D for any global variable.
6660 # Also find C++ and __fastcall symbols from MSVC++,
6661 # which start with @ or ?.
6662 lt_cv_sys_global_symbol_pipe="$AWK '"\
6663" {last_section=section; section=\$ 3};"\
6664" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6665" \$ 0!~/External *\|/{next};"\
6666" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6667" {if(hide[section]) next};"\
6668" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6669" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6670" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6671" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6672" ' prfx=^$ac_symprfx"
6673 else
6674 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6675 fi
cfbc9945 6676
d7040cdb
SE
6677 # Check to see that the pipe works correctly.
6678 pipe_works=no
cfbc9945 6679
d7040cdb
SE
6680 rm -f conftest*
6681 cat > conftest.$ac_ext <<_LT_EOF
6682#ifdef __cplusplus
6683extern "C" {
6684#endif
6685char nm_test_var;
6686void nm_test_func(void);
6687void nm_test_func(void){}
6688#ifdef __cplusplus
6689}
6690#endif
6691int main(){nm_test_var='a';nm_test_func();return(0);}
6692_LT_EOF
cfbc9945 6693
81ecdfbb 6694 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
6695 (eval $ac_compile) 2>&5
6696 ac_status=$?
81ecdfbb
RW
6697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6698 test $ac_status = 0; }; then
d7040cdb
SE
6699 # Now try to grab the symbols.
6700 nlist=conftest.nm
3725885a
RW
6701 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6702 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
d7040cdb 6703 ac_status=$?
81ecdfbb
RW
6704 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6705 test $ac_status = 0; } && test -s "$nlist"; then
d7040cdb
SE
6706 # Try sorting and uniquifying the output.
6707 if sort "$nlist" | uniq > "$nlist"T; then
6708 mv -f "$nlist"T "$nlist"
6709 else
6710 rm -f "$nlist"T
6711 fi
cfbc9945 6712
d7040cdb
SE
6713 # Make sure that we snagged all the symbols we need.
6714 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6715 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6716 cat <<_LT_EOF > conftest.$ac_ext
6717#ifdef __cplusplus
6718extern "C" {
6719#endif
cfbc9945 6720
d7040cdb
SE
6721_LT_EOF
6722 # Now generate the symbol file.
6723 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5464f5a1 6724
d7040cdb 6725 cat <<_LT_EOF >> conftest.$ac_ext
cfbc9945 6726
d7040cdb
SE
6727/* The mapping between symbol names and symbols. */
6728const struct {
6729 const char *name;
6730 void *address;
6731}
6732lt__PROGRAM__LTX_preloaded_symbols[] =
6733{
6734 { "@PROGRAM@", (void *) 0 },
6735_LT_EOF
6736 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6737 cat <<\_LT_EOF >> conftest.$ac_ext
6738 {0, (void *) 0}
6739};
6740
6741/* This works around a problem in FreeBSD linker */
6742#ifdef FREEBSD_WORKAROUND
6743static const void *lt_preloaded_setup() {
6744 return lt__PROGRAM__LTX_preloaded_symbols;
6745}
6746#endif
cfbc9945 6747
d7040cdb
SE
6748#ifdef __cplusplus
6749}
6750#endif
6751_LT_EOF
6752 # Now try linking the two files.
6753 mv conftest.$ac_objext conftstm.$ac_objext
6754 lt_save_LIBS="$LIBS"
6755 lt_save_CFLAGS="$CFLAGS"
6756 LIBS="conftstm.$ac_objext"
6757 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6758 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
6759 (eval $ac_link) 2>&5
6760 ac_status=$?
81ecdfbb
RW
6761 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6762 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
d7040cdb
SE
6763 pipe_works=yes
6764 fi
6765 LIBS="$lt_save_LIBS"
6766 CFLAGS="$lt_save_CFLAGS"
6767 else
6768 echo "cannot find nm_test_func in $nlist" >&5
6769 fi
6770 else
6771 echo "cannot find nm_test_var in $nlist" >&5
6772 fi
6773 else
6774 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6775 fi
6776 else
6777 echo "$progname: failed program was:" >&5
6778 cat conftest.$ac_ext >&5
6779 fi
718a6fd8 6780 rm -rf conftest* conftst*
cfbc9945 6781
d7040cdb
SE
6782 # Do not use the global_symbol_pipe unless it works.
6783 if test "$pipe_works" = yes; then
6784 break
6785 else
6786 lt_cv_sys_global_symbol_pipe=
6787 fi
6788done
cfbc9945 6789
252b5132 6790fi
5464f5a1 6791
d7040cdb
SE
6792if test -z "$lt_cv_sys_global_symbol_pipe"; then
6793 lt_cv_sys_global_symbol_to_cdecl=
6794fi
6795if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6797$as_echo "failed" >&6; }
b3baf5d0 6798else
81ecdfbb
RW
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6800$as_echo "ok" >&6; }
d7040cdb 6801fi
5464f5a1 6802
cfbc9945 6803
b3baf5d0 6804
cfbc9945
SE
6805
6806
6807
6808
5464f5a1 6809
4a2a2686
HPN
6810
6811
6812
cfbc9945
SE
6813
6814
cfbc9945 6815
cfbc9945 6816
718a6fd8
SE
6817
6818
6819
6820
6821
9d7cbccd 6822
20e95c23 6823
81ecdfbb
RW
6824# Check whether --enable-libtool-lock was given.
6825if test "${enable_libtool_lock+set}" = set; then :
6826 enableval=$enable_libtool_lock;
6827fi
20e95c23 6828
d7040cdb 6829test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
20e95c23 6830
d7040cdb
SE
6831# Some flags need to be propagated to the compiler or linker for good
6832# libtool support.
6833case $host in
6834ia64-*-hpux*)
6835 # Find out which ABI we are using.
6836 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6837 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
6838 (eval $ac_compile) 2>&5
6839 ac_status=$?
81ecdfbb
RW
6840 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6841 test $ac_status = 0; }; then
d7040cdb
SE
6842 case `/usr/bin/file conftest.$ac_objext` in
6843 *ELF-32*)
6844 HPUX_IA64_MODE="32"
6845 ;;
6846 *ELF-64*)
6847 HPUX_IA64_MODE="64"
6848 ;;
20e95c23 6849 esac
d7040cdb
SE
6850 fi
6851 rm -rf conftest*
6852 ;;
6853*-*-irix6*)
6854 # Find out which ABI we are using.
3725885a 6855 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6856 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
6857 (eval $ac_compile) 2>&5
6858 ac_status=$?
81ecdfbb
RW
6859 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6860 test $ac_status = 0; }; then
d7040cdb
SE
6861 if test "$lt_cv_prog_gnu_ld" = yes; then
6862 case `/usr/bin/file conftest.$ac_objext` in
6863 *32-bit*)
6864 LD="${LD-ld} -melf32bsmip"
6865 ;;
6866 *N32*)
6867 LD="${LD-ld} -melf32bmipn32"
6868 ;;
6869 *64-bit*)
6870 LD="${LD-ld} -melf64bmip"
6871 ;;
6872 esac
20e95c23 6873 else
d7040cdb
SE
6874 case `/usr/bin/file conftest.$ac_objext` in
6875 *32-bit*)
6876 LD="${LD-ld} -32"
6877 ;;
6878 *N32*)
6879 LD="${LD-ld} -n32"
6880 ;;
6881 *64-bit*)
6882 LD="${LD-ld} -64"
6883 ;;
20e95c23
DJ
6884 esac
6885 fi
d7040cdb
SE
6886 fi
6887 rm -rf conftest*
6888 ;;
20e95c23 6889
cc9afea3 6890x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
d7040cdb
SE
6891s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6892 # Find out which ABI we are using.
6893 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6894 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
6895 (eval $ac_compile) 2>&5
6896 ac_status=$?
81ecdfbb
RW
6897 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6898 test $ac_status = 0; }; then
d7040cdb
SE
6899 case `/usr/bin/file conftest.o` in
6900 *32-bit*)
6901 case $host in
6902 x86_64-*kfreebsd*-gnu)
6903 LD="${LD-ld} -m elf_i386_fbsd"
6904 ;;
6905 x86_64-*linux*)
6d2920c8
L
6906 case `/usr/bin/file conftest.o` in
6907 *x86-64*)
6908 LD="${LD-ld} -m elf32_x86_64"
6909 ;;
6910 *)
6911 LD="${LD-ld} -m elf_i386"
6912 ;;
6913 esac
d7040cdb 6914 ;;
cc9afea3
AM
6915 powerpc64le-*linux*)
6916 LD="${LD-ld} -m elf32lppclinux"
6917 ;;
6918 powerpc64-*linux*)
d7040cdb
SE
6919 LD="${LD-ld} -m elf32ppclinux"
6920 ;;
6921 s390x-*linux*)
6922 LD="${LD-ld} -m elf_s390"
6923 ;;
6924 sparc64-*linux*)
6925 LD="${LD-ld} -m elf32_sparc"
6926 ;;
6927 esac
6928 ;;
6929 *64-bit*)
6930 case $host in
6931 x86_64-*kfreebsd*-gnu)
6932 LD="${LD-ld} -m elf_x86_64_fbsd"
6933 ;;
6934 x86_64-*linux*)
6935 LD="${LD-ld} -m elf_x86_64"
6936 ;;
cc9afea3
AM
6937 powerpcle-*linux*)
6938 LD="${LD-ld} -m elf64lppc"
6939 ;;
6940 powerpc-*linux*)
d7040cdb
SE
6941 LD="${LD-ld} -m elf64ppc"
6942 ;;
6943 s390*-*linux*|s390*-*tpf*)
6944 LD="${LD-ld} -m elf64_s390"
6945 ;;
6946 sparc*-*linux*)
6947 LD="${LD-ld} -m elf64_sparc"
6948 ;;
6949 esac
6950 ;;
20e95c23
DJ
6951 esac
6952 fi
d7040cdb 6953 rm -rf conftest*
7357c5b6 6954 ;;
d7040cdb 6955
7357c5b6
AM
6956*-*-sco3.2v5*)
6957 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6958 SAVE_CFLAGS="$CFLAGS"
6959 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
6960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6961$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 6962if ${lt_cv_cc_needs_belf+:} false; then :
81ecdfbb 6963 $as_echo_n "(cached) " >&6
d7040cdb 6964else
7357c5b6
AM
6965 ac_ext=c
6966ac_cpp='$CPP $CPPFLAGS'
6967ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6968ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6969ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb 6970
81ecdfbb 6971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 6972/* end confdefs.h. */
d7040cdb 6973
d7040cdb
SE
6974int
6975main ()
6976{
7357c5b6
AM
6977
6978 ;
6979 return 0;
d7040cdb
SE
6980}
6981_ACEOF
81ecdfbb 6982if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 6983 lt_cv_cc_needs_belf=yes
d7040cdb 6984else
81ecdfbb 6985 lt_cv_cc_needs_belf=no
d7040cdb 6986fi
81ecdfbb
RW
6987rm -f core conftest.err conftest.$ac_objext \
6988 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
6989 ac_ext=c
6990ac_cpp='$CPP $CPPFLAGS'
6991ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6992ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6993ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
6994
6995fi
81ecdfbb
RW
6996{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6997$as_echo "$lt_cv_cc_needs_belf" >&6; }
7357c5b6
AM
6998 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6999 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7000 CFLAGS="$SAVE_CFLAGS"
7001 fi
7002 ;;
7003sparc*-*solaris*)
7004 # Find out which ABI we are using.
7005 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7006 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7007 (eval $ac_compile) 2>&5
7008 ac_status=$?
81ecdfbb
RW
7009 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7010 test $ac_status = 0; }; then
7357c5b6
AM
7011 case `/usr/bin/file conftest.o` in
7012 *64-bit*)
7013 case $lt_cv_prog_gnu_ld in
7014 yes*) LD="${LD-ld} -m elf64_sparc" ;;
718a6fd8
SE
7015 *)
7016 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7017 LD="${LD-ld} -64"
7018 fi
7019 ;;
7357c5b6
AM
7020 esac
7021 ;;
7022 esac
7023 fi
7024 rm -rf conftest*
7025 ;;
7026esac
d7040cdb 7027
7357c5b6 7028need_locks="$enable_libtool_lock"
d7040cdb
SE
7029
7030
718a6fd8
SE
7031 case $host_os in
7032 rhapsody* | darwin*)
7033 if test -n "$ac_tool_prefix"; then
7034 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7035set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7036{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7037$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7038if ${ac_cv_prog_DSYMUTIL+:} false; then :
81ecdfbb 7039 $as_echo_n "(cached) " >&6
718a6fd8
SE
7040else
7041 if test -n "$DSYMUTIL"; then
7042 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7043else
7044as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7045for as_dir in $PATH
7046do
7047 IFS=$as_save_IFS
7048 test -z "$as_dir" && as_dir=.
81ecdfbb 7049 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7050 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7051 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7053 break 2
7054 fi
7055done
81ecdfbb
RW
7056 done
7057IFS=$as_save_IFS
718a6fd8
SE
7058
7059fi
7060fi
7061DSYMUTIL=$ac_cv_prog_DSYMUTIL
7062if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7064$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7065else
81ecdfbb
RW
7066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7067$as_echo "no" >&6; }
718a6fd8
SE
7068fi
7069
81ecdfbb 7070
718a6fd8
SE
7071fi
7072if test -z "$ac_cv_prog_DSYMUTIL"; then
7073 ac_ct_DSYMUTIL=$DSYMUTIL
7074 # Extract the first word of "dsymutil", so it can be a program name with args.
7075set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7077$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7078if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
81ecdfbb 7079 $as_echo_n "(cached) " >&6
718a6fd8
SE
7080else
7081 if test -n "$ac_ct_DSYMUTIL"; then
7082 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7083else
7084as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7085for as_dir in $PATH
7086do
7087 IFS=$as_save_IFS
7088 test -z "$as_dir" && as_dir=.
81ecdfbb 7089 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7090 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7091 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7093 break 2
7094 fi
7095done
81ecdfbb
RW
7096 done
7097IFS=$as_save_IFS
718a6fd8 7098
718a6fd8
SE
7099fi
7100fi
7101ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7102if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7104$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7105else
81ecdfbb
RW
7106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7107$as_echo "no" >&6; }
718a6fd8
SE
7108fi
7109
81ecdfbb
RW
7110 if test "x$ac_ct_DSYMUTIL" = x; then
7111 DSYMUTIL=":"
7112 else
7113 case $cross_compiling:$ac_tool_warned in
7114yes:)
7115{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7116$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7117ac_tool_warned=yes ;;
7118esac
7119 DSYMUTIL=$ac_ct_DSYMUTIL
7120 fi
718a6fd8
SE
7121else
7122 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7123fi
7124
7125 if test -n "$ac_tool_prefix"; then
7126 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7127set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7129$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7130if ${ac_cv_prog_NMEDIT+:} false; then :
81ecdfbb 7131 $as_echo_n "(cached) " >&6
718a6fd8
SE
7132else
7133 if test -n "$NMEDIT"; then
7134 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7135else
7136as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7137for as_dir in $PATH
7138do
7139 IFS=$as_save_IFS
7140 test -z "$as_dir" && as_dir=.
81ecdfbb 7141 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7142 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7143 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7145 break 2
7146 fi
7147done
81ecdfbb
RW
7148 done
7149IFS=$as_save_IFS
718a6fd8
SE
7150
7151fi
7152fi
7153NMEDIT=$ac_cv_prog_NMEDIT
7154if test -n "$NMEDIT"; then
81ecdfbb
RW
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7156$as_echo "$NMEDIT" >&6; }
718a6fd8 7157else
81ecdfbb
RW
7158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7159$as_echo "no" >&6; }
718a6fd8
SE
7160fi
7161
81ecdfbb 7162
718a6fd8
SE
7163fi
7164if test -z "$ac_cv_prog_NMEDIT"; then
7165 ac_ct_NMEDIT=$NMEDIT
7166 # Extract the first word of "nmedit", so it can be a program name with args.
7167set dummy nmedit; ac_word=$2
81ecdfbb
RW
7168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7169$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7170if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
81ecdfbb 7171 $as_echo_n "(cached) " >&6
718a6fd8
SE
7172else
7173 if test -n "$ac_ct_NMEDIT"; then
7174 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7175else
7176as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7177for as_dir in $PATH
7178do
7179 IFS=$as_save_IFS
7180 test -z "$as_dir" && as_dir=.
81ecdfbb 7181 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7182 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7183 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7185 break 2
7186 fi
7187done
81ecdfbb
RW
7188 done
7189IFS=$as_save_IFS
718a6fd8 7190
718a6fd8
SE
7191fi
7192fi
7193ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7194if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7196$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7197else
81ecdfbb
RW
7198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7199$as_echo "no" >&6; }
718a6fd8
SE
7200fi
7201
81ecdfbb
RW
7202 if test "x$ac_ct_NMEDIT" = x; then
7203 NMEDIT=":"
7204 else
7205 case $cross_compiling:$ac_tool_warned in
7206yes:)
7207{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7208$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7209ac_tool_warned=yes ;;
7210esac
7211 NMEDIT=$ac_ct_NMEDIT
7212 fi
718a6fd8
SE
7213else
7214 NMEDIT="$ac_cv_prog_NMEDIT"
7215fi
7216
7217 if test -n "$ac_tool_prefix"; then
7218 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7219set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7221$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7222if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 7223 $as_echo_n "(cached) " >&6
718a6fd8
SE
7224else
7225 if test -n "$LIPO"; then
7226 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7227else
7228as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7229for as_dir in $PATH
7230do
7231 IFS=$as_save_IFS
7232 test -z "$as_dir" && as_dir=.
81ecdfbb 7233 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7234 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7235 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7237 break 2
7238 fi
7239done
81ecdfbb
RW
7240 done
7241IFS=$as_save_IFS
718a6fd8
SE
7242
7243fi
7244fi
7245LIPO=$ac_cv_prog_LIPO
7246if test -n "$LIPO"; then
81ecdfbb
RW
7247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7248$as_echo "$LIPO" >&6; }
718a6fd8 7249else
81ecdfbb
RW
7250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7251$as_echo "no" >&6; }
718a6fd8
SE
7252fi
7253
81ecdfbb 7254
718a6fd8
SE
7255fi
7256if test -z "$ac_cv_prog_LIPO"; then
7257 ac_ct_LIPO=$LIPO
7258 # Extract the first word of "lipo", so it can be a program name with args.
7259set dummy lipo; ac_word=$2
81ecdfbb
RW
7260{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7261$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7262if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
81ecdfbb 7263 $as_echo_n "(cached) " >&6
718a6fd8
SE
7264else
7265 if test -n "$ac_ct_LIPO"; then
7266 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7267else
7268as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7269for as_dir in $PATH
7270do
7271 IFS=$as_save_IFS
7272 test -z "$as_dir" && as_dir=.
81ecdfbb 7273 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7274 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7275 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7277 break 2
7278 fi
7279done
81ecdfbb
RW
7280 done
7281IFS=$as_save_IFS
718a6fd8 7282
718a6fd8
SE
7283fi
7284fi
7285ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7286if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7288$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7289else
81ecdfbb
RW
7290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7291$as_echo "no" >&6; }
718a6fd8
SE
7292fi
7293
81ecdfbb
RW
7294 if test "x$ac_ct_LIPO" = x; then
7295 LIPO=":"
7296 else
7297 case $cross_compiling:$ac_tool_warned in
7298yes:)
7299{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7300$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7301ac_tool_warned=yes ;;
7302esac
7303 LIPO=$ac_ct_LIPO
7304 fi
7305else
718a6fd8
SE
7306 LIPO="$ac_cv_prog_LIPO"
7307fi
7308
7309 if test -n "$ac_tool_prefix"; then
7310 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7311set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7313$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7314if ${ac_cv_prog_OTOOL+:} false; then :
81ecdfbb 7315 $as_echo_n "(cached) " >&6
718a6fd8
SE
7316else
7317 if test -n "$OTOOL"; then
7318 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7319else
7320as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7321for as_dir in $PATH
7322do
7323 IFS=$as_save_IFS
7324 test -z "$as_dir" && as_dir=.
81ecdfbb 7325 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7326 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7327 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7328 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7329 break 2
7330 fi
7331done
81ecdfbb
RW
7332 done
7333IFS=$as_save_IFS
718a6fd8
SE
7334
7335fi
7336fi
7337OTOOL=$ac_cv_prog_OTOOL
7338if test -n "$OTOOL"; then
81ecdfbb
RW
7339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7340$as_echo "$OTOOL" >&6; }
718a6fd8 7341else
81ecdfbb
RW
7342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7343$as_echo "no" >&6; }
718a6fd8
SE
7344fi
7345
81ecdfbb 7346
718a6fd8
SE
7347fi
7348if test -z "$ac_cv_prog_OTOOL"; then
7349 ac_ct_OTOOL=$OTOOL
7350 # Extract the first word of "otool", so it can be a program name with args.
7351set dummy otool; ac_word=$2
81ecdfbb
RW
7352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7353$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7354if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
81ecdfbb 7355 $as_echo_n "(cached) " >&6
718a6fd8
SE
7356else
7357 if test -n "$ac_ct_OTOOL"; then
7358 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7359else
7360as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7361for as_dir in $PATH
7362do
7363 IFS=$as_save_IFS
7364 test -z "$as_dir" && as_dir=.
81ecdfbb 7365 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7366 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7367 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7368 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7369 break 2
7370 fi
7371done
81ecdfbb
RW
7372 done
7373IFS=$as_save_IFS
718a6fd8 7374
718a6fd8
SE
7375fi
7376fi
7377ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7378if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7380$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7381else
81ecdfbb
RW
7382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7383$as_echo "no" >&6; }
718a6fd8
SE
7384fi
7385
81ecdfbb
RW
7386 if test "x$ac_ct_OTOOL" = x; then
7387 OTOOL=":"
7388 else
7389 case $cross_compiling:$ac_tool_warned in
7390yes:)
7391{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7392$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7393ac_tool_warned=yes ;;
7394esac
7395 OTOOL=$ac_ct_OTOOL
7396 fi
718a6fd8
SE
7397else
7398 OTOOL="$ac_cv_prog_OTOOL"
7399fi
7400
7401 if test -n "$ac_tool_prefix"; then
7402 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7403set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7404{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7405$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7406if ${ac_cv_prog_OTOOL64+:} false; then :
81ecdfbb 7407 $as_echo_n "(cached) " >&6
718a6fd8
SE
7408else
7409 if test -n "$OTOOL64"; then
7410 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7411else
7412as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7413for as_dir in $PATH
7414do
7415 IFS=$as_save_IFS
7416 test -z "$as_dir" && as_dir=.
81ecdfbb 7417 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7418 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7419 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7421 break 2
7422 fi
7423done
81ecdfbb
RW
7424 done
7425IFS=$as_save_IFS
718a6fd8
SE
7426
7427fi
7428fi
7429OTOOL64=$ac_cv_prog_OTOOL64
7430if test -n "$OTOOL64"; then
81ecdfbb
RW
7431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7432$as_echo "$OTOOL64" >&6; }
718a6fd8 7433else
81ecdfbb
RW
7434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7435$as_echo "no" >&6; }
718a6fd8
SE
7436fi
7437
81ecdfbb 7438
718a6fd8
SE
7439fi
7440if test -z "$ac_cv_prog_OTOOL64"; then
7441 ac_ct_OTOOL64=$OTOOL64
7442 # Extract the first word of "otool64", so it can be a program name with args.
7443set dummy otool64; ac_word=$2
81ecdfbb
RW
7444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7445$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7446if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
81ecdfbb 7447 $as_echo_n "(cached) " >&6
718a6fd8
SE
7448else
7449 if test -n "$ac_ct_OTOOL64"; then
7450 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7451else
7452as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7453for as_dir in $PATH
7454do
7455 IFS=$as_save_IFS
7456 test -z "$as_dir" && as_dir=.
81ecdfbb 7457 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7458 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7459 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7460 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7461 break 2
7462 fi
7463done
81ecdfbb
RW
7464 done
7465IFS=$as_save_IFS
718a6fd8 7466
718a6fd8
SE
7467fi
7468fi
7469ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7470if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7472$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7473else
81ecdfbb
RW
7474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7475$as_echo "no" >&6; }
718a6fd8
SE
7476fi
7477
81ecdfbb
RW
7478 if test "x$ac_ct_OTOOL64" = x; then
7479 OTOOL64=":"
7480 else
7481 case $cross_compiling:$ac_tool_warned in
7482yes:)
7483{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7484$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7485ac_tool_warned=yes ;;
7486esac
7487 OTOOL64=$ac_ct_OTOOL64
7488 fi
718a6fd8
SE
7489else
7490 OTOOL64="$ac_cv_prog_OTOOL64"
7491fi
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
81ecdfbb
RW
7519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7520$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 7521if ${lt_cv_apple_cc_single_mod+:} false; then :
81ecdfbb 7522 $as_echo_n "(cached) " >&6
718a6fd8
SE
7523else
7524 lt_cv_apple_cc_single_mod=no
7525 if test -z "${LT_MULTI_MODULE}"; then
7526 # By default we will add the -single_module flag. You can override
7527 # by either setting the environment variable LT_MULTI_MODULE
7528 # non-empty at configure time, or by adding -multi_module to the
7529 # link flags.
7530 rm -rf libconftest.dylib*
7531 echo "int foo(void){return 1;}" > conftest.c
7532 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7533-dynamiclib -Wl,-single_module conftest.c" >&5
7534 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7535 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7536 _lt_result=$?
7537 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7538 lt_cv_apple_cc_single_mod=yes
7539 else
7540 cat conftest.err >&5
7541 fi
7542 rm -rf libconftest.dylib*
7543 rm -f conftest.*
7544 fi
7545fi
81ecdfbb
RW
7546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7547$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7549$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 7550if ${lt_cv_ld_exported_symbols_list+:} false; then :
81ecdfbb 7551 $as_echo_n "(cached) " >&6
718a6fd8
SE
7552else
7553 lt_cv_ld_exported_symbols_list=no
7554 save_LDFLAGS=$LDFLAGS
7555 echo "_main" > conftest.sym
7556 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7558/* end confdefs.h. */
7559
7560int
7561main ()
7562{
7563
7564 ;
7565 return 0;
7566}
7567_ACEOF
81ecdfbb 7568if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7569 lt_cv_ld_exported_symbols_list=yes
7570else
81ecdfbb 7571 lt_cv_ld_exported_symbols_list=no
718a6fd8 7572fi
81ecdfbb
RW
7573rm -f core conftest.err conftest.$ac_objext \
7574 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7575 LDFLAGS="$save_LDFLAGS"
7576
7577fi
81ecdfbb
RW
7578{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7579$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7581$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 7582if ${lt_cv_ld_force_load+:} false; then :
3725885a
RW
7583 $as_echo_n "(cached) " >&6
7584else
7585 lt_cv_ld_force_load=no
7586 cat > conftest.c << _LT_EOF
7587int forced_loaded() { return 2;}
7588_LT_EOF
7589 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7590 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7591 echo "$AR cru libconftest.a conftest.o" >&5
7592 $AR cru libconftest.a conftest.o 2>&5
7593 cat > conftest.c << _LT_EOF
7594int main() { return 0;}
7595_LT_EOF
7596 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7597 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7598 _lt_result=$?
7599 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7600 lt_cv_ld_force_load=yes
7601 else
7602 cat conftest.err >&5
7603 fi
7604 rm -f conftest.err libconftest.a conftest conftest.c
7605 rm -rf conftest.dSYM
7606
7607fi
7608{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7609$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
7610 case $host_os in
7611 rhapsody* | darwin1.[012])
7612 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7613 darwin1.*)
7614 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7615 darwin*) # darwin 5.x on
7616 # if running on 10.5 or later, the deployment target defaults
7617 # to the OS version, if on x86, and 10.4, the deployment
7618 # target defaults to 10.4. Don't you love it?
7619 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7620 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7621 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 7622 10.[012][,.]*)
718a6fd8
SE
7623 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7624 10.*)
7625 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7626 esac
7627 ;;
7628 esac
7629 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7630 _lt_dar_single_mod='$single_module'
7631 fi
7632 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7633 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7634 else
7635 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7636 fi
3725885a 7637 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7638 _lt_dsymutil='~$DSYMUTIL $lib || :'
7639 else
7640 _lt_dsymutil=
7641 fi
7642 ;;
7643 esac
7644
d7040cdb 7645for ac_header in dlfcn.h
81ecdfbb
RW
7646do :
7647 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7648"
d0ac1c44 7649if test "x$ac_cv_header_dlfcn_h" = xyes; then :
d7040cdb 7650 cat >>confdefs.h <<_ACEOF
81ecdfbb 7651#define HAVE_DLFCN_H 1
d7040cdb
SE
7652_ACEOF
7653
7654fi
7655
7656done
7657
7658
7659
3725885a
RW
7660
7661
718a6fd8 7662# Set options
ce3c775b 7663enable_dlopen=yes
718a6fd8
SE
7664
7665
7666
718a6fd8
SE
7667
7668 enable_win32_dll=no
7669
7670
7671
81ecdfbb
RW
7672 # Check whether --enable-static was given.
7673if test "${enable_static+set}" = set; then :
7674 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7675 case $enableval in
7676 yes) enable_static=yes ;;
7677 no) enable_static=no ;;
7678 *)
7679 enable_static=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_static=yes
7686 fi
7687 done
7688 IFS="$lt_save_ifs"
7689 ;;
7690 esac
7691else
7692 enable_static=yes
81ecdfbb 7693fi
718a6fd8
SE
7694
7695
7696
7697
7698
7699
7700
7701
7702
81ecdfbb
RW
7703
7704# Check whether --with-pic was given.
7705if test "${with_pic+set}" = set; then :
7706 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
7707else
7708 pic_mode=default
81ecdfbb
RW
7709fi
7710
718a6fd8
SE
7711
7712test -z "$pic_mode" && pic_mode=default
7713
7714
7715
7716
7717
7718
7719
81ecdfbb
RW
7720 # Check whether --enable-fast-install was given.
7721if test "${enable_fast_install+set}" = set; then :
7722 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7723 case $enableval in
7724 yes) enable_fast_install=yes ;;
7725 no) enable_fast_install=no ;;
7726 *)
7727 enable_fast_install=no
7728 # Look at the argument we got. We use all the common list separators.
7729 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7730 for pkg in $enableval; do
7731 IFS="$lt_save_ifs"
7732 if test "X$pkg" = "X$p"; then
7733 enable_fast_install=yes
7734 fi
7735 done
7736 IFS="$lt_save_ifs"
7737 ;;
7738 esac
7739else
7740 enable_fast_install=yes
81ecdfbb
RW
7741fi
7742
718a6fd8
SE
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
d7040cdb
SE
7753# This can be used to rebuild libtool when needed
7754LIBTOOL_DEPS="$ltmain"
7755
7756# Always use our own libtool.
7757LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
3725885a 7781
d7040cdb
SE
7782
7783
7784test -z "$LN_S" && LN_S="ln -s"
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799if test -n "${ZSH_VERSION+set}" ; then
7800 setopt NO_GLOB_SUBST
7801fi
7802
81ecdfbb
RW
7803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7804$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7805if ${lt_cv_objdir+:} false; then :
81ecdfbb 7806 $as_echo_n "(cached) " >&6
d7040cdb
SE
7807else
7808 rm -f .libs 2>/dev/null
7809mkdir .libs 2>/dev/null
7810if test -d .libs; then
7811 lt_cv_objdir=.libs
7812else
7813 # MS-DOS does not allow filenames that begin with a dot.
7814 lt_cv_objdir=_libs
7815fi
7816rmdir .libs 2>/dev/null
7817fi
81ecdfbb
RW
7818{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7819$as_echo "$lt_cv_objdir" >&6; }
d7040cdb
SE
7820objdir=$lt_cv_objdir
7821
7822
7823
7824
7825
7826cat >>confdefs.h <<_ACEOF
7827#define LT_OBJDIR "$lt_cv_objdir/"
7828_ACEOF
7829
7830
7831
7832
d7040cdb
SE
7833case $host_os in
7834aix3*)
7835 # AIX sometimes has problems with the GCC collect2 program. For some
7836 # reason, if we set the COLLECT_NAMES environment variable, the problems
7837 # vanish in a puff of smoke.
7838 if test "X${COLLECT_NAMES+set}" != Xset; then
7839 COLLECT_NAMES=
7840 export COLLECT_NAMES
7841 fi
7842 ;;
7843esac
7844
d7040cdb
SE
7845# Global variables:
7846ofile=libtool
7847can_build_shared=yes
7848
7849# All known linkers require a `.a' archive for static linking (except MSVC,
7850# which needs '.lib').
7851libext=a
7852
7853with_gnu_ld="$lt_cv_prog_gnu_ld"
7854
7855old_CC="$CC"
7856old_CFLAGS="$CFLAGS"
7857
7858# Set sane defaults for various variables
7859test -z "$CC" && CC=cc
7860test -z "$LTCC" && LTCC=$CC
7861test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7862test -z "$LD" && LD=ld
7863test -z "$ac_objext" && ac_objext=o
7864
7865for cc_temp in $compiler""; do
7866 case $cc_temp in
7867 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7868 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7869 \-*) ;;
7870 *) break;;
7871 esac
7872done
3725885a 7873cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
7874
7875
7876# Only perform the check for file, if the check method requires it
7877test -z "$MAGIC_CMD" && MAGIC_CMD=file
7878case $deplibs_check_method in
7879file_magic*)
7880 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
7881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7882$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7883if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 7884 $as_echo_n "(cached) " >&6
d7040cdb
SE
7885else
7886 case $MAGIC_CMD in
7887[\\/*] | ?:[\\/]*)
7888 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7889 ;;
7890*)
7891 lt_save_MAGIC_CMD="$MAGIC_CMD"
7892 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7893 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7894 for ac_dir in $ac_dummy; do
7895 IFS="$lt_save_ifs"
7896 test -z "$ac_dir" && ac_dir=.
7897 if test -f $ac_dir/${ac_tool_prefix}file; then
7898 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7899 if test -n "$file_magic_test_file"; then
7900 case $deplibs_check_method in
7901 "file_magic "*)
7902 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7903 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7904 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7905 $EGREP "$file_magic_regex" > /dev/null; then
7906 :
7907 else
7908 cat <<_LT_EOF 1>&2
7909
7910*** Warning: the command libtool uses to detect shared libraries,
7911*** $file_magic_cmd, produces output that libtool cannot recognize.
7912*** The result is that libtool may fail to recognize shared libraries
7913*** as such. This will affect the creation of libtool libraries that
7914*** depend on shared libraries, but programs linked with such libtool
7915*** libraries will work regardless of this problem. Nevertheless, you
7916*** may want to report the problem to your system manager and/or to
7917*** bug-libtool@gnu.org
7918
7919_LT_EOF
7920 fi ;;
7921 esac
7922 fi
7923 break
7924 fi
7925 done
7926 IFS="$lt_save_ifs"
7927 MAGIC_CMD="$lt_save_MAGIC_CMD"
7928 ;;
7929esac
7930fi
7931
7932MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7933if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7935$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 7936else
81ecdfbb
RW
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7938$as_echo "no" >&6; }
d7040cdb
SE
7939fi
7940
7941
7942
7943
7944
7945if test -z "$lt_cv_path_MAGIC_CMD"; then
7946 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
7947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7948$as_echo_n "checking for file... " >&6; }
d0ac1c44 7949if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 7950 $as_echo_n "(cached) " >&6
d7040cdb
SE
7951else
7952 case $MAGIC_CMD in
7953[\\/*] | ?:[\\/]*)
7954 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7955 ;;
7956*)
7957 lt_save_MAGIC_CMD="$MAGIC_CMD"
7958 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7959 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7960 for ac_dir in $ac_dummy; do
7961 IFS="$lt_save_ifs"
7962 test -z "$ac_dir" && ac_dir=.
7963 if test -f $ac_dir/file; then
7964 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7965 if test -n "$file_magic_test_file"; then
7966 case $deplibs_check_method in
7967 "file_magic "*)
7968 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7969 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7970 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7971 $EGREP "$file_magic_regex" > /dev/null; then
7972 :
7973 else
7974 cat <<_LT_EOF 1>&2
7975
7976*** Warning: the command libtool uses to detect shared libraries,
7977*** $file_magic_cmd, produces output that libtool cannot recognize.
7978*** The result is that libtool may fail to recognize shared libraries
7979*** as such. This will affect the creation of libtool libraries that
7980*** depend on shared libraries, but programs linked with such libtool
7981*** libraries will work regardless of this problem. Nevertheless, you
7982*** may want to report the problem to your system manager and/or to
7983*** bug-libtool@gnu.org
7984
7985_LT_EOF
7986 fi ;;
7987 esac
7988 fi
7989 break
7990 fi
7991 done
7992 IFS="$lt_save_ifs"
7993 MAGIC_CMD="$lt_save_MAGIC_CMD"
7994 ;;
7995esac
7996fi
7997
7998MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7999if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8001$as_echo "$MAGIC_CMD" >&6; }
d7040cdb 8002else
81ecdfbb
RW
8003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8004$as_echo "no" >&6; }
d7040cdb
SE
8005fi
8006
8007
8008 else
8009 MAGIC_CMD=:
8010 fi
8011fi
8012
8013 fi
8014 ;;
8015esac
8016
8017# Use C for the default configuration in the libtool script
8018
8019lt_save_CC="$CC"
8020ac_ext=c
8021ac_cpp='$CPP $CPPFLAGS'
8022ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8023ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8024ac_compiler_gnu=$ac_cv_c_compiler_gnu
8025
8026
8027# Source file extension for C test sources.
8028ac_ext=c
8029
8030# Object file extension for compiled C test sources.
8031objext=o
8032objext=$objext
8033
8034# Code to be used in simple compile tests
8035lt_simple_compile_test_code="int some_variable = 0;"
8036
8037# Code to be used in simple link tests
8038lt_simple_link_test_code='int main(){return(0);}'
8039
8040
8041
8042
8043
8044
8045
8046# If no C compiler was specified, use CC.
8047LTCC=${LTCC-"$CC"}
8048
8049# If no C compiler flags were specified, use CFLAGS.
8050LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8051
8052# Allow CC to be a program name with arguments.
8053compiler=$CC
8054
8055# Save the default compiler, since it gets overwritten when the other
8056# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8057compiler_DEFAULT=$CC
8058
8059# save warnings/boilerplate of simple test code
8060ac_outfile=conftest.$ac_objext
8061echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8062eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8063_lt_compiler_boilerplate=`cat conftest.err`
8064$RM conftest*
8065
8066ac_outfile=conftest.$ac_objext
8067echo "$lt_simple_link_test_code" >conftest.$ac_ext
8068eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8069_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8070$RM -r conftest*
d7040cdb
SE
8071
8072
8073## CAVEAT EMPTOR:
8074## There is no encapsulation within the following macros, do not change
8075## the running order or otherwise move them around unless you know exactly
8076## what you are doing...
8077if test -n "$compiler"; then
8078
8079lt_prog_compiler_no_builtin_flag=
8080
8081if test "$GCC" = yes; then
3725885a
RW
8082 case $cc_basename in
8083 nvcc*)
8084 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8085 *)
8086 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8087 esac
d7040cdb 8088
81ecdfbb
RW
8089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8090$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8091if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
81ecdfbb 8092 $as_echo_n "(cached) " >&6
d7040cdb
SE
8093else
8094 lt_cv_prog_compiler_rtti_exceptions=no
8095 ac_outfile=conftest.$ac_objext
8096 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8097 lt_compiler_flag="-fno-rtti -fno-exceptions"
8098 # Insert the option either (1) after the last *FLAGS variable, or
8099 # (2) before a word containing "conftest.", or (3) at the end.
8100 # Note that $ac_compile itself does not contain backslashes and begins
8101 # with a dollar sign (not a hyphen), so the echo should work correctly.
8102 # The option is referenced via a variable to avoid confusing sed.
8103 lt_compile=`echo "$ac_compile" | $SED \
8104 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8105 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8106 -e 's:$: $lt_compiler_flag:'`
3725885a 8107 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8108 (eval "$lt_compile" 2>conftest.err)
8109 ac_status=$?
8110 cat conftest.err >&5
3725885a 8111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8112 if (exit $ac_status) && test -s "$ac_outfile"; then
8113 # The compiler can only warn and ignore the option if not recognized
8114 # So say no if there are warnings other than the usual output.
3725885a 8115 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8116 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8117 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8118 lt_cv_prog_compiler_rtti_exceptions=yes
8119 fi
8120 fi
8121 $RM conftest*
8122
8123fi
81ecdfbb
RW
8124{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8125$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8126
8127if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8128 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8129else
8130 :
8131fi
8132
8133fi
8134
8135
8136
8137
8138
8139
8140 lt_prog_compiler_wl=
8141lt_prog_compiler_pic=
8142lt_prog_compiler_static=
8143
81ecdfbb
RW
8144{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8145$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8146
8147 if test "$GCC" = yes; then
8148 lt_prog_compiler_wl='-Wl,'
8149 lt_prog_compiler_static='-static'
8150
8151 case $host_os in
8152 aix*)
8153 # All AIX code is PIC.
8154 if test "$host_cpu" = ia64; then
8155 # AIX 5 now supports IA64 processor
8156 lt_prog_compiler_static='-Bstatic'
8157 fi
6c9c0a50 8158 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8159 ;;
8160
8161 amigaos*)
718a6fd8
SE
8162 case $host_cpu in
8163 powerpc)
8164 # see comment about AmigaOS4 .so support
8165 lt_prog_compiler_pic='-fPIC'
8166 ;;
8167 m68k)
8168 # FIXME: we need at least 68020 code to build shared libraries, but
8169 # adding the `-m68020' flag to GCC prevents building anything better,
8170 # like `-m68040'.
8171 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8172 ;;
8173 esac
d7040cdb
SE
8174 ;;
8175
8176 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8177 # PIC is the default for these OSes.
8178 ;;
8179
718a6fd8 8180 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8181 # This hack is so that the source file can tell whether it is being
8182 # built for inclusion in a dll (and should export symbols for example).
8183 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8184 # (--disable-auto-import) libraries
8185 lt_prog_compiler_pic='-DDLL_EXPORT'
8186 ;;
8187
8188 darwin* | rhapsody*)
8189 # PIC is the default on this platform
8190 # Common symbols not allowed in MH_DYLIB files
8191 lt_prog_compiler_pic='-fno-common'
8192 ;;
8193
3725885a
RW
8194 haiku*)
8195 # PIC is the default for Haiku.
8196 # The "-static" flag exists, but is broken.
8197 lt_prog_compiler_static=
8198 ;;
8199
d7040cdb 8200 hpux*)
718a6fd8
SE
8201 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8202 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8203 # sets the default TLS model and affects inlining.
d7040cdb 8204 case $host_cpu in
718a6fd8 8205 hppa*64*)
d7040cdb
SE
8206 # +Z the default
8207 ;;
8208 *)
8209 lt_prog_compiler_pic='-fPIC'
8210 ;;
8211 esac
8212 ;;
8213
8214 interix[3-9]*)
8215 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8216 # Instead, we relocate shared libraries at runtime.
8217 ;;
8218
8219 msdosdjgpp*)
8220 # Just because we use GCC doesn't mean we suddenly get shared libraries
8221 # on systems that don't support them.
8222 lt_prog_compiler_can_build_shared=no
8223 enable_shared=no
8224 ;;
8225
8226 *nto* | *qnx*)
8227 # QNX uses GNU C++, but need to define -shared option too, otherwise
8228 # it will coredump.
8229 lt_prog_compiler_pic='-fPIC -shared'
8230 ;;
8231
8232 sysv4*MP*)
8233 if test -d /usr/nec; then
8234 lt_prog_compiler_pic=-Kconform_pic
8235 fi
8236 ;;
8237
8238 *)
8239 lt_prog_compiler_pic='-fPIC'
8240 ;;
8241 esac
3725885a
RW
8242
8243 case $cc_basename in
8244 nvcc*) # Cuda Compiler Driver 2.2
8245 lt_prog_compiler_wl='-Xlinker '
8246 lt_prog_compiler_pic='-Xcompiler -fPIC'
8247 ;;
8248 esac
d7040cdb
SE
8249 else
8250 # PORTME Check for flag to pass linker flags through the system compiler.
8251 case $host_os in
8252 aix*)
8253 lt_prog_compiler_wl='-Wl,'
8254 if test "$host_cpu" = ia64; then
8255 # AIX 5 now supports IA64 processor
8256 lt_prog_compiler_static='-Bstatic'
8257 else
8258 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8259 fi
8260 ;;
d7040cdb 8261
718a6fd8 8262 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8263 # This hack is so that the source file can tell whether it is being
8264 # built for inclusion in a dll (and should export symbols for example).
8265 lt_prog_compiler_pic='-DDLL_EXPORT'
8266 ;;
8267
8268 hpux9* | hpux10* | hpux11*)
8269 lt_prog_compiler_wl='-Wl,'
8270 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8271 # not for PA HP-UX.
8272 case $host_cpu in
8273 hppa*64*|ia64*)
8274 # +Z the default
8275 ;;
8276 *)
8277 lt_prog_compiler_pic='+Z'
8278 ;;
8279 esac
8280 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8281 lt_prog_compiler_static='${wl}-a ${wl}archive'
8282 ;;
8283
8284 irix5* | irix6* | nonstopux*)
8285 lt_prog_compiler_wl='-Wl,'
8286 # PIC (with -KPIC) is the default.
8287 lt_prog_compiler_static='-non_shared'
8288 ;;
8289
58e24671 8290 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8291 case $cc_basename in
718a6fd8
SE
8292 # old Intel for x86_64 which still supported -KPIC.
8293 ecc*)
d7040cdb
SE
8294 lt_prog_compiler_wl='-Wl,'
8295 lt_prog_compiler_pic='-KPIC'
8296 lt_prog_compiler_static='-static'
8297 ;;
718a6fd8
SE
8298 # icc used to be incompatible with GCC.
8299 # ICC 10 doesn't accept -KPIC any more.
8300 icc* | ifort*)
8301 lt_prog_compiler_wl='-Wl,'
8302 lt_prog_compiler_pic='-fPIC'
8303 lt_prog_compiler_static='-static'
8304 ;;
8305 # Lahey Fortran 8.1.
8306 lf95*)
8307 lt_prog_compiler_wl='-Wl,'
8308 lt_prog_compiler_pic='--shared'
8309 lt_prog_compiler_static='--static'
8310 ;;
3725885a 8311 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8312 # Portland Group compilers (*not* the Pentium gcc compiler,
8313 # which looks to be a dead project)
8314 lt_prog_compiler_wl='-Wl,'
8315 lt_prog_compiler_pic='-fpic'
8316 lt_prog_compiler_static='-Bstatic'
8317 ;;
8318 ccc*)
8319 lt_prog_compiler_wl='-Wl,'
8320 # All Alpha code is PIC.
8321 lt_prog_compiler_static='-non_shared'
8322 ;;
3725885a
RW
8323 xl* | bgxl* | bgf* | mpixl*)
8324 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8325 lt_prog_compiler_wl='-Wl,'
8326 lt_prog_compiler_pic='-qpic'
8327 lt_prog_compiler_static='-qstaticlink'
8328 ;;
d7040cdb
SE
8329 *)
8330 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8331 *Sun\ F* | *Sun*Fortran*)
8332 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8333 lt_prog_compiler_pic='-KPIC'
8334 lt_prog_compiler_static='-Bstatic'
3725885a 8335 lt_prog_compiler_wl=''
d7040cdb 8336 ;;
3725885a
RW
8337 *Sun\ C*)
8338 # Sun C 5.9
d7040cdb
SE
8339 lt_prog_compiler_pic='-KPIC'
8340 lt_prog_compiler_static='-Bstatic'
3725885a 8341 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8342 ;;
8343 esac
8344 ;;
8345 esac
8346 ;;
8347
8348 newsos6)
8349 lt_prog_compiler_pic='-KPIC'
8350 lt_prog_compiler_static='-Bstatic'
8351 ;;
8352
8353 *nto* | *qnx*)
8354 # QNX uses GNU C++, but need to define -shared option too, otherwise
8355 # it will coredump.
8356 lt_prog_compiler_pic='-fPIC -shared'
8357 ;;
8358
8359 osf3* | osf4* | osf5*)
8360 lt_prog_compiler_wl='-Wl,'
8361 # All OSF/1 code is PIC.
8362 lt_prog_compiler_static='-non_shared'
8363 ;;
8364
8365 rdos*)
8366 lt_prog_compiler_static='-non_shared'
8367 ;;
8368
8369 solaris*)
8370 lt_prog_compiler_pic='-KPIC'
8371 lt_prog_compiler_static='-Bstatic'
8372 case $cc_basename in
8373 f77* | f90* | f95*)
8374 lt_prog_compiler_wl='-Qoption ld ';;
8375 *)
8376 lt_prog_compiler_wl='-Wl,';;
8377 esac
8378 ;;
8379
8380 sunos4*)
8381 lt_prog_compiler_wl='-Qoption ld '
8382 lt_prog_compiler_pic='-PIC'
8383 lt_prog_compiler_static='-Bstatic'
8384 ;;
8385
8386 sysv4 | sysv4.2uw2* | sysv4.3*)
8387 lt_prog_compiler_wl='-Wl,'
8388 lt_prog_compiler_pic='-KPIC'
8389 lt_prog_compiler_static='-Bstatic'
8390 ;;
8391
8392 sysv4*MP*)
8393 if test -d /usr/nec ;then
8394 lt_prog_compiler_pic='-Kconform_pic'
8395 lt_prog_compiler_static='-Bstatic'
8396 fi
8397 ;;
8398
8399 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8400 lt_prog_compiler_wl='-Wl,'
8401 lt_prog_compiler_pic='-KPIC'
8402 lt_prog_compiler_static='-Bstatic'
8403 ;;
8404
8405 unicos*)
8406 lt_prog_compiler_wl='-Wl,'
8407 lt_prog_compiler_can_build_shared=no
8408 ;;
8409
8410 uts4*)
8411 lt_prog_compiler_pic='-pic'
8412 lt_prog_compiler_static='-Bstatic'
8413 ;;
8414
8415 *)
8416 lt_prog_compiler_can_build_shared=no
8417 ;;
8418 esac
8419 fi
8420
8421case $host_os in
8422 # For platforms which do not support PIC, -DPIC is meaningless:
8423 *djgpp*)
8424 lt_prog_compiler_pic=
8425 ;;
8426 *)
8427 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8428 ;;
8429esac
81ecdfbb
RW
8430{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8431$as_echo "$lt_prog_compiler_pic" >&6; }
d7040cdb
SE
8432
8433
8434
8435
8436
8437
8438#
8439# Check to make sure the PIC flag actually works.
8440#
8441if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8443$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8444if ${lt_cv_prog_compiler_pic_works+:} false; then :
81ecdfbb 8445 $as_echo_n "(cached) " >&6
d7040cdb 8446else
718a6fd8 8447 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8448 ac_outfile=conftest.$ac_objext
8449 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8450 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8451 # Insert the option either (1) after the last *FLAGS variable, or
8452 # (2) before a word containing "conftest.", or (3) at the end.
8453 # Note that $ac_compile itself does not contain backslashes and begins
8454 # with a dollar sign (not a hyphen), so the echo should work correctly.
8455 # The option is referenced via a variable to avoid confusing sed.
8456 lt_compile=`echo "$ac_compile" | $SED \
8457 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8458 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8459 -e 's:$: $lt_compiler_flag:'`
3725885a 8460 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8461 (eval "$lt_compile" 2>conftest.err)
8462 ac_status=$?
8463 cat conftest.err >&5
3725885a 8464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8465 if (exit $ac_status) && test -s "$ac_outfile"; then
8466 # The compiler can only warn and ignore the option if not recognized
8467 # So say no if there are warnings other than the usual output.
3725885a 8468 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8469 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8470 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8471 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8472 fi
8473 fi
8474 $RM conftest*
8475
8476fi
81ecdfbb
RW
8477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8478$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8479
718a6fd8 8480if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8481 case $lt_prog_compiler_pic in
8482 "" | " "*) ;;
8483 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8484 esac
8485else
8486 lt_prog_compiler_pic=
8487 lt_prog_compiler_can_build_shared=no
8488fi
8489
8490fi
8491
8492
8493
8494
8495
8496
8497#
8498# Check to make sure the static flag actually works.
8499#
8500wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8502$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8503if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8504 $as_echo_n "(cached) " >&6
d7040cdb 8505else
718a6fd8 8506 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8507 save_LDFLAGS="$LDFLAGS"
8508 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8509 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8510 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8511 # The linker can only warn and ignore the option if not recognized
8512 # So say no if there are warnings
8513 if test -s conftest.err; then
8514 # Append any errors to the config.log.
8515 cat conftest.err 1>&5
3725885a 8516 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8517 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8518 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8519 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8520 fi
8521 else
718a6fd8 8522 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8523 fi
8524 fi
718a6fd8 8525 $RM -r conftest*
d7040cdb
SE
8526 LDFLAGS="$save_LDFLAGS"
8527
8528fi
81ecdfbb
RW
8529{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8530$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8531
718a6fd8 8532if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8533 :
8534else
8535 lt_prog_compiler_static=
8536fi
8537
8538
8539
8540
8541
8542
8543
81ecdfbb
RW
8544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8545$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8546if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8547 $as_echo_n "(cached) " >&6
d7040cdb
SE
8548else
8549 lt_cv_prog_compiler_c_o=no
8550 $RM -r conftest 2>/dev/null
8551 mkdir conftest
8552 cd conftest
8553 mkdir out
8554 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8555
8556 lt_compiler_flag="-o out/conftest2.$ac_objext"
8557 # Insert the option either (1) after the last *FLAGS variable, or
8558 # (2) before a word containing "conftest.", or (3) at the end.
8559 # Note that $ac_compile itself does not contain backslashes and begins
8560 # with a dollar sign (not a hyphen), so the echo should work correctly.
8561 lt_compile=`echo "$ac_compile" | $SED \
8562 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8563 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8564 -e 's:$: $lt_compiler_flag:'`
3725885a 8565 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8566 (eval "$lt_compile" 2>out/conftest.err)
8567 ac_status=$?
8568 cat out/conftest.err >&5
3725885a 8569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8570 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8571 then
8572 # The compiler can only warn and ignore the option if not recognized
8573 # So say no if there are warnings
3725885a 8574 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8575 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8576 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8577 lt_cv_prog_compiler_c_o=yes
8578 fi
8579 fi
8580 chmod u+w . 2>&5
8581 $RM conftest*
8582 # SGI C++ compiler will create directory out/ii_files/ for
8583 # template instantiation
8584 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8585 $RM out/* && rmdir out
8586 cd ..
8587 $RM -r conftest
8588 $RM conftest*
8589
8590fi
81ecdfbb
RW
8591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8592$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8593
8594
8595
8596
8597
8598
81ecdfbb
RW
8599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8600$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8601if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8602 $as_echo_n "(cached) " >&6
d7040cdb
SE
8603else
8604 lt_cv_prog_compiler_c_o=no
8605 $RM -r conftest 2>/dev/null
8606 mkdir conftest
8607 cd conftest
8608 mkdir out
8609 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8610
8611 lt_compiler_flag="-o out/conftest2.$ac_objext"
8612 # Insert the option either (1) after the last *FLAGS variable, or
8613 # (2) before a word containing "conftest.", or (3) at the end.
8614 # Note that $ac_compile itself does not contain backslashes and begins
8615 # with a dollar sign (not a hyphen), so the echo should work correctly.
8616 lt_compile=`echo "$ac_compile" | $SED \
8617 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8618 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8619 -e 's:$: $lt_compiler_flag:'`
3725885a 8620 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8621 (eval "$lt_compile" 2>out/conftest.err)
8622 ac_status=$?
8623 cat out/conftest.err >&5
3725885a 8624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8625 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8626 then
8627 # The compiler can only warn and ignore the option if not recognized
8628 # So say no if there are warnings
3725885a 8629 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8630 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8631 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8632 lt_cv_prog_compiler_c_o=yes
8633 fi
8634 fi
8635 chmod u+w . 2>&5
8636 $RM conftest*
8637 # SGI C++ compiler will create directory out/ii_files/ for
8638 # template instantiation
8639 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8640 $RM out/* && rmdir out
8641 cd ..
8642 $RM -r conftest
8643 $RM conftest*
8644
8645fi
81ecdfbb
RW
8646{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8647$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8648
8649
8650
8651
8652hard_links="nottested"
8653if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8654 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8656$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
8657 hard_links=yes
8658 $RM conftest*
8659 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8660 touch conftest.a
8661 ln conftest.a conftest.b 2>&5 || hard_links=no
8662 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8664$as_echo "$hard_links" >&6; }
d7040cdb 8665 if test "$hard_links" = no; then
81ecdfbb
RW
8666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8667$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
8668 need_locks=warn
8669 fi
8670else
8671 need_locks=no
8672fi
8673
8674
8675
8676
8677
8678
81ecdfbb
RW
8679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8680$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
8681
8682 runpath_var=
8683 allow_undefined_flag=
8684 always_export_symbols=no
8685 archive_cmds=
8686 archive_expsym_cmds=
8687 compiler_needs_object=no
8688 enable_shared_with_static_runtimes=no
8689 export_dynamic_flag_spec=
8690 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8691 hardcode_automatic=no
8692 hardcode_direct=no
8693 hardcode_direct_absolute=no
8694 hardcode_libdir_flag_spec=
8695 hardcode_libdir_flag_spec_ld=
8696 hardcode_libdir_separator=
8697 hardcode_minus_L=no
8698 hardcode_shlibpath_var=unsupported
8699 inherit_rpath=no
8700 link_all_deplibs=unknown
8701 module_cmds=
8702 module_expsym_cmds=
8703 old_archive_from_new_cmds=
8704 old_archive_from_expsyms_cmds=
8705 thread_safe_flag_spec=
8706 whole_archive_flag_spec=
8707 # include_expsyms should be a list of space-separated symbols to be *always*
8708 # included in the symbol list
8709 include_expsyms=
8710 # exclude_expsyms can be an extended regexp of symbols to exclude
8711 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8712 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8713 # as well as any symbol that contains `d'.
718a6fd8 8714 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
8715 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8716 # platforms (ab)use it in PIC code, but their linkers get confused if
8717 # the symbol is explicitly referenced. Since portable code cannot
8718 # rely on this symbol name, it's probably fine to never include it in
8719 # preloaded symbol tables.
718a6fd8 8720 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
8721 extract_expsyms_cmds=
8722
8723 case $host_os in
718a6fd8 8724 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8725 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8726 # When not using gcc, we currently assume that we are using
8727 # Microsoft Visual C++.
8728 if test "$GCC" != yes; then
8729 with_gnu_ld=no
8730 fi
8731 ;;
8732 interix*)
8733 # we just hope/assume this is gcc and not c89 (= MSVC++)
8734 with_gnu_ld=yes
8735 ;;
8736 openbsd*)
8737 with_gnu_ld=no
8738 ;;
8739 esac
8740
8741 ld_shlibs=yes
3725885a
RW
8742
8743 # On some targets, GNU ld is compatible enough with the native linker
8744 # that we're better off using the native interface for both.
8745 lt_use_gnu_ld_interface=no
d7040cdb 8746 if test "$with_gnu_ld" = yes; then
3725885a
RW
8747 case $host_os in
8748 aix*)
8749 # The AIX port of GNU ld has always aspired to compatibility
8750 # with the native linker. However, as the warning in the GNU ld
8751 # block says, versions before 2.19.5* couldn't really create working
8752 # shared libraries, regardless of the interface used.
8753 case `$LD -v 2>&1` in
8754 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8755 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8756 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8757 *)
8758 lt_use_gnu_ld_interface=yes
8759 ;;
8760 esac
8761 ;;
8762 *)
8763 lt_use_gnu_ld_interface=yes
8764 ;;
8765 esac
8766 fi
8767
8768 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
8769 # If archive_cmds runs LD, not CC, wlarc should be empty
8770 wlarc='${wl}'
8771
8772 # Set some defaults for GNU ld with shared library support. These
8773 # are reset later if shared libraries are not supported. Putting them
8774 # here allows them to be overridden if necessary.
8775 runpath_var=LD_RUN_PATH
8776 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8777 export_dynamic_flag_spec='${wl}--export-dynamic'
8778 # ancient GNU ld didn't support --whole-archive et. al.
8779 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8780 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8781 else
8782 whole_archive_flag_spec=
8783 fi
8784 supports_anon_versioning=no
8785 case `$LD -v 2>&1` in
3725885a 8786 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
8787 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8788 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8789 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8790 *\ 2.11.*) ;; # other 2.11 versions
8791 *) supports_anon_versioning=yes ;;
8792 esac
8793
8794 # See if GNU ld supports shared libraries.
8795 case $host_os in
e81819a5 8796 aix[3-9]*)
d7040cdb
SE
8797 # On AIX/PPC, the GNU linker is very broken
8798 if test "$host_cpu" != ia64; then
8799 ld_shlibs=no
8800 cat <<_LT_EOF 1>&2
8801
3725885a 8802*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
8803*** to be unable to reliably create shared libraries on AIX.
8804*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8805*** really care for shared libraries, you may want to install binutils
8806*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8807*** You will then need to restart the configuration process.
d7040cdb
SE
8808
8809_LT_EOF
8810 fi
8811 ;;
8812
8813 amigaos*)
718a6fd8
SE
8814 case $host_cpu in
8815 powerpc)
8816 # see comment about AmigaOS4 .so support
8817 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8818 archive_expsym_cmds=''
8819 ;;
8820 m68k)
8821 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)'
8822 hardcode_libdir_flag_spec='-L$libdir'
8823 hardcode_minus_L=yes
8824 ;;
8825 esac
d7040cdb
SE
8826 ;;
8827
8828 beos*)
8829 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8830 allow_undefined_flag=unsupported
8831 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8832 # support --undefined. This deserves some investigation. FIXME
8833 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8834 else
8835 ld_shlibs=no
8836 fi
8837 ;;
8838
718a6fd8 8839 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8840 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8841 # as there is no search path for DLLs.
8842 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8843 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
8844 allow_undefined_flag=unsupported
8845 always_export_symbols=no
8846 enable_shared_with_static_runtimes=yes
8847 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8848
8849 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8850 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8851 # If the export-symbols file already is a .def file (1st line
8852 # is EXPORTS), use it as is; otherwise, prepend...
8853 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8854 cp $export_symbols $output_objdir/$soname.def;
8855 else
8856 echo EXPORTS > $output_objdir/$soname.def;
8857 cat $export_symbols >> $output_objdir/$soname.def;
8858 fi~
8859 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8860 else
8861 ld_shlibs=no
8862 fi
8863 ;;
8864
3725885a
RW
8865 haiku*)
8866 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8867 link_all_deplibs=yes
8868 ;;
8869
d7040cdb
SE
8870 interix[3-9]*)
8871 hardcode_direct=no
8872 hardcode_shlibpath_var=no
8873 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8874 export_dynamic_flag_spec='${wl}-E'
8875 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8876 # Instead, shared libraries are loaded at an image base (0x10000000 by
8877 # default) and relocated if they conflict, which is a slow very memory
8878 # consuming and fragmenting process. To avoid this, we pick a random,
8879 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8880 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8881 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8882 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'
8883 ;;
8884
58e24671 8885 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
8886 tmp_diet=no
8887 if test "$host_os" = linux-dietlibc; then
8888 case $cc_basename in
8889 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8890 esac
8891 fi
8892 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8893 && test "$tmp_diet" = no
8894 then
6e733cce 8895 tmp_addflag=' $pic_flag'
718a6fd8 8896 tmp_sharedflag='-shared'
d7040cdb
SE
8897 case $cc_basename,$host_cpu in
8898 pgcc*) # Portland Group C compiler
3725885a 8899 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
8900 tmp_addflag=' $pic_flag'
8901 ;;
3725885a
RW
8902 pgf77* | pgf90* | pgf95* | pgfortran*)
8903 # Portland Group f77 and f90 compilers
8904 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
8905 tmp_addflag=' $pic_flag -Mnomain' ;;
8906 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8907 tmp_addflag=' -i_dynamic' ;;
8908 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8909 tmp_addflag=' -i_dynamic -nofor_main' ;;
8910 ifc* | ifort*) # Intel Fortran compiler
8911 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
8912 lf95*) # Lahey Fortran 8.1
8913 whole_archive_flag_spec=
8914 tmp_sharedflag='--shared' ;;
3725885a 8915 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
8916 tmp_sharedflag='-qmkshrobj'
8917 tmp_addflag= ;;
3725885a
RW
8918 nvcc*) # Cuda Compiler Driver 2.2
8919 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'
8920 compiler_needs_object=yes
8921 ;;
d7040cdb
SE
8922 esac
8923 case `$CC -V 2>&1 | sed 5q` in
8924 *Sun\ C*) # Sun C 5.9
3725885a 8925 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
8926 compiler_needs_object=yes
8927 tmp_sharedflag='-G' ;;
8928 *Sun\ F*) # Sun Fortran 8.3
8929 tmp_sharedflag='-G' ;;
d7040cdb
SE
8930 esac
8931 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8932
8933 if test "x$supports_anon_versioning" = xyes; then
8934 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8935 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8936 echo "local: *; };" >> $output_objdir/$libname.ver~
8937 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8938 fi
718a6fd8
SE
8939
8940 case $cc_basename in
3725885a 8941 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
8942 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8943 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8944 hardcode_libdir_flag_spec=
8945 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8946 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8947 if test "x$supports_anon_versioning" = xyes; then
8948 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8949 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8950 echo "local: *; };" >> $output_objdir/$libname.ver~
8951 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8952 fi
8953 ;;
8954 esac
d7040cdb
SE
8955 else
8956 ld_shlibs=no
8957 fi
8958 ;;
8959
8960 netbsd*)
8961 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8962 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8963 wlarc=
8964 else
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 fi
8968 ;;
8969
8970 solaris*)
8971 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8972 ld_shlibs=no
8973 cat <<_LT_EOF 1>&2
8974
8975*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8976*** create shared libraries on Solaris systems. Therefore, libtool
8977*** is disabling shared libraries support. We urge you to upgrade GNU
8978*** binutils to release 2.9.1 or newer. Another option is to modify
8979*** your PATH or compiler configuration so that the native linker is
8980*** used, and then restart.
8981
8982_LT_EOF
8983 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8984 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8985 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8986 else
8987 ld_shlibs=no
8988 fi
8989 ;;
8990
8991 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8992 case `$LD -v 2>&1` in
8993 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8994 ld_shlibs=no
8995 cat <<_LT_EOF 1>&2
8996
8997*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8998*** reliably create shared libraries on SCO systems. Therefore, libtool
8999*** is disabling shared libraries support. We urge you to upgrade GNU
9000*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9001*** your PATH or compiler configuration so that the native linker is
9002*** used, and then restart.
9003
9004_LT_EOF
9005 ;;
9006 *)
9007 # For security reasons, it is highly recommended that you always
9008 # use absolute paths for naming shared libraries, and exclude the
9009 # DT_RUNPATH tag from executables and libraries. But doing so
9010 # requires that you compile everything twice, which is a pain.
9011 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9012 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9013 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9014 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9015 else
9016 ld_shlibs=no
9017 fi
9018 ;;
9019 esac
9020 ;;
9021
9022 sunos4*)
9023 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9024 wlarc=
9025 hardcode_direct=yes
9026 hardcode_shlibpath_var=no
9027 ;;
9028
9029 *)
9030 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9031 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9032 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9033 else
9034 ld_shlibs=no
9035 fi
9036 ;;
9037 esac
9038
9039 if test "$ld_shlibs" = no; then
9040 runpath_var=
9041 hardcode_libdir_flag_spec=
9042 export_dynamic_flag_spec=
9043 whole_archive_flag_spec=
9044 fi
9045 else
9046 # PORTME fill in a description of your system's linker (not GNU ld)
9047 case $host_os in
9048 aix3*)
9049 allow_undefined_flag=unsupported
9050 always_export_symbols=yes
9051 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'
9052 # Note: this linker hardcodes the directories in LIBPATH if there
9053 # are no directories specified by -L.
9054 hardcode_minus_L=yes
9055 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9056 # Neither direct hardcoding nor static linking is supported with a
9057 # broken collect2.
9058 hardcode_direct=unsupported
9059 fi
9060 ;;
9061
e81819a5 9062 aix[4-9]*)
d7040cdb
SE
9063 if test "$host_cpu" = ia64; then
9064 # On IA64, the linker does run time linking by default, so we don't
9065 # have to do anything special.
9066 aix_use_runtimelinking=no
9067 exp_sym_flag='-Bexport'
9068 no_entry_flag=""
9069 else
9070 # If we're using GNU nm, then we don't want the "-C" option.
9071 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9072 # Also, AIX nm treats weak defined symbols like other global
9073 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9074 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9075 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 9076 else
5c14705f 9077 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
9078 fi
9079 aix_use_runtimelinking=no
9080
9081 # Test if we are trying to use run time linking or normal
9082 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9083 # need to do runtime linking.
e81819a5 9084 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9085 for ld_flag in $LDFLAGS; do
9086 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9087 aix_use_runtimelinking=yes
9088 break
9089 fi
9090 done
9091 ;;
9092 esac
9093
9094 exp_sym_flag='-bexport'
9095 no_entry_flag='-bnoentry'
9096 fi
9097
9098 # When large executables or shared objects are built, AIX ld can
9099 # have problems creating the table of contents. If linking a library
9100 # or program results in "error TOC overflow" add -mminimal-toc to
9101 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9102 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9103
9104 archive_cmds=''
9105 hardcode_direct=yes
9106 hardcode_direct_absolute=yes
9107 hardcode_libdir_separator=':'
9108 link_all_deplibs=yes
9109 file_list_spec='${wl}-f,'
9110
9111 if test "$GCC" = yes; then
9112 case $host_os in aix4.[012]|aix4.[012].*)
9113 # We only want to do this on AIX 4.2 and lower, the check
9114 # below for broken collect2 doesn't work under 4.3+
9115 collect2name=`${CC} -print-prog-name=collect2`
9116 if test -f "$collect2name" &&
9117 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9118 then
9119 # We have reworked collect2
9120 :
9121 else
9122 # We have old collect2
9123 hardcode_direct=unsupported
9124 # It fails to find uninstalled libraries when the uninstalled
9125 # path is not listed in the libpath. Setting hardcode_minus_L
9126 # to unsupported forces relinking
9127 hardcode_minus_L=yes
9128 hardcode_libdir_flag_spec='-L$libdir'
9129 hardcode_libdir_separator=
9130 fi
9131 ;;
9132 esac
9133 shared_flag='-shared'
9134 if test "$aix_use_runtimelinking" = yes; then
9135 shared_flag="$shared_flag "'${wl}-G'
9136 fi
9137 else
9138 # not using gcc
9139 if test "$host_cpu" = ia64; then
9140 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9141 # chokes on -Wl,-G. The following line is correct:
9142 shared_flag='-G'
9143 else
9144 if test "$aix_use_runtimelinking" = yes; then
9145 shared_flag='${wl}-G'
9146 else
9147 shared_flag='${wl}-bM:SRE'
9148 fi
9149 fi
9150 fi
9151
718a6fd8 9152 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9153 # It seems that -bexpall does not export symbols beginning with
9154 # underscore (_), so it is better to generate a list of symbols to export.
9155 always_export_symbols=yes
9156 if test "$aix_use_runtimelinking" = yes; then
9157 # Warning - without using the other runtime loading flags (-brtl),
9158 # -berok will link without error, but may produce a broken library.
9159 allow_undefined_flag='-berok'
9160 # Determine the default libpath from the value encoded in an
9161 # empty executable.
81ecdfbb 9162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
9163/* end confdefs.h. */
9164
9165int
9166main ()
9167{
9168
9169 ;
9170 return 0;
9171}
9172_ACEOF
81ecdfbb 9173if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9174
9175lt_aix_libpath_sed='
9176 /Import File Strings/,/^$/ {
9177 /^0/ {
9178 s/^0 *\(.*\)$/\1/
9179 p
9180 }
9181 }'
9182aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9183# Check for a 64-bit object if we didn't find anything.
9184if test -z "$aix_libpath"; then
9185 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9186fi
d7040cdb 9187fi
81ecdfbb
RW
9188rm -f core conftest.err conftest.$ac_objext \
9189 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9190if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9191
9192 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9193 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
9194 else
9195 if test "$host_cpu" = ia64; then
9196 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9197 allow_undefined_flag="-z nodefs"
9198 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"
9199 else
9200 # Determine the default libpath from the value encoded in an
9201 # empty executable.
81ecdfbb 9202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
9203/* end confdefs.h. */
9204
9205int
9206main ()
9207{
9208
9209 ;
9210 return 0;
9211}
9212_ACEOF
81ecdfbb 9213if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
9214
9215lt_aix_libpath_sed='
9216 /Import File Strings/,/^$/ {
9217 /^0/ {
9218 s/^0 *\(.*\)$/\1/
9219 p
9220 }
9221 }'
9222aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9223# Check for a 64-bit object if we didn't find anything.
9224if test -z "$aix_libpath"; then
9225 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9226fi
d7040cdb 9227fi
81ecdfbb
RW
9228rm -f core conftest.err conftest.$ac_objext \
9229 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9230if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9231
9232 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9233 # Warning - without using the other run time loading flags,
9234 # -berok will link without error, but may produce a broken library.
9235 no_undefined_flag=' ${wl}-bernotok'
9236 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9237 if test "$with_gnu_ld" = yes; then
9238 # We only use this code for GNU lds that support --whole-archive.
9239 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9240 else
9241 # Exported symbols can be pulled into shared objects from archives
9242 whole_archive_flag_spec='$convenience'
9243 fi
d7040cdb
SE
9244 archive_cmds_need_lc=yes
9245 # This is similar to how AIX traditionally builds its shared libraries.
9246 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'
9247 fi
9248 fi
9249 ;;
9250
9251 amigaos*)
718a6fd8
SE
9252 case $host_cpu in
9253 powerpc)
9254 # see comment about AmigaOS4 .so support
9255 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9256 archive_expsym_cmds=''
9257 ;;
9258 m68k)
9259 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)'
9260 hardcode_libdir_flag_spec='-L$libdir'
9261 hardcode_minus_L=yes
9262 ;;
9263 esac
d7040cdb
SE
9264 ;;
9265
9266 bsdi[45]*)
9267 export_dynamic_flag_spec=-rdynamic
9268 ;;
9269
718a6fd8 9270 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9271 # When not using gcc, we currently assume that we are using
9272 # Microsoft Visual C++.
9273 # hardcode_libdir_flag_spec is actually meaningless, as there is
9274 # no search path for DLLs.
9275 hardcode_libdir_flag_spec=' '
9276 allow_undefined_flag=unsupported
9277 # Tell ltmain to make .lib files, not .a files.
9278 libext=lib
9279 # Tell ltmain to make .dll files, not .so files.
9280 shrext_cmds=".dll"
9281 # FIXME: Setting linknames here is a bad hack.
3725885a 9282 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
d7040cdb
SE
9283 # The linker will automatically build a .lib file if we build a DLL.
9284 old_archive_from_new_cmds='true'
9285 # FIXME: Should let the user specify the lib program.
9286 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9287 fix_srcfile_path='`cygpath -w "$srcfile"`'
9288 enable_shared_with_static_runtimes=yes
9289 ;;
9290
9291 darwin* | rhapsody*)
d7040cdb 9292
718a6fd8
SE
9293
9294 archive_cmds_need_lc=no
9295 hardcode_direct=no
9296 hardcode_automatic=yes
9297 hardcode_shlibpath_var=unsupported
3725885a
RW
9298 if test "$lt_cv_ld_force_load" = "yes"; then
9299 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\"`'
9300 else
9301 whole_archive_flag_spec=''
9302 fi
718a6fd8
SE
9303 link_all_deplibs=yes
9304 allow_undefined_flag="$_lt_dar_allow_undefined"
9305 case $cc_basename in
9306 ifort*) _lt_dar_can_shared=yes ;;
9307 *) _lt_dar_can_shared=$GCC ;;
9308 esac
9309 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9310 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9311 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9312 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9313 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}"
9314 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}"
9315
9316 else
9317 ld_shlibs=no
9318 fi
9319
d7040cdb
SE
9320 ;;
9321
9322 dgux*)
9323 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9324 hardcode_libdir_flag_spec='-L$libdir'
9325 hardcode_shlibpath_var=no
9326 ;;
9327
d7040cdb
SE
9328 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9329 # support. Future versions do this automatically, but an explicit c++rt0.o
9330 # does not break anything, and helps significantly (at the cost of a little
9331 # extra space).
9332 freebsd2.2*)
9333 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9334 hardcode_libdir_flag_spec='-R$libdir'
9335 hardcode_direct=yes
9336 hardcode_shlibpath_var=no
9337 ;;
9338
9339 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9340 freebsd2.*)
d7040cdb
SE
9341 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9342 hardcode_direct=yes
9343 hardcode_minus_L=yes
9344 hardcode_shlibpath_var=no
9345 ;;
9346
9347 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9348 freebsd* | dragonfly*)
9349 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9350 hardcode_libdir_flag_spec='-R$libdir'
9351 hardcode_direct=yes
9352 hardcode_shlibpath_var=no
9353 ;;
9354
9355 hpux9*)
9356 if test "$GCC" = yes; then
9357 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'
9358 else
9359 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'
9360 fi
9361 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9362 hardcode_libdir_separator=:
9363 hardcode_direct=yes
9364
9365 # hardcode_minus_L: Not really in the search PATH,
9366 # but as the default location of the library.
9367 hardcode_minus_L=yes
9368 export_dynamic_flag_spec='${wl}-E'
9369 ;;
9370
9371 hpux10*)
3725885a 9372 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9373 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9374 else
9375 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9376 fi
9377 if test "$with_gnu_ld" = no; then
9378 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9379 hardcode_libdir_flag_spec_ld='+b $libdir'
9380 hardcode_libdir_separator=:
9381 hardcode_direct=yes
9382 hardcode_direct_absolute=yes
9383 export_dynamic_flag_spec='${wl}-E'
9384 # hardcode_minus_L: Not really in the search PATH,
9385 # but as the default location of the library.
9386 hardcode_minus_L=yes
9387 fi
9388 ;;
9389
9390 hpux11*)
3725885a 9391 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9392 case $host_cpu in
9393 hppa*64*)
9394 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9395 ;;
9396 ia64*)
718a6fd8 9397 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9398 ;;
9399 *)
9400 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9401 ;;
9402 esac
9403 else
9404 case $host_cpu in
9405 hppa*64*)
9406 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9407 ;;
9408 ia64*)
9409 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9410 ;;
9411 *)
3725885a
RW
9412
9413 # Older versions of the 11.00 compiler do not understand -b yet
9414 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9416$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9417if ${lt_cv_prog_compiler__b+:} false; then :
3725885a
RW
9418 $as_echo_n "(cached) " >&6
9419else
9420 lt_cv_prog_compiler__b=no
9421 save_LDFLAGS="$LDFLAGS"
9422 LDFLAGS="$LDFLAGS -b"
9423 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9424 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9425 # The linker can only warn and ignore the option if not recognized
9426 # So say no if there are warnings
9427 if test -s conftest.err; then
9428 # Append any errors to the config.log.
9429 cat conftest.err 1>&5
9430 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9431 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9432 if diff conftest.exp conftest.er2 >/dev/null; then
9433 lt_cv_prog_compiler__b=yes
9434 fi
9435 else
9436 lt_cv_prog_compiler__b=yes
9437 fi
9438 fi
9439 $RM -r conftest*
9440 LDFLAGS="$save_LDFLAGS"
9441
9442fi
9443{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9444$as_echo "$lt_cv_prog_compiler__b" >&6; }
9445
9446if test x"$lt_cv_prog_compiler__b" = xyes; then
9447 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9448else
9449 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9450fi
9451
d7040cdb
SE
9452 ;;
9453 esac
9454 fi
9455 if test "$with_gnu_ld" = no; then
9456 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9457 hardcode_libdir_separator=:
9458
9459 case $host_cpu in
9460 hppa*64*|ia64*)
9461 hardcode_direct=no
9462 hardcode_shlibpath_var=no
9463 ;;
9464 *)
9465 hardcode_direct=yes
9466 hardcode_direct_absolute=yes
9467 export_dynamic_flag_spec='${wl}-E'
9468
9469 # hardcode_minus_L: Not really in the search PATH,
9470 # but as the default location of the library.
9471 hardcode_minus_L=yes
9472 ;;
9473 esac
9474 fi
9475 ;;
9476
9477 irix5* | irix6* | nonstopux*)
9478 if test "$GCC" = yes; then
3725885a 9479 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
9480 # Try to use the -exported_symbol ld option, if it does not
9481 # work, assume that -exports_file does not work either and
9482 # implicitly export all symbols.
9483 save_LDFLAGS="$LDFLAGS"
9484 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
81ecdfbb
RW
9485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9486/* end confdefs.h. */
d7040cdb
SE
9487int foo(void) {}
9488_ACEOF
81ecdfbb 9489if ac_fn_c_try_link "$LINENO"; then :
3725885a 9490 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 9491
d7040cdb 9492fi
81ecdfbb
RW
9493rm -f core conftest.err conftest.$ac_objext \
9494 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
9495 LDFLAGS="$save_LDFLAGS"
9496 else
3725885a
RW
9497 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'
9498 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
9499 fi
9500 archive_cmds_need_lc='no'
9501 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9502 hardcode_libdir_separator=:
9503 inherit_rpath=yes
9504 link_all_deplibs=yes
9505 ;;
9506
9507 netbsd*)
9508 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9509 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9510 else
9511 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9512 fi
9513 hardcode_libdir_flag_spec='-R$libdir'
9514 hardcode_direct=yes
9515 hardcode_shlibpath_var=no
9516 ;;
9517
9518 newsos6)
9519 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9520 hardcode_direct=yes
9521 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9522 hardcode_libdir_separator=:
9523 hardcode_shlibpath_var=no
9524 ;;
9525
9526 *nto* | *qnx*)
9527 ;;
9528
9529 openbsd*)
718a6fd8
SE
9530 if test -f /usr/libexec/ld.so; then
9531 hardcode_direct=yes
9532 hardcode_shlibpath_var=no
9533 hardcode_direct_absolute=yes
9534 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9535 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9536 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9537 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9538 export_dynamic_flag_spec='${wl}-E'
9539 else
9540 case $host_os in
9541 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9542 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9543 hardcode_libdir_flag_spec='-R$libdir'
9544 ;;
9545 *)
9546 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9547 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9548 ;;
9549 esac
9550 fi
9551 else
9552 ld_shlibs=no
d7040cdb
SE
9553 fi
9554 ;;
9555
9556 os2*)
9557 hardcode_libdir_flag_spec='-L$libdir'
9558 hardcode_minus_L=yes
9559 allow_undefined_flag=unsupported
3725885a 9560 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
9561 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9562 ;;
9563
9564 osf3*)
9565 if test "$GCC" = yes; then
9566 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9567 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
9568 else
9569 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9570 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
9571 fi
9572 archive_cmds_need_lc='no'
9573 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9574 hardcode_libdir_separator=:
9575 ;;
9576
9577 osf4* | osf5*) # as osf3* with the addition of -msym flag
9578 if test "$GCC" = yes; then
9579 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9580 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
9581 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9582 else
9583 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9584 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 9585 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 9586 $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
9587
9588 # Both c and cxx compiler support -rpath directly
9589 hardcode_libdir_flag_spec='-rpath $libdir'
9590 fi
9591 archive_cmds_need_lc='no'
9592 hardcode_libdir_separator=:
9593 ;;
9594
9595 solaris*)
9596 no_undefined_flag=' -z defs'
9597 if test "$GCC" = yes; then
9598 wlarc='${wl}'
9599 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9600 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9601 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9602 else
9603 case `$CC -V 2>&1` in
9604 *"Compilers 5.0"*)
9605 wlarc=''
9606 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9607 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9608 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9609 ;;
9610 *)
9611 wlarc='${wl}'
9612 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9613 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9614 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9615 ;;
9616 esac
9617 fi
9618 hardcode_libdir_flag_spec='-R$libdir'
9619 hardcode_shlibpath_var=no
9620 case $host_os in
9621 solaris2.[0-5] | solaris2.[0-5].*) ;;
9622 *)
9623 # The compiler driver will combine and reorder linker options,
9624 # but understands `-z linker_flag'. GCC discards it without `$wl',
9625 # but is careful enough not to reorder.
9626 # Supported since Solaris 2.6 (maybe 2.5.1?)
9627 if test "$GCC" = yes; then
9628 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9629 else
9630 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9631 fi
9632 ;;
9633 esac
9634 link_all_deplibs=yes
9635 ;;
9636
9637 sunos4*)
9638 if test "x$host_vendor" = xsequent; then
9639 # Use $CC to link under sequent, because it throws in some extra .o
9640 # files that make .init and .fini sections work.
9641 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9642 else
9643 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9644 fi
9645 hardcode_libdir_flag_spec='-L$libdir'
9646 hardcode_direct=yes
9647 hardcode_minus_L=yes
9648 hardcode_shlibpath_var=no
9649 ;;
9650
9651 sysv4)
9652 case $host_vendor in
9653 sni)
9654 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9655 hardcode_direct=yes # is this really true???
9656 ;;
9657 siemens)
9658 ## LD is ld it makes a PLAMLIB
9659 ## CC just makes a GrossModule.
9660 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9661 reload_cmds='$CC -r -o $output$reload_objs'
9662 hardcode_direct=no
9663 ;;
9664 motorola)
9665 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9666 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9667 ;;
9668 esac
9669 runpath_var='LD_RUN_PATH'
9670 hardcode_shlibpath_var=no
9671 ;;
9672
9673 sysv4.3*)
9674 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9675 hardcode_shlibpath_var=no
9676 export_dynamic_flag_spec='-Bexport'
9677 ;;
9678
9679 sysv4*MP*)
9680 if test -d /usr/nec; then
9681 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9682 hardcode_shlibpath_var=no
9683 runpath_var=LD_RUN_PATH
9684 hardcode_runpath_var=yes
9685 ld_shlibs=yes
9686 fi
9687 ;;
9688
9689 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9690 no_undefined_flag='${wl}-z,text'
9691 archive_cmds_need_lc=no
9692 hardcode_shlibpath_var=no
9693 runpath_var='LD_RUN_PATH'
9694
9695 if test "$GCC" = yes; then
9696 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9697 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9698 else
9699 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9700 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9701 fi
9702 ;;
9703
9704 sysv5* | sco3.2v5* | sco5v6*)
9705 # Note: We can NOT use -z defs as we might desire, because we do not
9706 # link with -lc, and that would cause any symbols used from libc to
9707 # always be unresolved, which means just about no library would
9708 # ever link correctly. If we're not using GNU ld we use -z text
9709 # though, which does catch some bad symbols but isn't as heavy-handed
9710 # as -z defs.
9711 no_undefined_flag='${wl}-z,text'
9712 allow_undefined_flag='${wl}-z,nodefs'
9713 archive_cmds_need_lc=no
9714 hardcode_shlibpath_var=no
9715 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9716 hardcode_libdir_separator=':'
9717 link_all_deplibs=yes
9718 export_dynamic_flag_spec='${wl}-Bexport'
9719 runpath_var='LD_RUN_PATH'
9720
9721 if test "$GCC" = yes; then
9722 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9723 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9724 else
9725 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9726 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9727 fi
9728 ;;
9729
9730 uts4*)
9731 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9732 hardcode_libdir_flag_spec='-L$libdir'
9733 hardcode_shlibpath_var=no
9734 ;;
9735
9736 *)
9737 ld_shlibs=no
9738 ;;
9739 esac
9740
9741 if test x$host_vendor = xsni; then
9742 case $host in
9743 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9744 export_dynamic_flag_spec='${wl}-Blargedynsym'
9745 ;;
9746 esac
9747 fi
9748 fi
9749
81ecdfbb
RW
9750{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9751$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
9752test "$ld_shlibs" = no && can_build_shared=no
9753
9754with_gnu_ld=$with_gnu_ld
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770#
9771# Do we need to explicitly link libc?
9772#
9773case "x$archive_cmds_need_lc" in
9774x|xyes)
9775 # Assume -lc should be added
9776 archive_cmds_need_lc=yes
9777
9778 if test "$enable_shared" = yes && test "$GCC" = yes; then
9779 case $archive_cmds in
9780 *'~'*)
9781 # FIXME: we may have to deal with multi-command sequences.
9782 ;;
9783 '$CC '*)
9784 # Test whether the compiler implicitly links with -lc since on some
9785 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9786 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9788$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9789if ${lt_cv_archive_cmds_need_lc+:} false; then :
81ecdfbb 9790 $as_echo_n "(cached) " >&6
39144654
RW
9791else
9792 $RM conftest*
9793 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9794
81ecdfbb 9795 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb
SE
9796 (eval $ac_compile) 2>&5
9797 ac_status=$?
81ecdfbb
RW
9798 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9799 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9800 soname=conftest
9801 lib=conftest
9802 libobjs=conftest.$ac_objext
9803 deplibs=
9804 wl=$lt_prog_compiler_wl
9805 pic_flag=$lt_prog_compiler_pic
9806 compiler_flags=-v
9807 linker_flags=-v
9808 verstring=
9809 output_objdir=.
9810 libname=conftest
9811 lt_save_allow_undefined_flag=$allow_undefined_flag
9812 allow_undefined_flag=
81ecdfbb 9813 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb
SE
9814 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9815 ac_status=$?
81ecdfbb
RW
9816 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9817 test $ac_status = 0; }
39144654
RW
9818 then
9819 lt_cv_archive_cmds_need_lc=no
9820 else
9821 lt_cv_archive_cmds_need_lc=yes
9822 fi
9823 allow_undefined_flag=$lt_save_allow_undefined_flag
9824 else
9825 cat conftest.err 1>&5
9826 fi
9827 $RM conftest*
9828
9829fi
81ecdfbb
RW
9830{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9831$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9832 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
9833 ;;
9834 esac
9835 fi
9836 ;;
9837esac
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
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
81ecdfbb
RW
9995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9996$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
9997
9998if test "$GCC" = yes; then
d7040cdb
SE
9999 case $host_os in
10000 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10001 *) lt_awk_arg="/^libraries:/" ;;
10002 esac
3725885a
RW
10003 case $host_os in
10004 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10005 *) lt_sed_strip_eq="s,=/,/,g" ;;
10006 esac
10007 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10008 case $lt_search_path_spec in
10009 *\;*)
d7040cdb
SE
10010 # if the path contains ";" then we assume it to be the separator
10011 # otherwise default to the standard path separator (i.e. ":") - it is
10012 # assumed that no part of a normal pathname contains ";" but that should
10013 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10014 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10015 ;;
10016 *)
10017 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10018 ;;
10019 esac
d7040cdb
SE
10020 # Ok, now we have the path, separated by spaces, we can step through it
10021 # and add multilib dir if necessary.
10022 lt_tmp_lt_search_path_spec=
10023 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10024 for lt_sys_path in $lt_search_path_spec; do
10025 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10026 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10027 else
10028 test -d "$lt_sys_path" && \
10029 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10030 fi
10031 done
3725885a 10032 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10033BEGIN {RS=" "; FS="/|\n";} {
10034 lt_foo="";
10035 lt_count=0;
10036 for (lt_i = NF; lt_i > 0; lt_i--) {
10037 if ($lt_i != "" && $lt_i != ".") {
10038 if ($lt_i == "..") {
10039 lt_count++;
10040 } else {
10041 if (lt_count == 0) {
10042 lt_foo="/" $lt_i lt_foo;
10043 } else {
10044 lt_count--;
10045 }
10046 }
10047 }
10048 }
10049 if (lt_foo != "") { lt_freq[lt_foo]++; }
10050 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10051}'`
3725885a
RW
10052 # AWK program above erroneously prepends '/' to C:/dos/paths
10053 # for these hosts.
10054 case $host_os in
10055 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10056 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10057 esac
10058 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10059else
10060 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10061fi
10062library_names_spec=
10063libname_spec='lib$name'
10064soname_spec=
10065shrext_cmds=".so"
10066postinstall_cmds=
10067postuninstall_cmds=
10068finish_cmds=
10069finish_eval=
10070shlibpath_var=
10071shlibpath_overrides_runpath=unknown
10072version_type=none
10073dynamic_linker="$host_os ld.so"
10074sys_lib_dlsearch_path_spec="/lib /usr/lib"
10075need_lib_prefix=unknown
10076hardcode_into_libs=no
10077
10078# when you set need_version to no, make sure it does not cause -set_version
10079# flags to be left without arguments
10080need_version=unknown
10081
10082case $host_os in
10083aix3*)
10084 version_type=linux
10085 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10086 shlibpath_var=LIBPATH
10087
10088 # AIX 3 has no versioning support, so we append a major version to the name.
10089 soname_spec='${libname}${release}${shared_ext}$major'
10090 ;;
10091
e81819a5 10092aix[4-9]*)
d7040cdb
SE
10093 version_type=linux
10094 need_lib_prefix=no
10095 need_version=no
10096 hardcode_into_libs=yes
10097 if test "$host_cpu" = ia64; then
10098 # AIX 5 supports IA64
10099 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10100 shlibpath_var=LD_LIBRARY_PATH
10101 else
10102 # With GCC up to 2.95.x, collect2 would create an import file
10103 # for dependence libraries. The import file would start with
10104 # the line `#! .'. This would cause the generated library to
10105 # depend on `.', always an invalid library. This was fixed in
10106 # development snapshots of GCC prior to 3.0.
10107 case $host_os in
10108 aix4 | aix4.[01] | aix4.[01].*)
10109 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10110 echo ' yes '
10111 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10112 :
10113 else
10114 can_build_shared=no
10115 fi
10116 ;;
10117 esac
10118 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10119 # soname into executable. Probably we can add versioning support to
10120 # collect2, so additional links can be useful in future.
10121 if test "$aix_use_runtimelinking" = yes; then
10122 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10123 # instead of lib<name>.a to let people know that these are not
10124 # typical AIX shared libraries.
10125 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10126 else
10127 # We preserve .a as extension for shared libraries through AIX4.2
10128 # and later when we are not doing run time linking.
10129 library_names_spec='${libname}${release}.a $libname.a'
10130 soname_spec='${libname}${release}${shared_ext}$major'
10131 fi
10132 shlibpath_var=LIBPATH
10133 fi
10134 ;;
10135
10136amigaos*)
718a6fd8
SE
10137 case $host_cpu in
10138 powerpc)
10139 # Since July 2007 AmigaOS4 officially supports .so libraries.
10140 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10141 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10142 ;;
10143 m68k)
d7040cdb
SE
10144 library_names_spec='$libname.ixlibrary $libname.a'
10145 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10146 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
10147 ;;
10148 esac
d7040cdb
SE
10149 ;;
10150
10151beos*)
10152 library_names_spec='${libname}${shared_ext}'
10153 dynamic_linker="$host_os ld.so"
10154 shlibpath_var=LIBRARY_PATH
10155 ;;
10156
10157bsdi[45]*)
10158 version_type=linux
10159 need_version=no
10160 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10161 soname_spec='${libname}${release}${shared_ext}$major'
10162 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10163 shlibpath_var=LD_LIBRARY_PATH
10164 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10165 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10166 # the default ld.so.conf also contains /usr/contrib/lib and
10167 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10168 # libtool to hard-code these into programs
10169 ;;
10170
718a6fd8 10171cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10172 version_type=windows
10173 shrext_cmds=".dll"
10174 need_version=no
10175 need_lib_prefix=no
10176
718a6fd8
SE
10177 case $GCC,$host_os in
10178 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10179 library_names_spec='$libname.dll.a'
10180 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10181 postinstall_cmds='base_file=`basename \${file}`~
10182 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10183 dldir=$destdir/`dirname \$dlpath`~
10184 test -d \$dldir || mkdir -p \$dldir~
10185 $install_prog $dir/$dlname \$dldir/$dlname~
10186 chmod a+x \$dldir/$dlname~
10187 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10188 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10189 fi'
10190 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10191 dlpath=$dir/\$dldll~
10192 $RM \$dlpath'
10193 shlibpath_overrides_runpath=yes
10194
10195 case $host_os in
10196 cygwin*)
10197 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10198 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10199
10200 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10201 ;;
718a6fd8 10202 mingw* | cegcc*)
d7040cdb
SE
10203 # MinGW DLLs use traditional 'lib' prefix
10204 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10205 ;;
10206 pw32*)
10207 # pw32 DLLs use 'pw' prefix rather than 'lib'
10208 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10209 ;;
10210 esac
10211 ;;
10212
10213 *)
10214 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10215 ;;
10216 esac
10217 dynamic_linker='Win32 ld.exe'
10218 # FIXME: first we should search . and the directory the executable is in
10219 shlibpath_var=PATH
10220 ;;
10221
10222darwin* | rhapsody*)
10223 dynamic_linker="$host_os dyld"
10224 version_type=darwin
10225 need_lib_prefix=no
10226 need_version=no
10227 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10228 soname_spec='${libname}${release}${major}$shared_ext'
10229 shlibpath_overrides_runpath=yes
10230 shlibpath_var=DYLD_LIBRARY_PATH
10231 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10232
10233 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10234 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10235 ;;
10236
10237dgux*)
10238 version_type=linux
10239 need_lib_prefix=no
10240 need_version=no
10241 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10242 soname_spec='${libname}${release}${shared_ext}$major'
10243 shlibpath_var=LD_LIBRARY_PATH
10244 ;;
10245
d7040cdb
SE
10246freebsd* | dragonfly*)
10247 # DragonFly does not have aout. When/if they implement a new
10248 # versioning mechanism, adjust this.
10249 if test -x /usr/bin/objformat; then
10250 objformat=`/usr/bin/objformat`
10251 else
10252 case $host_os in
6d2920c8 10253 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
10254 *) objformat=elf ;;
10255 esac
10256 fi
10257 version_type=freebsd-$objformat
10258 case $version_type in
10259 freebsd-elf*)
10260 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10261 need_version=no
10262 need_lib_prefix=no
10263 ;;
10264 freebsd-*)
10265 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10266 need_version=yes
10267 ;;
10268 esac
10269 shlibpath_var=LD_LIBRARY_PATH
10270 case $host_os in
6d2920c8 10271 freebsd2.*)
d7040cdb
SE
10272 shlibpath_overrides_runpath=yes
10273 ;;
10274 freebsd3.[01]* | freebsdelf3.[01]*)
10275 shlibpath_overrides_runpath=yes
10276 hardcode_into_libs=yes
10277 ;;
10278 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10279 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10280 shlibpath_overrides_runpath=no
10281 hardcode_into_libs=yes
10282 ;;
10283 *) # from 4.6 on, and DragonFly
10284 shlibpath_overrides_runpath=yes
10285 hardcode_into_libs=yes
10286 ;;
10287 esac
10288 ;;
10289
3725885a
RW
10290haiku*)
10291 version_type=linux
10292 need_lib_prefix=no
10293 need_version=no
10294 dynamic_linker="$host_os runtime_loader"
10295 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10296 soname_spec='${libname}${release}${shared_ext}$major'
10297 shlibpath_var=LIBRARY_PATH
10298 shlibpath_overrides_runpath=yes
d85e70a3 10299 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
3725885a
RW
10300 hardcode_into_libs=yes
10301 ;;
10302
d7040cdb
SE
10303hpux9* | hpux10* | hpux11*)
10304 # Give a soname corresponding to the major version so that dld.sl refuses to
10305 # link against other versions.
10306 version_type=sunos
10307 need_lib_prefix=no
10308 need_version=no
10309 case $host_cpu in
10310 ia64*)
10311 shrext_cmds='.so'
10312 hardcode_into_libs=yes
10313 dynamic_linker="$host_os dld.so"
10314 shlibpath_var=LD_LIBRARY_PATH
10315 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10316 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10317 soname_spec='${libname}${release}${shared_ext}$major'
10318 if test "X$HPUX_IA64_MODE" = X32; then
10319 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10320 else
10321 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10322 fi
10323 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10324 ;;
10325 hppa*64*)
10326 shrext_cmds='.sl'
10327 hardcode_into_libs=yes
10328 dynamic_linker="$host_os dld.sl"
10329 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10330 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10331 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10332 soname_spec='${libname}${release}${shared_ext}$major'
10333 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10334 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10335 ;;
10336 *)
10337 shrext_cmds='.sl'
10338 dynamic_linker="$host_os dld.sl"
10339 shlibpath_var=SHLIB_PATH
10340 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10341 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10342 soname_spec='${libname}${release}${shared_ext}$major'
10343 ;;
10344 esac
3725885a 10345 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10346 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10347 # or fails outright, so override atomically:
10348 install_override_mode=555
d7040cdb
SE
10349 ;;
10350
10351interix[3-9]*)
10352 version_type=linux
10353 need_lib_prefix=no
10354 need_version=no
10355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10356 soname_spec='${libname}${release}${shared_ext}$major'
10357 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10358 shlibpath_var=LD_LIBRARY_PATH
10359 shlibpath_overrides_runpath=no
10360 hardcode_into_libs=yes
10361 ;;
10362
10363irix5* | irix6* | nonstopux*)
10364 case $host_os in
10365 nonstopux*) version_type=nonstopux ;;
10366 *)
10367 if test "$lt_cv_prog_gnu_ld" = yes; then
10368 version_type=linux
10369 else
10370 version_type=irix
10371 fi ;;
10372 esac
10373 need_lib_prefix=no
10374 need_version=no
10375 soname_spec='${libname}${release}${shared_ext}$major'
10376 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10377 case $host_os in
10378 irix5* | nonstopux*)
10379 libsuff= shlibsuff=
10380 ;;
10381 *)
10382 case $LD in # libtool.m4 will add one of these switches to LD
10383 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10384 libsuff= shlibsuff= libmagic=32-bit;;
10385 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10386 libsuff=32 shlibsuff=N32 libmagic=N32;;
10387 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10388 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10389 *) libsuff= shlibsuff= libmagic=never-match;;
10390 esac
10391 ;;
10392 esac
10393 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10394 shlibpath_overrides_runpath=no
10395 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10396 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10397 hardcode_into_libs=yes
10398 ;;
10399
10400# No shared lib support for Linux oldld, aout, or coff.
10401linux*oldld* | linux*aout* | linux*coff*)
10402 dynamic_linker=no
10403 ;;
10404
10405# This must be Linux ELF.
f4782128 10406linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
d7040cdb
SE
10407 version_type=linux
10408 need_lib_prefix=no
10409 need_version=no
10410 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10411 soname_spec='${libname}${release}${shared_ext}$major'
10412 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10413 shlibpath_var=LD_LIBRARY_PATH
10414 shlibpath_overrides_runpath=no
39144654 10415
d7040cdb 10416 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10417 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
81ecdfbb 10418 $as_echo_n "(cached) " >&6
39144654
RW
10419else
10420 lt_cv_shlibpath_overrides_runpath=no
10421 save_LDFLAGS=$LDFLAGS
10422 save_libdir=$libdir
10423 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10424 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10426/* end confdefs.h. */
10427
10428int
10429main ()
10430{
10431
10432 ;
10433 return 0;
10434}
10435_ACEOF
81ecdfbb
RW
10436if ac_fn_c_try_link "$LINENO"; then :
10437 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10438 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10439fi
d7040cdb 10440fi
81ecdfbb
RW
10441rm -f core conftest.err conftest.$ac_objext \
10442 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10443 LDFLAGS=$save_LDFLAGS
10444 libdir=$save_libdir
10445
10446fi
10447
10448 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10449
10450 # This implies no fast_install, which is unacceptable.
10451 # Some rework will be needed to allow for fast_install
10452 # before this can be enabled.
10453 hardcode_into_libs=yes
10454
10455 # Append ld.so.conf contents to the search path
10456 if test -f /etc/ld.so.conf; then
3725885a 10457 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
10458 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10459 fi
10460
10461 # We used to test for /lib/ld.so.1 and disable shared libraries on
10462 # powerpc, because MkLinux only supported shared libraries with the
10463 # GNU dynamic linker. Since this was broken with cross compilers,
10464 # most powerpc-linux boxes support dynamic linking these days and
10465 # people can always --disable-shared, the test was removed, and we
10466 # assume the GNU/Linux dynamic linker is in use.
10467 dynamic_linker='GNU/Linux ld.so'
10468 ;;
10469
10470netbsd*)
10471 version_type=sunos
10472 need_lib_prefix=no
10473 need_version=no
10474 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10475 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10476 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10477 dynamic_linker='NetBSD (a.out) ld.so'
10478 else
10479 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10480 soname_spec='${libname}${release}${shared_ext}$major'
10481 dynamic_linker='NetBSD ld.elf_so'
10482 fi
10483 shlibpath_var=LD_LIBRARY_PATH
10484 shlibpath_overrides_runpath=yes
10485 hardcode_into_libs=yes
10486 ;;
10487
10488newsos6)
10489 version_type=linux
10490 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10491 shlibpath_var=LD_LIBRARY_PATH
10492 shlibpath_overrides_runpath=yes
10493 ;;
10494
10495*nto* | *qnx*)
10496 version_type=qnx
10497 need_lib_prefix=no
10498 need_version=no
10499 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10500 soname_spec='${libname}${release}${shared_ext}$major'
10501 shlibpath_var=LD_LIBRARY_PATH
10502 shlibpath_overrides_runpath=no
10503 hardcode_into_libs=yes
10504 dynamic_linker='ldqnx.so'
10505 ;;
10506
10507openbsd*)
10508 version_type=sunos
10509 sys_lib_dlsearch_path_spec="/usr/lib"
10510 need_lib_prefix=no
10511 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10512 case $host_os in
10513 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10514 *) need_version=no ;;
10515 esac
10516 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10517 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10518 shlibpath_var=LD_LIBRARY_PATH
10519 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10520 case $host_os in
10521 openbsd2.[89] | openbsd2.[89].*)
10522 shlibpath_overrides_runpath=no
10523 ;;
10524 *)
10525 shlibpath_overrides_runpath=yes
10526 ;;
10527 esac
10528 else
10529 shlibpath_overrides_runpath=yes
10530 fi
10531 ;;
10532
10533os2*)
10534 libname_spec='$name'
10535 shrext_cmds=".dll"
10536 need_lib_prefix=no
10537 library_names_spec='$libname${shared_ext} $libname.a'
10538 dynamic_linker='OS/2 ld.exe'
10539 shlibpath_var=LIBPATH
10540 ;;
10541
10542osf3* | osf4* | osf5*)
10543 version_type=osf
10544 need_lib_prefix=no
10545 need_version=no
10546 soname_spec='${libname}${release}${shared_ext}$major'
10547 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10548 shlibpath_var=LD_LIBRARY_PATH
10549 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10550 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10551 ;;
10552
10553rdos*)
10554 dynamic_linker=no
10555 ;;
10556
10557solaris*)
10558 version_type=linux
10559 need_lib_prefix=no
10560 need_version=no
10561 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10562 soname_spec='${libname}${release}${shared_ext}$major'
10563 shlibpath_var=LD_LIBRARY_PATH
10564 shlibpath_overrides_runpath=yes
10565 hardcode_into_libs=yes
10566 # ldd complains unless libraries are executable
10567 postinstall_cmds='chmod +x $lib'
10568 ;;
10569
10570sunos4*)
10571 version_type=sunos
10572 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10573 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10574 shlibpath_var=LD_LIBRARY_PATH
10575 shlibpath_overrides_runpath=yes
10576 if test "$with_gnu_ld" = yes; then
10577 need_lib_prefix=no
10578 fi
10579 need_version=yes
10580 ;;
10581
10582sysv4 | sysv4.3*)
10583 version_type=linux
10584 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10585 soname_spec='${libname}${release}${shared_ext}$major'
10586 shlibpath_var=LD_LIBRARY_PATH
10587 case $host_vendor in
10588 sni)
10589 shlibpath_overrides_runpath=no
10590 need_lib_prefix=no
10591 runpath_var=LD_RUN_PATH
10592 ;;
10593 siemens)
10594 need_lib_prefix=no
10595 ;;
10596 motorola)
10597 need_lib_prefix=no
10598 need_version=no
10599 shlibpath_overrides_runpath=no
10600 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10601 ;;
10602 esac
10603 ;;
10604
10605sysv4*MP*)
10606 if test -d /usr/nec ;then
10607 version_type=linux
10608 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10609 soname_spec='$libname${shared_ext}.$major'
10610 shlibpath_var=LD_LIBRARY_PATH
10611 fi
10612 ;;
10613
10614sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10615 version_type=freebsd-elf
10616 need_lib_prefix=no
10617 need_version=no
10618 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10619 soname_spec='${libname}${release}${shared_ext}$major'
10620 shlibpath_var=LD_LIBRARY_PATH
10621 shlibpath_overrides_runpath=yes
10622 hardcode_into_libs=yes
10623 if test "$with_gnu_ld" = yes; then
10624 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10625 else
10626 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10627 case $host_os in
10628 sco3.2v5*)
10629 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10630 ;;
10631 esac
10632 fi
10633 sys_lib_dlsearch_path_spec='/usr/lib'
10634 ;;
10635
10636tpf*)
10637 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10638 version_type=linux
10639 need_lib_prefix=no
10640 need_version=no
718a6fd8 10641 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
10642 shlibpath_var=LD_LIBRARY_PATH
10643 shlibpath_overrides_runpath=no
10644 hardcode_into_libs=yes
10645 ;;
10646
10647uts4*)
10648 version_type=linux
10649 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10650 soname_spec='${libname}${release}${shared_ext}$major'
10651 shlibpath_var=LD_LIBRARY_PATH
10652 ;;
10653
10654*)
10655 dynamic_linker=no
10656 ;;
10657esac
81ecdfbb
RW
10658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10659$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
10660test "$dynamic_linker" = no && can_build_shared=no
10661
10662variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10663if test "$GCC" = yes; then
10664 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10665fi
10666
718a6fd8
SE
10667if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10668 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10669fi
10670if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10671 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10672fi
10673
d7040cdb
SE
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
10706
10707
10708
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
3725885a
RW
10754
10755
10756
10757
10758
d7040cdb
SE
10759
10760
10761
10762
10763
10764
81ecdfbb
RW
10765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10766$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
10767hardcode_action=
10768if test -n "$hardcode_libdir_flag_spec" ||
10769 test -n "$runpath_var" ||
10770 test "X$hardcode_automatic" = "Xyes" ; then
10771
10772 # We can hardcode non-existent directories.
10773 if test "$hardcode_direct" != no &&
10774 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10775 # have to relink, otherwise we might link with an installed library
10776 # when we should be linking with a yet-to-be-installed one
10777 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10778 test "$hardcode_minus_L" != no; then
10779 # Linking always hardcodes the temporary library directory.
10780 hardcode_action=relink
10781 else
10782 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10783 hardcode_action=immediate
10784 fi
10785else
10786 # We cannot hardcode anything, or else we can only hardcode existing
10787 # directories.
10788 hardcode_action=unsupported
10789fi
81ecdfbb
RW
10790{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10791$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
10792
10793if test "$hardcode_action" = relink ||
10794 test "$inherit_rpath" = yes; then
10795 # Fast installation is not supported
10796 enable_fast_install=no
10797elif test "$shlibpath_overrides_runpath" = yes ||
10798 test "$enable_shared" = no; then
10799 # Fast installation is not necessary
10800 enable_fast_install=needless
10801fi
10802
10803
10804
10805
10806
10807
10808 if test "x$enable_dlopen" != xyes; then
10809 enable_dlopen=unknown
10810 enable_dlopen_self=unknown
10811 enable_dlopen_self_static=unknown
10812else
10813 lt_cv_dlopen=no
10814 lt_cv_dlopen_libs=
10815
10816 case $host_os in
10817 beos*)
10818 lt_cv_dlopen="load_add_on"
10819 lt_cv_dlopen_libs=
10820 lt_cv_dlopen_self=yes
10821 ;;
10822
718a6fd8 10823 mingw* | pw32* | cegcc*)
d7040cdb
SE
10824 lt_cv_dlopen="LoadLibrary"
10825 lt_cv_dlopen_libs=
10826 ;;
10827
10828 cygwin*)
10829 lt_cv_dlopen="dlopen"
10830 lt_cv_dlopen_libs=
10831 ;;
10832
10833 darwin*)
10834 # if libdl is installed we need to link against it
81ecdfbb
RW
10835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10836$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10837if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10838 $as_echo_n "(cached) " >&6
d7040cdb
SE
10839else
10840 ac_check_lib_save_LIBS=$LIBS
10841LIBS="-ldl $LIBS"
81ecdfbb 10842cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10843/* end confdefs.h. */
10844
81ecdfbb
RW
10845/* Override any GCC internal prototype to avoid an error.
10846 Use char because int might match the return type of a GCC
10847 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10848#ifdef __cplusplus
10849extern "C"
10850#endif
d7040cdb
SE
10851char dlopen ();
10852int
10853main ()
10854{
81ecdfbb 10855return dlopen ();
d7040cdb
SE
10856 ;
10857 return 0;
10858}
10859_ACEOF
81ecdfbb 10860if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10861 ac_cv_lib_dl_dlopen=yes
10862else
81ecdfbb 10863 ac_cv_lib_dl_dlopen=no
d7040cdb 10864fi
81ecdfbb
RW
10865rm -f core conftest.err conftest.$ac_objext \
10866 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10867LIBS=$ac_check_lib_save_LIBS
10868fi
81ecdfbb
RW
10869{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10870$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10871if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
d7040cdb
SE
10872 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10873else
10874
10875 lt_cv_dlopen="dyld"
10876 lt_cv_dlopen_libs=
10877 lt_cv_dlopen_self=yes
10878
10879fi
10880
10881 ;;
10882
10883 *)
81ecdfbb 10884 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10885if test "x$ac_cv_func_shl_load" = xyes; then :
d7040cdb
SE
10886 lt_cv_dlopen="shl_load"
10887else
81ecdfbb
RW
10888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10889$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10890if ${ac_cv_lib_dld_shl_load+:} false; then :
81ecdfbb 10891 $as_echo_n "(cached) " >&6
d7040cdb
SE
10892else
10893 ac_check_lib_save_LIBS=$LIBS
10894LIBS="-ldld $LIBS"
81ecdfbb 10895cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10896/* end confdefs.h. */
10897
81ecdfbb
RW
10898/* Override any GCC internal prototype to avoid an error.
10899 Use char because int might match the return type of a GCC
10900 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10901#ifdef __cplusplus
10902extern "C"
10903#endif
d7040cdb
SE
10904char shl_load ();
10905int
10906main ()
10907{
81ecdfbb 10908return shl_load ();
d7040cdb
SE
10909 ;
10910 return 0;
10911}
10912_ACEOF
81ecdfbb 10913if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10914 ac_cv_lib_dld_shl_load=yes
10915else
81ecdfbb 10916 ac_cv_lib_dld_shl_load=no
d7040cdb 10917fi
81ecdfbb
RW
10918rm -f core conftest.err conftest.$ac_objext \
10919 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10920LIBS=$ac_check_lib_save_LIBS
10921fi
81ecdfbb
RW
10922{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10923$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10924if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
718a6fd8 10925 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 10926else
81ecdfbb 10927 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10928if test "x$ac_cv_func_dlopen" = xyes; then :
d7040cdb
SE
10929 lt_cv_dlopen="dlopen"
10930else
81ecdfbb
RW
10931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10932$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10933if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10934 $as_echo_n "(cached) " >&6
d7040cdb
SE
10935else
10936 ac_check_lib_save_LIBS=$LIBS
10937LIBS="-ldl $LIBS"
81ecdfbb 10938cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10939/* end confdefs.h. */
10940
81ecdfbb
RW
10941/* Override any GCC internal prototype to avoid an error.
10942 Use char because int might match the return type of a GCC
10943 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10944#ifdef __cplusplus
10945extern "C"
10946#endif
d7040cdb
SE
10947char dlopen ();
10948int
10949main ()
10950{
81ecdfbb 10951return dlopen ();
d7040cdb
SE
10952 ;
10953 return 0;
10954}
10955_ACEOF
81ecdfbb 10956if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10957 ac_cv_lib_dl_dlopen=yes
10958else
81ecdfbb 10959 ac_cv_lib_dl_dlopen=no
d7040cdb 10960fi
81ecdfbb
RW
10961rm -f core conftest.err conftest.$ac_objext \
10962 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10963LIBS=$ac_check_lib_save_LIBS
10964fi
81ecdfbb
RW
10965{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10966$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10967if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
d7040cdb
SE
10968 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10969else
81ecdfbb
RW
10970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10971$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10972if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10973 $as_echo_n "(cached) " >&6
d7040cdb
SE
10974else
10975 ac_check_lib_save_LIBS=$LIBS
10976LIBS="-lsvld $LIBS"
81ecdfbb 10977cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10978/* end confdefs.h. */
10979
81ecdfbb
RW
10980/* Override any GCC internal prototype to avoid an error.
10981 Use char because int might match the return type of a GCC
10982 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10983#ifdef __cplusplus
10984extern "C"
10985#endif
d7040cdb
SE
10986char dlopen ();
10987int
10988main ()
10989{
81ecdfbb 10990return dlopen ();
d7040cdb
SE
10991 ;
10992 return 0;
10993}
10994_ACEOF
81ecdfbb 10995if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10996 ac_cv_lib_svld_dlopen=yes
10997else
81ecdfbb 10998 ac_cv_lib_svld_dlopen=no
d7040cdb 10999fi
81ecdfbb
RW
11000rm -f core conftest.err conftest.$ac_objext \
11001 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11002LIBS=$ac_check_lib_save_LIBS
11003fi
81ecdfbb
RW
11004{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11005$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11006if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
d7040cdb
SE
11007 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11008else
81ecdfbb
RW
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11010$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11011if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11012 $as_echo_n "(cached) " >&6
d7040cdb
SE
11013else
11014 ac_check_lib_save_LIBS=$LIBS
11015LIBS="-ldld $LIBS"
81ecdfbb 11016cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11017/* end confdefs.h. */
11018
81ecdfbb
RW
11019/* Override any GCC internal prototype to avoid an error.
11020 Use char because int might match the return type of a GCC
11021 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11022#ifdef __cplusplus
11023extern "C"
11024#endif
d7040cdb
SE
11025char dld_link ();
11026int
11027main ()
11028{
81ecdfbb 11029return dld_link ();
d7040cdb
SE
11030 ;
11031 return 0;
11032}
11033_ACEOF
81ecdfbb 11034if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11035 ac_cv_lib_dld_dld_link=yes
11036else
81ecdfbb 11037 ac_cv_lib_dld_dld_link=no
d7040cdb 11038fi
81ecdfbb
RW
11039rm -f core conftest.err conftest.$ac_objext \
11040 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11041LIBS=$ac_check_lib_save_LIBS
11042fi
81ecdfbb
RW
11043{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11044$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11045if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
718a6fd8 11046 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11047fi
11048
11049
11050fi
11051
11052
11053fi
11054
11055
11056fi
11057
11058
11059fi
11060
11061
11062fi
11063
11064 ;;
11065 esac
11066
11067 if test "x$lt_cv_dlopen" != xno; then
11068 enable_dlopen=yes
20e95c23 11069 else
d7040cdb 11070 enable_dlopen=no
252b5132 11071 fi
5464f5a1 11072
d7040cdb
SE
11073 case $lt_cv_dlopen in
11074 dlopen)
11075 save_CPPFLAGS="$CPPFLAGS"
11076 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11077
11078 save_LDFLAGS="$LDFLAGS"
11079 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11080
11081 save_LIBS="$LIBS"
11082 LIBS="$lt_cv_dlopen_libs $LIBS"
11083
81ecdfbb
RW
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11085$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11086if ${lt_cv_dlopen_self+:} false; then :
81ecdfbb 11087 $as_echo_n "(cached) " >&6
20e95c23 11088else
d7040cdb
SE
11089 if test "$cross_compiling" = yes; then :
11090 lt_cv_dlopen_self=cross
11091else
11092 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11093 lt_status=$lt_dlunknown
11094 cat > conftest.$ac_ext <<_LT_EOF
caf606c9 11095#line 11095 "configure"
d7040cdb
SE
11096#include "confdefs.h"
11097
11098#if HAVE_DLFCN_H
11099#include <dlfcn.h>
11100#endif
11101
11102#include <stdio.h>
11103
11104#ifdef RTLD_GLOBAL
11105# define LT_DLGLOBAL RTLD_GLOBAL
11106#else
11107# ifdef DL_GLOBAL
11108# define LT_DLGLOBAL DL_GLOBAL
11109# else
11110# define LT_DLGLOBAL 0
11111# endif
11112#endif
11113
11114/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11115 find out it does not work in some platform. */
11116#ifndef LT_DLLAZY_OR_NOW
11117# ifdef RTLD_LAZY
11118# define LT_DLLAZY_OR_NOW RTLD_LAZY
11119# else
11120# ifdef DL_LAZY
11121# define LT_DLLAZY_OR_NOW DL_LAZY
11122# else
11123# ifdef RTLD_NOW
11124# define LT_DLLAZY_OR_NOW RTLD_NOW
11125# else
11126# ifdef DL_NOW
11127# define LT_DLLAZY_OR_NOW DL_NOW
11128# else
11129# define LT_DLLAZY_OR_NOW 0
11130# endif
11131# endif
11132# endif
11133# endif
11134#endif
11135
3725885a
RW
11136/* When -fvisbility=hidden is used, assume the code has been annotated
11137 correspondingly for the symbols needed. */
11138#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11139void fnord () __attribute__((visibility("default")));
11140#endif
11141
11142void fnord () { int i=42; }
d7040cdb
SE
11143int main ()
11144{
11145 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11146 int status = $lt_dlunknown;
11147
11148 if (self)
11149 {
11150 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11151 else
11152 {
11153 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11154 else puts (dlerror ());
11155 }
d7040cdb
SE
11156 /* dlclose (self); */
11157 }
11158 else
11159 puts (dlerror ());
11160
718a6fd8 11161 return status;
d7040cdb
SE
11162}
11163_LT_EOF
81ecdfbb 11164 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11165 (eval $ac_link) 2>&5
11166 ac_status=$?
81ecdfbb
RW
11167 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11168 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11169 (./conftest; exit; ) >&5 2>/dev/null
11170 lt_status=$?
11171 case x$lt_status in
11172 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11173 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11174 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11175 esac
11176 else :
11177 # compilation failed
11178 lt_cv_dlopen_self=no
11179 fi
252b5132 11180fi
d7040cdb 11181rm -fr conftest*
20e95c23 11182
d7040cdb
SE
11183
11184fi
81ecdfbb
RW
11185{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11186$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11187
11188 if test "x$lt_cv_dlopen_self" = xyes; then
11189 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11191$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11192if ${lt_cv_dlopen_self_static+:} false; then :
81ecdfbb 11193 $as_echo_n "(cached) " >&6
20e95c23 11194else
d7040cdb
SE
11195 if test "$cross_compiling" = yes; then :
11196 lt_cv_dlopen_self_static=cross
11197else
11198 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11199 lt_status=$lt_dlunknown
11200 cat > conftest.$ac_ext <<_LT_EOF
caf606c9 11201#line 11201 "configure"
d7040cdb
SE
11202#include "confdefs.h"
11203
11204#if HAVE_DLFCN_H
11205#include <dlfcn.h>
11206#endif
11207
11208#include <stdio.h>
11209
11210#ifdef RTLD_GLOBAL
11211# define LT_DLGLOBAL RTLD_GLOBAL
11212#else
11213# ifdef DL_GLOBAL
11214# define LT_DLGLOBAL DL_GLOBAL
11215# else
11216# define LT_DLGLOBAL 0
11217# endif
11218#endif
11219
11220/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11221 find out it does not work in some platform. */
11222#ifndef LT_DLLAZY_OR_NOW
11223# ifdef RTLD_LAZY
11224# define LT_DLLAZY_OR_NOW RTLD_LAZY
11225# else
11226# ifdef DL_LAZY
11227# define LT_DLLAZY_OR_NOW DL_LAZY
11228# else
11229# ifdef RTLD_NOW
11230# define LT_DLLAZY_OR_NOW RTLD_NOW
11231# else
11232# ifdef DL_NOW
11233# define LT_DLLAZY_OR_NOW DL_NOW
11234# else
11235# define LT_DLLAZY_OR_NOW 0
11236# endif
11237# endif
11238# endif
11239# endif
11240#endif
11241
3725885a
RW
11242/* When -fvisbility=hidden is used, assume the code has been annotated
11243 correspondingly for the symbols needed. */
11244#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11245void fnord () __attribute__((visibility("default")));
11246#endif
11247
11248void fnord () { int i=42; }
d7040cdb
SE
11249int main ()
11250{
11251 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11252 int status = $lt_dlunknown;
11253
11254 if (self)
11255 {
11256 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11257 else
11258 {
11259 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11260 else puts (dlerror ());
11261 }
d7040cdb
SE
11262 /* dlclose (self); */
11263 }
11264 else
11265 puts (dlerror ());
11266
718a6fd8 11267 return status;
d7040cdb
SE
11268}
11269_LT_EOF
81ecdfbb 11270 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11271 (eval $ac_link) 2>&5
11272 ac_status=$?
81ecdfbb
RW
11273 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11274 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11275 (./conftest; exit; ) >&5 2>/dev/null
11276 lt_status=$?
11277 case x$lt_status in
11278 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11279 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11280 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11281 esac
11282 else :
11283 # compilation failed
11284 lt_cv_dlopen_self_static=no
11285 fi
11286fi
11287rm -fr conftest*
11288
11289
11290fi
81ecdfbb
RW
11291{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11292$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11293 fi
11294
11295 CPPFLAGS="$save_CPPFLAGS"
11296 LDFLAGS="$save_LDFLAGS"
11297 LIBS="$save_LIBS"
11298 ;;
11299 esac
11300
11301 case $lt_cv_dlopen_self in
11302 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11303 *) enable_dlopen_self=unknown ;;
11304 esac
11305
11306 case $lt_cv_dlopen_self_static in
11307 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11308 *) enable_dlopen_self_static=unknown ;;
11309 esac
11310fi
11311
11312
11313
11314
11315
11316
11317
11318
11319
11320
11321
11322
11323
11324
11325
11326
11327
11328striplib=
11329old_striplib=
81ecdfbb
RW
11330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11331$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11332if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11333 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11334 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11336$as_echo "yes" >&6; }
d7040cdb
SE
11337else
11338# FIXME - insert some real tests, host_os isn't really good enough
11339 case $host_os in
11340 darwin*)
11341 if test -n "$STRIP" ; then
11342 striplib="$STRIP -x"
11343 old_striplib="$STRIP -S"
81ecdfbb
RW
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11345$as_echo "yes" >&6; }
d7040cdb 11346 else
81ecdfbb
RW
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11348$as_echo "no" >&6; }
d7040cdb 11349 fi
20e95c23
DJ
11350 ;;
11351 *)
81ecdfbb
RW
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11353$as_echo "no" >&6; }
d7040cdb
SE
11354 ;;
11355 esac
11356fi
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369 # Report which library types will actually be built
81ecdfbb
RW
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11371$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11373$as_echo "$can_build_shared" >&6; }
d7040cdb 11374
81ecdfbb
RW
11375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11376$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11377 test "$can_build_shared" = "no" && enable_shared=no
11378
11379 # On AIX, shared libraries and static libraries use the same namespace, and
11380 # are all built from PIC.
11381 case $host_os in
11382 aix3*)
11383 test "$enable_shared" = yes && enable_static=no
11384 if test -n "$RANLIB"; then
11385 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11386 postinstall_cmds='$RANLIB $lib'
11387 fi
11388 ;;
11389
e81819a5 11390 aix[4-9]*)
d7040cdb
SE
11391 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11392 test "$enable_shared" = yes && enable_static=no
11393 fi
20e95c23 11394 ;;
d7040cdb 11395 esac
81ecdfbb
RW
11396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11397$as_echo "$enable_shared" >&6; }
d7040cdb 11398
81ecdfbb
RW
11399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11400$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11401 # Make sure either enable_shared or enable_static is yes.
11402 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11404$as_echo "$enable_static" >&6; }
d7040cdb
SE
11405
11406
11407
11408
11409fi
11410ac_ext=c
11411ac_cpp='$CPP $CPPFLAGS'
11412ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11413ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11414ac_compiler_gnu=$ac_cv_c_compiler_gnu
11415
11416CC="$lt_save_CC"
11417
11418
11419
11420
11421
11422
11423
11424
11425
11426
11427
11428
11429
81ecdfbb 11430 ac_config_commands="$ac_config_commands libtool"
ce3c775b
NC
11431
11432
11433
11434
11435# Only expand once:
11436
11437
11438
da2f07f1
JK
11439# AC_PLUGINS setting $plugins is called by ACX_LARGEFILE.
11440
3388710e
JM
11441# The tests for host and target for $enable_largefile require
11442# canonical names.
11443
11444
11445
da2f07f1
JK
11446# As the $enable_largefile decision depends on --enable-plugins we must set it
11447# even in directories otherwise not depending on the $plugins option.
11448
5691d22d 11449
b879806f
AM
11450 maybe_plugins=no
11451 for ac_header in dlfcn.h
11452do :
11453 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11454"
d0ac1c44 11455if test "x$ac_cv_header_dlfcn_h" = xyes; then :
b879806f
AM
11456 cat >>confdefs.h <<_ACEOF
11457#define HAVE_DLFCN_H 1
11458_ACEOF
11459 maybe_plugins=yes
11460fi
11461
11462done
11463
11464 for ac_header in windows.h
11465do :
11466 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11467"
d0ac1c44 11468if test "x$ac_cv_header_windows_h" = xyes; then :
b879806f
AM
11469 cat >>confdefs.h <<_ACEOF
11470#define HAVE_WINDOWS_H 1
11471_ACEOF
11472 maybe_plugins=yes
11473fi
11474
11475done
11476
11477
11478 # Check whether --enable-plugins was given.
81ecdfbb
RW
11479if test "${enable_plugins+set}" = set; then :
11480 enableval=$enable_plugins; case "${enableval}" in
b879806f
AM
11481 no) plugins=no ;;
11482 *) plugins=yes
11483 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 11484 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
b879806f
AM
11485 fi ;;
11486 esac
ce3c775b 11487else
b879806f
AM
11488 plugins=$maybe_plugins
11489
81ecdfbb 11490fi
ce3c775b 11491
2974be62 11492 if test "$plugins" = "yes"; then
3cba8b6c
L
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11494$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 11495if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11496 $as_echo_n "(cached) " >&6
11497else
11498 ac_func_search_save_LIBS=$LIBS
11499cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11500/* end confdefs.h. */
11501
11502/* Override any GCC internal prototype to avoid an error.
11503 Use char because int might match the return type of a GCC
11504 builtin and then its argument prototype would still apply. */
11505#ifdef __cplusplus
11506extern "C"
11507#endif
3cba8b6c 11508char dlsym ();
2974be62
AM
11509int
11510main ()
11511{
3cba8b6c 11512return dlsym ();
2974be62
AM
11513 ;
11514 return 0;
11515}
11516_ACEOF
11517for ac_lib in '' dl; do
11518 if test -z "$ac_lib"; then
11519 ac_res="none required"
11520 else
11521 ac_res=-l$ac_lib
11522 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11523 fi
11524 if ac_fn_c_try_link "$LINENO"; then :
3cba8b6c 11525 ac_cv_search_dlsym=$ac_res
2974be62
AM
11526fi
11527rm -f core conftest.err conftest.$ac_objext \
11528 conftest$ac_exeext
d0ac1c44 11529 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11530 break
11531fi
11532done
d0ac1c44 11533if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11534
11535else
3cba8b6c 11536 ac_cv_search_dlsym=no
2974be62
AM
11537fi
11538rm conftest.$ac_ext
11539LIBS=$ac_func_search_save_LIBS
11540fi
3cba8b6c
L
11541{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11542$as_echo "$ac_cv_search_dlsym" >&6; }
11543ac_res=$ac_cv_search_dlsym
2974be62
AM
11544if test "$ac_res" != no; then :
11545 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11546
11547fi
11548
11549 fi
ce3c775b 11550
5691d22d 11551
da2f07f1 11552case "${host}" in
c8693053
RO
11553 sparc-*-solaris*|i?86-*-solaris*)
11554 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11555 # were mutually exclusive until Solaris 11.3. Without procfs support,
11556 # the bfd/ elf module cannot provide certain routines such as
11557 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11558 # explicitly requested large-file support through the
11559 # --enable-largefile switch, disable large-file support in favor of
11560 # procfs support.
11561 #
11562 # Check if <sys/procfs.h> is incompatible with large-file support.
11563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11564/* end confdefs.h. */
11565#define _FILE_OFFSET_BITS 64
11566#define _STRUCTURED_PROC 1
11567#include <sys/procfs.h>
11568int
11569main ()
11570{
11571
11572 ;
11573 return 0;
11574}
11575_ACEOF
11576if ac_fn_c_try_compile "$LINENO"; then :
11577 acx_cv_procfs_lfs=yes
11578else
11579 acx_cv_procfs_lfs=no
11580fi
11581rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11582 #
11583 # Forcefully disable large-file support only if necessary, gdb is in
11584 # tree and enabled.
11585 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11586 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11587 : ${enable_largefile="no"}
11588 if test "$plugins" = yes; then
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11590plugin support disabled; require large-file support which is incompatible with GDB." >&5
11591$as_echo "$as_me: WARNING:
11592plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11593 plugins=no
11594 fi
11595 fi
11596 #
11597 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11598 # benefit of g++ 9+ which predefines it on Solaris.
11599 if test "$enable_largefile" = no; then
11600 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11601
11602 fi
ce3c775b
NC
11603 ;;
11604esac
11605
81ecdfbb
RW
11606# Check whether --enable-largefile was given.
11607if test "${enable_largefile+set}" = set; then :
11608 enableval=$enable_largefile;
11609fi
ce3c775b 11610
ce3c775b
NC
11611if test "$enable_largefile" != no; then
11612
81ecdfbb
RW
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11614$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
d0ac1c44 11615if ${ac_cv_sys_largefile_CC+:} false; then :
81ecdfbb 11616 $as_echo_n "(cached) " >&6
ce3c775b
NC
11617else
11618 ac_cv_sys_largefile_CC=no
11619 if test "$GCC" != yes; then
11620 ac_save_CC=$CC
11621 while :; do
81ecdfbb
RW
11622 # IRIX 6.2 and later do not support large files by default,
11623 # so use the C compiler's -n32 option if that helps.
11624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11625/* end confdefs.h. */
11626#include <sys/types.h>
11627 /* Check that off_t can represent 2**63 - 1 correctly.
11628 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11629 since some C++ compilers masquerading as C compilers
11630 incorrectly reject 9223372036854775807. */
e0b2a78c 11631#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
ce3c775b
NC
11632 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11633 && LARGE_OFF_T % 2147483647 == 1)
11634 ? 1 : -1];
11635int
11636main ()
11637{
11638
11639 ;
11640 return 0;
11641}
11642_ACEOF
81ecdfbb 11643 if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11644 break
ce3c775b 11645fi
81ecdfbb
RW
11646rm -f core conftest.err conftest.$ac_objext
11647 CC="$CC -n32"
11648 if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11649 ac_cv_sys_largefile_CC=' -n32'; break
ce3c775b 11650fi
81ecdfbb 11651rm -f core conftest.err conftest.$ac_objext
ce3c775b
NC
11652 break
11653 done
11654 CC=$ac_save_CC
11655 rm -f conftest.$ac_ext
11656 fi
11657fi
81ecdfbb
RW
11658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11659$as_echo "$ac_cv_sys_largefile_CC" >&6; }
ce3c775b
NC
11660 if test "$ac_cv_sys_largefile_CC" != no; then
11661 CC=$CC$ac_cv_sys_largefile_CC
11662 fi
11663
81ecdfbb
RW
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11665$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
d0ac1c44 11666if ${ac_cv_sys_file_offset_bits+:} false; then :
81ecdfbb 11667 $as_echo_n "(cached) " >&6
ce3c775b
NC
11668else
11669 while :; do
81ecdfbb 11670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11671/* end confdefs.h. */
11672#include <sys/types.h>
11673 /* Check that off_t can represent 2**63 - 1 correctly.
11674 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11675 since some C++ compilers masquerading as C compilers
11676 incorrectly reject 9223372036854775807. */
e0b2a78c 11677#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
ce3c775b
NC
11678 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11679 && LARGE_OFF_T % 2147483647 == 1)
11680 ? 1 : -1];
11681int
11682main ()
11683{
11684
11685 ;
11686 return 0;
11687}
11688_ACEOF
81ecdfbb
RW
11689if ac_fn_c_try_compile "$LINENO"; then :
11690 ac_cv_sys_file_offset_bits=no; break
ce3c775b 11691fi
81ecdfbb
RW
11692rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11694/* end confdefs.h. */
11695#define _FILE_OFFSET_BITS 64
11696#include <sys/types.h>
11697 /* Check that off_t can represent 2**63 - 1 correctly.
11698 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11699 since some C++ compilers masquerading as C compilers
11700 incorrectly reject 9223372036854775807. */
e0b2a78c 11701#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
ce3c775b
NC
11702 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11703 && LARGE_OFF_T % 2147483647 == 1)
11704 ? 1 : -1];
11705int
11706main ()
11707{
11708
11709 ;
11710 return 0;
11711}
11712_ACEOF
81ecdfbb 11713if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11714 ac_cv_sys_file_offset_bits=64; break
ce3c775b 11715fi
81ecdfbb
RW
11716rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11717 ac_cv_sys_file_offset_bits=unknown
ce3c775b
NC
11718 break
11719done
11720fi
81ecdfbb
RW
11721{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11722$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11723case $ac_cv_sys_file_offset_bits in #(
11724 no | unknown) ;;
11725 *)
ce3c775b
NC
11726cat >>confdefs.h <<_ACEOF
11727#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11728_ACEOF
81ecdfbb
RW
11729;;
11730esac
11731rm -rf conftest*
11732 if test $ac_cv_sys_file_offset_bits = unknown; then
11733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11734$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
d0ac1c44 11735if ${ac_cv_sys_large_files+:} false; then :
81ecdfbb 11736 $as_echo_n "(cached) " >&6
ce3c775b
NC
11737else
11738 while :; do
81ecdfbb 11739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11740/* end confdefs.h. */
11741#include <sys/types.h>
11742 /* Check that off_t can represent 2**63 - 1 correctly.
11743 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11744 since some C++ compilers masquerading as C compilers
11745 incorrectly reject 9223372036854775807. */
e0b2a78c 11746#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
ce3c775b
NC
11747 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11748 && LARGE_OFF_T % 2147483647 == 1)
11749 ? 1 : -1];
11750int
11751main ()
11752{
11753
11754 ;
11755 return 0;
11756}
11757_ACEOF
81ecdfbb
RW
11758if ac_fn_c_try_compile "$LINENO"; then :
11759 ac_cv_sys_large_files=no; break
ce3c775b 11760fi
81ecdfbb
RW
11761rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ce3c775b
NC
11763/* end confdefs.h. */
11764#define _LARGE_FILES 1
11765#include <sys/types.h>
11766 /* Check that off_t can represent 2**63 - 1 correctly.
11767 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11768 since some C++ compilers masquerading as C compilers
11769 incorrectly reject 9223372036854775807. */
e0b2a78c 11770#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
ce3c775b
NC
11771 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11772 && LARGE_OFF_T % 2147483647 == 1)
11773 ? 1 : -1];
11774int
11775main ()
11776{
d7040cdb 11777
ce3c775b
NC
11778 ;
11779 return 0;
11780}
11781_ACEOF
81ecdfbb 11782if ac_fn_c_try_compile "$LINENO"; then :
ce3c775b 11783 ac_cv_sys_large_files=1; break
ce3c775b 11784fi
81ecdfbb
RW
11785rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11786 ac_cv_sys_large_files=unknown
ce3c775b
NC
11787 break
11788done
11789fi
81ecdfbb
RW
11790{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11791$as_echo "$ac_cv_sys_large_files" >&6; }
11792case $ac_cv_sys_large_files in #(
11793 no | unknown) ;;
11794 *)
ce3c775b
NC
11795cat >>confdefs.h <<_ACEOF
11796#define _LARGE_FILES $ac_cv_sys_large_files
11797_ACEOF
81ecdfbb
RW
11798;;
11799esac
11800rm -rf conftest*
11801 fi
d0ac1c44
SM
11802
11803
ce3c775b 11804fi
d7040cdb
SE
11805
11806
da2f07f1 11807
1e927850 11808case "${target}" in
ab4f385b
JE
11809 hppa*64*-*-*) ;;
11810 *-*-*aout*| i[3-7]86-*-msdos* | ns32k-*-* | pdp11-*-*)
1e927850
AM
11811 if test "$plugins" = "yes"; then
11812 if test "${enable_plugins+set}" = set; then
11813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins for AOUT is experimental" >&5
11814$as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
11815 else
11816 plugins=no
11817 fi
11818 fi ;;
c40e6650 11819 hppa*-*-hpux* | *-*-*vms* | \
1e927850
AM
11820 powerpc*-*-aix* | powerpc-*-beos* | powerpc-*-macos* | rs6000-*-*)
11821 if test "$plugins" = "yes"; then
11822 if test "${enable_plugins+set}" = set; then
11823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&5
11824$as_echo "$as_me: WARNING: Enabling plugins may result in ar creating non-standard archives for ${target}" >&2;}
11825 else
11826 plugins=no
11827 fi
11828 fi ;;
11829esac
11830
da2f07f1
JK
11831 if test "$plugins" = "yes"; then
11832 PLUGINS_TRUE=
11833 PLUGINS_FALSE='#'
11834else
11835 PLUGINS_TRUE='#'
11836 PLUGINS_FALSE=
11837fi
11838
11839
43e05cd4
AM
11840ac_checking=
11841. ${srcdir}/development.sh
11842test "$development" = true && ac_checking=yes
11843# Check whether --enable-checking was given.
11844if test "${enable_checking+set}" = set; then :
11845 enableval=$enable_checking; case "${enableval}" in
11846 no|none) ac_checking= ;;
11847 *) ac_checking=yes ;;
11848esac
11849fi
11850if test x$ac_checking != x ; then
11851
11852$as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11853
11854fi
11855
81ecdfbb
RW
11856# Check whether --enable-64-bit-bfd was given.
11857if test "${enable_64_bit_bfd+set}" = set; then :
1d5269c9
MF
11858 enableval=$enable_64_bit_bfd; case $enableval in #(
11859 yes|no) :
11860 ;; #(
11861 *) :
11862 as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; #(
11863 *) :
11864 ;;
d7040cdb 11865esac
1d5269c9
MF
11866else
11867 enable_64_bit_bfd=no
11868fi
11869
11870
11871if test "x$enable_64_bit_bfd" = "xno"; then :
11872 # The cast to long int works around a bug in the HP C Compiler
11873# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
11874# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
11875# This bug is HP SR number 8606223364.
11876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
11877$as_echo_n "checking size of void *... " >&6; }
11878if ${ac_cv_sizeof_void_p+:} false; then :
11879 $as_echo_n "(cached) " >&6
11880else
11881 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
11882
11883else
11884 if test "$ac_cv_type_void_p" = yes; then
11885 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11886$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11887as_fn_error 77 "cannot compute sizeof (void *)
11888See \`config.log' for more details" "$LINENO" 5; }
11889 else
11890 ac_cv_sizeof_void_p=0
11891 fi
11892fi
11893
11894fi
11895{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
11896$as_echo "$ac_cv_sizeof_void_p" >&6; }
11897
11898
11899
11900cat >>confdefs.h <<_ACEOF
11901#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
11902_ACEOF
11903
11904
11905 if test "x$ac_cv_sizeof_void_p" = "x8"; then :
11906 enable_64_bit_bfd=yes
11907fi
11908
11909fi
11910
11911 if test "x$enable_64_bit_bfd" = "xyes"; then
11912 ENABLE_BFD_64_BIT_TRUE=
11913 ENABLE_BFD_64_BIT_FALSE='#'
11914else
11915 ENABLE_BFD_64_BIT_TRUE='#'
11916 ENABLE_BFD_64_BIT_FALSE=
11917fi
11918
11919
11920if test $enable_64_bit_bfd = yes ; then
11921 want64=true
d7040cdb
SE
11922else
11923 want64=false
81ecdfbb
RW
11924fi
11925
11926# Check whether --enable-targets was given.
11927if test "${enable_targets+set}" = set; then :
11928 enableval=$enable_targets; case "${enableval}" in
d0ac1c44 11929 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
11930 ;;
11931 no) enable_targets= ;;
11932 *) enable_targets=$enableval ;;
11933esac
81ecdfbb 11934fi
504b7d20 11935
e6cc316a
L
11936# Check whether --enable-64_bit_archive was given.
11937if test "${enable_64_bit_archive+set}" = set; then :
11938 enableval=$enable_64_bit_archive; case "${enableval}" in
11939 yes) want_64_bit_archive=true ;;
11940 no) want_64_bit_archive=false ;;
d0ac1c44 11941 *) as_fn_error $? "bad value ${enableval} for 64-bit-archive option" "$LINENO" 5 ;;
e6cc316a
L
11942esac
11943else
11944 want_64_bit_archive=unset
11945fi
11946
81ecdfbb
RW
11947
11948# Check whether --with-mmap was given.
11949if test "${with_mmap+set}" = set; then :
11950 withval=$with_mmap; case "${withval}" in
d7040cdb
SE
11951 yes) want_mmap=true ;;
11952 no) want_mmap=false ;;
d0ac1c44 11953 *) as_fn_error $? "bad value ${withval} for BFD with-mmap option" "$LINENO" 5 ;;
20e95c23 11954esac
252b5132 11955else
d7040cdb 11956 want_mmap=false
81ecdfbb
RW
11957fi
11958
11959# Check whether --enable-secureplt was given.
11960if test "${enable_secureplt+set}" = set; then :
11961 enableval=$enable_secureplt; case "${enableval}" in
d7040cdb
SE
11962 yes) use_secureplt=true ;;
11963 no) use_secureplt=false ;;
d0ac1c44 11964 *) as_fn_error $? "bad value ${enableval} for secureplt option" "$LINENO" 5 ;;
d7040cdb 11965esac
252b5132 11966else
cc75d373 11967 use_secureplt=true
81ecdfbb
RW
11968fi
11969if test $use_secureplt = true; then
d7040cdb 11970
81ecdfbb 11971$as_echo "#define USE_SECUREPLT 1" >>confdefs.h
5464f5a1 11972
252b5132 11973fi
20e95c23 11974
f6aec96d
L
11975# Decide if -z separate-code should be enabled in ELF linker by default.
11976ac_default_ld_z_separate_code=unset
11977# Check whether --enable-separate-code was given.
11978if test "${enable_separate_code+set}" = set; then :
11979 enableval=$enable_separate_code; case "${enableval}" in
11980 yes) ac_default_ld_z_separate_code=1 ;;
11981 no) ac_default_ld_z_separate_code=0 ;;
11982esac
11983fi
11984
11985# Enable -z separate-code by default for Linux/x86.
11986case "${target}" in
872899f1 11987i[3-7]86-*-linux-* | x86_64-*-linux-*)
f6aec96d
L
11988 if test ${ac_default_ld_z_separate_code} = unset; then
11989 ac_default_ld_z_separate_code=1
11990 fi
11991 ;;
11992esac
11993if test "${ac_default_ld_z_separate_code}" = unset; then
11994 ac_default_ld_z_separate_code=0
11995fi
11996
11997cat >>confdefs.h <<_ACEOF
11998#define DEFAULT_LD_Z_SEPARATE_CODE $ac_default_ld_z_separate_code
11999_ACEOF
12000
12001
ef72a554
KT
12002# Check whether --enable-leading-mingw64-underscores was given.
12003if test "${enable_leading_mingw64_underscores+set}" = set; then :
12004 enableval=$enable_leading_mingw64_underscores;
12005fi
12006
12007if test x"$enable_leading_mingw64_underscores" = xyes ; then :
12008
12009$as_echo "#define USE_MINGW64_LEADING_UNDERSCORES 1" >>confdefs.h
12010
12011fi
12012
0d4a1476
AS
12013DEBUGDIR=${libdir}/debug
12014
81ecdfbb
RW
12015# Check whether --with-separate-debug-dir was given.
12016if test "${with_separate_debug_dir+set}" = set; then :
12017 withval=$with_separate_debug_dir; DEBUGDIR="${withval}"
12018fi
12019
0d4a1476
AS
12020
12021
504b7d20 12022
d7040cdb 12023
81ecdfbb
RW
12024# Check whether --with-pkgversion was given.
12025if test "${with_pkgversion+set}" = set; then :
12026 withval=$with_pkgversion; case "$withval" in
d0ac1c44 12027 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
d7040cdb
SE
12028 no) PKGVERSION= ;;
12029 *) PKGVERSION="($withval) " ;;
12030 esac
252b5132 12031else
d7040cdb 12032 PKGVERSION="(GNU Binutils) "
252b5132 12033
81ecdfbb
RW
12034fi
12035
20e95c23
DJ
12036
12037
5464f5a1 12038
20e95c23 12039
81ecdfbb
RW
12040# Check whether --with-bugurl was given.
12041if test "${with_bugurl+set}" = set; then :
12042 withval=$with_bugurl; case "$withval" in
d0ac1c44 12043 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
d7040cdb
SE
12044 no) BUGURL=
12045 ;;
12046 *) BUGURL="$withval"
12047 ;;
12048 esac
252b5132 12049else
2990bf40 12050 BUGURL="https://sourceware.org/bugzilla/"
d7040cdb 12051
81ecdfbb
RW
12052fi
12053
d7040cdb
SE
12054 case ${BUGURL} in
12055 "")
12056 REPORT_BUGS_TO=
12057 REPORT_BUGS_TEXI=
20e95c23
DJ
12058 ;;
12059 *)
d7040cdb
SE
12060 REPORT_BUGS_TO="<$BUGURL>"
12061 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
20e95c23 12062 ;;
d7040cdb
SE
12063 esac;
12064
12065
12066
12067
12068
270c9937
JB
12069# Set the 'development' global.
12070. $srcdir/../bfd/development.sh
12071
c5da1932
VZ
12072# Set acp_cpp_for_build variable
12073ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12074
9780e045 12075# Default set of GCC warnings to enable.
d1a98e0c 12076GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 12077GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
12078
12079# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
d1a98e0c
AM
12080cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12081/* end confdefs.h. */
12082__GNUC__
12083_ACEOF
12084if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12085 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
d1a98e0c
AM
12086
12087else
12088 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12089fi
12090rm -f conftest*
12091
d7040cdb 12092
9780e045
NC
12093# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12094cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12095/* end confdefs.h. */
12096__GNUC__
12097_ACEOF
12098if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12099 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
9780e045
NC
12100
12101else
12102 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12103fi
12104rm -f conftest*
12105
12106
6757cf57
TS
12107# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12108WARN_WRITE_STRINGS=""
12109cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12110/* end confdefs.h. */
12111__GNUC__
12112_ACEOF
12113if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12114 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
6757cf57
TS
12115
12116else
12117 WARN_WRITE_STRINGS="-Wwrite-strings"
12118fi
12119rm -f conftest*
12120
9780e045 12121
96fe4562 12122# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
12123
12124# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12125cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12126/* end confdefs.h. */
12127__GNUC__
12128_ACEOF
12129if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12130 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12131
12132else
12133 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12134fi
12135rm -f conftest*
12136
12137
12138# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12139cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12140/* end confdefs.h. */
12141__GNUC__
12142_ACEOF
12143if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12144 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12145
12146else
12147 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12148fi
12149rm -f conftest*
12150
12151
81ecdfbb
RW
12152# Check whether --enable-werror was given.
12153if test "${enable_werror+set}" = set; then :
12154 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
12155 yes | y) ERROR_ON_WARNING="yes" ;;
12156 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 12157 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 12158 esac
81ecdfbb
RW
12159fi
12160
d7040cdb 12161
d1a98e0c 12162# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
12163case "${host}" in
12164 *-*-mingw32*)
12165 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12166 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 12167 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
12168 fi
12169 ;;
12170 *) ;;
12171esac
12172
270c9937
JB
12173# Enable -Werror by default when using gcc. Turn it off for releases.
12174if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
12175 ERROR_ON_WARNING=yes
12176fi
12177
12178NO_WERROR=
12179if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 12180 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 12181 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
d7040cdb
SE
12182 NO_WERROR="-Wno-error"
12183fi
12184
12185if test "${GCC}" = yes ; then
12186 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 12187 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
d7040cdb
SE
12188fi
12189
81ecdfbb
RW
12190# Check whether --enable-build-warnings was given.
12191if test "${enable_build_warnings+set}" = set; then :
12192 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
12193 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12194 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
d7040cdb
SE
12195 no) if test "${GCC}" = yes ; then
12196 WARN_CFLAGS="-w"
c5da1932 12197 WARN_CFLAGS_FOR_BUILD="-w"
d7040cdb
SE
12198 fi;;
12199 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12200 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12201 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
d7040cdb 12202 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12203 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12204 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12205 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12206 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
20e95c23 12207esac
81ecdfbb
RW
12208fi
12209
d7040cdb
SE
12210
12211if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12212 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
20e95c23 12213fi
d7040cdb
SE
12214
12215
12216
12217
12218
6757cf57 12219
c5da1932 12220
81ecdfbb 12221ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12222
12223
df7b86aa
NC
12224# PR 14072
12225
12226
d7040cdb 12227if test -z "$target" ; then
d0ac1c44 12228 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
20e95c23
DJ
12229fi
12230
81ecdfbb
RW
12231
12232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12233$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12234 # Check whether --enable-maintainer-mode was given.
12235if test "${enable_maintainer_mode+set}" = set; then :
12236 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
d7040cdb
SE
12237else
12238 USE_MAINTAINER_MODE=no
81ecdfbb 12239fi
20e95c23 12240
81ecdfbb
RW
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12242$as_echo "$USE_MAINTAINER_MODE" >&6; }
12243 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
12244 MAINTAINER_MODE_TRUE=
12245 MAINTAINER_MODE_FALSE='#'
12246else
12247 MAINTAINER_MODE_TRUE='#'
12248 MAINTAINER_MODE_FALSE=
6be7c12c 12249fi
5464f5a1 12250
d7040cdb
SE
12251 MAINT=$MAINTAINER_MODE_TRUE
12252
12253
81ecdfbb 12254 if false; then
d7040cdb
SE
12255 GENINSRC_NEVER_TRUE=
12256 GENINSRC_NEVER_FALSE='#'
20e95c23 12257else
d7040cdb
SE
12258 GENINSRC_NEVER_TRUE='#'
12259 GENINSRC_NEVER_FALSE=
5464f5a1 12260fi
5464f5a1 12261
d7040cdb
SE
12262 case ${build_alias} in
12263 "") build_noncanonical=${build} ;;
12264 *) build_noncanonical=${build_alias} ;;
20e95c23 12265esac
d7040cdb
SE
12266
12267 case ${host_alias} in
12268 "") host_noncanonical=${build_noncanonical} ;;
12269 *) host_noncanonical=${host_alias} ;;
12270esac
12271
12272 case ${target_alias} in
12273 "") target_noncanonical=${host_noncanonical} ;;
12274 *) target_noncanonical=${target_alias} ;;
12275esac
12276
81ecdfbb
RW
12277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12278$as_echo_n "checking whether to install libbfd... " >&6; }
12279 # Check whether --enable-install-libbfd was given.
12280if test "${enable_install_libbfd+set}" = set; then :
12281 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
252b5132 12282else
d7040cdb
SE
12283 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12284 install_libbfd_p=yes
12285 else
12286 install_libbfd_p=no
12287 fi
81ecdfbb 12288fi
d7040cdb 12289
81ecdfbb
RW
12290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12291$as_echo "$install_libbfd_p" >&6; }
12292 if test $install_libbfd_p = yes; then
d7040cdb
SE
12293 INSTALL_LIBBFD_TRUE=
12294 INSTALL_LIBBFD_FALSE='#'
12295else
12296 INSTALL_LIBBFD_TRUE='#'
12297 INSTALL_LIBBFD_FALSE=
5464f5a1 12298fi
5464f5a1 12299
d7040cdb 12300 # Need _noncanonical variables for this.
5464f5a1 12301
5464f5a1 12302
d7040cdb
SE
12303
12304
12305 # libbfd.a is a host library containing target dependent code
12306 bfdlibdir='$(libdir)'
12307 bfdincludedir='$(includedir)'
12308 if test "${host}" != "${target}"; then
12309 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12310 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
20e95c23 12311 fi
6be7c12c 12312
5464f5a1 12313
5464f5a1
NN
12314
12315
5464f5a1 12316
ac48eca1 12317
573e8a1c
RW
12318
12319
d7040cdb
SE
12320host64=false
12321target64=false
12322bfd_default_target_size=32
252b5132 12323
d7040cdb 12324# host stuff:
20e95c23 12325
293b4d4f 12326ALL_LINGUAS="da es fi fr hr id ja ro ru rw sr sv tr uk vi zh_CN pt"
d7040cdb
SE
12327# If we haven't got the data from the intl directory,
12328# assume NLS is disabled.
12329USE_NLS=no
12330LIBINTL=
12331LIBINTL_DEP=
12332INCINTL=
12333XGETTEXT=
12334GMSGFMT=
12335POSUB=
12336
12337if test -f ../intl/config.intl; then
12338 . ../intl/config.intl
252b5132 12339fi
81ecdfbb
RW
12340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12341$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12342if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12344$as_echo "no" >&6; }
d7040cdb 12345else
81ecdfbb
RW
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12347$as_echo "yes" >&6; }
5464f5a1 12348
81ecdfbb 12349$as_echo "#define ENABLE_NLS 1" >>confdefs.h
252b5132 12350
6be7c12c 12351
81ecdfbb
RW
12352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12353$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12354 # Look for .po and .gmo files in the source directory.
12355 CATALOGS=
12356 XLINGUAS=
12357 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12358 # If there aren't any .gmo files the shell will give us the
12359 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12360 # weeded out.
12361 case "$cat" in *\**)
12362 continue;;
12363 esac
12364 # The quadruple backslash is collapsed to a double backslash
12365 # by the backticks, then collapsed again by the double quotes,
12366 # leaving us with one backslash in the sed expression (right
12367 # before the dot that mustn't act as a wildcard).
12368 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12369 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12370 # The user is allowed to set LINGUAS to a list of languages to
12371 # install catalogs for. If it's empty that means "all of them."
12372 if test "x$LINGUAS" = x; then
12373 CATALOGS="$CATALOGS $cat"
12374 XLINGUAS="$XLINGUAS $lang"
12375 else
12376 case "$LINGUAS" in *$lang*)
12377 CATALOGS="$CATALOGS $cat"
12378 XLINGUAS="$XLINGUAS $lang"
12379 ;;
12380 esac
12381 fi
12382 done
12383 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12385$as_echo "$LINGUAS" >&6; }
d7040cdb 12386
252b5132 12387
d7040cdb 12388 DATADIRNAME=share
252b5132 12389
d7040cdb 12390 INSTOBJEXT=.mo
5464f5a1 12391
d7040cdb 12392 GENCAT=gencat
20e95c23 12393
d7040cdb 12394 CATOBJEXT=.gmo
5464f5a1 12395
20e95c23 12396fi
5464f5a1 12397
d7040cdb
SE
12398 MKINSTALLDIRS=
12399 if test -n "$ac_aux_dir"; then
12400 case "$ac_aux_dir" in
12401 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12402 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12403 esac
12404 fi
12405 if test -z "$MKINSTALLDIRS"; then
12406 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
5464f5a1 12407 fi
5464f5a1 12408
5464f5a1 12409
d7040cdb 12410
81ecdfbb
RW
12411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12412$as_echo_n "checking whether NLS is requested... " >&6; }
12413 # Check whether --enable-nls was given.
12414if test "${enable_nls+set}" = set; then :
12415 enableval=$enable_nls; USE_NLS=$enableval
252b5132 12416else
d7040cdb 12417 USE_NLS=yes
81ecdfbb
RW
12418fi
12419
12420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12421$as_echo "$USE_NLS" >&6; }
5464f5a1 12422
252b5132 12423
5464f5a1 12424
252b5132 12425
d7040cdb
SE
12426
12427
12428# Prepare PATH_SEPARATOR.
12429# The user is always right.
12430if test "${PATH_SEPARATOR+set}" != set; then
12431 echo "#! /bin/sh" >conf$$.sh
12432 echo "exit 0" >>conf$$.sh
12433 chmod +x conf$$.sh
12434 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12435 PATH_SEPARATOR=';'
20e95c23 12436 else
d7040cdb 12437 PATH_SEPARATOR=:
20e95c23 12438 fi
d7040cdb
SE
12439 rm -f conf$$.sh
12440fi
12441
12442# Find out how to test for executable files. Don't use a zero-byte file,
12443# as systems may use methods other than mode bits to determine executability.
12444cat >conf$$.file <<_ASEOF
12445#! /bin/sh
12446exit 0
12447_ASEOF
12448chmod +x conf$$.file
12449if test -x conf$$.file >/dev/null 2>&1; then
12450 ac_executable_p="test -x"
20e95c23 12451else
d7040cdb 12452 ac_executable_p="test -f"
20e95c23 12453fi
d7040cdb 12454rm -f conf$$.file
5464f5a1 12455
d7040cdb
SE
12456# Extract the first word of "msgfmt", so it can be a program name with args.
12457set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12458{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12459$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12460if ${ac_cv_path_MSGFMT+:} false; then :
81ecdfbb 12461 $as_echo_n "(cached) " >&6
d7040cdb
SE
12462else
12463 case "$MSGFMT" in
12464 [\\/]* | ?:[\\/]*)
12465 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12466 ;;
12467 *)
12468 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12469 for ac_dir in $PATH; do
12470 IFS="$ac_save_IFS"
12471 test -z "$ac_dir" && ac_dir=.
12472 for ac_exec_ext in '' $ac_executable_extensions; do
12473 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12474 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12475 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12476 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12477 break 2
12478 fi
12479 fi
12480 done
12481 done
12482 IFS="$ac_save_IFS"
12483 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12484 ;;
12485esac
5464f5a1 12486fi
d7040cdb
SE
12487MSGFMT="$ac_cv_path_MSGFMT"
12488if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12490$as_echo "$MSGFMT" >&6; }
20e95c23 12491else
81ecdfbb
RW
12492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12493$as_echo "no" >&6; }
252b5132 12494fi
d7040cdb
SE
12495
12496 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12497set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12499$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12500if ${ac_cv_path_GMSGFMT+:} false; then :
81ecdfbb 12501 $as_echo_n "(cached) " >&6
252b5132 12502else
d7040cdb
SE
12503 case $GMSGFMT in
12504 [\\/]* | ?:[\\/]*)
12505 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12506 ;;
12507 *)
12508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12509for as_dir in $PATH
12510do
12511 IFS=$as_save_IFS
12512 test -z "$as_dir" && as_dir=.
81ecdfbb 12513 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12514 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12515 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12517 break 2
12518 fi
12519done
81ecdfbb
RW
12520 done
12521IFS=$as_save_IFS
5464f5a1 12522
d7040cdb
SE
12523 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12524 ;;
12525esac
252b5132 12526fi
d7040cdb 12527GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12528if test -n "$GMSGFMT"; then
81ecdfbb
RW
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12530$as_echo "$GMSGFMT" >&6; }
252b5132 12531else
81ecdfbb
RW
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12533$as_echo "no" >&6; }
252b5132
RH
12534fi
12535
20e95c23
DJ
12536
12537
81ecdfbb 12538
d7040cdb
SE
12539# Prepare PATH_SEPARATOR.
12540# The user is always right.
12541if test "${PATH_SEPARATOR+set}" != set; then
12542 echo "#! /bin/sh" >conf$$.sh
12543 echo "exit 0" >>conf$$.sh
12544 chmod +x conf$$.sh
12545 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12546 PATH_SEPARATOR=';'
12547 else
12548 PATH_SEPARATOR=:
12549 fi
12550 rm -f conf$$.sh
252b5132 12551fi
20e95c23 12552
d7040cdb
SE
12553# Find out how to test for executable files. Don't use a zero-byte file,
12554# as systems may use methods other than mode bits to determine executability.
12555cat >conf$$.file <<_ASEOF
12556#! /bin/sh
12557exit 0
12558_ASEOF
12559chmod +x conf$$.file
12560if test -x conf$$.file >/dev/null 2>&1; then
12561 ac_executable_p="test -x"
12562else
12563 ac_executable_p="test -f"
12564fi
12565rm -f conf$$.file
252b5132 12566
d7040cdb
SE
12567# Extract the first word of "xgettext", so it can be a program name with args.
12568set dummy xgettext; ac_word=$2
81ecdfbb
RW
12569{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12570$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12571if ${ac_cv_path_XGETTEXT+:} false; then :
81ecdfbb 12572 $as_echo_n "(cached) " >&6
20e95c23 12573else
d7040cdb
SE
12574 case "$XGETTEXT" in
12575 [\\/]* | ?:[\\/]*)
12576 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12577 ;;
12578 *)
12579 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12580 for ac_dir in $PATH; do
12581 IFS="$ac_save_IFS"
12582 test -z "$ac_dir" && ac_dir=.
12583 for ac_exec_ext in '' $ac_executable_extensions; do
12584 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12585 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12586 (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
12587 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12588 break 2
12589 fi
12590 fi
12591 done
12592 done
12593 IFS="$ac_save_IFS"
12594 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12595 ;;
12596esac
12597fi
12598XGETTEXT="$ac_cv_path_XGETTEXT"
12599if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12601$as_echo "$XGETTEXT" >&6; }
252b5132 12602else
81ecdfbb
RW
12603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12604$as_echo "no" >&6; }
252b5132
RH
12605fi
12606
d7040cdb 12607 rm -f messages.po
5464f5a1 12608
252b5132 12609
d7040cdb
SE
12610# Prepare PATH_SEPARATOR.
12611# The user is always right.
12612if test "${PATH_SEPARATOR+set}" != set; then
12613 echo "#! /bin/sh" >conf$$.sh
12614 echo "exit 0" >>conf$$.sh
12615 chmod +x conf$$.sh
12616 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12617 PATH_SEPARATOR=';'
12618 else
12619 PATH_SEPARATOR=:
12620 fi
12621 rm -f conf$$.sh
252b5132
RH
12622fi
12623
d7040cdb
SE
12624# Find out how to test for executable files. Don't use a zero-byte file,
12625# as systems may use methods other than mode bits to determine executability.
12626cat >conf$$.file <<_ASEOF
12627#! /bin/sh
12628exit 0
12629_ASEOF
12630chmod +x conf$$.file
12631if test -x conf$$.file >/dev/null 2>&1; then
12632 ac_executable_p="test -x"
5464f5a1 12633else
d7040cdb 12634 ac_executable_p="test -f"
20e95c23 12635fi
d7040cdb 12636rm -f conf$$.file
5464f5a1 12637
d7040cdb
SE
12638# Extract the first word of "msgmerge", so it can be a program name with args.
12639set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12640{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12641$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12642if ${ac_cv_path_MSGMERGE+:} false; then :
81ecdfbb 12643 $as_echo_n "(cached) " >&6
d7040cdb
SE
12644else
12645 case "$MSGMERGE" in
12646 [\\/]* | ?:[\\/]*)
12647 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12648 ;;
12649 *)
12650 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12651 for ac_dir in $PATH; do
12652 IFS="$ac_save_IFS"
12653 test -z "$ac_dir" && ac_dir=.
12654 for ac_exec_ext in '' $ac_executable_extensions; do
12655 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12656 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12657 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12658 break 2
12659 fi
12660 fi
12661 done
12662 done
12663 IFS="$ac_save_IFS"
12664 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12665 ;;
12666esac
5464f5a1 12667fi
d7040cdb
SE
12668MSGMERGE="$ac_cv_path_MSGMERGE"
12669if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12671$as_echo "$MSGMERGE" >&6; }
20e95c23 12672else
81ecdfbb
RW
12673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12674$as_echo "no" >&6; }
d7040cdb 12675fi
20e95c23 12676
5464f5a1 12677
d7040cdb
SE
12678 if test "$GMSGFMT" != ":"; then
12679 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12680 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12681 : ;
12682 else
12683 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12685$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12686 GMSGFMT=":"
12687 fi
12688 fi
252b5132 12689
d7040cdb
SE
12690 if test "$XGETTEXT" != ":"; then
12691 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12692 (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
12693 : ;
12694 else
81ecdfbb
RW
12695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12696$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12697 XGETTEXT=":"
12698 fi
12699 rm -f messages.po
12700 fi
6be7c12c 12701
81ecdfbb 12702 ac_config_commands="$ac_config_commands default-1"
5464f5a1 12703
252b5132 12704
5464f5a1 12705
d7040cdb
SE
12706# Permit host specific settings.
12707. ${srcdir}/configure.host
12708
12709
252b5132 12710
252b5132 12711
d7040cdb 12712BFD_HOST_64BIT_LONG=0
d2df793a 12713BFD_HOST_64BIT_LONG_LONG=0
d7040cdb
SE
12714BFD_HOST_64_BIT_DEFINED=0
12715BFD_HOST_64_BIT=
12716BFD_HOST_U_64_BIT=
d2df793a 12717BFD_HOSTPTR_T="unsigned long"
6be7c12c 12718
81ecdfbb
RW
12719# The cast to long int works around a bug in the HP C Compiler
12720# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12721# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12722# This bug is HP SR number 8606223364.
12723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12724$as_echo_n "checking size of long long... " >&6; }
d0ac1c44 12725if ${ac_cv_sizeof_long_long+:} false; then :
81ecdfbb 12726 $as_echo_n "(cached) " >&6
6726e1ea 12727else
81ecdfbb
RW
12728 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12729
12730else
12731 if test "$ac_cv_type_long_long" = yes; then
12732 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12733$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
12734as_fn_error 77 "cannot compute sizeof (long long)
12735See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
12736 else
12737 ac_cv_sizeof_long_long=0
12738 fi
12739fi
12740
12741fi
12742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12743$as_echo "$ac_cv_sizeof_long_long" >&6; }
12744
12745
12746
12747cat >>confdefs.h <<_ACEOF
12748#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
5464f5a1 12749_ACEOF
81ecdfbb
RW
12750
12751
12752# The cast to long int works around a bug in the HP C Compiler
12753# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12754# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12755# This bug is HP SR number 8606223364.
12756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12757$as_echo_n "checking size of void *... " >&6; }
d0ac1c44 12758if ${ac_cv_sizeof_void_p+:} false; then :
81ecdfbb 12759 $as_echo_n "(cached) " >&6
6726e1ea 12760else
81ecdfbb 12761 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
5464f5a1 12762
81ecdfbb
RW
12763else
12764 if test "$ac_cv_type_void_p" = yes; then
12765 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12766$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
12767as_fn_error 77 "cannot compute sizeof (void *)
12768See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
12769 else
12770 ac_cv_sizeof_void_p=0
12771 fi
6726e1ea 12772fi
81ecdfbb 12773
6726e1ea 12774fi
81ecdfbb
RW
12775{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12776$as_echo "$ac_cv_sizeof_void_p" >&6; }
6726e1ea 12777
6726e1ea 12778
2ba49b59 12779
81ecdfbb
RW
12780cat >>confdefs.h <<_ACEOF
12781#define SIZEOF_VOID_P $ac_cv_sizeof_void_p
5464f5a1 12782_ACEOF
81ecdfbb
RW
12783
12784
12785# The cast to long int works around a bug in the HP C Compiler
12786# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12787# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12788# This bug is HP SR number 8606223364.
12789{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12790$as_echo_n "checking size of long... " >&6; }
d0ac1c44 12791if ${ac_cv_sizeof_long+:} false; then :
81ecdfbb 12792 $as_echo_n "(cached) " >&6
6726e1ea 12793else
81ecdfbb 12794 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
5464f5a1 12795
252b5132 12796else
81ecdfbb
RW
12797 if test "$ac_cv_type_long" = yes; then
12798 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12799$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
12800as_fn_error 77 "cannot compute sizeof (long)
12801See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
12802 else
12803 ac_cv_sizeof_long=0
12804 fi
12805fi
5464f5a1 12806
81ecdfbb
RW
12807fi
12808{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12809$as_echo "$ac_cv_sizeof_long" >&6; }
2ba49b59 12810
81ecdfbb
RW
12811
12812
12813cat >>confdefs.h <<_ACEOF
12814#define SIZEOF_LONG $ac_cv_sizeof_long
5464f5a1 12815_ACEOF
2ba49b59 12816
2ba49b59 12817
242a1159
AM
12818# The cast to long int works around a bug in the HP C Compiler
12819# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12820# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12821# This bug is HP SR number 8606223364.
12822{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
12823$as_echo_n "checking size of int... " >&6; }
12824if ${ac_cv_sizeof_int+:} false; then :
12825 $as_echo_n "(cached) " >&6
12826else
12827 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
12828
12829else
12830 if test "$ac_cv_type_int" = yes; then
12831 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12832$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12833as_fn_error 77 "cannot compute sizeof (int)
12834See \`config.log' for more details" "$LINENO" 5; }
12835 else
12836 ac_cv_sizeof_int=0
12837 fi
12838fi
12839
12840fi
12841{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
12842$as_echo "$ac_cv_sizeof_int" >&6; }
12843
12844
12845
12846cat >>confdefs.h <<_ACEOF
12847#define SIZEOF_INT $ac_cv_sizeof_int
12848_ACEOF
12849
12850
81ecdfbb
RW
12851
12852if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12853 host64=true
252b5132 12854fi
5464f5a1 12855
81ecdfbb
RW
12856if test "x${ac_cv_sizeof_long}" = "x8"; then
12857 BFD_HOST_64BIT_LONG=1
12858 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long"
12859 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long"
12860elif test "x${ac_cv_sizeof_long_long}" = "x8"; then
12861 BFD_HOST_64BIT_LONG_LONG=1
12862 test -n "${HOST_64BIT_TYPE}" || HOST_64BIT_TYPE="long long"
12863 test -n "${HOST_U_64BIT_TYPE}" || HOST_U_64BIT_TYPE="unsigned long long"
12864 if test "x${ac_cv_sizeof_void_p}" = "x8"; then
12865 BFD_HOSTPTR_T="unsigned long long"
83c79df8 12866 fi
81ecdfbb 12867fi
efde2f2c 12868
83c79df8
AM
12869if test -n "${HOST_64BIT_TYPE}" -a -n "${HOST_U_64BIT_TYPE}"; then
12870 BFD_HOST_64_BIT_DEFINED=1
12871 BFD_HOST_64_BIT="${HOST_64BIT_TYPE}"
12872 BFD_HOST_U_64_BIT="${HOST_U_64BIT_TYPE}"
2ba49b59 12873fi
81ecdfbb 12874
17d5dae2 12875
81ecdfbb 12876
83c79df8
AM
12877
12878
12879
12880
12881
12882# Put a plausible default for CC_FOR_BUILD in Makefile.
12883if test -z "$CC_FOR_BUILD"; then
12884 if test "x$cross_compiling" = "xno"; then
12885 CC_FOR_BUILD='$(CC)'
12886 else
12887 CC_FOR_BUILD=gcc
12888 fi
12889fi
12890
12891# Also set EXEEXT_FOR_BUILD.
12892if test "x$cross_compiling" = "xno"; then
12893 EXEEXT_FOR_BUILD='$(EXEEXT)'
12894else
12895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12896$as_echo_n "checking for build system executable suffix... " >&6; }
12897if ${bfd_cv_build_exeext+:} false; then :
12898 $as_echo_n "(cached) " >&6
2ba49b59 12899else
83c79df8
AM
12900 rm -f conftest*
12901 echo 'int main () { return 0; }' > conftest.c
12902 bfd_cv_build_exeext=
12903 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12904 for file in conftest.*; do
12905 case $file in
12906 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12907 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12908 esac
12909 done
12910 rm -f conftest*
12911 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
81ecdfbb 12912fi
83c79df8
AM
12913{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12914$as_echo "$bfd_cv_build_exeext" >&6; }
12915 EXEEXT_FOR_BUILD=""
12916 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
81ecdfbb 12917fi
2ba49b59 12918
2ba49b59 12919
83c79df8
AM
12920for ac_header in fcntl.h sys/file.h sys/resource.h sys/stat.h sys/types.h \
12921 unistd.h
81ecdfbb 12922do :
83c79df8
AM
12923 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12924ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12925if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb 12926 cat >>confdefs.h <<_ACEOF
83c79df8 12927#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
2ba49b59 12928_ACEOF
81ecdfbb
RW
12929
12930fi
83c79df8 12931
81ecdfbb
RW
12932done
12933
83c79df8
AM
12934
12935for ac_func in fcntl fdopen fileno fls getgid getpagesize getrlimit getuid \
12936 sysconf
81ecdfbb 12937do :
9d782e8d
MW
12938 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12939ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 12940if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb 12941 cat >>confdefs.h <<_ACEOF
9d782e8d 12942#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
2ba49b59 12943_ACEOF
81ecdfbb
RW
12944
12945fi
12946done
12947
12948
12949ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
d0ac1c44 12950if test "x$ac_cv_have_decl_basename" = xyes; then :
81ecdfbb 12951 ac_have_decl=1
2ba49b59 12952else
81ecdfbb 12953 ac_have_decl=0
2ba49b59 12954fi
81ecdfbb
RW
12955
12956cat >>confdefs.h <<_ACEOF
12957#define HAVE_DECL_BASENAME $ac_have_decl
12958_ACEOF
81ecdfbb 12959ac_fn_c_check_decl "$LINENO" "ffs" "ac_cv_have_decl_ffs" "$ac_includes_default"
d0ac1c44 12960if test "x$ac_cv_have_decl_ffs" = xyes; then :
81ecdfbb
RW
12961 ac_have_decl=1
12962else
12963 ac_have_decl=0
2ba49b59
KC
12964fi
12965
81ecdfbb
RW
12966cat >>confdefs.h <<_ACEOF
12967#define HAVE_DECL_FFS $ac_have_decl
12968_ACEOF
81ecdfbb 12969ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
d0ac1c44 12970if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
81ecdfbb
RW
12971 ac_have_decl=1
12972else
12973 ac_have_decl=0
d5efd9fc 12974fi
81ecdfbb
RW
12975
12976cat >>confdefs.h <<_ACEOF
12977#define HAVE_DECL_STPCPY $ac_have_decl
12978_ACEOF
d6f1bafa 12979ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
d0ac1c44 12980if test "x$ac_cv_have_decl_asprintf" = xyes; then :
d6f1bafa
IB
12981 ac_have_decl=1
12982else
12983 ac_have_decl=0
12984fi
12985
12986cat >>confdefs.h <<_ACEOF
12987#define HAVE_DECL_ASPRINTF $ac_have_decl
12988_ACEOF
d6f1bafa 12989ac_fn_c_check_decl "$LINENO" "vasprintf" "ac_cv_have_decl_vasprintf" "$ac_includes_default"
d0ac1c44 12990if test "x$ac_cv_have_decl_vasprintf" = xyes; then :
d6f1bafa
IB
12991 ac_have_decl=1
12992else
12993 ac_have_decl=0
12994fi
12995
12996cat >>confdefs.h <<_ACEOF
12997#define HAVE_DECL_VASPRINTF $ac_have_decl
12998_ACEOF
b737d304
RO
12999ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13000if test "x$ac_cv_have_decl_strnlen" = xyes; then :
13001 ac_have_decl=1
13002else
13003 ac_have_decl=0
13004fi
13005
13006cat >>confdefs.h <<_ACEOF
13007#define HAVE_DECL_STRNLEN $ac_have_decl
13008_ACEOF
d6f1bafa 13009
81ecdfbb 13010
5a026fc9 13011
83c79df8
AM
13012case "${host}" in
13013*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
5a026fc9 13014
83c79df8
AM
13015$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13016 ;;
13017esac
81ecdfbb 13018
9ae46699
L
13019# Link in zlib if we can. This allows us to read compressed debug sections.
13020# This is used only by compress.c.
13021
13022 # Use the system's zlib library.
39f3de7c
L
13023 zlibdir="-L\$(top_builddir)/../zlib"
13024 zlibinc="-I\$(top_srcdir)/../zlib"
bf993e3c 13025
243340ad
L
13026# Check whether --with-system-zlib was given.
13027if test "${with_system_zlib+set}" = set; then :
afa59b79
L
13028 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13029 zlibdir=
13030 zlibinc=
13031 fi
bf993e3c 13032
bf993e3c
JB
13033fi
13034
13035
bf993e3c 13036
d5efd9fc 13037
9ae46699 13038
629dabe3
AM
13039save_CFLAGS="$CFLAGS"
13040CFLAGS="$CFLAGS -Werror"
8722de9c
AM
13041{ $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler support for hidden visibility" >&5
13042$as_echo_n "checking compiler support for hidden visibility... " >&6; }
d0ac1c44 13043if ${bfd_cv_hidden+:} false; then :
8722de9c
AM
13044 $as_echo_n "(cached) " >&6
13045else
13046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13047/* end confdefs.h. */
13048
13049const char hw[] __attribute__ ((__visibility__ ("hidden"))) = "Hello, World\n";
13050extern void print (const char *) __attribute__ ((__visibility__ ("hidden")));
13051int
13052main ()
13053{
13054print (hw);
13055 ;
13056 return 0;
13057}
13058_ACEOF
13059if ac_fn_c_try_compile "$LINENO"; then :
13060 bfd_cv_hidden=yes
13061else
13062 bfd_cv_hidden=no
13063fi
13064rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13065fi
13066{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_hidden" >&5
13067$as_echo "$bfd_cv_hidden" >&6; }
629dabe3 13068CFLAGS="$save_CFLAGS"
8722de9c
AM
13069if test $bfd_cv_hidden = yes; then
13070
13071$as_echo "#define HAVE_HIDDEN 1" >>confdefs.h
13072
13073fi
13074
c603b11b
AM
13075# Check if linker supports --as-needed and --no-as-needed options
13076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
13077$as_echo_n "checking linker --as-needed support... " >&6; }
d0ac1c44 13078if ${bfd_cv_ld_as_needed+:} false; then :
c603b11b
AM
13079 $as_echo_n "(cached) " >&6
13080else
13081 bfd_cv_ld_as_needed=no
13082 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
13083 bfd_cv_ld_as_needed=yes
13084 fi
d5efd9fc 13085
c603b11b
AM
13086fi
13087{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
13088$as_echo "$bfd_cv_ld_as_needed" >&6; }
d5efd9fc 13089
c603b11b
AM
13090LIBM=
13091case $host in
13092*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13093 # These system don't have libm, or don't need it
13094 ;;
13095*-ncr-sysv4.3*)
13096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13097$as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
d0ac1c44 13098if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
c603b11b
AM
13099 $as_echo_n "(cached) " >&6
13100else
13101 ac_check_lib_save_LIBS=$LIBS
13102LIBS="-lmw $LIBS"
13103cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 13104/* end confdefs.h. */
c603b11b
AM
13105
13106/* Override any GCC internal prototype to avoid an error.
13107 Use char because int might match the return type of a GCC
13108 builtin and then its argument prototype would still apply. */
13109#ifdef __cplusplus
13110extern "C"
13111#endif
13112char _mwvalidcheckl ();
d5efd9fc
AM
13113int
13114main ()
13115{
c603b11b 13116return _mwvalidcheckl ();
d5efd9fc
AM
13117 ;
13118 return 0;
13119}
13120_ACEOF
c603b11b
AM
13121if ac_fn_c_try_link "$LINENO"; then :
13122 ac_cv_lib_mw__mwvalidcheckl=yes
d5efd9fc 13123else
c603b11b 13124 ac_cv_lib_mw__mwvalidcheckl=no
d5efd9fc 13125fi
c603b11b
AM
13126rm -f core conftest.err conftest.$ac_objext \
13127 conftest$ac_exeext conftest.$ac_ext
13128LIBS=$ac_check_lib_save_LIBS
d5efd9fc 13129fi
c603b11b
AM
13130{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13131$as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
d0ac1c44 13132if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
c603b11b 13133 LIBM="-lmw"
d5efd9fc
AM
13134fi
13135
c603b11b
AM
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13137$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 13138if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 13139 $as_echo_n "(cached) " >&6
d5efd9fc 13140else
c603b11b
AM
13141 ac_check_lib_save_LIBS=$LIBS
13142LIBS="-lm $LIBS"
13143cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 13144/* end confdefs.h. */
81ecdfbb 13145
c603b11b
AM
13146/* Override any GCC internal prototype to avoid an error.
13147 Use char because int might match the return type of a GCC
13148 builtin and then its argument prototype would still apply. */
13149#ifdef __cplusplus
13150extern "C"
13151#endif
13152char cos ();
d5efd9fc
AM
13153int
13154main ()
13155{
c603b11b 13156return cos ();
d5efd9fc
AM
13157 ;
13158 return 0;
13159}
13160_ACEOF
c603b11b
AM
13161if ac_fn_c_try_link "$LINENO"; then :
13162 ac_cv_lib_m_cos=yes
d5efd9fc 13163else
c603b11b 13164 ac_cv_lib_m_cos=no
d5efd9fc 13165fi
c603b11b
AM
13166rm -f core conftest.err conftest.$ac_objext \
13167 conftest$ac_exeext conftest.$ac_ext
13168LIBS=$ac_check_lib_save_LIBS
13169fi
13170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13171$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 13172if test "x$ac_cv_lib_m_cos" = xyes; then :
c603b11b 13173 LIBM="$LIBM -lm"
d5efd9fc 13174fi
d5efd9fc 13175
c603b11b
AM
13176 ;;
13177*)
13178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13179$as_echo_n "checking for cos in -lm... " >&6; }
d0ac1c44 13180if ${ac_cv_lib_m_cos+:} false; then :
81ecdfbb 13181 $as_echo_n "(cached) " >&6
d5efd9fc 13182else
c603b11b
AM
13183 ac_check_lib_save_LIBS=$LIBS
13184LIBS="-lm $LIBS"
13185cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d5efd9fc 13186/* end confdefs.h. */
81ecdfbb 13187
c603b11b
AM
13188/* Override any GCC internal prototype to avoid an error.
13189 Use char because int might match the return type of a GCC
13190 builtin and then its argument prototype would still apply. */
13191#ifdef __cplusplus
13192extern "C"
13193#endif
13194char cos ();
d5efd9fc
AM
13195int
13196main ()
13197{
c603b11b 13198return cos ();
d5efd9fc
AM
13199 ;
13200 return 0;
13201}
13202_ACEOF
c603b11b
AM
13203if ac_fn_c_try_link "$LINENO"; then :
13204 ac_cv_lib_m_cos=yes
81ecdfbb 13205else
c603b11b 13206 ac_cv_lib_m_cos=no
81ecdfbb 13207fi
c603b11b
AM
13208rm -f core conftest.err conftest.$ac_objext \
13209 conftest$ac_exeext conftest.$ac_ext
13210LIBS=$ac_check_lib_save_LIBS
13211fi
13212{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13213$as_echo "$ac_cv_lib_m_cos" >&6; }
d0ac1c44 13214if test "x$ac_cv_lib_m_cos" = xyes; then :
c603b11b 13215 LIBM="-lm"
81ecdfbb
RW
13216fi
13217
c603b11b
AM
13218 ;;
13219esac
81ecdfbb 13220
81ecdfbb 13221
81ecdfbb 13222
c603b11b
AM
13223# When building a shared libbfd, link against the pic version of libiberty
13224# so that apps that use libbfd won't need libiberty just to satisfy any
13225# libbfd references.
13226# We can't do that if a pic libiberty is unavailable since including non-pic
13227# code would insert text relocations into libbfd.
13228SHARED_LIBADD=
13229SHARED_LDFLAGS=
13230if test "$enable_shared" = "yes"; then
13231 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
13232 if test -n "$x"; then
13233 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
13234 fi
95148614
NA
13235fi
13236
13237SHARED_LIBADD="$SHARED_LIBADD $LIBINTL"
81ecdfbb 13238
95148614 13239if test "$enable_shared" = "yes"; then
c603b11b 13240 case "${host}" in
edd01d07 13241 # More hacks to build DLLs on Windows.
c603b11b
AM
13242 *-*-cygwin*)
13243 SHARED_LDFLAGS="-no-undefined"
95148614 13244 SHARED_LIBADD="-L`pwd`/../libiberty -liberty $SHARED_LIBADD -lcygwin -lkernel32"
c603b11b
AM
13245 ;;
13246 esac
13247
13248 if test -n "$SHARED_LIBADD"; then
13249 if test -n "$LIBM"; then
13250 if test x"$bfd_cv_ld_as_needed" = xyes; then
13251 # Link against libm only when needed. Put -lc, -lm inside -Wl
13252 # to stop libtool reordering these options.
13253 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
13254 else
13255 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
13256 fi
13257 fi
13258 fi
81ecdfbb 13259fi
d5efd9fc 13260
81ecdfbb 13261
81ecdfbb 13262
c603b11b 13263# target stuff:
81ecdfbb 13264
c603b11b
AM
13265# Canonicalize the secondary target names.
13266if test -n "$enable_targets" ; then
13267 for targ in `echo $enable_targets | sed 's/,/ /g'`
13268 do
13269 result=`$ac_config_sub $targ 2>/dev/null`
13270 if test -n "$result" ; then
13271 canon_targets="$canon_targets $result"
13272 else
13273 # Allow targets that config.sub doesn't recognize, like "all".
13274 canon_targets="$canon_targets $targ"
13275 fi
13276 done
d5efd9fc 13277fi
d5efd9fc 13278
c603b11b
AM
13279all_targets=false
13280defvec=
13281selvecs=
13282assocvecs=
13283selarchs=
13284TDEFINES=
13285for targ in $target $canon_targets
13286do
999d6dff 13287 if test $targ = all; then
c603b11b
AM
13288 all_targets=true
13289 assocvecs="$assocvecs $targ_defvec $targ_selvecs"
999d6dff 13290 elif test $targ != plugin; then
c603b11b 13291 . $srcdir/config.bfd
999d6dff 13292 if test $targ = $target; then
c603b11b
AM
13293 defvec=$targ_defvec
13294 fi
13295 selvecs="$selvecs $targ_defvec $targ_selvecs"
13296 selarchs="$selarchs $targ_archs"
13297 TDEFINES="$TDEFINES $targ_cflags"
13298 fi
13299done
d5efd9fc 13300
81ecdfbb 13301
c603b11b
AM
13302# This processing still needs to be done if we're to decide properly whether
13303# 64-bit support needs to be compiled in. Currently, it will be included if
13304# the default or any other explicitly requested target requires it; it
13305# will not be included on a 32-bit host if no 64-bit target is requested, and
13306# no "--with-64-bit-bfd" option is given, even if "--enable-targets=all" is
13307# used.
81ecdfbb 13308
c603b11b
AM
13309# uniq the default and selected vectors in all the configured targets.
13310f=""
13311for i in $selvecs ; do
13312 case " $f " in
13313 *" $i "*) ;;
13314 *) f="$f $i" ;;
13315 esac
13316done
13317selvecs="$f"
335e41d4 13318
335e41d4 13319
c603b11b
AM
13320# uniq the associated vectors in all the configured targets.
13321f=""
13322for i in $assocvecs ; do
13323 case " $f " in
13324 *" $i "*) ;;
13325 *) f="$f $i" ;;
13326 esac
13327done
13328assocvecs="$f"
335e41d4 13329
335e41d4 13330
c603b11b
AM
13331# uniq the architectures in all the configured targets.
13332f=""
13333for i in $selarchs ; do
13334 case " $f " in
13335 *" $i "*) ;;
13336 *) f="$f $i" ;;
13337 esac
13338done
13339selarchs="$f"
335e41d4 13340
c603b11b
AM
13341# Target backend .o files.
13342tb=
335e41d4 13343
98641896
L
13344elf="elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo
13345 dwarf1.lo dwarf2.lo"
c603b11b
AM
13346coffgen="coffgen.lo dwarf2.lo"
13347coff="cofflink.lo $coffgen"
13348ecoff="ecofflink.lo $coffgen"
13349xcoff="xcofflink.lo $coffgen"
2ba49b59 13350
bbd19b19 13351elfxx_x86="elfxx-x86.lo elf-ifunc.lo elf-vxworks.lo"
81ecdfbb 13352for vec in $selvecs
49c97a80 13353do
81ecdfbb
RW
13354 target_size=32
13355 case "$vec" in
13356 # This list is alphabetized to make it easy to compare
13357 # with the two vector lists in targets.c. For the same reason,
13358 # use one entry per line, even though this leads to long lines.
2f67d686
AM
13359 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
13360 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
d8bd95ef 13361 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
a75cf613 13362 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
d8bd95ef 13363 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
a75cf613 13364 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
f075eb5e 13365 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
b69c9d41 13366 aarch64_pei_vec) tb="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
f4943d82 13367 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;;
2f67d686
AM
13368 alpha_elf64_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
13369 alpha_elf64_fbsd_vec) tb="$tb elf64-alpha.lo elf64.lo $elf"; target_size=64 ;;
2f67d686
AM
13370 alpha_vms_vec) tb="$tb vms-alpha.lo vms-misc.lo vms-lib.lo"; target_size=64 ;;
13371 alpha_vms_lib_txt_vec) tb="$tb vms-lib.lo vms-misc.lo" ;;
13372 am33_elf32_linux_vec) tb="$tb elf32-am33lin.lo elf32.lo $elf" ;;
978602e8 13373 amdgcn_elf64_le_vec) tb="$tb elf64-amdgcn.lo elf64.lo $elf"; target_size=64 ;;
6d00b590 13374 aout0_be_vec) tb="$tb aout0.lo aout32.lo" ;;
2f67d686
AM
13375 aout64_vec) tb="$tb demo64.lo aout64.lo"; target_size=64 ;;
13376 aout_vec) tb="$tb host-aout.lo aout32.lo" ;;
2f67d686
AM
13377 arc_elf32_be_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
13378 arc_elf32_le_vec) tb="$tb elf32-arc.lo elf32.lo $elf" ;;
2f67d686
AM
13379 arm_elf32_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13380 arm_elf32_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
617a5ada
CL
13381 arm_elf32_fdpic_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13382 arm_elf32_fdpic_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
2f67d686
AM
13383 arm_elf32_nacl_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13384 arm_elf32_nacl_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
2f67d686
AM
13385 arm_elf32_vxworks_be_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
13386 arm_elf32_vxworks_le_vec) tb="$tb elf32-arm.lo elf32.lo elf-nacl.lo elf-vxworks.lo $elf" ;;
f4943d82
AM
13387 arm_pe_be_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
13388 arm_pe_le_vec) tb="$tb pe-arm.lo peigen.lo $coff" ;;
f4943d82
AM
13389 arm_pe_wince_be_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13390 arm_pe_wince_le_vec) tb="$tb pe-arm-wince.lo pe-arm.lo peigen.lo $coff" ;;
13391 arm_pei_be_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
13392 arm_pei_le_vec) tb="$tb pei-arm.lo peigen.lo $coff" ;;
f4943d82
AM
13393 arm_pei_wince_be_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
13394 arm_pei_wince_le_vec) tb="$tb pei-arm-wince.lo pei-arm.lo peigen.lo $coff" ;;
f075eb5e 13395 arm_mach_o_vec) tb="$tb mach-o-arm.lo" ;;
6d00b590
AM
13396 avr_elf32_vec) tb="$tb elf32-avr.lo elf32.lo $elf" ;;
13397 bfin_elf32_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
13398 bfin_elf32_fdpic_vec) tb="$tb elf32-bfin.lo elf32.lo $elf" ;;
6d00b590 13399 cr16_elf32_vec) tb="$tb elf32-cr16.lo elf32.lo $elf" ;;
2f67d686 13400 cris_aout_vec) tb="$tb aout-cris.lo" ;;
6d00b590 13401 cris_elf32_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
2f67d686 13402 cris_elf32_us_vec) tb="$tb elf32-cris.lo elf32.lo $elf" ;;
6d00b590 13403 crx_elf32_vec) tb="$tb elf32-crx.lo elf32.lo $elf" ;;
b8891f8d
AJ
13404 csky_elf32_be_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
13405 csky_elf32_le_vec) tb="$tb elf32-csky.lo elf32.lo $elf" ;;
6d00b590
AM
13406 d10v_elf32_vec) tb="$tb elf32-d10v.lo elf32.lo $elf" ;;
13407 d30v_elf32_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;;
13408 dlx_elf32_be_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;;
2f67d686
AM
13409 elf32_be_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13410 elf32_le_vec) tb="$tb elf32-gen.lo elf32.lo $elf" ;;
13411 elf64_be_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13412 elf64_le_vec) tb="$tb elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
45d5293f
JM
13413 bpf_elf64_le_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64;;
13414 bpf_elf64_be_vec) tb="$tb elf64-bpf.lo elf64.lo $elf"; target_size=64 ;;
6d00b590
AM
13415 epiphany_elf32_vec) tb="$tb elf32-epiphany.lo elf32.lo $elf" ;;
13416 fr30_elf32_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;;
13417 frv_elf32_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13418 frv_elf32_fdpic_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;;
13419 h8300_elf32_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
5518c738 13420 h8300_elf32_linux_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;;
2f67d686 13421 hppa_elf32_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
6d00b590
AM
13422 hppa_elf32_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
13423 hppa_elf32_nbsd_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;;
2f67d686
AM
13424 hppa_elf64_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13425 hppa_elf64_linux_vec) tb="$tb elf64-hppa.lo elf64.lo $elf"; target_size=64 ;;
13426 hppa_som_vec) tb="$tb som.lo" ;;
2f67d686
AM
13427 i386_aout_vec) tb="$tb i386aout.lo aout32.lo" ;;
13428 i386_aout_bsd_vec) tb="$tb i386bsd.lo aout32.lo" ;;
2f67d686 13429 i386_aout_lynx_vec) tb="$tb i386lynx.lo lynx-core.lo aout32.lo" ;;
f4943d82
AM
13430 i386_coff_vec) tb="$tb coff-i386.lo $coff" ;;
13431 i386_coff_go32_vec) tb="$tb coff-go32.lo $coff" ;;
13432 i386_coff_go32stubbed_vec) tb="$tb coff-stgo32.lo $coff" ;;
13433 i386_coff_lynx_vec) tb="$tb cf-i386lynx.lo lynx-core.lo $coff" ;;
5f2a6b85
AM
13434 i386_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13435 i386_elf32_fbsd_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
5f2a6b85
AM
13436 i386_elf32_sol2_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
13437 i386_elf32_vxworks_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
2f67d686
AM
13438 i386_mach_o_vec) tb="$tb mach-o-i386.lo" ;;
13439 i386_msdos_vec) tb="$tb i386msdos.lo" ;;
f4943d82 13440 i386_pe_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
251dae91 13441 i386_pe_big_vec) tb="$tb pe-i386.lo peigen.lo $coff" ;;
f4943d82 13442 i386_pei_vec) tb="$tb pei-i386.lo peigen.lo $coff" ;;
5f2a6b85 13443 iamcu_elf32_vec) tb="$tb elf32-i386.lo $elfxx_x86 elf32.lo $elf" ;;
6d00b590
AM
13444 ia64_elf32_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
13445 ia64_elf32_hpux_be_vec) tb="$tb elf32-ia64.lo elfxx-ia64.lo elf32.lo $elf" ;;
2f67d686
AM
13446 ia64_elf64_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13447 ia64_elf64_le_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13448 ia64_elf64_hpux_be_vec) tb="$tb elf64-ia64.lo elfxx-ia64.lo elf64.lo $elf"; target_size=64 ;;
13449 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 13450 ia64_pei_vec) tb="$tb pei-ia64.lo pepigen.lo $coff"; target_size=64 ;;
6d00b590
AM
13451 ip2k_elf32_vec) tb="$tb elf32-ip2k.lo elf32.lo $elf" ;;
13452 iq2000_elf32_vec) tb="$tb elf32-iq2000.lo elf32.lo $elf" ;;
13453 lm32_elf32_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
13454 lm32_elf32_fdpic_vec) tb="$tb elf32-lm32.lo elf32.lo $elf" ;;
e214f8db 13455 loongarch_elf32_vec) tb="$tb elf32-loongarch.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf" ;;
13456 loongarch_elf64_vec) tb="$tb elf64-loongarch.lo elf64.lo elfxx-loongarch.lo elf32.lo elf-ifunc.lo $elf"; target_size=64 ;;
6d00b590
AM
13457 m32c_elf32_vec) tb="$tb elf32-m32c.lo elf32.lo $elf" ;;
13458 m32r_elf32_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13459 m32r_elf32_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13460 m32r_elf32_linux_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13461 m32r_elf32_linux_le_vec) tb="$tb elf32-m32r.lo elf32.lo $elf" ;;
13462 m68hc11_elf32_vec) tb="$tb elf32-m68hc11.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13463 m68hc12_elf32_vec) tb="$tb elf32-m68hc12.lo elf32-m68hc1x.lo elf32.lo $elf" ;;
13464 m68k_elf32_vec) tb="$tb elf32-m68k.lo elf32.lo $elf" ;;
7b4ae824 13465 s12z_elf32_vec) tb="$tb elf32-s12z.lo elf32.lo $elf" ;;
f4943d82
AM
13466 mach_o_be_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13467 mach_o_le_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
13468 mach_o_fat_vec) tb="$tb mach-o.lo dwarf2.lo" ;;
6d00b590
AM
13469 mcore_elf32_be_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
13470 mcore_elf32_le_vec) tb="$tb elf32-mcore.lo elf32.lo $elf" ;;
f4943d82
AM
13471 mcore_pe_be_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13472 mcore_pe_le_vec) tb="$tb pe-mcore.lo peigen.lo $coff" ;;
13473 mcore_pei_be_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
13474 mcore_pei_le_vec) tb="$tb pei-mcore.lo peigen.lo $coff" ;;
6d00b590
AM
13475 mep_elf32_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13476 mep_elf32_le_vec) tb="$tb elf32-mep.lo elf32.lo $elf" ;;
13477 metag_elf32_vec) tb="$tb elf32-metag.lo elf32.lo $elf" ;;
6d00b590 13478 microblaze_elf32_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
2f67d686 13479 microblaze_elf32_le_vec) tb="$tb elf32-microblaze.lo elf32.lo $elf" ;;
8e415ce8
AM
13480 mips_ecoff_be_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13481 mips_ecoff_le_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
13482 mips_ecoff_bele_vec) tb="$tb coff-mips.lo ecoff.lo $ecoff" ;;
f4943d82
AM
13483 mips_elf32_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13484 mips_elf32_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13485 mips_elf32_n_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13486 mips_elf32_n_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13487 mips_elf32_ntrad_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13488 mips_elf32_ntrad_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13489 mips_elf32_ntradfbsd_be_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13490 mips_elf32_ntradfbsd_le_vec) tb="$tb elfn32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13491 mips_elf32_trad_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13492 mips_elf32_trad_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13493 mips_elf32_tradfbsd_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13494 mips_elf32_tradfbsd_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13495 mips_elf32_vxworks_be_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13496 mips_elf32_vxworks_le_vec) tb="$tb elf32-mips.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff" ;;
13497 mips_elf64_be_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13498 mips_elf64_le_vec) tb="$tb elf64-mips.lo elf64.lo elfxx-mips.lo elf-vxworks.lo elf32.lo $elf $ecoff"; target_size=64 ;;
13499 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 ;;
13500 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 ;;
13501 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 ;;
13502 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
13503 mmix_elf64_vec) tb="$tb elf64-mmix.lo elf64.lo $elf" target_size=64 ;;
13504 mmix_mmo_vec) tb="$tb mmo.lo" target_size=64 ;;
13505 mn10200_elf32_vec) tb="$tb elf-m10200.lo elf32.lo $elf" ;;
13506 mn10300_elf32_vec) tb="$tb elf-m10300.lo elf32.lo $elf" ;;
13507 moxie_elf32_be_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
13508 moxie_elf32_le_vec) tb="$tb elf32-moxie.lo elf32.lo $elf" ;;
13509 msp430_elf32_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
13510 msp430_elf32_ti_vec) tb="$tb elf32-msp430.lo elf32.lo $elf" ;;
13511 mt_elf32_vec) tb="$tb elf32-mt.lo elf32.lo $elf" ;;
6d00b590
AM
13512 nds32_elf32_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13513 nds32_elf32_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13514 nds32_elf32_linux_be_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
13515 nds32_elf32_linux_le_vec) tb="$tb elf32-nds32.lo elf32.lo $elf" ;;
fe944acf 13516 nfp_elf64_vec) tb="$tb elf64-nfp.lo elf64.lo $elf" ;;
2f67d686
AM
13517 nios2_elf32_be_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
13518 nios2_elf32_le_vec) tb="$tb elf32-nios2.lo elf32.lo $elf" ;;
13519 ns32k_aout_pc532mach_vec) tb="$tb pc532-mach.lo aout-ns32k.lo" ;;
13520 ns32k_aout_pc532nbsd_vec) tb="$tb ns32knetbsd.lo aout-ns32k.lo" ;;
6d00b590 13521 or1k_elf32_vec) tb="$tb elf32-or1k.lo elf32.lo $elf" ;;
2f67d686
AM
13522 pdp11_aout_vec) tb="$tb pdp11.lo" ;;
13523 pef_vec) tb="$tb pef.lo" ;;
13524 pef_xlib_vec) tb="$tb pef.lo" ;;
6d00b590
AM
13525 pj_elf32_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
13526 pj_elf32_le_vec) tb="$tb elf32-pj.lo elf32.lo $elf" ;;
2f67d686 13527 powerpc_boot_vec) tb="$tb ppcboot.lo" ;;
6d00b590
AM
13528 powerpc_elf32_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13529 powerpc_elf32_le_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13530 powerpc_elf32_fbsd_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
13531 powerpc_elf32_vxworks_vec) tb="$tb elf32-ppc.lo elf-vxworks.lo elf32.lo $elf" ;;
2f67d686
AM
13532 powerpc_elf64_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf"; target_size=64 ;;
13533 powerpc_elf64_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
13534 powerpc_elf64_fbsd_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
6afcdeb3 13535 powerpc_elf64_fbsd_le_vec) tb="$tb elf64-ppc.lo elf64-gen.lo elf64.lo $elf" target_size=64 ;;
f4943d82 13536 powerpc_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
889294f6 13537 pru_elf32_vec) tb="$tb elf32-pru.lo elf32.lo $elf" ;;
02dd9d25
NC
13538 riscv_elf32_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13539 riscv_elf64_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
fbc09e7a
MC
13540 riscv_elf32_be_vec) tb="$tb elf32-riscv.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf" ;;
13541 riscv_elf64_be_vec) tb="$tb elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
6d00b590 13542 rl78_elf32_vec) tb="$tb elf32-rl78.lo elf32.lo $elf" ;;
f4943d82
AM
13543 rs6000_xcoff64_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
13544 rs6000_xcoff64_aix_vec) tb="$tb coff64-rs6000.lo aix5ppc-core.lo $xcoff"; target_size=64 ;;
13545 rs6000_xcoff_vec) tb="$tb coff-rs6000.lo $xcoff" ;;
6d00b590
AM
13546 rx_elf32_be_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
13547 rx_elf32_be_ns_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
2f67d686 13548 rx_elf32_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
42d4c301 13549 rx_elf32_linux_le_vec) tb="$tb elf32-rx.lo elf32.lo $elf" ;;
6d00b590 13550 s390_elf32_vec) tb="$tb elf32-s390.lo elf32.lo $elf" ;;
2f67d686 13551 s390_elf64_vec) tb="$tb elf64-s390.lo elf64.lo $elf"; target_size=64 ;;
a8e14f4c
NC
13552 score_elf32_be_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
13553 score_elf32_le_vec) tb="$tb elf32-score.lo elf32-score7.lo elf32.lo elf64.lo $elf"; want64=true; target_size=64 ;;
f4943d82
AM
13554 sh_coff_vec) tb="$tb coff-sh.lo $coff" ;;
13555 sh_coff_le_vec) tb="$tb coff-sh.lo $coff" ;;
13556 sh_coff_small_vec) tb="$tb coff-sh.lo $coff" ;;
13557 sh_coff_small_le_vec) tb="$tb coff-sh.lo $coff" ;;
13558 sh_elf32_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13559 sh_elf32_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13560 sh_elf32_fdpic_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13561 sh_elf32_fdpic_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13562 sh_elf32_linux_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13563 sh_elf32_linux_be_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13564 sh_elf32_nbsd_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13565 sh_elf32_nbsd_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
f4943d82
AM
13566 sh_elf32_vxworks_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13567 sh_elf32_vxworks_le_vec) tb="$tb elf32-sh.lo elf-vxworks.lo elf32.lo $elf coff-sh.lo $coff" ;;
13568 sh_pe_le_vec) tb="$tb pe-sh.lo coff-sh.lo peigen.lo $coff" ;;
13569 sh_pei_le_vec) tb="$tb pei-sh.lo coff-sh.lo peigen.lo $coff" ;;
2f67d686
AM
13570 sparc_elf32_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13571 sparc_elf32_sol2_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13572 sparc_elf32_vxworks_vec) tb="$tb elf32-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf32.lo $elf" ;;
13573 sparc_elf64_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13574 sparc_elf64_fbsd_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
13575 sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;;
2f67d686 13576 spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;;
6d00b590 13577 sym_vec) tb="$tb xsym.lo" ;;
f4943d82
AM
13578 tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;;
13579 tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13580 tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13581 tic4x_coff1_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13582 tic4x_coff1_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13583 tic4x_coff2_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13584 tic4x_coff2_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;;
13585 tic54x_coff0_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13586 tic54x_coff0_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13587 tic54x_coff1_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13588 tic54x_coff1_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13589 tic54x_coff2_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
13590 tic54x_coff2_beh_vec) tb="$tb coff-tic54x.lo $coffgen" ;;
2f67d686
AM
13591 tic6x_elf32_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13592 tic6x_elf32_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13593 tic6x_elf32_c6000_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13594 tic6x_elf32_c6000_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13595 tic6x_elf32_linux_be_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
13596 tic6x_elf32_linux_le_vec) tb="$tb elf32-tic6x.lo elf32.lo $elf" ;;
2f67d686
AM
13597 tilegx_elf32_be_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
13598 tilegx_elf32_le_vec) tb="$tb elf32-tilegx.lo elfxx-tilegx.lo elf32.lo $elf" ; target_size=32 ;;
13599 tilegx_elf64_be_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
13600 tilegx_elf64_le_vec) tb="$tb elf64-tilegx.lo elfxx-tilegx.lo elf64.lo $elf" ; target_size=64 ;;
13601 tilepro_elf32_vec) tb="$tb elf32-tilepro.lo elf32.lo $elf" ;;
13602 v800_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
13603 v850_elf32_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;;
6d00b590 13604 vax_aout_1knbsd_vec) tb="$tb vax1knetbsd.lo aout32.lo" ;;
2f67d686
AM
13605 vax_aout_nbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;;
13606 vax_elf32_vec) tb="$tb elf32-vax.lo elf32.lo $elf" ;;
3f8107ab 13607 ft32_elf32_vec) tb="$tb elf32-ft32.lo elf32.lo $elf" ;;
d924db55 13608 visium_elf32_vec) tb="$tb elf32-visium.lo elf32.lo $elf" ;;
a6be0538 13609 wasm_vec) tb="$tb wasm-module.lo" ;;
8fb740dd 13610 wasm32_elf32_vec) tb="$tb elf32-wasm32.lo elf32.lo $elf" ;;
f4943d82 13611 x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;;
5f2a6b85 13612 x86_64_elf32_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo elf32.lo $elf"; target_size=64 ;;
5f2a6b85
AM
13613 x86_64_elf64_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13614 x86_64_elf64_cloudabi_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
13615 x86_64_elf64_fbsd_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
5f2a6b85 13616 x86_64_elf64_sol2_vec) tb="$tb elf64-x86-64.lo $elfxx_x86 elf64.lo $elf"; target_size=64 ;;
2f67d686 13617 x86_64_mach_o_vec) tb="$tb mach-o-x86-64.lo" ;;
f4943d82 13618 x86_64_pe_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
251dae91 13619 x86_64_pe_big_vec) tb="$tb pe-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
f4943d82 13620 x86_64_pei_vec) tb="$tb pei-x86_64.lo pex64igen.lo $coff"; target_size=64 ;;
2f67d686
AM
13621 xc16x_elf32_vec) tb="$tb elf32-xc16x.lo elf32.lo $elf" ;;
13622 xgate_elf32_vec) tb="$tb elf32-xgate.lo elf32.lo $elf" ;;
13623 xstormy16_elf32_vec) tb="$tb elf32-xstormy16.lo elf32.lo $elf" ;;
13624 xtensa_elf32_be_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
13625 xtensa_elf32_le_vec) tb="$tb xtensa-isa.lo xtensa-modules.lo elf32-xtensa.lo elf32.lo $elf" ;;
f4943d82 13626 z80_coff_vec) tb="$tb coff-z80.lo reloc16.lo $coffgen" ;;
6655dba2 13627 z80_elf32_vec) tb="$tb elf32-z80.lo elf32.lo $elf" ;;
f4943d82 13628 z8k_coff_vec) tb="$tb coff-z8k.lo reloc16.lo $coff" ;;
2ba49b59 13629
c603b11b
AM
13630 # These appear out of order in targets.c
13631 srec_vec) tb="$tb srec.lo" ;;
13632 symbolsrec_vec) tb="$tb srec.lo" ;;
13633 tekhex_vec) tb="$tb tekhex.lo" ;;
13634 core_cisco_be_vec) tb="$tb cisco-core.lo" ;;
13635 core_cisco_le_vec) tb="$tb cisco-core.lo" ;;
13636
13637 "") ;;
d0ac1c44 13638 *) as_fn_error $? "*** unknown target vector $vec" "$LINENO" 5 ;;
c603b11b
AM
13639 esac
13640
13641 if test ${target_size} = 64; then
13642 target64=true
13643 fi
13644 if test x"${vec}" = x"${defvec}"; then
13645 bfd_default_target_size=${target_size}
13646 fi
13647done
13648
999d6dff
AM
13649if test "$plugins" = "yes"; then
13650 tb="$tb plugin.lo"
13651fi
13652
c603b11b
AM
13653# Target architecture .o files.
13654# A couple of CPUs use shorter file names to avoid problems on DOS
13655# filesystems.
13656ta=`echo $selarchs | sed -e s/bfd_/cpu-/g -e s/_arch/.lo/g -e s/mn10200/m10200/ -e s/mn10300/m10300/`
13657
13658# Weed out duplicate .o files.
13659f=""
13660for i in $tb ; do
13661 case " $f " in
13662 *" $i "*) ;;
13663 *) f="$f $i" ;;
13664 esac
13665done
13666tb="$f"
13667
13668f=""
13669for i in $ta ; do
13670 case " $f " in
13671 *" $i "*) ;;
13672 *) f="$f $i" ;;
13673 esac
13674done
13675ta="$f"
13676
13677bfd_backends="$tb"
13678bfd_machines="$ta"
13679
13680if test x${all_targets} = xtrue ; then
13681 bfd_backends="${bfd_backends}"' $(ALL_BACKENDS)'
13682 bfd_machines="${bfd_machines}"' $(ALL_MACHINES)'
13683 selvecs=
13684 havevecs=-DHAVE_all_vecs
13685 selarchs=
13686 test -n "$assocvecs" &&
13687 assocvecs=`echo $assocvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13688else # all_targets is true
13689 # Only set these if they will be nonempty, for the clever echo.
13690 havevecs=
13691 assocvecs=
13692 test -n "$selvecs" &&
13693 havevecs=`echo $selvecs | sed -e 's/^/-DHAVE_/' -e 's/ \(.\)/ -DHAVE_\1/g'`
13694 test -n "$selvecs" &&
13695 selvecs=`echo $selvecs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13696 test -n "$selarchs" &&
13697 selarchs=`echo $selarchs | sed -e 's/^/\&/' -e 's/ \(.\)/,\&\1/g'`
13698fi # all_targets is true
13699
e6cc316a
L
13700# 64-bit archives need a 64-bit bfd_vma.
13701if test "x$want_64_bit_archive" = xtrue; then
13702 want64=true
13703
13704$as_echo "#define USE_64_BIT_ARCHIVE 1" >>confdefs.h
13705
13706fi
13707
c603b11b
AM
13708case ${host64}-${target64}-${want64} in
13709 *true*)
13710 wordsize=64
13711 bfd64_libs='$(BFD64_LIBS)'
13712 all_backends='$(BFD64_BACKENDS) $(BFD32_BACKENDS)'
13713 if test $BFD_HOST_64_BIT_DEFINED = 0; then
13714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You have requested a 64 bit BFD configuration, but" >&5
13715$as_echo "$as_me: WARNING: You have requested a 64 bit BFD configuration, but" >&2;}
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your compiler may not have a 64 bit integral type" >&5
13717$as_echo "$as_me: WARNING: your compiler may not have a 64 bit integral type" >&2;}
13718 fi
13719 if test -n "$GCC" ; then
13720 bad_64bit_gcc=no;
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc version with buggy 64-bit support" >&5
13722$as_echo_n "checking for gcc version with buggy 64-bit support... " >&6; }
13723 # Add more tests for gcc versions with non-working 64-bit support here.
13724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13725/* end confdefs.h. */
13726:__GNUC__:__GNUC_MINOR__:__i386__:
13727_ACEOF
13728if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13729 $EGREP ": 2 : 91 : 1 :" >/dev/null 2>&1; then :
13730 bad_64bit_gcc=yes;
13731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes: egcs-1.1.2 on ix86 spotted" >&5
13732$as_echo "yes: egcs-1.1.2 on ix86 spotted" >&6; }
13733else
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13735$as_echo "no" >&6; }
13736fi
13737rm -f conftest*
13738
13739 if test $bad_64bit_gcc = yes ; then
d0ac1c44 13740 as_fn_error $? "A newer version of gcc is needed for the requested 64-bit BFD configuration" "$LINENO" 5
c603b11b
AM
13741 fi
13742 fi
13743 ;;
13744 false-false-false)
13745 wordsize=32
13746 all_backends='$(BFD32_BACKENDS)'
13747 ;;
13748esac
13749
13750tdefaults=""
13751test -n "${defvec}" && tdefaults="${tdefaults} -DDEFAULT_VECTOR=${defvec}"
13752test -n "${selvecs}" && tdefaults="${tdefaults} -DSELECT_VECS='${selvecs}'"
13753test -n "${assocvecs}" && tdefaults="${tdefaults} -DASSOCIATED_VECS='${assocvecs}'"
13754test -n "${selarchs}" && tdefaults="${tdefaults} -DSELECT_ARCHITECTURES='${selarchs}'"
13755
13756
13757
13758
13759
13760
13761
13762
13763
13764
13765# If we are configured native, pick a core file support file.
13766COREFILE=
13767COREFLAG=
13768CORE_HEADER=
13769TRAD_HEADER=
13770if test "${target}" = "${host}"; then
13771 case "${host}" in
13772 alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu | alpha*-*-*vms*)
13773 COREFILE=''
13774 ;;
13775 alpha*-*-linux-*)
13776 COREFILE=trad-core.lo
13777 TRAD_HEADER='"hosts/alphalinux.h"'
13778 ;;
13779 alpha*-*-netbsd* | alpha*-*-openbsd*)
13780 COREFILE=netbsd-core.lo
13781 ;;
13782 alpha*-*-*)
13783 COREFILE=osf-core.lo
13784 ;;
13785 arm-*-freebsd* | arm-*-kfreebsd*-gnu)
13786 COREFILE='' ;;
8b5d0a4f 13787 arm*-*-netbsd* | arm-*-openbsd*)
c603b11b
AM
13788 COREFILE=netbsd-core.lo
13789 ;;
13790 arm-*-riscix) COREFILE=trad-core.lo ;;
13791 hppa*-*-hpux*) COREFILE=hpux-core.lo ;;
13792 hppa*-*-hiux*) COREFILE=hpux-core.lo ;;
13793 hppa*-*-mpeix*) COREFILE=hpux-core.lo ;;
13794 hppa*-*-bsd*) COREFILE="hpux-core.lo hppabsd-core.lo"
13795 COREFLAG="-DHPUX_CORE -DHPPABSD_CORE" ;;
13796 hppa*-*-netbsd* | hppa*-*-openbsd*)
13797 COREFILE=netbsd-core.lo
13798 ;;
13799
c603b11b
AM
13800 i[3-7]86-sequent-bsd*)
13801 COREFILE=trad-core.lo
13802 TRAD_HEADER='"hosts/symmetry.h"'
13803 ;;
13804 i[3-7]86-sequent-sysv4*) ;;
13805 i[3-7]86-sequent-sysv*)
13806 COREFILE=trad-core.lo
13807 TRAD_HEADER='"hosts/symmetry.h"'
13808 ;;
13809 i[3-7]86-*-bsdi)
13810 COREFILE=
13811 ;;
13812 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*)
13813 COREFILE=trad-core.lo
13814 TRAD_HEADER='"hosts/i386bsd.h"'
13815 ;;
13816 i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu | i[3-7]86-*-dragonfly*)
13817 COREFILE=''
13818 TRAD_HEADER='"hosts/i386bsd.h"'
13819 ;;
13820 i[3-7]86-*-netbsd* | i[3-7]86-*-knetbsd*-gnu | i[3-7]86-*-openbsd*)
13821 COREFILE=netbsd-core.lo
13822 ;;
13823 i[3-7]86-esix-sysv3*)
13824 COREFILE=trad-core.lo
13825 TRAD_HEADER='"hosts/esix.h"'
13826 ;;
13827 i[3-7]86-*-sco3.2v5*)
13828 COREFILE=sco5-core.lo
13829 ;;
13830 i[3-7]86-*-sco* | i[3-7]86-*-isc*)
13831 COREFILE=trad-core.lo
13832 TRAD_HEADER='"hosts/i386sco.h"'
13833 ;;
13834 i[3-7]86-*-mach3*)
13835 COREFILE=trad-core.lo
13836 TRAD_HEADER='"hosts/i386mach3.h"'
13837 ;;
13838 i[3-7]86-*-linux-*)
13839 COREFILE=trad-core.lo
13840 TRAD_HEADER='"hosts/i386linux.h"'
13841 case "$enable_targets"-"$want64" in
13842 *x86_64-*linux*|*-true)
13843 CORE_HEADER='"hosts/x86-64linux.h"'
13844 esac
13845 ;;
13846 i[3-7]86-*-isc*) COREFILE=trad-core.lo ;;
13847 i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;;
8b5d0a4f 13848 mips*-*-netbsd* | mips*-*-openbsd*)
c603b11b
AM
13849 COREFILE=netbsd-core.lo
13850 ;;
c603b11b
AM
13851 mips-sgi-irix4*) COREFILE=irix-core.lo ;;
13852 mips-sgi-irix5*) COREFILE=irix-core.lo ;;
13853 mips-sgi-irix6*) COREFILE=irix-core.lo ;;
c603b11b
AM
13854 m68*-*-linux-*)
13855 COREFILE=trad-core.lo
13856 TRAD_HEADER='"hosts/m68klinux.h"'
13857 ;;
dc12032b 13858 m68*-*-netbsd*)
c603b11b
AM
13859 COREFILE=netbsd-core.lo
13860 ;;
c603b11b
AM
13861 ns32k-pc532-mach)
13862 COREFILE=trad-core.lo
13863 TRAD_HEADER='"hosts/pc532mach.h"'
13864 ;;
13865 ns32k-*-netbsd* | ns32k-*-openbsd*)
13866 COREFILE=netbsd-core.lo
13867 ;;
13868 rs6000-*-lynx*)
13869 COREFILE=lynx-core.lo
13870 ;;
13871 rs6000-*-aix[5-9].* | powerpc-*-aix[5-9].* | powerpc64-*-aix[5-9].*)
13872 COREFILE=rs6000-core.lo
13873 COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
13874 ;;
13875 rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
13876 COREFILE=rs6000-core.lo
13877 COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
13878 # Not all versions of AIX with -DAIX_CORE_DUMPX_CORE
13879 # have c_impl as a member of struct core_dumpx
13880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for c_impl in struct core_dumpx" >&5
13881$as_echo_n "checking for c_impl in struct core_dumpx... " >&6; }
13882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13883/* end confdefs.h. */
13884#include <core.h>
13885int
13886main ()
13887{
13888struct core_dumpx c; c.c_impl = 0;
13889 ;
13890 return 0;
13891}
13892_ACEOF
13893if ac_fn_c_try_compile "$LINENO"; then :
13894
13895$as_echo "#define HAVE_ST_C_IMPL 1" >>confdefs.h
13896
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13898$as_echo "yes" >&6; }
13899else
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13901$as_echo "no" >&6; }
13902fi
13903rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13904 ;;
13905 rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
13906 rs6000-*-*) COREFILE=rs6000-core.lo ;;
13907 powerpc64-*-aix*) COREFILE=rs6000-core.lo ;;
13908 powerpc-*-aix4*) COREFILE=rs6000-core.lo ;;
13909 powerpc-*-aix*) COREFILE=rs6000-core.lo ;;
13910 powerpc-*-beos*) ;;
13911 powerpc-*-freebsd* | powerpc-*-kfreebsd*-gnu)
13912 COREFILE='' ;;
13913 powerpc-*-netbsd*) COREFILE=netbsd-core.lo ;;
13914 powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
13915 s390*-*-*) COREFILE=trad-core.lo ;;
13916 sh*-*-netbsd* | sh*-*-openbsd*)
13917 COREFILE=netbsd-core.lo
13918 ;;
13919 sparc-*-netbsd* | sparc*-*-openbsd*)
13920 COREFILE=netbsd-core.lo
13921 ;;
c603b11b
AM
13922 vax-*-netbsd* | vax-*-openbsd*)
13923 COREFILE=netbsd-core.lo
13924 ;;
13925 vax-*-ultrix2*)
13926 COREFILE=trad-core.lo
13927 TRAD_HEADER='"hosts/vaxult2.h"'
13928 ;;
13929 vax-*-ultrix*)
13930 COREFILE=trad-core.lo
13931 TRAD_HEADER='"hosts/vaxult2.h"'
13932 ;;
13933 vax-*-linux-*)
13934 COREFILE=trad-core.lo
13935 TRAD_HEADER='"hosts/vaxlinux.h"'
13936 ;;
13937 vax-*-*)
13938 COREFILE=trad-core.lo
13939 TRAD_HEADER='"hosts/vaxbsd.h"'
13940 ;;
13941 x86_64-*-linux*)
13942 CORE_HEADER='"hosts/x86-64linux.h"'
13943 ;;
13944 x86_64-*-netbsd* | x86_64-*-openbsd*)
13945 COREFILE=netbsd-core.lo
13946 ;;
13947 esac
13948
13949 case "$COREFILE" in
13950 aix386-core.lo) COREFLAG=-DAIX386_CORE ;;
13951 hppabsd-core.lo) COREFLAG=-DHPPABSD_CORE ;;
13952 hpux-core.lo) COREFLAG=-DHPUX_CORE ;;
13953 irix-core.lo) COREFLAG=-DIRIX_CORE ;;
13954 lynx-core.lo) COREFLAG=-DLYNX_CORE ;;
13955 netbsd-core.lo) COREFLAG=-DNETBSD_CORE ;;
13956 osf-core.lo) COREFLAG=-DOSF_CORE ;;
13957 ptrace-core.lo) COREFLAG=-DPTRACE_CORE ;;
13958 rs6000-core.lo) COREFLAG="$COREFLAG -DAIX_CORE" ;;
13959 sco5-core.lo) COREFLAG="$COREFLAG -DSCO5_CORE" ;;
13960 trad-core.lo) COREFLAG="$COREFLAG -DTRAD_CORE" ;;
13961 esac
13962
13963 # ELF corefile support has several flavors, but all of
13964 # them use something called <sys/procfs.h>
c8693053
RO
13965
13966$as_echo "#define _STRUCTURED_PROC 1" >>confdefs.h
13967
13968 for ac_header in sys/procfs.h
c603b11b
AM
13969do :
13970 ac_fn_c_check_header_mongrel "$LINENO" "sys/procfs.h" "ac_cv_header_sys_procfs_h" "$ac_includes_default"
d0ac1c44 13971if test "x$ac_cv_header_sys_procfs_h" = xyes; then :
c603b11b
AM
13972 cat >>confdefs.h <<_ACEOF
13973#define HAVE_SYS_PROCFS_H 1
13974_ACEOF
13975
13976fi
13977
13978done
13979
13980 if test "$ac_cv_header_sys_procfs_h" = yes; then
c8693053
RO
13981
13982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t in sys/procfs.h" >&5
c603b11b 13983$as_echo_n "checking for prstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 13984 if ${bfd_cv_have_sys_procfs_type_prstatus_t+:} false; then :
c603b11b
AM
13985 $as_echo_n "(cached) " >&6
13986else
13987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13988/* end confdefs.h. */
13989
13990#define _SYSCALL32
c603b11b
AM
13991#include <sys/procfs.h>
13992int
13993main ()
13994{
13995prstatus_t avar
13996 ;
13997 return 0;
13998}
13999_ACEOF
14000if ac_fn_c_try_compile "$LINENO"; then :
14001 bfd_cv_have_sys_procfs_type_prstatus_t=yes
14002else
14003 bfd_cv_have_sys_procfs_type_prstatus_t=no
14004
14005fi
14006rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14007fi
14008
14009 if test $bfd_cv_have_sys_procfs_type_prstatus_t = yes; then
14010
14011$as_echo "#define HAVE_PRSTATUS_T 1" >>confdefs.h
14012
14013 fi
14014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus_t" >&5
14015$as_echo "$bfd_cv_have_sys_procfs_type_prstatus_t" >&6; }
14016
c8693053
RO
14017
14018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t in sys/procfs.h" >&5
c603b11b 14019$as_echo_n "checking for prstatus32_t in sys/procfs.h... " >&6; }
d0ac1c44 14020 if ${bfd_cv_have_sys_procfs_type_prstatus32_t+:} false; then :
c603b11b
AM
14021 $as_echo_n "(cached) " >&6
14022else
14023 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14024/* end confdefs.h. */
14025
14026#define _SYSCALL32
c603b11b
AM
14027#include <sys/procfs.h>
14028int
14029main ()
14030{
14031prstatus32_t avar
14032 ;
14033 return 0;
14034}
14035_ACEOF
14036if ac_fn_c_try_compile "$LINENO"; then :
14037 bfd_cv_have_sys_procfs_type_prstatus32_t=yes
14038else
14039 bfd_cv_have_sys_procfs_type_prstatus32_t=no
14040
14041fi
14042rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14043fi
14044
14045 if test $bfd_cv_have_sys_procfs_type_prstatus32_t = yes; then
14046
14047$as_echo "#define HAVE_PRSTATUS32_T 1" >>confdefs.h
14048
14049 fi
14050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prstatus32_t" >&5
14051$as_echo "$bfd_cv_have_sys_procfs_type_prstatus32_t" >&6; }
14052
c8693053
RO
14053
14054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus_t.pr_who in sys/procfs.h" >&5
c603b11b 14055$as_echo_n "checking for prstatus_t.pr_who in sys/procfs.h... " >&6; }
d0ac1c44 14056 if ${bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who+:} false; then :
c603b11b
AM
14057 $as_echo_n "(cached) " >&6
14058else
14059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14060/* end confdefs.h. */
14061
14062#define _SYSCALL32
c603b11b
AM
14063#include <sys/procfs.h>
14064int
14065main ()
14066{
14067prstatus_t avar; void* aref = (void*) &avar.pr_who
14068 ;
14069 return 0;
14070}
14071_ACEOF
14072if ac_fn_c_try_compile "$LINENO"; then :
14073 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=yes
14074else
14075 bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who=no
14076
14077fi
14078rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14079fi
14080
14081 if test $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who = yes; then
14082
14083$as_echo "#define HAVE_PRSTATUS_T_PR_WHO 1" >>confdefs.h
14084
14085 fi
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&5
14087$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus_t_pr_who" >&6; }
14088
c8693053
RO
14089
14090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prstatus32_t.pr_who in sys/procfs.h" >&5
c603b11b 14091$as_echo_n "checking for prstatus32_t.pr_who in sys/procfs.h... " >&6; }
d0ac1c44 14092 if ${bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who+:} false; then :
c603b11b
AM
14093 $as_echo_n "(cached) " >&6
14094else
14095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14096/* end confdefs.h. */
14097
14098#define _SYSCALL32
c603b11b
AM
14099#include <sys/procfs.h>
14100int
14101main ()
14102{
14103prstatus32_t avar; void* aref = (void*) &avar.pr_who
14104 ;
14105 return 0;
14106}
14107_ACEOF
14108if ac_fn_c_try_compile "$LINENO"; then :
14109 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=yes
14110else
14111 bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who=no
14112
14113fi
14114rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14115fi
14116
14117 if test $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who = yes; then
14118
14119$as_echo "#define HAVE_PRSTATUS32_T_PR_WHO 1" >>confdefs.h
14120
14121 fi
14122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&5
14123$as_echo "$bfd_cv_have_sys_procfs_type_member_prstatus32_t_pr_who" >&6; }
14124
c8693053
RO
14125
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus_t in sys/procfs.h" >&5
c603b11b 14127$as_echo_n "checking for pstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 14128 if ${bfd_cv_have_sys_procfs_type_pstatus_t+:} false; then :
c603b11b
AM
14129 $as_echo_n "(cached) " >&6
14130else
14131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14132/* end confdefs.h. */
14133
14134#define _SYSCALL32
c603b11b
AM
14135#include <sys/procfs.h>
14136int
14137main ()
14138{
14139pstatus_t avar
14140 ;
14141 return 0;
14142}
14143_ACEOF
14144if ac_fn_c_try_compile "$LINENO"; then :
14145 bfd_cv_have_sys_procfs_type_pstatus_t=yes
14146else
14147 bfd_cv_have_sys_procfs_type_pstatus_t=no
14148
14149fi
14150rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14151fi
14152
14153 if test $bfd_cv_have_sys_procfs_type_pstatus_t = yes; then
14154
14155$as_echo "#define HAVE_PSTATUS_T 1" >>confdefs.h
14156
14157 fi
14158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus_t" >&5
14159$as_echo "$bfd_cv_have_sys_procfs_type_pstatus_t" >&6; }
14160
c8693053
RO
14161
14162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pxstatus_t in sys/procfs.h" >&5
c603b11b 14163$as_echo_n "checking for pxstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 14164 if ${bfd_cv_have_sys_procfs_type_pxstatus_t+:} false; then :
c603b11b
AM
14165 $as_echo_n "(cached) " >&6
14166else
14167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14168/* end confdefs.h. */
14169
14170#define _SYSCALL32
c603b11b
AM
14171#include <sys/procfs.h>
14172int
14173main ()
14174{
14175pxstatus_t avar
14176 ;
14177 return 0;
14178}
14179_ACEOF
14180if ac_fn_c_try_compile "$LINENO"; then :
14181 bfd_cv_have_sys_procfs_type_pxstatus_t=yes
14182else
14183 bfd_cv_have_sys_procfs_type_pxstatus_t=no
14184
14185fi
14186rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14187fi
14188
14189 if test $bfd_cv_have_sys_procfs_type_pxstatus_t = yes; then
14190
14191$as_echo "#define HAVE_PXSTATUS_T 1" >>confdefs.h
14192
14193 fi
14194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pxstatus_t" >&5
14195$as_echo "$bfd_cv_have_sys_procfs_type_pxstatus_t" >&6; }
14196
c8693053
RO
14197
14198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pstatus32_t in sys/procfs.h" >&5
c603b11b 14199$as_echo_n "checking for pstatus32_t in sys/procfs.h... " >&6; }
d0ac1c44 14200 if ${bfd_cv_have_sys_procfs_type_pstatus32_t+:} false; then :
c603b11b
AM
14201 $as_echo_n "(cached) " >&6
14202else
14203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14204/* end confdefs.h. */
14205
14206#define _SYSCALL32
c603b11b
AM
14207#include <sys/procfs.h>
14208int
14209main ()
14210{
14211pstatus32_t avar
14212 ;
14213 return 0;
14214}
14215_ACEOF
14216if ac_fn_c_try_compile "$LINENO"; then :
14217 bfd_cv_have_sys_procfs_type_pstatus32_t=yes
14218else
14219 bfd_cv_have_sys_procfs_type_pstatus32_t=no
14220
14221fi
14222rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14223fi
14224
14225 if test $bfd_cv_have_sys_procfs_type_pstatus32_t = yes; then
14226
14227$as_echo "#define HAVE_PSTATUS32_T 1" >>confdefs.h
14228
14229 fi
14230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_pstatus32_t" >&5
14231$as_echo "$bfd_cv_have_sys_procfs_type_pstatus32_t" >&6; }
14232
c8693053
RO
14233
14234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t in sys/procfs.h" >&5
c603b11b 14235$as_echo_n "checking for prpsinfo_t in sys/procfs.h... " >&6; }
d0ac1c44 14236 if ${bfd_cv_have_sys_procfs_type_prpsinfo_t+:} false; then :
c603b11b
AM
14237 $as_echo_n "(cached) " >&6
14238else
14239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14240/* end confdefs.h. */
14241
14242#define _SYSCALL32
c603b11b
AM
14243#include <sys/procfs.h>
14244int
14245main ()
14246{
14247prpsinfo_t avar
14248 ;
14249 return 0;
14250}
14251_ACEOF
14252if ac_fn_c_try_compile "$LINENO"; then :
14253 bfd_cv_have_sys_procfs_type_prpsinfo_t=yes
14254else
14255 bfd_cv_have_sys_procfs_type_prpsinfo_t=no
14256
14257fi
14258rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14259fi
14260
14261 if test $bfd_cv_have_sys_procfs_type_prpsinfo_t = yes; then
14262
14263$as_echo "#define HAVE_PRPSINFO_T 1" >>confdefs.h
14264
14265 fi
14266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo_t" >&5
14267$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo_t" >&6; }
14268
c8693053
RO
14269
14270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo_t.pr_pid in sys/procfs.h" >&5
c603b11b 14271$as_echo_n "checking for prpsinfo_t.pr_pid in sys/procfs.h... " >&6; }
d0ac1c44 14272 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid+:} false; then :
c603b11b
AM
14273 $as_echo_n "(cached) " >&6
14274else
14275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14276/* end confdefs.h. */
14277
14278#define _SYSCALL32
c603b11b
AM
14279#include <sys/procfs.h>
14280int
14281main ()
14282{
14283prpsinfo_t avar; void* aref = (void*) &avar.pr_pid
14284 ;
14285 return 0;
14286}
14287_ACEOF
14288if ac_fn_c_try_compile "$LINENO"; then :
14289 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=yes
14290else
14291 bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid=no
14292
14293fi
14294rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14295fi
14296
14297 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid = yes; then
14298
14299$as_echo "#define HAVE_PRPSINFO_T_PR_PID 1" >>confdefs.h
14300
14301 fi
14302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&5
14303$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo_t_pr_pid" >&6; }
14304
c8693053
RO
14305
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t in sys/procfs.h" >&5
c603b11b 14307$as_echo_n "checking for prpsinfo32_t in sys/procfs.h... " >&6; }
d0ac1c44 14308 if ${bfd_cv_have_sys_procfs_type_prpsinfo32_t+:} false; then :
c603b11b
AM
14309 $as_echo_n "(cached) " >&6
14310else
14311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14312/* end confdefs.h. */
14313
14314#define _SYSCALL32
c603b11b
AM
14315#include <sys/procfs.h>
14316int
14317main ()
14318{
14319prpsinfo32_t avar
14320 ;
14321 return 0;
14322}
14323_ACEOF
14324if ac_fn_c_try_compile "$LINENO"; then :
14325 bfd_cv_have_sys_procfs_type_prpsinfo32_t=yes
14326else
14327 bfd_cv_have_sys_procfs_type_prpsinfo32_t=no
14328
14329fi
14330rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14331fi
14332
14333 if test $bfd_cv_have_sys_procfs_type_prpsinfo32_t = yes; then
14334
14335$as_echo "#define HAVE_PRPSINFO32_T 1" >>confdefs.h
14336
14337 fi
14338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&5
14339$as_echo "$bfd_cv_have_sys_procfs_type_prpsinfo32_t" >&6; }
14340
c8693053
RO
14341
14342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prpsinfo32_t.pr_pid in sys/procfs.h" >&5
c603b11b 14343$as_echo_n "checking for prpsinfo32_t.pr_pid in sys/procfs.h... " >&6; }
d0ac1c44 14344 if ${bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid+:} false; then :
c603b11b
AM
14345 $as_echo_n "(cached) " >&6
14346else
14347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14348/* end confdefs.h. */
14349
14350#define _SYSCALL32
c603b11b
AM
14351#include <sys/procfs.h>
14352int
14353main ()
14354{
14355prpsinfo32_t avar; void* aref = (void*) &avar.pr_pid
14356 ;
14357 return 0;
14358}
14359_ACEOF
14360if ac_fn_c_try_compile "$LINENO"; then :
14361 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=yes
14362else
14363 bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid=no
14364
14365fi
14366rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14367fi
14368
14369 if test $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid = yes; then
14370
14371$as_echo "#define HAVE_PRPSINFO32_T_PR_PID 1" >>confdefs.h
14372
14373 fi
14374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&5
14375$as_echo "$bfd_cv_have_sys_procfs_type_member_prpsinfo32_t_pr_pid" >&6; }
14376
c8693053
RO
14377
14378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t in sys/procfs.h" >&5
c603b11b 14379$as_echo_n "checking for psinfo_t in sys/procfs.h... " >&6; }
d0ac1c44 14380 if ${bfd_cv_have_sys_procfs_type_psinfo_t+:} false; then :
c603b11b
AM
14381 $as_echo_n "(cached) " >&6
14382else
14383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14384/* end confdefs.h. */
14385
14386#define _SYSCALL32
c603b11b
AM
14387#include <sys/procfs.h>
14388int
14389main ()
14390{
14391psinfo_t avar
14392 ;
14393 return 0;
14394}
14395_ACEOF
14396if ac_fn_c_try_compile "$LINENO"; then :
14397 bfd_cv_have_sys_procfs_type_psinfo_t=yes
14398else
14399 bfd_cv_have_sys_procfs_type_psinfo_t=no
14400
14401fi
14402rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14403fi
14404
14405 if test $bfd_cv_have_sys_procfs_type_psinfo_t = yes; then
14406
14407$as_echo "#define HAVE_PSINFO_T 1" >>confdefs.h
14408
14409 fi
14410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo_t" >&5
14411$as_echo "$bfd_cv_have_sys_procfs_type_psinfo_t" >&6; }
14412
c8693053
RO
14413
14414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo_t.pr_pid in sys/procfs.h" >&5
c603b11b 14415$as_echo_n "checking for psinfo_t.pr_pid in sys/procfs.h... " >&6; }
d0ac1c44 14416 if ${bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid+:} false; then :
c603b11b
AM
14417 $as_echo_n "(cached) " >&6
14418else
14419 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14420/* end confdefs.h. */
14421
14422#define _SYSCALL32
c603b11b
AM
14423#include <sys/procfs.h>
14424int
14425main ()
14426{
14427psinfo_t avar; void* aref = (void*) &avar.pr_pid
14428 ;
14429 return 0;
14430}
14431_ACEOF
14432if ac_fn_c_try_compile "$LINENO"; then :
14433 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=yes
14434else
14435 bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid=no
14436
14437fi
14438rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14439fi
14440
14441 if test $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid = yes; then
14442
14443$as_echo "#define HAVE_PSINFO_T_PR_PID 1" >>confdefs.h
14444
14445 fi
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&5
14447$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo_t_pr_pid" >&6; }
14448
c8693053
RO
14449
14450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t in sys/procfs.h" >&5
c603b11b 14451$as_echo_n "checking for psinfo32_t in sys/procfs.h... " >&6; }
d0ac1c44 14452 if ${bfd_cv_have_sys_procfs_type_psinfo32_t+:} false; then :
c603b11b
AM
14453 $as_echo_n "(cached) " >&6
14454else
14455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14456/* end confdefs.h. */
14457
14458#define _SYSCALL32
c603b11b
AM
14459#include <sys/procfs.h>
14460int
14461main ()
14462{
14463psinfo32_t avar
14464 ;
14465 return 0;
14466}
14467_ACEOF
14468if ac_fn_c_try_compile "$LINENO"; then :
14469 bfd_cv_have_sys_procfs_type_psinfo32_t=yes
14470else
14471 bfd_cv_have_sys_procfs_type_psinfo32_t=no
14472
14473fi
14474rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14475fi
14476
14477 if test $bfd_cv_have_sys_procfs_type_psinfo32_t = yes; then
14478
14479$as_echo "#define HAVE_PSINFO32_T 1" >>confdefs.h
14480
14481 fi
14482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_psinfo32_t" >&5
14483$as_echo "$bfd_cv_have_sys_procfs_type_psinfo32_t" >&6; }
14484
c8693053
RO
14485
14486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for psinfo32_t.pr_pid in sys/procfs.h" >&5
c603b11b 14487$as_echo_n "checking for psinfo32_t.pr_pid in sys/procfs.h... " >&6; }
d0ac1c44 14488 if ${bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid+:} false; then :
c603b11b
AM
14489 $as_echo_n "(cached) " >&6
14490else
14491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14492/* end confdefs.h. */
14493
14494#define _SYSCALL32
c603b11b
AM
14495#include <sys/procfs.h>
14496int
14497main ()
14498{
14499psinfo32_t avar; void* aref = (void*) &avar.pr_pid
14500 ;
14501 return 0;
14502}
14503_ACEOF
14504if ac_fn_c_try_compile "$LINENO"; then :
14505 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=yes
14506else
14507 bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid=no
14508
14509fi
14510rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14511fi
14512
14513 if test $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid = yes; then
14514
14515$as_echo "#define HAVE_PSINFO32_T_PR_PID 1" >>confdefs.h
14516
14517 fi
14518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&5
14519$as_echo "$bfd_cv_have_sys_procfs_type_member_psinfo32_t_pr_pid" >&6; }
14520
c8693053
RO
14521
14522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t in sys/procfs.h" >&5
c603b11b 14523$as_echo_n "checking for lwpstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 14524 if ${bfd_cv_have_sys_procfs_type_lwpstatus_t+:} false; then :
c603b11b
AM
14525 $as_echo_n "(cached) " >&6
14526else
14527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14528/* end confdefs.h. */
14529
14530#define _SYSCALL32
c603b11b
AM
14531#include <sys/procfs.h>
14532int
14533main ()
14534{
14535lwpstatus_t avar
14536 ;
14537 return 0;
14538}
14539_ACEOF
14540if ac_fn_c_try_compile "$LINENO"; then :
14541 bfd_cv_have_sys_procfs_type_lwpstatus_t=yes
14542else
14543 bfd_cv_have_sys_procfs_type_lwpstatus_t=no
14544
14545fi
14546rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14547fi
14548
14549 if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then
14550
14551$as_echo "#define HAVE_LWPSTATUS_T 1" >>confdefs.h
14552
14553 fi
14554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpstatus_t" >&5
14555$as_echo "$bfd_cv_have_sys_procfs_type_lwpstatus_t" >&6; }
14556
c8693053
RO
14557
14558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpxstatus_t in sys/procfs.h" >&5
c603b11b 14559$as_echo_n "checking for lwpxstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 14560 if ${bfd_cv_have_sys_procfs_type_lwpxstatus_t+:} false; then :
c603b11b
AM
14561 $as_echo_n "(cached) " >&6
14562else
14563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14564/* end confdefs.h. */
14565
14566#define _SYSCALL32
c603b11b
AM
14567#include <sys/procfs.h>
14568int
14569main ()
14570{
14571lwpxstatus_t avar
14572 ;
14573 return 0;
14574}
14575_ACEOF
14576if ac_fn_c_try_compile "$LINENO"; then :
14577 bfd_cv_have_sys_procfs_type_lwpxstatus_t=yes
14578else
14579 bfd_cv_have_sys_procfs_type_lwpxstatus_t=no
14580
14581fi
14582rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14583fi
14584
14585 if test $bfd_cv_have_sys_procfs_type_lwpxstatus_t = yes; then
14586
14587$as_echo "#define HAVE_LWPXSTATUS_T 1" >>confdefs.h
5464f5a1 14588
c603b11b
AM
14589 fi
14590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&5
14591$as_echo "$bfd_cv_have_sys_procfs_type_lwpxstatus_t" >&6; }
1012372a 14592
c8693053
RO
14593
14594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_context in sys/procfs.h" >&5
c603b11b 14595$as_echo_n "checking for lwpstatus_t.pr_context in sys/procfs.h... " >&6; }
d0ac1c44 14596 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context+:} false; then :
c603b11b
AM
14597 $as_echo_n "(cached) " >&6
14598else
14599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14600/* end confdefs.h. */
2ba49b59 14601
c603b11b 14602#define _SYSCALL32
c603b11b
AM
14603#include <sys/procfs.h>
14604int
14605main ()
14606{
14607lwpstatus_t avar; void* aref = (void*) &avar.pr_context
14608 ;
14609 return 0;
14610}
14611_ACEOF
14612if ac_fn_c_try_compile "$LINENO"; then :
14613 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=yes
14614else
14615 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context=no
5464f5a1 14616
c603b11b
AM
14617fi
14618rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14619fi
1012372a 14620
c603b11b 14621 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context = yes; then
2ba49b59 14622
c603b11b 14623$as_echo "#define HAVE_LWPSTATUS_T_PR_CONTEXT 1" >>confdefs.h
1012372a 14624
c603b11b
AM
14625 fi
14626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&5
14627$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_context" >&6; }
81ecdfbb 14628
c8693053
RO
14629
14630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_reg in sys/procfs.h" >&5
c603b11b 14631$as_echo_n "checking for lwpstatus_t.pr_reg in sys/procfs.h... " >&6; }
d0ac1c44 14632 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg+:} false; then :
c603b11b
AM
14633 $as_echo_n "(cached) " >&6
14634else
14635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 14636/* end confdefs.h. */
c603b11b
AM
14637
14638#define _SYSCALL32
c603b11b
AM
14639#include <sys/procfs.h>
14640int
14641main ()
14642{
14643lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
14644 ;
14645 return 0;
14646}
81ecdfbb 14647_ACEOF
c603b11b
AM
14648if ac_fn_c_try_compile "$LINENO"; then :
14649 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=yes
2ba49b59 14650else
c603b11b
AM
14651 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg=no
14652
14653fi
14654rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2ba49b59 14655fi
1012372a 14656
c603b11b
AM
14657 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg = yes; then
14658
14659$as_echo "#define HAVE_LWPSTATUS_T_PR_REG 1" >>confdefs.h
14660
14661 fi
14662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&5
14663$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_reg" >&6; }
14664
c8693053
RO
14665
14666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lwpstatus_t.pr_fpreg in sys/procfs.h" >&5
c603b11b 14667$as_echo_n "checking for lwpstatus_t.pr_fpreg in sys/procfs.h... " >&6; }
d0ac1c44 14668 if ${bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg+:} false; then :
c603b11b
AM
14669 $as_echo_n "(cached) " >&6
14670else
14671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14672/* end confdefs.h. */
14673
14674#define _SYSCALL32
c603b11b
AM
14675#include <sys/procfs.h>
14676int
14677main ()
14678{
14679lwpstatus_t avar; void* aref = (void*) &avar.pr_fpreg
14680 ;
14681 return 0;
14682}
14683_ACEOF
14684if ac_fn_c_try_compile "$LINENO"; then :
14685 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=yes
14686else
14687 bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg=no
14688
14689fi
14690rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14691fi
14692
14693 if test $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg = yes; then
1012372a 14694
c603b11b
AM
14695$as_echo "#define HAVE_LWPSTATUS_T_PR_FPREG 1" >>confdefs.h
14696
14697 fi
14698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&5
14699$as_echo "$bfd_cv_have_sys_procfs_type_member_lwpstatus_t_pr_fpreg" >&6; }
14700
c8693053
RO
14701
14702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for win32_pstatus_t in sys/procfs.h" >&5
c603b11b 14703$as_echo_n "checking for win32_pstatus_t in sys/procfs.h... " >&6; }
d0ac1c44 14704 if ${bfd_cv_have_sys_procfs_type_win32_pstatus_t+:} false; then :
c603b11b
AM
14705 $as_echo_n "(cached) " >&6
14706else
14707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14708/* end confdefs.h. */
14709
14710#define _SYSCALL32
c603b11b
AM
14711#include <sys/procfs.h>
14712int
14713main ()
14714{
14715win32_pstatus_t avar
14716 ;
14717 return 0;
14718}
14719_ACEOF
14720if ac_fn_c_try_compile "$LINENO"; then :
14721 bfd_cv_have_sys_procfs_type_win32_pstatus_t=yes
14722else
14723 bfd_cv_have_sys_procfs_type_win32_pstatus_t=no
14724
14725fi
14726rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14727fi
14728
14729 if test $bfd_cv_have_sys_procfs_type_win32_pstatus_t = yes; then
14730
14731$as_echo "#define HAVE_WIN32_PSTATUS_T 1" >>confdefs.h
14732
14733 fi
14734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&5
14735$as_echo "$bfd_cv_have_sys_procfs_type_win32_pstatus_t" >&6; }
14736
14737 fi
14738fi
1012372a
AC
14739
14740
c603b11b 14741if test -n "$CORE_HEADER"; then
1012372a 14742
c603b11b
AM
14743cat >>confdefs.h <<_ACEOF
14744#define CORE_HEADER $CORE_HEADER
14745_ACEOF
252b5132 14746
c603b11b
AM
14747fi
14748if test -n "$TRAD_HEADER"; then
6be7c12c 14749
c603b11b
AM
14750cat >>confdefs.h <<_ACEOF
14751#define TRAD_HEADER $TRAD_HEADER
14752_ACEOF
5464f5a1 14753
c603b11b 14754fi
5464f5a1 14755
81ecdfbb
RW
14756if test "$plugins" = "yes"; then
14757 supports_plugins=1
5464f5a1 14758else
81ecdfbb 14759 supports_plugins=0
5464f5a1 14760fi
5464f5a1 14761
81ecdfbb 14762
3cf9e6c4 14763
96fe4562 14764# Determine the host dependent file_ptr a.k.a. off_t type. In order
81ecdfbb
RW
14765# prefer: off64_t - if ftello64 and fseeko64, off_t - if ftello and
14766# fseeko, long. This assumes that sizeof off_t is .ge. sizeof long.
14767# Hopefully a reasonable assumption since fseeko et.al. should be
14768# upward compatible.
14769for ac_func in ftello ftello64 fseeko fseeko64 fopen64
14770do :
14771 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14772ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 14773if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb
RW
14774 cat >>confdefs.h <<_ACEOF
14775#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5464f5a1 14776_ACEOF
5464f5a1 14777
252b5132 14778fi
81ecdfbb 14779done
5464f5a1 14780
83c79df8
AM
14781ac_fn_c_check_decl "$LINENO" "ftello" "ac_cv_have_decl_ftello" "$ac_includes_default"
14782if test "x$ac_cv_have_decl_ftello" = xyes; then :
14783 ac_have_decl=1
14784else
14785 ac_have_decl=0
14786fi
14787
14788cat >>confdefs.h <<_ACEOF
14789#define HAVE_DECL_FTELLO $ac_have_decl
14790_ACEOF
14791ac_fn_c_check_decl "$LINENO" "ftello64" "ac_cv_have_decl_ftello64" "$ac_includes_default"
14792if test "x$ac_cv_have_decl_ftello64" = xyes; then :
14793 ac_have_decl=1
14794else
14795 ac_have_decl=0
14796fi
14797
14798cat >>confdefs.h <<_ACEOF
14799#define HAVE_DECL_FTELLO64 $ac_have_decl
14800_ACEOF
14801ac_fn_c_check_decl "$LINENO" "fseeko" "ac_cv_have_decl_fseeko" "$ac_includes_default"
14802if test "x$ac_cv_have_decl_fseeko" = xyes; then :
14803 ac_have_decl=1
14804else
14805 ac_have_decl=0
14806fi
14807
14808cat >>confdefs.h <<_ACEOF
14809#define HAVE_DECL_FSEEKO $ac_have_decl
14810_ACEOF
14811ac_fn_c_check_decl "$LINENO" "fseeko64" "ac_cv_have_decl_fseeko64" "$ac_includes_default"
14812if test "x$ac_cv_have_decl_fseeko64" = xyes; then :
14813 ac_have_decl=1
14814else
14815 ac_have_decl=0
14816fi
14817
14818cat >>confdefs.h <<_ACEOF
14819#define HAVE_DECL_FSEEKO64 $ac_have_decl
14820_ACEOF
14821ac_fn_c_check_decl "$LINENO" "fopen64" "ac_cv_have_decl_fopen64" "$ac_includes_default"
14822if test "x$ac_cv_have_decl_fopen64" = xyes; then :
14823 ac_have_decl=1
14824else
14825 ac_have_decl=0
14826fi
14827
14828cat >>confdefs.h <<_ACEOF
14829#define HAVE_DECL_FOPEN64 $ac_have_decl
14830_ACEOF
14831
81ecdfbb
RW
14832if test x"$ac_cv_func_ftello" = xyes -a x"$ac_cv_func_fseeko" = xyes; then
14833 # The cast to long int works around a bug in the HP C Compiler
14834# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14835# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14836# This bug is HP SR number 8606223364.
14837{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of off_t" >&5
14838$as_echo_n "checking size of off_t... " >&6; }
d0ac1c44 14839if ${ac_cv_sizeof_off_t+:} false; then :
81ecdfbb 14840 $as_echo_n "(cached) " >&6
6be7c12c 14841else
81ecdfbb 14842 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (off_t))" "ac_cv_sizeof_off_t" "$ac_includes_default"; then :
5464f5a1 14843
81ecdfbb
RW
14844else
14845 if test "$ac_cv_type_off_t" = yes; then
14846 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14847$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
14848as_fn_error 77 "cannot compute sizeof (off_t)
14849See \`config.log' for more details" "$LINENO" 5; }
81ecdfbb
RW
14850 else
14851 ac_cv_sizeof_off_t=0
14852 fi
5464f5a1 14853fi
5464f5a1 14854
252b5132 14855fi
81ecdfbb
RW
14856{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_off_t" >&5
14857$as_echo "$ac_cv_sizeof_off_t" >&6; }
5464f5a1 14858
252b5132 14859
5464f5a1 14860
81ecdfbb
RW
14861cat >>confdefs.h <<_ACEOF
14862#define SIZEOF_OFF_T $ac_cv_sizeof_off_t
5464f5a1 14863_ACEOF
5464f5a1 14864
5464f5a1 14865
81ecdfbb
RW
14866fi
14867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking file_ptr type" >&5
14868$as_echo_n "checking file_ptr type... " >&6; }
14869bfd_file_ptr="long"
14870bfd_ufile_ptr="unsigned long"
14871if test x"$ac_cv_func_ftello64" = xyes -a x"$ac_cv_func_fseeko64" = xyes \
14872 -o x"${ac_cv_sizeof_off_t}" = x8; then
14873 bfd_file_ptr=BFD_HOST_64_BIT
14874 bfd_ufile_ptr=BFD_HOST_U_64_BIT
14875fi
14876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_file_ptr" >&5
14877$as_echo "$bfd_file_ptr" >&6; }
14878
6be7c12c 14879
252b5132 14880
d0ac1c44
SM
14881
14882
14883
14884 for ac_header in $ac_header_list
81ecdfbb
RW
14885do :
14886 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
d0ac1c44
SM
14887ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
14888"
14889if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
14890 cat >>confdefs.h <<_ACEOF
14891#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5464f5a1 14892_ACEOF
5464f5a1 14893
5464f5a1 14894fi
81ecdfbb
RW
14895
14896done
14897
d0ac1c44
SM
14898
14899
14900
14901
14902
14903
14904
81ecdfbb
RW
14905for ac_func in getpagesize
14906do :
14907 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
d0ac1c44 14908if test "x$ac_cv_func_getpagesize" = xyes; then :
5464f5a1 14909 cat >>confdefs.h <<_ACEOF
81ecdfbb 14910#define HAVE_GETPAGESIZE 1
5464f5a1 14911_ACEOF
252b5132 14912
252b5132
RH
14913fi
14914done
14915
81ecdfbb
RW
14916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
14917$as_echo_n "checking for working mmap... " >&6; }
d0ac1c44 14918if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
81ecdfbb 14919 $as_echo_n "(cached) " >&6
252b5132 14920else
81ecdfbb 14921 if test "$cross_compiling" = yes; then :
252b5132
RH
14922 ac_cv_func_mmap_fixed_mapped=no
14923else
81ecdfbb 14924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5464f5a1
NN
14925/* end confdefs.h. */
14926$ac_includes_default
14927/* malloc might have been renamed as rpl_malloc. */
14928#undef malloc
6be7c12c 14929
252b5132
RH
14930/* Thanks to Mike Haertel and Jim Avera for this test.
14931 Here is a matrix of mmap possibilities:
14932 mmap private not fixed
14933 mmap private fixed at somewhere currently unmapped
14934 mmap private fixed at somewhere already mapped
14935 mmap shared not fixed
14936 mmap shared fixed at somewhere currently unmapped
14937 mmap shared fixed at somewhere already mapped
14938 For private mappings, we should verify that changes cannot be read()
14939 back from the file, nor mmap's back from the file at a different
14940 address. (There have been systems where private was not correctly
14941 implemented like the infamous i386 svr4.0, and systems where the
5464f5a1 14942 VM page cache was not coherent with the file system buffer cache
252b5132
RH
14943 like early versions of FreeBSD and possibly contemporary NetBSD.)
14944 For shared mappings, we should conversely verify that changes get
5464f5a1 14945 propagated back to all the places they're supposed to be.
252b5132
RH
14946
14947 Grep wants private fixed already mapped.
14948 The main things grep needs to know about mmap are:
14949 * does it exist and is it safe to write into the mmap'd area
14950 * how to use it (BSD variants) */
5464f5a1 14951
252b5132
RH
14952#include <fcntl.h>
14953#include <sys/mman.h>
14954
81ecdfbb 14955#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
5464f5a1
NN
14956char *malloc ();
14957#endif
6be7c12c 14958
5464f5a1 14959/* This mess was copied from the GNU getpagesize.h. */
81ecdfbb 14960#ifndef HAVE_GETPAGESIZE
252b5132
RH
14961# ifdef _SC_PAGESIZE
14962# define getpagesize() sysconf(_SC_PAGESIZE)
14963# else /* no _SC_PAGESIZE */
81ecdfbb 14964# ifdef HAVE_SYS_PARAM_H
252b5132
RH
14965# include <sys/param.h>
14966# ifdef EXEC_PAGESIZE
14967# define getpagesize() EXEC_PAGESIZE
14968# else /* no EXEC_PAGESIZE */
14969# ifdef NBPG
14970# define getpagesize() NBPG * CLSIZE
14971# ifndef CLSIZE
14972# define CLSIZE 1
14973# endif /* no CLSIZE */
14974# else /* no NBPG */
14975# ifdef NBPC
14976# define getpagesize() NBPC
14977# else /* no NBPC */
14978# ifdef PAGESIZE
14979# define getpagesize() PAGESIZE
14980# endif /* PAGESIZE */
14981# endif /* no NBPC */
14982# endif /* no NBPG */
14983# endif /* no EXEC_PAGESIZE */
14984# else /* no HAVE_SYS_PARAM_H */
14985# define getpagesize() 8192 /* punt totally */
14986# endif /* no HAVE_SYS_PARAM_H */
14987# endif /* no _SC_PAGESIZE */
14988
5464f5a1
NN
14989#endif /* no HAVE_GETPAGESIZE */
14990
14991int
14992main ()
14993{
14994 char *data, *data2, *data3;
d0ac1c44 14995 const char *cdata2;
5464f5a1 14996 int i, pagesize;
d0ac1c44 14997 int fd, fd2;
5464f5a1
NN
14998
14999 pagesize = getpagesize ();
15000
15001 /* First, make a file with some known garbage in it. */
15002 data = (char *) malloc (pagesize);
15003 if (!data)
81ecdfbb 15004 return 1;
5464f5a1
NN
15005 for (i = 0; i < pagesize; ++i)
15006 *(data + i) = rand ();
15007 umask (0);
15008 fd = creat ("conftest.mmap", 0600);
15009 if (fd < 0)
d0ac1c44 15010 return 2;
5464f5a1 15011 if (write (fd, data, pagesize) != pagesize)
d0ac1c44 15012 return 3;
5464f5a1
NN
15013 close (fd);
15014
d0ac1c44
SM
15015 /* Next, check that the tail of a page is zero-filled. File must have
15016 non-zero length, otherwise we risk SIGBUS for entire page. */
15017 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
15018 if (fd2 < 0)
15019 return 4;
15020 cdata2 = "";
15021 if (write (fd2, cdata2, 1) != 1)
15022 return 5;
15023 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
15024 if (data2 == MAP_FAILED)
15025 return 6;
15026 for (i = 0; i < pagesize; ++i)
15027 if (*(data2 + i))
15028 return 7;
15029 close (fd2);
15030 if (munmap (data2, pagesize))
15031 return 8;
15032
5464f5a1
NN
15033 /* Next, try to mmap the file at a fixed address which already has
15034 something else allocated at it. If we can, also make sure that
15035 we see the same garbage. */
15036 fd = open ("conftest.mmap", O_RDWR);
15037 if (fd < 0)
d0ac1c44 15038 return 9;
5464f5a1
NN
15039 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
15040 MAP_PRIVATE | MAP_FIXED, fd, 0L))
d0ac1c44 15041 return 10;
5464f5a1
NN
15042 for (i = 0; i < pagesize; ++i)
15043 if (*(data + i) != *(data2 + i))
d0ac1c44 15044 return 11;
5464f5a1
NN
15045
15046 /* Finally, make sure that changes to the mapped area do not
15047 percolate back to the file as seen by read(). (This is a bug on
15048 some variants of i386 svr4.0.) */
15049 for (i = 0; i < pagesize; ++i)
15050 *(data2 + i) = *(data2 + i) + 1;
15051 data3 = (char *) malloc (pagesize);
15052 if (!data3)
d0ac1c44 15053 return 12;
5464f5a1 15054 if (read (fd, data3, pagesize) != pagesize)
d0ac1c44 15055 return 13;
5464f5a1
NN
15056 for (i = 0; i < pagesize; ++i)
15057 if (*(data + i) != *(data3 + i))
d0ac1c44 15058 return 14;
5464f5a1 15059 close (fd);
81ecdfbb 15060 return 0;
5464f5a1
NN
15061}
15062_ACEOF
81ecdfbb 15063if ac_fn_c_try_run "$LINENO"; then :
5464f5a1
NN
15064 ac_cv_func_mmap_fixed_mapped=yes
15065else
81ecdfbb 15066 ac_cv_func_mmap_fixed_mapped=no
5464f5a1 15067fi
81ecdfbb
RW
15068rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15069 conftest.$ac_objext conftest.beam conftest.$ac_ext
5464f5a1 15070fi
81ecdfbb 15071
5464f5a1 15072fi
81ecdfbb
RW
15073{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
15074$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
5464f5a1
NN
15075if test $ac_cv_func_mmap_fixed_mapped = yes; then
15076
81ecdfbb 15077$as_echo "#define HAVE_MMAP 1" >>confdefs.h
5464f5a1
NN
15078
15079fi
d0ac1c44 15080rm -f conftest.mmap conftest.txt
5464f5a1 15081
5464f5a1 15082for ac_func in madvise mprotect
81ecdfbb
RW
15083do :
15084 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15085ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 15086if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
5464f5a1 15087 cat >>confdefs.h <<_ACEOF
81ecdfbb 15088#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
5464f5a1
NN
15089_ACEOF
15090
15091fi
15092done
15093
15094case ${want_mmap}+${ac_cv_func_mmap_fixed_mapped} in
15095 true+yes )
81ecdfbb 15096$as_echo "#define USE_MMAP 1" >>confdefs.h
5464f5a1
NN
15097 ;;
15098esac
15099
bd32be01 15100ac_config_files="$ac_config_files Makefile bfd-in3.h:bfd-in2.h po/Makefile.in:po/Make-in"
5464f5a1 15101
20e95c23 15102
81ecdfbb 15103ac_config_commands="$ac_config_commands default"
5464f5a1 15104
108a6f8e
CD
15105
15106
15107
15108
15109
31dd3154 15110
5464f5a1
NN
15111cat >confcache <<\_ACEOF
15112# This file is a shell script that caches the results of configure
15113# tests run on this system so they can be shared between configure
15114# scripts and configure runs, see configure's option --config-cache.
15115# It is not useful on other systems. If it contains results you don't
15116# want to keep, you may remove or edit it.
15117#
15118# config.status only pays attention to the cache file if you give it
15119# the --recheck option to rerun configure.
15120#
15121# `ac_cv_env_foo' variables (set or unset) will be overridden when
15122# loading this file, other *unset* `ac_cv_foo' will be assigned the
15123# following values.
15124
15125_ACEOF
15126
15127# The following way of writing the cache mishandles newlines in values,
15128# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 15129# So, we kill variables containing newlines.
5464f5a1
NN
15130# Ultrix sh set writes to stderr and can't be redirected directly,
15131# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
15132(
15133 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15134 eval ac_val=\$$ac_var
15135 case $ac_val in #(
15136 *${as_nl}*)
15137 case $ac_var in #(
15138 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15139$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15140 esac
15141 case $ac_var in #(
15142 _ | IFS | as_nl) ;; #(
15143 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15144 *) { eval $ac_var=; unset $ac_var;} ;;
15145 esac ;;
15146 esac
15147 done
15148
5464f5a1 15149 (set) 2>&1 |
81ecdfbb
RW
15150 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15151 *${as_nl}ac_space=\ *)
15152 # `set' does not quote correctly, so add quotes: double-quote
15153 # substitution turns \\\\ into \\, and sed turns \\ into \.
5464f5a1
NN
15154 sed -n \
15155 "s/'/'\\\\''/g;
15156 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 15157 ;; #(
5464f5a1
NN
15158 *)
15159 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 15160 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
5464f5a1 15161 ;;
81ecdfbb
RW
15162 esac |
15163 sort
15164) |
5464f5a1 15165 sed '
81ecdfbb 15166 /^ac_cv_env_/b end
5464f5a1 15167 t clear
81ecdfbb 15168 :clear
5464f5a1
NN
15169 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15170 t end
81ecdfbb
RW
15171 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15172 :end' >>confcache
15173if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15174 if test -w "$cache_file"; then
d0ac1c44 15175 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
15176 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15177$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
15178 if test ! -f "$cache_file" || test -h "$cache_file"; then
15179 cat confcache >"$cache_file"
15180 else
15181 case $cache_file in #(
15182 */* | ?:*)
15183 mv -f confcache "$cache_file"$$ &&
15184 mv -f "$cache_file"$$ "$cache_file" ;; #(
15185 *)
15186 mv -f confcache "$cache_file" ;;
15187 esac
15188 fi
15189 fi
5464f5a1 15190 else
81ecdfbb
RW
15191 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15192$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
5464f5a1
NN
15193 fi
15194fi
15195rm -f confcache
15196
15197test "x$prefix" = xNONE && prefix=$ac_default_prefix
15198# Let make expand exec_prefix.
15199test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15200
5464f5a1
NN
15201DEFS=-DHAVE_CONFIG_H
15202
15203ac_libobjs=
15204ac_ltlibobjs=
d0ac1c44 15205U=
5464f5a1
NN
15206for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15207 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
15208 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15209 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15210 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15211 # will be set to the directory where LIBOBJS objects are built.
15212 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15213 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
5464f5a1
NN
15214done
15215LIBOBJS=$ac_libobjs
15216
15217LTLIBOBJS=$ac_ltlibobjs
15218
15219
d0ac1c44
SM
15220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15221$as_echo_n "checking that generated files are newer than configure... " >&6; }
15222 if test -n "$am_sleep_pid"; then
15223 # Hide warnings about reused PIDs.
15224 wait $am_sleep_pid 2>/dev/null
15225 fi
15226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15227$as_echo "done" >&6; }
81ecdfbb
RW
15228 if test -n "$EXEEXT"; then
15229 am__EXEEXT_TRUE=
15230 am__EXEEXT_FALSE='#'
15231else
15232 am__EXEEXT_TRUE='#'
15233 am__EXEEXT_FALSE=
f5385ebf 15234fi
81ecdfbb 15235
83c79df8
AM
15236if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15237 as_fn_error $? "conditional \"AMDEP\" was never defined.
15238Usually this means the macro was only invoked conditionally." "$LINENO" 5
15239fi
15240if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15241 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15242Usually this means the macro was only invoked conditionally." "$LINENO" 5
15243fi
ce3c775b 15244if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 15245 as_fn_error $? "conditional \"PLUGINS\" was never defined.
81ecdfbb 15246Usually this means the macro was only invoked conditionally." "$LINENO" 5
ce3c775b 15247fi
1d5269c9
MF
15248if test -z "${ENABLE_BFD_64_BIT_TRUE}" && test -z "${ENABLE_BFD_64_BIT_FALSE}"; then
15249 as_fn_error $? "conditional \"ENABLE_BFD_64_BIT\" was never defined.
15250Usually this means the macro was only invoked conditionally." "$LINENO" 5
15251fi
f5385ebf 15252if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 15253 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
81ecdfbb 15254Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf 15255fi
d5fbea21 15256if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
d0ac1c44 15257 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
81ecdfbb 15258Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 15259fi
f5385ebf 15260if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
d0ac1c44 15261 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
81ecdfbb 15262Usually this means the macro was only invoked conditionally." "$LINENO" 5
f5385ebf 15263fi
5464f5a1 15264
d0ac1c44 15265: "${CONFIG_STATUS=./config.status}"
81ecdfbb 15266ac_write_fail=0
5464f5a1
NN
15267ac_clean_files_save=$ac_clean_files
15268ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
15269{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15270$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15271as_write_fail=0
15272cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
5464f5a1
NN
15273#! $SHELL
15274# Generated by $as_me.
15275# Run this file to recreate the current configuration.
15276# Compiler output produced by configure, useful for debugging
15277# configure, is in config.log if it exists.
15278
15279debug=false
15280ac_cs_recheck=false
15281ac_cs_silent=false
5464f5a1 15282
81ecdfbb
RW
15283SHELL=\${CONFIG_SHELL-$SHELL}
15284export SHELL
15285_ASEOF
15286cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15287## -------------------- ##
15288## M4sh Initialization. ##
15289## -------------------- ##
5464f5a1 15290
81ecdfbb
RW
15291# Be more Bourne compatible
15292DUALCASE=1; export DUALCASE # for MKS sh
15293if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
5464f5a1
NN
15294 emulate sh
15295 NULLCMD=:
81ecdfbb 15296 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
5464f5a1
NN
15297 # is contrary to our usage. Disable this feature.
15298 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
15299 setopt NO_GLOB_SUBST
15300else
15301 case `(set -o) 2>/dev/null` in #(
15302 *posix*) :
15303 set -o posix ;; #(
15304 *) :
15305 ;;
15306esac
5464f5a1 15307fi
5464f5a1 15308
81ecdfbb
RW
15309
15310as_nl='
15311'
15312export as_nl
15313# Printing a long string crashes Solaris 7 /usr/bin/printf.
15314as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15315as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15316as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15317# Prefer a ksh shell builtin over an external printf program on Solaris,
15318# but without wasting forks for bash or zsh.
15319if test -z "$BASH_VERSION$ZSH_VERSION" \
15320 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15321 as_echo='print -r --'
15322 as_echo_n='print -rn --'
15323elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15324 as_echo='printf %s\n'
15325 as_echo_n='printf %s'
15326else
15327 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15328 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15329 as_echo_n='/usr/ucb/echo -n'
15330 else
15331 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15332 as_echo_n_body='eval
15333 arg=$1;
15334 case $arg in #(
15335 *"$as_nl"*)
15336 expr "X$arg" : "X\\(.*\\)$as_nl";
15337 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15338 esac;
15339 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15340 '
15341 export as_echo_n_body
15342 as_echo_n='sh -c $as_echo_n_body as_echo'
15343 fi
15344 export as_echo_body
15345 as_echo='sh -c $as_echo_body as_echo'
15346fi
15347
15348# The user is always right.
15349if test "${PATH_SEPARATOR+set}" != set; then
15350 PATH_SEPARATOR=:
15351 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15352 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15353 PATH_SEPARATOR=';'
15354 }
5464f5a1
NN
15355fi
15356
15357
81ecdfbb
RW
15358# IFS
15359# We need space, tab and new line, in precisely that order. Quoting is
15360# there to prevent editors from complaining about space-tab.
15361# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15362# splitting by setting IFS to empty value.)
15363IFS=" "" $as_nl"
15364
15365# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 15366as_myself=
81ecdfbb
RW
15367case $0 in #((
15368 *[\\/]* ) as_myself=$0 ;;
15369 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15370for as_dir in $PATH
15371do
15372 IFS=$as_save_IFS
15373 test -z "$as_dir" && as_dir=.
15374 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15375 done
15376IFS=$as_save_IFS
15377
15378 ;;
15379esac
15380# We did not find ourselves, most probably we were run as `sh COMMAND'
15381# in which case we are not to be found in the path.
15382if test "x$as_myself" = x; then
15383 as_myself=$0
15384fi
15385if test ! -f "$as_myself"; then
15386 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15387 exit 1
15388fi
15389
15390# Unset variables that we do not need and which cause bugs (e.g. in
15391# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15392# suppresses any "Segmentation fault" message there. '((' could
15393# trigger a bug in pdksh 5.2.14.
15394for as_var in BASH_ENV ENV MAIL MAILPATH
15395do eval test x\${$as_var+set} = xset \
15396 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15397done
5464f5a1
NN
15398PS1='$ '
15399PS2='> '
15400PS4='+ '
15401
15402# NLS nuisances.
81ecdfbb
RW
15403LC_ALL=C
15404export LC_ALL
15405LANGUAGE=C
15406export LANGUAGE
15407
15408# CDPATH.
15409(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15410
15411
d0ac1c44
SM
15412# as_fn_error STATUS ERROR [LINENO LOG_FD]
15413# ----------------------------------------
81ecdfbb
RW
15414# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15415# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 15416# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
15417as_fn_error ()
15418{
d0ac1c44
SM
15419 as_status=$1; test $as_status -eq 0 && as_status=1
15420 if test "$4"; then
15421 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15422 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
5464f5a1 15423 fi
d0ac1c44 15424 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
15425 as_fn_exit $as_status
15426} # as_fn_error
15427
15428
15429# as_fn_set_status STATUS
15430# -----------------------
15431# Set $? to STATUS, without forking.
15432as_fn_set_status ()
15433{
15434 return $1
15435} # as_fn_set_status
15436
15437# as_fn_exit STATUS
15438# -----------------
15439# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15440as_fn_exit ()
15441{
15442 set +e
15443 as_fn_set_status $1
15444 exit $1
15445} # as_fn_exit
15446
15447# as_fn_unset VAR
15448# ---------------
15449# Portably unset VAR.
15450as_fn_unset ()
15451{
15452 { eval $1=; unset $1;}
15453}
15454as_unset=as_fn_unset
15455# as_fn_append VAR VALUE
15456# ----------------------
15457# Append the text in VALUE to the end of the definition contained in VAR. Take
15458# advantage of any shell optimizations that allow amortized linear growth over
15459# repeated appends, instead of the typical quadratic growth present in naive
15460# implementations.
15461if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15462 eval 'as_fn_append ()
15463 {
15464 eval $1+=\$2
15465 }'
15466else
15467 as_fn_append ()
15468 {
15469 eval $1=\$$1\$2
15470 }
15471fi # as_fn_append
15472
15473# as_fn_arith ARG...
15474# ------------------
15475# Perform arithmetic evaluation on the ARGs, and store the result in the
15476# global $as_val. Take advantage of shells that can avoid forks. The arguments
15477# must be portable across $(()) and expr.
15478if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15479 eval 'as_fn_arith ()
15480 {
15481 as_val=$(( $* ))
15482 }'
15483else
15484 as_fn_arith ()
15485 {
15486 as_val=`expr "$@" || test $? -eq 1`
15487 }
15488fi # as_fn_arith
15489
5464f5a1 15490
81ecdfbb
RW
15491if expr a : '\(a\)' >/dev/null 2>&1 &&
15492 test "X`expr 00001 : '.*\(...\)'`" = X001; then
5464f5a1
NN
15493 as_expr=expr
15494else
15495 as_expr=false
15496fi
15497
81ecdfbb 15498if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
5464f5a1
NN
15499 as_basename=basename
15500else
15501 as_basename=false
15502fi
252b5132 15503
81ecdfbb
RW
15504if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15505 as_dirname=dirname
15506else
15507 as_dirname=false
15508fi
6be7c12c 15509
81ecdfbb 15510as_me=`$as_basename -- "$0" ||
5464f5a1
NN
15511$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15512 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15513 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15514$as_echo X/"$0" |
15515 sed '/^.*\/\([^/][^/]*\)\/*$/{
15516 s//\1/
15517 q
15518 }
15519 /^X\/\(\/\/\)$/{
15520 s//\1/
15521 q
15522 }
15523 /^X\/\(\/\).*/{
15524 s//\1/
15525 q
15526 }
15527 s/.*/./; q'`
5464f5a1 15528
5464f5a1
NN
15529# Avoid depending upon Character Ranges.
15530as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15531as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15532as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15533as_cr_digits='0123456789'
15534as_cr_alnum=$as_cr_Letters$as_cr_digits
15535
81ecdfbb
RW
15536ECHO_C= ECHO_N= ECHO_T=
15537case `echo -n x` in #(((((
15538-n*)
15539 case `echo 'xy\c'` in
15540 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15541 xy) ECHO_C='\c';;
15542 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15543 ECHO_T=' ';;
15544 esac;;
15545*)
15546 ECHO_N='-n';;
5464f5a1
NN
15547esac
15548
81ecdfbb
RW
15549rm -f conf$$ conf$$.exe conf$$.file
15550if test -d conf$$.dir; then
15551 rm -f conf$$.dir/conf$$.file
252b5132 15552else
81ecdfbb
RW
15553 rm -f conf$$.dir
15554 mkdir conf$$.dir 2>/dev/null
252b5132 15555fi
81ecdfbb
RW
15556if (echo >conf$$.file) 2>/dev/null; then
15557 if ln -s conf$$.file conf$$ 2>/dev/null; then
5464f5a1 15558 as_ln_s='ln -s'
81ecdfbb
RW
15559 # ... but there are two gotchas:
15560 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15561 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 15562 # In both cases, we have to default to `cp -pR'.
81ecdfbb 15563 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 15564 as_ln_s='cp -pR'
81ecdfbb
RW
15565 elif ln conf$$.file conf$$ 2>/dev/null; then
15566 as_ln_s=ln
15567 else
d0ac1c44 15568 as_ln_s='cp -pR'
5464f5a1 15569 fi
5464f5a1 15570else
d0ac1c44 15571 as_ln_s='cp -pR'
252b5132 15572fi
81ecdfbb
RW
15573rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15574rmdir conf$$.dir 2>/dev/null
15575
15576
15577# as_fn_mkdir_p
15578# -------------
15579# Create "$as_dir" as a directory, including parents if necessary.
15580as_fn_mkdir_p ()
15581{
15582
15583 case $as_dir in #(
15584 -*) as_dir=./$as_dir;;
15585 esac
15586 test -d "$as_dir" || eval $as_mkdir_p || {
15587 as_dirs=
15588 while :; do
15589 case $as_dir in #(
15590 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15591 *) as_qdir=$as_dir;;
15592 esac
15593 as_dirs="'$as_qdir' $as_dirs"
15594 as_dir=`$as_dirname -- "$as_dir" ||
15595$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15596 X"$as_dir" : 'X\(//\)[^/]' \| \
15597 X"$as_dir" : 'X\(//\)$' \| \
15598 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15599$as_echo X"$as_dir" |
15600 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15601 s//\1/
15602 q
15603 }
15604 /^X\(\/\/\)[^/].*/{
15605 s//\1/
15606 q
15607 }
15608 /^X\(\/\/\)$/{
15609 s//\1/
15610 q
15611 }
15612 /^X\(\/\).*/{
15613 s//\1/
15614 q
15615 }
15616 s/.*/./; q'`
15617 test -d "$as_dir" && break
15618 done
15619 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 15620 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 15621
6be7c12c 15622
81ecdfbb 15623} # as_fn_mkdir_p
5464f5a1 15624if mkdir -p . 2>/dev/null; then
81ecdfbb 15625 as_mkdir_p='mkdir -p "$as_dir"'
5464f5a1
NN
15626else
15627 test -d ./-p && rmdir ./-p
15628 as_mkdir_p=false
252b5132 15629fi
81ecdfbb 15630
d0ac1c44
SM
15631
15632# as_fn_executable_p FILE
15633# -----------------------
15634# Test if FILE is an executable regular file.
15635as_fn_executable_p ()
15636{
15637 test -f "$1" && test -x "$1"
15638} # as_fn_executable_p
15639as_test_x='test -x'
15640as_executable_p=as_fn_executable_p
252b5132 15641
5464f5a1
NN
15642# Sed expression to map a string onto a valid CPP name.
15643as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
252b5132 15644
5464f5a1
NN
15645# Sed expression to map a string onto a valid variable name.
15646as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6be7c12c 15647
252b5132 15648
5464f5a1 15649exec 6>&1
81ecdfbb
RW
15650## ----------------------------------- ##
15651## Main body of $CONFIG_STATUS script. ##
15652## ----------------------------------- ##
15653_ASEOF
15654test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
5464f5a1 15655
81ecdfbb
RW
15656cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15657# Save the log message, to keep $0 and so on meaningful, and to
5464f5a1 15658# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15659# values after options handling.
15660ac_log="
f908e960 15661This file was extended by bfd $as_me 2.38.50, which was
d0ac1c44 15662generated by GNU Autoconf 2.69. Invocation command line was
5464f5a1
NN
15663
15664 CONFIG_FILES = $CONFIG_FILES
15665 CONFIG_HEADERS = $CONFIG_HEADERS
15666 CONFIG_LINKS = $CONFIG_LINKS
15667 CONFIG_COMMANDS = $CONFIG_COMMANDS
15668 $ $0 $@
15669
81ecdfbb
RW
15670on `(hostname || uname -n) 2>/dev/null | sed 1q`
15671"
15672
5464f5a1
NN
15673_ACEOF
15674
81ecdfbb
RW
15675case $ac_config_files in *"
15676"*) set x $ac_config_files; shift; ac_config_files=$*;;
15677esac
5464f5a1 15678
81ecdfbb
RW
15679case $ac_config_headers in *"
15680"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15681esac
252b5132 15682
252b5132 15683
81ecdfbb
RW
15684cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15685# Files that config.status was made for.
15686config_files="$ac_config_files"
15687config_headers="$ac_config_headers"
15688config_commands="$ac_config_commands"
252b5132 15689
81ecdfbb 15690_ACEOF
5464f5a1 15691
81ecdfbb 15692cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1 15693ac_cs_usage="\
81ecdfbb
RW
15694\`$as_me' instantiates files and other configuration actions
15695from templates according to the current configuration. Unless the files
15696and actions are specified as TAGs, all are instantiated by default.
5464f5a1 15697
81ecdfbb 15698Usage: $0 [OPTION]... [TAG]...
5464f5a1
NN
15699
15700 -h, --help print this help, then exit
81ecdfbb 15701 -V, --version print version number and configuration settings, then exit
d0ac1c44 15702 --config print configuration, then exit
81ecdfbb
RW
15703 -q, --quiet, --silent
15704 do not print progress messages
5464f5a1
NN
15705 -d, --debug don't remove temporary files
15706 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15707 --file=FILE[:TEMPLATE]
15708 instantiate the configuration file FILE
15709 --header=FILE[:TEMPLATE]
15710 instantiate the configuration header FILE
5464f5a1
NN
15711
15712Configuration files:
15713$config_files
15714
15715Configuration headers:
15716$config_headers
15717
15718Configuration commands:
15719$config_commands
15720
81ecdfbb 15721Report bugs to the package provider."
5464f5a1 15722
81ecdfbb
RW
15723_ACEOF
15724cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15725ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
5464f5a1 15726ac_cs_version="\\
f908e960 15727bfd config.status 2.38.50
d0ac1c44
SM
15728configured by $0, generated by GNU Autoconf 2.69,
15729 with options \\"\$ac_cs_config\\"
5464f5a1 15730
d0ac1c44 15731Copyright (C) 2012 Free Software Foundation, Inc.
5464f5a1
NN
15732This config.status script is free software; the Free Software Foundation
15733gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15734
15735ac_pwd='$ac_pwd'
15736srcdir='$srcdir'
15737INSTALL='$INSTALL'
15738MKDIR_P='$MKDIR_P'
15739AWK='$AWK'
15740test -n "\$AWK" || AWK=awk
5464f5a1
NN
15741_ACEOF
15742
81ecdfbb
RW
15743cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15744# The default lists apply if the user does not specify any file.
5464f5a1
NN
15745ac_need_defaults=:
15746while test $# != 0
15747do
15748 case $1 in
d0ac1c44 15749 --*=?*)
81ecdfbb
RW
15750 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15751 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
5464f5a1 15752 ac_shift=:
6be7c12c 15753 ;;
d0ac1c44
SM
15754 --*=)
15755 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15756 ac_optarg=
15757 ac_shift=:
15758 ;;
81ecdfbb 15759 *)
5464f5a1
NN
15760 ac_option=$1
15761 ac_optarg=$2
15762 ac_shift=shift
6be7c12c 15763 ;;
5464f5a1 15764 esac
252b5132 15765
5464f5a1
NN
15766 case $ac_option in
15767 # Handling of the options.
5464f5a1
NN
15768 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15769 ac_cs_recheck=: ;;
81ecdfbb
RW
15770 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15771 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
15772 --config | --confi | --conf | --con | --co | --c )
15773 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 15774 --debug | --debu | --deb | --de | --d | -d )
5464f5a1
NN
15775 debug=: ;;
15776 --file | --fil | --fi | --f )
15777 $ac_shift
81ecdfbb
RW
15778 case $ac_optarg in
15779 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 15780 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
15781 esac
15782 as_fn_append CONFIG_FILES " '$ac_optarg'"
5464f5a1
NN
15783 ac_need_defaults=false;;
15784 --header | --heade | --head | --hea )
15785 $ac_shift
81ecdfbb
RW
15786 case $ac_optarg in
15787 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15788 esac
15789 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
5464f5a1 15790 ac_need_defaults=false;;
81ecdfbb
RW
15791 --he | --h)
15792 # Conflict between --help and --header
d0ac1c44 15793 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
15794Try \`$0 --help' for more information.";;
15795 --help | --hel | -h )
15796 $as_echo "$ac_cs_usage"; exit ;;
5464f5a1
NN
15797 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15798 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15799 ac_cs_silent=: ;;
6be7c12c 15800
5464f5a1 15801 # This is an error.
d0ac1c44 15802 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 15803Try \`$0 --help' for more information." ;;
252b5132 15804
81ecdfbb
RW
15805 *) as_fn_append ac_config_targets " $1"
15806 ac_need_defaults=false ;;
252b5132 15807
5464f5a1
NN
15808 esac
15809 shift
15810done
6be7c12c 15811
5464f5a1 15812ac_configure_extra_args=
252b5132 15813
5464f5a1
NN
15814if $ac_cs_silent; then
15815 exec 6>/dev/null
15816 ac_configure_extra_args="$ac_configure_extra_args --silent"
15817fi
6be7c12c 15818
5464f5a1 15819_ACEOF
81ecdfbb 15820cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5464f5a1 15821if \$ac_cs_recheck; then
d0ac1c44 15822 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
15823 shift
15824 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15825 CONFIG_SHELL='$SHELL'
15826 export CONFIG_SHELL
15827 exec "\$@"
5464f5a1
NN
15828fi
15829
15830_ACEOF
81ecdfbb
RW
15831cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15832exec 5>>config.log
15833{
15834 echo
15835 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15836## Running $as_me. ##
15837_ASBOX
15838 $as_echo "$ac_log"
15839} >&5
5464f5a1 15840
81ecdfbb
RW
15841_ACEOF
15842cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6be7c12c 15843#
81ecdfbb 15844# INIT-COMMANDS
6be7c12c 15845#
f5385ebf 15846AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15847
15848
15849# The HP-UX ksh and POSIX shell print the target directory to stdout
15850# if CDPATH is set.
15851(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15852
15853sed_quote_subst='$sed_quote_subst'
15854double_quote_subst='$double_quote_subst'
15855delay_variable_subst='$delay_variable_subst'
3725885a
RW
15856enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15857macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15858macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15859enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15860pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15861enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15862SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15863ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15864host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15865host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15866host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15867build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15868build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15869build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15870SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15871Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15872GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15873EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15874FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15875LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15876NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15877LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15878max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15879ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15880exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15881lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15882lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15883lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15884reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15885reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15886OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15887deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15888file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15889AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15890AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15891STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15892RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15893old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15894old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15895old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15896lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15897CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15898CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15899compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15900GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15901lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15902lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15903lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15904lt_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"`'
15905objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15906MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15907lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15908lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15909lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15910lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15911lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15912need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15913DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15914NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15915LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15916OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15917OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15918libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15919shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15920extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15921archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15922enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15923export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15924whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15925compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15926old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15927old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15928archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15929archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15930module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15931module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15932with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15933allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15934no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15935hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15936hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15937hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15938hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15939hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15940hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15941hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15942hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15943inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15944link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15945fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15946always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15947export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15948exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15949include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15950prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15951file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15952variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15953need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15954need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15955version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15956runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15957shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15958shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15959libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15960library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15961soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15962install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15963postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15964postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15965finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15966finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15967hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15968sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15969sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15970hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15971enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15972enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15973enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15974old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15975striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
15976
15977LTCC='$LTCC'
15978LTCFLAGS='$LTCFLAGS'
15979compiler='$compiler_DEFAULT'
15980
3725885a
RW
15981# A function that is used when there is no print builtin or printf.
15982func_fallback_echo ()
15983{
15984 eval 'cat <<_LTECHO_EOF
15985\$1
15986_LTECHO_EOF'
15987}
15988
d7040cdb 15989# Quote evaled strings.
3725885a
RW
15990for var in SHELL \
15991ECHO \
15992SED \
d7040cdb
SE
15993GREP \
15994EGREP \
15995FGREP \
15996LD \
15997NM \
15998LN_S \
15999lt_SP2NL \
16000lt_NL2SP \
16001reload_flag \
718a6fd8 16002OBJDUMP \
d7040cdb
SE
16003deplibs_check_method \
16004file_magic_cmd \
16005AR \
16006AR_FLAGS \
16007STRIP \
16008RANLIB \
16009CC \
16010CFLAGS \
16011compiler \
16012lt_cv_sys_global_symbol_pipe \
16013lt_cv_sys_global_symbol_to_cdecl \
16014lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 16015lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb
SE
16016lt_prog_compiler_no_builtin_flag \
16017lt_prog_compiler_wl \
16018lt_prog_compiler_pic \
16019lt_prog_compiler_static \
16020lt_cv_prog_compiler_c_o \
16021need_locks \
718a6fd8
SE
16022DSYMUTIL \
16023NMEDIT \
16024LIPO \
16025OTOOL \
16026OTOOL64 \
d7040cdb
SE
16027shrext_cmds \
16028export_dynamic_flag_spec \
16029whole_archive_flag_spec \
16030compiler_needs_object \
16031with_gnu_ld \
16032allow_undefined_flag \
16033no_undefined_flag \
16034hardcode_libdir_flag_spec \
16035hardcode_libdir_flag_spec_ld \
16036hardcode_libdir_separator \
16037fix_srcfile_path \
16038exclude_expsyms \
16039include_expsyms \
16040file_list_spec \
16041variables_saved_for_relink \
16042libname_spec \
16043library_names_spec \
16044soname_spec \
3725885a 16045install_override_mode \
d7040cdb
SE
16046finish_eval \
16047old_striplib \
16048striplib; do
3725885a 16049 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16050 *[\\\\\\\`\\"\\\$]*)
3725885a 16051 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
16052 ;;
16053 *)
16054 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16055 ;;
16056 esac
16057done
16058
16059# Double-quote double-evaled strings.
16060for var in reload_cmds \
16061old_postinstall_cmds \
16062old_postuninstall_cmds \
16063old_archive_cmds \
16064extract_expsyms_cmds \
16065old_archive_from_new_cmds \
16066old_archive_from_expsyms_cmds \
16067archive_cmds \
16068archive_expsym_cmds \
16069module_cmds \
16070module_expsym_cmds \
16071export_symbols_cmds \
16072prelink_cmds \
16073postinstall_cmds \
16074postuninstall_cmds \
16075finish_cmds \
16076sys_lib_search_path_spec \
16077sys_lib_dlsearch_path_spec; do
3725885a 16078 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16079 *[\\\\\\\`\\"\\\$]*)
3725885a 16080 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
16081 ;;
16082 *)
16083 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16084 ;;
16085 esac
16086done
16087
d7040cdb
SE
16088ac_aux_dir='$ac_aux_dir'
16089xsi_shell='$xsi_shell'
16090lt_shell_append='$lt_shell_append'
16091
16092# See if we are running on zsh, and set the options which allow our
16093# commands through without removal of \ escapes INIT.
16094if test -n "\${ZSH_VERSION+set}" ; then
16095 setopt NO_GLOB_SUBST
16096fi
16097
16098
16099 PACKAGE='$PACKAGE'
16100 VERSION='$VERSION'
16101 TIMESTAMP='$TIMESTAMP'
16102 RM='$RM'
16103 ofile='$ofile'
16104
16105
16106
20e95c23
DJ
16107# Capture the value of obsolete ALL_LINGUAS because we need it to compute
16108 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16109 # from automake.
16110 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16111 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16112 LINGUAS="${LINGUAS-%UNSET%}"
16113
5464f5a1
NN
16114
16115
16116_ACEOF
16117
81ecdfbb 16118cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1 16119
81ecdfbb 16120# Handling of arguments.
5464f5a1 16121for ac_config_target in $ac_config_targets
252b5132 16122do
81ecdfbb
RW
16123 case $ac_config_target in
16124 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16125 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16126 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16127 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
81ecdfbb 16128 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
81ecdfbb
RW
16129 "bfd-in3.h") CONFIG_FILES="$CONFIG_FILES bfd-in3.h:bfd-in2.h" ;;
16130 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16131 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16132
d0ac1c44 16133 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
252b5132
RH
16134 esac
16135done
16136
81ecdfbb 16137
5464f5a1
NN
16138# If the user did not use the arguments to specify the items to instantiate,
16139# then the envvar interface is used. Set only those that are not.
16140# We use the long form for the default assignment because of an extremely
16141# bizarre bug on SunOS 4.1.3.
16142if $ac_need_defaults; then
16143 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16144 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16145 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16146fi
16147
16148# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 16149# simply because there is no reason against having it here, and in addition,
5464f5a1 16150# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
16151# Hook for its removal unless debugging.
16152# Note that there is a small window in which the directory will not be cleaned:
16153# after its creation but before its name has been assigned to `$tmp'.
5464f5a1
NN
16154$debug ||
16155{
d0ac1c44 16156 tmp= ac_tmp=
81ecdfbb 16157 trap 'exit_status=$?
d0ac1c44
SM
16158 : "${ac_tmp:=$tmp}"
16159 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
16160' 0
16161 trap 'as_fn_exit 1' 1 2 13 15
5464f5a1 16162}
5464f5a1 16163# Create a (secure) tmp directory for tmp files.
b3baf5d0 16164
5464f5a1 16165{
81ecdfbb 16166 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 16167 test -d "$tmp"
5464f5a1
NN
16168} ||
16169{
81ecdfbb
RW
16170 tmp=./conf$$-$RANDOM
16171 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
16172} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16173ac_tmp=$tmp
81ecdfbb
RW
16174
16175# Set up the scripts for CONFIG_FILES section.
16176# No need to generate them if there are no CONFIG_FILES.
16177# This happens for instance with `./config.status config.h'.
16178if test -n "$CONFIG_FILES"; then
16179
16180
16181ac_cr=`echo X | tr X '\015'`
16182# On cygwin, bash can eat \r inside `` if the user requested igncr.
16183# But we know of no other shell where ac_cr would be empty at this
16184# point, so we can use a bashism as a fallback.
16185if test "x$ac_cr" = x; then
16186 eval ac_cr=\$\'\\r\'
16187fi
16188ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16189if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 16190 ac_cs_awk_cr='\\r'
81ecdfbb
RW
16191else
16192 ac_cs_awk_cr=$ac_cr
16193fi
16194
d0ac1c44 16195echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
16196_ACEOF
16197
16198
16199{
16200 echo "cat >conf$$subs.awk <<_ACEOF" &&
16201 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16202 echo "_ACEOF"
16203} >conf$$subs.sh ||
d0ac1c44
SM
16204 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16205ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
16206ac_delim='%!_!# '
16207for ac_last_try in false false false false false :; do
16208 . ./conf$$subs.sh ||
d0ac1c44 16209 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
16210
16211 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16212 if test $ac_delim_n = $ac_delim_num; then
16213 break
16214 elif $ac_last_try; then
d0ac1c44 16215 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
16216 else
16217 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16218 fi
16219done
16220rm -f conf$$subs.sh
16221
16222cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 16223cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
16224_ACEOF
16225sed -n '
16226h
16227s/^/S["/; s/!.*/"]=/
16228p
16229g
16230s/^[^!]*!//
16231:repl
16232t repl
16233s/'"$ac_delim"'$//
16234t delim
16235:nl
16236h
d0ac1c44 16237s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
16238t more1
16239s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16240p
16241n
16242b repl
16243:more1
16244s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16245p
16246g
16247s/.\{148\}//
16248t nl
16249:delim
16250h
d0ac1c44 16251s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
16252t more2
16253s/["\\]/\\&/g; s/^/"/; s/$/"/
16254p
16255b
16256:more2
16257s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16258p
16259g
16260s/.\{148\}//
16261t delim
16262' <conf$$subs.awk | sed '
16263/^[^""]/{
16264 N
16265 s/\n//
16266}
16267' >>$CONFIG_STATUS || ac_write_fail=1
16268rm -f conf$$subs.awk
16269cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16270_ACAWK
d0ac1c44 16271cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
16272 for (key in S) S_is_set[key] = 1
16273 FS = "\a"
16274
16275}
5464f5a1 16276{
81ecdfbb
RW
16277 line = $ 0
16278 nfields = split(line, field, "@")
16279 substed = 0
16280 len = length(field[1])
16281 for (i = 2; i < nfields; i++) {
16282 key = field[i]
16283 keylen = length(key)
16284 if (S_is_set[key]) {
16285 value = S[key]
16286 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16287 len += length(value) + length(field[++i])
16288 substed = 1
16289 } else
16290 len += 1 + keylen
16291 }
16292
16293 print line
5464f5a1
NN
16294}
16295
81ecdfbb
RW
16296_ACAWK
16297_ACEOF
16298cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16299if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16300 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16301else
16302 cat
d0ac1c44
SM
16303fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16304 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5464f5a1
NN
16305_ACEOF
16306
d0ac1c44
SM
16307# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16308# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
16309# trailing colons and then remove the whole line if VPATH becomes empty
16310# (actually we leave an empty line to preserve line numbers).
16311if test "x$srcdir" = x.; then
d0ac1c44
SM
16312 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16313h
16314s///
16315s/^/:/
16316s/[ ]*$/:/
16317s/:\$(srcdir):/:/g
16318s/:\${srcdir}:/:/g
16319s/:@srcdir@:/:/g
16320s/^:*//
81ecdfbb 16321s/:*$//
d0ac1c44
SM
16322x
16323s/\(=[ ]*\).*/\1/
16324G
16325s/\n//
81ecdfbb
RW
16326s/^[^=]*=[ ]*$//
16327}'
16328fi
b3baf5d0 16329
81ecdfbb
RW
16330cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16331fi # test -n "$CONFIG_FILES"
252b5132 16332
81ecdfbb
RW
16333# Set up the scripts for CONFIG_HEADERS section.
16334# No need to generate them if there are no CONFIG_HEADERS.
16335# This happens for instance with `./config.status Makefile'.
16336if test -n "$CONFIG_HEADERS"; then
d0ac1c44 16337cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb 16338BEGIN {
5464f5a1
NN
16339_ACEOF
16340
81ecdfbb
RW
16341# Transform confdefs.h into an awk script `defines.awk', embedded as
16342# here-document in config.status, that substitutes the proper values into
16343# config.h.in to produce config.h.
16344
16345# Create a delimiter string that does not exist in confdefs.h, to ease
16346# handling of long lines.
16347ac_delim='%!_!# '
16348for ac_last_try in false false :; do
d0ac1c44
SM
16349 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16350 if test -z "$ac_tt"; then
81ecdfbb
RW
16351 break
16352 elif $ac_last_try; then
d0ac1c44 16353 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
81ecdfbb
RW
16354 else
16355 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 16356 fi
81ecdfbb 16357done
6be7c12c 16358
81ecdfbb
RW
16359# For the awk script, D is an array of macro values keyed by name,
16360# likewise P contains macro parameters if any. Preserve backslash
16361# newline sequences.
16362
16363ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16364sed -n '
16365s/.\{148\}/&'"$ac_delim"'/g
16366t rset
16367:rset
16368s/^[ ]*#[ ]*define[ ][ ]*/ /
16369t def
16370d
16371:def
16372s/\\$//
16373t bsnl
16374s/["\\]/\\&/g
16375s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16376D["\1"]=" \3"/p
16377s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16378d
16379:bsnl
16380s/["\\]/\\&/g
16381s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16382D["\1"]=" \3\\\\\\n"\\/p
16383t cont
16384s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16385t cont
16386d
16387:cont
16388n
16389s/.\{148\}/&'"$ac_delim"'/g
16390t clear
16391:clear
16392s/\\$//
16393t bsnlc
16394s/["\\]/\\&/g; s/^/"/; s/$/"/p
16395d
16396:bsnlc
16397s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16398b cont
16399' <confdefs.h | sed '
16400s/'"$ac_delim"'/"\\\
16401"/g' >>$CONFIG_STATUS || ac_write_fail=1
16402
16403cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16404 for (key in D) D_is_set[key] = 1
16405 FS = "\a"
16406}
16407/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16408 line = \$ 0
16409 split(line, arg, " ")
16410 if (arg[1] == "#") {
16411 defundef = arg[2]
16412 mac1 = arg[3]
16413 } else {
16414 defundef = substr(arg[1], 2)
16415 mac1 = arg[2]
16416 }
16417 split(mac1, mac2, "(") #)
16418 macro = mac2[1]
16419 prefix = substr(line, 1, index(line, defundef) - 1)
16420 if (D_is_set[macro]) {
16421 # Preserve the white space surrounding the "#".
16422 print prefix "define", macro P[macro] D[macro]
16423 next
16424 } else {
16425 # Replace #undef with comments. This is necessary, for example,
16426 # in the case of _POSIX_SOURCE, which is predefined and required
16427 # on some systems where configure will not decide to define it.
16428 if (defundef == "undef") {
16429 print "/*", prefix defundef, macro, "*/"
16430 next
16431 }
16432 }
16433}
16434{ print }
16435_ACAWK
5464f5a1 16436_ACEOF
81ecdfbb 16437cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 16438 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb
RW
16439fi # test -n "$CONFIG_HEADERS"
16440
16441
16442eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16443shift
16444for ac_tag
16445do
16446 case $ac_tag in
16447 :[FHLC]) ac_mode=$ac_tag; continue;;
16448 esac
16449 case $ac_mode$ac_tag in
16450 :[FHL]*:*);;
d0ac1c44 16451 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
16452 :[FH]-) ac_tag=-:-;;
16453 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16454 esac
16455 ac_save_IFS=$IFS
16456 IFS=:
16457 set x $ac_tag
16458 IFS=$ac_save_IFS
16459 shift
16460 ac_file=$1
16461 shift
16462
16463 case $ac_mode in
16464 :L) ac_source=$1;;
16465 :[FH])
16466 ac_file_inputs=
16467 for ac_f
16468 do
16469 case $ac_f in
d0ac1c44 16470 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
16471 *) # Look for the file first in the build tree, then in the source tree
16472 # (if the path is not absolute). The absolute path cannot be DOS-style,
16473 # because $ac_f cannot contain `:'.
16474 test -f "$ac_f" ||
16475 case $ac_f in
16476 [\\/$]*) false;;
16477 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16478 esac ||
d0ac1c44 16479 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
16480 esac
16481 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16482 as_fn_append ac_file_inputs " '$ac_f'"
16483 done
16484
16485 # Let's still pretend it is `configure' which instantiates (i.e., don't
16486 # use $as_me), people would be surprised to read:
16487 # /* config.h. Generated by config.status. */
16488 configure_input='Generated from '`
16489 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16490 `' by configure.'
16491 if test x"$ac_file" != x-; then
16492 configure_input="$ac_file. $configure_input"
16493 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16494$as_echo "$as_me: creating $ac_file" >&6;}
16495 fi
16496 # Neutralize special characters interpreted by sed in replacement strings.
16497 case $configure_input in #(
16498 *\&* | *\|* | *\\* )
16499 ac_sed_conf_input=`$as_echo "$configure_input" |
16500 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16501 *) ac_sed_conf_input=$configure_input;;
16502 esac
16503
16504 case $ac_tag in
d0ac1c44
SM
16505 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16506 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
16507 esac
16508 ;;
252b5132
RH
16509 esac
16510
81ecdfbb 16511 ac_dir=`$as_dirname -- "$ac_file" ||
5464f5a1
NN
16512$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16513 X"$ac_file" : 'X\(//\)[^/]' \| \
16514 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
16515 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16516$as_echo X"$ac_file" |
16517 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16518 s//\1/
16519 q
16520 }
16521 /^X\(\/\/\)[^/].*/{
16522 s//\1/
16523 q
16524 }
16525 /^X\(\/\/\)$/{
16526 s//\1/
16527 q
16528 }
16529 /^X\(\/\).*/{
16530 s//\1/
16531 q
16532 }
16533 s/.*/./; q'`
16534 as_dir="$ac_dir"; as_fn_mkdir_p
5464f5a1
NN
16535 ac_builddir=.
16536
81ecdfbb
RW
16537case "$ac_dir" in
16538.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16539*)
16540 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16541 # A ".." for each directory in $ac_dir_suffix.
16542 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16543 case $ac_top_builddir_sub in
16544 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16545 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16546 esac ;;
16547esac
16548ac_abs_top_builddir=$ac_pwd
16549ac_abs_builddir=$ac_pwd$ac_dir_suffix
16550# for backward compatibility:
16551ac_top_builddir=$ac_top_build_prefix
252b5132 16552
5464f5a1 16553case $srcdir in
81ecdfbb 16554 .) # We are building in place.
5464f5a1 16555 ac_srcdir=.
81ecdfbb
RW
16556 ac_top_srcdir=$ac_top_builddir_sub
16557 ac_abs_top_srcdir=$ac_pwd ;;
16558 [\\/]* | ?:[\\/]* ) # Absolute name.
5464f5a1 16559 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16560 ac_top_srcdir=$srcdir
16561 ac_abs_top_srcdir=$srcdir ;;
16562 *) # Relative name.
16563 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16564 ac_top_srcdir=$ac_top_build_prefix$srcdir
16565 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5464f5a1 16566esac
81ecdfbb 16567ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 16568
252b5132 16569
81ecdfbb
RW
16570 case $ac_mode in
16571 :F)
16572 #
16573 # CONFIG_FILE
16574 #
5464f5a1
NN
16575
16576 case $INSTALL in
16577 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
16578 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16579 esac
16580 ac_MKDIR_P=$MKDIR_P
16581 case $MKDIR_P in
16582 [\\/$]* | ?:[\\/]* ) ;;
16583 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
6be7c12c 16584 esac
81ecdfbb 16585_ACEOF
252b5132 16586
81ecdfbb
RW
16587cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16588# If the template does not know about datarootdir, expand it.
16589# FIXME: This hack should be removed a few years after 2.60.
16590ac_datarootdir_hack=; ac_datarootdir_seen=
16591ac_sed_dataroot='
16592/datarootdir/ {
16593 p
16594 q
16595}
16596/@datadir@/p
16597/@docdir@/p
16598/@infodir@/p
16599/@localedir@/p
16600/@mandir@/p'
16601case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16602*datarootdir*) ac_datarootdir_seen=yes;;
16603*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16604 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16605$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16606_ACEOF
16607cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16608 ac_datarootdir_hack='
16609 s&@datadir@&$datadir&g
16610 s&@docdir@&$docdir&g
16611 s&@infodir@&$infodir&g
16612 s&@localedir@&$localedir&g
16613 s&@mandir@&$mandir&g
16614 s&\\\${datarootdir}&$datarootdir&g' ;;
16615esac
5464f5a1 16616_ACEOF
81ecdfbb
RW
16617
16618# Neutralize VPATH when `$srcdir' = `.'.
16619# Shell code in configure.ac might set extrasub.
16620# FIXME: do we really want to maintain this feature?
16621cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16622ac_sed_extra="$ac_vpsub
5464f5a1
NN
16623$extrasub
16624_ACEOF
81ecdfbb 16625cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5464f5a1
NN
16626:t
16627/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16628s|@configure_input@|$ac_sed_conf_input|;t t
16629s&@top_builddir@&$ac_top_builddir_sub&;t t
16630s&@top_build_prefix@&$ac_top_build_prefix&;t t
16631s&@srcdir@&$ac_srcdir&;t t
16632s&@abs_srcdir@&$ac_abs_srcdir&;t t
16633s&@top_srcdir@&$ac_top_srcdir&;t t
16634s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16635s&@builddir@&$ac_builddir&;t t
16636s&@abs_builddir@&$ac_abs_builddir&;t t
16637s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16638s&@INSTALL@&$ac_INSTALL&;t t
16639s&@MKDIR_P@&$ac_MKDIR_P&;t t
16640$ac_datarootdir_hack
16641"
d0ac1c44
SM
16642eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16643 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16644
16645test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
16646 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16647 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16648 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 16649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16650which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 16651$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16652which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 16653
d0ac1c44 16654 rm -f "$ac_tmp/stdin"
5464f5a1 16655 case $ac_file in
d0ac1c44
SM
16656 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16657 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 16658 esac \
d0ac1c44 16659 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16660 ;;
16661 :H)
16662 #
16663 # CONFIG_HEADER
16664 #
5464f5a1 16665 if test x"$ac_file" != x-; then
81ecdfbb
RW
16666 {
16667 $as_echo "/* $configure_input */" \
d0ac1c44
SM
16668 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16669 } >"$ac_tmp/config.h" \
16670 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16671 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
16672 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16673$as_echo "$as_me: $ac_file is unchanged" >&6;}
5464f5a1 16674 else
81ecdfbb 16675 rm -f "$ac_file"
d0ac1c44
SM
16676 mv "$ac_tmp/config.h" "$ac_file" \
16677 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
252b5132 16678 fi
5464f5a1 16679 else
81ecdfbb 16680 $as_echo "/* $configure_input */" \
d0ac1c44
SM
16681 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16682 || as_fn_error $? "could not create -" "$LINENO" 5
252b5132 16683 fi
81ecdfbb
RW
16684# Compute "$ac_file"'s index in $config_headers.
16685_am_arg="$ac_file"
f5385ebf
AM
16686_am_stamp_count=1
16687for _am_header in $config_headers :; do
16688 case $_am_header in
81ecdfbb 16689 $_am_arg | $_am_arg:* )
f5385ebf
AM
16690 break ;;
16691 * )
16692 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16693 esac
16694done
81ecdfbb
RW
16695echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16696$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16697 X"$_am_arg" : 'X\(//\)[^/]' \| \
16698 X"$_am_arg" : 'X\(//\)$' \| \
16699 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16700$as_echo X"$_am_arg" |
16701 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16702 s//\1/
16703 q
16704 }
16705 /^X\(\/\/\)[^/].*/{
16706 s//\1/
16707 q
16708 }
16709 /^X\(\/\/\)$/{
16710 s//\1/
16711 q
16712 }
16713 /^X\(\/\).*/{
16714 s//\1/
16715 q
16716 }
16717 s/.*/./; q'`/stamp-h$_am_stamp_count
16718 ;;
5464f5a1 16719
81ecdfbb
RW
16720 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16721$as_echo "$as_me: executing $ac_file commands" >&6;}
16722 ;;
16723 esac
5464f5a1
NN
16724
16725
81ecdfbb
RW
16726 case $ac_file$ac_mode in
16727 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
d0ac1c44 16728 # Older Autoconf quotes --file arguments for eval, but not when files
81ecdfbb
RW
16729 # are listed without --file. Let's play safe and only enable the eval
16730 # if we detect the quoting.
16731 case $CONFIG_FILES in
16732 *\'*) eval set x "$CONFIG_FILES" ;;
16733 *) set x $CONFIG_FILES ;;
16734 esac
16735 shift
16736 for mf
16737 do
16738 # Strip MF so we end up with the name of the file.
16739 mf=`echo "$mf" | sed -e 's/:.*$//'`
16740 # Check whether this is an Automake generated Makefile or not.
d0ac1c44 16741 # We used to match only the files named 'Makefile.in', but
81ecdfbb
RW
16742 # some people rename them; so instead we look at the file content.
16743 # Grep'ing the first line is not enough: some people post-process
16744 # each Makefile.in and add a new line on top of each file to say so.
16745 # Grep'ing the whole file is not good either: AIX grep has a line
16746 # limit of 2048, but all sed's we know have understand at least 4000.
16747 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16748 dirpart=`$as_dirname -- "$mf" ||
f5385ebf
AM
16749$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16750 X"$mf" : 'X\(//\)[^/]' \| \
16751 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
16752 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16753$as_echo X"$mf" |
16754 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16755 s//\1/
16756 q
16757 }
16758 /^X\(\/\/\)[^/].*/{
16759 s//\1/
16760 q
16761 }
16762 /^X\(\/\/\)$/{
16763 s//\1/
16764 q
16765 }
16766 /^X\(\/\).*/{
16767 s//\1/
16768 q
16769 }
16770 s/.*/./; q'`
16771 else
16772 continue
16773 fi
16774 # Extract the definition of DEPDIR, am__include, and am__quote
d0ac1c44 16775 # from the Makefile without running 'make'.
81ecdfbb
RW
16776 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16777 test -z "$DEPDIR" && continue
16778 am__include=`sed -n 's/^am__include = //p' < "$mf"`
d0ac1c44 16779 test -z "$am__include" && continue
81ecdfbb 16780 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
81ecdfbb
RW
16781 # Find all dependency output files, they are included files with
16782 # $(DEPDIR) in their names. We invoke sed twice because it is the
16783 # simplest approach to changing $(DEPDIR) to its actual value in the
16784 # expansion.
16785 for file in `sed -n "
16786 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
d0ac1c44 16787 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
81ecdfbb
RW
16788 # Make sure the directory exists.
16789 test -f "$dirpart/$file" && continue
16790 fdir=`$as_dirname -- "$file" ||
f5385ebf
AM
16791$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16792 X"$file" : 'X\(//\)[^/]' \| \
16793 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
16794 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16795$as_echo X"$file" |
16796 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16797 s//\1/
16798 q
16799 }
16800 /^X\(\/\/\)[^/].*/{
16801 s//\1/
16802 q
16803 }
16804 /^X\(\/\/\)$/{
16805 s//\1/
16806 q
16807 }
16808 /^X\(\/\).*/{
16809 s//\1/
16810 q
16811 }
16812 s/.*/./; q'`
16813 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16814 # echo "creating $dirpart/$file"
16815 echo '# dummy' > "$dirpart/$file"
f5385ebf 16816 done
f5385ebf 16817 done
81ecdfbb 16818}
d7040cdb 16819 ;;
81ecdfbb 16820 "libtool":C)
d7040cdb
SE
16821
16822 # See if we are running on zsh, and set the options which allow our
16823 # commands through without removal of \ escapes.
16824 if test -n "${ZSH_VERSION+set}" ; then
16825 setopt NO_GLOB_SUBST
16826 fi
16827
16828 cfgfile="${ofile}T"
16829 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16830 $RM "$cfgfile"
16831
16832 cat <<_LT_EOF >> "$cfgfile"
16833#! $SHELL
16834
16835# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 16836# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
16837# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16838# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16839#
718a6fd8 16840# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3725885a 16841# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 16842# Written by Gordon Matzigkeit, 1996
d7040cdb 16843#
718a6fd8 16844# This file is part of GNU Libtool.
d7040cdb 16845#
718a6fd8
SE
16846# GNU Libtool is free software; you can redistribute it and/or
16847# modify it under the terms of the GNU General Public License as
16848# published by the Free Software Foundation; either version 2 of
16849# the License, or (at your option) any later version.
d7040cdb 16850#
718a6fd8
SE
16851# As a special exception to the GNU General Public License,
16852# if you distribute this file as part of a program or library that
16853# is built using GNU Libtool, you may include this file under the
16854# same distribution terms that you use for the rest of that program.
d7040cdb 16855#
718a6fd8
SE
16856# GNU Libtool is distributed in the hope that it will be useful,
16857# but WITHOUT ANY WARRANTY; without even the implied warranty of
16858# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16859# GNU General Public License for more details.
d7040cdb 16860#
718a6fd8
SE
16861# You should have received a copy of the GNU General Public License
16862# along with GNU Libtool; see the file COPYING. If not, a copy
16863# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16864# obtained by writing to the Free Software Foundation, Inc.,
16865# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16866
16867
16868# The names of the tagged configurations supported by this script.
16869available_tags=""
16870
16871# ### BEGIN LIBTOOL CONFIG
16872
16873# Whether or not to build shared libraries.
16874build_libtool_libs=$enable_shared
16875
16876# Which release of libtool.m4 was used?
16877macro_version=$macro_version
16878macro_revision=$macro_revision
16879
16880# Whether or not to build static libraries.
16881build_old_libs=$enable_static
16882
16883# What type of objects to build.
16884pic_mode=$pic_mode
16885
16886# Whether or not to optimize for fast installation.
16887fast_install=$enable_fast_install
16888
3725885a
RW
16889# Shell to use when invoking shell scripts.
16890SHELL=$lt_SHELL
16891
16892# An echo program that protects backslashes.
16893ECHO=$lt_ECHO
16894
d7040cdb
SE
16895# The host system.
16896host_alias=$host_alias
16897host=$host
16898host_os=$host_os
16899
16900# The build system.
16901build_alias=$build_alias
16902build=$build
16903build_os=$build_os
16904
16905# A sed program that does not truncate output.
16906SED=$lt_SED
16907
16908# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16909Xsed="\$SED -e 1s/^X//"
16910
16911# A grep program that handles long lines.
16912GREP=$lt_GREP
16913
16914# An ERE matcher.
16915EGREP=$lt_EGREP
16916
16917# A literal string matcher.
16918FGREP=$lt_FGREP
16919
16920# A BSD- or MS-compatible name lister.
16921NM=$lt_NM
16922
16923# Whether we need soft or hard links.
16924LN_S=$lt_LN_S
16925
16926# What is the maximum length of a command?
16927max_cmd_len=$max_cmd_len
16928
16929# Object file suffix (normally "o").
16930objext=$ac_objext
16931
16932# Executable file suffix (normally "").
16933exeext=$exeext
16934
16935# whether the shell understands "unset".
16936lt_unset=$lt_unset
16937
16938# turn spaces into newlines.
16939SP2NL=$lt_lt_SP2NL
16940
16941# turn newlines into spaces.
16942NL2SP=$lt_lt_NL2SP
16943
718a6fd8
SE
16944# An object symbol dumper.
16945OBJDUMP=$lt_OBJDUMP
16946
d7040cdb
SE
16947# Method to check whether dependent libraries are shared objects.
16948deplibs_check_method=$lt_deplibs_check_method
16949
16950# Command to use when deplibs_check_method == "file_magic".
16951file_magic_cmd=$lt_file_magic_cmd
16952
16953# The archiver.
16954AR=$lt_AR
16955AR_FLAGS=$lt_AR_FLAGS
16956
16957# A symbol stripping program.
16958STRIP=$lt_STRIP
16959
16960# Commands used to install an old-style archive.
16961RANLIB=$lt_RANLIB
16962old_postinstall_cmds=$lt_old_postinstall_cmds
16963old_postuninstall_cmds=$lt_old_postuninstall_cmds
16964
3725885a
RW
16965# Whether to use a lock for old archive extraction.
16966lock_old_archive_extraction=$lock_old_archive_extraction
16967
d7040cdb
SE
16968# A C compiler.
16969LTCC=$lt_CC
16970
16971# LTCC compiler flags.
16972LTCFLAGS=$lt_CFLAGS
16973
16974# Take the output of nm and produce a listing of raw symbols and C names.
16975global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16976
16977# Transform the output of nm in a proper C declaration.
16978global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16979
16980# Transform the output of nm in a C name address pair.
16981global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16982
718a6fd8
SE
16983# Transform the output of nm in a C name address pair when lib prefix is needed.
16984global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16985
d7040cdb
SE
16986# The name of the directory that contains temporary libtool files.
16987objdir=$objdir
16988
d7040cdb
SE
16989# Used to examine libraries when file_magic_cmd begins with "file".
16990MAGIC_CMD=$MAGIC_CMD
16991
16992# Must we lock files when doing compilation?
16993need_locks=$lt_need_locks
16994
718a6fd8
SE
16995# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16996DSYMUTIL=$lt_DSYMUTIL
16997
16998# Tool to change global to local symbols on Mac OS X.
16999NMEDIT=$lt_NMEDIT
17000
17001# Tool to manipulate fat objects and archives on Mac OS X.
17002LIPO=$lt_LIPO
17003
17004# ldd/readelf like tool for Mach-O binaries on Mac OS X.
17005OTOOL=$lt_OTOOL
17006
17007# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17008OTOOL64=$lt_OTOOL64
17009
d7040cdb
SE
17010# Old archive suffix (normally "a").
17011libext=$libext
17012
17013# Shared library suffix (normally ".so").
17014shrext_cmds=$lt_shrext_cmds
17015
17016# The commands to extract the exported symbol list from a shared archive.
17017extract_expsyms_cmds=$lt_extract_expsyms_cmds
17018
17019# Variables whose values should be saved in libtool wrapper scripts and
17020# restored at link time.
17021variables_saved_for_relink=$lt_variables_saved_for_relink
17022
17023# Do we need the "lib" prefix for modules?
17024need_lib_prefix=$need_lib_prefix
17025
17026# Do we need a version for libraries?
17027need_version=$need_version
17028
17029# Library versioning type.
17030version_type=$version_type
17031
17032# Shared library runtime path variable.
17033runpath_var=$runpath_var
17034
17035# Shared library path variable.
17036shlibpath_var=$shlibpath_var
17037
17038# Is shlibpath searched before the hard-coded library search path?
17039shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17040
17041# Format of library name prefix.
17042libname_spec=$lt_libname_spec
17043
17044# List of archive names. First name is the real one, the rest are links.
17045# The last name is the one that the linker finds with -lNAME
17046library_names_spec=$lt_library_names_spec
17047
17048# The coded name of the library, if different from the real name.
17049soname_spec=$lt_soname_spec
17050
3725885a
RW
17051# Permission mode override for installation of shared libraries.
17052install_override_mode=$lt_install_override_mode
17053
d7040cdb
SE
17054# Command to use after installation of a shared archive.
17055postinstall_cmds=$lt_postinstall_cmds
17056
17057# Command to use after uninstallation of a shared archive.
17058postuninstall_cmds=$lt_postuninstall_cmds
17059
17060# Commands used to finish a libtool library installation in a directory.
17061finish_cmds=$lt_finish_cmds
17062
17063# As "finish_cmds", except a single script fragment to be evaled but
17064# not shown.
17065finish_eval=$lt_finish_eval
17066
17067# Whether we should hardcode library paths into libraries.
17068hardcode_into_libs=$hardcode_into_libs
17069
17070# Compile-time system search path for libraries.
17071sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17072
17073# Run-time system search path for libraries.
17074sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17075
17076# Whether dlopen is supported.
17077dlopen_support=$enable_dlopen
17078
17079# Whether dlopen of programs is supported.
17080dlopen_self=$enable_dlopen_self
17081
17082# Whether dlopen of statically linked programs is supported.
17083dlopen_self_static=$enable_dlopen_self_static
17084
17085# Commands to strip libraries.
17086old_striplib=$lt_old_striplib
17087striplib=$lt_striplib
17088
17089
17090# The linker used to build libraries.
17091LD=$lt_LD
17092
3725885a
RW
17093# How to create reloadable object files.
17094reload_flag=$lt_reload_flag
17095reload_cmds=$lt_reload_cmds
17096
d7040cdb
SE
17097# Commands used to build an old-style archive.
17098old_archive_cmds=$lt_old_archive_cmds
17099
17100# A language specific compiler.
17101CC=$lt_compiler
17102
17103# Is the compiler the GNU compiler?
17104with_gcc=$GCC
17105
17106# Compiler flag to turn off builtin functions.
17107no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17108
17109# How to pass a linker flag through the compiler.
17110wl=$lt_lt_prog_compiler_wl
17111
17112# Additional compiler flags for building library objects.
17113pic_flag=$lt_lt_prog_compiler_pic
17114
17115# Compiler flag to prevent dynamic linking.
17116link_static_flag=$lt_lt_prog_compiler_static
17117
17118# Does compiler simultaneously support -c and -o options?
17119compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17120
17121# Whether or not to add -lc for building shared libraries.
17122build_libtool_need_lc=$archive_cmds_need_lc
17123
17124# Whether or not to disallow shared libs when runtime libs are static.
17125allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17126
17127# Compiler flag to allow reflexive dlopens.
17128export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17129
17130# Compiler flag to generate shared objects directly from archives.
17131whole_archive_flag_spec=$lt_whole_archive_flag_spec
17132
17133# Whether the compiler copes with passing no objects directly.
17134compiler_needs_object=$lt_compiler_needs_object
17135
17136# Create an old-style archive from a shared archive.
17137old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17138
17139# Create a temporary old-style archive to link instead of a shared archive.
17140old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17141
17142# Commands used to build a shared archive.
17143archive_cmds=$lt_archive_cmds
17144archive_expsym_cmds=$lt_archive_expsym_cmds
17145
17146# Commands used to build a loadable module if different from building
17147# a shared archive.
17148module_cmds=$lt_module_cmds
17149module_expsym_cmds=$lt_module_expsym_cmds
17150
17151# Whether we are building with GNU ld or not.
17152with_gnu_ld=$lt_with_gnu_ld
17153
17154# Flag that allows shared libraries with undefined symbols to be built.
17155allow_undefined_flag=$lt_allow_undefined_flag
17156
17157# Flag that enforces no undefined symbols.
17158no_undefined_flag=$lt_no_undefined_flag
17159
17160# Flag to hardcode \$libdir into a binary during linking.
17161# This must work even if \$libdir does not exist
17162hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17163
17164# If ld is used when linking, flag to hardcode \$libdir into a binary
17165# during linking. This must work even if \$libdir does not exist.
17166hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17167
17168# Whether we need a single "-rpath" flag with a separated argument.
17169hardcode_libdir_separator=$lt_hardcode_libdir_separator
17170
17171# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17172# DIR into the resulting binary.
17173hardcode_direct=$hardcode_direct
17174
17175# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17176# DIR into the resulting binary and the resulting library dependency is
17177# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17178# library is relocated.
17179hardcode_direct_absolute=$hardcode_direct_absolute
17180
17181# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17182# into the resulting binary.
17183hardcode_minus_L=$hardcode_minus_L
17184
17185# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17186# into the resulting binary.
17187hardcode_shlibpath_var=$hardcode_shlibpath_var
17188
17189# Set to "yes" if building a shared library automatically hardcodes DIR
17190# into the library and all subsequent libraries and executables linked
17191# against it.
17192hardcode_automatic=$hardcode_automatic
17193
17194# Set to yes if linker adds runtime paths of dependent libraries
17195# to runtime path list.
17196inherit_rpath=$inherit_rpath
17197
17198# Whether libtool must link a program against all its dependency libraries.
17199link_all_deplibs=$link_all_deplibs
17200
17201# Fix the shell variable \$srcfile for the compiler.
17202fix_srcfile_path=$lt_fix_srcfile_path
17203
17204# Set to "yes" if exported symbols are required.
17205always_export_symbols=$always_export_symbols
17206
17207# The commands to list exported symbols.
17208export_symbols_cmds=$lt_export_symbols_cmds
17209
17210# Symbols that should not be listed in the preloaded symbols.
17211exclude_expsyms=$lt_exclude_expsyms
17212
17213# Symbols that must always be exported.
17214include_expsyms=$lt_include_expsyms
17215
17216# Commands necessary for linking programs (against libraries) with templates.
17217prelink_cmds=$lt_prelink_cmds
17218
17219# Specify filename containing input files.
17220file_list_spec=$lt_file_list_spec
17221
17222# How to hardcode a shared library path into an executable.
17223hardcode_action=$hardcode_action
17224
17225# ### END LIBTOOL CONFIG
17226
17227_LT_EOF
17228
17229 case $host_os in
17230 aix3*)
17231 cat <<\_LT_EOF >> "$cfgfile"
17232# AIX sometimes has problems with the GCC collect2 program. For some
17233# reason, if we set the COLLECT_NAMES environment variable, the problems
17234# vanish in a puff of smoke.
17235if test "X${COLLECT_NAMES+set}" != Xset; then
17236 COLLECT_NAMES=
17237 export COLLECT_NAMES
17238fi
17239_LT_EOF
17240 ;;
17241 esac
17242
17243
17244ltmain="$ac_aux_dir/ltmain.sh"
17245
17246
17247 # We use sed instead of cat because bash on DJGPP gets confused if
17248 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17249 # text mode, it properly converts lines to CR/LF. This bash problem
17250 # is reportedly fixed, but why not run on old versions too?
17251 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17252 || (rm -f "$cfgfile"; exit 1)
17253
17254 case $xsi_shell in
17255 yes)
17256 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 17257
d7040cdb
SE
17258# func_dirname file append nondir_replacement
17259# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17260# otherwise set result to NONDIR_REPLACEMENT.
17261func_dirname ()
17262{
17263 case ${1} in
17264 */*) func_dirname_result="${1%/*}${2}" ;;
17265 * ) func_dirname_result="${3}" ;;
17266 esac
17267}
17268
17269# func_basename file
17270func_basename ()
17271{
17272 func_basename_result="${1##*/}"
17273}
17274
718a6fd8
SE
17275# func_dirname_and_basename file append nondir_replacement
17276# perform func_basename and func_dirname in a single function
17277# call:
17278# dirname: Compute the dirname of FILE. If nonempty,
17279# add APPEND to the result, otherwise set result
17280# to NONDIR_REPLACEMENT.
17281# value returned in "$func_dirname_result"
17282# basename: Compute filename of FILE.
17283# value retuned in "$func_basename_result"
17284# Implementation must be kept synchronized with func_dirname
17285# and func_basename. For efficiency, we do not delegate to
17286# those functions but instead duplicate the functionality here.
17287func_dirname_and_basename ()
17288{
17289 case ${1} in
17290 */*) func_dirname_result="${1%/*}${2}" ;;
17291 * ) func_dirname_result="${3}" ;;
17292 esac
17293 func_basename_result="${1##*/}"
17294}
17295
d7040cdb
SE
17296# func_stripname prefix suffix name
17297# strip PREFIX and SUFFIX off of NAME.
17298# PREFIX and SUFFIX must not contain globbing or regex special
17299# characters, hashes, percent signs, but SUFFIX may contain a leading
17300# dot (in which case that matches only a dot).
17301func_stripname ()
17302{
17303 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17304 # positional parameters, so assign one to ordinary parameter first.
17305 func_stripname_result=${3}
17306 func_stripname_result=${func_stripname_result#"${1}"}
17307 func_stripname_result=${func_stripname_result%"${2}"}
17308}
17309
17310# func_opt_split
17311func_opt_split ()
17312{
17313 func_opt_split_opt=${1%%=*}
17314 func_opt_split_arg=${1#*=}
17315}
17316
17317# func_lo2o object
17318func_lo2o ()
17319{
17320 case ${1} in
17321 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17322 *) func_lo2o_result=${1} ;;
17323 esac
17324}
718a6fd8
SE
17325
17326# func_xform libobj-or-source
17327func_xform ()
17328{
17329 func_xform_result=${1%.*}.lo
17330}
17331
17332# func_arith arithmetic-term...
17333func_arith ()
17334{
17335 func_arith_result=$(( $* ))
17336}
17337
17338# func_len string
17339# STRING may not start with a hyphen.
17340func_len ()
17341{
17342 func_len_result=${#1}
17343}
17344
d7040cdb
SE
17345_LT_EOF
17346 ;;
17347 *) # Bourne compatible functions.
17348 cat << \_LT_EOF >> "$cfgfile"
718a6fd8 17349
d7040cdb
SE
17350# func_dirname file append nondir_replacement
17351# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17352# otherwise set result to NONDIR_REPLACEMENT.
17353func_dirname ()
17354{
17355 # Extract subdirectory from the argument.
3725885a 17356 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7040cdb
SE
17357 if test "X$func_dirname_result" = "X${1}"; then
17358 func_dirname_result="${3}"
17359 else
17360 func_dirname_result="$func_dirname_result${2}"
17361 fi
17362}
17363
17364# func_basename file
17365func_basename ()
17366{
3725885a 17367 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7040cdb
SE
17368}
17369
718a6fd8 17370
d7040cdb
SE
17371# func_stripname prefix suffix name
17372# strip PREFIX and SUFFIX off of NAME.
17373# PREFIX and SUFFIX must not contain globbing or regex special
17374# characters, hashes, percent signs, but SUFFIX may contain a leading
17375# dot (in which case that matches only a dot).
17376# func_strip_suffix prefix name
17377func_stripname ()
17378{
17379 case ${2} in
3725885a
RW
17380 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17381 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7040cdb
SE
17382 esac
17383}
17384
17385# sed scripts:
17386my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17387my_sed_long_arg='1s/^-[^=]*=//'
17388
17389# func_opt_split
17390func_opt_split ()
17391{
3725885a
RW
17392 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17393 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7040cdb
SE
17394}
17395
17396# func_lo2o object
17397func_lo2o ()
17398{
3725885a 17399 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7040cdb 17400}
718a6fd8
SE
17401
17402# func_xform libobj-or-source
17403func_xform ()
17404{
3725885a 17405 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
718a6fd8
SE
17406}
17407
17408# func_arith arithmetic-term...
17409func_arith ()
17410{
17411 func_arith_result=`expr "$@"`
17412}
17413
17414# func_len string
17415# STRING may not start with a hyphen.
17416func_len ()
17417{
17418 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17419}
17420
d7040cdb
SE
17421_LT_EOF
17422esac
17423
17424case $lt_shell_append in
17425 yes)
17426 cat << \_LT_EOF >> "$cfgfile"
17427
17428# func_append var value
17429# Append VALUE to the end of shell variable VAR.
17430func_append ()
17431{
17432 eval "$1+=\$2"
17433}
17434_LT_EOF
17435 ;;
17436 *)
17437 cat << \_LT_EOF >> "$cfgfile"
17438
17439# func_append var value
17440# Append VALUE to the end of shell variable VAR.
17441func_append ()
17442{
17443 eval "$1=\$$1\$2"
17444}
718a6fd8 17445
d7040cdb
SE
17446_LT_EOF
17447 ;;
17448 esac
17449
17450
17451 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17452 || (rm -f "$cfgfile"; exit 1)
17453
17454 mv -f "$cfgfile" "$ofile" ||
17455 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17456 chmod +x "$ofile"
17457
f5385ebf 17458 ;;
81ecdfbb 17459 "default-1":C)
20e95c23
DJ
17460 for ac_file in $CONFIG_FILES; do
17461 # Support "outfile[:infile[:infile...]]"
17462 case "$ac_file" in
17463 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17464 esac
17465 # PO directories have a Makefile.in generated from Makefile.in.in.
17466 case "$ac_file" in */Makefile.in)
17467 # Adjust a relative srcdir.
17468 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 17469 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
17470 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17471 # In autoconf-2.13 it is called $ac_given_srcdir.
17472 # In autoconf-2.50 it is called $srcdir.
17473 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17474 case "$ac_given_srcdir" in
17475 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17476 /*) top_srcdir="$ac_given_srcdir" ;;
17477 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17478 esac
17479 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17480 rm -f "$ac_dir/POTFILES"
17481 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17482 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17483 POMAKEFILEDEPS="POTFILES.in"
17484 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17485 # on $ac_dir but don't depend on user-specified configuration
17486 # parameters.
17487 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17488 # The LINGUAS file contains the set of available languages.
17489 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 17490 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
17491 fi
17492 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17493 # Hide the ALL_LINGUAS assigment from automake.
17494 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17495 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17496 else
37a42ee9 17497 # The set of available languages was given in configure.ac.
20e95c23
DJ
17498 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17499 fi
17500 case "$ac_given_srcdir" in
17501 .) srcdirpre= ;;
17502 *) srcdirpre='$(srcdir)/' ;;
17503 esac
17504 POFILES=
17505 GMOFILES=
17506 UPDATEPOFILES=
17507 DUMMYPOFILES=
17508 for lang in $ALL_LINGUAS; do
17509 POFILES="$POFILES $srcdirpre$lang.po"
17510 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17511 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17512 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17513 done
17514 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17515 # environment variable.
17516 INST_LINGUAS=
17517 if test -n "$ALL_LINGUAS"; then
17518 for presentlang in $ALL_LINGUAS; do
17519 useit=no
17520 if test "%UNSET%" != "$LINGUAS"; then
17521 desiredlanguages="$LINGUAS"
17522 else
17523 desiredlanguages="$ALL_LINGUAS"
17524 fi
17525 for desiredlang in $desiredlanguages; do
17526 # Use the presentlang catalog if desiredlang is
17527 # a. equal to presentlang, or
17528 # b. a variant of presentlang (because in this case,
17529 # presentlang can be used as a fallback for messages
17530 # which are not translated in the desiredlang catalog).
17531 case "$desiredlang" in
17532 "$presentlang"*) useit=yes;;
17533 esac
17534 done
17535 if test $useit = yes; then
17536 INST_LINGUAS="$INST_LINGUAS $presentlang"
17537 fi
17538 done
17539 fi
17540 CATALOGS=
17541 if test -n "$INST_LINGUAS"; then
17542 for lang in $INST_LINGUAS; do
17543 CATALOGS="$CATALOGS $lang.gmo"
17544 done
17545 fi
17546 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17547 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"
17548 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17549 if test -f "$f"; then
17550 case "$f" in
17551 *.orig | *.bak | *~) ;;
17552 *) cat "$f" >> "$ac_dir/Makefile" ;;
17553 esac
17554 fi
17555 done
17556 fi
17557 ;;
17558 esac
17559 done ;;
81ecdfbb 17560 "default":C)
20e95c23
DJ
17561case "$srcdir" in
17562 .) srcdirpre= ;;
17563 *) srcdirpre='$(srcdir)/' ;;
17564esac
17565POFILES=
17566GMOFILES=
17567for lang in dummy $OBSOLETE_ALL_LINGUAS; do
17568 if test $lang != dummy; then
17569 POFILES="$POFILES $srcdirpre$lang.po"
17570 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17571 fi
17572done
17573sed -e '/SRC-POTFILES =/r po/SRC-POTFILES' \
17574 -e '/BLD-POTFILES =/r po/BLD-POTFILES' \
17575 -e "s,@POFILES@,$POFILES," \
17576 -e "s,@GMOFILES@,$GMOFILES," \
17577 po/Makefile.in > po/Makefile ;;
81ecdfbb 17578
5464f5a1 17579 esac
81ecdfbb 17580done # for ac_tag
5464f5a1 17581
5464f5a1 17582
81ecdfbb 17583as_fn_exit 0
5464f5a1 17584_ACEOF
5464f5a1
NN
17585ac_clean_files=$ac_clean_files_save
17586
81ecdfbb 17587test $ac_write_fail = 0 ||
d0ac1c44 17588 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 17589
5464f5a1
NN
17590
17591# configure is writing to config.log, and then calls config.status.
17592# config.status does its own redirection, appending to config.log.
17593# Unfortunately, on DOS this fails, as config.log is still kept open
17594# by configure, so config.status won't be able to write to it; its
17595# output is simply discarded. So we exec the FD to /dev/null,
17596# effectively closing config.log, so it can be properly (re)opened and
17597# appended to by config.status. When coming back to configure, we
17598# need to make the FD available again.
17599if test "$no_create" != yes; then
17600 ac_cs_success=:
17601 ac_config_status_args=
17602 test "$silent" = yes &&
17603 ac_config_status_args="$ac_config_status_args --quiet"
17604 exec 5>/dev/null
17605 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17606 exec 5>>config.log
17607 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17608 # would make configure fail if this is the last instruction.
d0ac1c44 17609 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
17610fi
17611if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17612 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17613$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5464f5a1 17614fi
252b5132 17615
d546b610
L
17616
17617
17618touch config.status.tmp
17619if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
17620 sed '/as_fn_exit 0/i \
17621sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
17622touch --reference=Makefile Makefile.tmp \
17623mv Makefile.tmp Makefile \
17624' config.status > config.status.tmp
17625 touch --reference=config.status config.status.tmp
17626 mv config.status.tmp config.status
17627 chmod +x config.status
17628 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
17629 touch --reference=Makefile Makefile.tmp
17630 mv Makefile.tmp Makefile
17631else
17632 rm -f config.status.tmp
17633fi