]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/configure
nm: heap-buffer-overflow at elfcode.h:1507 in bfd_elf64_slurp_symbol_table
[thirdparty/binutils-gdb.git] / binutils / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
b5c37946 3# Generated by GNU Autoconf 2.69 for binutils 2.41.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## -------------------- ##
42ecbf5e 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 :
42ecbf5e
DJ
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
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
42ecbf5e 31fi
42ecbf5e 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 }
42ecbf5e
DJ
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
42ecbf5e
DJ
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
42ecbf5e 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."
42ecbf5e 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."
42ecbf5e 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
42ecbf5e 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
42ecbf5e
DJ
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
42ecbf5e
DJ
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
42ecbf5e 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
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'`
42ecbf5e 464
42ecbf5e
DJ
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
42ecbf5e 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 |
42ecbf5e 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
42ecbf5e 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
42ecbf5e 490 t loop
81ecdfbb 491 s/-\n.*//
42ecbf5e 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; }
42ecbf5e 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
42ecbf5e
DJ
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"
42ecbf5e
DJ
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';;
42ecbf5e
DJ
519esac
520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
42ecbf5e 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
42ecbf5e 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 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'
42ecbf5e 541 fi
42ecbf5e 542else
d0ac1c44 543 as_ln_s='cp -pR'
42ecbf5e 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
42ecbf5e
DJ
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
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
42ecbf5e
DJ
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
42ecbf5e 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
42ecbf5e
DJ
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
252b5132 574
42ecbf5e
DJ
575#
576# Initializations.
577#
252b5132 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
42ecbf5e 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
42ecbf5e
DJ
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
42ecbf5e
DJ
586
587# Identity of this package.
2e98a7bd
AM
588PACKAGE_NAME='binutils'
589PACKAGE_TARNAME='binutils'
b5c37946
SJ
590PACKAGE_VERSION='2.41.50'
591PACKAGE_STRING='binutils 2.41.50'
2e98a7bd
AM
592PACKAGE_BUGREPORT=''
593PACKAGE_URL=''
42ecbf5e
DJ
594
595ac_unique_file="ar.c"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
42ecbf5e
DJ
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
42ecbf5e
DJ
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
42ecbf5e
DJ
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
42ecbf5e
DJ
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
42ecbf5e
DJ
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
42ecbf5e
DJ
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
42ecbf5e 623# include <inttypes.h>
42ecbf5e 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
42ecbf5e
DJ
629# include <unistd.h>
630#endif"
631
34156b23 632ac_header_list=
81ecdfbb
RW
633ac_subst_vars='am__EXEEXT_FALSE
634am__EXEEXT_TRUE
635LTLIBOBJS
636LIBOBJS
637EMULATION_VECTOR
638EMULATION
6abcee90 639OBJDUMP_PRIVATE_OFILES
81ecdfbb
RW
640OBJDUMP_DEFS
641BUILD_INSTALL_MISC
642BUILD_MISC
643BUILD_DLLWRAP
644BUILD_WINDMC
645BUILD_WINDRES
646DLLTOOL_DEFS
647BUILD_DLLTOOL
648BUILD_SRCONV
81ecdfbb
RW
649LTLIBICONV
650LIBICONV
2952f10c
SM
651MSGPACK_LIBS
652MSGPACK_CFLAGS
2cac01e3
FS
653ZSTD_LIBS
654ZSTD_CFLAGS
0ee42ecd
L
655zlibinc
656zlibdir
81ecdfbb
RW
657DEMANGLER_NAME
658EXEEXT_FOR_BUILD
659CC_FOR_BUILD
660HDEFINES
661GENINSRC_NEVER_FALSE
662GENINSRC_NEVER_TRUE
663MAINT
664MAINTAINER_MODE_FALSE
665MAINTAINER_MODE_TRUE
666MSGMERGE
667MSGFMT
668MKINSTALLDIRS
669CATOBJEXT
670GENCAT
671INSTOBJEXT
672DATADIRNAME
673CATALOGS
674POSUB
675GMSGFMT
676XGETTEXT
677INCINTL
678LIBINTL_DEP
679LIBINTL
680USE_NLS
681LEXLIB
682LEX_OUTPUT_ROOT
683LEX
684YFLAGS
685YACC
6757cf57 686WARN_WRITE_STRINGS
81ecdfbb 687NO_WERROR
c5da1932 688WARN_CFLAGS_FOR_BUILD
81ecdfbb 689WARN_CFLAGS
094e34f2
NA
690ENABLE_LIBCTF_FALSE
691ENABLE_LIBCTF_TRUE
f6720b1c
AM
692DEBUGINFOD_LIBS
693DEBUGINFOD_CFLAGS
694PKG_CONFIG_LIBDIR
695PKG_CONFIG_PATH
696PKG_CONFIG
c8693053 697LARGEFILE_CPPFLAGS
81ecdfbb
RW
698OTOOL64
699OTOOL
700LIPO
701NMEDIT
702DSYMUTIL
81ecdfbb
RW
703RANLIB
704AR
705OBJDUMP
706LN_S
707NM
708ac_ct_DUMPBIN
709DUMPBIN
710LD
711FGREP
712SED
713LIBTOOL
714EGREP
715GREP
716CPP
717am__fastdepCC_FALSE
718am__fastdepCC_TRUE
719CCDEPMODE
6eb7d830 720am__nodep
81ecdfbb
RW
721AMDEPBACKSLASH
722AMDEP_FALSE
723AMDEP_TRUE
b9583093 724am__quote
81ecdfbb
RW
725am__include
726DEPDIR
87b9f255
AM
727OBJEXT
728EXEEXT
729ac_ct_CC
730CPPFLAGS
731LDFLAGS
732CFLAGS
733CC
734AM_BACKSLASH
735AM_DEFAULT_VERBOSITY
736AM_DEFAULT_V
737AM_V
81ecdfbb
RW
738am__untar
739am__tar
740AMTAR
741am__leading_dot
742SET_MAKE
743AWK
744mkdir_p
745MKDIR_P
746INSTALL_STRIP_PROGRAM
747STRIP
748install_sh
749MAKEINFO
750AUTOHEADER
751AUTOMAKE
752AUTOCONF
753ACLOCAL
754VERSION
755PACKAGE
756CYGPATH_W
757am__isrc
758INSTALL_DATA
759INSTALL_SCRIPT
760INSTALL_PROGRAM
81ecdfbb
RW
761target_os
762target_vendor
763target_cpu
764target
765host_os
766host_vendor
767host_cpu
768host
769build_os
770build_vendor
771build_cpu
772build
773target_alias
774host_alias
775build_alias
776LIBS
777ECHO_T
778ECHO_N
779ECHO_C
780DEFS
781mandir
782localedir
783libdir
784psdir
785pdfdir
786dvidir
787htmldir
788infodir
789docdir
790oldincludedir
791includedir
792localstatedir
793sharedstatedir
794sysconfdir
795datadir
796datarootdir
797libexecdir
798sbindir
799bindir
800program_transform_name
801prefix
802exec_prefix
803PACKAGE_URL
804PACKAGE_BUGREPORT
805PACKAGE_STRING
806PACKAGE_VERSION
807PACKAGE_TARNAME
808PACKAGE_NAME
809PATH_SEPARATOR
b9583093 810SHELL'
42ecbf5e 811ac_subst_files=''
81ecdfbb
RW
812ac_user_opts='
813enable_option_checking
d0ac1c44 814enable_silent_rules
87b9f255 815enable_dependency_tracking
81ecdfbb
RW
816enable_shared
817enable_static
818with_pic
819enable_fast_install
820with_gnu_ld
821enable_libtool_lock
b879806f
AM
822enable_plugins
823enable_largefile
43e05cd4 824enable_checking
81ecdfbb 825enable_targets
9cb80f72 826enable_deterministic_archives
7fac9594 827enable_default_strings_all
e6f6aa8d 828enable_f_for_ifunc_symbols
c46b7066 829enable_follow_debug_links
18bf5643 830enable_colored_disassembly
301a9420 831with_debuginfod
094e34f2 832enable_libctf
81ecdfbb
RW
833enable_werror
834enable_build_warnings
835enable_nls
836enable_maintainer_mode
0ee42ecd 837with_system_zlib
2cac01e3 838with_zstd
2952f10c 839with_msgpack
81ecdfbb
RW
840enable_rpath
841with_libiconv_prefix
9f1528a1 842with_libiconv_type
81ecdfbb
RW
843'
844 ac_precious_vars='build_alias
845host_alias
846target_alias
847CC
848CFLAGS
849LDFLAGS
850LIBS
851CPPFLAGS
852CPP
f6720b1c
AM
853PKG_CONFIG
854PKG_CONFIG_PATH
855PKG_CONFIG_LIBDIR
856DEBUGINFOD_CFLAGS
857DEBUGINFOD_LIBS
81ecdfbb 858YACC
2952f10c 859YFLAGS
2cac01e3
FS
860ZSTD_CFLAGS
861ZSTD_LIBS
2952f10c
SM
862MSGPACK_CFLAGS
863MSGPACK_LIBS'
81ecdfbb 864
252b5132
RH
865
866# Initialize some variables set by options.
42ecbf5e
DJ
867ac_init_help=
868ac_init_version=false
81ecdfbb
RW
869ac_unrecognized_opts=
870ac_unrecognized_sep=
252b5132
RH
871# The variables have the same names as the options, with
872# dashes changed to underlines.
42ecbf5e 873cache_file=/dev/null
252b5132 874exec_prefix=NONE
252b5132 875no_create=
252b5132
RH
876no_recursion=
877prefix=NONE
878program_prefix=NONE
879program_suffix=NONE
880program_transform_name=s,x,x,
881silent=
882site=
883srcdir=
252b5132
RH
884verbose=
885x_includes=NONE
886x_libraries=NONE
42ecbf5e
DJ
887
888# Installation directory options.
889# These are left unexpanded so users can "make install exec_prefix=/foo"
890# and all the variables that are supposed to be based on exec_prefix
891# by default will actually change.
892# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 893# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
894bindir='${exec_prefix}/bin'
895sbindir='${exec_prefix}/sbin'
896libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
897datarootdir='${prefix}/share'
898datadir='${datarootdir}'
252b5132
RH
899sysconfdir='${prefix}/etc'
900sharedstatedir='${prefix}/com'
901localstatedir='${prefix}/var'
252b5132
RH
902includedir='${prefix}/include'
903oldincludedir='/usr/include'
2e98a7bd 904docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
905infodir='${datarootdir}/info'
906htmldir='${docdir}'
907dvidir='${docdir}'
908pdfdir='${docdir}'
909psdir='${docdir}'
910libdir='${exec_prefix}/lib'
911localedir='${datarootdir}/locale'
912mandir='${datarootdir}/man'
252b5132 913
252b5132 914ac_prev=
81ecdfbb 915ac_dashdash=
252b5132
RH
916for ac_option
917do
252b5132
RH
918 # If the previous option needs an argument, assign it.
919 if test -n "$ac_prev"; then
81ecdfbb 920 eval $ac_prev=\$ac_option
252b5132
RH
921 ac_prev=
922 continue
923 fi
924
81ecdfbb 925 case $ac_option in
d0ac1c44
SM
926 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
927 *=) ac_optarg= ;;
928 *) ac_optarg=yes ;;
81ecdfbb 929 esac
252b5132
RH
930
931 # Accept the important Cygnus configure options, so we can diagnose typos.
932
81ecdfbb
RW
933 case $ac_dashdash$ac_option in
934 --)
935 ac_dashdash=yes ;;
252b5132
RH
936
937 -bindir | --bindir | --bindi | --bind | --bin | --bi)
938 ac_prev=bindir ;;
939 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 940 bindir=$ac_optarg ;;
252b5132
RH
941
942 -build | --build | --buil | --bui | --bu)
42ecbf5e 943 ac_prev=build_alias ;;
252b5132 944 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 945 build_alias=$ac_optarg ;;
252b5132
RH
946
947 -cache-file | --cache-file | --cache-fil | --cache-fi \
948 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
949 ac_prev=cache_file ;;
950 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
951 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
952 cache_file=$ac_optarg ;;
953
954 --config-cache | -C)
955 cache_file=config.cache ;;
252b5132 956
81ecdfbb 957 -datadir | --datadir | --datadi | --datad)
252b5132 958 ac_prev=datadir ;;
81ecdfbb 959 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42ecbf5e 960 datadir=$ac_optarg ;;
252b5132 961
81ecdfbb
RW
962 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
963 | --dataroo | --dataro | --datar)
964 ac_prev=datarootdir ;;
965 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
966 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
967 datarootdir=$ac_optarg ;;
968
252b5132 969 -disable-* | --disable-*)
81ecdfbb 970 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 971 # Reject names that are not valid shell variable names.
81ecdfbb 972 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 973 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
974 ac_useropt_orig=$ac_useropt
975 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
976 case $ac_user_opts in
977 *"
978"enable_$ac_useropt"
979"*) ;;
980 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
981 ac_unrecognized_sep=', ';;
982 esac
983 eval enable_$ac_useropt=no ;;
984
985 -docdir | --docdir | --docdi | --doc | --do)
986 ac_prev=docdir ;;
987 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
988 docdir=$ac_optarg ;;
989
990 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
991 ac_prev=dvidir ;;
992 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
993 dvidir=$ac_optarg ;;
252b5132
RH
994
995 -enable-* | --enable-*)
81ecdfbb 996 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 997 # Reject names that are not valid shell variable names.
81ecdfbb 998 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 999 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
1000 ac_useropt_orig=$ac_useropt
1001 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1002 case $ac_user_opts in
1003 *"
1004"enable_$ac_useropt"
1005"*) ;;
1006 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1007 ac_unrecognized_sep=', ';;
252b5132 1008 esac
81ecdfbb 1009 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1010
1011 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1012 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1013 | --exec | --exe | --ex)
1014 ac_prev=exec_prefix ;;
1015 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1016 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1017 | --exec=* | --exe=* | --ex=*)
42ecbf5e 1018 exec_prefix=$ac_optarg ;;
252b5132
RH
1019
1020 -gas | --gas | --ga | --g)
1021 # Obsolete; use --with-gas.
1022 with_gas=yes ;;
1023
42ecbf5e
DJ
1024 -help | --help | --hel | --he | -h)
1025 ac_init_help=long ;;
1026 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1027 ac_init_help=recursive ;;
1028 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1029 ac_init_help=short ;;
252b5132
RH
1030
1031 -host | --host | --hos | --ho)
42ecbf5e 1032 ac_prev=host_alias ;;
252b5132 1033 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 1034 host_alias=$ac_optarg ;;
252b5132 1035
81ecdfbb
RW
1036 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1037 ac_prev=htmldir ;;
1038 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1039 | --ht=*)
1040 htmldir=$ac_optarg ;;
1041
252b5132
RH
1042 -includedir | --includedir | --includedi | --included | --include \
1043 | --includ | --inclu | --incl | --inc)
1044 ac_prev=includedir ;;
1045 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1046 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 1047 includedir=$ac_optarg ;;
252b5132
RH
1048
1049 -infodir | --infodir | --infodi | --infod | --info | --inf)
1050 ac_prev=infodir ;;
1051 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 1052 infodir=$ac_optarg ;;
252b5132
RH
1053
1054 -libdir | --libdir | --libdi | --libd)
1055 ac_prev=libdir ;;
1056 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 1057 libdir=$ac_optarg ;;
252b5132
RH
1058
1059 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1060 | --libexe | --libex | --libe)
1061 ac_prev=libexecdir ;;
1062 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1063 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 1064 libexecdir=$ac_optarg ;;
252b5132 1065
81ecdfbb
RW
1066 -localedir | --localedir | --localedi | --localed | --locale)
1067 ac_prev=localedir ;;
1068 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1069 localedir=$ac_optarg ;;
1070
252b5132 1071 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1072 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1073 ac_prev=localstatedir ;;
1074 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1075 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42ecbf5e 1076 localstatedir=$ac_optarg ;;
252b5132
RH
1077
1078 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1079 ac_prev=mandir ;;
1080 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 1081 mandir=$ac_optarg ;;
252b5132
RH
1082
1083 -nfp | --nfp | --nf)
1084 # Obsolete; use --without-fp.
1085 with_fp=no ;;
1086
1087 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 1088 | --no-cr | --no-c | -n)
252b5132
RH
1089 no_create=yes ;;
1090
1091 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1092 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1093 no_recursion=yes ;;
1094
1095 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1096 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1097 | --oldin | --oldi | --old | --ol | --o)
1098 ac_prev=oldincludedir ;;
1099 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1100 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1101 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 1102 oldincludedir=$ac_optarg ;;
252b5132
RH
1103
1104 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1105 ac_prev=prefix ;;
1106 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 1107 prefix=$ac_optarg ;;
252b5132
RH
1108
1109 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1110 | --program-pre | --program-pr | --program-p)
1111 ac_prev=program_prefix ;;
1112 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1113 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 1114 program_prefix=$ac_optarg ;;
252b5132
RH
1115
1116 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1117 | --program-suf | --program-su | --program-s)
1118 ac_prev=program_suffix ;;
1119 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1120 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 1121 program_suffix=$ac_optarg ;;
252b5132
RH
1122
1123 -program-transform-name | --program-transform-name \
1124 | --program-transform-nam | --program-transform-na \
1125 | --program-transform-n | --program-transform- \
1126 | --program-transform | --program-transfor \
1127 | --program-transfo | --program-transf \
1128 | --program-trans | --program-tran \
1129 | --progr-tra | --program-tr | --program-t)
1130 ac_prev=program_transform_name ;;
1131 -program-transform-name=* | --program-transform-name=* \
1132 | --program-transform-nam=* | --program-transform-na=* \
1133 | --program-transform-n=* | --program-transform-=* \
1134 | --program-transform=* | --program-transfor=* \
1135 | --program-transfo=* | --program-transf=* \
1136 | --program-trans=* | --program-tran=* \
1137 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 1138 program_transform_name=$ac_optarg ;;
252b5132 1139
81ecdfbb
RW
1140 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1141 ac_prev=pdfdir ;;
1142 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1143 pdfdir=$ac_optarg ;;
1144
1145 -psdir | --psdir | --psdi | --psd | --ps)
1146 ac_prev=psdir ;;
1147 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1148 psdir=$ac_optarg ;;
1149
252b5132
RH
1150 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1151 | -silent | --silent | --silen | --sile | --sil)
1152 silent=yes ;;
1153
1154 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1155 ac_prev=sbindir ;;
1156 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1157 | --sbi=* | --sb=*)
42ecbf5e 1158 sbindir=$ac_optarg ;;
252b5132
RH
1159
1160 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1161 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1162 | --sharedst | --shareds | --shared | --share | --shar \
1163 | --sha | --sh)
1164 ac_prev=sharedstatedir ;;
1165 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1166 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1167 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1168 | --sha=* | --sh=*)
42ecbf5e 1169 sharedstatedir=$ac_optarg ;;
252b5132
RH
1170
1171 -site | --site | --sit)
1172 ac_prev=site ;;
1173 -site=* | --site=* | --sit=*)
42ecbf5e 1174 site=$ac_optarg ;;
252b5132
RH
1175
1176 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1177 ac_prev=srcdir ;;
1178 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 1179 srcdir=$ac_optarg ;;
252b5132
RH
1180
1181 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1182 | --syscon | --sysco | --sysc | --sys | --sy)
1183 ac_prev=sysconfdir ;;
1184 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1185 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 1186 sysconfdir=$ac_optarg ;;
252b5132
RH
1187
1188 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 1189 ac_prev=target_alias ;;
252b5132 1190 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 1191 target_alias=$ac_optarg ;;
252b5132
RH
1192
1193 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1194 verbose=yes ;;
1195
42ecbf5e
DJ
1196 -version | --version | --versio | --versi | --vers | -V)
1197 ac_init_version=: ;;
252b5132
RH
1198
1199 -with-* | --with-*)
81ecdfbb 1200 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1201 # Reject names that are not valid shell variable names.
81ecdfbb 1202 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1203 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1204 ac_useropt_orig=$ac_useropt
1205 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1206 case $ac_user_opts in
1207 *"
1208"with_$ac_useropt"
1209"*) ;;
1210 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1211 ac_unrecognized_sep=', ';;
252b5132 1212 esac
81ecdfbb 1213 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1214
1215 -without-* | --without-*)
81ecdfbb 1216 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1217 # Reject names that are not valid shell variable names.
81ecdfbb 1218 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1219 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1220 ac_useropt_orig=$ac_useropt
1221 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1222 case $ac_user_opts in
1223 *"
1224"with_$ac_useropt"
1225"*) ;;
1226 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1227 ac_unrecognized_sep=', ';;
1228 esac
1229 eval with_$ac_useropt=no ;;
252b5132
RH
1230
1231 --x)
1232 # Obsolete; use --with-x.
1233 with_x=yes ;;
1234
1235 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1236 | --x-incl | --x-inc | --x-in | --x-i)
1237 ac_prev=x_includes ;;
1238 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1239 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 1240 x_includes=$ac_optarg ;;
252b5132
RH
1241
1242 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1243 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1244 ac_prev=x_libraries ;;
1245 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1246 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 1247 x_libraries=$ac_optarg ;;
252b5132 1248
d0ac1c44
SM
1249 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1250Try \`$0 --help' for more information"
252b5132
RH
1251 ;;
1252
42ecbf5e
DJ
1253 *=*)
1254 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1255 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1256 case $ac_envvar in #(
1257 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1258 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1259 esac
1260 eval $ac_envvar=\$ac_optarg
42ecbf5e
DJ
1261 export $ac_envvar ;;
1262
252b5132 1263 *)
42ecbf5e 1264 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1265 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42ecbf5e 1266 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1267 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1268 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
252b5132
RH
1269 ;;
1270
1271 esac
1272done
1273
1274if test -n "$ac_prev"; then
42ecbf5e 1275 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1276 as_fn_error $? "missing argument to $ac_option"
252b5132
RH
1277fi
1278
81ecdfbb
RW
1279if test -n "$ac_unrecognized_opts"; then
1280 case $enable_option_checking in
1281 no) ;;
d0ac1c44 1282 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1283 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42ecbf5e 1284 esac
81ecdfbb 1285fi
252b5132 1286
81ecdfbb
RW
1287# Check all directory arguments for consistency.
1288for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1289 datadir sysconfdir sharedstatedir localstatedir includedir \
1290 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
31b0378d 1291 libdir localedir mandir
252b5132 1292do
81ecdfbb
RW
1293 eval ac_val=\$$ac_var
1294 # Remove trailing slashes.
42ecbf5e 1295 case $ac_val in
81ecdfbb
RW
1296 */ )
1297 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1298 eval $ac_var=\$ac_val;;
252b5132 1299 esac
81ecdfbb
RW
1300 # Be sure to have absolute directory names.
1301 case $ac_val in
1302 [\\/$]* | ?:[\\/]* ) continue;;
1303 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1304 esac
d0ac1c44 1305 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1306done
1307
42ecbf5e
DJ
1308# There might be people who depend on the old broken behavior: `$host'
1309# used to hold the argument of --host etc.
1310# FIXME: To remove some day.
1311build=$build_alias
1312host=$host_alias
1313target=$target_alias
1314
1315# FIXME: To remove some day.
1316if test "x$host_alias" != x; then
1317 if test "x$build_alias" = x; then
1318 cross_compiling=maybe
42ecbf5e
DJ
1319 elif test "x$build_alias" != "x$host_alias"; then
1320 cross_compiling=yes
1321 fi
1322fi
e5a52504 1323
42ecbf5e
DJ
1324ac_tool_prefix=
1325test -n "$host_alias" && ac_tool_prefix=$host_alias-
1326
1327test "$silent" = yes && exec 6>/dev/null
252b5132 1328
252b5132 1329
81ecdfbb
RW
1330ac_pwd=`pwd` && test -n "$ac_pwd" &&
1331ac_ls_di=`ls -di .` &&
1332ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1333 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1334test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1335 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1336
1337
252b5132
RH
1338# Find the source files, if location was not specified.
1339if test -z "$srcdir"; then
1340 ac_srcdir_defaulted=yes
81ecdfbb
RW
1341 # Try the directory containing this script, then the parent directory.
1342 ac_confdir=`$as_dirname -- "$as_myself" ||
1343$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1344 X"$as_myself" : 'X\(//\)[^/]' \| \
1345 X"$as_myself" : 'X\(//\)$' \| \
1346 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1347$as_echo X"$as_myself" |
1348 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1349 s//\1/
1350 q
1351 }
1352 /^X\(\/\/\)[^/].*/{
1353 s//\1/
1354 q
1355 }
1356 /^X\(\/\/\)$/{
1357 s//\1/
1358 q
1359 }
1360 /^X\(\/\).*/{
1361 s//\1/
1362 q
1363 }
1364 s/.*/./; q'`
252b5132 1365 srcdir=$ac_confdir
81ecdfbb 1366 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1367 srcdir=..
1368 fi
1369else
1370 ac_srcdir_defaulted=no
1371fi
81ecdfbb
RW
1372if test ! -r "$srcdir/$ac_unique_file"; then
1373 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1374 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1375fi
1376ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1377ac_abs_confdir=`(
d0ac1c44 1378 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1379 pwd)`
1380# When building in place, set srcdir=.
1381if test "$ac_abs_confdir" = "$ac_pwd"; then
1382 srcdir=.
1383fi
1384# Remove unnecessary trailing slashes from srcdir.
1385# Double slashes in file names in object file debugging info
1386# mess up M-x gdb in Emacs.
1387case $srcdir in
1388*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1389esac
1390for ac_var in $ac_precious_vars; do
1391 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1392 eval ac_env_${ac_var}_value=\$${ac_var}
1393 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1394 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1395done
252b5132 1396
42ecbf5e
DJ
1397#
1398# Report the --help message.
1399#
1400if test "$ac_init_help" = "long"; then
1401 # Omit some internal or obsolete options to make the list less imposing.
1402 # This message is too long to be a string in the A/UX 3.1 sh.
1403 cat <<_ACEOF
b5c37946 1404\`configure' configures binutils 2.41.50 to adapt to many kinds of systems.
252b5132 1405
42ecbf5e 1406Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1407
42ecbf5e
DJ
1408To assign environment variables (e.g., CC, CFLAGS...), specify them as
1409VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1410
42ecbf5e 1411Defaults for the options are specified in brackets.
ac48eca1 1412
42ecbf5e
DJ
1413Configuration:
1414 -h, --help display this help and exit
1415 --help=short display options specific to this package
1416 --help=recursive display the short help of all the included packages
1417 -V, --version display version information and exit
d0ac1c44 1418 -q, --quiet, --silent do not print \`checking ...' messages
42ecbf5e
DJ
1419 --cache-file=FILE cache test results in FILE [disabled]
1420 -C, --config-cache alias for \`--cache-file=config.cache'
1421 -n, --no-create do not create output files
1422 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1423
42ecbf5e
DJ
1424Installation directories:
1425 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1426 [$ac_default_prefix]
42ecbf5e 1427 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1428 [PREFIX]
ac48eca1 1429
42ecbf5e
DJ
1430By default, \`make install' will install all the files in
1431\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1432an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1433for instance \`--prefix=\$HOME'.
ac48eca1 1434
42ecbf5e 1435For better control, use the options below.
ac48eca1 1436
42ecbf5e 1437Fine tuning of the installation directories:
81ecdfbb
RW
1438 --bindir=DIR user executables [EPREFIX/bin]
1439 --sbindir=DIR system admin executables [EPREFIX/sbin]
1440 --libexecdir=DIR program executables [EPREFIX/libexec]
1441 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1442 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1443 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1444 --libdir=DIR object code libraries [EPREFIX/lib]
1445 --includedir=DIR C header files [PREFIX/include]
1446 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1447 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1448 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1449 --infodir=DIR info documentation [DATAROOTDIR/info]
1450 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1451 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1452 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
81ecdfbb
RW
1453 --htmldir=DIR html documentation [DOCDIR]
1454 --dvidir=DIR dvi documentation [DOCDIR]
1455 --pdfdir=DIR pdf documentation [DOCDIR]
1456 --psdir=DIR ps documentation [DOCDIR]
42ecbf5e 1457_ACEOF
ac48eca1 1458
42ecbf5e 1459 cat <<\_ACEOF
252b5132 1460
42ecbf5e
DJ
1461Program names:
1462 --program-prefix=PREFIX prepend PREFIX to installed program names
1463 --program-suffix=SUFFIX append SUFFIX to installed program names
1464 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1465
42ecbf5e
DJ
1466System types:
1467 --build=BUILD configure for building on BUILD [guessed]
1468 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1469 --target=TARGET configure for building compilers for TARGET [HOST]
1470_ACEOF
252b5132 1471fi
252b5132 1472
42ecbf5e 1473if test -n "$ac_init_help"; then
2e98a7bd 1474 case $ac_init_help in
b5c37946 1475 short | recursive ) echo "Configuration of binutils 2.41.50:";;
2e98a7bd 1476 esac
42ecbf5e 1477 cat <<\_ACEOF
252b5132 1478
42ecbf5e 1479Optional Features:
81ecdfbb 1480 --disable-option-checking ignore unrecognized --enable/--with options
42ecbf5e
DJ
1481 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1482 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
87b9f255
AM
1483 --enable-silent-rules less verbose build output (undo: "make V=1")
1484 --disable-silent-rules verbose build output (undo: "make V=0")
d0ac1c44
SM
1485 --enable-dependency-tracking
1486 do not reject slow dependency extractors
1487 --disable-dependency-tracking
1488 speeds up one-time build
81ecdfbb
RW
1489 --enable-shared[=PKGS] build shared libraries [default=yes]
1490 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1491 --enable-fast-install[=PKGS]
1492 optimize for fast installation [default=yes]
42ecbf5e 1493 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f
AM
1494 --enable-plugins Enable support for plugins
1495 --disable-largefile omit support for large files
43e05cd4 1496 --enable-checking enable run-time checks
42ecbf5e 1497 --enable-targets alternative target configurations
9cb80f72
RM
1498 --enable-deterministic-archives
1499 ar and ranlib default to -D behavior
7fac9594
NC
1500 --disable-default-strings-all
1501 strings defaults to --data behavior
e6f6aa8d
NC
1502 --enable-f-for-ifunc-symbols
1503 Have nm use F and f for global and local ifunc
1504 symbols
c46b7066
NC
1505 --enable-follow-debug-links
1506 Have readelf and objdump follow debug links by
1507 default
18bf5643
NC
1508 --enable-colored-disassembly
1509 Have objdump use colors in its disassembly by
1510 default
094e34f2 1511 --enable-libctf Handle .ctf type-info sections [default=yes]
241a6c40
AM
1512 --enable-werror treat compile warnings as errors
1513 --enable-build-warnings enable build-time compiler warnings
42ecbf5e 1514 --disable-nls do not use Native Language Support
d0ac1c44
SM
1515 --enable-maintainer-mode
1516 enable make rules and dependencies not useful (and
1517 sometimes confusing) to the casual installer
5ba684e2 1518 --disable-rpath do not hardcode runtime library paths
42ecbf5e
DJ
1519
1520Optional Packages:
1521 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1522 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1523 --with-pic try to use only PIC/non-PIC objects [default=use
1524 both]
1525 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
301a9420
AM
1526 --with-debuginfod Enable debuginfo lookups with debuginfod
1527 (auto/yes/no)
0ee42ecd 1528 --with-system-zlib use installed libz
2cac01e3
FS
1529 --with-zstd support zstd compressed debug sections
1530 (default=auto)
2952f10c 1531 --with-msgpack Enable msgpack support (auto/yes/no)
5ba684e2
NC
1532 --with-gnu-ld assume the C compiler uses GNU ld default=no
1533 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1534 --without-libiconv-prefix don't search for libiconv in includedir and libdir
9f1528a1 1535 --with-libiconv-type=TYPE type of library to search for (auto/static/shared)
252b5132 1536
42ecbf5e
DJ
1537Some influential environment variables:
1538 CC C compiler command
1539 CFLAGS C compiler flags
1540 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1541 nonstandard directory <lib dir>
81ecdfbb 1542 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1543 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1544 you have headers in a nonstandard directory <include dir>
42ecbf5e 1545 CPP C preprocessor
f6720b1c
AM
1546 PKG_CONFIG path to pkg-config utility
1547 PKG_CONFIG_PATH
1548 directories to add to pkg-config's search path
1549 PKG_CONFIG_LIBDIR
1550 path overriding pkg-config's built-in search path
1551 DEBUGINFOD_CFLAGS
1552 C compiler flags for DEBUGINFOD, overriding pkg-config
1553 DEBUGINFOD_LIBS
1554 linker flags for DEBUGINFOD, overriding pkg-config
d0ac1c44
SM
1555 YACC The `Yet Another Compiler Compiler' implementation to use.
1556 Defaults to the first program found out of: `bison -y', `byacc',
1557 `yacc'.
81ecdfbb
RW
1558 YFLAGS The list of arguments that will be passed by default to $YACC.
1559 This script will default YFLAGS to the empty string to avoid a
1560 default value of `-d' given by some make applications.
2cac01e3
FS
1561 ZSTD_CFLAGS C compiler flags for ZSTD, overriding pkg-config
1562 ZSTD_LIBS linker flags for ZSTD, overriding pkg-config
2952f10c
SM
1563 MSGPACK_CFLAGS
1564 C compiler flags for MSGPACK, overriding pkg-config
1565 MSGPACK_LIBS
1566 linker flags for MSGPACK, overriding pkg-config
e5a52504 1567
42ecbf5e
DJ
1568Use these variables to override the choices made by `configure' or to help
1569it to find libraries and programs with nonstandard names/locations.
1570
81ecdfbb 1571Report bugs to the package provider.
42ecbf5e 1572_ACEOF
81ecdfbb 1573ac_status=$?
252b5132
RH
1574fi
1575
42ecbf5e
DJ
1576if test "$ac_init_help" = "recursive"; then
1577 # If there are subdirs, report their specific --help.
42ecbf5e 1578 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1579 test -d "$ac_dir" ||
1580 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1581 continue
42ecbf5e
DJ
1582 ac_builddir=.
1583
81ecdfbb
RW
1584case "$ac_dir" in
1585.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586*)
1587 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1588 # A ".." for each directory in $ac_dir_suffix.
1589 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1590 case $ac_top_builddir_sub in
1591 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1592 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1593 esac ;;
1594esac
1595ac_abs_top_builddir=$ac_pwd
1596ac_abs_builddir=$ac_pwd$ac_dir_suffix
1597# for backward compatibility:
1598ac_top_builddir=$ac_top_build_prefix
252b5132 1599
42ecbf5e 1600case $srcdir in
81ecdfbb 1601 .) # We are building in place.
42ecbf5e 1602 ac_srcdir=.
81ecdfbb
RW
1603 ac_top_srcdir=$ac_top_builddir_sub
1604 ac_abs_top_srcdir=$ac_pwd ;;
1605 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 1606 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1607 ac_top_srcdir=$srcdir
1608 ac_abs_top_srcdir=$srcdir ;;
1609 *) # Relative name.
1610 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1611 ac_top_srcdir=$ac_top_build_prefix$srcdir
1612 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
252b5132 1613esac
81ecdfbb
RW
1614ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1615
1616 cd "$ac_dir" || { ac_status=$?; continue; }
1617 # Check for guested configure.
1618 if test -f "$ac_srcdir/configure.gnu"; then
1619 echo &&
1620 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1621 elif test -f "$ac_srcdir/configure"; then
1622 echo &&
1623 $SHELL "$ac_srcdir/configure" --help=recursive
42ecbf5e 1624 else
81ecdfbb
RW
1625 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1626 fi || ac_status=$?
1627 cd "$ac_pwd" || { ac_status=$?; break; }
42ecbf5e
DJ
1628 done
1629fi
5d64ca4e 1630
81ecdfbb 1631test -n "$ac_init_help" && exit $ac_status
42ecbf5e
DJ
1632if $ac_init_version; then
1633 cat <<\_ACEOF
b5c37946 1634binutils configure 2.41.50
d0ac1c44 1635generated by GNU Autoconf 2.69
5d64ca4e 1636
d0ac1c44 1637Copyright (C) 2012 Free Software Foundation, Inc.
42ecbf5e
DJ
1638This configure script is free software; the Free Software Foundation
1639gives unlimited permission to copy, distribute and modify it.
1640_ACEOF
81ecdfbb 1641 exit
42ecbf5e 1642fi
252b5132 1643
81ecdfbb
RW
1644## ------------------------ ##
1645## Autoconf initialization. ##
1646## ------------------------ ##
e5a52504 1647
81ecdfbb
RW
1648# ac_fn_c_try_compile LINENO
1649# --------------------------
1650# Try to compile conftest.$ac_ext, and return whether this succeeded.
1651ac_fn_c_try_compile ()
42ecbf5e 1652{
81ecdfbb
RW
1653 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1654 rm -f conftest.$ac_objext
1655 if { { ac_try="$ac_compile"
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_compile") 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
1670 test $ac_status = 0; } && {
1671 test -z "$ac_c_werror_flag" ||
1672 test ! -s conftest.err
1673 } && test -s conftest.$ac_objext; then :
1674 ac_retval=0
1675else
1676 $as_echo "$as_me: failed program was:" >&5
1677sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 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
42ecbf5e 1683
81ecdfbb
RW
1684} # ac_fn_c_try_compile
1685
81ecdfbb
RW
1686# ac_fn_c_try_cpp LINENO
1687# ----------------------
1688# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1689ac_fn_c_try_cpp ()
1690{
1691 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1692 if { { ac_try="$ac_cpp conftest.$ac_ext"
1693case "(($ac_try" in
1694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1695 *) ac_try_echo=$ac_try;;
1696esac
1697eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1698$as_echo "$ac_try_echo"; } >&5
1699 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1700 ac_status=$?
1701 if test -s conftest.err; then
1702 grep -v '^ *+' conftest.err >conftest.er1
1703 cat conftest.er1 >&5
1704 mv -f conftest.er1 conftest.err
1705 fi
1706 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1707 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1708 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1709 test ! -s conftest.err
1710 }; then :
1711 ac_retval=0
1712else
1713 $as_echo "$as_me: failed program was:" >&5
1714sed 's/^/| /' conftest.$ac_ext >&5
1715
1716 ac_retval=1
1717fi
d0ac1c44
SM
1718 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1719 as_fn_set_status $ac_retval
81ecdfbb
RW
1720
1721} # ac_fn_c_try_cpp
1722
1723# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1724# -------------------------------------------------------
1725# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1726# the include files in INCLUDES and setting the cache variable VAR
1727# accordingly.
1728ac_fn_c_check_header_mongrel ()
1729{
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1731 if eval \${$3+:} false; then :
81ecdfbb
RW
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1733$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1734if eval \${$3+:} false; then :
81ecdfbb
RW
1735 $as_echo_n "(cached) " >&6
1736fi
1737eval ac_res=\$$3
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1739$as_echo "$ac_res" >&6; }
1740else
1741 # Is the header compilable?
1742{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1743$as_echo_n "checking $2 usability... " >&6; }
1744cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1745/* end confdefs.h. */
1746$4
1747#include <$2>
1748_ACEOF
1749if ac_fn_c_try_compile "$LINENO"; then :
1750 ac_header_compiler=yes
1751else
1752 ac_header_compiler=no
1753fi
1754rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1755{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1756$as_echo "$ac_header_compiler" >&6; }
1757
1758# Is the header present?
1759{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1760$as_echo_n "checking $2 presence... " >&6; }
1761cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1762/* end confdefs.h. */
1763#include <$2>
1764_ACEOF
1765if ac_fn_c_try_cpp "$LINENO"; then :
1766 ac_header_preproc=yes
1767else
1768 ac_header_preproc=no
1769fi
d0ac1c44 1770rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1771{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1772$as_echo "$ac_header_preproc" >&6; }
1773
1774# So? What about this header?
1775case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1776 yes:no: )
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1778$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1780$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1781 ;;
1782 no:yes:* )
1783 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1784$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1786$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1788$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1789 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1790$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1792$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1793 ;;
1794esac
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1796$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1797if eval \${$3+:} false; then :
81ecdfbb
RW
1798 $as_echo_n "(cached) " >&6
1799else
1800 eval "$3=\$ac_header_compiler"
1801fi
1802eval ac_res=\$$3
1803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1804$as_echo "$ac_res" >&6; }
1805fi
d0ac1c44 1806 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1807
1808} # ac_fn_c_check_header_mongrel
1809
1810# ac_fn_c_try_run LINENO
1811# ----------------------
1812# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1813# that executables *can* be run.
1814ac_fn_c_try_run ()
1815{
1816 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1817 if { { ac_try="$ac_link"
1818case "(($ac_try" in
1819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1820 *) ac_try_echo=$ac_try;;
1821esac
1822eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1823$as_echo "$ac_try_echo"; } >&5
1824 (eval "$ac_link") 2>&5
1825 ac_status=$?
1826 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1827 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1828 { { case "(($ac_try" in
1829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1830 *) ac_try_echo=$ac_try;;
1831esac
1832eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1833$as_echo "$ac_try_echo"; } >&5
1834 (eval "$ac_try") 2>&5
1835 ac_status=$?
1836 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1837 test $ac_status = 0; }; }; then :
1838 ac_retval=0
1839else
1840 $as_echo "$as_me: program exited with status $ac_status" >&5
1841 $as_echo "$as_me: failed program was:" >&5
1842sed 's/^/| /' conftest.$ac_ext >&5
1843
1844 ac_retval=$ac_status
1845fi
1846 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1847 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1848 as_fn_set_status $ac_retval
81ecdfbb
RW
1849
1850} # ac_fn_c_try_run
1851
1852# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1853# -------------------------------------------------------
1854# Tests whether HEADER exists and can be compiled using the include files in
1855# INCLUDES, setting the cache variable VAR accordingly.
1856ac_fn_c_check_header_compile ()
1857{
1858 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1860$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1861if eval \${$3+:} false; then :
81ecdfbb
RW
1862 $as_echo_n "(cached) " >&6
1863else
1864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1865/* end confdefs.h. */
1866$4
1867#include <$2>
1868_ACEOF
1869if ac_fn_c_try_compile "$LINENO"; then :
1870 eval "$3=yes"
1871else
1872 eval "$3=no"
1873fi
1874rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1875fi
1876eval ac_res=\$$3
1877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1878$as_echo "$ac_res" >&6; }
d0ac1c44 1879 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1880
1881} # ac_fn_c_check_header_compile
1882
87b9f255
AM
1883# ac_fn_c_try_link LINENO
1884# -----------------------
1885# Try to link conftest.$ac_ext, and return whether this succeeded.
1886ac_fn_c_try_link ()
1887{
1888 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1889 rm -f conftest.$ac_objext conftest$ac_exeext
1890 if { { ac_try="$ac_link"
1891case "(($ac_try" in
1892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1893 *) ac_try_echo=$ac_try;;
1894esac
1895eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1896$as_echo "$ac_try_echo"; } >&5
1897 (eval "$ac_link") 2>conftest.err
1898 ac_status=$?
1899 if test -s conftest.err; then
1900 grep -v '^ *+' conftest.err >conftest.er1
1901 cat conftest.er1 >&5
1902 mv -f conftest.er1 conftest.err
1903 fi
1904 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1905 test $ac_status = 0; } && {
1906 test -z "$ac_c_werror_flag" ||
1907 test ! -s conftest.err
1908 } && test -s conftest$ac_exeext && {
1909 test "$cross_compiling" = yes ||
1910 test -x conftest$ac_exeext
1911 }; then :
1912 ac_retval=0
1913else
1914 $as_echo "$as_me: failed program was:" >&5
1915sed 's/^/| /' conftest.$ac_ext >&5
1916
1917 ac_retval=1
1918fi
1919 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1920 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1921 # interfere with the next link command; also delete a directory that is
1922 # left behind by Apple's compiler. We do this before executing the actions.
1923 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1924 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1925 as_fn_set_status $ac_retval
1926
1927} # ac_fn_c_try_link
1928
81ecdfbb
RW
1929# ac_fn_c_check_func LINENO FUNC VAR
1930# ----------------------------------
1931# Tests whether FUNC exists, setting the cache variable VAR accordingly
1932ac_fn_c_check_func ()
1933{
1934 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1936$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1937if eval \${$3+:} false; then :
81ecdfbb
RW
1938 $as_echo_n "(cached) " >&6
1939else
1940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1941/* end confdefs.h. */
1942/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1943 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1944#define $2 innocuous_$2
1945
1946/* System header to define __stub macros and hopefully few prototypes,
1947 which can conflict with char $2 (); below.
1948 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1949 <limits.h> exists even on freestanding compilers. */
1950
1951#ifdef __STDC__
1952# include <limits.h>
1953#else
1954# include <assert.h>
1955#endif
1956
1957#undef $2
1958
1959/* Override any GCC internal prototype to avoid an error.
1960 Use char because int might match the return type of a GCC
1961 builtin and then its argument prototype would still apply. */
1962#ifdef __cplusplus
1963extern "C"
1964#endif
1965char $2 ();
1966/* The GNU C library defines this for functions which it implements
1967 to always fail with ENOSYS. Some functions are actually named
1968 something starting with __ and the normal name is an alias. */
1969#if defined __stub_$2 || defined __stub___$2
1970choke me
1971#endif
1972
1973int
1974main ()
1975{
1976return $2 ();
1977 ;
1978 return 0;
1979}
1980_ACEOF
1981if ac_fn_c_try_link "$LINENO"; then :
1982 eval "$3=yes"
1983else
1984 eval "$3=no"
1985fi
1986rm -f core conftest.err conftest.$ac_objext \
1987 conftest$ac_exeext conftest.$ac_ext
1988fi
1989eval ac_res=\$$3
1990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1991$as_echo "$ac_res" >&6; }
d0ac1c44 1992 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1993
1994} # ac_fn_c_check_func
1995
985e0264
AM
1996# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1997# ----------------------------------------------------
1998# Tries to find if the field MEMBER exists in type AGGR, after including
1999# INCLUDES, setting cache variable VAR accordingly.
2000ac_fn_c_check_member ()
2001{
2002 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2004$as_echo_n "checking for $2.$3... " >&6; }
2005if eval \${$4+:} false; then :
2006 $as_echo_n "(cached) " >&6
2007else
2008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2009/* end confdefs.h. */
2010$5
2011int
2012main ()
2013{
2014static $2 ac_aggr;
2015if (ac_aggr.$3)
2016return 0;
2017 ;
2018 return 0;
2019}
2020_ACEOF
2021if ac_fn_c_try_compile "$LINENO"; then :
2022 eval "$4=yes"
2023else
2024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2025/* end confdefs.h. */
2026$5
2027int
2028main ()
2029{
2030static $2 ac_aggr;
2031if (sizeof ac_aggr.$3)
2032return 0;
2033 ;
2034 return 0;
2035}
2036_ACEOF
2037if ac_fn_c_try_compile "$LINENO"; then :
2038 eval "$4=yes"
2039else
2040 eval "$4=no"
2041fi
2042rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2043fi
2044rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2045fi
2046eval ac_res=\$$4
2047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2048$as_echo "$ac_res" >&6; }
2049 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2050
2051} # ac_fn_c_check_member
2052
f6720b1c
AM
2053# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2054# ---------------------------------------------
2055# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2056# accordingly.
2057ac_fn_c_check_decl ()
2058{
2059 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2060 as_decl_name=`echo $2|sed 's/ *(.*//'`
2061 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2063$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2064if eval \${$3+:} false; then :
2065 $as_echo_n "(cached) " >&6
2066else
2067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2068/* end confdefs.h. */
2069$4
2070int
2071main ()
2072{
2073#ifndef $as_decl_name
2074#ifdef __cplusplus
2075 (void) $as_decl_use;
2076#else
2077 (void) $as_decl_name;
2078#endif
2079#endif
2080
2081 ;
2082 return 0;
2083}
2084_ACEOF
2085if ac_fn_c_try_compile "$LINENO"; then :
2086 eval "$3=yes"
2087else
2088 eval "$3=no"
2089fi
2090rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2091fi
2092eval ac_res=\$$3
2093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2094$as_echo "$ac_res" >&6; }
2095 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2096
2097} # ac_fn_c_check_decl
81ecdfbb
RW
2098cat >config.log <<_ACEOF
2099This file contains any messages produced by compilers while
2100running configure, to aid debugging if configure makes a mistake.
2101
b5c37946 2102It was created by binutils $as_me 2.41.50, which was
d0ac1c44 2103generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2104
2105 $ $0 $@
2106
2107_ACEOF
2108exec 5>>config.log
2109{
2110cat <<_ASUNAME
2111## --------- ##
2112## Platform. ##
2113## --------- ##
2114
2115hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2116uname -m = `(uname -m) 2>/dev/null || echo unknown`
2117uname -r = `(uname -r) 2>/dev/null || echo unknown`
2118uname -s = `(uname -s) 2>/dev/null || echo unknown`
2119uname -v = `(uname -v) 2>/dev/null || echo unknown`
2120
2121/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2122/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2123
2124/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2125/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2126/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2127/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2128/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2129/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2130/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
42ecbf5e
DJ
2131
2132_ASUNAME
2133
2134as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2135for as_dir in $PATH
2136do
2137 IFS=$as_save_IFS
2138 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2139 $as_echo "PATH: $as_dir"
2140 done
2141IFS=$as_save_IFS
e5a52504 2142
42ecbf5e 2143} >&5
ceae3e33 2144
42ecbf5e 2145cat >&5 <<_ACEOF
e5a52504 2146
42ecbf5e
DJ
2147
2148## ----------- ##
2149## Core tests. ##
2150## ----------- ##
2151
2152_ACEOF
2153
2154
2155# Keep a trace of the command line.
2156# Strip out --no-create and --no-recursion so they do not pile up.
2157# Strip out --silent because we don't want to record it for future runs.
2158# Also quote any args containing shell meta-characters.
2159# Make two passes to allow for proper duplicate-argument suppression.
2160ac_configure_args=
2161ac_configure_args0=
2162ac_configure_args1=
42ecbf5e
DJ
2163ac_must_keep_next=false
2164for ac_pass in 1 2
2165do
2166 for ac_arg
2167 do
2168 case $ac_arg in
2169 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2170 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2171 | -silent | --silent | --silen | --sile | --sil)
2172 continue ;;
81ecdfbb
RW
2173 *\'*)
2174 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2175 esac
2176 case $ac_pass in
81ecdfbb 2177 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42ecbf5e 2178 2)
81ecdfbb 2179 as_fn_append ac_configure_args1 " '$ac_arg'"
42ecbf5e
DJ
2180 if test $ac_must_keep_next = true; then
2181 ac_must_keep_next=false # Got value, back to normal.
2182 else
2183 case $ac_arg in
2184 *=* | --config-cache | -C | -disable-* | --disable-* \
2185 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2186 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2187 | -with-* | --with-* | -without-* | --without-* | --x)
2188 case "$ac_configure_args0 " in
2189 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2190 esac
2191 ;;
2192 -* ) ac_must_keep_next=true ;;
2193 esac
2194 fi
81ecdfbb 2195 as_fn_append ac_configure_args " '$ac_arg'"
42ecbf5e
DJ
2196 ;;
2197 esac
2198 done
2199done
81ecdfbb
RW
2200{ ac_configure_args0=; unset ac_configure_args0;}
2201{ ac_configure_args1=; unset ac_configure_args1;}
42ecbf5e
DJ
2202
2203# When interrupted or exit'd, cleanup temporary files, and complete
2204# config.log. We remove comments because anyway the quotes in there
2205# would cause problems or look ugly.
81ecdfbb
RW
2206# WARNING: Use '\'' to represent an apostrophe within the trap.
2207# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42ecbf5e
DJ
2208trap 'exit_status=$?
2209 # Save into config.log some information that might help in debugging.
2210 {
2211 echo
2212
d0ac1c44 2213 $as_echo "## ---------------- ##
42ecbf5e 2214## Cache variables. ##
d0ac1c44 2215## ---------------- ##"
42ecbf5e
DJ
2216 echo
2217 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2218(
2219 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2220 eval ac_val=\$$ac_var
2221 case $ac_val in #(
2222 *${as_nl}*)
2223 case $ac_var in #(
2224 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2225$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2226 esac
2227 case $ac_var in #(
2228 _ | IFS | as_nl) ;; #(
2229 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2230 *) { eval $ac_var=; unset $ac_var;} ;;
2231 esac ;;
2232 esac
2233 done
42ecbf5e 2234 (set) 2>&1 |
81ecdfbb
RW
2235 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2236 *${as_nl}ac_space=\ *)
42ecbf5e 2237 sed -n \
81ecdfbb
RW
2238 "s/'\''/'\''\\\\'\'''\''/g;
2239 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2240 ;; #(
42ecbf5e 2241 *)
81ecdfbb 2242 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 2243 ;;
81ecdfbb
RW
2244 esac |
2245 sort
2246)
42ecbf5e
DJ
2247 echo
2248
d0ac1c44 2249 $as_echo "## ----------------- ##
42ecbf5e 2250## Output variables. ##
d0ac1c44 2251## ----------------- ##"
42ecbf5e
DJ
2252 echo
2253 for ac_var in $ac_subst_vars
2254 do
81ecdfbb
RW
2255 eval ac_val=\$$ac_var
2256 case $ac_val in
2257 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2258 esac
2259 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2260 done | sort
2261 echo
2262
2263 if test -n "$ac_subst_files"; then
d0ac1c44 2264 $as_echo "## ------------------- ##
81ecdfbb 2265## File substitutions. ##
d0ac1c44 2266## ------------------- ##"
42ecbf5e
DJ
2267 echo
2268 for ac_var in $ac_subst_files
2269 do
81ecdfbb
RW
2270 eval ac_val=\$$ac_var
2271 case $ac_val in
2272 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2273 esac
2274 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2275 done | sort
2276 echo
2277 fi
2278
2279 if test -s confdefs.h; then
d0ac1c44 2280 $as_echo "## ----------- ##
42ecbf5e 2281## confdefs.h. ##
d0ac1c44 2282## ----------- ##"
42ecbf5e 2283 echo
81ecdfbb 2284 cat confdefs.h
42ecbf5e
DJ
2285 echo
2286 fi
2287 test "$ac_signal" != 0 &&
81ecdfbb
RW
2288 $as_echo "$as_me: caught signal $ac_signal"
2289 $as_echo "$as_me: exit $exit_status"
42ecbf5e 2290 } >&5
81ecdfbb
RW
2291 rm -f core *.core core.conftest.* &&
2292 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42ecbf5e 2293 exit $exit_status
81ecdfbb 2294' 0
42ecbf5e 2295for ac_signal in 1 2 13 15; do
81ecdfbb 2296 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42ecbf5e
DJ
2297done
2298ac_signal=0
2299
2300# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2301rm -f -r conftest* confdefs.h
2302
2303$as_echo "/* confdefs.h */" > confdefs.h
42ecbf5e
DJ
2304
2305# Predefined preprocessor variables.
2306
2307cat >>confdefs.h <<_ACEOF
2308#define PACKAGE_NAME "$PACKAGE_NAME"
2309_ACEOF
2310
42ecbf5e
DJ
2311cat >>confdefs.h <<_ACEOF
2312#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2313_ACEOF
2314
42ecbf5e
DJ
2315cat >>confdefs.h <<_ACEOF
2316#define PACKAGE_VERSION "$PACKAGE_VERSION"
2317_ACEOF
2318
42ecbf5e
DJ
2319cat >>confdefs.h <<_ACEOF
2320#define PACKAGE_STRING "$PACKAGE_STRING"
2321_ACEOF
2322
42ecbf5e
DJ
2323cat >>confdefs.h <<_ACEOF
2324#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2325_ACEOF
2326
81ecdfbb
RW
2327cat >>confdefs.h <<_ACEOF
2328#define PACKAGE_URL "$PACKAGE_URL"
2329_ACEOF
2330
42ecbf5e
DJ
2331
2332# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2333# Prefer an explicitly selected file to automatically selected ones.
2334ac_site_file1=NONE
2335ac_site_file2=NONE
2336if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2337 # We do not want a PATH search for config.site.
2338 case $CONFIG_SITE in #((
2339 -*) ac_site_file1=./$CONFIG_SITE;;
2340 */*) ac_site_file1=$CONFIG_SITE;;
2341 *) ac_site_file1=./$CONFIG_SITE;;
2342 esac
81ecdfbb
RW
2343elif test "x$prefix" != xNONE; then
2344 ac_site_file1=$prefix/share/config.site
2345 ac_site_file2=$prefix/etc/config.site
2346else
2347 ac_site_file1=$ac_default_prefix/share/config.site
2348 ac_site_file2=$ac_default_prefix/etc/config.site
2349fi
2350for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2351do
2352 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2353 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2355$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42ecbf5e 2356 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2357 . "$ac_site_file" \
2358 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2359$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2360as_fn_error $? "failed to load site script $ac_site_file
2361See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e
DJ
2362 fi
2363done
2364
2365if test -r "$cache_file"; then
d0ac1c44
SM
2366 # Some versions of bash will fail to source /dev/null (special files
2367 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2368 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2369 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2370$as_echo "$as_me: loading cache $cache_file" >&6;}
42ecbf5e 2371 case $cache_file in
81ecdfbb
RW
2372 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2373 *) . "./$cache_file";;
42ecbf5e
DJ
2374 esac
2375 fi
2376else
81ecdfbb
RW
2377 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2378$as_echo "$as_me: creating cache $cache_file" >&6;}
42ecbf5e
DJ
2379 >$cache_file
2380fi
2381
34156b23
L
2382as_fn_append ac_header_list " stdlib.h"
2383as_fn_append ac_header_list " unistd.h"
2384as_fn_append ac_header_list " sys/param.h"
42ecbf5e
DJ
2385# Check that the precious variables saved in the cache have kept the same
2386# value.
2387ac_cache_corrupted=false
81ecdfbb 2388for ac_var in $ac_precious_vars; do
42ecbf5e
DJ
2389 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2390 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2391 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2392 eval ac_new_val=\$ac_env_${ac_var}_value
42ecbf5e
DJ
2393 case $ac_old_set,$ac_new_set in
2394 set,)
81ecdfbb
RW
2395 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2396$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42ecbf5e
DJ
2397 ac_cache_corrupted=: ;;
2398 ,set)
81ecdfbb
RW
2399 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2400$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42ecbf5e
DJ
2401 ac_cache_corrupted=: ;;
2402 ,);;
2403 *)
2404 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2405 # differences in whitespace do not lead to failure.
2406 ac_old_val_w=`echo x $ac_old_val`
2407 ac_new_val_w=`echo x $ac_new_val`
2408 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2410$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2411 ac_cache_corrupted=:
2412 else
2413 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2414$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2415 eval $ac_var=\$ac_old_val
2416 fi
2417 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2418$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2419 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2420$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
2421 fi;;
2422 esac
2423 # Pass precious variables to config.status.
2424 if test "$ac_new_set" = set; then
2425 case $ac_new_val in
81ecdfbb 2426 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2427 *) ac_arg=$ac_var=$ac_new_val ;;
2428 esac
2429 case " $ac_configure_args " in
2430 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2431 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42ecbf5e
DJ
2432 esac
2433 fi
2434done
2435if $ac_cache_corrupted; then
81ecdfbb
RW
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2437$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2439$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2440 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
42ecbf5e 2441fi
81ecdfbb
RW
2442## -------------------- ##
2443## Main body of script. ##
2444## -------------------- ##
42ecbf5e
DJ
2445
2446ac_ext=c
2447ac_cpp='$CPP $CPPFLAGS'
2448ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2449ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2450ac_compiler_gnu=$ac_cv_c_compiler_gnu
2451
2452
2453
42ecbf5e 2454
da594c4a 2455
42ecbf5e
DJ
2456
2457
2458ac_aux_dir=
81ecdfbb 2459for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
2460 if test -f "$ac_dir/install-sh"; then
2461 ac_aux_dir=$ac_dir
2462 ac_install_sh="$ac_aux_dir/install-sh -c"
2463 break
2464 elif test -f "$ac_dir/install.sh"; then
2465 ac_aux_dir=$ac_dir
2466 ac_install_sh="$ac_aux_dir/install.sh -c"
2467 break
2468 elif test -f "$ac_dir/shtool"; then
2469 ac_aux_dir=$ac_dir
2470 ac_install_sh="$ac_aux_dir/shtool install -c"
2471 break
2472 fi
42ecbf5e
DJ
2473done
2474if test -z "$ac_aux_dir"; then
d0ac1c44 2475 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
42ecbf5e 2476fi
81ecdfbb
RW
2477
2478# These three variables are undocumented and unsupported,
2479# and are intended to be withdrawn in a future Autoconf release.
2480# They can cause serious problems if a builder's source tree is in a directory
2481# whose full name contains unusual characters.
2482ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2483ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2484ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2485
42ecbf5e
DJ
2486
2487# Make sure we can run config.sub.
81ecdfbb 2488$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 2489 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
81ecdfbb
RW
2490
2491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2492$as_echo_n "checking build system type... " >&6; }
d0ac1c44 2493if ${ac_cv_build+:} false; then :
81ecdfbb
RW
2494 $as_echo_n "(cached) " >&6
2495else
2496 ac_build_alias=$build_alias
2497test "x$ac_build_alias" = x &&
2498 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2499test "x$ac_build_alias" = x &&
d0ac1c44 2500 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
81ecdfbb 2501ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 2502 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
81ecdfbb
RW
2503
2504fi
2505{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2506$as_echo "$ac_cv_build" >&6; }
2507case $ac_cv_build in
2508*-*-*) ;;
d0ac1c44 2509*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
81ecdfbb 2510esac
42ecbf5e 2511build=$ac_cv_build
81ecdfbb
RW
2512ac_save_IFS=$IFS; IFS='-'
2513set x $ac_cv_build
2514shift
2515build_cpu=$1
2516build_vendor=$2
2517shift; shift
2518# Remember, the first character of IFS is used to create $*,
2519# except with old shells:
2520build_os=$*
2521IFS=$ac_save_IFS
2522case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2523
2524
81ecdfbb
RW
2525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2526$as_echo_n "checking host system type... " >&6; }
d0ac1c44 2527if ${ac_cv_host+:} false; then :
81ecdfbb 2528 $as_echo_n "(cached) " >&6
42ecbf5e 2529else
81ecdfbb
RW
2530 if test "x$host_alias" = x; then
2531 ac_cv_host=$ac_cv_build
2532else
2533 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 2534 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 2535fi
42ecbf5e
DJ
2536
2537fi
81ecdfbb
RW
2538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2539$as_echo "$ac_cv_host" >&6; }
2540case $ac_cv_host in
2541*-*-*) ;;
d0ac1c44 2542*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 2543esac
42ecbf5e 2544host=$ac_cv_host
81ecdfbb
RW
2545ac_save_IFS=$IFS; IFS='-'
2546set x $ac_cv_host
2547shift
2548host_cpu=$1
2549host_vendor=$2
2550shift; shift
2551# Remember, the first character of IFS is used to create $*,
2552# except with old shells:
2553host_os=$*
2554IFS=$ac_save_IFS
2555case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2556
2557
81ecdfbb
RW
2558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2559$as_echo_n "checking target system type... " >&6; }
d0ac1c44 2560if ${ac_cv_target+:} false; then :
81ecdfbb
RW
2561 $as_echo_n "(cached) " >&6
2562else
2563 if test "x$target_alias" = x; then
2564 ac_cv_target=$ac_cv_host
42ecbf5e 2565else
81ecdfbb 2566 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 2567 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
81ecdfbb 2568fi
42ecbf5e
DJ
2569
2570fi
81ecdfbb
RW
2571{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2572$as_echo "$ac_cv_target" >&6; }
2573case $ac_cv_target in
2574*-*-*) ;;
d0ac1c44 2575*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
81ecdfbb 2576esac
42ecbf5e 2577target=$ac_cv_target
81ecdfbb
RW
2578ac_save_IFS=$IFS; IFS='-'
2579set x $ac_cv_target
2580shift
2581target_cpu=$1
2582target_vendor=$2
2583shift; shift
2584# Remember, the first character of IFS is used to create $*,
2585# except with old shells:
2586target_os=$*
2587IFS=$ac_save_IFS
2588case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2589
2590
2591# The aliases save the names the user supplied, while $host etc.
2592# will get canonicalized.
2593test -n "$target_alias" &&
2594 test "$program_prefix$program_suffix$program_transform_name" = \
2595 NONENONEs,x,x, &&
2596 program_prefix=${target_alias}-
d0ac1c44 2597
b9583093 2598am__api_version='1.15'
87b9f255
AM
2599
2600# Find a good install program. We prefer a C program (faster),
2601# so one script is as good as another. But avoid the broken or
2602# incompatible versions:
2603# SysV /etc/install, /usr/sbin/install
2604# SunOS /usr/etc/install
2605# IRIX /sbin/install
2606# AIX /bin/install
2607# AmigaOS /C/install, which installs bootblocks on floppy discs
2608# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2609# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2610# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2611# OS/2's system install, which has a completely different semantic
2612# ./install, which can be erroneously created by make from ./install.sh.
2613# Reject install programs that cannot install multiple files.
2614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2615$as_echo_n "checking for a BSD-compatible install... " >&6; }
2616if test -z "$INSTALL"; then
2617if ${ac_cv_path_install+:} false; then :
81ecdfbb 2618 $as_echo_n "(cached) " >&6
42ecbf5e 2619else
87b9f255 2620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
42ecbf5e
DJ
2621for as_dir in $PATH
2622do
2623 IFS=$as_save_IFS
2624 test -z "$as_dir" && as_dir=.
87b9f255
AM
2625 # Account for people who put trailing slashes in PATH elements.
2626case $as_dir/ in #((
2627 ./ | .// | /[cC]/* | \
2628 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2629 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2630 /usr/ucb/* ) ;;
2631 *)
2632 # OSF1 and SCO ODT 3.0 have their own names for install.
2633 # Don't use installbsd from OSF since it installs stuff as root
2634 # by default.
2635 for ac_prog in ginstall scoinst install; do
2636 for ac_exec_ext in '' $ac_executable_extensions; do
2637 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2638 if test $ac_prog = install &&
2639 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2640 # AIX install. It has an incompatible calling convention.
2641 :
2642 elif test $ac_prog = install &&
2643 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2644 # program-specific install script used by HP pwplus--don't use.
2645 :
2646 else
2647 rm -rf conftest.one conftest.two conftest.dir
2648 echo one > conftest.one
2649 echo two > conftest.two
2650 mkdir conftest.dir
2651 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2652 test -s conftest.one && test -s conftest.two &&
2653 test -s conftest.dir/conftest.one &&
2654 test -s conftest.dir/conftest.two
2655 then
2656 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2657 break 3
2658 fi
2659 fi
2660 fi
2661 done
2662 done
2663 ;;
2664esac
2665
81ecdfbb
RW
2666 done
2667IFS=$as_save_IFS
42ecbf5e 2668
87b9f255
AM
2669rm -rf conftest.one conftest.two conftest.dir
2670
252b5132
RH
2671fi
2672 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 2673 INSTALL=$ac_cv_path_install
252b5132 2674 else
58c85be7
RW
2675 # As a last resort, use the slow shell script. Don't cache a
2676 # value for INSTALL within a source directory, because that will
252b5132 2677 # break other packages using the cache if that directory is
58c85be7 2678 # removed, or if the value is a relative name.
42ecbf5e 2679 INSTALL=$ac_install_sh
252b5132
RH
2680 fi
2681fi
81ecdfbb
RW
2682{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2683$as_echo "$INSTALL" >&6; }
252b5132
RH
2684
2685# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2686# It thinks the first close brace ends the variable substitution.
2687test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2688
42ecbf5e 2689test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
2690
2691test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2692
81ecdfbb
RW
2693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2694$as_echo_n "checking whether build environment is sane... " >&6; }
81ecdfbb
RW
2695# Reject unsafe characters in $srcdir or the absolute working directory
2696# name. Accept space and tab only in the latter.
2697am_lf='
2698'
2699case `pwd` in
2700 *[\\\"\#\$\&\'\`$am_lf]*)
d0ac1c44 2701 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
81ecdfbb
RW
2702esac
2703case $srcdir in
2704 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
d0ac1c44 2705 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
81ecdfbb
RW
2706esac
2707
d0ac1c44 2708# Do 'set' in a subshell so we don't clobber the current shell's
252b5132
RH
2709# arguments. Must try -L first in case configure is actually a
2710# symlink; some systems play weird games with the mod time of symlinks
2711# (eg FreeBSD returns the mod time of the symlink's containing
2712# directory).
2713if (
d0ac1c44
SM
2714 am_has_slept=no
2715 for am_try in 1 2; do
2716 echo "timestamp, slept: $am_has_slept" > conftest.file
2717 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2718 if test "$*" = "X"; then
2719 # -L didn't work.
2720 set X `ls -t "$srcdir/configure" conftest.file`
2721 fi
2722 if test "$*" != "X $srcdir/configure conftest.file" \
2723 && test "$*" != "X conftest.file $srcdir/configure"; then
2724
2725 # If neither matched, then we have a broken ls. This can happen
2726 # if, for instance, CONFIG_SHELL is bash and it inherits a
2727 # broken ls alias from the environment. This has actually
2728 # happened. Such a system could not be considered "sane".
2729 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2730 alias in your environment" "$LINENO" 5
2731 fi
2732 if test "$2" = conftest.file || test $am_try -eq 2; then
2733 break
2734 fi
2735 # Just in case.
2736 sleep 1
2737 am_has_slept=yes
2738 done
42ecbf5e 2739 test "$2" = conftest.file
252b5132
RH
2740 )
2741then
2742 # Ok.
2743 :
2744else
d0ac1c44 2745 as_fn_error $? "newly created file is older than distributed files!
81ecdfbb 2746Check your system clock" "$LINENO" 5
42ecbf5e 2747fi
81ecdfbb
RW
2748{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2749$as_echo "yes" >&6; }
d0ac1c44
SM
2750# If we didn't sleep, we still need to ensure time stamps of config.status and
2751# generated files are strictly newer.
2752am_sleep_pid=
2753if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2754 ( sleep 1 ) &
2755 am_sleep_pid=$!
2756fi
2757
2758rm -f conftest.file
2759
42ecbf5e 2760test "$program_prefix" != NONE &&
81ecdfbb 2761 program_transform_name="s&^&$program_prefix&;$program_transform_name"
42ecbf5e
DJ
2762# Use a double $ so make ignores it.
2763test "$program_suffix" != NONE &&
81ecdfbb
RW
2764 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2765# Double any \ or $.
42ecbf5e 2766# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
2767ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2768program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42ecbf5e 2769
87b9f255
AM
2770# Expand $ac_aux_dir to an absolute path.
2771am_aux_dir=`cd "$ac_aux_dir" && pwd`
2772
81ecdfbb 2773if test x"${MISSING+set}" != xset; then
b9583093
AM
2774 case $am_aux_dir in
2775 *\ * | *\ *)
2776 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2777 *)
2778 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2779 esac
81ecdfbb 2780fi
42ecbf5e 2781# Use eval to expand $SHELL
d0ac1c44
SM
2782if eval "$MISSING --is-lightweight"; then
2783 am_missing_run="$MISSING "
42ecbf5e
DJ
2784else
2785 am_missing_run=
d0ac1c44
SM
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2787$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
42ecbf5e
DJ
2788fi
2789
d0ac1c44 2790if test x"${install_sh+set}" != xset; then
81ecdfbb
RW
2791 case $am_aux_dir in
2792 *\ * | *\ *)
2793 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2794 *)
2795 install_sh="\${SHELL} $am_aux_dir/install-sh"
2796 esac
2797fi
2798
d0ac1c44
SM
2799# Installed binaries are usually stripped using 'strip' when the user
2800# run "make install-strip". However 'strip' might not be the right
81ecdfbb 2801# tool to use in cross-compilation environments, therefore Automake
d0ac1c44 2802# will honor the 'STRIP' environment variable to overrule this program.
81ecdfbb
RW
2803if test "$cross_compiling" != no; then
2804 if test -n "$ac_tool_prefix"; then
2805 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2806set dummy ${ac_tool_prefix}strip; ac_word=$2
2807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2808$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2809if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 2810 $as_echo_n "(cached) " >&6
42ecbf5e 2811else
81ecdfbb
RW
2812 if test -n "$STRIP"; then
2813 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
42ecbf5e
DJ
2814else
2815as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2816for as_dir in $PATH
2817do
2818 IFS=$as_save_IFS
2819 test -z "$as_dir" && as_dir=.
81ecdfbb 2820 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2821 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2822 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2824 break 2
2825 fi
2826done
2827 done
2828IFS=$as_save_IFS
2829
2830fi
2831fi
2832STRIP=$ac_cv_prog_STRIP
2833if test -n "$STRIP"; then
2834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2835$as_echo "$STRIP" >&6; }
2836else
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2838$as_echo "no" >&6; }
2839fi
2840
2841
2842fi
2843if test -z "$ac_cv_prog_STRIP"; then
2844 ac_ct_STRIP=$STRIP
2845 # Extract the first word of "strip", so it can be a program name with args.
2846set dummy strip; ac_word=$2
2847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2848$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2849if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb
RW
2850 $as_echo_n "(cached) " >&6
2851else
2852 if test -n "$ac_ct_STRIP"; then
2853 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2854else
2855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2856for as_dir in $PATH
2857do
2858 IFS=$as_save_IFS
2859 test -z "$as_dir" && as_dir=.
2860 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2862 ac_cv_prog_ac_ct_STRIP="strip"
2863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2864 break 2
2865 fi
2866done
81ecdfbb
RW
2867 done
2868IFS=$as_save_IFS
2869
2870fi
2871fi
2872ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2873if test -n "$ac_ct_STRIP"; then
2874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2875$as_echo "$ac_ct_STRIP" >&6; }
2876else
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2878$as_echo "no" >&6; }
2879fi
2880
2881 if test "x$ac_ct_STRIP" = x; then
2882 STRIP=":"
2883 else
2884 case $cross_compiling:$ac_tool_warned in
2885yes:)
2886{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2887$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2888ac_tool_warned=yes ;;
2889esac
2890 STRIP=$ac_ct_STRIP
2891 fi
2892else
2893 STRIP="$ac_cv_prog_STRIP"
2894fi
2895
2896fi
2897INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2898
2899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2900$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2901if test -z "$MKDIR_P"; then
d0ac1c44 2902 if ${ac_cv_path_mkdir+:} false; then :
81ecdfbb
RW
2903 $as_echo_n "(cached) " >&6
2904else
2905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2906for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2907do
2908 IFS=$as_save_IFS
2909 test -z "$as_dir" && as_dir=.
2910 for ac_prog in mkdir gmkdir; do
2911 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2912 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
81ecdfbb
RW
2913 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2914 'mkdir (GNU coreutils) '* | \
2915 'mkdir (coreutils) '* | \
2916 'mkdir (fileutils) '4.1*)
2917 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2918 break 3;;
2919 esac
2920 done
2921 done
2922 done
2923IFS=$as_save_IFS
2924
2925fi
2926
d0ac1c44 2927 test -d ./--version && rmdir ./--version
81ecdfbb
RW
2928 if test "${ac_cv_path_mkdir+set}" = set; then
2929 MKDIR_P="$ac_cv_path_mkdir -p"
2930 else
2931 # As a last resort, use the slow shell script. Don't cache a
2932 # value for MKDIR_P within a source directory, because that will
2933 # break other packages using the cache if that directory is
2934 # removed, or if the value is a relative name.
81ecdfbb
RW
2935 MKDIR_P="$ac_install_sh -d"
2936 fi
2937fi
2938{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2939$as_echo "$MKDIR_P" >&6; }
2940
81ecdfbb
RW
2941for ac_prog in gawk mawk nawk awk
2942do
2943 # Extract the first word of "$ac_prog", so it can be a program name with args.
2944set dummy $ac_prog; ac_word=$2
2945{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2946$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2947if ${ac_cv_prog_AWK+:} false; then :
81ecdfbb
RW
2948 $as_echo_n "(cached) " >&6
2949else
2950 if test -n "$AWK"; then
2951 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2952else
2953as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2954for as_dir in $PATH
2955do
2956 IFS=$as_save_IFS
2957 test -z "$as_dir" && as_dir=.
2958 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2959 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2960 ac_cv_prog_AWK="$ac_prog"
2961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2962 break 2
2963 fi
42ecbf5e 2964done
81ecdfbb
RW
2965 done
2966IFS=$as_save_IFS
42ecbf5e
DJ
2967
2968fi
2969fi
2970AWK=$ac_cv_prog_AWK
2971if test -n "$AWK"; then
81ecdfbb
RW
2972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2973$as_echo "$AWK" >&6; }
42ecbf5e 2974else
81ecdfbb
RW
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2976$as_echo "no" >&6; }
42ecbf5e
DJ
2977fi
2978
81ecdfbb 2979
42ecbf5e
DJ
2980 test -n "$AWK" && break
2981done
2982
81ecdfbb
RW
2983{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2984$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2985set x ${MAKE-make}
2986ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
d0ac1c44 2987if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
81ecdfbb 2988 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2989else
2990 cat >conftest.make <<\_ACEOF
81ecdfbb 2991SHELL = /bin/sh
42ecbf5e 2992all:
81ecdfbb 2993 @echo '@@@%%%=$(MAKE)=@@@%%%'
42ecbf5e 2994_ACEOF
d0ac1c44 2995# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
2996case `${MAKE-make} -f conftest.make 2>/dev/null` in
2997 *@@@%%%=?*=@@@%%%*)
2998 eval ac_cv_prog_make_${ac_make}_set=yes;;
2999 *)
3000 eval ac_cv_prog_make_${ac_make}_set=no;;
3001esac
42ecbf5e
DJ
3002rm -f conftest.make
3003fi
81ecdfbb
RW
3004if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3006$as_echo "yes" >&6; }
42ecbf5e
DJ
3007 SET_MAKE=
3008else
81ecdfbb
RW
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3010$as_echo "no" >&6; }
42ecbf5e
DJ
3011 SET_MAKE="MAKE=${MAKE-make}"
3012fi
3013
3014rm -rf .tst 2>/dev/null
3015mkdir .tst 2>/dev/null
3016if test -d .tst; then
3017 am__leading_dot=.
3018else
3019 am__leading_dot=_
3020fi
3021rmdir .tst 2>/dev/null
3022
d0ac1c44
SM
3023# Check whether --enable-silent-rules was given.
3024if test "${enable_silent_rules+set}" = set; then :
3025 enableval=$enable_silent_rules;
3026fi
3027
3028case $enable_silent_rules in # (((
3029 yes) AM_DEFAULT_VERBOSITY=0;;
3030 no) AM_DEFAULT_VERBOSITY=1;;
3031 *) AM_DEFAULT_VERBOSITY=1;;
3032esac
3033am_make=${MAKE-make}
3034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3035$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3036if ${am_cv_make_support_nested_variables+:} false; then :
3037 $as_echo_n "(cached) " >&6
3038else
3039 if $as_echo 'TRUE=$(BAR$(V))
3040BAR0=false
3041BAR1=true
3042V=1
3043am__doit:
3044 @$(TRUE)
3045.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3046 am_cv_make_support_nested_variables=yes
3047else
3048 am_cv_make_support_nested_variables=no
3049fi
3050fi
3051{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3052$as_echo "$am_cv_make_support_nested_variables" >&6; }
3053if test $am_cv_make_support_nested_variables = yes; then
3054 AM_V='$(V)'
3055 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3056else
3057 AM_V=$AM_DEFAULT_VERBOSITY
3058 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3059fi
3060AM_BACKSLASH='\'
3061
81ecdfbb
RW
3062if test "`cd $srcdir && pwd`" != "`pwd`"; then
3063 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3064 # is not polluted with repeated "-I."
3065 am__isrc=' -I$(srcdir)'
3066 # test to see if srcdir already configured
3067 if test -f $srcdir/config.status; then
d0ac1c44 3068 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
81ecdfbb 3069 fi
42ecbf5e
DJ
3070fi
3071
3072# test whether we have cygpath
3073if test -z "$CYGPATH_W"; then
3074 if (cygpath --version) >/dev/null 2>/dev/null; then
3075 CYGPATH_W='cygpath -w'
3076 else
3077 CYGPATH_W=echo
3078 fi
3079fi
3080
3081
3082# Define the identity of the package.
2e98a7bd 3083 PACKAGE='binutils'
b5c37946 3084 VERSION='2.41.50'
42ecbf5e
DJ
3085
3086
3087cat >>confdefs.h <<_ACEOF
3088#define PACKAGE "$PACKAGE"
3089_ACEOF
3090
3091
3092cat >>confdefs.h <<_ACEOF
3093#define VERSION "$VERSION"
3094_ACEOF
3095
3096# Some tools Automake needs.
3097
3098ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3099
3100
3101AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3102
3103
3104AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3105
3106
3107AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3108
3109
3110MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3111
d0ac1c44
SM
3112# For better backward compatibility. To be removed once Automake 1.9.x
3113# dies out for good. For more background, see:
b9583093
AM
3114# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3115# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
d0ac1c44
SM
3116mkdir_p='$(MKDIR_P)'
3117
3118# We need awk for the "check" target (and possibly the TAP driver). The
87b9f255
AM
3119# system "awk" is bad on some platforms.
3120# Always define AMTAR for backward compatibility. Yes, it's still used
3121# in the wild :-( We should find a proper way to deprecate it ...
3122AMTAR='$${TAR-tar}'
3123
3124
3125# We'll loop over all known methods to create a tar archive until one works.
3126_am_tools='gnutar pax cpio none'
3127
3128am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
42ecbf5e 3129
252b5132 3130
42ecbf5e 3131
252b5132
RH
3132
3133
3134
d0ac1c44
SM
3135# POSIX will say in a future version that running "rm -f" with no argument
3136# is OK; and we want to be able to make that assumption in our Makefile
3137# recipes. So use an aggressive probe to check that the usage we want is
3138# actually supported "in the wild" to an acceptable degree.
3139# See automake bug#10828.
3140# To make any issue more visible, cause the running configure to be aborted
3141# by default if the 'rm' program in use doesn't match our expectations; the
3142# user can still override this though.
3143if rm -f && rm -fr && rm -rf; then : OK; else
3144 cat >&2 <<'END'
3145Oops!
3146
3147Your 'rm' program seems unable to run without file operands specified
3148on the command line, even when the '-f' option is present. This is contrary
3149to the behaviour of most rm programs out there, and not conforming with
3150the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3151
3152Please tell bug-automake@gnu.org about your system, including the value
3153of your $PATH and any error possibly output before this message. This
3154can help us improve future automake versions.
3155
3156END
3157 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3158 echo 'Configuration will proceed anyway, since you have set the' >&2
3159 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3160 echo >&2
3161 else
3162 cat >&2 <<'END'
3163Aborting the configuration process, to ensure you take notice of the issue.
3164
3165You can download and install GNU coreutils to get an 'rm' implementation
b9583093 3166that behaves properly: <http://www.gnu.org/software/coreutils/>.
d0ac1c44
SM
3167
3168If you want to complete the configuration process using your problematic
3169'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3170to "yes", and re-run configure.
3171
3172END
3173 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3174 fi
3175fi
3176
d8bbdb9d
MF
3177# Check whether --enable-silent-rules was given.
3178if test "${enable_silent_rules+set}" = set; then :
3179 enableval=$enable_silent_rules;
3180fi
3181
3182case $enable_silent_rules in # (((
3183 yes) AM_DEFAULT_VERBOSITY=0;;
3184 no) AM_DEFAULT_VERBOSITY=1;;
3185 *) AM_DEFAULT_VERBOSITY=0;;
3186esac
3187am_make=${MAKE-make}
3188{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3189$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3190if ${am_cv_make_support_nested_variables+:} false; then :
3191 $as_echo_n "(cached) " >&6
3192else
3193 if $as_echo 'TRUE=$(BAR$(V))
3194BAR0=false
3195BAR1=true
3196V=1
3197am__doit:
3198 @$(TRUE)
3199.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3200 am_cv_make_support_nested_variables=yes
3201else
3202 am_cv_make_support_nested_variables=no
3203fi
3204fi
3205{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3206$as_echo "$am_cv_make_support_nested_variables" >&6; }
3207if test $am_cv_make_support_nested_variables = yes; then
3208 AM_V='$(V)'
3209 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3210else
3211 AM_V=$AM_DEFAULT_VERBOSITY
3212 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3213fi
3214AM_BACKSLASH='\'
3215
42ecbf5e 3216
d45dc31f
SE
3217ac_ext=c
3218ac_cpp='$CPP $CPPFLAGS'
3219ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3220ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3221ac_compiler_gnu=$ac_cv_c_compiler_gnu
3222if test -n "$ac_tool_prefix"; then
3223 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3224set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
3225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3226$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3227if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3228 $as_echo_n "(cached) " >&6
252b5132 3229else
d45dc31f
SE
3230 if test -n "$CC"; then
3231 ac_cv_prog_CC="$CC" # Let the user override the test.
1a09a22c 3232else
d45dc31f
SE
3233as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3234for as_dir in $PATH
3235do
3236 IFS=$as_save_IFS
3237 test -z "$as_dir" && as_dir=.
81ecdfbb 3238 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3239 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 3240 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 3241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
3242 break 2
3243 fi
3244done
81ecdfbb
RW
3245 done
3246IFS=$as_save_IFS
ceae3e33 3247
d45dc31f
SE
3248fi
3249fi
3250CC=$ac_cv_prog_CC
3251if test -n "$CC"; then
81ecdfbb
RW
3252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3253$as_echo "$CC" >&6; }
252b5132 3254else
81ecdfbb
RW
3255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3256$as_echo "no" >&6; }
252b5132 3257fi
d45dc31f 3258
81ecdfbb 3259
d45dc31f
SE
3260fi
3261if test -z "$ac_cv_prog_CC"; then
3262 ac_ct_CC=$CC
3263 # Extract the first word of "gcc", so it can be a program name with args.
3264set dummy gcc; ac_word=$2
81ecdfbb
RW
3265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3266$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3267if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 3268 $as_echo_n "(cached) " >&6
252b5132 3269else
d45dc31f
SE
3270 if test -n "$ac_ct_CC"; then
3271 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 3272else
d45dc31f
SE
3273as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3274for as_dir in $PATH
3275do
3276 IFS=$as_save_IFS
3277 test -z "$as_dir" && as_dir=.
81ecdfbb 3278 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3279 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 3280 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 3281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
3282 break 2
3283 fi
3284done
81ecdfbb
RW
3285 done
3286IFS=$as_save_IFS
d45dc31f 3287
252b5132
RH
3288fi
3289fi
d45dc31f
SE
3290ac_ct_CC=$ac_cv_prog_ac_ct_CC
3291if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3293$as_echo "$ac_ct_CC" >&6; }
252b5132 3294else
81ecdfbb
RW
3295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3296$as_echo "no" >&6; }
252b5132 3297fi
d45dc31f 3298
81ecdfbb
RW
3299 if test "x$ac_ct_CC" = x; then
3300 CC=""
3301 else
3302 case $cross_compiling:$ac_tool_warned in
3303yes:)
3304{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3305$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3306ac_tool_warned=yes ;;
3307esac
3308 CC=$ac_ct_CC
3309 fi
d45dc31f
SE
3310else
3311 CC="$ac_cv_prog_CC"
3312fi
3313
3314if test -z "$CC"; then
81ecdfbb
RW
3315 if test -n "$ac_tool_prefix"; then
3316 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
d45dc31f 3317set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
3318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3319$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3320if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3321 $as_echo_n "(cached) " >&6
252b5132 3322else
d45dc31f
SE
3323 if test -n "$CC"; then
3324 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 3325else
d45dc31f
SE
3326as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3327for as_dir in $PATH
3328do
3329 IFS=$as_save_IFS
3330 test -z "$as_dir" && as_dir=.
81ecdfbb 3331 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3332 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 3333 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 3334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
3335 break 2
3336 fi
3337done
81ecdfbb
RW
3338 done
3339IFS=$as_save_IFS
d45dc31f 3340
252b5132
RH
3341fi
3342fi
d45dc31f
SE
3343CC=$ac_cv_prog_CC
3344if test -n "$CC"; then
81ecdfbb
RW
3345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3346$as_echo "$CC" >&6; }
d45dc31f 3347else
81ecdfbb
RW
3348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3349$as_echo "no" >&6; }
252b5132
RH
3350fi
3351
252b5132 3352
81ecdfbb 3353 fi
d45dc31f
SE
3354fi
3355if test -z "$CC"; then
3356 # Extract the first word of "cc", so it can be a program name with args.
3357set dummy cc; ac_word=$2
81ecdfbb
RW
3358{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3359$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3360if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3361 $as_echo_n "(cached) " >&6
252b5132 3362else
d45dc31f
SE
3363 if test -n "$CC"; then
3364 ac_cv_prog_CC="$CC" # Let the user override the test.
3365else
3366 ac_prog_rejected=no
3367as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3368for as_dir in $PATH
3369do
3370 IFS=$as_save_IFS
3371 test -z "$as_dir" && as_dir=.
81ecdfbb 3372 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3373 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f
SE
3374 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3375 ac_prog_rejected=yes
3376 continue
3377 fi
3378 ac_cv_prog_CC="cc"
81ecdfbb 3379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
3380 break 2
3381 fi
3382done
81ecdfbb
RW
3383 done
3384IFS=$as_save_IFS
d45dc31f
SE
3385
3386if test $ac_prog_rejected = yes; then
3387 # We found a bogon in the path, so make sure we never use it.
3388 set dummy $ac_cv_prog_CC
3389 shift
3390 if test $# != 0; then
3391 # We chose a different compiler from the bogus one.
3392 # However, it has the same basename, so the bogon will be chosen
3393 # first if we set CC to just the basename; use the full file name.
3394 shift
3395 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3396 fi
3397fi
3398fi
3399fi
3400CC=$ac_cv_prog_CC
3401if test -n "$CC"; then
81ecdfbb
RW
3402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3403$as_echo "$CC" >&6; }
d45dc31f 3404else
81ecdfbb
RW
3405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3406$as_echo "no" >&6; }
252b5132
RH
3407fi
3408
81ecdfbb 3409
d45dc31f
SE
3410fi
3411if test -z "$CC"; then
3412 if test -n "$ac_tool_prefix"; then
81ecdfbb 3413 for ac_prog in cl.exe
d45dc31f
SE
3414 do
3415 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3416set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
3417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3418$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3419if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 3420 $as_echo_n "(cached) " >&6
ac48eca1 3421else
d45dc31f
SE
3422 if test -n "$CC"; then
3423 ac_cv_prog_CC="$CC" # Let the user override the test.
3424else
3425as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3426for as_dir in $PATH
3427do
3428 IFS=$as_save_IFS
3429 test -z "$as_dir" && as_dir=.
81ecdfbb 3430 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3431 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 3432 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 3433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
3434 break 2
3435 fi
3436done
81ecdfbb
RW
3437 done
3438IFS=$as_save_IFS
ac48eca1 3439
d45dc31f
SE
3440fi
3441fi
3442CC=$ac_cv_prog_CC
3443if test -n "$CC"; then
81ecdfbb
RW
3444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3445$as_echo "$CC" >&6; }
d45dc31f 3446else
81ecdfbb
RW
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3448$as_echo "no" >&6; }
d45dc31f 3449fi
ac48eca1 3450
81ecdfbb 3451
d45dc31f
SE
3452 test -n "$CC" && break
3453 done
3454fi
3455if test -z "$CC"; then
3456 ac_ct_CC=$CC
81ecdfbb 3457 for ac_prog in cl.exe
d45dc31f
SE
3458do
3459 # Extract the first word of "$ac_prog", so it can be a program name with args.
3460set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
3461{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3462$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3463if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 3464 $as_echo_n "(cached) " >&6
d45dc31f
SE
3465else
3466 if test -n "$ac_ct_CC"; then
3467 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3468else
3469as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3470for as_dir in $PATH
3471do
3472 IFS=$as_save_IFS
3473 test -z "$as_dir" && as_dir=.
81ecdfbb 3474 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3475 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 3476 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 3477 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
3478 break 2
3479 fi
3480done
81ecdfbb
RW
3481 done
3482IFS=$as_save_IFS
ac48eca1 3483
d45dc31f
SE
3484fi
3485fi
3486ac_ct_CC=$ac_cv_prog_ac_ct_CC
3487if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3489$as_echo "$ac_ct_CC" >&6; }
d45dc31f 3490else
81ecdfbb
RW
3491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3492$as_echo "no" >&6; }
d45dc31f 3493fi
ac48eca1 3494
81ecdfbb 3495
d45dc31f
SE
3496 test -n "$ac_ct_CC" && break
3497done
ac48eca1 3498
81ecdfbb
RW
3499 if test "x$ac_ct_CC" = x; then
3500 CC=""
3501 else
3502 case $cross_compiling:$ac_tool_warned in
3503yes:)
3504{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3505$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3506ac_tool_warned=yes ;;
3507esac
3508 CC=$ac_ct_CC
3509 fi
d45dc31f 3510fi
ac48eca1 3511
87b9f255
AM
3512fi
3513
3514
3515test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3516$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3517as_fn_error $? "no acceptable C compiler found in \$PATH
3518See \`config.log' for more details" "$LINENO" 5; }
3519
3520# Provide some information about the compiler.
3521$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3522set X $ac_compile
3523ac_compiler=$2
3524for ac_option in --version -v -V -qversion; do
3525 { { ac_try="$ac_compiler $ac_option >&5"
3526case "(($ac_try" in
3527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3528 *) ac_try_echo=$ac_try;;
3529esac
3530eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3531$as_echo "$ac_try_echo"; } >&5
3532 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3533 ac_status=$?
3534 if test -s conftest.err; then
3535 sed '10a\
3536... rest of stderr output deleted ...
3537 10q' conftest.err >conftest.er1
3538 cat conftest.er1 >&5
3539 fi
3540 rm -f conftest.er1 conftest.err
3541 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3542 test $ac_status = 0; }
3543done
3544
3545cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3546/* end confdefs.h. */
3547
3548int
3549main ()
3550{
3551
3552 ;
3553 return 0;
3554}
3555_ACEOF
3556ac_clean_files_save=$ac_clean_files
3557ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3558# Try to create an executable without -o first, disregard a.out.
3559# It will help us diagnose broken compilers, and finding out an intuition
3560# of exeext.
3561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3562$as_echo_n "checking whether the C compiler works... " >&6; }
3563ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3564
3565# The possible output files:
3566ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3567
3568ac_rmfiles=
3569for ac_file in $ac_files
3570do
3571 case $ac_file in
3572 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3573 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3574 esac
3575done
3576rm -f $ac_rmfiles
3577
3578if { { ac_try="$ac_link_default"
3579case "(($ac_try" in
3580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3581 *) ac_try_echo=$ac_try;;
3582esac
3583eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3584$as_echo "$ac_try_echo"; } >&5
3585 (eval "$ac_link_default") 2>&5
3586 ac_status=$?
3587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3588 test $ac_status = 0; }; then :
3589 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3590# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3591# in a Makefile. We should not override ac_cv_exeext if it was cached,
3592# so that the user can short-circuit this test for compilers unknown to
3593# Autoconf.
3594for ac_file in $ac_files ''
3595do
3596 test -f "$ac_file" || continue
3597 case $ac_file in
3598 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3599 ;;
3600 [ab].out )
3601 # We found the default executable, but exeext='' is most
3602 # certainly right.
3603 break;;
3604 *.* )
3605 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3606 then :; else
3607 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3608 fi
3609 # We set ac_cv_exeext here because the later test for it is not
3610 # safe: cross compilers may not add the suffix if given an `-o'
3611 # argument, so we may need to know it at that point already.
3612 # Even if this section looks crufty: it has the advantage of
3613 # actually working.
3614 break;;
3615 * )
3616 break;;
3617 esac
3618done
3619test "$ac_cv_exeext" = no && ac_cv_exeext=
3620
3621else
3622 ac_file=''
3623fi
3624if test -z "$ac_file"; then :
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3626$as_echo "no" >&6; }
3627$as_echo "$as_me: failed program was:" >&5
3628sed 's/^/| /' conftest.$ac_ext >&5
3629
3630{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3631$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3632as_fn_error 77 "C compiler cannot create executables
3633See \`config.log' for more details" "$LINENO" 5; }
3634else
3635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3636$as_echo "yes" >&6; }
3637fi
3638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3639$as_echo_n "checking for C compiler default output file name... " >&6; }
3640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3641$as_echo "$ac_file" >&6; }
3642ac_exeext=$ac_cv_exeext
3643
3644rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3645ac_clean_files=$ac_clean_files_save
3646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3647$as_echo_n "checking for suffix of executables... " >&6; }
3648if { { ac_try="$ac_link"
3649case "(($ac_try" in
3650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3651 *) ac_try_echo=$ac_try;;
3652esac
3653eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3654$as_echo "$ac_try_echo"; } >&5
3655 (eval "$ac_link") 2>&5
3656 ac_status=$?
3657 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3658 test $ac_status = 0; }; then :
3659 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3660# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3661# work properly (i.e., refer to `conftest.exe'), while it won't with
3662# `rm'.
3663for ac_file in conftest.exe conftest conftest.*; do
3664 test -f "$ac_file" || continue
3665 case $ac_file in
3666 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3667 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3668 break;;
3669 * ) break;;
3670 esac
3671done
3672else
3673 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3674$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3675as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3676See \`config.log' for more details" "$LINENO" 5; }
3677fi
3678rm -f conftest conftest$ac_cv_exeext
3679{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3680$as_echo "$ac_cv_exeext" >&6; }
3681
3682rm -f conftest.$ac_ext
3683EXEEXT=$ac_cv_exeext
3684ac_exeext=$EXEEXT
3685cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3686/* end confdefs.h. */
3687#include <stdio.h>
3688int
3689main ()
3690{
3691FILE *f = fopen ("conftest.out", "w");
3692 return ferror (f) || fclose (f) != 0;
3693
3694 ;
3695 return 0;
3696}
3697_ACEOF
3698ac_clean_files="$ac_clean_files conftest.out"
3699# Check that the compiler produces executables we can run. If not, either
3700# the compiler is broken, or we cross compile.
3701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3702$as_echo_n "checking whether we are cross compiling... " >&6; }
3703if test "$cross_compiling" != yes; then
3704 { { ac_try="$ac_link"
3705case "(($ac_try" in
3706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3707 *) ac_try_echo=$ac_try;;
3708esac
3709eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3710$as_echo "$ac_try_echo"; } >&5
3711 (eval "$ac_link") 2>&5
3712 ac_status=$?
3713 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3714 test $ac_status = 0; }
3715 if { ac_try='./conftest$ac_cv_exeext'
3716 { { case "(($ac_try" in
3717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3718 *) ac_try_echo=$ac_try;;
3719esac
3720eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3721$as_echo "$ac_try_echo"; } >&5
3722 (eval "$ac_try") 2>&5
3723 ac_status=$?
3724 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3725 test $ac_status = 0; }; }; then
3726 cross_compiling=no
3727 else
3728 if test "$cross_compiling" = maybe; then
3729 cross_compiling=yes
3730 else
3731 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3732$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3733as_fn_error $? "cannot run C compiled programs.
3734If you meant to cross compile, use \`--host'.
3735See \`config.log' for more details" "$LINENO" 5; }
3736 fi
3737 fi
3738fi
3739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3740$as_echo "$cross_compiling" >&6; }
3741
3742rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3743ac_clean_files=$ac_clean_files_save
3744{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3745$as_echo_n "checking for suffix of object files... " >&6; }
3746if ${ac_cv_objext+:} false; then :
3747 $as_echo_n "(cached) " >&6
3748else
3749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3750/* end confdefs.h. */
ac48eca1 3751
87b9f255
AM
3752int
3753main ()
3754{
ac48eca1 3755
87b9f255
AM
3756 ;
3757 return 0;
3758}
3759_ACEOF
3760rm -f conftest.o conftest.obj
3761if { { ac_try="$ac_compile"
81ecdfbb
RW
3762case "(($ac_try" in
3763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3764 *) ac_try_echo=$ac_try;;
3765esac
3766eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3767$as_echo "$ac_try_echo"; } >&5
87b9f255 3768 (eval "$ac_compile") 2>&5
d45dc31f 3769 ac_status=$?
81ecdfbb 3770 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
87b9f255
AM
3771 test $ac_status = 0; }; then :
3772 for ac_file in conftest.o conftest.obj conftest.*; do
3773 test -f "$ac_file" || continue;
3774 case $ac_file in
3775 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3776 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3777 break;;
3778 esac
81ecdfbb 3779done
87b9f255
AM
3780else
3781 $as_echo "$as_me: failed program was:" >&5
3782sed 's/^/| /' conftest.$ac_ext >&5
ac48eca1 3783
87b9f255
AM
3784{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3785$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3786as_fn_error $? "cannot compute suffix of object files: cannot compile
3787See \`config.log' for more details" "$LINENO" 5; }
3788fi
3789rm -f conftest.$ac_cv_objext conftest.$ac_ext
3790fi
3791{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3792$as_echo "$ac_cv_objext" >&6; }
3793OBJEXT=$ac_cv_objext
3794ac_objext=$OBJEXT
81ecdfbb
RW
3795{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3796$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3797if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 3798 $as_echo_n "(cached) " >&6
bdcfeba5 3799else
81ecdfbb 3800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 3801/* end confdefs.h. */
bdcfeba5 3802
d45dc31f
SE
3803int
3804main ()
3805{
3806#ifndef __GNUC__
3807 choke me
3808#endif
bdcfeba5 3809
d45dc31f
SE
3810 ;
3811 return 0;
3812}
3813_ACEOF
81ecdfbb 3814if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f
SE
3815 ac_compiler_gnu=yes
3816else
81ecdfbb 3817 ac_compiler_gnu=no
bdcfeba5 3818fi
81ecdfbb 3819rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45dc31f 3820ac_cv_c_compiler_gnu=$ac_compiler_gnu
bdcfeba5 3821
bdcfeba5 3822fi
81ecdfbb
RW
3823{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3824$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3825if test $ac_compiler_gnu = yes; then
3826 GCC=yes
3827else
3828 GCC=
3829fi
d45dc31f
SE
3830ac_test_CFLAGS=${CFLAGS+set}
3831ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3832{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3833$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3834if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
3835 $as_echo_n "(cached) " >&6
3836else
3837 ac_save_c_werror_flag=$ac_c_werror_flag
3838 ac_c_werror_flag=yes
3839 ac_cv_prog_cc_g=no
3840 CFLAGS="-g"
3841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 3842/* end confdefs.h. */
ac48eca1 3843
d45dc31f
SE
3844int
3845main ()
3846{
ac48eca1 3847
d45dc31f
SE
3848 ;
3849 return 0;
3850}
3851_ACEOF
81ecdfbb 3852if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f 3853 ac_cv_prog_cc_g=yes
ac48eca1 3854else
81ecdfbb
RW
3855 CFLAGS=""
3856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3857/* end confdefs.h. */
3858
3859int
3860main ()
3861{
3862
3863 ;
3864 return 0;
3865}
3866_ACEOF
3867if ac_fn_c_try_compile "$LINENO"; then :
3868
3869else
3870 ac_c_werror_flag=$ac_save_c_werror_flag
3871 CFLAGS="-g"
3872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3873/* end confdefs.h. */
3874
3875int
3876main ()
3877{
ac48eca1 3878
81ecdfbb
RW
3879 ;
3880 return 0;
3881}
3882_ACEOF
3883if ac_fn_c_try_compile "$LINENO"; then :
3884 ac_cv_prog_cc_g=yes
3885fi
3886rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 3887fi
81ecdfbb 3888rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 3889fi
81ecdfbb
RW
3890rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3891 ac_c_werror_flag=$ac_save_c_werror_flag
3892fi
3893{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3894$as_echo "$ac_cv_prog_cc_g" >&6; }
d45dc31f
SE
3895if test "$ac_test_CFLAGS" = set; then
3896 CFLAGS=$ac_save_CFLAGS
3897elif test $ac_cv_prog_cc_g = yes; then
3898 if test "$GCC" = yes; then
3899 CFLAGS="-g -O2"
ac48eca1 3900 else
d45dc31f 3901 CFLAGS="-g"
42ecbf5e 3902 fi
ac48eca1 3903else
d45dc31f
SE
3904 if test "$GCC" = yes; then
3905 CFLAGS="-O2"
3906 else
3907 CFLAGS=
42ecbf5e 3908 fi
ac48eca1 3909fi
81ecdfbb
RW
3910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3911$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3912if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 3913 $as_echo_n "(cached) " >&6
d45dc31f 3914else
81ecdfbb 3915 ac_cv_prog_cc_c89=no
d45dc31f 3916ac_save_CC=$CC
81ecdfbb 3917cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 3918/* end confdefs.h. */
d45dc31f
SE
3919#include <stdarg.h>
3920#include <stdio.h>
d0ac1c44 3921struct stat;
d45dc31f
SE
3922/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3923struct buf { int x; };
3924FILE * (*rcsopen) (struct buf *, struct stat *, int);
3925static char *e (p, i)
3926 char **p;
3927 int i;
3928{
3929 return p[i];
3930}
3931static char *f (char * (*g) (char **, int), char **p, ...)
3932{
3933 char *s;
3934 va_list v;
3935 va_start (v,p);
3936 s = g (p, va_arg (v,int));
3937 va_end (v);
3938 return s;
3939}
3940
3941/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3942 function prototypes and stuff, but not '\xHH' hex character constants.
3943 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3944 as 'x'. The following induces an error, until -std is added to get
d45dc31f
SE
3945 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3946 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3947 that's true only with -std. */
d45dc31f 3948int osf4_cc_array ['\x00' == 0 ? 1 : -1];
252b5132 3949
81ecdfbb
RW
3950/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3951 inside strings and character constants. */
3952#define FOO(x) 'x'
3953int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3954
d45dc31f
SE
3955int test (int i, double x);
3956struct s1 {int (*f) (int a);};
3957struct s2 {int (*f) (double a);};
3958int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3959int argc;
3960char **argv;
42ecbf5e
DJ
3961int
3962main ()
3963{
d45dc31f 3964return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
42ecbf5e
DJ
3965 ;
3966 return 0;
3967}
3968_ACEOF
81ecdfbb
RW
3969for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3970 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
d45dc31f
SE
3971do
3972 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3973 if ac_fn_c_try_compile "$LINENO"; then :
3974 ac_cv_prog_cc_c89=$ac_arg
252b5132 3975fi
81ecdfbb
RW
3976rm -f core conftest.err conftest.$ac_objext
3977 test "x$ac_cv_prog_cc_c89" != "xno" && break
d45dc31f 3978done
81ecdfbb 3979rm -f conftest.$ac_ext
d45dc31f 3980CC=$ac_save_CC
ac48eca1 3981
252b5132 3982fi
81ecdfbb
RW
3983# AC_CACHE_VAL
3984case "x$ac_cv_prog_cc_c89" in
3985 x)
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3987$as_echo "none needed" >&6; } ;;
3988 xno)
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3990$as_echo "unsupported" >&6; } ;;
d45dc31f 3991 *)
81ecdfbb
RW
3992 CC="$CC $ac_cv_prog_cc_c89"
3993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3994$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
252b5132 3995esac
81ecdfbb 3996if test "x$ac_cv_prog_cc_c89" != xno; then :
252b5132 3997
d45dc31f 3998fi
ac48eca1 3999
d45dc31f
SE
4000ac_ext=c
4001ac_cpp='$CPP $CPPFLAGS'
4002ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4003ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4004ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 4005
d0ac1c44
SM
4006ac_ext=c
4007ac_cpp='$CPP $CPPFLAGS'
4008ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4009ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4010ac_compiler_gnu=$ac_cv_c_compiler_gnu
4011{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4012$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4013if ${am_cv_prog_cc_c_o+:} false; then :
4014 $as_echo_n "(cached) " >&6
4015else
4016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4017/* end confdefs.h. */
4018
4019int
4020main ()
4021{
4022
4023 ;
4024 return 0;
4025}
4026_ACEOF
4027 # Make sure it works both with $CC and with simple cc.
4028 # Following AC_PROG_CC_C_O, we do the test twice because some
4029 # compilers refuse to overwrite an existing .o file with -o,
4030 # though they will create one.
4031 am_cv_prog_cc_c_o=yes
4032 for am_i in 1 2; do
4033 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4034 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4035 ac_status=$?
4036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4037 (exit $ac_status); } \
4038 && test -f conftest2.$ac_objext; then
4039 : OK
4040 else
4041 am_cv_prog_cc_c_o=no
4042 break
4043 fi
4044 done
4045 rm -f core conftest*
4046 unset am_i
4047fi
4048{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4049$as_echo "$am_cv_prog_cc_c_o" >&6; }
4050if test "$am_cv_prog_cc_c_o" != yes; then
4051 # Losing compiler, so override with the script.
4052 # FIXME: It is wrong to rewrite CC.
4053 # But if we don't then we get into trouble of one sort or another.
4054 # A longer-term fix would be to have automake use am__CC in this case,
4055 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4056 CC="$am_aux_dir/compile $CC"
4057fi
87b9f255
AM
4058ac_ext=c
4059ac_cpp='$CPP $CPPFLAGS'
4060ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4061ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4062ac_compiler_gnu=$ac_cv_c_compiler_gnu
4063
4064DEPDIR="${am__leading_dot}deps"
4065
4066ac_config_commands="$ac_config_commands depfiles"
4067
b9583093
AM
4068
4069am_make=${MAKE-make}
4070cat > confinc << 'END'
87b9f255 4071am__doit:
b9583093 4072 @echo this is the am__doit target
87b9f255
AM
4073.PHONY: am__doit
4074END
b9583093
AM
4075# If we don't find an include directive, just comment out the code.
4076{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4077$as_echo_n "checking for style of include used by $am_make... " >&6; }
87b9f255
AM
4078am__include="#"
4079am__quote=
b9583093
AM
4080_am_result=none
4081# First try GNU make style include.
4082echo "include confinc" > confmf
4083# Ignore all kinds of additional output from 'make'.
4084case `$am_make -s -f confmf 2> /dev/null` in #(
4085*the\ am__doit\ target*)
4086 am__include=include
4087 am__quote=
4088 _am_result=GNU
4089 ;;
631ec08c 4090esac
b9583093
AM
4091# Now try BSD make style include.
4092if test "$am__include" = "#"; then
4093 echo '.include "confinc"' > confmf
4094 case `$am_make -s -f confmf 2> /dev/null` in #(
4095 *the\ am__doit\ target*)
4096 am__include=.include
4097 am__quote="\""
4098 _am_result=BSD
4099 ;;
4100 esac
4101fi
4102
4103
4104{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4105$as_echo "$_am_result" >&6; }
4106rm -f confinc confmf
87b9f255
AM
4107
4108# Check whether --enable-dependency-tracking was given.
4109if test "${enable_dependency_tracking+set}" = set; then :
4110 enableval=$enable_dependency_tracking;
4111fi
4112
4113if test "x$enable_dependency_tracking" != xno; then
4114 am_depcomp="$ac_aux_dir/depcomp"
4115 AMDEPBACKSLASH='\'
4116 am__nodep='_no'
4117fi
4118 if test "x$enable_dependency_tracking" != xno; then
4119 AMDEP_TRUE=
4120 AMDEP_FALSE='#'
4121else
4122 AMDEP_TRUE='#'
4123 AMDEP_FALSE=
4124fi
4125
4126
4127
4128depcc="$CC" am_compiler_list=
4129
4130{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4131$as_echo_n "checking dependency style of $depcc... " >&6; }
4132if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4133 $as_echo_n "(cached) " >&6
4134else
4135 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4136 # We make a subdir and do the tests there. Otherwise we can end up
4137 # making bogus files that we don't know about and never remove. For
4138 # instance it was reported that on HP-UX the gcc test will end up
4139 # making a dummy file named 'D' -- because '-MD' means "put the output
4140 # in D".
4141 rm -rf conftest.dir
4142 mkdir conftest.dir
4143 # Copy depcomp to subdir because otherwise we won't find it if we're
4144 # using a relative directory.
4145 cp "$am_depcomp" conftest.dir
4146 cd conftest.dir
4147 # We will build objects and dependencies in a subdirectory because
4148 # it helps to detect inapplicable dependency modes. For instance
4149 # both Tru64's cc and ICC support -MD to output dependencies as a
4150 # side effect of compilation, but ICC will put the dependencies in
4151 # the current directory while Tru64 will put them in the object
4152 # directory.
4153 mkdir sub
4154
4155 am_cv_CC_dependencies_compiler_type=none
4156 if test "$am_compiler_list" = ""; then
4157 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4158 fi
4159 am__universal=false
4160 case " $depcc " in #(
4161 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4162 esac
4163
4164 for depmode in $am_compiler_list; do
4165 # Setup a source with many dependencies, because some compilers
4166 # like to wrap large dependency lists on column 80 (with \), and
4167 # we should not choose a depcomp mode which is confused by this.
4168 #
4169 # We need to recreate these files for each test, as the compiler may
4170 # overwrite some of them when testing with obscure command lines.
4171 # This happens at least with the AIX C compiler.
4172 : > sub/conftest.c
4173 for i in 1 2 3 4 5 6; do
4174 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4175 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4176 # Solaris 10 /bin/sh.
4177 echo '/* dummy */' > sub/conftst$i.h
4178 done
4179 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4180
4181 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4182 # mode. It turns out that the SunPro C++ compiler does not properly
4183 # handle '-M -o', and we need to detect this. Also, some Intel
4184 # versions had trouble with output in subdirs.
4185 am__obj=sub/conftest.${OBJEXT-o}
4186 am__minus_obj="-o $am__obj"
4187 case $depmode in
4188 gcc)
4189 # This depmode causes a compiler race in universal mode.
4190 test "$am__universal" = false || continue
4191 ;;
4192 nosideeffect)
4193 # After this tag, mechanisms are not by side-effect, so they'll
4194 # only be used when explicitly requested.
4195 if test "x$enable_dependency_tracking" = xyes; then
4196 continue
4197 else
4198 break
4199 fi
4200 ;;
4201 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4202 # This compiler won't grok '-c -o', but also, the minuso test has
4203 # not run yet. These depmodes are late enough in the game, and
4204 # so weak that their functioning should not be impacted.
4205 am__obj=conftest.${OBJEXT-o}
4206 am__minus_obj=
4207 ;;
4208 none) break ;;
4209 esac
4210 if depmode=$depmode \
4211 source=sub/conftest.c object=$am__obj \
4212 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4213 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4214 >/dev/null 2>conftest.err &&
4215 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4216 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4217 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4218 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4219 # icc doesn't choke on unknown options, it will just issue warnings
4220 # or remarks (even with -Werror). So we grep stderr for any message
4221 # that says an option was ignored or not supported.
4222 # When given -MP, icc 7.0 and 7.1 complain thusly:
4223 # icc: Command line warning: ignoring option '-M'; no argument required
4224 # The diagnosis changed in icc 8.0:
4225 # icc: Command line remark: option '-MP' not supported
4226 if (grep 'ignoring option' conftest.err ||
4227 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4228 am_cv_CC_dependencies_compiler_type=$depmode
4229 break
4230 fi
4231 fi
4232 done
4233
4234 cd ..
4235 rm -rf conftest.dir
4236else
4237 am_cv_CC_dependencies_compiler_type=none
4238fi
4239
4240fi
4241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4242$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4243CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4244
4245 if
4246 test "x$enable_dependency_tracking" != xno \
4247 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4248 am__fastdepCC_TRUE=
4249 am__fastdepCC_FALSE='#'
4250else
4251 am__fastdepCC_TRUE='#'
4252 am__fastdepCC_FALSE=
4253fi
4254
d0ac1c44
SM
4255
4256
7357c5b6
AM
4257ac_ext=c
4258ac_cpp='$CPP $CPPFLAGS'
4259ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4260ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4261ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
4262{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4263$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
4264# On Suns, sometimes $CPP names a directory.
4265if test -n "$CPP" && test -d "$CPP"; then
4266 CPP=
4267fi
4268if test -z "$CPP"; then
d0ac1c44 4269 if ${ac_cv_prog_CPP+:} false; then :
81ecdfbb 4270 $as_echo_n "(cached) " >&6
7357c5b6
AM
4271else
4272 # Double quotes because CPP needs to be expanded
4273 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4274 do
4275 ac_preproc_ok=false
4276for ac_c_preproc_warn_flag in '' yes
4277do
4278 # Use a header file that comes with gcc, so configuring glibc
4279 # with a fresh cross-compiler works.
4280 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4281 # <limits.h> exists even on freestanding compilers.
4282 # On the NeXT, cc -E runs the code through the compiler's parser,
4283 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4285/* end confdefs.h. */
4286#ifdef __STDC__
4287# include <limits.h>
4288#else
4289# include <assert.h>
4290#endif
4291 Syntax error
4292_ACEOF
81ecdfbb 4293if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4294
81ecdfbb 4295else
7357c5b6
AM
4296 # Broken: fails on valid input.
4297continue
4298fi
d0ac1c44 4299rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4300
81ecdfbb 4301 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4302 # can be detected and how.
81ecdfbb 4303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4304/* end confdefs.h. */
4305#include <ac_nonexistent.h>
4306_ACEOF
81ecdfbb 4307if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4308 # Broken: success on invalid input.
4309continue
4310else
7357c5b6
AM
4311 # Passes both tests.
4312ac_preproc_ok=:
4313break
4314fi
d0ac1c44 4315rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4316
7357c5b6
AM
4317done
4318# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4319rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb 4320if $ac_preproc_ok; then :
7357c5b6
AM
4321 break
4322fi
d7040cdb 4323
7357c5b6
AM
4324 done
4325 ac_cv_prog_CPP=$CPP
d7040cdb 4326
7357c5b6
AM
4327fi
4328 CPP=$ac_cv_prog_CPP
4329else
4330 ac_cv_prog_CPP=$CPP
4331fi
81ecdfbb
RW
4332{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4333$as_echo "$CPP" >&6; }
7357c5b6
AM
4334ac_preproc_ok=false
4335for ac_c_preproc_warn_flag in '' yes
4336do
4337 # Use a header file that comes with gcc, so configuring glibc
4338 # with a fresh cross-compiler works.
4339 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4340 # <limits.h> exists even on freestanding compilers.
4341 # On the NeXT, cc -E runs the code through the compiler's parser,
4342 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 4343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4344/* end confdefs.h. */
4345#ifdef __STDC__
4346# include <limits.h>
4347#else
4348# include <assert.h>
4349#endif
4350 Syntax error
4351_ACEOF
81ecdfbb 4352if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 4353
81ecdfbb 4354else
7357c5b6
AM
4355 # Broken: fails on valid input.
4356continue
4357fi
d0ac1c44 4358rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4359
81ecdfbb 4360 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 4361 # can be detected and how.
81ecdfbb 4362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4363/* end confdefs.h. */
4364#include <ac_nonexistent.h>
4365_ACEOF
81ecdfbb 4366if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
4367 # Broken: success on invalid input.
4368continue
4369else
7357c5b6
AM
4370 # Passes both tests.
4371ac_preproc_ok=:
4372break
4373fi
d0ac1c44 4374rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 4375
7357c5b6
AM
4376done
4377# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 4378rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb
RW
4379if $ac_preproc_ok; then :
4380
7357c5b6 4381else
81ecdfbb
RW
4382 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4383$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4384as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4385See \`config.log' for more details" "$LINENO" 5; }
7357c5b6 4386fi
d7040cdb 4387
7357c5b6
AM
4388ac_ext=c
4389ac_cpp='$CPP $CPPFLAGS'
4390ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4391ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4392ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
4393
4394
81ecdfbb
RW
4395{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4396$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 4397if ${ac_cv_path_GREP+:} false; then :
81ecdfbb 4398 $as_echo_n "(cached) " >&6
7357c5b6 4399else
81ecdfbb
RW
4400 if test -z "$GREP"; then
4401 ac_path_GREP_found=false
4402 # Loop through the user's path and test for each of PROGNAME-LIST
4403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4404for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4405do
4406 IFS=$as_save_IFS
4407 test -z "$as_dir" && as_dir=.
4408 for ac_prog in grep ggrep; do
4409 for ac_exec_ext in '' $ac_executable_extensions; do
4410 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4411 as_fn_executable_p "$ac_path_GREP" || continue
81ecdfbb
RW
4412# Check for GNU ac_path_GREP and select it if it is found.
4413 # Check for GNU $ac_path_GREP
4414case `"$ac_path_GREP" --version 2>&1` in
4415*GNU*)
4416 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4417*)
4418 ac_count=0
4419 $as_echo_n 0123456789 >"conftest.in"
4420 while :
4421 do
4422 cat "conftest.in" "conftest.in" >"conftest.tmp"
4423 mv "conftest.tmp" "conftest.in"
4424 cp "conftest.in" "conftest.nl"
4425 $as_echo 'GREP' >> "conftest.nl"
4426 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4427 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4428 as_fn_arith $ac_count + 1 && ac_count=$as_val
4429 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4430 # Best one so far, save it but keep looking for a better one
4431 ac_cv_path_GREP="$ac_path_GREP"
4432 ac_path_GREP_max=$ac_count
7357c5b6 4433 fi
81ecdfbb
RW
4434 # 10*(2^10) chars as input seems more than enough
4435 test $ac_count -gt 10 && break
4436 done
4437 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4438esac
4439
4440 $ac_path_GREP_found && break 3
4441 done
4442 done
4443 done
4444IFS=$as_save_IFS
4445 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 4446 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
4447 fi
4448else
4449 ac_cv_path_GREP=$GREP
4450fi
4451
7357c5b6 4452fi
81ecdfbb
RW
4453{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4454$as_echo "$ac_cv_path_GREP" >&6; }
4455 GREP="$ac_cv_path_GREP"
d7040cdb 4456
d7040cdb 4457
81ecdfbb
RW
4458{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4459$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 4460if ${ac_cv_path_EGREP+:} false; then :
81ecdfbb 4461 $as_echo_n "(cached) " >&6
7357c5b6 4462else
81ecdfbb
RW
4463 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4464 then ac_cv_path_EGREP="$GREP -E"
4465 else
4466 if test -z "$EGREP"; then
4467 ac_path_EGREP_found=false
4468 # Loop through the user's path and test for each of PROGNAME-LIST
4469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4470for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4471do
4472 IFS=$as_save_IFS
4473 test -z "$as_dir" && as_dir=.
4474 for ac_prog in egrep; do
4475 for ac_exec_ext in '' $ac_executable_extensions; do
4476 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4477 as_fn_executable_p "$ac_path_EGREP" || continue
81ecdfbb
RW
4478# Check for GNU ac_path_EGREP and select it if it is found.
4479 # Check for GNU $ac_path_EGREP
4480case `"$ac_path_EGREP" --version 2>&1` in
4481*GNU*)
4482 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4483*)
4484 ac_count=0
4485 $as_echo_n 0123456789 >"conftest.in"
4486 while :
4487 do
4488 cat "conftest.in" "conftest.in" >"conftest.tmp"
4489 mv "conftest.tmp" "conftest.in"
4490 cp "conftest.in" "conftest.nl"
4491 $as_echo 'EGREP' >> "conftest.nl"
4492 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4493 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4494 as_fn_arith $ac_count + 1 && ac_count=$as_val
4495 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4496 # Best one so far, save it but keep looking for a better one
4497 ac_cv_path_EGREP="$ac_path_EGREP"
4498 ac_path_EGREP_max=$ac_count
4499 fi
4500 # 10*(2^10) chars as input seems more than enough
4501 test $ac_count -gt 10 && break
4502 done
4503 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4504esac
4505
4506 $ac_path_EGREP_found && break 3
4507 done
4508 done
4509 done
4510IFS=$as_save_IFS
4511 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 4512 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
4513 fi
4514else
4515 ac_cv_path_EGREP=$EGREP
4516fi
4517
4518 fi
4519fi
4520{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4521$as_echo "$ac_cv_path_EGREP" >&6; }
4522 EGREP="$ac_cv_path_EGREP"
4523
4524
4525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4526$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 4527if ${ac_cv_header_stdc+:} false; then :
81ecdfbb
RW
4528 $as_echo_n "(cached) " >&6
4529else
4530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4531/* end confdefs.h. */
4532#include <stdlib.h>
4533#include <stdarg.h>
4534#include <string.h>
4535#include <float.h>
d7040cdb 4536
7357c5b6
AM
4537int
4538main ()
4539{
d7040cdb 4540
7357c5b6
AM
4541 ;
4542 return 0;
4543}
4544_ACEOF
81ecdfbb 4545if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
4546 ac_cv_header_stdc=yes
4547else
81ecdfbb 4548 ac_cv_header_stdc=no
7357c5b6 4549fi
81ecdfbb 4550rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 4551
7357c5b6
AM
4552if test $ac_cv_header_stdc = yes; then
4553 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 4554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4555/* end confdefs.h. */
4556#include <string.h>
d7040cdb 4557
7357c5b6
AM
4558_ACEOF
4559if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4560 $EGREP "memchr" >/dev/null 2>&1; then :
4561
d45dc31f 4562else
7357c5b6
AM
4563 ac_cv_header_stdc=no
4564fi
4565rm -f conftest*
d7040cdb 4566
7357c5b6 4567fi
d7040cdb 4568
7357c5b6
AM
4569if test $ac_cv_header_stdc = yes; then
4570 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 4571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4572/* end confdefs.h. */
4573#include <stdlib.h>
d7040cdb 4574
7357c5b6
AM
4575_ACEOF
4576if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
4577 $EGREP "free" >/dev/null 2>&1; then :
4578
7357c5b6
AM
4579else
4580 ac_cv_header_stdc=no
4581fi
4582rm -f conftest*
d7040cdb 4583
7357c5b6 4584fi
d7040cdb 4585
7357c5b6
AM
4586if test $ac_cv_header_stdc = yes; then
4587 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 4588 if test "$cross_compiling" = yes; then :
7357c5b6
AM
4589 :
4590else
81ecdfbb 4591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
4592/* end confdefs.h. */
4593#include <ctype.h>
81ecdfbb 4594#include <stdlib.h>
7357c5b6
AM
4595#if ((' ' & 0x0FF) == 0x020)
4596# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4597# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4598#else
4599# define ISLOWER(c) \
4600 (('a' <= (c) && (c) <= 'i') \
4601 || ('j' <= (c) && (c) <= 'r') \
4602 || ('s' <= (c) && (c) <= 'z'))
4603# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4604#endif
d7040cdb 4605
7357c5b6
AM
4606#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4607int
4608main ()
4609{
4610 int i;
4611 for (i = 0; i < 256; i++)
4612 if (XOR (islower (i), ISLOWER (i))
4613 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
4614 return 2;
4615 return 0;
7357c5b6
AM
4616}
4617_ACEOF
81ecdfbb 4618if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 4619
81ecdfbb
RW
4620else
4621 ac_cv_header_stdc=no
7357c5b6 4622fi
81ecdfbb
RW
4623rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4624 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 4625fi
81ecdfbb 4626
7357c5b6
AM
4627fi
4628fi
81ecdfbb
RW
4629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4630$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 4631if test $ac_cv_header_stdc = yes; then
d7040cdb 4632
81ecdfbb 4633$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 4634
7357c5b6 4635fi
d7040cdb 4636
7357c5b6 4637# On IRIX 5.3, sys/types and inttypes.h are conflicting.
81ecdfbb
RW
4638for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4639 inttypes.h stdint.h unistd.h
4640do :
4641 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4642ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4643"
d0ac1c44 4644if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
4645 cat >>confdefs.h <<_ACEOF
4646#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4647_ACEOF
d7040cdb 4648
81ecdfbb 4649fi
d7040cdb 4650
81ecdfbb 4651done
d7040cdb
SE
4652
4653
4654
81ecdfbb 4655 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 4656if test "x$ac_cv_header_minix_config_h" = xyes; then :
81ecdfbb
RW
4657 MINIX=yes
4658else
4659 MINIX=
4660fi
d7040cdb
SE
4661
4662
81ecdfbb 4663 if test "$MINIX" = yes; then
d7040cdb 4664
81ecdfbb 4665$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb 4666
d7040cdb 4667
81ecdfbb 4668$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
4669
4670
81ecdfbb 4671$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 4672
81ecdfbb 4673 fi
d7040cdb
SE
4674
4675
81ecdfbb
RW
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4677$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 4678if ${ac_cv_safe_to_define___extensions__+:} false; then :
81ecdfbb 4679 $as_echo_n "(cached) " >&6
7357c5b6 4680else
81ecdfbb 4681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 4682/* end confdefs.h. */
d7040cdb 4683
d0ac1c44
SM
4684# define __EXTENSIONS__ 1
4685 $ac_includes_default
7357c5b6
AM
4686int
4687main ()
4688{
d7040cdb 4689
7357c5b6
AM
4690 ;
4691 return 0;
4692}
4693_ACEOF
81ecdfbb 4694if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 4695 ac_cv_safe_to_define___extensions__=yes
d7040cdb 4696else
81ecdfbb 4697 ac_cv_safe_to_define___extensions__=no
d7040cdb 4698fi
81ecdfbb 4699rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 4700fi
81ecdfbb
RW
4701{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4702$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 4703 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 4704 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d7040cdb 4705
81ecdfbb 4706 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 4707
81ecdfbb 4708 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
d7040cdb 4709
81ecdfbb 4710 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
d7040cdb 4711
81ecdfbb 4712 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb
SE
4713
4714
e3525117 4715
5691d22d 4716
81ecdfbb 4717
718a6fd8
SE
4718case `pwd` in
4719 *\ * | *\ *)
81ecdfbb
RW
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4721$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 4722esac
d7040cdb
SE
4723
4724
7357c5b6 4725
f2c621e4
AS
4726macro_version='2.2.7a'
4727macro_revision='1.3134'
7357c5b6
AM
4728
4729
4730
4731
4732
4733
7357c5b6
AM
4734
4735
4736
4737
4738
4739
4740
718a6fd8 4741ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 4742
3725885a
RW
4743# Backslashify metacharacters that are still active within
4744# double-quoted strings.
4745sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4746
4747# Same as above, but do not quote variable references.
4748double_quote_subst='s/\(["`\\]\)/\\\1/g'
4749
4750# Sed substitution to delay expansion of an escaped shell variable in a
4751# double_quote_subst'ed string.
4752delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4753
4754# Sed substitution to delay expansion of an escaped single quote.
4755delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4756
4757# Sed substitution to avoid accidental globbing in evaled expressions
4758no_glob_subst='s/\*/\\\*/g'
4759
4760ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4761ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4762ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4763
4764{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4765$as_echo_n "checking how to print strings... " >&6; }
4766# Test print first, because it will be a builtin if present.
f2c621e4 4767if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
4768 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4769 ECHO='print -r --'
4770elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4771 ECHO='printf %s\n'
4772else
4773 # Use this function as a fallback that always works.
4774 func_fallback_echo ()
4775 {
4776 eval 'cat <<_LTECHO_EOF
4777$1
4778_LTECHO_EOF'
4779 }
4780 ECHO='func_fallback_echo'
4781fi
4782
4783# func_echo_all arg...
4784# Invoke $ECHO with all args, space-separated.
4785func_echo_all ()
4786{
4787 $ECHO ""
4788}
4789
4790case "$ECHO" in
4791 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4792$as_echo "printf" >&6; } ;;
4793 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4794$as_echo "print -r" >&6; } ;;
4795 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4796$as_echo "cat" >&6; } ;;
4797esac
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
81ecdfbb
RW
4812{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4813$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 4814if ${ac_cv_path_SED+:} false; then :
81ecdfbb 4815 $as_echo_n "(cached) " >&6
7357c5b6 4816else
81ecdfbb
RW
4817 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4818 for ac_i in 1 2 3 4 5 6 7; do
4819 ac_script="$ac_script$as_nl$ac_script"
4820 done
4821 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4822 { ac_script=; unset ac_script;}
4823 if test -z "$SED"; then
4824 ac_path_SED_found=false
4825 # Loop through the user's path and test for each of PROGNAME-LIST
4826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
4827for as_dir in $PATH
4828do
4829 IFS=$as_save_IFS
4830 test -z "$as_dir" && as_dir=.
81ecdfbb 4831 for ac_prog in sed gsed; do
7357c5b6 4832 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 4833 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4834 as_fn_executable_p "$ac_path_SED" || continue
81ecdfbb
RW
4835# Check for GNU ac_path_SED and select it if it is found.
4836 # Check for GNU $ac_path_SED
4837case `"$ac_path_SED" --version 2>&1` in
4838*GNU*)
4839 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4840*)
4841 ac_count=0
4842 $as_echo_n 0123456789 >"conftest.in"
4843 while :
4844 do
4845 cat "conftest.in" "conftest.in" >"conftest.tmp"
4846 mv "conftest.tmp" "conftest.in"
4847 cp "conftest.in" "conftest.nl"
4848 $as_echo '' >> "conftest.nl"
4849 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4850 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4851 as_fn_arith $ac_count + 1 && ac_count=$as_val
4852 if test $ac_count -gt ${ac_path_SED_max-0}; then
4853 # Best one so far, save it but keep looking for a better one
4854 ac_cv_path_SED="$ac_path_SED"
4855 ac_path_SED_max=$ac_count
4856 fi
4857 # 10*(2^10) chars as input seems more than enough
4858 test $ac_count -gt 10 && break
4859 done
4860 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4861esac
4862
4863 $ac_path_SED_found && break 3
7357c5b6
AM
4864 done
4865 done
81ecdfbb 4866 done
7357c5b6 4867IFS=$as_save_IFS
81ecdfbb 4868 if test -z "$ac_cv_path_SED"; then
d0ac1c44 4869 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 4870 fi
81ecdfbb
RW
4871else
4872 ac_cv_path_SED=$SED
7357c5b6
AM
4873fi
4874
81ecdfbb
RW
4875fi
4876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4877$as_echo "$ac_cv_path_SED" >&6; }
4878 SED="$ac_cv_path_SED"
4879 rm -f conftest.sed
7357c5b6
AM
4880
4881test -z "$SED" && SED=sed
4882Xsed="$SED -e 1s/^X//"
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
81ecdfbb
RW
4894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4895$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 4896if ${ac_cv_path_FGREP+:} false; then :
81ecdfbb 4897 $as_echo_n "(cached) " >&6
7357c5b6 4898else
81ecdfbb
RW
4899 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4900 then ac_cv_path_FGREP="$GREP -F"
4901 else
4902 if test -z "$FGREP"; then
4903 ac_path_FGREP_found=false
4904 # Loop through the user's path and test for each of PROGNAME-LIST
4905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4906for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4907do
4908 IFS=$as_save_IFS
4909 test -z "$as_dir" && as_dir=.
4910 for ac_prog in fgrep; do
4911 for ac_exec_ext in '' $ac_executable_extensions; do
4912 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 4913 as_fn_executable_p "$ac_path_FGREP" || continue
81ecdfbb
RW
4914# Check for GNU ac_path_FGREP and select it if it is found.
4915 # Check for GNU $ac_path_FGREP
4916case `"$ac_path_FGREP" --version 2>&1` in
4917*GNU*)
4918 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4919*)
4920 ac_count=0
4921 $as_echo_n 0123456789 >"conftest.in"
4922 while :
4923 do
4924 cat "conftest.in" "conftest.in" >"conftest.tmp"
4925 mv "conftest.tmp" "conftest.in"
4926 cp "conftest.in" "conftest.nl"
4927 $as_echo 'FGREP' >> "conftest.nl"
4928 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4929 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4930 as_fn_arith $ac_count + 1 && ac_count=$as_val
4931 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4932 # Best one so far, save it but keep looking for a better one
4933 ac_cv_path_FGREP="$ac_path_FGREP"
4934 ac_path_FGREP_max=$ac_count
7357c5b6 4935 fi
81ecdfbb
RW
4936 # 10*(2^10) chars as input seems more than enough
4937 test $ac_count -gt 10 && break
4938 done
4939 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4940esac
4941
4942 $ac_path_FGREP_found && break 3
4943 done
4944 done
4945 done
4946IFS=$as_save_IFS
4947 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 4948 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
4949 fi
4950else
4951 ac_cv_path_FGREP=$FGREP
4952fi
4953
4954 fi
7357c5b6 4955fi
81ecdfbb
RW
4956{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4957$as_echo "$ac_cv_path_FGREP" >&6; }
4958 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
4959
4960
4961test -z "$GREP" && GREP=grep
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
81ecdfbb
RW
4981# Check whether --with-gnu-ld was given.
4982if test "${with_gnu_ld+set}" = set; then :
4983 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
4984else
4985 with_gnu_ld=no
81ecdfbb
RW
4986fi
4987
7357c5b6
AM
4988ac_prog=ld
4989if test "$GCC" = yes; then
4990 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
4991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4992$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
4993 case $host in
4994 *-*-mingw*)
d45dc31f
SE
4995 # gcc leaves a trailing carriage return which upsets mingw
4996 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4997 *)
4998 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4999 esac
5000 case $ac_prog in
5001 # Accept absolute paths.
d7040cdb 5002 [\\/]* | ?:[\\/]*)
d45dc31f 5003 re_direlt='/[^/][^/]*/\.\./'
d7040cdb
SE
5004 # Canonicalize the pathname of ld
5005 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5006 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5007 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
d45dc31f
SE
5008 done
5009 test -z "$LD" && LD="$ac_prog"
5010 ;;
5011 "")
5012 # If it fails, then pretend we aren't using GCC.
5013 ac_prog=ld
5014 ;;
5015 *)
5016 # If it is relative, then search for the first ld in PATH.
5017 with_gnu_ld=unknown
5018 ;;
5019 esac
5020elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5022$as_echo_n "checking for GNU ld... " >&6; }
d45dc31f 5023else
81ecdfbb
RW
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5025$as_echo_n "checking for non-GNU ld... " >&6; }
d45dc31f 5026fi
d0ac1c44 5027if ${lt_cv_path_LD+:} false; then :
81ecdfbb 5028 $as_echo_n "(cached) " >&6
d45dc31f
SE
5029else
5030 if test -z "$LD"; then
d7040cdb 5031 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
d45dc31f 5032 for ac_dir in $PATH; do
d7040cdb 5033 IFS="$lt_save_ifs"
d45dc31f
SE
5034 test -z "$ac_dir" && ac_dir=.
5035 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5036 lt_cv_path_LD="$ac_dir/$ac_prog"
5037 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5038 # but apparently some variants of GNU ld only accept -v.
d45dc31f 5039 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5040 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5041 *GNU* | *'with BFD'*)
d45dc31f 5042 test "$with_gnu_ld" != no && break
d7040cdb
SE
5043 ;;
5044 *)
d45dc31f 5045 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5046 ;;
5047 esac
d45dc31f
SE
5048 fi
5049 done
d7040cdb 5050 IFS="$lt_save_ifs"
d45dc31f
SE
5051else
5052 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5053fi
5054fi
1ad12f97 5055
d45dc31f
SE
5056LD="$lt_cv_path_LD"
5057if test -n "$LD"; then
81ecdfbb
RW
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5059$as_echo "$LD" >&6; }
d45dc31f 5060else
81ecdfbb
RW
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5062$as_echo "no" >&6; }
d45dc31f 5063fi
d0ac1c44 5064test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
5065{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5066$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 5067if ${lt_cv_prog_gnu_ld+:} false; then :
81ecdfbb 5068 $as_echo_n "(cached) " >&6
d45dc31f 5069else
d7040cdb
SE
5070 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5071case `$LD -v 2>&1 </dev/null` in
5072*GNU* | *'with BFD'*)
d45dc31f 5073 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5074 ;;
5075*)
d45dc31f 5076 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5077 ;;
5078esac
d45dc31f 5079fi
81ecdfbb
RW
5080{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5081$as_echo "$lt_cv_prog_gnu_ld" >&6; }
d45dc31f 5082with_gnu_ld=$lt_cv_prog_gnu_ld
569acd2c 5083
d45dc31f 5084
42ecbf5e 5085
d7040cdb
SE
5086
5087
5088
5089
5090
5091
81ecdfbb
RW
5092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5093$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 5094if ${lt_cv_path_NM+:} false; then :
81ecdfbb 5095 $as_echo_n "(cached) " >&6
d45dc31f
SE
5096else
5097 if test -n "$NM"; then
b9004024
NA
5098 # Let the user override the nm to test.
5099 lt_nm_to_check="$NM"
5100 else
5101 lt_nm_to_check="${ac_tool_prefix}nm"
5102 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5103 lt_nm_to_check="$lt_nm_to_check nm"
5104 fi
5105 fi
caf606c9 5106 for lt_tmp_nm in "$lt_nm_to_check"; do
b9004024
NA
5107 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5108 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5109 IFS="$lt_save_ifs"
5110 test -z "$ac_dir" && ac_dir=.
caf606c9
NA
5111 # Strip out any user-provided options from the nm to test twice,
5112 # the first time to test to see if nm (rather than its options) has
5113 # an explicit path, the second time to yield a file which can be
5114 # nm'ed itself.
5115 tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5116 case "$tmp_nm_path" in
b9004024
NA
5117 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5118 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5119 esac
caf606c9
NA
5120 tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5121 if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
b9004024
NA
5122 # Check to see if the nm accepts a BSD-compat flag.
5123 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5124 # nm: unknown option "B" ignored
caf606c9 5125 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
b9004024
NA
5126 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5127 break
5128 ;;
5129 *)
caf606c9 5130 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
b9004024
NA
5131 *$tmp_nm*)
5132 lt_cv_path_NM="$tmp_nm -p"
5133 break
5134 ;;
5135 *)
5136 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5137 continue # so that we can try to find one that supports BSD flags
5138 ;;
5139 esac
5140 ;;
5141 esac
5142 fi
5143 done
5144 IFS="$lt_save_ifs"
5145 done
5146 : ${lt_cv_path_NM=no}
a541e3ce 5147fi
81ecdfbb
RW
5148{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5149$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5150if test "$lt_cv_path_NM" != "no"; then
5151 NM="$lt_cv_path_NM"
d45dc31f 5152else
d7040cdb 5153 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5154 if test -n "$DUMPBIN"; then :
5155 # Let the user override the test.
5156 else
5157 if test -n "$ac_tool_prefix"; then
5158 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5159 do
5160 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5161set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5162{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5163$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5164if ${ac_cv_prog_DUMPBIN+:} false; then :
81ecdfbb 5165 $as_echo_n "(cached) " >&6
d45dc31f 5166else
d7040cdb
SE
5167 if test -n "$DUMPBIN"; then
5168 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5169else
5170as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5171for as_dir in $PATH
5172do
5173 IFS=$as_save_IFS
5174 test -z "$as_dir" && as_dir=.
81ecdfbb 5175 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5176 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 5177 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5179 break 2
5180 fi
5181done
81ecdfbb
RW
5182 done
5183IFS=$as_save_IFS
398ee8f1 5184
d7040cdb
SE
5185fi
5186fi
5187DUMPBIN=$ac_cv_prog_DUMPBIN
5188if test -n "$DUMPBIN"; then
81ecdfbb
RW
5189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5190$as_echo "$DUMPBIN" >&6; }
d7040cdb 5191else
81ecdfbb
RW
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5193$as_echo "no" >&6; }
d7040cdb 5194fi
d15b04bd 5195
81ecdfbb 5196
d7040cdb
SE
5197 test -n "$DUMPBIN" && break
5198 done
5199fi
5200if test -z "$DUMPBIN"; then
5201 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5202 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5203do
5204 # Extract the first word of "$ac_prog", so it can be a program name with args.
5205set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5207$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5208if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
81ecdfbb 5209 $as_echo_n "(cached) " >&6
d7040cdb
SE
5210else
5211 if test -n "$ac_ct_DUMPBIN"; then
5212 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5213else
5214as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5215for as_dir in $PATH
5216do
5217 IFS=$as_save_IFS
5218 test -z "$as_dir" && as_dir=.
81ecdfbb 5219 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5220 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 5221 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5223 break 2
d45dc31f 5224 fi
d7040cdb 5225done
81ecdfbb
RW
5226 done
5227IFS=$as_save_IFS
d15b04bd 5228
d7040cdb
SE
5229fi
5230fi
5231ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5232if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5234$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5235else
81ecdfbb
RW
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5237$as_echo "no" >&6; }
d7040cdb 5238fi
42ecbf5e 5239
81ecdfbb 5240
d7040cdb
SE
5241 test -n "$ac_ct_DUMPBIN" && break
5242done
d45dc31f 5243
81ecdfbb
RW
5244 if test "x$ac_ct_DUMPBIN" = x; then
5245 DUMPBIN=":"
5246 else
5247 case $cross_compiling:$ac_tool_warned in
5248yes:)
5249{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5250$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5251ac_tool_warned=yes ;;
5252esac
5253 DUMPBIN=$ac_ct_DUMPBIN
5254 fi
d7040cdb 5255fi
d45dc31f 5256
3725885a
RW
5257 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5258 *COFF*)
5259 DUMPBIN="$DUMPBIN -symbols"
5260 ;;
5261 *)
5262 DUMPBIN=:
5263 ;;
5264 esac
5265 fi
d45dc31f 5266
d7040cdb
SE
5267 if test "$DUMPBIN" != ":"; then
5268 NM="$DUMPBIN"
42ecbf5e 5269 fi
d7040cdb
SE
5270fi
5271test -z "$NM" && NM=nm
d45dc31f 5272
42ecbf5e 5273
d15b04bd 5274
42ecbf5e 5275
d45dc31f 5276
42ecbf5e 5277
81ecdfbb
RW
5278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5279$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 5280if ${lt_cv_nm_interface+:} false; then :
81ecdfbb 5281 $as_echo_n "(cached) " >&6
d7040cdb
SE
5282else
5283 lt_cv_nm_interface="BSD nm"
5284 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 5285 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
5286 (eval "$ac_compile" 2>conftest.err)
5287 cat conftest.err >&5
3725885a 5288 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
5289 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5290 cat conftest.err >&5
3725885a 5291 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
5292 cat conftest.out >&5
5293 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5294 lt_cv_nm_interface="MS dumpbin"
5295 fi
5296 rm -f conftest*
42ecbf5e 5297fi
81ecdfbb
RW
5298{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5299$as_echo "$lt_cv_nm_interface" >&6; }
42ecbf5e 5300
81ecdfbb
RW
5301{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5302$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
5303LN_S=$as_ln_s
5304if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
5305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5306$as_echo "yes" >&6; }
d7040cdb 5307else
81ecdfbb
RW
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5309$as_echo "no, using $LN_S" >&6; }
d7040cdb 5310fi
d45dc31f
SE
5311
5312# find the maximum length of command line arguments
81ecdfbb
RW
5313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5314$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 5315if ${lt_cv_sys_max_cmd_len+:} false; then :
81ecdfbb 5316 $as_echo_n "(cached) " >&6
42ecbf5e 5317else
d45dc31f
SE
5318 i=0
5319 teststring="ABCD"
5320
5321 case $build_os in
5322 msdosdjgpp*)
5323 # On DJGPP, this test can blow up pretty badly due to problems in libc
5324 # (any single argument exceeding 2000 bytes causes a buffer overrun
5325 # during glob expansion). Even if it were fixed, the result of this
5326 # check would be larger than it should be.
5327 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5328 ;;
5329
d7040cdb
SE
5330 gnu*)
5331 # Under GNU Hurd, this test is not required because there is
5332 # no limit to the length of command line arguments.
5333 # Libtool will interpret -1 as no limit whatsoever
5334 lt_cv_sys_max_cmd_len=-1;
5335 ;;
5336
718a6fd8 5337 cygwin* | mingw* | cegcc*)
d45dc31f
SE
5338 # On Win9x/ME, this test blows up -- it succeeds, but takes
5339 # about 5 minutes as the teststring grows exponentially.
5340 # Worse, since 9x/ME are not pre-emptively multitasking,
5341 # you end up with a "frozen" computer, even though with patience
5342 # the test eventually succeeds (with a max line length of 256k).
5343 # Instead, let's just punt: use the minimum linelength reported by
5344 # all of the supported platforms: 8192 (on NT/2K/XP).
5345 lt_cv_sys_max_cmd_len=8192;
5346 ;;
5347
3725885a
RW
5348 mint*)
5349 # On MiNT this can take a long time and run out of memory.
5350 lt_cv_sys_max_cmd_len=8192;
5351 ;;
5352
d45dc31f
SE
5353 amigaos*)
5354 # On AmigaOS with pdksh, this test takes hours, literally.
5355 # So we just punt and use a minimum line length of 8192.
5356 lt_cv_sys_max_cmd_len=8192;
5357 ;;
5358
5359 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5360 # This has been around since 386BSD, at least. Likely further.
5361 if test -x /sbin/sysctl; then
5362 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5363 elif test -x /usr/sbin/sysctl; then
5364 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5365 else
d7040cdb 5366 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
d45dc31f
SE
5367 fi
5368 # And add a safety zone
5369 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5370 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5371 ;;
d7040cdb
SE
5372
5373 interix*)
5374 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5375 lt_cv_sys_max_cmd_len=196608
5376 ;;
5377
5378 osf*)
5379 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5380 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5381 # nice to cause kernel panics so lets avoid the loop below.
5382 # First set a reasonable default.
5383 lt_cv_sys_max_cmd_len=16384
5384 #
5385 if test -x /sbin/sysconfig; then
5386 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5387 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5388 esac
5389 fi
5390 ;;
5391 sco3.2v5*)
5392 lt_cv_sys_max_cmd_len=102400
5393 ;;
5394 sysv5* | sco5v6* | sysv4.2uw2*)
5395 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5396 if test -n "$kargmax"; then
5397 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5398 else
5399 lt_cv_sys_max_cmd_len=32768
5400 fi
5401 ;;
5402 *)
718a6fd8
SE
5403 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5404 if test -n "$lt_cv_sys_max_cmd_len"; then
5ba684e2
NC
5405 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5406 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5407 else
5408 # Make teststring a little bigger before we do anything with it.
5409 # a 1K string should be a reasonable start.
5410 for i in 1 2 3 4 5 6 7 8 ; do
5411 teststring=$teststring$teststring
5412 done
5413 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5414 # If test is not a shell built-in, we'll probably end up computing a
5415 # maximum length that is only half of the actual maximum length, but
5416 # we can't tell.
3725885a
RW
5417 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5418 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5ba684e2
NC
5419 test $i != 17 # 1/2 MB should be enough
5420 do
5421 i=`expr $i + 1`
5422 teststring=$teststring$teststring
5423 done
5424 # Only check the string length outside the loop.
5425 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5426 teststring=
5427 # Add a significant safety factor because C++ compilers can tack on
5428 # massive amounts of additional arguments before passing them to the
5429 # linker. It appears as though 1/2 is a usable value.
5430 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5431 fi
d7040cdb 5432 ;;
d45dc31f 5433 esac
42ecbf5e 5434
42ecbf5e
DJ
5435fi
5436
d7040cdb 5437if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
5438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5439$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
252b5132 5440else
81ecdfbb
RW
5441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5442$as_echo "none" >&6; }
252b5132 5443fi
d7040cdb 5444max_cmd_len=$lt_cv_sys_max_cmd_len
e5a52504 5445
d45dc31f 5446
42ecbf5e 5447
d45dc31f 5448
d45dc31f 5449
d7040cdb 5450
d7040cdb
SE
5451: ${CP="cp -f"}
5452: ${MV="mv -f"}
5453: ${RM="rm -f"}
5454
81ecdfbb
RW
5455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5456$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
5457# Try some XSI features
5458xsi_shell=no
5459( _lt_dummy="a/b/c"
f2c621e4
AS
5460 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5461 = c,a/b,, \
718a6fd8
SE
5462 && eval 'test $(( 1 + 1 )) -eq 2 \
5463 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 5464 && xsi_shell=yes
81ecdfbb
RW
5465{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5466$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
5467
5468
81ecdfbb
RW
5469{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5470$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
5471lt_shell_append=no
5472( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5473 >/dev/null 2>&1 \
5474 && lt_shell_append=yes
81ecdfbb
RW
5475{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5476$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
5477
5478
5479if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5480 lt_unset=unset
252b5132 5481else
d7040cdb 5482 lt_unset=false
252b5132
RH
5483fi
5484
d7040cdb
SE
5485
5486
5487
5488
5489# test EBCDIC or ASCII
5490case `echo X|tr X '\101'` in
5491 A) # ASCII based system
5492 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5493 lt_SP2NL='tr \040 \012'
5494 lt_NL2SP='tr \015\012 \040\040'
5495 ;;
5496 *) # EBCDIC based system
5497 lt_SP2NL='tr \100 \n'
5498 lt_NL2SP='tr \r\n \100\100'
5499 ;;
5500esac
5501
5502
5503
5504
5505
5506
5507
5508
5509
81ecdfbb
RW
5510{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5511$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 5512if ${lt_cv_ld_reload_flag+:} false; then :
81ecdfbb 5513 $as_echo_n "(cached) " >&6
252b5132 5514else
d7040cdb
SE
5515 lt_cv_ld_reload_flag='-r'
5516fi
81ecdfbb
RW
5517{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5518$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
5519reload_flag=$lt_cv_ld_reload_flag
5520case $reload_flag in
5521"" | " "*) ;;
5522*) reload_flag=" $reload_flag" ;;
5523esac
5524reload_cmds='$LD$reload_flag -o $output$reload_objs'
5525case $host_os in
5526 darwin*)
5527 if test "$GCC" = yes; then
5528 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5529 else
5530 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5531 fi
5532 ;;
5533esac
5534
5535
5536
5537
5538
5539
5540
5541
5542
718a6fd8
SE
5543if test -n "$ac_tool_prefix"; then
5544 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5545set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
5546{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5547$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5548if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 5549 $as_echo_n "(cached) " >&6
718a6fd8
SE
5550else
5551 if test -n "$OBJDUMP"; then
5552 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5553else
5554as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5555for as_dir in $PATH
5556do
5557 IFS=$as_save_IFS
5558 test -z "$as_dir" && as_dir=.
81ecdfbb 5559 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5560 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 5561 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 5562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5563 break 2
5564 fi
5565done
81ecdfbb
RW
5566 done
5567IFS=$as_save_IFS
718a6fd8
SE
5568
5569fi
5570fi
5571OBJDUMP=$ac_cv_prog_OBJDUMP
5572if test -n "$OBJDUMP"; then
81ecdfbb
RW
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5574$as_echo "$OBJDUMP" >&6; }
718a6fd8 5575else
81ecdfbb
RW
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5577$as_echo "no" >&6; }
718a6fd8
SE
5578fi
5579
81ecdfbb 5580
718a6fd8
SE
5581fi
5582if test -z "$ac_cv_prog_OBJDUMP"; then
5583 ac_ct_OBJDUMP=$OBJDUMP
5584 # Extract the first word of "objdump", so it can be a program name with args.
5585set dummy objdump; ac_word=$2
81ecdfbb
RW
5586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5587$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5588if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
81ecdfbb 5589 $as_echo_n "(cached) " >&6
718a6fd8
SE
5590else
5591 if test -n "$ac_ct_OBJDUMP"; then
5592 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5593else
5594as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5595for as_dir in $PATH
5596do
5597 IFS=$as_save_IFS
5598 test -z "$as_dir" && as_dir=.
81ecdfbb 5599 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5600 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 5601 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 5602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
5603 break 2
5604 fi
5605done
81ecdfbb
RW
5606 done
5607IFS=$as_save_IFS
718a6fd8 5608
718a6fd8
SE
5609fi
5610fi
5611ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5612if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
5613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5614$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 5615else
81ecdfbb
RW
5616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5617$as_echo "no" >&6; }
718a6fd8
SE
5618fi
5619
81ecdfbb
RW
5620 if test "x$ac_ct_OBJDUMP" = x; then
5621 OBJDUMP="false"
5622 else
5623 case $cross_compiling:$ac_tool_warned in
5624yes:)
5625{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5626$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5627ac_tool_warned=yes ;;
5628esac
5629 OBJDUMP=$ac_ct_OBJDUMP
5630 fi
718a6fd8
SE
5631else
5632 OBJDUMP="$ac_cv_prog_OBJDUMP"
5633fi
5634
5635test -z "$OBJDUMP" && OBJDUMP=objdump
5636
5637
5638
5639
5640
5641
5642
5643
d7040cdb 5644
81ecdfbb
RW
5645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5646$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 5647if ${lt_cv_deplibs_check_method+:} false; then :
81ecdfbb 5648 $as_echo_n "(cached) " >&6
d7040cdb
SE
5649else
5650 lt_cv_file_magic_cmd='$MAGIC_CMD'
5651lt_cv_file_magic_test_file=
5652lt_cv_deplibs_check_method='unknown'
5653# Need to set the preceding variable on all platforms that support
5654# interlibrary dependencies.
5655# 'none' -- dependencies not supported.
5656# `unknown' -- same as none, but documents that we really don't know.
5657# 'pass_all' -- all dependencies passed with no checks.
5658# 'test_compile' -- check by making test program.
5659# 'file_magic [[regex]]' -- check by looking for files in library path
5660# which responds to the $file_magic_cmd with a given extended regex.
5661# If you have `file' or equivalent on your system and you're not sure
5662# whether `pass_all' will *always* work, you probably want this one.
5663
5664case $host_os in
50e7d84b 5665aix[4-9]*)
d7040cdb
SE
5666 lt_cv_deplibs_check_method=pass_all
5667 ;;
5668
5669beos*)
5670 lt_cv_deplibs_check_method=pass_all
5671 ;;
5672
5673bsdi[45]*)
5674 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5675 lt_cv_file_magic_cmd='/usr/bin/file -L'
5676 lt_cv_file_magic_test_file=/shlib/libc.so
5677 ;;
5678
5679cygwin*)
5680 # func_win32_libid is a shell function defined in ltmain.sh
5681 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5682 lt_cv_file_magic_cmd='func_win32_libid'
5683 ;;
5684
5685mingw* | pw32*)
5686 # Base MSYS/MinGW do not provide the 'file' command needed by
5687 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5688 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
5689 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5690 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
5691 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5692 lt_cv_file_magic_cmd='func_win32_libid'
5693 else
f2c621e4 5694 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d7040cdb
SE
5695 lt_cv_file_magic_cmd='$OBJDUMP -f'
5696 fi
5697 ;;
5698
3725885a 5699cegcc*)
718a6fd8
SE
5700 # use the weaker test based on 'objdump'. See mingw*.
5701 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5702 lt_cv_file_magic_cmd='$OBJDUMP -f'
5703 ;;
5704
d7040cdb
SE
5705darwin* | rhapsody*)
5706 lt_cv_deplibs_check_method=pass_all
d45dc31f 5707 ;;
d7040cdb
SE
5708
5709freebsd* | dragonfly*)
5710 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5711 case $host_cpu in
5712 i*86 )
5713 # Not sure whether the presence of OpenBSD here was a mistake.
5714 # Let's accept both of them until this is cleared up.
5715 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5716 lt_cv_file_magic_cmd=/usr/bin/file
5717 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5718 ;;
5719 esac
5720 else
5721 lt_cv_deplibs_check_method=pass_all
5722 fi
5723 ;;
5724
5725gnu*)
5726 lt_cv_deplibs_check_method=pass_all
d45dc31f 5727 ;;
d7040cdb 5728
3725885a
RW
5729haiku*)
5730 lt_cv_deplibs_check_method=pass_all
5731 ;;
5732
d7040cdb
SE
5733hpux10.20* | hpux11*)
5734 lt_cv_file_magic_cmd=/usr/bin/file
5735 case $host_cpu in
5736 ia64*)
5737 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5738 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5739 ;;
5740 hppa*64*)
3725885a 5741 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
5742 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5743 ;;
d45dc31f 5744 *)
3725885a 5745 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
5746 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5747 ;;
5748 esac
5749 ;;
42ecbf5e 5750
d7040cdb
SE
5751interix[3-9]*)
5752 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5753 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5754 ;;
42ecbf5e 5755
d7040cdb
SE
5756irix5* | irix6* | nonstopux*)
5757 case $LD in
5758 *-32|*"-32 ") libmagic=32-bit;;
5759 *-n32|*"-n32 ") libmagic=N32;;
5760 *-64|*"-64 ") libmagic=64-bit;;
5761 *) libmagic=never-match;;
5762 esac
5763 lt_cv_deplibs_check_method=pass_all
d45dc31f 5764 ;;
42ecbf5e 5765
d7040cdb 5766# This must be Linux ELF.
6a6859cb 5767linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
d7040cdb
SE
5768 lt_cv_deplibs_check_method=pass_all
5769 ;;
252b5132 5770
d7040cdb
SE
5771netbsd*)
5772 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5773 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f 5774 else
d7040cdb 5775 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
d45dc31f 5776 fi
d7040cdb
SE
5777 ;;
5778
5779newos6*)
5780 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5781 lt_cv_file_magic_cmd=/usr/bin/file
5782 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5783 ;;
5784
5785*nto* | *qnx*)
5786 lt_cv_deplibs_check_method=pass_all
5787 ;;
42ecbf5e 5788
d7040cdb
SE
5789openbsd*)
5790 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5791 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5792 else
5793 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f
SE
5794 fi
5795 ;;
d7040cdb
SE
5796
5797osf3* | osf4* | osf5*)
5798 lt_cv_deplibs_check_method=pass_all
5799 ;;
5800
5801rdos*)
5802 lt_cv_deplibs_check_method=pass_all
5803 ;;
5804
5805solaris*)
5806 lt_cv_deplibs_check_method=pass_all
5807 ;;
5808
5809sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5810 lt_cv_deplibs_check_method=pass_all
5811 ;;
5812
5813sysv4 | sysv4.3*)
5814 case $host_vendor in
5815 motorola)
5816 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]'
5817 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5818 ;;
5819 ncr)
5820 lt_cv_deplibs_check_method=pass_all
5821 ;;
5822 sequent)
5823 lt_cv_file_magic_cmd='/bin/file'
5824 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5825 ;;
5826 sni)
5827 lt_cv_file_magic_cmd='/bin/file'
5828 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5829 lt_cv_file_magic_test_file=/lib/libc.so
5830 ;;
5831 siemens)
5832 lt_cv_deplibs_check_method=pass_all
5833 ;;
5834 pc)
5835 lt_cv_deplibs_check_method=pass_all
5836 ;;
5837 esac
5838 ;;
5839
5840tpf*)
5841 lt_cv_deplibs_check_method=pass_all
5842 ;;
6a6859cb
AM
5843vxworks*)
5844 # Assume VxWorks cross toolchains are built on Linux, possibly
5845 # as canadian for Windows hosts.
5846 lt_cv_deplibs_check_method=pass_all
5847 ;;
d45dc31f 5848esac
42ecbf5e 5849
d7040cdb 5850fi
81ecdfbb
RW
5851{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5852$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
5853file_magic_cmd=$lt_cv_file_magic_cmd
5854deplibs_check_method=$lt_cv_deplibs_check_method
5855test -z "$deplibs_check_method" && deplibs_check_method=unknown
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
a4966cd9
L
5868plugin_option=
5869plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5870for plugin in $plugin_names; do
5871 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5872 if test x$plugin_so = x$plugin; then
5873 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5874 fi
5875 if test x$plugin_so != x$plugin; then
5876 plugin_option="--plugin $plugin_so"
5877 break
5878 fi
5879done
5880
d45dc31f 5881if test -n "$ac_tool_prefix"; then
f2c621e4
AS
5882 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5883set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
5884{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5885$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5886if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 5887 $as_echo_n "(cached) " >&6
42ecbf5e 5888else
d7040cdb
SE
5889 if test -n "$AR"; then
5890 ac_cv_prog_AR="$AR" # Let the user override the test.
d45dc31f
SE
5891else
5892as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5893for as_dir in $PATH
5894do
5895 IFS=$as_save_IFS
5896 test -z "$as_dir" && as_dir=.
81ecdfbb 5897 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5898 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f2c621e4 5899 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 5900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
5901 break 2
5902 fi
5903done
81ecdfbb
RW
5904 done
5905IFS=$as_save_IFS
42ecbf5e 5906
42ecbf5e 5907fi
d45dc31f 5908fi
d7040cdb
SE
5909AR=$ac_cv_prog_AR
5910if test -n "$AR"; then
81ecdfbb
RW
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5912$as_echo "$AR" >&6; }
d45dc31f 5913else
81ecdfbb
RW
5914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5915$as_echo "no" >&6; }
d45dc31f 5916fi
42ecbf5e 5917
81ecdfbb 5918
42ecbf5e 5919fi
f2c621e4 5920if test -z "$ac_cv_prog_AR"; then
d7040cdb 5921 ac_ct_AR=$AR
f2c621e4
AS
5922 # Extract the first word of "ar", so it can be a program name with args.
5923set dummy ar; ac_word=$2
81ecdfbb
RW
5924{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5925$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5926if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 5927 $as_echo_n "(cached) " >&6
42ecbf5e 5928else
d7040cdb
SE
5929 if test -n "$ac_ct_AR"; then
5930 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
42ecbf5e 5931else
d45dc31f
SE
5932as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5933for as_dir in $PATH
5934do
5935 IFS=$as_save_IFS
5936 test -z "$as_dir" && as_dir=.
81ecdfbb 5937 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5938 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f2c621e4 5939 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 5940 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
5941 break 2
5942 fi
5943done
81ecdfbb
RW
5944 done
5945IFS=$as_save_IFS
42ecbf5e 5946
42ecbf5e 5947fi
42ecbf5e 5948fi
d7040cdb
SE
5949ac_ct_AR=$ac_cv_prog_ac_ct_AR
5950if test -n "$ac_ct_AR"; then
81ecdfbb
RW
5951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5952$as_echo "$ac_ct_AR" >&6; }
252b5132 5953else
81ecdfbb
RW
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5955$as_echo "no" >&6; }
252b5132 5956fi
252b5132 5957
81ecdfbb
RW
5958 if test "x$ac_ct_AR" = x; then
5959 AR="false"
5960 else
5961 case $cross_compiling:$ac_tool_warned in
5962yes:)
5963{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5964$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5965ac_tool_warned=yes ;;
5966esac
5967 AR=$ac_ct_AR
5968 fi
df7b86aa 5969else
f2c621e4
AS
5970 AR="$ac_cv_prog_AR"
5971fi
df7b86aa 5972
f2c621e4 5973test -z "$AR" && AR=ar
a4966cd9
L
5974if test -n "$plugin_option"; then
5975 if $AR --help 2>&1 | grep -q "\--plugin"; then
83b33c6c
L
5976 touch conftest.c
5977 $AR $plugin_option rc conftest.a conftest.c
5978 if test "$?" != 0; then
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5980$as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5981 else
5982 AR="$AR $plugin_option"
5983 fi
5984 rm -f conftest.*
a4966cd9
L
5985 fi
5986fi
f2c621e4 5987test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 5988
df7b86aa 5989
df7b86aa 5990
df7b86aa 5991
df7b86aa 5992
d7040cdb
SE
5993
5994
5995
5996
5997
5998
d45dc31f
SE
5999if test -n "$ac_tool_prefix"; then
6000 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6001set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6003$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6004if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 6005 $as_echo_n "(cached) " >&6
d45dc31f
SE
6006else
6007 if test -n "$STRIP"; then
6008 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6009else
6010as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6011for as_dir in $PATH
42ecbf5e 6012do
d45dc31f
SE
6013 IFS=$as_save_IFS
6014 test -z "$as_dir" && as_dir=.
81ecdfbb 6015 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6016 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 6017 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6019 break 2
6020 fi
6021done
81ecdfbb
RW
6022 done
6023IFS=$as_save_IFS
d45dc31f
SE
6024
6025fi
6026fi
6027STRIP=$ac_cv_prog_STRIP
6028if test -n "$STRIP"; then
81ecdfbb
RW
6029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6030$as_echo "$STRIP" >&6; }
252b5132 6031else
81ecdfbb
RW
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6033$as_echo "no" >&6; }
d45dc31f 6034fi
42ecbf5e 6035
81ecdfbb 6036
252b5132 6037fi
d45dc31f
SE
6038if test -z "$ac_cv_prog_STRIP"; then
6039 ac_ct_STRIP=$STRIP
6040 # Extract the first word of "strip", so it can be a program name with args.
6041set dummy strip; ac_word=$2
81ecdfbb
RW
6042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6043$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6044if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 6045 $as_echo_n "(cached) " >&6
d45dc31f
SE
6046else
6047 if test -n "$ac_ct_STRIP"; then
6048 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6049else
6050as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6051for as_dir in $PATH
6052do
6053 IFS=$as_save_IFS
6054 test -z "$as_dir" && as_dir=.
81ecdfbb 6055 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6056 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 6057 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6059 break 2
6060 fi
6061done
81ecdfbb
RW
6062 done
6063IFS=$as_save_IFS
42ecbf5e 6064
d45dc31f
SE
6065fi
6066fi
6067ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6068if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6070$as_echo "$ac_ct_STRIP" >&6; }
d45dc31f 6071else
81ecdfbb
RW
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6073$as_echo "no" >&6; }
252b5132 6074fi
e5a52504 6075
81ecdfbb
RW
6076 if test "x$ac_ct_STRIP" = x; then
6077 STRIP=":"
6078 else
6079 case $cross_compiling:$ac_tool_warned in
6080yes:)
6081{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6082$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6083ac_tool_warned=yes ;;
6084esac
6085 STRIP=$ac_ct_STRIP
6086 fi
d45dc31f
SE
6087else
6088 STRIP="$ac_cv_prog_STRIP"
6089fi
e5a52504 6090
d7040cdb 6091test -z "$STRIP" && STRIP=:
d45dc31f 6092
d45dc31f
SE
6093
6094
d45dc31f 6095
d45dc31f
SE
6096
6097
d7040cdb
SE
6098if test -n "$ac_tool_prefix"; then
6099 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6100set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6102$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6103if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 6104 $as_echo_n "(cached) " >&6
d45dc31f 6105else
d7040cdb
SE
6106 if test -n "$RANLIB"; then
6107 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6108else
6109as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6110for as_dir in $PATH
6111do
6112 IFS=$as_save_IFS
6113 test -z "$as_dir" && as_dir=.
81ecdfbb 6114 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6115 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6116 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6118 break 2
d45dc31f 6119 fi
d7040cdb 6120done
81ecdfbb
RW
6121 done
6122IFS=$as_save_IFS
d45dc31f 6123
d7040cdb
SE
6124fi
6125fi
6126RANLIB=$ac_cv_prog_RANLIB
6127if test -n "$RANLIB"; then
81ecdfbb
RW
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6129$as_echo "$RANLIB" >&6; }
d7040cdb 6130else
81ecdfbb
RW
6131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6132$as_echo "no" >&6; }
d7040cdb 6133fi
d45dc31f 6134
81ecdfbb 6135
d7040cdb
SE
6136fi
6137if test -z "$ac_cv_prog_RANLIB"; then
6138 ac_ct_RANLIB=$RANLIB
6139 # Extract the first word of "ranlib", so it can be a program name with args.
6140set dummy ranlib; ac_word=$2
81ecdfbb
RW
6141{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6142$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6143if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 6144 $as_echo_n "(cached) " >&6
d7040cdb
SE
6145else
6146 if test -n "$ac_ct_RANLIB"; then
6147 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6148else
6149as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6150for as_dir in $PATH
6151do
6152 IFS=$as_save_IFS
6153 test -z "$as_dir" && as_dir=.
81ecdfbb 6154 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6155 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6156 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6158 break 2
d45dc31f 6159 fi
d7040cdb 6160done
81ecdfbb
RW
6161 done
6162IFS=$as_save_IFS
d45dc31f 6163
d7040cdb
SE
6164fi
6165fi
6166ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6167if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6169$as_echo "$ac_ct_RANLIB" >&6; }
d15b04bd 6170else
81ecdfbb
RW
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6172$as_echo "no" >&6; }
d7040cdb 6173fi
252b5132 6174
81ecdfbb
RW
6175 if test "x$ac_ct_RANLIB" = x; then
6176 RANLIB=":"
6177 else
6178 case $cross_compiling:$ac_tool_warned in
6179yes:)
6180{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6181$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6182ac_tool_warned=yes ;;
6183esac
6184 RANLIB=$ac_ct_RANLIB
6185 fi
d7040cdb
SE
6186else
6187 RANLIB="$ac_cv_prog_RANLIB"
6188fi
d45dc31f 6189
d7040cdb 6190test -z "$RANLIB" && RANLIB=:
a4966cd9
L
6191if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6192 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6193 RANLIB="$RANLIB $plugin_option"
6194 fi
6195fi
d45dc31f 6196
d45dc31f 6197
d45dc31f 6198
42ecbf5e 6199
e5a52504 6200
d7040cdb
SE
6201
6202# Determine commands to create old-style static archives.
718a6fd8 6203old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6204old_postinstall_cmds='chmod 644 $oldlib'
6205old_postuninstall_cmds=
6206
6207if test -n "$RANLIB"; then
6208 case $host_os in
6209 openbsd*)
6210 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6211 ;;
6212 *)
6213 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6214 ;;
6215 esac
6216 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d45dc31f 6217fi
d45dc31f 6218
3725885a
RW
6219case $host_os in
6220 darwin*)
6221 lock_old_archive_extraction=yes ;;
6222 *)
6223 lock_old_archive_extraction=no ;;
6224esac
6225
6226
6227
6228
6229
6230
d45dc31f 6231
d45dc31f
SE
6232
6233
d15b04bd 6234
3e321448 6235
d45dc31f 6236
d45dc31f 6237
d45dc31f
SE
6238
6239
d45dc31f 6240
d45dc31f 6241
d45dc31f
SE
6242
6243
6244
6245
6246
6247
6248
d45dc31f 6249
d45dc31f 6250
d45dc31f 6251
d45dc31f 6252
d45dc31f 6253
d45dc31f 6254
d45dc31f 6255
d45dc31f 6256
3e321448
L
6257
6258
d45dc31f
SE
6259
6260
d45dc31f
SE
6261
6262
d45dc31f 6263
d7040cdb
SE
6264# If no C compiler was specified, use CC.
6265LTCC=${LTCC-"$CC"}
42ecbf5e 6266
d7040cdb
SE
6267# If no C compiler flags were specified, use CFLAGS.
6268LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
e5a52504 6269
d7040cdb
SE
6270# Allow CC to be a program name with arguments.
6271compiler=$CC
d15b04bd 6272
d7040cdb
SE
6273
6274# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6276$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 6277if ${lt_cv_sys_global_symbol_pipe+:} false; then :
81ecdfbb 6278 $as_echo_n "(cached) " >&6
d15b04bd 6279else
d7040cdb
SE
6280
6281# These are sane defaults that work on at least a few old systems.
6282# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6283
6284# Character class describing NM global symbol codes.
6285symcode='[BCDEGRST]'
6286
6287# Regexp to match symbols that can be accessed directly from C.
6288sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6289
6290# Define system-specific variables.
6291case $host_os in
6292aix*)
6293 symcode='[BCDT]'
6294 ;;
718a6fd8 6295cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6296 symcode='[ABCDGISTW]'
6297 ;;
6298hpux*)
6299 if test "$host_cpu" = ia64; then
6300 symcode='[ABCDEGRST]'
42ecbf5e 6301 fi
d7040cdb
SE
6302 ;;
6303irix* | nonstopux*)
6304 symcode='[BCDEGRST]'
6305 ;;
6306osf*)
6307 symcode='[BCDEGQRST]'
6308 ;;
6309solaris*)
b9004024 6310 symcode='[BCDRT]'
d7040cdb
SE
6311 ;;
6312sco3.2v5*)
6313 symcode='[DT]'
6314 ;;
6315sysv4.2uw2*)
6316 symcode='[DT]'
6317 ;;
6318sysv5* | sco5v6* | unixware* | OpenUNIX*)
6319 symcode='[ABDT]'
6320 ;;
6321sysv4)
6322 symcode='[DFNSTU]'
6323 ;;
6324esac
d15b04bd 6325
d7040cdb
SE
6326# If we're using GNU nm, then use its standard symbol codes.
6327case `$NM -V 2>&1` in
6328*GNU* | *'with BFD'*)
6329 symcode='[ABCDGIRSTW]' ;;
6330esac
e5a52504 6331
d7040cdb
SE
6332# Transform an extracted symbol line into a proper C declaration.
6333# Some systems (esp. on ia64) link data and code symbols differently,
7357c5b6
AM
6334# so use this general approach.
6335lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 6336
7357c5b6 6337# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
6338lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6339lt_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'"
d7040cdb 6340
7357c5b6
AM
6341# Handle CRLF in mingw tool chain
6342opt_cr=
6343case $build_os in
6344mingw*)
6345 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6346 ;;
6347esac
d7040cdb 6348
7357c5b6
AM
6349# Try without a prefix underscore, then with it.
6350for ac_symprfx in "" "_"; do
d7040cdb 6351
7357c5b6
AM
6352 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6353 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 6354
7357c5b6
AM
6355 # Write the raw and C identifiers.
6356 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6357 # Fake it for dumpbin and say T for any non-static function
6358 # and D for any global variable.
6359 # Also find C++ and __fastcall symbols from MSVC++,
6360 # which start with @ or ?.
6361 lt_cv_sys_global_symbol_pipe="$AWK '"\
6362" {last_section=section; section=\$ 3};"\
6363" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6364" \$ 0!~/External *\|/{next};"\
6365" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6366" {if(hide[section]) next};"\
6367" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6368" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6369" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6370" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6371" ' prfx=^$ac_symprfx"
6372 else
6373 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6374 fi
6375
6376 # Check to see that the pipe works correctly.
6377 pipe_works=no
6378
6379 rm -f conftest*
6380 cat > conftest.$ac_ext <<_LT_EOF
6381#ifdef __cplusplus
6382extern "C" {
6383#endif
6384char nm_test_var;
6385void nm_test_func(void);
6386void nm_test_func(void){}
6387#ifdef __cplusplus
d7040cdb 6388}
7357c5b6
AM
6389#endif
6390int main(){nm_test_var='a';nm_test_func();return(0);}
6391_LT_EOF
6392
81ecdfbb 6393 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 6394 (eval $ac_compile) 2>&5
42ecbf5e 6395 ac_status=$?
81ecdfbb
RW
6396 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6397 test $ac_status = 0; }; then
7357c5b6
AM
6398 # Now try to grab the symbols.
6399 nlist=conftest.nm
3725885a
RW
6400 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6401 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
42ecbf5e 6402 ac_status=$?
81ecdfbb
RW
6403 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6404 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
6405 # Try sorting and uniquifying the output.
6406 if sort "$nlist" | uniq > "$nlist"T; then
6407 mv -f "$nlist"T "$nlist"
6408 else
6409 rm -f "$nlist"T
6410 fi
d7040cdb 6411
7357c5b6
AM
6412 # Make sure that we snagged all the symbols we need.
6413 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6414 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6415 cat <<_LT_EOF > conftest.$ac_ext
6416#ifdef __cplusplus
6417extern "C" {
6418#endif
e5a52504 6419
7357c5b6
AM
6420_LT_EOF
6421 # Now generate the symbol file.
6422 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7148cc28 6423
7357c5b6 6424 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 6425
7357c5b6 6426/* The mapping between symbol names and symbols. */
f2c621e4 6427const struct {
7357c5b6
AM
6428 const char *name;
6429 void *address;
6430}
6431lt__PROGRAM__LTX_preloaded_symbols[] =
6432{
6433 { "@PROGRAM@", (void *) 0 },
6434_LT_EOF
6435 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6436 cat <<\_LT_EOF >> conftest.$ac_ext
6437 {0, (void *) 0}
6438};
d7040cdb 6439
7357c5b6
AM
6440/* This works around a problem in FreeBSD linker */
6441#ifdef FREEBSD_WORKAROUND
6442static const void *lt_preloaded_setup() {
6443 return lt__PROGRAM__LTX_preloaded_symbols;
6444}
d7040cdb
SE
6445#endif
6446
7357c5b6 6447#ifdef __cplusplus
d7040cdb 6448}
7357c5b6
AM
6449#endif
6450_LT_EOF
6451 # Now try linking the two files.
6452 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
6453 lt_save_LIBS="$LIBS"
6454 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
6455 LIBS="conftstm.$ac_objext"
6456 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 6457 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
6458 (eval $ac_link) 2>&5
6459 ac_status=$?
81ecdfbb
RW
6460 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6461 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
6462 pipe_works=yes
6463 fi
f2c621e4
AS
6464 LIBS="$lt_save_LIBS"
6465 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
6466 else
6467 echo "cannot find nm_test_func in $nlist" >&5
6468 fi
6469 else
6470 echo "cannot find nm_test_var in $nlist" >&5
6471 fi
6472 else
6473 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6474 fi
6475 else
6476 echo "$progname: failed program was:" >&5
6477 cat conftest.$ac_ext >&5
6478 fi
718a6fd8 6479 rm -rf conftest* conftst*
7357c5b6
AM
6480
6481 # Do not use the global_symbol_pipe unless it works.
6482 if test "$pipe_works" = yes; then
6483 break
6484 else
6485 lt_cv_sys_global_symbol_pipe=
6486 fi
6487done
d7040cdb 6488
d7040cdb 6489fi
7357c5b6
AM
6490
6491if test -z "$lt_cv_sys_global_symbol_pipe"; then
6492 lt_cv_sys_global_symbol_to_cdecl=
d7040cdb 6493fi
7357c5b6 6494if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6496$as_echo "failed" >&6; }
7357c5b6 6497else
81ecdfbb
RW
6498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6499$as_echo "ok" >&6; }
d7040cdb 6500fi
20e95c23 6501
20e95c23 6502
20e95c23 6503
20e95c23 6504
20e95c23 6505
20e95c23 6506
20e95c23
DJ
6507
6508
7357c5b6
AM
6509
6510
6511
718a6fd8
SE
6512
6513
6514
6515
6516
7357c5b6 6517
df7b86aa
NC
6518
6519
6520
6521
7357c5b6 6522
81ecdfbb
RW
6523# Check whether --enable-libtool-lock was given.
6524if test "${enable_libtool_lock+set}" = set; then :
6525 enableval=$enable_libtool_lock;
6526fi
7357c5b6 6527
7357c5b6
AM
6528test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6529
6530# Some flags need to be propagated to the compiler or linker for good
6531# libtool support.
6532case $host in
6533ia64-*-hpux*)
6534 # Find out which ABI we are using.
6535 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6536 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6537 (eval $ac_compile) 2>&5
6538 ac_status=$?
81ecdfbb
RW
6539 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6540 test $ac_status = 0; }; then
7357c5b6
AM
6541 case `/usr/bin/file conftest.$ac_objext` in
6542 *ELF-32*)
6543 HPUX_IA64_MODE="32"
6544 ;;
6545 *ELF-64*)
6546 HPUX_IA64_MODE="64"
6547 ;;
6548 esac
6549 fi
6550 rm -rf conftest*
6551 ;;
6552*-*-irix6*)
6553 # Find out which ABI we are using.
3725885a 6554 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 6555 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6556 (eval $ac_compile) 2>&5
6557 ac_status=$?
81ecdfbb
RW
6558 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6559 test $ac_status = 0; }; then
7357c5b6
AM
6560 if test "$lt_cv_prog_gnu_ld" = yes; then
6561 case `/usr/bin/file conftest.$ac_objext` in
6562 *32-bit*)
6563 LD="${LD-ld} -melf32bsmip"
6564 ;;
6565 *N32*)
6566 LD="${LD-ld} -melf32bmipn32"
6567 ;;
6568 *64-bit*)
6569 LD="${LD-ld} -melf64bmip"
6570 ;;
6571 esac
6572 else
6573 case `/usr/bin/file conftest.$ac_objext` in
6574 *32-bit*)
6575 LD="${LD-ld} -32"
6576 ;;
6577 *N32*)
6578 LD="${LD-ld} -n32"
6579 ;;
6580 *64-bit*)
6581 LD="${LD-ld} -64"
6582 ;;
6583 esac
6584 fi
6585 fi
6586 rm -rf conftest*
6587 ;;
6588
cc9afea3 6589x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
6590s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6591 # Find out which ABI we are using.
6592 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6593 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
6594 (eval $ac_compile) 2>&5
6595 ac_status=$?
81ecdfbb
RW
6596 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6597 test $ac_status = 0; }; then
7357c5b6
AM
6598 case `/usr/bin/file conftest.o` in
6599 *32-bit*)
6600 case $host in
6601 x86_64-*kfreebsd*-gnu)
6602 LD="${LD-ld} -m elf_i386_fbsd"
6603 ;;
6604 x86_64-*linux*)
6d2920c8
L
6605 case `/usr/bin/file conftest.o` in
6606 *x86-64*)
6607 LD="${LD-ld} -m elf32_x86_64"
6608 ;;
6609 *)
6610 LD="${LD-ld} -m elf_i386"
6611 ;;
6612 esac
7357c5b6 6613 ;;
cc9afea3
AM
6614 powerpc64le-*linux*)
6615 LD="${LD-ld} -m elf32lppclinux"
6616 ;;
6617 powerpc64-*linux*)
7357c5b6
AM
6618 LD="${LD-ld} -m elf32ppclinux"
6619 ;;
6620 s390x-*linux*)
6621 LD="${LD-ld} -m elf_s390"
6622 ;;
6623 sparc64-*linux*)
6624 LD="${LD-ld} -m elf32_sparc"
6625 ;;
6626 esac
6627 ;;
6628 *64-bit*)
6629 case $host in
6630 x86_64-*kfreebsd*-gnu)
6631 LD="${LD-ld} -m elf_x86_64_fbsd"
6632 ;;
6633 x86_64-*linux*)
6634 LD="${LD-ld} -m elf_x86_64"
6635 ;;
cc9afea3
AM
6636 powerpcle-*linux*)
6637 LD="${LD-ld} -m elf64lppc"
6638 ;;
6639 powerpc-*linux*)
7357c5b6
AM
6640 LD="${LD-ld} -m elf64ppc"
6641 ;;
6642 s390*-*linux*|s390*-*tpf*)
6643 LD="${LD-ld} -m elf64_s390"
6644 ;;
6645 sparc*-*linux*)
6646 LD="${LD-ld} -m elf64_sparc"
6647 ;;
6648 esac
6649 ;;
6650 esac
6651 fi
6652 rm -rf conftest*
6653 ;;
6654
6655*-*-sco3.2v5*)
6656 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6657 SAVE_CFLAGS="$CFLAGS"
6658 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
6659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6660$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 6661if ${lt_cv_cc_needs_belf+:} false; then :
81ecdfbb 6662 $as_echo_n "(cached) " >&6
d7040cdb 6663else
7357c5b6
AM
6664 ac_ext=c
6665ac_cpp='$CPP $CPPFLAGS'
6666ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6667ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6668ac_compiler_gnu=$ac_cv_c_compiler_gnu
6669
81ecdfbb 6670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 6671/* end confdefs.h. */
20e95c23 6672
7357c5b6
AM
6673int
6674main ()
6675{
6676
6677 ;
6678 return 0;
6679}
d7040cdb 6680_ACEOF
81ecdfbb 6681if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 6682 lt_cv_cc_needs_belf=yes
d15b04bd 6683else
81ecdfbb 6684 lt_cv_cc_needs_belf=no
d7040cdb 6685fi
81ecdfbb
RW
6686rm -f core conftest.err conftest.$ac_objext \
6687 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
6688 ac_ext=c
6689ac_cpp='$CPP $CPPFLAGS'
6690ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6691ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6692ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 6693
718a6fd8 6694fi
81ecdfbb
RW
6695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6696$as_echo "$lt_cv_cc_needs_belf" >&6; }
718a6fd8
SE
6697 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6698 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6699 CFLAGS="$SAVE_CFLAGS"
6700 fi
6701 ;;
6702sparc*-*solaris*)
6703 # Find out which ABI we are using.
6704 echo 'int i;' > conftest.$ac_ext
81ecdfbb 6705 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
718a6fd8
SE
6706 (eval $ac_compile) 2>&5
6707 ac_status=$?
81ecdfbb
RW
6708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6709 test $ac_status = 0; }; then
718a6fd8
SE
6710 case `/usr/bin/file conftest.o` in
6711 *64-bit*)
6712 case $lt_cv_prog_gnu_ld in
6713 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6714 *)
6715 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6716 LD="${LD-ld} -64"
6717 fi
6718 ;;
6719 esac
6720 ;;
6721 esac
6722 fi
df7b86aa
NC
6723 rm -rf conftest*
6724 ;;
6725esac
6726
6727need_locks="$enable_libtool_lock"
6728
718a6fd8
SE
6729
6730 case $host_os in
6731 rhapsody* | darwin*)
6732 if test -n "$ac_tool_prefix"; then
6733 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6734set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
6735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6736$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6737if ${ac_cv_prog_DSYMUTIL+:} false; then :
81ecdfbb 6738 $as_echo_n "(cached) " >&6
718a6fd8
SE
6739else
6740 if test -n "$DSYMUTIL"; then
6741 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6742else
6743as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6744for as_dir in $PATH
6745do
6746 IFS=$as_save_IFS
6747 test -z "$as_dir" && as_dir=.
81ecdfbb 6748 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6749 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6750 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 6751 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6752 break 2
6753 fi
6754done
81ecdfbb
RW
6755 done
6756IFS=$as_save_IFS
718a6fd8
SE
6757
6758fi
6759fi
6760DSYMUTIL=$ac_cv_prog_DSYMUTIL
6761if test -n "$DSYMUTIL"; then
81ecdfbb
RW
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6763$as_echo "$DSYMUTIL" >&6; }
718a6fd8 6764else
81ecdfbb
RW
6765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6766$as_echo "no" >&6; }
718a6fd8
SE
6767fi
6768
81ecdfbb 6769
718a6fd8
SE
6770fi
6771if test -z "$ac_cv_prog_DSYMUTIL"; then
6772 ac_ct_DSYMUTIL=$DSYMUTIL
6773 # Extract the first word of "dsymutil", so it can be a program name with args.
6774set dummy dsymutil; ac_word=$2
81ecdfbb
RW
6775{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6776$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6777if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
81ecdfbb 6778 $as_echo_n "(cached) " >&6
718a6fd8
SE
6779else
6780 if test -n "$ac_ct_DSYMUTIL"; then
6781 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6782else
6783as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6784for as_dir in $PATH
6785do
6786 IFS=$as_save_IFS
6787 test -z "$as_dir" && as_dir=.
81ecdfbb 6788 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6789 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6790 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 6791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6792 break 2
6793 fi
6794done
81ecdfbb
RW
6795 done
6796IFS=$as_save_IFS
718a6fd8 6797
718a6fd8
SE
6798fi
6799fi
6800ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6801if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
6802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6803$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 6804else
81ecdfbb
RW
6805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6806$as_echo "no" >&6; }
718a6fd8
SE
6807fi
6808
81ecdfbb
RW
6809 if test "x$ac_ct_DSYMUTIL" = x; then
6810 DSYMUTIL=":"
6811 else
6812 case $cross_compiling:$ac_tool_warned in
6813yes:)
6814{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6815$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6816ac_tool_warned=yes ;;
6817esac
6818 DSYMUTIL=$ac_ct_DSYMUTIL
6819 fi
718a6fd8
SE
6820else
6821 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6822fi
6823
6824 if test -n "$ac_tool_prefix"; then
6825 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6826set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
6827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6828$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6829if ${ac_cv_prog_NMEDIT+:} false; then :
81ecdfbb 6830 $as_echo_n "(cached) " >&6
718a6fd8
SE
6831else
6832 if test -n "$NMEDIT"; then
6833 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6834else
6835as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6836for as_dir in $PATH
6837do
6838 IFS=$as_save_IFS
6839 test -z "$as_dir" && as_dir=.
81ecdfbb 6840 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6841 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6842 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 6843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6844 break 2
6845 fi
6846done
81ecdfbb
RW
6847 done
6848IFS=$as_save_IFS
718a6fd8
SE
6849
6850fi
6851fi
6852NMEDIT=$ac_cv_prog_NMEDIT
6853if test -n "$NMEDIT"; then
81ecdfbb
RW
6854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6855$as_echo "$NMEDIT" >&6; }
718a6fd8 6856else
81ecdfbb
RW
6857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6858$as_echo "no" >&6; }
718a6fd8
SE
6859fi
6860
81ecdfbb 6861
718a6fd8
SE
6862fi
6863if test -z "$ac_cv_prog_NMEDIT"; then
6864 ac_ct_NMEDIT=$NMEDIT
6865 # Extract the first word of "nmedit", so it can be a program name with args.
6866set dummy nmedit; ac_word=$2
81ecdfbb
RW
6867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6868$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6869if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
81ecdfbb 6870 $as_echo_n "(cached) " >&6
718a6fd8
SE
6871else
6872 if test -n "$ac_ct_NMEDIT"; then
6873 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6874else
6875as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6876for as_dir in $PATH
6877do
6878 IFS=$as_save_IFS
6879 test -z "$as_dir" && as_dir=.
81ecdfbb 6880 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6881 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6882 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 6883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6884 break 2
6885 fi
6886done
81ecdfbb
RW
6887 done
6888IFS=$as_save_IFS
718a6fd8 6889
718a6fd8
SE
6890fi
6891fi
6892ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6893if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
6894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6895$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 6896else
81ecdfbb
RW
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6898$as_echo "no" >&6; }
718a6fd8
SE
6899fi
6900
81ecdfbb
RW
6901 if test "x$ac_ct_NMEDIT" = x; then
6902 NMEDIT=":"
6903 else
6904 case $cross_compiling:$ac_tool_warned in
6905yes:)
6906{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6907$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6908ac_tool_warned=yes ;;
6909esac
6910 NMEDIT=$ac_ct_NMEDIT
6911 fi
718a6fd8
SE
6912else
6913 NMEDIT="$ac_cv_prog_NMEDIT"
6914fi
6915
6916 if test -n "$ac_tool_prefix"; then
6917 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6918set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
6919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6920$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6921if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 6922 $as_echo_n "(cached) " >&6
718a6fd8
SE
6923else
6924 if test -n "$LIPO"; then
6925 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6926else
6927as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6928for as_dir in $PATH
6929do
6930 IFS=$as_save_IFS
6931 test -z "$as_dir" && as_dir=.
81ecdfbb 6932 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6933 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6934 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 6935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6936 break 2
6937 fi
6938done
81ecdfbb
RW
6939 done
6940IFS=$as_save_IFS
718a6fd8
SE
6941
6942fi
6943fi
6944LIPO=$ac_cv_prog_LIPO
6945if test -n "$LIPO"; then
81ecdfbb
RW
6946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6947$as_echo "$LIPO" >&6; }
718a6fd8 6948else
81ecdfbb
RW
6949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6950$as_echo "no" >&6; }
718a6fd8
SE
6951fi
6952
81ecdfbb 6953
718a6fd8
SE
6954fi
6955if test -z "$ac_cv_prog_LIPO"; then
6956 ac_ct_LIPO=$LIPO
6957 # Extract the first word of "lipo", so it can be a program name with args.
6958set dummy lipo; ac_word=$2
81ecdfbb
RW
6959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6960$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6961if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
81ecdfbb 6962 $as_echo_n "(cached) " >&6
718a6fd8
SE
6963else
6964 if test -n "$ac_ct_LIPO"; then
6965 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6966else
6967as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6968for as_dir in $PATH
6969do
6970 IFS=$as_save_IFS
6971 test -z "$as_dir" && as_dir=.
81ecdfbb 6972 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6973 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6974 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 6975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6976 break 2
6977 fi
6978done
81ecdfbb
RW
6979 done
6980IFS=$as_save_IFS
718a6fd8 6981
718a6fd8
SE
6982fi
6983fi
6984ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6985if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
6986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6987$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 6988else
81ecdfbb
RW
6989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6990$as_echo "no" >&6; }
718a6fd8
SE
6991fi
6992
81ecdfbb
RW
6993 if test "x$ac_ct_LIPO" = x; then
6994 LIPO=":"
6995 else
6996 case $cross_compiling:$ac_tool_warned in
6997yes:)
6998{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6999$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7000ac_tool_warned=yes ;;
7001esac
7002 LIPO=$ac_ct_LIPO
7003 fi
718a6fd8
SE
7004else
7005 LIPO="$ac_cv_prog_LIPO"
7006fi
7007
7008 if test -n "$ac_tool_prefix"; then
7009 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7010set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7011{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7012$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7013if ${ac_cv_prog_OTOOL+:} false; then :
81ecdfbb 7014 $as_echo_n "(cached) " >&6
718a6fd8
SE
7015else
7016 if test -n "$OTOOL"; then
7017 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7018else
7019as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7020for as_dir in $PATH
7021do
7022 IFS=$as_save_IFS
7023 test -z "$as_dir" && as_dir=.
81ecdfbb 7024 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7025 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7026 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7028 break 2
7029 fi
7030done
81ecdfbb
RW
7031 done
7032IFS=$as_save_IFS
718a6fd8
SE
7033
7034fi
7035fi
7036OTOOL=$ac_cv_prog_OTOOL
7037if test -n "$OTOOL"; then
81ecdfbb
RW
7038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7039$as_echo "$OTOOL" >&6; }
718a6fd8 7040else
81ecdfbb
RW
7041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7042$as_echo "no" >&6; }
718a6fd8
SE
7043fi
7044
81ecdfbb 7045
718a6fd8
SE
7046fi
7047if test -z "$ac_cv_prog_OTOOL"; then
7048 ac_ct_OTOOL=$OTOOL
7049 # Extract the first word of "otool", so it can be a program name with args.
7050set dummy otool; ac_word=$2
81ecdfbb
RW
7051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7052$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7053if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
81ecdfbb 7054 $as_echo_n "(cached) " >&6
718a6fd8
SE
7055else
7056 if test -n "$ac_ct_OTOOL"; then
7057 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7058else
7059as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7060for as_dir in $PATH
7061do
7062 IFS=$as_save_IFS
7063 test -z "$as_dir" && as_dir=.
81ecdfbb 7064 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7065 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7066 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7068 break 2
7069 fi
7070done
81ecdfbb
RW
7071 done
7072IFS=$as_save_IFS
718a6fd8 7073
718a6fd8
SE
7074fi
7075fi
7076ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7077if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7079$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7080else
81ecdfbb
RW
7081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7082$as_echo "no" >&6; }
718a6fd8
SE
7083fi
7084
81ecdfbb
RW
7085 if test "x$ac_ct_OTOOL" = x; then
7086 OTOOL=":"
7087 else
7088 case $cross_compiling:$ac_tool_warned in
7089yes:)
7090{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7091$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7092ac_tool_warned=yes ;;
7093esac
7094 OTOOL=$ac_ct_OTOOL
7095 fi
718a6fd8
SE
7096else
7097 OTOOL="$ac_cv_prog_OTOOL"
7098fi
7099
7100 if test -n "$ac_tool_prefix"; then
7101 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7102set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7104$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7105if ${ac_cv_prog_OTOOL64+:} false; then :
81ecdfbb 7106 $as_echo_n "(cached) " >&6
718a6fd8
SE
7107else
7108 if test -n "$OTOOL64"; then
7109 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7110else
7111as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7112for as_dir in $PATH
7113do
7114 IFS=$as_save_IFS
7115 test -z "$as_dir" && as_dir=.
81ecdfbb 7116 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7117 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7118 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7120 break 2
7121 fi
7122done
81ecdfbb
RW
7123 done
7124IFS=$as_save_IFS
718a6fd8
SE
7125
7126fi
7127fi
7128OTOOL64=$ac_cv_prog_OTOOL64
7129if test -n "$OTOOL64"; then
81ecdfbb
RW
7130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7131$as_echo "$OTOOL64" >&6; }
718a6fd8 7132else
81ecdfbb
RW
7133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7134$as_echo "no" >&6; }
718a6fd8
SE
7135fi
7136
81ecdfbb 7137
718a6fd8
SE
7138fi
7139if test -z "$ac_cv_prog_OTOOL64"; then
7140 ac_ct_OTOOL64=$OTOOL64
7141 # Extract the first word of "otool64", so it can be a program name with args.
7142set dummy otool64; ac_word=$2
81ecdfbb
RW
7143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7144$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7145if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
81ecdfbb 7146 $as_echo_n "(cached) " >&6
718a6fd8
SE
7147else
7148 if test -n "$ac_ct_OTOOL64"; then
7149 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7150else
7151as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7152for as_dir in $PATH
7153do
7154 IFS=$as_save_IFS
7155 test -z "$as_dir" && as_dir=.
81ecdfbb 7156 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7157 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7158 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7160 break 2
7161 fi
7162done
81ecdfbb
RW
7163 done
7164IFS=$as_save_IFS
718a6fd8 7165
718a6fd8
SE
7166fi
7167fi
7168ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7169if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7171$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7172else
81ecdfbb
RW
7173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7174$as_echo "no" >&6; }
718a6fd8
SE
7175fi
7176
81ecdfbb
RW
7177 if test "x$ac_ct_OTOOL64" = x; then
7178 OTOOL64=":"
7179 else
7180 case $cross_compiling:$ac_tool_warned in
7181yes:)
7182{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7183$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7184ac_tool_warned=yes ;;
7185esac
7186 OTOOL64=$ac_ct_OTOOL64
7187 fi
718a6fd8
SE
7188else
7189 OTOOL64="$ac_cv_prog_OTOOL64"
7190fi
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
7217
81ecdfbb
RW
7218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7219$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 7220if ${lt_cv_apple_cc_single_mod+:} false; then :
81ecdfbb 7221 $as_echo_n "(cached) " >&6
718a6fd8
SE
7222else
7223 lt_cv_apple_cc_single_mod=no
7224 if test -z "${LT_MULTI_MODULE}"; then
7225 # By default we will add the -single_module flag. You can override
7226 # by either setting the environment variable LT_MULTI_MODULE
7227 # non-empty at configure time, or by adding -multi_module to the
7228 # link flags.
7229 rm -rf libconftest.dylib*
7230 echo "int foo(void){return 1;}" > conftest.c
7231 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7232-dynamiclib -Wl,-single_module conftest.c" >&5
7233 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7234 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7235 _lt_result=$?
7236 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7237 lt_cv_apple_cc_single_mod=yes
7238 else
7239 cat conftest.err >&5
7240 fi
7241 rm -rf libconftest.dylib*
7242 rm -f conftest.*
7243 fi
7244fi
81ecdfbb
RW
7245{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7246$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7248$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 7249if ${lt_cv_ld_exported_symbols_list+:} false; then :
81ecdfbb 7250 $as_echo_n "(cached) " >&6
718a6fd8
SE
7251else
7252 lt_cv_ld_exported_symbols_list=no
7253 save_LDFLAGS=$LDFLAGS
7254 echo "_main" > conftest.sym
7255 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7257/* end confdefs.h. */
7258
7259int
7260main ()
7261{
7262
7263 ;
7264 return 0;
7265}
7266_ACEOF
81ecdfbb 7267if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7268 lt_cv_ld_exported_symbols_list=yes
7269else
81ecdfbb 7270 lt_cv_ld_exported_symbols_list=no
718a6fd8 7271fi
81ecdfbb
RW
7272rm -f core conftest.err conftest.$ac_objext \
7273 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7274 LDFLAGS="$save_LDFLAGS"
7275
7276fi
81ecdfbb
RW
7277{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7278$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7280$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 7281if ${lt_cv_ld_force_load+:} false; then :
3725885a
RW
7282 $as_echo_n "(cached) " >&6
7283else
7284 lt_cv_ld_force_load=no
7285 cat > conftest.c << _LT_EOF
7286int forced_loaded() { return 2;}
7287_LT_EOF
7288 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7289 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7290 echo "$AR cru libconftest.a conftest.o" >&5
7291 $AR cru libconftest.a conftest.o 2>&5
7292 cat > conftest.c << _LT_EOF
7293int main() { return 0;}
7294_LT_EOF
7295 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7296 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7297 _lt_result=$?
7298 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7299 lt_cv_ld_force_load=yes
7300 else
7301 cat conftest.err >&5
7302 fi
7303 rm -f conftest.err libconftest.a conftest conftest.c
7304 rm -rf conftest.dSYM
7305
7306fi
7307{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7308$as_echo "$lt_cv_ld_force_load" >&6; }
6a6859cb
AM
7309 # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
7310 # build without first building modern cctools / linker.
7311 case $host_cpu-$host_os in
7312 *-rhapsody* | *-darwin1.[012])
718a6fd8 7313 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6a6859cb 7314 *-darwin1.*)
718a6fd8 7315 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6a6859cb
AM
7316 *-darwin*)
7317 # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
7318 # deployment target is forced to an earlier version.
7319 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
7320 UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
7321 ;;
6e733cce 7322 10.[012][,.]*)
6a6859cb
AM
7323 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7324 ;;
7325 *)
7326 ;;
7327 esac
718a6fd8
SE
7328 ;;
7329 esac
7330 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7331 _lt_dar_single_mod='$single_module'
7332 fi
7333 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7334 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7335 else
7336 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7337 fi
3725885a 7338 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
7339 _lt_dsymutil='~$DSYMUTIL $lib || :'
7340 else
7341 _lt_dsymutil=
7342 fi
7343 ;;
7344 esac
7345
718a6fd8 7346for ac_header in dlfcn.h
81ecdfbb
RW
7347do :
7348 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7349"
d0ac1c44 7350if test "x$ac_cv_header_dlfcn_h" = xyes; then :
718a6fd8 7351 cat >>confdefs.h <<_ACEOF
81ecdfbb 7352#define HAVE_DLFCN_H 1
718a6fd8
SE
7353_ACEOF
7354
7355fi
7356
7357done
7358
7359
7360
3725885a
RW
7361
7362
718a6fd8
SE
7363# Set options
7364
7365
7366
7367 enable_dlopen=no
7368
7369
7370 enable_win32_dll=no
7371
7372
81ecdfbb
RW
7373 # Check whether --enable-shared was given.
7374if test "${enable_shared+set}" = set; then :
7375 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
7376 case $enableval in
7377 yes) enable_shared=yes ;;
7378 no) enable_shared=no ;;
7379 *)
7380 enable_shared=no
7381 # Look at the argument we got. We use all the common list separators.
7382 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7383 for pkg in $enableval; do
7384 IFS="$lt_save_ifs"
7385 if test "X$pkg" = "X$p"; then
7386 enable_shared=yes
7387 fi
7388 done
7389 IFS="$lt_save_ifs"
7390 ;;
7391 esac
7392else
7393 enable_shared=yes
81ecdfbb 7394fi
718a6fd8
SE
7395
7396
7397
7398
7399
7400
7401
7402
81ecdfbb
RW
7403
7404 # Check whether --enable-static was given.
7405if test "${enable_static+set}" = set; then :
7406 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
7407 case $enableval in
7408 yes) enable_static=yes ;;
7409 no) enable_static=no ;;
7410 *)
7411 enable_static=no
7412 # Look at the argument we got. We use all the common list separators.
7413 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7414 for pkg in $enableval; do
7415 IFS="$lt_save_ifs"
7416 if test "X$pkg" = "X$p"; then
7417 enable_static=yes
7418 fi
7419 done
7420 IFS="$lt_save_ifs"
7421 ;;
7422 esac
7423else
7424 enable_static=yes
81ecdfbb 7425fi
718a6fd8
SE
7426
7427
7428
7429
7430
7431
7432
7433
7434
81ecdfbb
RW
7435
7436# Check whether --with-pic was given.
7437if test "${with_pic+set}" = set; then :
7438 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
7439else
7440 pic_mode=default
81ecdfbb
RW
7441fi
7442
718a6fd8
SE
7443
7444test -z "$pic_mode" && pic_mode=default
7445
7446
7447
7448
7449
7450
7451
81ecdfbb
RW
7452 # Check whether --enable-fast-install was given.
7453if test "${enable_fast_install+set}" = set; then :
7454 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
7455 case $enableval in
7456 yes) enable_fast_install=yes ;;
7457 no) enable_fast_install=no ;;
7458 *)
7459 enable_fast_install=no
7460 # Look at the argument we got. We use all the common list separators.
7461 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7462 for pkg in $enableval; do
7463 IFS="$lt_save_ifs"
7464 if test "X$pkg" = "X$p"; then
7465 enable_fast_install=yes
7466 fi
7467 done
7468 IFS="$lt_save_ifs"
7357c5b6
AM
7469 ;;
7470 esac
718a6fd8
SE
7471else
7472 enable_fast_install=yes
81ecdfbb
RW
7473fi
7474
20e95c23 7475
20e95c23
DJ
7476
7477
42ecbf5e 7478
d7040cdb 7479
20e95c23 7480
d7040cdb 7481
d7040cdb
SE
7482
7483
7484
7485# This can be used to rebuild libtool when needed
7486LIBTOOL_DEPS="$ltmain"
7487
7488# Always use our own libtool.
7489LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511
7512
3725885a 7513
d7040cdb
SE
7514
7515
7516test -z "$LN_S" && LN_S="ln -s"
7517
7518
7519
7520
7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531if test -n "${ZSH_VERSION+set}" ; then
7532 setopt NO_GLOB_SUBST
7533fi
7534
81ecdfbb
RW
7535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7536$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 7537if ${lt_cv_objdir+:} false; then :
81ecdfbb 7538 $as_echo_n "(cached) " >&6
20e95c23 7539else
d7040cdb
SE
7540 rm -f .libs 2>/dev/null
7541mkdir .libs 2>/dev/null
7542if test -d .libs; then
7543 lt_cv_objdir=.libs
42ecbf5e 7544else
d7040cdb
SE
7545 # MS-DOS does not allow filenames that begin with a dot.
7546 lt_cv_objdir=_libs
7547fi
7548rmdir .libs 2>/dev/null
42ecbf5e 7549fi
81ecdfbb
RW
7550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7551$as_echo "$lt_cv_objdir" >&6; }
d7040cdb 7552objdir=$lt_cv_objdir
42ecbf5e 7553
d7040cdb
SE
7554
7555
7556
7557
7558cat >>confdefs.h <<_ACEOF
7559#define LT_OBJDIR "$lt_cv_objdir/"
7560_ACEOF
7561
7562
7563
7564
d7040cdb
SE
7565case $host_os in
7566aix3*)
7567 # AIX sometimes has problems with the GCC collect2 program. For some
7568 # reason, if we set the COLLECT_NAMES environment variable, the problems
7569 # vanish in a puff of smoke.
7570 if test "X${COLLECT_NAMES+set}" != Xset; then
7571 COLLECT_NAMES=
7572 export COLLECT_NAMES
7573 fi
7574 ;;
7575esac
7576
d7040cdb
SE
7577# Global variables:
7578ofile=libtool
7579can_build_shared=yes
7580
7581# All known linkers require a `.a' archive for static linking (except MSVC,
7582# which needs '.lib').
7583libext=a
7584
7585with_gnu_ld="$lt_cv_prog_gnu_ld"
7586
7587old_CC="$CC"
7588old_CFLAGS="$CFLAGS"
7589
7590# Set sane defaults for various variables
7591test -z "$CC" && CC=cc
7592test -z "$LTCC" && LTCC=$CC
7593test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7594test -z "$LD" && LD=ld
7595test -z "$ac_objext" && ac_objext=o
7596
7597for cc_temp in $compiler""; do
7598 case $cc_temp in
7599 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7600 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7601 \-*) ;;
7602 *) break;;
7603 esac
7604done
3725885a 7605cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
7606
7607
7608# Only perform the check for file, if the check method requires it
7609test -z "$MAGIC_CMD" && MAGIC_CMD=file
7610case $deplibs_check_method in
7611file_magic*)
7612 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7614$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 7615if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 7616 $as_echo_n "(cached) " >&6
42ecbf5e 7617else
d7040cdb
SE
7618 case $MAGIC_CMD in
7619[\\/*] | ?:[\\/]*)
7620 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
20e95c23 7621 ;;
d7040cdb
SE
7622*)
7623 lt_save_MAGIC_CMD="$MAGIC_CMD"
7624 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7625 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7626 for ac_dir in $ac_dummy; do
7627 IFS="$lt_save_ifs"
7628 test -z "$ac_dir" && ac_dir=.
7629 if test -f $ac_dir/${ac_tool_prefix}file; then
7630 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7631 if test -n "$file_magic_test_file"; then
7632 case $deplibs_check_method in
7633 "file_magic "*)
7634 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7635 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7636 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7637 $EGREP "$file_magic_regex" > /dev/null; then
7638 :
7639 else
7640 cat <<_LT_EOF 1>&2
42ecbf5e 7641
d7040cdb
SE
7642*** Warning: the command libtool uses to detect shared libraries,
7643*** $file_magic_cmd, produces output that libtool cannot recognize.
7644*** The result is that libtool may fail to recognize shared libraries
7645*** as such. This will affect the creation of libtool libraries that
7646*** depend on shared libraries, but programs linked with such libtool
7647*** libraries will work regardless of this problem. Nevertheless, you
7648*** may want to report the problem to your system manager and/or to
7649*** bug-libtool@gnu.org
7650
7651_LT_EOF
7652 fi ;;
7653 esac
7654 fi
7655 break
7656 fi
7657 done
7658 IFS="$lt_save_ifs"
7659 MAGIC_CMD="$lt_save_MAGIC_CMD"
20e95c23
DJ
7660 ;;
7661esac
42ecbf5e 7662fi
20e95c23 7663
d7040cdb
SE
7664MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7665if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7667$as_echo "$MAGIC_CMD" >&6; }
42ecbf5e 7668else
81ecdfbb
RW
7669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7670$as_echo "no" >&6; }
42ecbf5e
DJ
7671fi
7672
20e95c23
DJ
7673
7674
42ecbf5e 7675
20e95c23 7676
d7040cdb
SE
7677if test -z "$lt_cv_path_MAGIC_CMD"; then
7678 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
7679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7680$as_echo_n "checking for file... " >&6; }
d0ac1c44 7681if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 7682 $as_echo_n "(cached) " >&6
42ecbf5e 7683else
d7040cdb
SE
7684 case $MAGIC_CMD in
7685[\\/*] | ?:[\\/]*)
7686 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7687 ;;
7688*)
7689 lt_save_MAGIC_CMD="$MAGIC_CMD"
7690 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7691 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7692 for ac_dir in $ac_dummy; do
7693 IFS="$lt_save_ifs"
7694 test -z "$ac_dir" && ac_dir=.
7695 if test -f $ac_dir/file; then
7696 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7697 if test -n "$file_magic_test_file"; then
7698 case $deplibs_check_method in
7699 "file_magic "*)
7700 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7701 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7702 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7703 $EGREP "$file_magic_regex" > /dev/null; then
7704 :
7705 else
7706 cat <<_LT_EOF 1>&2
7707
7708*** Warning: the command libtool uses to detect shared libraries,
7709*** $file_magic_cmd, produces output that libtool cannot recognize.
7710*** The result is that libtool may fail to recognize shared libraries
7711*** as such. This will affect the creation of libtool libraries that
7712*** depend on shared libraries, but programs linked with such libtool
7713*** libraries will work regardless of this problem. Nevertheless, you
7714*** may want to report the problem to your system manager and/or to
7715*** bug-libtool@gnu.org
7716
7717_LT_EOF
7718 fi ;;
7719 esac
7720 fi
7721 break
7722 fi
7723 done
7724 IFS="$lt_save_ifs"
7725 MAGIC_CMD="$lt_save_MAGIC_CMD"
7726 ;;
20e95c23
DJ
7727esac
7728fi
d7040cdb
SE
7729
7730MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7731if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
7732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7733$as_echo "$MAGIC_CMD" >&6; }
20e95c23 7734else
81ecdfbb
RW
7735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7736$as_echo "no" >&6; }
20e95c23
DJ
7737fi
7738
20e95c23 7739
42ecbf5e 7740 else
d7040cdb 7741 MAGIC_CMD=:
42ecbf5e 7742 fi
42ecbf5e 7743fi
42ecbf5e 7744
20e95c23 7745 fi
d7040cdb
SE
7746 ;;
7747esac
42ecbf5e 7748
d7040cdb 7749# Use C for the default configuration in the libtool script
42ecbf5e 7750
d7040cdb
SE
7751lt_save_CC="$CC"
7752ac_ext=c
7753ac_cpp='$CPP $CPPFLAGS'
7754ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7755ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7756ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 7757
42ecbf5e 7758
d7040cdb
SE
7759# Source file extension for C test sources.
7760ac_ext=c
42ecbf5e 7761
d7040cdb
SE
7762# Object file extension for compiled C test sources.
7763objext=o
7764objext=$objext
42ecbf5e 7765
d7040cdb
SE
7766# Code to be used in simple compile tests
7767lt_simple_compile_test_code="int some_variable = 0;"
42ecbf5e 7768
d7040cdb
SE
7769# Code to be used in simple link tests
7770lt_simple_link_test_code='int main(){return(0);}'
42ecbf5e 7771
ac48eca1 7772
42ecbf5e 7773
42ecbf5e 7774
d5fbea21 7775
d5fbea21
DJ
7776
7777
d7040cdb
SE
7778# If no C compiler was specified, use CC.
7779LTCC=${LTCC-"$CC"}
20e95c23 7780
d7040cdb
SE
7781# If no C compiler flags were specified, use CFLAGS.
7782LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
42ecbf5e 7783
d7040cdb
SE
7784# Allow CC to be a program name with arguments.
7785compiler=$CC
252b5132 7786
d7040cdb
SE
7787# Save the default compiler, since it gets overwritten when the other
7788# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7789compiler_DEFAULT=$CC
42ecbf5e 7790
d7040cdb
SE
7791# save warnings/boilerplate of simple test code
7792ac_outfile=conftest.$ac_objext
7793echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7794eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7795_lt_compiler_boilerplate=`cat conftest.err`
7796$RM conftest*
252b5132 7797
d7040cdb
SE
7798ac_outfile=conftest.$ac_objext
7799echo "$lt_simple_link_test_code" >conftest.$ac_ext
7800eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7801_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 7802$RM -r conftest*
252b5132 7803
42ecbf5e 7804
f2c621e4
AS
7805## CAVEAT EMPTOR:
7806## There is no encapsulation within the following macros, do not change
7807## the running order or otherwise move them around unless you know exactly
7808## what you are doing...
d7040cdb 7809if test -n "$compiler"; then
252b5132 7810
d7040cdb 7811lt_prog_compiler_no_builtin_flag=
252b5132 7812
d7040cdb 7813if test "$GCC" = yes; then
3725885a
RW
7814 case $cc_basename in
7815 nvcc*)
7816 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7817 *)
7818 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7819 esac
d15b04bd 7820
81ecdfbb
RW
7821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7822$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 7823if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
81ecdfbb 7824 $as_echo_n "(cached) " >&6
252b5132 7825else
d7040cdb
SE
7826 lt_cv_prog_compiler_rtti_exceptions=no
7827 ac_outfile=conftest.$ac_objext
7828 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7829 lt_compiler_flag="-fno-rtti -fno-exceptions"
7830 # Insert the option either (1) after the last *FLAGS variable, or
7831 # (2) before a word containing "conftest.", or (3) at the end.
7832 # Note that $ac_compile itself does not contain backslashes and begins
7833 # with a dollar sign (not a hyphen), so the echo should work correctly.
7834 # The option is referenced via a variable to avoid confusing sed.
7835 lt_compile=`echo "$ac_compile" | $SED \
7836 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7837 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7838 -e 's:$: $lt_compiler_flag:'`
3725885a 7839 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
7840 (eval "$lt_compile" 2>conftest.err)
7841 ac_status=$?
7842 cat conftest.err >&5
3725885a 7843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
7844 if (exit $ac_status) && test -s "$ac_outfile"; then
7845 # The compiler can only warn and ignore the option if not recognized
7846 # So say no if there are warnings other than the usual output.
3725885a 7847 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
7848 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7849 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7850 lt_cv_prog_compiler_rtti_exceptions=yes
7851 fi
7852 fi
7853 $RM conftest*
42ecbf5e 7854
252b5132 7855fi
81ecdfbb
RW
7856{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7857$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
7858
7859if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7860 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
20e95c23 7861else
d7040cdb 7862 :
252b5132 7863fi
252b5132
RH
7864
7865fi
d7040cdb
SE
7866
7867
7868
7869
7870
7871
7872 lt_prog_compiler_wl=
7873lt_prog_compiler_pic=
7874lt_prog_compiler_static=
7875
f2c621e4
AS
7876{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7877$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
7878
7879 if test "$GCC" = yes; then
7880 lt_prog_compiler_wl='-Wl,'
7881 lt_prog_compiler_static='-static'
7882
7883 case $host_os in
7884 aix*)
7885 # All AIX code is PIC.
7886 if test "$host_cpu" = ia64; then
7887 # AIX 5 now supports IA64 processor
7888 lt_prog_compiler_static='-Bstatic'
7889 fi
6c9c0a50 7890 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
7891 ;;
7892
7893 amigaos*)
718a6fd8
SE
7894 case $host_cpu in
7895 powerpc)
7896 # see comment about AmigaOS4 .so support
7897 lt_prog_compiler_pic='-fPIC'
7898 ;;
7899 m68k)
7900 # FIXME: we need at least 68020 code to build shared libraries, but
7901 # adding the `-m68020' flag to GCC prevents building anything better,
7902 # like `-m68040'.
7903 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7904 ;;
7905 esac
d7040cdb
SE
7906 ;;
7907
7908 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7909 # PIC is the default for these OSes.
7910 ;;
7911
718a6fd8 7912 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
7913 # This hack is so that the source file can tell whether it is being
7914 # built for inclusion in a dll (and should export symbols for example).
7915 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7916 # (--disable-auto-import) libraries
7917 lt_prog_compiler_pic='-DDLL_EXPORT'
7918 ;;
7919
7920 darwin* | rhapsody*)
7921 # PIC is the default on this platform
7922 # Common symbols not allowed in MH_DYLIB files
7923 lt_prog_compiler_pic='-fno-common'
7924 ;;
7925
3725885a
RW
7926 haiku*)
7927 # PIC is the default for Haiku.
7928 # The "-static" flag exists, but is broken.
7929 lt_prog_compiler_static=
7930 ;;
7931
d7040cdb 7932 hpux*)
718a6fd8
SE
7933 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7934 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7935 # sets the default TLS model and affects inlining.
d7040cdb 7936 case $host_cpu in
718a6fd8 7937 hppa*64*)
d7040cdb
SE
7938 # +Z the default
7939 ;;
7940 *)
7941 lt_prog_compiler_pic='-fPIC'
7942 ;;
7943 esac
7944 ;;
7945
7946 interix[3-9]*)
7947 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7948 # Instead, we relocate shared libraries at runtime.
7949 ;;
7950
7951 msdosdjgpp*)
7952 # Just because we use GCC doesn't mean we suddenly get shared libraries
7953 # on systems that don't support them.
7954 lt_prog_compiler_can_build_shared=no
7955 enable_shared=no
7956 ;;
7957
7958 *nto* | *qnx*)
7959 # QNX uses GNU C++, but need to define -shared option too, otherwise
7960 # it will coredump.
7961 lt_prog_compiler_pic='-fPIC -shared'
7962 ;;
7963
7964 sysv4*MP*)
7965 if test -d /usr/nec; then
7966 lt_prog_compiler_pic=-Kconform_pic
7967 fi
7968 ;;
7969
7970 *)
7971 lt_prog_compiler_pic='-fPIC'
7972 ;;
7973 esac
3725885a
RW
7974
7975 case $cc_basename in
7976 nvcc*) # Cuda Compiler Driver 2.2
7977 lt_prog_compiler_wl='-Xlinker '
7978 lt_prog_compiler_pic='-Xcompiler -fPIC'
7979 ;;
7980 esac
d7040cdb
SE
7981 else
7982 # PORTME Check for flag to pass linker flags through the system compiler.
7983 case $host_os in
7984 aix*)
7985 lt_prog_compiler_wl='-Wl,'
7986 if test "$host_cpu" = ia64; then
7987 # AIX 5 now supports IA64 processor
7988 lt_prog_compiler_static='-Bstatic'
7989 else
7990 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7991 fi
7992 ;;
d7040cdb 7993
718a6fd8 7994 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
7995 # This hack is so that the source file can tell whether it is being
7996 # built for inclusion in a dll (and should export symbols for example).
7997 lt_prog_compiler_pic='-DDLL_EXPORT'
7998 ;;
7999
8000 hpux9* | hpux10* | hpux11*)
8001 lt_prog_compiler_wl='-Wl,'
8002 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8003 # not for PA HP-UX.
8004 case $host_cpu in
8005 hppa*64*|ia64*)
8006 # +Z the default
8007 ;;
8008 *)
8009 lt_prog_compiler_pic='+Z'
8010 ;;
8011 esac
8012 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8013 lt_prog_compiler_static='${wl}-a ${wl}archive'
8014 ;;
8015
8016 irix5* | irix6* | nonstopux*)
8017 lt_prog_compiler_wl='-Wl,'
8018 # PIC (with -KPIC) is the default.
8019 lt_prog_compiler_static='-non_shared'
8020 ;;
8021
58e24671 8022 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8023 case $cc_basename in
718a6fd8
SE
8024 # old Intel for x86_64 which still supported -KPIC.
8025 ecc*)
d7040cdb
SE
8026 lt_prog_compiler_wl='-Wl,'
8027 lt_prog_compiler_pic='-KPIC'
8028 lt_prog_compiler_static='-static'
8029 ;;
718a6fd8
SE
8030 # icc used to be incompatible with GCC.
8031 # ICC 10 doesn't accept -KPIC any more.
8032 icc* | ifort*)
8033 lt_prog_compiler_wl='-Wl,'
8034 lt_prog_compiler_pic='-fPIC'
8035 lt_prog_compiler_static='-static'
8036 ;;
8037 # Lahey Fortran 8.1.
8038 lf95*)
8039 lt_prog_compiler_wl='-Wl,'
8040 lt_prog_compiler_pic='--shared'
8041 lt_prog_compiler_static='--static'
8042 ;;
3725885a 8043 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8044 # Portland Group compilers (*not* the Pentium gcc compiler,
8045 # which looks to be a dead project)
8046 lt_prog_compiler_wl='-Wl,'
8047 lt_prog_compiler_pic='-fpic'
8048 lt_prog_compiler_static='-Bstatic'
8049 ;;
8050 ccc*)
8051 lt_prog_compiler_wl='-Wl,'
8052 # All Alpha code is PIC.
8053 lt_prog_compiler_static='-non_shared'
8054 ;;
3725885a
RW
8055 xl* | bgxl* | bgf* | mpixl*)
8056 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8057 lt_prog_compiler_wl='-Wl,'
8058 lt_prog_compiler_pic='-qpic'
8059 lt_prog_compiler_static='-qstaticlink'
8060 ;;
d7040cdb
SE
8061 *)
8062 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8063 *Sun\ F* | *Sun*Fortran*)
8064 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8065 lt_prog_compiler_pic='-KPIC'
8066 lt_prog_compiler_static='-Bstatic'
3725885a 8067 lt_prog_compiler_wl=''
d7040cdb 8068 ;;
3725885a
RW
8069 *Sun\ C*)
8070 # Sun C 5.9
d7040cdb
SE
8071 lt_prog_compiler_pic='-KPIC'
8072 lt_prog_compiler_static='-Bstatic'
3725885a 8073 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8074 ;;
8075 esac
8076 ;;
8077 esac
8078 ;;
8079
8080 newsos6)
8081 lt_prog_compiler_pic='-KPIC'
8082 lt_prog_compiler_static='-Bstatic'
8083 ;;
8084
8085 *nto* | *qnx*)
8086 # QNX uses GNU C++, but need to define -shared option too, otherwise
8087 # it will coredump.
8088 lt_prog_compiler_pic='-fPIC -shared'
8089 ;;
8090
8091 osf3* | osf4* | osf5*)
8092 lt_prog_compiler_wl='-Wl,'
8093 # All OSF/1 code is PIC.
8094 lt_prog_compiler_static='-non_shared'
8095 ;;
8096
8097 rdos*)
8098 lt_prog_compiler_static='-non_shared'
8099 ;;
8100
8101 solaris*)
8102 lt_prog_compiler_pic='-KPIC'
8103 lt_prog_compiler_static='-Bstatic'
8104 case $cc_basename in
f2c621e4 8105 f77* | f90* | f95*)
d7040cdb
SE
8106 lt_prog_compiler_wl='-Qoption ld ';;
8107 *)
8108 lt_prog_compiler_wl='-Wl,';;
8109 esac
8110 ;;
8111
8112 sunos4*)
8113 lt_prog_compiler_wl='-Qoption ld '
8114 lt_prog_compiler_pic='-PIC'
8115 lt_prog_compiler_static='-Bstatic'
8116 ;;
8117
8118 sysv4 | sysv4.2uw2* | sysv4.3*)
8119 lt_prog_compiler_wl='-Wl,'
8120 lt_prog_compiler_pic='-KPIC'
8121 lt_prog_compiler_static='-Bstatic'
8122 ;;
8123
8124 sysv4*MP*)
8125 if test -d /usr/nec ;then
8126 lt_prog_compiler_pic='-Kconform_pic'
8127 lt_prog_compiler_static='-Bstatic'
8128 fi
8129 ;;
8130
8131 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8132 lt_prog_compiler_wl='-Wl,'
8133 lt_prog_compiler_pic='-KPIC'
8134 lt_prog_compiler_static='-Bstatic'
8135 ;;
8136
8137 unicos*)
8138 lt_prog_compiler_wl='-Wl,'
8139 lt_prog_compiler_can_build_shared=no
8140 ;;
8141
8142 uts4*)
8143 lt_prog_compiler_pic='-pic'
8144 lt_prog_compiler_static='-Bstatic'
8145 ;;
8146
8147 *)
8148 lt_prog_compiler_can_build_shared=no
8149 ;;
8150 esac
8151 fi
8152
8153case $host_os in
8154 # For platforms which do not support PIC, -DPIC is meaningless:
8155 *djgpp*)
8156 lt_prog_compiler_pic=
8157 ;;
8158 *)
8159 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8160 ;;
8161esac
f2c621e4
AS
8162{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8163$as_echo "$lt_prog_compiler_pic" >&6; }
8164
8165
8166
8167
d7040cdb
SE
8168
8169
8170#
8171# Check to make sure the PIC flag actually works.
8172#
8173if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8175$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8176if ${lt_cv_prog_compiler_pic_works+:} false; then :
81ecdfbb 8177 $as_echo_n "(cached) " >&6
42ecbf5e 8178else
718a6fd8 8179 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8180 ac_outfile=conftest.$ac_objext
8181 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8182 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8183 # Insert the option either (1) after the last *FLAGS variable, or
8184 # (2) before a word containing "conftest.", or (3) at the end.
8185 # Note that $ac_compile itself does not contain backslashes and begins
8186 # with a dollar sign (not a hyphen), so the echo should work correctly.
8187 # The option is referenced via a variable to avoid confusing sed.
8188 lt_compile=`echo "$ac_compile" | $SED \
8189 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8190 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8191 -e 's:$: $lt_compiler_flag:'`
3725885a 8192 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8193 (eval "$lt_compile" 2>conftest.err)
8194 ac_status=$?
8195 cat conftest.err >&5
3725885a 8196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8197 if (exit $ac_status) && test -s "$ac_outfile"; then
8198 # The compiler can only warn and ignore the option if not recognized
8199 # So say no if there are warnings other than the usual output.
3725885a 8200 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8201 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8202 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8203 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8204 fi
8205 fi
8206 $RM conftest*
42ecbf5e 8207
252b5132 8208fi
81ecdfbb
RW
8209{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8210$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8211
718a6fd8 8212if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8213 case $lt_prog_compiler_pic in
8214 "" | " "*) ;;
8215 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8216 esac
252b5132 8217else
d7040cdb
SE
8218 lt_prog_compiler_pic=
8219 lt_prog_compiler_can_build_shared=no
252b5132 8220fi
252b5132
RH
8221
8222fi
42ecbf5e 8223
d7040cdb
SE
8224
8225
8226
8227
8228
8229#
8230# Check to make sure the static flag actually works.
8231#
8232wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8233{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8234$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8235if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8236 $as_echo_n "(cached) " >&6
42ecbf5e 8237else
718a6fd8 8238 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8239 save_LDFLAGS="$LDFLAGS"
8240 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8241 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8242 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8243 # The linker can only warn and ignore the option if not recognized
8244 # So say no if there are warnings
8245 if test -s conftest.err; then
8246 # Append any errors to the config.log.
8247 cat conftest.err 1>&5
3725885a 8248 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8249 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8250 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8251 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8252 fi
8253 else
718a6fd8 8254 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8255 fi
8256 fi
718a6fd8 8257 $RM -r conftest*
d7040cdb 8258 LDFLAGS="$save_LDFLAGS"
42ecbf5e 8259
42ecbf5e 8260fi
81ecdfbb
RW
8261{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8262$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8263
718a6fd8 8264if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8265 :
8266else
8267 lt_prog_compiler_static=
42ecbf5e 8268fi
42ecbf5e 8269
252b5132 8270
252b5132 8271
42ecbf5e 8272
252b5132 8273
20e95c23 8274
d7040cdb 8275
81ecdfbb
RW
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8277$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8278if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8279 $as_echo_n "(cached) " >&6
252b5132 8280else
d7040cdb
SE
8281 lt_cv_prog_compiler_c_o=no
8282 $RM -r conftest 2>/dev/null
8283 mkdir conftest
8284 cd conftest
8285 mkdir out
8286 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8287
8288 lt_compiler_flag="-o out/conftest2.$ac_objext"
8289 # Insert the option either (1) after the last *FLAGS variable, or
8290 # (2) before a word containing "conftest.", or (3) at the end.
8291 # Note that $ac_compile itself does not contain backslashes and begins
8292 # with a dollar sign (not a hyphen), so the echo should work correctly.
8293 lt_compile=`echo "$ac_compile" | $SED \
8294 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8295 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8296 -e 's:$: $lt_compiler_flag:'`
3725885a 8297 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8298 (eval "$lt_compile" 2>out/conftest.err)
8299 ac_status=$?
8300 cat out/conftest.err >&5
3725885a 8301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8302 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8303 then
8304 # The compiler can only warn and ignore the option if not recognized
8305 # So say no if there are warnings
3725885a 8306 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8307 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8308 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8309 lt_cv_prog_compiler_c_o=yes
8310 fi
8311 fi
8312 chmod u+w . 2>&5
8313 $RM conftest*
8314 # SGI C++ compiler will create directory out/ii_files/ for
8315 # template instantiation
8316 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8317 $RM out/* && rmdir out
8318 cd ..
8319 $RM -r conftest
8320 $RM conftest*
8321
252b5132 8322fi
81ecdfbb
RW
8323{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8324$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
42ecbf5e 8325
20e95c23 8326
20e95c23
DJ
8327
8328
d7040cdb
SE
8329
8330
81ecdfbb
RW
8331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8332$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8333if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8334 $as_echo_n "(cached) " >&6
42ecbf5e 8335else
d7040cdb
SE
8336 lt_cv_prog_compiler_c_o=no
8337 $RM -r conftest 2>/dev/null
8338 mkdir conftest
8339 cd conftest
8340 mkdir out
8341 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8342
8343 lt_compiler_flag="-o out/conftest2.$ac_objext"
8344 # Insert the option either (1) after the last *FLAGS variable, or
8345 # (2) before a word containing "conftest.", or (3) at the end.
8346 # Note that $ac_compile itself does not contain backslashes and begins
8347 # with a dollar sign (not a hyphen), so the echo should work correctly.
8348 lt_compile=`echo "$ac_compile" | $SED \
8349 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8350 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8351 -e 's:$: $lt_compiler_flag:'`
3725885a 8352 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8353 (eval "$lt_compile" 2>out/conftest.err)
8354 ac_status=$?
8355 cat out/conftest.err >&5
3725885a 8356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8357 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8358 then
8359 # The compiler can only warn and ignore the option if not recognized
8360 # So say no if there are warnings
3725885a 8361 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
8362 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8363 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8364 lt_cv_prog_compiler_c_o=yes
8365 fi
8366 fi
8367 chmod u+w . 2>&5
8368 $RM conftest*
8369 # SGI C++ compiler will create directory out/ii_files/ for
8370 # template instantiation
8371 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8372 $RM out/* && rmdir out
8373 cd ..
8374 $RM -r conftest
8375 $RM conftest*
8376
8377fi
81ecdfbb
RW
8378{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8379$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
8380
8381
8382
8383
8384hard_links="nottested"
8385if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8386 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
8387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8388$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
8389 hard_links=yes
8390 $RM conftest*
8391 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8392 touch conftest.a
8393 ln conftest.a conftest.b 2>&5 || hard_links=no
8394 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
8395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8396$as_echo "$hard_links" >&6; }
d7040cdb 8397 if test "$hard_links" = no; then
81ecdfbb
RW
8398 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8399$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
8400 need_locks=warn
8401 fi
8402else
8403 need_locks=no
8404fi
8405
8406
8407
8408
8409
8410
81ecdfbb
RW
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8412$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
8413
8414 runpath_var=
8415 allow_undefined_flag=
8416 always_export_symbols=no
8417 archive_cmds=
8418 archive_expsym_cmds=
8419 compiler_needs_object=no
8420 enable_shared_with_static_runtimes=no
8421 export_dynamic_flag_spec=
8422 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8423 hardcode_automatic=no
8424 hardcode_direct=no
8425 hardcode_direct_absolute=no
8426 hardcode_libdir_flag_spec=
8427 hardcode_libdir_flag_spec_ld=
8428 hardcode_libdir_separator=
8429 hardcode_minus_L=no
8430 hardcode_shlibpath_var=unsupported
8431 inherit_rpath=no
8432 link_all_deplibs=unknown
8433 module_cmds=
8434 module_expsym_cmds=
8435 old_archive_from_new_cmds=
8436 old_archive_from_expsyms_cmds=
8437 thread_safe_flag_spec=
8438 whole_archive_flag_spec=
8439 # include_expsyms should be a list of space-separated symbols to be *always*
8440 # included in the symbol list
8441 include_expsyms=
8442 # exclude_expsyms can be an extended regexp of symbols to exclude
8443 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8444 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8445 # as well as any symbol that contains `d'.
718a6fd8 8446 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
8447 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8448 # platforms (ab)use it in PIC code, but their linkers get confused if
8449 # the symbol is explicitly referenced. Since portable code cannot
8450 # rely on this symbol name, it's probably fine to never include it in
8451 # preloaded symbol tables.
718a6fd8 8452 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
8453 extract_expsyms_cmds=
8454
8455 case $host_os in
718a6fd8 8456 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8457 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8458 # When not using gcc, we currently assume that we are using
8459 # Microsoft Visual C++.
8460 if test "$GCC" != yes; then
8461 with_gnu_ld=no
8462 fi
8463 ;;
8464 interix*)
8465 # we just hope/assume this is gcc and not c89 (= MSVC++)
8466 with_gnu_ld=yes
8467 ;;
8468 openbsd*)
8469 with_gnu_ld=no
8470 ;;
8471 esac
8472
8473 ld_shlibs=yes
3725885a
RW
8474
8475 # On some targets, GNU ld is compatible enough with the native linker
8476 # that we're better off using the native interface for both.
8477 lt_use_gnu_ld_interface=no
d7040cdb 8478 if test "$with_gnu_ld" = yes; then
3725885a
RW
8479 case $host_os in
8480 aix*)
8481 # The AIX port of GNU ld has always aspired to compatibility
8482 # with the native linker. However, as the warning in the GNU ld
8483 # block says, versions before 2.19.5* couldn't really create working
8484 # shared libraries, regardless of the interface used.
8485 case `$LD -v 2>&1` in
8486 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8487 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8488 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8489 *)
8490 lt_use_gnu_ld_interface=yes
8491 ;;
8492 esac
8493 ;;
8494 *)
8495 lt_use_gnu_ld_interface=yes
8496 ;;
8497 esac
8498 fi
8499
8500 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
8501 # If archive_cmds runs LD, not CC, wlarc should be empty
8502 wlarc='${wl}'
8503
8504 # Set some defaults for GNU ld with shared library support. These
8505 # are reset later if shared libraries are not supported. Putting them
8506 # here allows them to be overridden if necessary.
8507 runpath_var=LD_RUN_PATH
8508 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8509 export_dynamic_flag_spec='${wl}--export-dynamic'
8510 # ancient GNU ld didn't support --whole-archive et. al.
8511 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8512 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8513 else
8514 whole_archive_flag_spec=
8515 fi
8516 supports_anon_versioning=no
8517 case `$LD -v 2>&1` in
3725885a 8518 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
8519 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8520 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8521 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8522 *\ 2.11.*) ;; # other 2.11 versions
8523 *) supports_anon_versioning=yes ;;
8524 esac
8525
8526 # See if GNU ld supports shared libraries.
8527 case $host_os in
50e7d84b 8528 aix[3-9]*)
d7040cdb
SE
8529 # On AIX/PPC, the GNU linker is very broken
8530 if test "$host_cpu" != ia64; then
8531 ld_shlibs=no
8532 cat <<_LT_EOF 1>&2
8533
3725885a 8534*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
8535*** to be unable to reliably create shared libraries on AIX.
8536*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
8537*** really care for shared libraries, you may want to install binutils
8538*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8539*** You will then need to restart the configuration process.
d7040cdb
SE
8540
8541_LT_EOF
8542 fi
8543 ;;
8544
8545 amigaos*)
718a6fd8
SE
8546 case $host_cpu in
8547 powerpc)
8548 # see comment about AmigaOS4 .so support
8549 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8550 archive_expsym_cmds=''
8551 ;;
8552 m68k)
8553 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)'
8554 hardcode_libdir_flag_spec='-L$libdir'
8555 hardcode_minus_L=yes
8556 ;;
8557 esac
d7040cdb
SE
8558 ;;
8559
8560 beos*)
8561 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8562 allow_undefined_flag=unsupported
8563 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8564 # support --undefined. This deserves some investigation. FIXME
8565 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8566 else
8567 ld_shlibs=no
8568 fi
8569 ;;
8570
718a6fd8 8571 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
8572 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8573 # as there is no search path for DLLs.
8574 hardcode_libdir_flag_spec='-L$libdir'
3725885a 8575 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
8576 allow_undefined_flag=unsupported
8577 always_export_symbols=no
8578 enable_shared_with_static_runtimes=yes
f2c621e4 8579 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
d7040cdb
SE
8580
8581 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8582 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8583 # If the export-symbols file already is a .def file (1st line
8584 # is EXPORTS), use it as is; otherwise, prepend...
8585 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8586 cp $export_symbols $output_objdir/$soname.def;
8587 else
8588 echo EXPORTS > $output_objdir/$soname.def;
8589 cat $export_symbols >> $output_objdir/$soname.def;
8590 fi~
8591 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8592 else
8593 ld_shlibs=no
8594 fi
8595 ;;
8596
3725885a
RW
8597 haiku*)
8598 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8599 link_all_deplibs=yes
8600 ;;
8601
d7040cdb
SE
8602 interix[3-9]*)
8603 hardcode_direct=no
8604 hardcode_shlibpath_var=no
8605 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8606 export_dynamic_flag_spec='${wl}-E'
8607 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8608 # Instead, shared libraries are loaded at an image base (0x10000000 by
8609 # default) and relocated if they conflict, which is a slow very memory
8610 # consuming and fragmenting process. To avoid this, we pick a random,
8611 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8612 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8613 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8614 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'
8615 ;;
8616
6a6859cb 8617 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
d7040cdb
SE
8618 tmp_diet=no
8619 if test "$host_os" = linux-dietlibc; then
8620 case $cc_basename in
8621 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8622 esac
8623 fi
8624 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8625 && test "$tmp_diet" = no
8626 then
6e733cce 8627 tmp_addflag=' $pic_flag'
718a6fd8 8628 tmp_sharedflag='-shared'
d7040cdb
SE
8629 case $cc_basename,$host_cpu in
8630 pgcc*) # Portland Group C compiler
3725885a 8631 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
8632 tmp_addflag=' $pic_flag'
8633 ;;
3725885a
RW
8634 pgf77* | pgf90* | pgf95* | pgfortran*)
8635 # Portland Group f77 and f90 compilers
8636 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
8637 tmp_addflag=' $pic_flag -Mnomain' ;;
8638 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8639 tmp_addflag=' -i_dynamic' ;;
8640 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8641 tmp_addflag=' -i_dynamic -nofor_main' ;;
8642 ifc* | ifort*) # Intel Fortran compiler
8643 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
8644 lf95*) # Lahey Fortran 8.1
8645 whole_archive_flag_spec=
8646 tmp_sharedflag='--shared' ;;
3725885a 8647 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
8648 tmp_sharedflag='-qmkshrobj'
8649 tmp_addflag= ;;
3725885a
RW
8650 nvcc*) # Cuda Compiler Driver 2.2
8651 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'
8652 compiler_needs_object=yes
8653 ;;
d7040cdb
SE
8654 esac
8655 case `$CC -V 2>&1 | sed 5q` in
8656 *Sun\ C*) # Sun C 5.9
3725885a 8657 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
8658 compiler_needs_object=yes
8659 tmp_sharedflag='-G' ;;
8660 *Sun\ F*) # Sun Fortran 8.3
8661 tmp_sharedflag='-G' ;;
d7040cdb
SE
8662 esac
8663 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8664
8665 if test "x$supports_anon_versioning" = xyes; then
8666 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8667 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8668 echo "local: *; };" >> $output_objdir/$libname.ver~
8669 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8670 fi
718a6fd8
SE
8671
8672 case $cc_basename in
3725885a 8673 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
8674 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8675 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8676 hardcode_libdir_flag_spec=
8677 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 8678 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
8679 if test "x$supports_anon_versioning" = xyes; then
8680 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8681 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8682 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 8683 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
8684 fi
8685 ;;
8686 esac
d7040cdb
SE
8687 else
8688 ld_shlibs=no
8689 fi
8690 ;;
8691
8692 netbsd*)
8693 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8694 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8695 wlarc=
8696 else
f2c621e4
AS
8697 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8698 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
8699 fi
8700 ;;
8701
8702 solaris*)
8703 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8704 ld_shlibs=no
8705 cat <<_LT_EOF 1>&2
8706
8707*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8708*** create shared libraries on Solaris systems. Therefore, libtool
8709*** is disabling shared libraries support. We urge you to upgrade GNU
8710*** binutils to release 2.9.1 or newer. Another option is to modify
8711*** your PATH or compiler configuration so that the native linker is
8712*** used, and then restart.
8713
8714_LT_EOF
8715 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
8716 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8717 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
8718 else
8719 ld_shlibs=no
8720 fi
8721 ;;
8722
8723 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8724 case `$LD -v 2>&1` in
8725 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8726 ld_shlibs=no
8727 cat <<_LT_EOF 1>&2
8728
8729*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8730*** reliably create shared libraries on SCO systems. Therefore, libtool
8731*** is disabling shared libraries support. We urge you to upgrade GNU
8732*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8733*** your PATH or compiler configuration so that the native linker is
8734*** used, and then restart.
8735
8736_LT_EOF
8737 ;;
8738 *)
8739 # For security reasons, it is highly recommended that you always
8740 # use absolute paths for naming shared libraries, and exclude the
8741 # DT_RUNPATH tag from executables and libraries. But doing so
8742 # requires that you compile everything twice, which is a pain.
8743 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8744 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8745 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8746 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8747 else
8748 ld_shlibs=no
8749 fi
8750 ;;
8751 esac
8752 ;;
8753
8754 sunos4*)
8755 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8756 wlarc=
8757 hardcode_direct=yes
8758 hardcode_shlibpath_var=no
8759 ;;
8760
8761 *)
8762 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
8763 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8764 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
8765 else
8766 ld_shlibs=no
8767 fi
8768 ;;
8769 esac
8770
8771 if test "$ld_shlibs" = no; then
8772 runpath_var=
8773 hardcode_libdir_flag_spec=
8774 export_dynamic_flag_spec=
8775 whole_archive_flag_spec=
8776 fi
8777 else
8778 # PORTME fill in a description of your system's linker (not GNU ld)
8779 case $host_os in
8780 aix3*)
8781 allow_undefined_flag=unsupported
8782 always_export_symbols=yes
8783 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'
8784 # Note: this linker hardcodes the directories in LIBPATH if there
8785 # are no directories specified by -L.
8786 hardcode_minus_L=yes
8787 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8788 # Neither direct hardcoding nor static linking is supported with a
8789 # broken collect2.
8790 hardcode_direct=unsupported
8791 fi
8792 ;;
8793
50e7d84b 8794 aix[4-9]*)
d7040cdb
SE
8795 if test "$host_cpu" = ia64; then
8796 # On IA64, the linker does run time linking by default, so we don't
8797 # have to do anything special.
8798 aix_use_runtimelinking=no
8799 exp_sym_flag='-Bexport'
8800 no_entry_flag=""
8801 else
8802 # If we're using GNU nm, then we don't want the "-C" option.
8803 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
8804 # Also, AIX nm treats weak defined symbols like other global
8805 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 8806 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 8807 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 8808 else
5c14705f 8809 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
8810 fi
8811 aix_use_runtimelinking=no
8812
8813 # Test if we are trying to use run time linking or normal
8814 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8815 # need to do runtime linking.
50e7d84b 8816 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
8817 for ld_flag in $LDFLAGS; do
8818 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8819 aix_use_runtimelinking=yes
8820 break
8821 fi
8822 done
8823 ;;
8824 esac
8825
8826 exp_sym_flag='-bexport'
8827 no_entry_flag='-bnoentry'
8828 fi
8829
8830 # When large executables or shared objects are built, AIX ld can
8831 # have problems creating the table of contents. If linking a library
8832 # or program results in "error TOC overflow" add -mminimal-toc to
8833 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8834 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8835
8836 archive_cmds=''
8837 hardcode_direct=yes
8838 hardcode_direct_absolute=yes
8839 hardcode_libdir_separator=':'
8840 link_all_deplibs=yes
8841 file_list_spec='${wl}-f,'
8842
8843 if test "$GCC" = yes; then
8844 case $host_os in aix4.[012]|aix4.[012].*)
8845 # We only want to do this on AIX 4.2 and lower, the check
8846 # below for broken collect2 doesn't work under 4.3+
8847 collect2name=`${CC} -print-prog-name=collect2`
8848 if test -f "$collect2name" &&
8849 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8850 then
8851 # We have reworked collect2
8852 :
8853 else
8854 # We have old collect2
8855 hardcode_direct=unsupported
8856 # It fails to find uninstalled libraries when the uninstalled
8857 # path is not listed in the libpath. Setting hardcode_minus_L
8858 # to unsupported forces relinking
8859 hardcode_minus_L=yes
8860 hardcode_libdir_flag_spec='-L$libdir'
8861 hardcode_libdir_separator=
8862 fi
8863 ;;
8864 esac
8865 shared_flag='-shared'
8866 if test "$aix_use_runtimelinking" = yes; then
8867 shared_flag="$shared_flag "'${wl}-G'
8868 fi
8869 else
8870 # not using gcc
8871 if test "$host_cpu" = ia64; then
8872 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8873 # chokes on -Wl,-G. The following line is correct:
8874 shared_flag='-G'
8875 else
8876 if test "$aix_use_runtimelinking" = yes; then
8877 shared_flag='${wl}-G'
8878 else
8879 shared_flag='${wl}-bM:SRE'
8880 fi
8881 fi
8882 fi
8883
718a6fd8 8884 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
8885 # It seems that -bexpall does not export symbols beginning with
8886 # underscore (_), so it is better to generate a list of symbols to export.
8887 always_export_symbols=yes
8888 if test "$aix_use_runtimelinking" = yes; then
8889 # Warning - without using the other runtime loading flags (-brtl),
8890 # -berok will link without error, but may produce a broken library.
8891 allow_undefined_flag='-berok'
8892 # Determine the default libpath from the value encoded in an
8893 # empty executable.
f2c621e4 8894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 8895/* end confdefs.h. */
d7040cdb
SE
8896
8897int
8898main ()
8899{
8900
8901 ;
8902 return 0;
8903}
42ecbf5e 8904_ACEOF
81ecdfbb 8905if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 8906
f2c621e4
AS
8907lt_aix_libpath_sed='
8908 /Import File Strings/,/^$/ {
8909 /^0/ {
8910 s/^0 *\(.*\)$/\1/
8911 p
8912 }
8913 }'
8914aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8915# Check for a 64-bit object if we didn't find anything.
8916if test -z "$aix_libpath"; then
8917 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8918fi
252b5132 8919fi
81ecdfbb
RW
8920rm -f core conftest.err conftest.$ac_objext \
8921 conftest$ac_exeext conftest.$ac_ext
f2c621e4 8922if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
252b5132 8923
d7040cdb 8924 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 8925 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
8926 else
8927 if test "$host_cpu" = ia64; then
8928 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8929 allow_undefined_flag="-z nodefs"
8930 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"
8931 else
8932 # Determine the default libpath from the value encoded in an
8933 # empty executable.
f2c621e4 8934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 8935/* end confdefs.h. */
d7040cdb
SE
8936
8937int
8938main ()
8939{
8940
8941 ;
8942 return 0;
8943}
42ecbf5e 8944_ACEOF
81ecdfbb 8945if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 8946
f2c621e4
AS
8947lt_aix_libpath_sed='
8948 /Import File Strings/,/^$/ {
8949 /^0/ {
8950 s/^0 *\(.*\)$/\1/
8951 p
8952 }
8953 }'
8954aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8955# Check for a 64-bit object if we didn't find anything.
8956if test -z "$aix_libpath"; then
8957 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8958fi
252b5132 8959fi
81ecdfbb
RW
8960rm -f core conftest.err conftest.$ac_objext \
8961 conftest$ac_exeext conftest.$ac_ext
f2c621e4 8962if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb
SE
8963
8964 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8965 # Warning - without using the other run time loading flags,
8966 # -berok will link without error, but may produce a broken library.
8967 no_undefined_flag=' ${wl}-bernotok'
8968 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
8969 if test "$with_gnu_ld" = yes; then
8970 # We only use this code for GNU lds that support --whole-archive.
8971 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8972 else
8973 # Exported symbols can be pulled into shared objects from archives
8974 whole_archive_flag_spec='$convenience'
8975 fi
d7040cdb
SE
8976 archive_cmds_need_lc=yes
8977 # This is similar to how AIX traditionally builds its shared libraries.
8978 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'
8979 fi
8980 fi
8981 ;;
42ecbf5e 8982
d7040cdb 8983 amigaos*)
718a6fd8
SE
8984 case $host_cpu in
8985 powerpc)
8986 # see comment about AmigaOS4 .so support
8987 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8988 archive_expsym_cmds=''
8989 ;;
8990 m68k)
8991 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)'
8992 hardcode_libdir_flag_spec='-L$libdir'
8993 hardcode_minus_L=yes
8994 ;;
8995 esac
d7040cdb 8996 ;;
252b5132 8997
d7040cdb
SE
8998 bsdi[45]*)
8999 export_dynamic_flag_spec=-rdynamic
9000 ;;
252b5132 9001
718a6fd8 9002 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9003 # When not using gcc, we currently assume that we are using
9004 # Microsoft Visual C++.
9005 # hardcode_libdir_flag_spec is actually meaningless, as there is
9006 # no search path for DLLs.
f2c621e4
AS
9007 hardcode_libdir_flag_spec=' '
9008 allow_undefined_flag=unsupported
9009 # Tell ltmain to make .lib files, not .a files.
9010 libext=lib
9011 # Tell ltmain to make .dll files, not .so files.
9012 shrext_cmds=".dll"
9013 # FIXME: Setting linknames here is a bad hack.
9014 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9015 # The linker will automatically build a .lib file if we build a DLL.
9016 old_archive_from_new_cmds='true'
9017 # FIXME: Should let the user specify the lib program.
9018 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9019 fix_srcfile_path='`cygpath -w "$srcfile"`'
9020 enable_shared_with_static_runtimes=yes
d7040cdb 9021 ;;
252b5132 9022
d7040cdb 9023 darwin* | rhapsody*)
c46f8c51 9024
718a6fd8
SE
9025
9026 archive_cmds_need_lc=no
9027 hardcode_direct=no
9028 hardcode_automatic=yes
9029 hardcode_shlibpath_var=unsupported
3725885a
RW
9030 if test "$lt_cv_ld_force_load" = "yes"; then
9031 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\"`'
9032 else
9033 whole_archive_flag_spec=''
9034 fi
718a6fd8
SE
9035 link_all_deplibs=yes
9036 allow_undefined_flag="$_lt_dar_allow_undefined"
9037 case $cc_basename in
9038 ifort*) _lt_dar_can_shared=yes ;;
9039 *) _lt_dar_can_shared=$GCC ;;
9040 esac
9041 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9042 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9043 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9044 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9045 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}"
9046 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}"
9047
9048 else
9049 ld_shlibs=no
9050 fi
9051
d7040cdb 9052 ;;
42ecbf5e 9053
d7040cdb
SE
9054 dgux*)
9055 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9056 hardcode_libdir_flag_spec='-L$libdir'
9057 hardcode_shlibpath_var=no
9058 ;;
252b5132 9059
d7040cdb
SE
9060 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9061 # support. Future versions do this automatically, but an explicit c++rt0.o
9062 # does not break anything, and helps significantly (at the cost of a little
9063 # extra space).
9064 freebsd2.2*)
9065 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9066 hardcode_libdir_flag_spec='-R$libdir'
9067 hardcode_direct=yes
9068 hardcode_shlibpath_var=no
9069 ;;
252b5132 9070
d7040cdb 9071 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9072 freebsd2.*)
d7040cdb
SE
9073 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9074 hardcode_direct=yes
9075 hardcode_minus_L=yes
9076 hardcode_shlibpath_var=no
9077 ;;
42ecbf5e 9078
d7040cdb
SE
9079 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9080 freebsd* | dragonfly*)
f2c621e4 9081 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9082 hardcode_libdir_flag_spec='-R$libdir'
9083 hardcode_direct=yes
9084 hardcode_shlibpath_var=no
9085 ;;
252b5132 9086
d7040cdb
SE
9087 hpux9*)
9088 if test "$GCC" = yes; then
f2c621e4 9089 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'
d7040cdb
SE
9090 else
9091 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'
9092 fi
9093 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9094 hardcode_libdir_separator=:
9095 hardcode_direct=yes
9096
9097 # hardcode_minus_L: Not really in the search PATH,
9098 # but as the default location of the library.
9099 hardcode_minus_L=yes
9100 export_dynamic_flag_spec='${wl}-E'
9101 ;;
20e95c23 9102
d7040cdb 9103 hpux10*)
3725885a 9104 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9105 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9106 else
9107 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9108 fi
9109 if test "$with_gnu_ld" = no; then
9110 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9111 hardcode_libdir_flag_spec_ld='+b $libdir'
9112 hardcode_libdir_separator=:
9113 hardcode_direct=yes
9114 hardcode_direct_absolute=yes
9115 export_dynamic_flag_spec='${wl}-E'
9116 # hardcode_minus_L: Not really in the search PATH,
9117 # but as the default location of the library.
9118 hardcode_minus_L=yes
9119 fi
9120 ;;
20e95c23 9121
d7040cdb 9122 hpux11*)
3725885a 9123 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9124 case $host_cpu in
9125 hppa*64*)
6a6859cb 9126 archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9127 ;;
9128 ia64*)
f2c621e4 9129 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9130 ;;
9131 *)
f2c621e4 9132 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9133 ;;
9134 esac
9135 else
9136 case $host_cpu in
9137 hppa*64*)
6a6859cb 9138 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9139 ;;
9140 ia64*)
9141 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9142 ;;
9143 *)
3725885a
RW
9144
9145 # Older versions of the 11.00 compiler do not understand -b yet
9146 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9148$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9149if ${lt_cv_prog_compiler__b+:} false; then :
3725885a
RW
9150 $as_echo_n "(cached) " >&6
9151else
9152 lt_cv_prog_compiler__b=no
9153 save_LDFLAGS="$LDFLAGS"
9154 LDFLAGS="$LDFLAGS -b"
9155 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9156 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9157 # The linker can only warn and ignore the option if not recognized
9158 # So say no if there are warnings
9159 if test -s conftest.err; then
9160 # Append any errors to the config.log.
9161 cat conftest.err 1>&5
9162 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9163 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9164 if diff conftest.exp conftest.er2 >/dev/null; then
9165 lt_cv_prog_compiler__b=yes
9166 fi
9167 else
9168 lt_cv_prog_compiler__b=yes
9169 fi
9170 fi
9171 $RM -r conftest*
9172 LDFLAGS="$save_LDFLAGS"
9173
9174fi
9175{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9176$as_echo "$lt_cv_prog_compiler__b" >&6; }
9177
9178if test x"$lt_cv_prog_compiler__b" = xyes; then
9179 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9180else
9181 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9182fi
9183
d7040cdb
SE
9184 ;;
9185 esac
9186 fi
9187 if test "$with_gnu_ld" = no; then
9188 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9189 hardcode_libdir_separator=:
9190
9191 case $host_cpu in
9192 hppa*64*|ia64*)
9193 hardcode_direct=no
9194 hardcode_shlibpath_var=no
9195 ;;
9196 *)
9197 hardcode_direct=yes
9198 hardcode_direct_absolute=yes
9199 export_dynamic_flag_spec='${wl}-E'
9200
9201 # hardcode_minus_L: Not really in the search PATH,
9202 # but as the default location of the library.
9203 hardcode_minus_L=yes
9204 ;;
9205 esac
9206 fi
9207 ;;
9208
9209 irix5* | irix6* | nonstopux*)
9210 if test "$GCC" = yes; then
f2c621e4 9211 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
9212 # Try to use the -exported_symbol ld option, if it does not
9213 # work, assume that -exports_file does not work either and
9214 # implicitly export all symbols.
f2c621e4
AS
9215 save_LDFLAGS="$LDFLAGS"
9216 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9218/* end confdefs.h. */
f2c621e4 9219int foo(void) {}
42ecbf5e 9220_ACEOF
81ecdfbb 9221if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9222 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'
9223
42ecbf5e 9224fi
81ecdfbb
RW
9225rm -f core conftest.err conftest.$ac_objext \
9226 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9227 LDFLAGS="$save_LDFLAGS"
d7040cdb 9228 else
3725885a
RW
9229 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'
9230 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
9231 fi
9232 archive_cmds_need_lc='no'
9233 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9234 hardcode_libdir_separator=:
9235 inherit_rpath=yes
9236 link_all_deplibs=yes
9237 ;;
42ecbf5e 9238
d7040cdb
SE
9239 netbsd*)
9240 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9241 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9242 else
9243 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9244 fi
9245 hardcode_libdir_flag_spec='-R$libdir'
9246 hardcode_direct=yes
9247 hardcode_shlibpath_var=no
9248 ;;
42ecbf5e 9249
d7040cdb
SE
9250 newsos6)
9251 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9252 hardcode_direct=yes
9253 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9254 hardcode_libdir_separator=:
9255 hardcode_shlibpath_var=no
9256 ;;
42ecbf5e 9257
d7040cdb
SE
9258 *nto* | *qnx*)
9259 ;;
252b5132 9260
d7040cdb 9261 openbsd*)
718a6fd8
SE
9262 if test -f /usr/libexec/ld.so; then
9263 hardcode_direct=yes
9264 hardcode_shlibpath_var=no
9265 hardcode_direct_absolute=yes
9266 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9267 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9268 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9269 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9270 export_dynamic_flag_spec='${wl}-E'
9271 else
9272 case $host_os in
9273 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9274 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9275 hardcode_libdir_flag_spec='-R$libdir'
9276 ;;
9277 *)
9278 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9279 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9280 ;;
9281 esac
9282 fi
9283 else
9284 ld_shlibs=no
d7040cdb
SE
9285 fi
9286 ;;
252b5132 9287
d7040cdb
SE
9288 os2*)
9289 hardcode_libdir_flag_spec='-L$libdir'
9290 hardcode_minus_L=yes
9291 allow_undefined_flag=unsupported
3725885a 9292 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
9293 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9294 ;;
2481e6a2 9295
d7040cdb
SE
9296 osf3*)
9297 if test "$GCC" = yes; then
9298 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9299 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
9300 else
9301 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9302 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
9303 fi
9304 archive_cmds_need_lc='no'
9305 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9306 hardcode_libdir_separator=:
9307 ;;
42ecbf5e 9308
d7040cdb
SE
9309 osf4* | osf5*) # as osf3* with the addition of -msym flag
9310 if test "$GCC" = yes; then
9311 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 9312 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
9313 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9314 else
9315 allow_undefined_flag=' -expect_unresolved \*'
3725885a 9316 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 9317 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 9318 $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'
42ecbf5e 9319
d7040cdb
SE
9320 # Both c and cxx compiler support -rpath directly
9321 hardcode_libdir_flag_spec='-rpath $libdir'
9322 fi
9323 archive_cmds_need_lc='no'
9324 hardcode_libdir_separator=:
9325 ;;
9326
9327 solaris*)
9328 no_undefined_flag=' -z defs'
9329 if test "$GCC" = yes; then
9330 wlarc='${wl}'
f2c621e4 9331 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 9332 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 9333 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
d7040cdb
SE
9334 else
9335 case `$CC -V 2>&1` in
9336 *"Compilers 5.0"*)
9337 wlarc=''
9338 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9339 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9340 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9341 ;;
9342 *)
9343 wlarc='${wl}'
9344 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9345 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9346 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9347 ;;
9348 esac
9349 fi
9350 hardcode_libdir_flag_spec='-R$libdir'
9351 hardcode_shlibpath_var=no
9352 case $host_os in
9353 solaris2.[0-5] | solaris2.[0-5].*) ;;
9354 *)
9355 # The compiler driver will combine and reorder linker options,
9356 # but understands `-z linker_flag'. GCC discards it without `$wl',
9357 # but is careful enough not to reorder.
9358 # Supported since Solaris 2.6 (maybe 2.5.1?)
9359 if test "$GCC" = yes; then
9360 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9361 else
9362 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9363 fi
9364 ;;
9365 esac
9366 link_all_deplibs=yes
9367 ;;
9368
9369 sunos4*)
9370 if test "x$host_vendor" = xsequent; then
9371 # Use $CC to link under sequent, because it throws in some extra .o
9372 # files that make .init and .fini sections work.
9373 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9374 else
9375 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9376 fi
9377 hardcode_libdir_flag_spec='-L$libdir'
9378 hardcode_direct=yes
9379 hardcode_minus_L=yes
9380 hardcode_shlibpath_var=no
9381 ;;
9382
9383 sysv4)
9384 case $host_vendor in
9385 sni)
9386 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9387 hardcode_direct=yes # is this really true???
9388 ;;
9389 siemens)
9390 ## LD is ld it makes a PLAMLIB
9391 ## CC just makes a GrossModule.
9392 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9393 reload_cmds='$CC -r -o $output$reload_objs'
9394 hardcode_direct=no
9395 ;;
9396 motorola)
9397 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9398 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9399 ;;
9400 esac
9401 runpath_var='LD_RUN_PATH'
9402 hardcode_shlibpath_var=no
9403 ;;
9404
9405 sysv4.3*)
9406 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9407 hardcode_shlibpath_var=no
9408 export_dynamic_flag_spec='-Bexport'
9409 ;;
9410
9411 sysv4*MP*)
9412 if test -d /usr/nec; then
9413 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9414 hardcode_shlibpath_var=no
9415 runpath_var=LD_RUN_PATH
9416 hardcode_runpath_var=yes
9417 ld_shlibs=yes
9418 fi
9419 ;;
9420
9421 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9422 no_undefined_flag='${wl}-z,text'
9423 archive_cmds_need_lc=no
9424 hardcode_shlibpath_var=no
9425 runpath_var='LD_RUN_PATH'
9426
9427 if test "$GCC" = yes; then
9428 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9429 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9430 else
9431 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9432 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9433 fi
9434 ;;
9435
9436 sysv5* | sco3.2v5* | sco5v6*)
9437 # Note: We can NOT use -z defs as we might desire, because we do not
9438 # link with -lc, and that would cause any symbols used from libc to
9439 # always be unresolved, which means just about no library would
9440 # ever link correctly. If we're not using GNU ld we use -z text
9441 # though, which does catch some bad symbols but isn't as heavy-handed
9442 # as -z defs.
9443 no_undefined_flag='${wl}-z,text'
9444 allow_undefined_flag='${wl}-z,nodefs'
9445 archive_cmds_need_lc=no
9446 hardcode_shlibpath_var=no
9447 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9448 hardcode_libdir_separator=':'
9449 link_all_deplibs=yes
9450 export_dynamic_flag_spec='${wl}-Bexport'
9451 runpath_var='LD_RUN_PATH'
9452
9453 if test "$GCC" = yes; then
9454 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9455 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9456 else
9457 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9458 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9459 fi
9460 ;;
9461
9462 uts4*)
9463 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9464 hardcode_libdir_flag_spec='-L$libdir'
9465 hardcode_shlibpath_var=no
9466 ;;
9467
9468 *)
9469 ld_shlibs=no
9470 ;;
9471 esac
9472
9473 if test x$host_vendor = xsni; then
9474 case $host in
9475 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9476 export_dynamic_flag_spec='${wl}-Blargedynsym'
9477 ;;
9478 esac
9479 fi
9480 fi
9481
81ecdfbb
RW
9482{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9483$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
9484test "$ld_shlibs" = no && can_build_shared=no
9485
9486with_gnu_ld=$with_gnu_ld
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502#
9503# Do we need to explicitly link libc?
9504#
9505case "x$archive_cmds_need_lc" in
9506x|xyes)
9507 # Assume -lc should be added
9508 archive_cmds_need_lc=yes
9509
9510 if test "$enable_shared" = yes && test "$GCC" = yes; then
9511 case $archive_cmds in
9512 *'~'*)
9513 # FIXME: we may have to deal with multi-command sequences.
9514 ;;
9515 '$CC '*)
9516 # Test whether the compiler implicitly links with -lc since on some
9517 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9518 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
9519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9520$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 9521if ${lt_cv_archive_cmds_need_lc+:} false; then :
81ecdfbb 9522 $as_echo_n "(cached) " >&6
39144654
RW
9523else
9524 $RM conftest*
9525 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 9526
81ecdfbb 9527 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb 9528 (eval $ac_compile) 2>&5
20e95c23 9529 ac_status=$?
81ecdfbb
RW
9530 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9531 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
9532 soname=conftest
9533 lib=conftest
9534 libobjs=conftest.$ac_objext
9535 deplibs=
9536 wl=$lt_prog_compiler_wl
9537 pic_flag=$lt_prog_compiler_pic
9538 compiler_flags=-v
9539 linker_flags=-v
9540 verstring=
9541 output_objdir=.
9542 libname=conftest
9543 lt_save_allow_undefined_flag=$allow_undefined_flag
9544 allow_undefined_flag=
81ecdfbb 9545 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb 9546 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
20e95c23 9547 ac_status=$?
81ecdfbb
RW
9548 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9549 test $ac_status = 0; }
39144654
RW
9550 then
9551 lt_cv_archive_cmds_need_lc=no
9552 else
9553 lt_cv_archive_cmds_need_lc=yes
9554 fi
9555 allow_undefined_flag=$lt_save_allow_undefined_flag
9556 else
9557 cat conftest.err 1>&5
9558 fi
9559 $RM conftest*
9560
9561fi
81ecdfbb
RW
9562{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9563$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 9564 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
9565 ;;
9566 esac
9567 fi
9568 ;;
9569esac
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
9693
9694
9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
9712
9713
9714
9715
9716
9717
9718
9719
9720
9721
9722
9723
9724
9725
9726
81ecdfbb
RW
9727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9728$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
9729
9730if test "$GCC" = yes; then
d7040cdb
SE
9731 case $host_os in
9732 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9733 *) lt_awk_arg="/^libraries:/" ;;
9734 esac
3725885a
RW
9735 case $host_os in
9736 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9737 *) lt_sed_strip_eq="s,=/,/,g" ;;
9738 esac
9739 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9740 case $lt_search_path_spec in
9741 *\;*)
d7040cdb
SE
9742 # if the path contains ";" then we assume it to be the separator
9743 # otherwise default to the standard path separator (i.e. ":") - it is
9744 # assumed that no part of a normal pathname contains ";" but that should
9745 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
9746 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9747 ;;
9748 *)
9749 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9750 ;;
9751 esac
d7040cdb
SE
9752 # Ok, now we have the path, separated by spaces, we can step through it
9753 # and add multilib dir if necessary.
9754 lt_tmp_lt_search_path_spec=
9755 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9756 for lt_sys_path in $lt_search_path_spec; do
9757 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9758 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9759 else
9760 test -d "$lt_sys_path" && \
9761 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9762 fi
9763 done
3725885a 9764 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
9765BEGIN {RS=" "; FS="/|\n";} {
9766 lt_foo="";
9767 lt_count=0;
9768 for (lt_i = NF; lt_i > 0; lt_i--) {
9769 if ($lt_i != "" && $lt_i != ".") {
9770 if ($lt_i == "..") {
9771 lt_count++;
9772 } else {
9773 if (lt_count == 0) {
9774 lt_foo="/" $lt_i lt_foo;
9775 } else {
9776 lt_count--;
9777 }
9778 }
9779 }
9780 }
9781 if (lt_foo != "") { lt_freq[lt_foo]++; }
9782 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9783}'`
3725885a
RW
9784 # AWK program above erroneously prepends '/' to C:/dos/paths
9785 # for these hosts.
9786 case $host_os in
9787 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9788 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9789 esac
9790 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
9791else
9792 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9793fi
9794library_names_spec=
9795libname_spec='lib$name'
9796soname_spec=
9797shrext_cmds=".so"
9798postinstall_cmds=
9799postuninstall_cmds=
9800finish_cmds=
9801finish_eval=
9802shlibpath_var=
9803shlibpath_overrides_runpath=unknown
9804version_type=none
9805dynamic_linker="$host_os ld.so"
9806sys_lib_dlsearch_path_spec="/lib /usr/lib"
9807need_lib_prefix=unknown
9808hardcode_into_libs=no
9809
9810# when you set need_version to no, make sure it does not cause -set_version
9811# flags to be left without arguments
9812need_version=unknown
9813
9814case $host_os in
9815aix3*)
9816 version_type=linux
9817 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9818 shlibpath_var=LIBPATH
9819
9820 # AIX 3 has no versioning support, so we append a major version to the name.
9821 soname_spec='${libname}${release}${shared_ext}$major'
9822 ;;
9823
50e7d84b 9824aix[4-9]*)
d7040cdb
SE
9825 version_type=linux
9826 need_lib_prefix=no
9827 need_version=no
9828 hardcode_into_libs=yes
9829 if test "$host_cpu" = ia64; then
9830 # AIX 5 supports IA64
9831 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9832 shlibpath_var=LD_LIBRARY_PATH
9833 else
9834 # With GCC up to 2.95.x, collect2 would create an import file
9835 # for dependence libraries. The import file would start with
9836 # the line `#! .'. This would cause the generated library to
9837 # depend on `.', always an invalid library. This was fixed in
9838 # development snapshots of GCC prior to 3.0.
9839 case $host_os in
9840 aix4 | aix4.[01] | aix4.[01].*)
9841 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9842 echo ' yes '
9843 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9844 :
9845 else
9846 can_build_shared=no
9847 fi
9848 ;;
9849 esac
9850 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9851 # soname into executable. Probably we can add versioning support to
9852 # collect2, so additional links can be useful in future.
9853 if test "$aix_use_runtimelinking" = yes; then
9854 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9855 # instead of lib<name>.a to let people know that these are not
9856 # typical AIX shared libraries.
9857 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9858 else
9859 # We preserve .a as extension for shared libraries through AIX4.2
9860 # and later when we are not doing run time linking.
9861 library_names_spec='${libname}${release}.a $libname.a'
9862 soname_spec='${libname}${release}${shared_ext}$major'
9863 fi
9864 shlibpath_var=LIBPATH
9865 fi
9866 ;;
9867
9868amigaos*)
718a6fd8
SE
9869 case $host_cpu in
9870 powerpc)
9871 # Since July 2007 AmigaOS4 officially supports .so libraries.
9872 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9873 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9874 ;;
9875 m68k)
d7040cdb
SE
9876 library_names_spec='$libname.ixlibrary $libname.a'
9877 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 9878 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
9879 ;;
9880 esac
d7040cdb
SE
9881 ;;
9882
9883beos*)
9884 library_names_spec='${libname}${shared_ext}'
9885 dynamic_linker="$host_os ld.so"
9886 shlibpath_var=LIBRARY_PATH
9887 ;;
9888
9889bsdi[45]*)
9890 version_type=linux
9891 need_version=no
9892 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9893 soname_spec='${libname}${release}${shared_ext}$major'
9894 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9895 shlibpath_var=LD_LIBRARY_PATH
9896 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9897 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9898 # the default ld.so.conf also contains /usr/contrib/lib and
9899 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9900 # libtool to hard-code these into programs
9901 ;;
9902
718a6fd8 9903cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9904 version_type=windows
9905 shrext_cmds=".dll"
9906 need_version=no
9907 need_lib_prefix=no
9908
f2c621e4
AS
9909 case $GCC,$host_os in
9910 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
9911 library_names_spec='$libname.dll.a'
9912 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9913 postinstall_cmds='base_file=`basename \${file}`~
9914 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9915 dldir=$destdir/`dirname \$dlpath`~
9916 test -d \$dldir || mkdir -p \$dldir~
9917 $install_prog $dir/$dlname \$dldir/$dlname~
9918 chmod a+x \$dldir/$dlname~
9919 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9920 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9921 fi'
9922 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9923 dlpath=$dir/\$dldll~
9924 $RM \$dlpath'
9925 shlibpath_overrides_runpath=yes
9926
9927 case $host_os in
9928 cygwin*)
9929 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9930 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
9931
9932 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 9933 ;;
718a6fd8 9934 mingw* | cegcc*)
d7040cdb
SE
9935 # MinGW DLLs use traditional 'lib' prefix
9936 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
9937 ;;
9938 pw32*)
9939 # pw32 DLLs use 'pw' prefix rather than 'lib'
9940 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9941 ;;
9942 esac
9943 ;;
9944
9945 *)
9946 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9947 ;;
9948 esac
f2c621e4 9949 dynamic_linker='Win32 ld.exe'
d7040cdb
SE
9950 # FIXME: first we should search . and the directory the executable is in
9951 shlibpath_var=PATH
9952 ;;
9953
9954darwin* | rhapsody*)
9955 dynamic_linker="$host_os dyld"
9956 version_type=darwin
9957 need_lib_prefix=no
9958 need_version=no
9959 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9960 soname_spec='${libname}${release}${major}$shared_ext'
9961 shlibpath_overrides_runpath=yes
9962 shlibpath_var=DYLD_LIBRARY_PATH
9963 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9964
9965 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9966 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9967 ;;
9968
9969dgux*)
9970 version_type=linux
9971 need_lib_prefix=no
9972 need_version=no
9973 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9974 soname_spec='${libname}${release}${shared_ext}$major'
9975 shlibpath_var=LD_LIBRARY_PATH
9976 ;;
9977
d7040cdb
SE
9978freebsd* | dragonfly*)
9979 # DragonFly does not have aout. When/if they implement a new
9980 # versioning mechanism, adjust this.
9981 if test -x /usr/bin/objformat; then
9982 objformat=`/usr/bin/objformat`
9983 else
9984 case $host_os in
6d2920c8 9985 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
9986 *) objformat=elf ;;
9987 esac
9988 fi
9989 version_type=freebsd-$objformat
9990 case $version_type in
9991 freebsd-elf*)
9992 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9993 need_version=no
9994 need_lib_prefix=no
9995 ;;
9996 freebsd-*)
9997 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9998 need_version=yes
9999 ;;
10000 esac
10001 shlibpath_var=LD_LIBRARY_PATH
10002 case $host_os in
6d2920c8 10003 freebsd2.*)
d7040cdb
SE
10004 shlibpath_overrides_runpath=yes
10005 ;;
10006 freebsd3.[01]* | freebsdelf3.[01]*)
10007 shlibpath_overrides_runpath=yes
10008 hardcode_into_libs=yes
10009 ;;
10010 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10011 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10012 shlibpath_overrides_runpath=no
10013 hardcode_into_libs=yes
10014 ;;
10015 *) # from 4.6 on, and DragonFly
10016 shlibpath_overrides_runpath=yes
10017 hardcode_into_libs=yes
10018 ;;
10019 esac
10020 ;;
10021
3725885a
RW
10022haiku*)
10023 version_type=linux
10024 need_lib_prefix=no
10025 need_version=no
10026 dynamic_linker="$host_os runtime_loader"
10027 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10028 soname_spec='${libname}${release}${shared_ext}$major'
10029 shlibpath_var=LIBRARY_PATH
10030 shlibpath_overrides_runpath=yes
d85e70a3 10031 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
3725885a
RW
10032 hardcode_into_libs=yes
10033 ;;
10034
d7040cdb
SE
10035hpux9* | hpux10* | hpux11*)
10036 # Give a soname corresponding to the major version so that dld.sl refuses to
10037 # link against other versions.
10038 version_type=sunos
10039 need_lib_prefix=no
10040 need_version=no
10041 case $host_cpu in
10042 ia64*)
10043 shrext_cmds='.so'
10044 hardcode_into_libs=yes
10045 dynamic_linker="$host_os dld.so"
10046 shlibpath_var=LD_LIBRARY_PATH
10047 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10048 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10049 soname_spec='${libname}${release}${shared_ext}$major'
10050 if test "X$HPUX_IA64_MODE" = X32; then
10051 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10052 else
10053 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10054 fi
10055 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10056 ;;
10057 hppa*64*)
10058 shrext_cmds='.sl'
10059 hardcode_into_libs=yes
10060 dynamic_linker="$host_os dld.sl"
10061 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10062 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10063 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10064 soname_spec='${libname}${release}${shared_ext}$major'
10065 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10066 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10067 ;;
10068 *)
10069 shrext_cmds='.sl'
10070 dynamic_linker="$host_os dld.sl"
10071 shlibpath_var=SHLIB_PATH
10072 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10073 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10074 soname_spec='${libname}${release}${shared_ext}$major'
10075 ;;
10076 esac
3725885a 10077 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10078 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10079 # or fails outright, so override atomically:
10080 install_override_mode=555
d7040cdb
SE
10081 ;;
10082
10083interix[3-9]*)
10084 version_type=linux
10085 need_lib_prefix=no
10086 need_version=no
10087 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10088 soname_spec='${libname}${release}${shared_ext}$major'
10089 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10090 shlibpath_var=LD_LIBRARY_PATH
10091 shlibpath_overrides_runpath=no
10092 hardcode_into_libs=yes
10093 ;;
10094
10095irix5* | irix6* | nonstopux*)
10096 case $host_os in
10097 nonstopux*) version_type=nonstopux ;;
10098 *)
10099 if test "$lt_cv_prog_gnu_ld" = yes; then
10100 version_type=linux
10101 else
10102 version_type=irix
10103 fi ;;
10104 esac
10105 need_lib_prefix=no
10106 need_version=no
10107 soname_spec='${libname}${release}${shared_ext}$major'
10108 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10109 case $host_os in
10110 irix5* | nonstopux*)
10111 libsuff= shlibsuff=
10112 ;;
10113 *)
10114 case $LD in # libtool.m4 will add one of these switches to LD
10115 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10116 libsuff= shlibsuff= libmagic=32-bit;;
10117 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10118 libsuff=32 shlibsuff=N32 libmagic=N32;;
10119 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10120 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10121 *) libsuff= shlibsuff= libmagic=never-match;;
10122 esac
10123 ;;
10124 esac
10125 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10126 shlibpath_overrides_runpath=no
10127 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10128 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10129 hardcode_into_libs=yes
10130 ;;
10131
10132# No shared lib support for Linux oldld, aout, or coff.
10133linux*oldld* | linux*aout* | linux*coff*)
10134 dynamic_linker=no
10135 ;;
10136
10137# This must be Linux ELF.
6a6859cb
AM
10138
10139# uclinux* changes (here and below) have been submitted to the libtool
10140# project, but have not yet been accepted: they are GCC-local changes
10141# for the time being. (See
10142# https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10143linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
d7040cdb
SE
10144 version_type=linux
10145 need_lib_prefix=no
10146 need_version=no
10147 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10148 soname_spec='${libname}${release}${shared_ext}$major'
10149 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10150 shlibpath_var=LD_LIBRARY_PATH
10151 shlibpath_overrides_runpath=no
39144654 10152
d7040cdb 10153 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10154 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
81ecdfbb 10155 $as_echo_n "(cached) " >&6
39144654
RW
10156else
10157 lt_cv_shlibpath_overrides_runpath=no
10158 save_LDFLAGS=$LDFLAGS
10159 save_libdir=$libdir
10160 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10161 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10163/* end confdefs.h. */
10164
10165int
10166main ()
10167{
10168
10169 ;
10170 return 0;
10171}
10172_ACEOF
81ecdfbb
RW
10173if ac_fn_c_try_link "$LINENO"; then :
10174 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10175 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10176fi
d7040cdb 10177fi
81ecdfbb
RW
10178rm -f core conftest.err conftest.$ac_objext \
10179 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10180 LDFLAGS=$save_LDFLAGS
10181 libdir=$save_libdir
10182
10183fi
10184
10185 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10186
10187 # This implies no fast_install, which is unacceptable.
10188 # Some rework will be needed to allow for fast_install
10189 # before this can be enabled.
10190 hardcode_into_libs=yes
10191
10192 # Append ld.so.conf contents to the search path
10193 if test -f /etc/ld.so.conf; then
3725885a 10194 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' ' '`
f2c621e4 10195 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
d7040cdb
SE
10196 fi
10197
10198 # We used to test for /lib/ld.so.1 and disable shared libraries on
10199 # powerpc, because MkLinux only supported shared libraries with the
10200 # GNU dynamic linker. Since this was broken with cross compilers,
10201 # most powerpc-linux boxes support dynamic linking these days and
10202 # people can always --disable-shared, the test was removed, and we
10203 # assume the GNU/Linux dynamic linker is in use.
10204 dynamic_linker='GNU/Linux ld.so'
10205 ;;
10206
10207netbsd*)
10208 version_type=sunos
10209 need_lib_prefix=no
10210 need_version=no
10211 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10212 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10213 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10214 dynamic_linker='NetBSD (a.out) ld.so'
10215 else
10216 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10217 soname_spec='${libname}${release}${shared_ext}$major'
10218 dynamic_linker='NetBSD ld.elf_so'
10219 fi
10220 shlibpath_var=LD_LIBRARY_PATH
10221 shlibpath_overrides_runpath=yes
10222 hardcode_into_libs=yes
10223 ;;
10224
10225newsos6)
10226 version_type=linux
10227 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10228 shlibpath_var=LD_LIBRARY_PATH
10229 shlibpath_overrides_runpath=yes
10230 ;;
10231
10232*nto* | *qnx*)
10233 version_type=qnx
10234 need_lib_prefix=no
10235 need_version=no
10236 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10237 soname_spec='${libname}${release}${shared_ext}$major'
10238 shlibpath_var=LD_LIBRARY_PATH
10239 shlibpath_overrides_runpath=no
10240 hardcode_into_libs=yes
10241 dynamic_linker='ldqnx.so'
10242 ;;
10243
10244openbsd*)
10245 version_type=sunos
10246 sys_lib_dlsearch_path_spec="/usr/lib"
10247 need_lib_prefix=no
10248 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10249 case $host_os in
10250 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10251 *) need_version=no ;;
10252 esac
10253 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10254 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10255 shlibpath_var=LD_LIBRARY_PATH
10256 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10257 case $host_os in
10258 openbsd2.[89] | openbsd2.[89].*)
10259 shlibpath_overrides_runpath=no
10260 ;;
10261 *)
10262 shlibpath_overrides_runpath=yes
10263 ;;
10264 esac
10265 else
10266 shlibpath_overrides_runpath=yes
10267 fi
10268 ;;
10269
10270os2*)
10271 libname_spec='$name'
10272 shrext_cmds=".dll"
10273 need_lib_prefix=no
10274 library_names_spec='$libname${shared_ext} $libname.a'
10275 dynamic_linker='OS/2 ld.exe'
10276 shlibpath_var=LIBPATH
10277 ;;
10278
10279osf3* | osf4* | osf5*)
10280 version_type=osf
10281 need_lib_prefix=no
10282 need_version=no
10283 soname_spec='${libname}${release}${shared_ext}$major'
10284 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10285 shlibpath_var=LD_LIBRARY_PATH
10286 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10287 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10288 ;;
10289
10290rdos*)
10291 dynamic_linker=no
10292 ;;
10293
10294solaris*)
10295 version_type=linux
10296 need_lib_prefix=no
10297 need_version=no
10298 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10299 soname_spec='${libname}${release}${shared_ext}$major'
10300 shlibpath_var=LD_LIBRARY_PATH
10301 shlibpath_overrides_runpath=yes
10302 hardcode_into_libs=yes
10303 # ldd complains unless libraries are executable
10304 postinstall_cmds='chmod +x $lib'
10305 ;;
10306
10307sunos4*)
10308 version_type=sunos
10309 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10310 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10311 shlibpath_var=LD_LIBRARY_PATH
10312 shlibpath_overrides_runpath=yes
10313 if test "$with_gnu_ld" = yes; then
10314 need_lib_prefix=no
10315 fi
10316 need_version=yes
10317 ;;
10318
10319sysv4 | sysv4.3*)
10320 version_type=linux
10321 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10322 soname_spec='${libname}${release}${shared_ext}$major'
10323 shlibpath_var=LD_LIBRARY_PATH
10324 case $host_vendor in
10325 sni)
10326 shlibpath_overrides_runpath=no
10327 need_lib_prefix=no
10328 runpath_var=LD_RUN_PATH
10329 ;;
10330 siemens)
10331 need_lib_prefix=no
10332 ;;
10333 motorola)
10334 need_lib_prefix=no
10335 need_version=no
10336 shlibpath_overrides_runpath=no
10337 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10338 ;;
10339 esac
10340 ;;
10341
10342sysv4*MP*)
10343 if test -d /usr/nec ;then
10344 version_type=linux
10345 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10346 soname_spec='$libname${shared_ext}.$major'
10347 shlibpath_var=LD_LIBRARY_PATH
10348 fi
10349 ;;
10350
10351sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10352 version_type=freebsd-elf
10353 need_lib_prefix=no
10354 need_version=no
10355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10356 soname_spec='${libname}${release}${shared_ext}$major'
10357 shlibpath_var=LD_LIBRARY_PATH
10358 shlibpath_overrides_runpath=yes
10359 hardcode_into_libs=yes
10360 if test "$with_gnu_ld" = yes; then
10361 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10362 else
10363 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10364 case $host_os in
10365 sco3.2v5*)
10366 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10367 ;;
10368 esac
10369 fi
10370 sys_lib_dlsearch_path_spec='/usr/lib'
10371 ;;
10372
10373tpf*)
10374 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10375 version_type=linux
10376 need_lib_prefix=no
10377 need_version=no
718a6fd8 10378 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
10379 shlibpath_var=LD_LIBRARY_PATH
10380 shlibpath_overrides_runpath=no
10381 hardcode_into_libs=yes
10382 ;;
10383
10384uts4*)
10385 version_type=linux
10386 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10387 soname_spec='${libname}${release}${shared_ext}$major'
10388 shlibpath_var=LD_LIBRARY_PATH
10389 ;;
10390
6a6859cb
AM
10391# Shared libraries for VwWorks, >= 7 only at this stage
10392# and (fpic) still incompatible with "large" code models
10393# in a few configurations. Only for RTP mode in any case,
10394# and upon explicit request at configure time.
10395vxworks7*)
10396 dynamic_linker=no
10397 case ${with_multisubdir}-${enable_shared} in
10398 *large*)
10399 ;;
10400 *mrtp*-yes)
10401 version_type=linux
10402 need_lib_prefix=no
10403 need_version=no
10404 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10405 soname_spec='${libname}${release}${shared_ext}$major'
10406 dynamic_linker="$host_os module_loader"
10407 ;;
10408 esac
10409 ;;
d7040cdb
SE
10410*)
10411 dynamic_linker=no
10412 ;;
10413esac
81ecdfbb
RW
10414{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10415$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
10416test "$dynamic_linker" = no && can_build_shared=no
10417
10418variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10419if test "$GCC" = yes; then
10420 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10421fi
10422
718a6fd8
SE
10423if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10424 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10425fi
10426if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10427 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10428fi
10429
d7040cdb
SE
10430
10431
10432
10433
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
10468
10469
10470
10471
10472
10473
10474
10475
10476
10477
10478
10479
10480
10481
10482
10483
10484
10485
10486
10487
10488
10489
10490
10491
10492
10493
10494
10495
10496
10497
10498
10499
10500
10501
10502
10503
10504
10505
10506
10507
10508
10509
3725885a
RW
10510
10511
10512
10513
10514
d7040cdb
SE
10515
10516
10517
10518
10519
10520
81ecdfbb
RW
10521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10522$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
10523hardcode_action=
10524if test -n "$hardcode_libdir_flag_spec" ||
10525 test -n "$runpath_var" ||
10526 test "X$hardcode_automatic" = "Xyes" ; then
10527
10528 # We can hardcode non-existent directories.
10529 if test "$hardcode_direct" != no &&
10530 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10531 # have to relink, otherwise we might link with an installed library
10532 # when we should be linking with a yet-to-be-installed one
10533 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10534 test "$hardcode_minus_L" != no; then
10535 # Linking always hardcodes the temporary library directory.
10536 hardcode_action=relink
10537 else
10538 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10539 hardcode_action=immediate
10540 fi
10541else
10542 # We cannot hardcode anything, or else we can only hardcode existing
10543 # directories.
10544 hardcode_action=unsupported
10545fi
81ecdfbb
RW
10546{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10547$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
10548
10549if test "$hardcode_action" = relink ||
10550 test "$inherit_rpath" = yes; then
10551 # Fast installation is not supported
10552 enable_fast_install=no
10553elif test "$shlibpath_overrides_runpath" = yes ||
10554 test "$enable_shared" = no; then
10555 # Fast installation is not necessary
10556 enable_fast_install=needless
10557fi
10558
10559
10560
10561
10562
10563
10564 if test "x$enable_dlopen" != xyes; then
10565 enable_dlopen=unknown
10566 enable_dlopen_self=unknown
10567 enable_dlopen_self_static=unknown
10568else
10569 lt_cv_dlopen=no
10570 lt_cv_dlopen_libs=
10571
10572 case $host_os in
10573 beos*)
10574 lt_cv_dlopen="load_add_on"
10575 lt_cv_dlopen_libs=
10576 lt_cv_dlopen_self=yes
10577 ;;
10578
718a6fd8 10579 mingw* | pw32* | cegcc*)
d7040cdb
SE
10580 lt_cv_dlopen="LoadLibrary"
10581 lt_cv_dlopen_libs=
10582 ;;
10583
10584 cygwin*)
10585 lt_cv_dlopen="dlopen"
10586 lt_cv_dlopen_libs=
10587 ;;
10588
10589 darwin*)
10590 # if libdl is installed we need to link against it
81ecdfbb
RW
10591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10592$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10593if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 10594 $as_echo_n "(cached) " >&6
d7040cdb
SE
10595else
10596 ac_check_lib_save_LIBS=$LIBS
10597LIBS="-ldl $LIBS"
81ecdfbb 10598cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10599/* end confdefs.h. */
10600
81ecdfbb
RW
10601/* Override any GCC internal prototype to avoid an error.
10602 Use char because int might match the return type of a GCC
10603 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10604#ifdef __cplusplus
10605extern "C"
10606#endif
d7040cdb
SE
10607char dlopen ();
10608int
10609main ()
10610{
81ecdfbb 10611return dlopen ();
d7040cdb
SE
10612 ;
10613 return 0;
10614}
10615_ACEOF
81ecdfbb 10616if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10617 ac_cv_lib_dl_dlopen=yes
10618else
81ecdfbb 10619 ac_cv_lib_dl_dlopen=no
d7040cdb 10620fi
81ecdfbb
RW
10621rm -f core conftest.err conftest.$ac_objext \
10622 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10623LIBS=$ac_check_lib_save_LIBS
10624fi
81ecdfbb
RW
10625{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10626$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10627if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
d7040cdb
SE
10628 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10629else
10630
10631 lt_cv_dlopen="dyld"
10632 lt_cv_dlopen_libs=
10633 lt_cv_dlopen_self=yes
10634
10635fi
10636
10637 ;;
10638
10639 *)
81ecdfbb 10640 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 10641if test "x$ac_cv_func_shl_load" = xyes; then :
d7040cdb
SE
10642 lt_cv_dlopen="shl_load"
10643else
81ecdfbb
RW
10644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10645$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 10646if ${ac_cv_lib_dld_shl_load+:} false; then :
81ecdfbb 10647 $as_echo_n "(cached) " >&6
d7040cdb
SE
10648else
10649 ac_check_lib_save_LIBS=$LIBS
10650LIBS="-ldld $LIBS"
81ecdfbb 10651cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10652/* end confdefs.h. */
10653
81ecdfbb
RW
10654/* Override any GCC internal prototype to avoid an error.
10655 Use char because int might match the return type of a GCC
10656 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10657#ifdef __cplusplus
10658extern "C"
10659#endif
d7040cdb
SE
10660char shl_load ();
10661int
10662main ()
10663{
81ecdfbb 10664return shl_load ();
d7040cdb
SE
10665 ;
10666 return 0;
10667}
10668_ACEOF
81ecdfbb 10669if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10670 ac_cv_lib_dld_shl_load=yes
10671else
81ecdfbb 10672 ac_cv_lib_dld_shl_load=no
d7040cdb 10673fi
81ecdfbb
RW
10674rm -f core conftest.err conftest.$ac_objext \
10675 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10676LIBS=$ac_check_lib_save_LIBS
10677fi
81ecdfbb
RW
10678{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10679$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 10680if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
718a6fd8 10681 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 10682else
81ecdfbb 10683 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 10684if test "x$ac_cv_func_dlopen" = xyes; then :
81ecdfbb 10685 lt_cv_dlopen="dlopen"
d7040cdb 10686else
81ecdfbb
RW
10687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10688$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 10689if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb
RW
10690 $as_echo_n "(cached) " >&6
10691else
10692 ac_check_lib_save_LIBS=$LIBS
10693LIBS="-ldl $LIBS"
10694cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 10695/* end confdefs.h. */
d7040cdb 10696
81ecdfbb
RW
10697/* Override any GCC internal prototype to avoid an error.
10698 Use char because int might match the return type of a GCC
10699 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10700#ifdef __cplusplus
10701extern "C"
d7040cdb 10702#endif
d7040cdb 10703char dlopen ();
d7040cdb
SE
10704int
10705main ()
10706{
81ecdfbb 10707return dlopen ();
d7040cdb
SE
10708 ;
10709 return 0;
10710}
10711_ACEOF
81ecdfbb
RW
10712if ac_fn_c_try_link "$LINENO"; then :
10713 ac_cv_lib_dl_dlopen=yes
d7040cdb 10714else
81ecdfbb 10715 ac_cv_lib_dl_dlopen=no
d7040cdb 10716fi
81ecdfbb
RW
10717rm -f core conftest.err conftest.$ac_objext \
10718 conftest$ac_exeext conftest.$ac_ext
10719LIBS=$ac_check_lib_save_LIBS
d7040cdb 10720fi
81ecdfbb
RW
10721{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10722$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 10723if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
81ecdfbb 10724 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 10725else
81ecdfbb
RW
10726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10727$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 10728if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 10729 $as_echo_n "(cached) " >&6
d7040cdb
SE
10730else
10731 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
10732LIBS="-lsvld $LIBS"
10733cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10734/* end confdefs.h. */
10735
81ecdfbb
RW
10736/* Override any GCC internal prototype to avoid an error.
10737 Use char because int might match the return type of a GCC
10738 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10739#ifdef __cplusplus
10740extern "C"
10741#endif
d7040cdb
SE
10742char dlopen ();
10743int
10744main ()
10745{
81ecdfbb 10746return dlopen ();
d7040cdb
SE
10747 ;
10748 return 0;
10749}
10750_ACEOF
81ecdfbb
RW
10751if ac_fn_c_try_link "$LINENO"; then :
10752 ac_cv_lib_svld_dlopen=yes
d7040cdb 10753else
81ecdfbb 10754 ac_cv_lib_svld_dlopen=no
d7040cdb 10755fi
81ecdfbb
RW
10756rm -f core conftest.err conftest.$ac_objext \
10757 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10758LIBS=$ac_check_lib_save_LIBS
10759fi
81ecdfbb
RW
10760{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10761$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 10762if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
81ecdfbb 10763 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
d7040cdb 10764else
81ecdfbb
RW
10765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10766$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 10767if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 10768 $as_echo_n "(cached) " >&6
d7040cdb
SE
10769else
10770 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
10771LIBS="-ldld $LIBS"
10772cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10773/* end confdefs.h. */
10774
81ecdfbb
RW
10775/* Override any GCC internal prototype to avoid an error.
10776 Use char because int might match the return type of a GCC
10777 builtin and then its argument prototype would still apply. */
d7040cdb
SE
10778#ifdef __cplusplus
10779extern "C"
10780#endif
81ecdfbb 10781char dld_link ();
d7040cdb
SE
10782int
10783main ()
10784{
81ecdfbb 10785return dld_link ();
d7040cdb
SE
10786 ;
10787 return 0;
10788}
10789_ACEOF
81ecdfbb 10790if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
10791 ac_cv_lib_dld_dld_link=yes
10792else
81ecdfbb 10793 ac_cv_lib_dld_dld_link=no
d7040cdb 10794fi
81ecdfbb
RW
10795rm -f core conftest.err conftest.$ac_objext \
10796 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
10797LIBS=$ac_check_lib_save_LIBS
10798fi
81ecdfbb
RW
10799{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10800$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 10801if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
718a6fd8 10802 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
10803fi
10804
10805
10806fi
10807
10808
10809fi
10810
10811
10812fi
10813
10814
10815fi
10816
10817
10818fi
10819
10820 ;;
10821 esac
10822
10823 if test "x$lt_cv_dlopen" != xno; then
10824 enable_dlopen=yes
10825 else
10826 enable_dlopen=no
10827 fi
10828
10829 case $lt_cv_dlopen in
10830 dlopen)
10831 save_CPPFLAGS="$CPPFLAGS"
10832 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10833
10834 save_LDFLAGS="$LDFLAGS"
10835 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10836
10837 save_LIBS="$LIBS"
10838 LIBS="$lt_cv_dlopen_libs $LIBS"
10839
81ecdfbb
RW
10840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10841$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 10842if ${lt_cv_dlopen_self+:} false; then :
81ecdfbb 10843 $as_echo_n "(cached) " >&6
d7040cdb
SE
10844else
10845 if test "$cross_compiling" = yes; then :
10846 lt_cv_dlopen_self=cross
10847else
10848 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10849 lt_status=$lt_dlunknown
10850 cat > conftest.$ac_ext <<_LT_EOF
6a6859cb 10851#line 10851 "configure"
d7040cdb
SE
10852#include "confdefs.h"
10853
10854#if HAVE_DLFCN_H
10855#include <dlfcn.h>
10856#endif
10857
10858#include <stdio.h>
10859
10860#ifdef RTLD_GLOBAL
10861# define LT_DLGLOBAL RTLD_GLOBAL
10862#else
10863# ifdef DL_GLOBAL
10864# define LT_DLGLOBAL DL_GLOBAL
10865# else
10866# define LT_DLGLOBAL 0
10867# endif
10868#endif
10869
10870/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10871 find out it does not work in some platform. */
10872#ifndef LT_DLLAZY_OR_NOW
10873# ifdef RTLD_LAZY
10874# define LT_DLLAZY_OR_NOW RTLD_LAZY
10875# else
10876# ifdef DL_LAZY
10877# define LT_DLLAZY_OR_NOW DL_LAZY
10878# else
10879# ifdef RTLD_NOW
10880# define LT_DLLAZY_OR_NOW RTLD_NOW
10881# else
10882# ifdef DL_NOW
10883# define LT_DLLAZY_OR_NOW DL_NOW
10884# else
10885# define LT_DLLAZY_OR_NOW 0
10886# endif
10887# endif
10888# endif
10889# endif
10890#endif
10891
3725885a
RW
10892/* When -fvisbility=hidden is used, assume the code has been annotated
10893 correspondingly for the symbols needed. */
10894#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 10895void fnord () __attribute__((visibility("default")));
3725885a
RW
10896#endif
10897
f2c621e4 10898void fnord () { int i=42; }
d7040cdb
SE
10899int main ()
10900{
10901 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10902 int status = $lt_dlunknown;
10903
10904 if (self)
10905 {
10906 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
10907 else
10908 {
10909 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10910 else puts (dlerror ());
10911 }
d7040cdb
SE
10912 /* dlclose (self); */
10913 }
10914 else
10915 puts (dlerror ());
10916
718a6fd8 10917 return status;
d7040cdb
SE
10918}
10919_LT_EOF
81ecdfbb 10920 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
10921 (eval $ac_link) 2>&5
10922 ac_status=$?
81ecdfbb
RW
10923 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10924 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
10925 (./conftest; exit; ) >&5 2>/dev/null
10926 lt_status=$?
10927 case x$lt_status in
10928 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10929 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10930 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10931 esac
10932 else :
10933 # compilation failed
10934 lt_cv_dlopen_self=no
10935 fi
10936fi
10937rm -fr conftest*
10938
10939
10940fi
81ecdfbb
RW
10941{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10942$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
10943
10944 if test "x$lt_cv_dlopen_self" = xyes; then
10945 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
10946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10947$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 10948if ${lt_cv_dlopen_self_static+:} false; then :
81ecdfbb 10949 $as_echo_n "(cached) " >&6
d7040cdb
SE
10950else
10951 if test "$cross_compiling" = yes; then :
10952 lt_cv_dlopen_self_static=cross
10953else
10954 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10955 lt_status=$lt_dlunknown
10956 cat > conftest.$ac_ext <<_LT_EOF
6a6859cb 10957#line 10957 "configure"
d7040cdb
SE
10958#include "confdefs.h"
10959
10960#if HAVE_DLFCN_H
10961#include <dlfcn.h>
10962#endif
10963
10964#include <stdio.h>
10965
10966#ifdef RTLD_GLOBAL
10967# define LT_DLGLOBAL RTLD_GLOBAL
10968#else
10969# ifdef DL_GLOBAL
10970# define LT_DLGLOBAL DL_GLOBAL
10971# else
10972# define LT_DLGLOBAL 0
10973# endif
10974#endif
10975
10976/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10977 find out it does not work in some platform. */
10978#ifndef LT_DLLAZY_OR_NOW
10979# ifdef RTLD_LAZY
10980# define LT_DLLAZY_OR_NOW RTLD_LAZY
10981# else
10982# ifdef DL_LAZY
10983# define LT_DLLAZY_OR_NOW DL_LAZY
10984# else
10985# ifdef RTLD_NOW
10986# define LT_DLLAZY_OR_NOW RTLD_NOW
10987# else
10988# ifdef DL_NOW
10989# define LT_DLLAZY_OR_NOW DL_NOW
10990# else
10991# define LT_DLLAZY_OR_NOW 0
10992# endif
10993# endif
10994# endif
10995# endif
10996#endif
10997
3725885a
RW
10998/* When -fvisbility=hidden is used, assume the code has been annotated
10999 correspondingly for the symbols needed. */
11000#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11001void fnord () __attribute__((visibility("default")));
3725885a
RW
11002#endif
11003
f2c621e4 11004void fnord () { int i=42; }
d7040cdb
SE
11005int main ()
11006{
11007 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11008 int status = $lt_dlunknown;
11009
11010 if (self)
11011 {
11012 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11013 else
11014 {
11015 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11016 else puts (dlerror ());
11017 }
d7040cdb
SE
11018 /* dlclose (self); */
11019 }
11020 else
11021 puts (dlerror ());
11022
718a6fd8 11023 return status;
d7040cdb
SE
11024}
11025_LT_EOF
81ecdfbb 11026 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11027 (eval $ac_link) 2>&5
11028 ac_status=$?
81ecdfbb
RW
11029 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11030 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11031 (./conftest; exit; ) >&5 2>/dev/null
11032 lt_status=$?
11033 case x$lt_status in
11034 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11035 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11036 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11037 esac
11038 else :
11039 # compilation failed
11040 lt_cv_dlopen_self_static=no
11041 fi
11042fi
11043rm -fr conftest*
11044
11045
11046fi
81ecdfbb
RW
11047{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11048$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11049 fi
11050
11051 CPPFLAGS="$save_CPPFLAGS"
11052 LDFLAGS="$save_LDFLAGS"
11053 LIBS="$save_LIBS"
11054 ;;
11055 esac
11056
11057 case $lt_cv_dlopen_self in
11058 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11059 *) enable_dlopen_self=unknown ;;
11060 esac
11061
11062 case $lt_cv_dlopen_self_static in
11063 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11064 *) enable_dlopen_self_static=unknown ;;
11065 esac
11066fi
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084striplib=
11085old_striplib=
81ecdfbb
RW
11086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11087$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11088if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11089 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11090 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11092$as_echo "yes" >&6; }
d7040cdb
SE
11093else
11094# FIXME - insert some real tests, host_os isn't really good enough
11095 case $host_os in
11096 darwin*)
11097 if test -n "$STRIP" ; then
11098 striplib="$STRIP -x"
11099 old_striplib="$STRIP -S"
81ecdfbb
RW
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11101$as_echo "yes" >&6; }
d7040cdb 11102 else
81ecdfbb
RW
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11104$as_echo "no" >&6; }
d7040cdb
SE
11105 fi
11106 ;;
11107 *)
81ecdfbb
RW
11108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11109$as_echo "no" >&6; }
d7040cdb
SE
11110 ;;
11111 esac
11112fi
11113
11114
11115
11116
11117
11118
11119
11120
11121
11122
11123
11124
11125 # Report which library types will actually be built
81ecdfbb
RW
11126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11127$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11129$as_echo "$can_build_shared" >&6; }
d7040cdb 11130
81ecdfbb
RW
11131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11132$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11133 test "$can_build_shared" = "no" && enable_shared=no
11134
11135 # On AIX, shared libraries and static libraries use the same namespace, and
11136 # are all built from PIC.
11137 case $host_os in
11138 aix3*)
11139 test "$enable_shared" = yes && enable_static=no
11140 if test -n "$RANLIB"; then
11141 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11142 postinstall_cmds='$RANLIB $lib'
11143 fi
11144 ;;
11145
50e7d84b 11146 aix[4-9]*)
d7040cdb
SE
11147 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11148 test "$enable_shared" = yes && enable_static=no
11149 fi
11150 ;;
11151 esac
81ecdfbb
RW
11152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11153$as_echo "$enable_shared" >&6; }
d7040cdb 11154
81ecdfbb
RW
11155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11156$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11157 # Make sure either enable_shared or enable_static is yes.
11158 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11160$as_echo "$enable_static" >&6; }
d7040cdb
SE
11161
11162
11163
11164
11165fi
11166ac_ext=c
11167ac_cpp='$CPP $CPPFLAGS'
11168ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11169ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11170ac_compiler_gnu=$ac_cv_c_compiler_gnu
11171
11172CC="$lt_save_CC"
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
81ecdfbb 11186 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11187
11188
11189
11190
11191# Only expand once:
11192
11193
11194
b879806f
AM
11195# The tests for host and target for $enable_largefile require
11196# canonical names.
11197
11198
11199
11200# As the $enable_largefile decision depends on --enable-plugins we must set it
11201# even in directories otherwise not depending on the $plugins option.
11202
11203
11204 maybe_plugins=no
11205 for ac_header in dlfcn.h
11206do :
11207 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11208"
d0ac1c44 11209if test "x$ac_cv_header_dlfcn_h" = xyes; then :
b879806f
AM
11210 cat >>confdefs.h <<_ACEOF
11211#define HAVE_DLFCN_H 1
11212_ACEOF
11213 maybe_plugins=yes
11214fi
11215
11216done
11217
11218 for ac_header in windows.h
11219do :
11220 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11221"
d0ac1c44 11222if test "x$ac_cv_header_windows_h" = xyes; then :
b879806f
AM
11223 cat >>confdefs.h <<_ACEOF
11224#define HAVE_WINDOWS_H 1
11225_ACEOF
11226 maybe_plugins=yes
11227fi
11228
11229done
11230
11231
11232 # Check whether --enable-plugins was given.
11233if test "${enable_plugins+set}" = set; then :
11234 enableval=$enable_plugins; case "${enableval}" in
11235 no) plugins=no ;;
11236 *) plugins=yes
11237 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 11238 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
b879806f
AM
11239 fi ;;
11240 esac
11241else
11242 plugins=$maybe_plugins
11243
11244fi
11245
2974be62 11246 if test "$plugins" = "yes"; then
3cba8b6c
L
11247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11248$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 11249if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11250 $as_echo_n "(cached) " >&6
11251else
11252 ac_func_search_save_LIBS=$LIBS
11253cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11254/* end confdefs.h. */
11255
11256/* Override any GCC internal prototype to avoid an error.
11257 Use char because int might match the return type of a GCC
11258 builtin and then its argument prototype would still apply. */
11259#ifdef __cplusplus
11260extern "C"
11261#endif
3cba8b6c 11262char dlsym ();
2974be62
AM
11263int
11264main ()
11265{
3cba8b6c 11266return dlsym ();
2974be62
AM
11267 ;
11268 return 0;
11269}
11270_ACEOF
11271for ac_lib in '' dl; do
11272 if test -z "$ac_lib"; then
11273 ac_res="none required"
11274 else
11275 ac_res=-l$ac_lib
11276 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11277 fi
11278 if ac_fn_c_try_link "$LINENO"; then :
3cba8b6c 11279 ac_cv_search_dlsym=$ac_res
2974be62
AM
11280fi
11281rm -f core conftest.err conftest.$ac_objext \
11282 conftest$ac_exeext
d0ac1c44 11283 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11284 break
11285fi
11286done
d0ac1c44 11287if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11288
11289else
3cba8b6c 11290 ac_cv_search_dlsym=no
2974be62
AM
11291fi
11292rm conftest.$ac_ext
11293LIBS=$ac_func_search_save_LIBS
11294fi
3cba8b6c
L
11295{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11296$as_echo "$ac_cv_search_dlsym" >&6; }
11297ac_res=$ac_cv_search_dlsym
2974be62
AM
11298if test "$ac_res" != no; then :
11299 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11300
11301fi
11302
11303 fi
b879806f
AM
11304
11305
11306case "${host}" in
c8693053
RO
11307 sparc-*-solaris*|i?86-*-solaris*)
11308 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11309 # were mutually exclusive until Solaris 11.3. Without procfs support,
11310 # the bfd/ elf module cannot provide certain routines such as
11311 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11312 # explicitly requested large-file support through the
11313 # --enable-largefile switch, disable large-file support in favor of
11314 # procfs support.
11315 #
11316 # Check if <sys/procfs.h> is incompatible with large-file support.
11317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11318/* end confdefs.h. */
11319#define _FILE_OFFSET_BITS 64
11320#define _STRUCTURED_PROC 1
11321#include <sys/procfs.h>
11322int
11323main ()
11324{
11325
11326 ;
11327 return 0;
11328}
11329_ACEOF
11330if ac_fn_c_try_compile "$LINENO"; then :
11331 acx_cv_procfs_lfs=yes
11332else
11333 acx_cv_procfs_lfs=no
11334fi
11335rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11336 #
11337 # Forcefully disable large-file support only if necessary, gdb is in
11338 # tree and enabled.
11339 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11340 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11341 : ${enable_largefile="no"}
11342 if test "$plugins" = yes; then
11343 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11344plugin support disabled; require large-file support which is incompatible with GDB." >&5
11345$as_echo "$as_me: WARNING:
11346plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11347 plugins=no
11348 fi
11349 fi
11350 #
11351 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11352 # benefit of g++ 9+ which predefines it on Solaris.
11353 if test "$enable_largefile" = no; then
11354 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11355
11356 fi
b879806f
AM
11357 ;;
11358esac
11359
11360# Check whether --enable-largefile was given.
11361if test "${enable_largefile+set}" = set; then :
11362 enableval=$enable_largefile;
11363fi
11364
11365if test "$enable_largefile" != no; then
11366
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11368$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
d0ac1c44 11369if ${ac_cv_sys_largefile_CC+:} false; then :
b879806f
AM
11370 $as_echo_n "(cached) " >&6
11371else
11372 ac_cv_sys_largefile_CC=no
11373 if test "$GCC" != yes; then
11374 ac_save_CC=$CC
11375 while :; do
11376 # IRIX 6.2 and later do not support large files by default,
11377 # so use the C compiler's -n32 option if that helps.
11378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11379/* end confdefs.h. */
11380#include <sys/types.h>
11381 /* Check that off_t can represent 2**63 - 1 correctly.
11382 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11383 since some C++ compilers masquerading as C compilers
11384 incorrectly reject 9223372036854775807. */
e0b2a78c 11385#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
11386 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11387 && LARGE_OFF_T % 2147483647 == 1)
11388 ? 1 : -1];
11389int
11390main ()
11391{
11392
11393 ;
11394 return 0;
11395}
11396_ACEOF
11397 if ac_fn_c_try_compile "$LINENO"; then :
11398 break
11399fi
11400rm -f core conftest.err conftest.$ac_objext
11401 CC="$CC -n32"
11402 if ac_fn_c_try_compile "$LINENO"; then :
11403 ac_cv_sys_largefile_CC=' -n32'; break
11404fi
11405rm -f core conftest.err conftest.$ac_objext
11406 break
11407 done
11408 CC=$ac_save_CC
11409 rm -f conftest.$ac_ext
11410 fi
11411fi
11412{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11413$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11414 if test "$ac_cv_sys_largefile_CC" != no; then
11415 CC=$CC$ac_cv_sys_largefile_CC
11416 fi
11417
11418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11419$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
d0ac1c44 11420if ${ac_cv_sys_file_offset_bits+:} false; then :
b879806f
AM
11421 $as_echo_n "(cached) " >&6
11422else
11423 while :; do
11424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11425/* end confdefs.h. */
11426#include <sys/types.h>
11427 /* Check that off_t can represent 2**63 - 1 correctly.
11428 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11429 since some C++ compilers masquerading as C compilers
11430 incorrectly reject 9223372036854775807. */
e0b2a78c 11431#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
11432 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11433 && LARGE_OFF_T % 2147483647 == 1)
11434 ? 1 : -1];
11435int
11436main ()
11437{
11438
11439 ;
11440 return 0;
11441}
11442_ACEOF
11443if ac_fn_c_try_compile "$LINENO"; then :
11444 ac_cv_sys_file_offset_bits=no; break
11445fi
11446rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11448/* end confdefs.h. */
11449#define _FILE_OFFSET_BITS 64
11450#include <sys/types.h>
11451 /* Check that off_t can represent 2**63 - 1 correctly.
11452 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11453 since some C++ compilers masquerading as C compilers
11454 incorrectly reject 9223372036854775807. */
e0b2a78c 11455#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
11456 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11457 && LARGE_OFF_T % 2147483647 == 1)
11458 ? 1 : -1];
11459int
11460main ()
11461{
11462
11463 ;
11464 return 0;
11465}
11466_ACEOF
11467if ac_fn_c_try_compile "$LINENO"; then :
11468 ac_cv_sys_file_offset_bits=64; break
11469fi
11470rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11471 ac_cv_sys_file_offset_bits=unknown
11472 break
11473done
11474fi
11475{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11476$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11477case $ac_cv_sys_file_offset_bits in #(
11478 no | unknown) ;;
11479 *)
11480cat >>confdefs.h <<_ACEOF
11481#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11482_ACEOF
11483;;
11484esac
11485rm -rf conftest*
11486 if test $ac_cv_sys_file_offset_bits = unknown; then
11487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11488$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
d0ac1c44 11489if ${ac_cv_sys_large_files+:} false; then :
b879806f
AM
11490 $as_echo_n "(cached) " >&6
11491else
11492 while :; do
11493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11494/* end confdefs.h. */
11495#include <sys/types.h>
11496 /* Check that off_t can represent 2**63 - 1 correctly.
11497 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11498 since some C++ compilers masquerading as C compilers
11499 incorrectly reject 9223372036854775807. */
e0b2a78c 11500#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
11501 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11502 && LARGE_OFF_T % 2147483647 == 1)
11503 ? 1 : -1];
11504int
11505main ()
11506{
11507
11508 ;
11509 return 0;
11510}
11511_ACEOF
11512if ac_fn_c_try_compile "$LINENO"; then :
11513 ac_cv_sys_large_files=no; break
11514fi
11515rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11517/* end confdefs.h. */
11518#define _LARGE_FILES 1
11519#include <sys/types.h>
11520 /* Check that off_t can represent 2**63 - 1 correctly.
11521 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11522 since some C++ compilers masquerading as C compilers
11523 incorrectly reject 9223372036854775807. */
e0b2a78c 11524#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
11525 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11526 && LARGE_OFF_T % 2147483647 == 1)
11527 ? 1 : -1];
11528int
11529main ()
11530{
11531
11532 ;
11533 return 0;
11534}
11535_ACEOF
11536if ac_fn_c_try_compile "$LINENO"; then :
11537 ac_cv_sys_large_files=1; break
11538fi
11539rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11540 ac_cv_sys_large_files=unknown
11541 break
11542done
11543fi
11544{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11545$as_echo "$ac_cv_sys_large_files" >&6; }
11546case $ac_cv_sys_large_files in #(
11547 no | unknown) ;;
11548 *)
11549cat >>confdefs.h <<_ACEOF
11550#define _LARGE_FILES $ac_cv_sys_large_files
11551_ACEOF
11552;;
11553esac
11554rm -rf conftest*
11555 fi
d0ac1c44
SM
11556
11557
b879806f
AM
11558fi
11559
11560
11561
43e05cd4
AM
11562ac_checking=
11563. ${srcdir}/../bfd/development.sh
11564test "$development" = true && ac_checking=yes
11565# Check whether --enable-checking was given.
11566if test "${enable_checking+set}" = set; then :
11567 enableval=$enable_checking; case "${enableval}" in
11568 no|none) ac_checking= ;;
11569 *) ac_checking=yes ;;
11570esac
11571fi
11572if test x$ac_checking != x ; then
11573
11574$as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11575
11576fi
11577
81ecdfbb
RW
11578# Check whether --enable-targets was given.
11579if test "${enable_targets+set}" = set; then :
11580 enableval=$enable_targets; case "${enableval}" in
d0ac1c44 11581 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
11582 ;;
11583 no) enable_targets= ;;
11584 *) enable_targets=$enableval ;;
11585esac
81ecdfbb
RW
11586fi
11587
e6f6aa8d 11588
9cb80f72
RM
11589# Check whether --enable-deterministic-archives was given.
11590if test "${enable_deterministic_archives+set}" = set; then :
11591 enableval=$enable_deterministic_archives;
11592if test "${enableval}" = no; then
11593 default_ar_deterministic=0
11594else
11595 default_ar_deterministic=1
11596fi
11597else
11598 default_ar_deterministic=0
11599fi
11600
11601
11602
11603cat >>confdefs.h <<_ACEOF
11604#define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11605_ACEOF
11606
11607
e6f6aa8d 11608
7fac9594
NC
11609# Check whether --enable-default-strings-all was given.
11610if test "${enable_default_strings_all+set}" = set; then :
11611 enableval=$enable_default_strings_all;
11612if test "${enableval}" = no; then
11613 default_strings_all=0
11614else
11615 default_strings_all=1
11616fi
11617else
11618 default_strings_all=1
11619fi
11620
11621
11622
e6f6aa8d
NC
11623cat >>confdefs.h <<_ACEOF
11624#define DEFAULT_STRINGS_ALL $default_strings_all
11625_ACEOF
11626
11627
11628
11629# Check whether --enable-f-for-ifunc-symbols was given.
11630if test "${enable_f_for_ifunc_symbols+set}" = set; then :
11631 enableval=$enable_f_for_ifunc_symbols;
11632if test "${enableval}" = no; then
11633 default_f_for_ifunc=0
11634else
11635 default_f_for_ifunc=1
11636fi
11637else
11638 default_f_for_ifunc=0
11639fi
11640
11641
11642
11643cat >>confdefs.h <<_ACEOF
11644#define DEFAULT_F_FOR_IFUNC_SYMBOLS $default_f_for_ifunc
11645_ACEOF
11646
11647
11648
c46b7066
NC
11649# Check whether --enable-follow-debug-links was given.
11650if test "${enable_follow_debug_links+set}" = set; then :
11651 enableval=$enable_follow_debug_links;
11652if test "${enableval}" = no; then
11653 default_for_follow_links=0
11654else
11655 default_for_follow_links=1
11656fi
11657else
11658 default_for_follow_links=1
11659fi
11660
11661
11662
11663cat >>confdefs.h <<_ACEOF
11664#define DEFAULT_FOR_FOLLOW_LINKS $default_for_follow_links
11665_ACEOF
11666
11667
11668
11669
f6720b1c 11670
18bf5643
NC
11671# Check whether --enable-colored-disassembly was given.
11672if test "${enable_colored_disassembly+set}" = set; then :
11673 enableval=$enable_colored_disassembly;
11674if test "${enableval}" = no; then
11675 default_for_colored_disassembly=0
11676else
11677 default_for_colored_disassembly=1
11678fi
11679else
11680 default_for_colored_disassembly=0
11681fi
11682
11683
11684
11685cat >>confdefs.h <<_ACEOF
11686#define DEFAULT_FOR_COLORED_DISASSEMBLY $default_for_colored_disassembly
11687_ACEOF
11688
11689
11690
11691
11692
f6720b1c
AM
11693
11694
11695
11696
11697
11698if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
11699 if test -n "$ac_tool_prefix"; then
11700 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
11701set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
11702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11703$as_echo_n "checking for $ac_word... " >&6; }
11704if ${ac_cv_path_PKG_CONFIG+:} false; then :
11705 $as_echo_n "(cached) " >&6
11706else
11707 case $PKG_CONFIG in
11708 [\\/]* | ?:[\\/]*)
11709 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11710 ;;
11711 *)
11712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11713for as_dir in $PATH
11714do
11715 IFS=$as_save_IFS
11716 test -z "$as_dir" && as_dir=.
11717 for ac_exec_ext in '' $ac_executable_extensions; do
11718 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11719 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11720 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11721 break 2
11722 fi
11723done
11724 done
11725IFS=$as_save_IFS
11726
11727 ;;
11728esac
11729fi
11730PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11731if test -n "$PKG_CONFIG"; then
11732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
11733$as_echo "$PKG_CONFIG" >&6; }
11734else
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11736$as_echo "no" >&6; }
11737fi
11738
11739
11740fi
11741if test -z "$ac_cv_path_PKG_CONFIG"; then
11742 ac_pt_PKG_CONFIG=$PKG_CONFIG
11743 # Extract the first word of "pkg-config", so it can be a program name with args.
11744set dummy pkg-config; ac_word=$2
11745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11746$as_echo_n "checking for $ac_word... " >&6; }
11747if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
11748 $as_echo_n "(cached) " >&6
11749else
11750 case $ac_pt_PKG_CONFIG in
11751 [\\/]* | ?:[\\/]*)
11752 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
11753 ;;
11754 *)
11755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11756for as_dir in $PATH
11757do
11758 IFS=$as_save_IFS
11759 test -z "$as_dir" && as_dir=.
11760 for ac_exec_ext in '' $ac_executable_extensions; do
11761 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11762 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11764 break 2
11765 fi
11766done
11767 done
11768IFS=$as_save_IFS
11769
11770 ;;
11771esac
11772fi
11773ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
11774if test -n "$ac_pt_PKG_CONFIG"; then
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
11776$as_echo "$ac_pt_PKG_CONFIG" >&6; }
11777else
11778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11779$as_echo "no" >&6; }
11780fi
11781
11782 if test "x$ac_pt_PKG_CONFIG" = x; then
11783 PKG_CONFIG=""
11784 else
11785 case $cross_compiling:$ac_tool_warned in
11786yes:)
11787{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11788$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11789ac_tool_warned=yes ;;
11790esac
11791 PKG_CONFIG=$ac_pt_PKG_CONFIG
11792 fi
11793else
11794 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
11795fi
11796
11797fi
11798if test -n "$PKG_CONFIG"; then
11799 _pkg_min_version=0.9.0
11800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
11801$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
11802 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
11803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11804$as_echo "yes" >&6; }
11805 else
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11807$as_echo "no" >&6; }
11808 PKG_CONFIG=""
11809 fi
11810fi
11811
11812# Handle optional debuginfod support
301a9420
AM
11813
11814# Check whether --with-debuginfod was given.
11815if test "${with_debuginfod+set}" = set; then :
11816 withval=$with_debuginfod;
11817else
11818 with_debuginfod=auto
11819fi
11820
11821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use debuginfod" >&5
11822$as_echo_n "checking whether to use debuginfod... " >&6; }
11823{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_debuginfod" >&5
11824$as_echo "$with_debuginfod" >&6; }
11825
f6720b1c 11826if test "x$with_debuginfod" != xno; then
301a9420 11827
f6720b1c
AM
11828pkg_failed=no
11829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libdebuginfod >= 0.179" >&5
11830$as_echo_n "checking for libdebuginfod >= 0.179... " >&6; }
11831
11832if test -n "$DEBUGINFOD_CFLAGS"; then
11833 pkg_cv_DEBUGINFOD_CFLAGS="$DEBUGINFOD_CFLAGS"
11834 elif test -n "$PKG_CONFIG"; then
11835 if test -n "$PKG_CONFIG" && \
11836 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
11837 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
11838 ac_status=$?
11839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11840 test $ac_status = 0; }; then
11841 pkg_cv_DEBUGINFOD_CFLAGS=`$PKG_CONFIG --cflags "libdebuginfod >= 0.179" 2>/dev/null`
11842 test "x$?" != "x0" && pkg_failed=yes
301a9420 11843else
f6720b1c 11844 pkg_failed=yes
301a9420 11845fi
f6720b1c
AM
11846 else
11847 pkg_failed=untried
301a9420 11848fi
f6720b1c
AM
11849if test -n "$DEBUGINFOD_LIBS"; then
11850 pkg_cv_DEBUGINFOD_LIBS="$DEBUGINFOD_LIBS"
11851 elif test -n "$PKG_CONFIG"; then
11852 if test -n "$PKG_CONFIG" && \
11853 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
11854 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
11855 ac_status=$?
11856 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11857 test $ac_status = 0; }; then
11858 pkg_cv_DEBUGINFOD_LIBS=`$PKG_CONFIG --libs "libdebuginfod >= 0.179" 2>/dev/null`
11859 test "x$?" != "x0" && pkg_failed=yes
11860else
11861 pkg_failed=yes
301a9420 11862fi
f6720b1c
AM
11863 else
11864 pkg_failed=untried
301a9420
AM
11865fi
11866
377170fa
L
11867if test $pkg_failed = no; then
11868 pkg_save_LDFLAGS="$LDFLAGS"
11869 LDFLAGS="$LDFLAGS $pkg_cv_DEBUGINFOD_LIBS"
11870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d70f978b
L
11871/* end confdefs.h. */
11872
11873int
11874main ()
11875{
377170fa 11876
d70f978b
L
11877 ;
11878 return 0;
11879}
11880_ACEOF
11881if ac_fn_c_try_link "$LINENO"; then :
377170fa 11882
d70f978b
L
11883else
11884 pkg_failed=yes
11885fi
11886rm -f core conftest.err conftest.$ac_objext \
11887 conftest$ac_exeext conftest.$ac_ext
377170fa
L
11888 LDFLAGS=$pkg_save_LDFLAGS
11889fi
d70f978b 11890
301a9420 11891
301a9420 11892
f6720b1c
AM
11893if test $pkg_failed = yes; then
11894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11895$as_echo "no" >&6; }
301a9420 11896
f6720b1c
AM
11897if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11898 _pkg_short_errors_supported=yes
11899else
11900 _pkg_short_errors_supported=no
11901fi
11902 if test $_pkg_short_errors_supported = yes; then
11903 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
11904 else
11905 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
11906 fi
11907 # Put the nasty error message in config.log where it belongs
11908 echo "$DEBUGINFOD_PKG_ERRORS" >&5
301a9420 11909
f6720b1c
AM
11910 if test "x$with_debuginfod" = xyes; then
11911 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
11912 else
11913 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
11914$as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
11915 fi
11916elif test $pkg_failed = untried; then
11917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11918$as_echo "no" >&6; }
11919 if test "x$with_debuginfod" = xyes; then
11920 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
11921 else
11922 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
11923$as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
11924 fi
11925else
11926 DEBUGINFOD_CFLAGS=$pkg_cv_DEBUGINFOD_CFLAGS
11927 DEBUGINFOD_LIBS=$pkg_cv_DEBUGINFOD_LIBS
11928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11929$as_echo "yes" >&6; }
11930
11931$as_echo "#define HAVE_LIBDEBUGINFOD 1" >>confdefs.h
11932
11933fi
11934else
11935 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod support disabled; some features may be unavailable." >&5
11936$as_echo "$as_me: WARNING: debuginfod support disabled; some features may be unavailable." >&2;}
301a9420
AM
11937fi
11938
11939
094e34f2
NA
11940 # Check whether --enable-libctf was given.
11941if test "${enable_libctf+set}" = set; then :
11942 enableval=$enable_libctf;
11943 case "$enableval" in
11944 yes|no) ;;
11945 *) as_fn_error $? "Argument to enable/disable libctf must be yes or no" "$LINENO" 5 ;;
11946 esac
11947
11948else
11949 enable_libctf=yes
11950fi
11951
11952
11953if test "${enable_libctf}" = yes; then
11954
11955$as_echo "#define ENABLE_LIBCTF 1" >>confdefs.h
11956
11957fi
11958 if test "${enable_libctf}" = yes; then
11959 ENABLE_LIBCTF_TRUE=
11960 ENABLE_LIBCTF_FALSE='#'
11961else
11962 ENABLE_LIBCTF_TRUE='#'
11963 ENABLE_LIBCTF_FALSE=
11964fi
11965
11966
d7040cdb 11967
270c9937
JB
11968# Set the 'development' global.
11969. $srcdir/../bfd/development.sh
11970
c5da1932
VZ
11971# Set acp_cpp_for_build variable
11972ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11973
9780e045 11974# Default set of GCC warnings to enable.
397841b5 11975GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 11976GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
11977
11978# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
397841b5
AM
11979cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11980/* end confdefs.h. */
11981__GNUC__
11982_ACEOF
11983if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11984 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
397841b5
AM
11985
11986else
11987 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11988fi
11989rm -f conftest*
11990
d7040cdb 11991
9780e045
NC
11992# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11993cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11994/* end confdefs.h. */
11995__GNUC__
11996_ACEOF
11997if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 11998 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
9780e045
NC
11999
12000else
491cf317
TO
12001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12002/* end confdefs.h. */
12003__clang__
12004_ACEOF
12005if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12006 $EGREP "^__clang__$" >/dev/null 2>&1; then :
9780e045
NC
12007 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12008fi
12009rm -f conftest*
12010
491cf317
TO
12011fi
12012rm -f conftest*
12013
9780e045 12014
6757cf57
TS
12015# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12016WARN_WRITE_STRINGS=""
12017cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12018/* end confdefs.h. */
12019__GNUC__
12020_ACEOF
12021if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12022 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
6757cf57
TS
12023
12024else
12025 WARN_WRITE_STRINGS="-Wwrite-strings"
12026fi
12027rm -f conftest*
12028
9780e045 12029
96fe4562 12030# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
12031
12032# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12033cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12034/* end confdefs.h. */
12035__GNUC__
12036_ACEOF
12037if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12038 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12039
12040else
12041 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12042fi
12043rm -f conftest*
12044
12045
12046# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12047cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12048/* end confdefs.h. */
12049__GNUC__
12050_ACEOF
12051if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12052 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12053
12054else
491cf317
TO
12055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12056/* end confdefs.h. */
12057__clang__
12058_ACEOF
12059if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12060 $EGREP "^__clang__$" >/dev/null 2>&1; then :
c5da1932
VZ
12061 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12062fi
12063rm -f conftest*
12064
491cf317
TO
12065fi
12066rm -f conftest*
12067
c5da1932 12068
81ecdfbb
RW
12069# Check whether --enable-werror was given.
12070if test "${enable_werror+set}" = set; then :
12071 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
12072 yes | y) ERROR_ON_WARNING="yes" ;;
12073 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 12074 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 12075 esac
81ecdfbb
RW
12076fi
12077
d7040cdb 12078
397841b5 12079# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
12080case "${host}" in
12081 *-*-mingw32*)
12082 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12083 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 12084 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
12085 fi
12086 ;;
12087 *) ;;
12088esac
12089
270c9937
JB
12090# Enable -Werror by default when using gcc. Turn it off for releases.
12091if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
12092 ERROR_ON_WARNING=yes
12093fi
12094
12095NO_WERROR=
12096if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 12097 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 12098 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
d7040cdb
SE
12099 NO_WERROR="-Wno-error"
12100fi
12101
12102if test "${GCC}" = yes ; then
12103 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 12104 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
d7040cdb
SE
12105fi
12106
81ecdfbb
RW
12107# Check whether --enable-build-warnings was given.
12108if test "${enable_build_warnings+set}" = set; then :
12109 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
12110 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12111 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
d7040cdb
SE
12112 no) if test "${GCC}" = yes ; then
12113 WARN_CFLAGS="-w"
c5da1932 12114 WARN_CFLAGS_FOR_BUILD="-w"
d7040cdb
SE
12115 fi;;
12116 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12117 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12118 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
d7040cdb 12119 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12120 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12121 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12122 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12123 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
d7040cdb 12124esac
81ecdfbb
RW
12125fi
12126
d7040cdb
SE
12127
12128if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12129 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12130fi
12131
12132
12133
12134
12135
6757cf57 12136
c5da1932 12137
81ecdfbb 12138ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12139
12140
df7b86aa
NC
12141
12142
d7040cdb 12143if test -z "$target" ; then
d0ac1c44 12144 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12145fi
12146if test -z "$host" ; then
d0ac1c44 12147 as_fn_error $? "Unrecognized host system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12148fi
12149
12150for ac_prog in 'bison -y' byacc
12151do
12152 # Extract the first word of "$ac_prog", so it can be a program name with args.
12153set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12154{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12155$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12156if ${ac_cv_prog_YACC+:} false; then :
81ecdfbb 12157 $as_echo_n "(cached) " >&6
d7040cdb
SE
12158else
12159 if test -n "$YACC"; then
12160 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12161else
12162as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12163for as_dir in $PATH
12164do
12165 IFS=$as_save_IFS
12166 test -z "$as_dir" && as_dir=.
81ecdfbb 12167 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12168 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12169 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 12170 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12171 break 2
12172 fi
12173done
81ecdfbb
RW
12174 done
12175IFS=$as_save_IFS
d7040cdb
SE
12176
12177fi
12178fi
12179YACC=$ac_cv_prog_YACC
12180if test -n "$YACC"; then
81ecdfbb
RW
12181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12182$as_echo "$YACC" >&6; }
d7040cdb 12183else
81ecdfbb
RW
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12185$as_echo "no" >&6; }
d7040cdb
SE
12186fi
12187
81ecdfbb 12188
d7040cdb
SE
12189 test -n "$YACC" && break
12190done
12191test -n "$YACC" || YACC="yacc"
12192
12193for ac_prog in flex lex
12194do
12195 # Extract the first word of "$ac_prog", so it can be a program name with args.
12196set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12198$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12199if ${ac_cv_prog_LEX+:} false; then :
81ecdfbb 12200 $as_echo_n "(cached) " >&6
d7040cdb
SE
12201else
12202 if test -n "$LEX"; then
12203 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12204else
12205as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12206for as_dir in $PATH
12207do
12208 IFS=$as_save_IFS
12209 test -z "$as_dir" && as_dir=.
81ecdfbb 12210 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12211 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12212 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 12213 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12214 break 2
12215 fi
12216done
81ecdfbb
RW
12217 done
12218IFS=$as_save_IFS
d7040cdb
SE
12219
12220fi
12221fi
12222LEX=$ac_cv_prog_LEX
12223if test -n "$LEX"; then
81ecdfbb
RW
12224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12225$as_echo "$LEX" >&6; }
d7040cdb 12226else
81ecdfbb
RW
12227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12228$as_echo "no" >&6; }
d7040cdb
SE
12229fi
12230
81ecdfbb 12231
d7040cdb
SE
12232 test -n "$LEX" && break
12233done
12234test -n "$LEX" || LEX=":"
12235
3d961d0d
AM
12236case "$LEX" in
12237 :|*"missing "*) ;;
12238 *) cat >conftest.l <<_ACEOF
81ecdfbb
RW
12239%%
12240a { ECHO; }
12241b { REJECT; }
12242c { yymore (); }
12243d { yyless (1); }
d0ac1c44
SM
12244e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12245 yyless ((input () != 0)); }
81ecdfbb
RW
12246f { unput (yytext[0]); }
12247. { BEGIN INITIAL; }
12248%%
12249#ifdef YYTEXT_POINTER
12250extern char *yytext;
d7040cdb 12251#endif
d7040cdb 12252int
81ecdfbb 12253main (void)
d7040cdb 12254{
81ecdfbb 12255 return ! yylex () + ! yywrap ();
d7040cdb
SE
12256}
12257_ACEOF
81ecdfbb
RW
12258{ { ac_try="$LEX conftest.l"
12259case "(($ac_try" in
12260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12261 *) ac_try_echo=$ac_try;;
12262esac
12263eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12264$as_echo "$ac_try_echo"; } >&5
12265 (eval "$LEX conftest.l") 2>&5
d7040cdb 12266 ac_status=$?
81ecdfbb
RW
12267 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12268 test $ac_status = 0; }
12269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12270$as_echo_n "checking lex output file root... " >&6; }
d0ac1c44 12271if ${ac_cv_prog_lex_root+:} false; then :
81ecdfbb 12272 $as_echo_n "(cached) " >&6
d7040cdb 12273else
d7040cdb 12274
81ecdfbb
RW
12275if test -f lex.yy.c; then
12276 ac_cv_prog_lex_root=lex.yy
12277elif test -f lexyy.c; then
12278 ac_cv_prog_lex_root=lexyy
12279else
d0ac1c44 12280 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
d7040cdb 12281fi
d7040cdb 12282fi
81ecdfbb
RW
12283{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12284$as_echo "$ac_cv_prog_lex_root" >&6; }
12285LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 12286
81ecdfbb
RW
12287if test -z "${LEXLIB+set}"; then
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12289$as_echo_n "checking lex library... " >&6; }
d0ac1c44 12290if ${ac_cv_lib_lex+:} false; then :
81ecdfbb 12291 $as_echo_n "(cached) " >&6
d7040cdb 12292else
d7040cdb 12293
81ecdfbb
RW
12294 ac_save_LIBS=$LIBS
12295 ac_cv_lib_lex='none needed'
12296 for ac_lib in '' -lfl -ll; do
12297 LIBS="$ac_lib $ac_save_LIBS"
12298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12299/* end confdefs.h. */
12300`cat $LEX_OUTPUT_ROOT.c`
12301_ACEOF
12302if ac_fn_c_try_link "$LINENO"; then :
12303 ac_cv_lib_lex=$ac_lib
d7040cdb 12304fi
81ecdfbb
RW
12305rm -f core conftest.err conftest.$ac_objext \
12306 conftest$ac_exeext conftest.$ac_ext
12307 test "$ac_cv_lib_lex" != 'none needed' && break
12308 done
12309 LIBS=$ac_save_LIBS
d7040cdb
SE
12310
12311fi
81ecdfbb
RW
12312{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12313$as_echo "$ac_cv_lib_lex" >&6; }
12314 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
12315fi
12316
d7040cdb 12317
81ecdfbb
RW
12318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12319$as_echo_n "checking whether yytext is a pointer... " >&6; }
d0ac1c44 12320if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
81ecdfbb 12321 $as_echo_n "(cached) " >&6
d7040cdb
SE
12322else
12323 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 12324# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
12325# not all implementations provide the %pointer and %array declarations.
12326ac_cv_prog_lex_yytext_pointer=no
d7040cdb 12327ac_save_LIBS=$LIBS
81ecdfbb
RW
12328LIBS="$LEXLIB $ac_save_LIBS"
12329cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12330/* end confdefs.h. */
d0ac1c44
SM
12331
12332 #define YYTEXT_POINTER 1
d7040cdb
SE
12333`cat $LEX_OUTPUT_ROOT.c`
12334_ACEOF
81ecdfbb 12335if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 12336 ac_cv_prog_lex_yytext_pointer=yes
d7040cdb 12337fi
81ecdfbb
RW
12338rm -f core conftest.err conftest.$ac_objext \
12339 conftest$ac_exeext conftest.$ac_ext
d7040cdb 12340LIBS=$ac_save_LIBS
d7040cdb
SE
12341
12342fi
81ecdfbb
RW
12343{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12344$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb
SE
12345if test $ac_cv_prog_lex_yytext_pointer = yes; then
12346
81ecdfbb 12347$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
d7040cdb
SE
12348
12349fi
81ecdfbb 12350rm -f conftest.l $LEX_OUTPUT_ROOT.c
3d961d0d
AM
12351 ;;
12352esac
d7040cdb
SE
12353if test "$LEX" = :; then
12354 LEX=${am_missing_run}flex
12355fi
12356
e184813f 12357ALL_LINGUAS="bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW"
d7040cdb
SE
12358# If we haven't got the data from the intl directory,
12359# assume NLS is disabled.
12360USE_NLS=no
12361LIBINTL=
12362LIBINTL_DEP=
12363INCINTL=
12364XGETTEXT=
12365GMSGFMT=
12366POSUB=
12367
12368if test -f ../intl/config.intl; then
12369 . ../intl/config.intl
12370fi
81ecdfbb
RW
12371{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12372$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12373if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12375$as_echo "no" >&6; }
d7040cdb 12376else
81ecdfbb
RW
12377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12378$as_echo "yes" >&6; }
d7040cdb 12379
81ecdfbb 12380$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
12381
12382
81ecdfbb
RW
12383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12384$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12385 # Look for .po and .gmo files in the source directory.
12386 CATALOGS=
12387 XLINGUAS=
12388 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12389 # If there aren't any .gmo files the shell will give us the
12390 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12391 # weeded out.
12392 case "$cat" in *\**)
12393 continue;;
12394 esac
12395 # The quadruple backslash is collapsed to a double backslash
12396 # by the backticks, then collapsed again by the double quotes,
12397 # leaving us with one backslash in the sed expression (right
12398 # before the dot that mustn't act as a wildcard).
12399 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12400 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12401 # The user is allowed to set LINGUAS to a list of languages to
12402 # install catalogs for. If it's empty that means "all of them."
12403 if test "x$LINGUAS" = x; then
12404 CATALOGS="$CATALOGS $cat"
12405 XLINGUAS="$XLINGUAS $lang"
12406 else
12407 case "$LINGUAS" in *$lang*)
12408 CATALOGS="$CATALOGS $cat"
12409 XLINGUAS="$XLINGUAS $lang"
12410 ;;
12411 esac
12412 fi
12413 done
12414 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12416$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
12417
12418
12419 DATADIRNAME=share
12420
12421 INSTOBJEXT=.mo
12422
12423 GENCAT=gencat
12424
12425 CATOBJEXT=.gmo
12426
12427fi
12428
12429 MKINSTALLDIRS=
12430 if test -n "$ac_aux_dir"; then
12431 case "$ac_aux_dir" in
12432 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12433 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12434 esac
12435 fi
12436 if test -z "$MKINSTALLDIRS"; then
12437 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12438 fi
12439
12440
12441
81ecdfbb
RW
12442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12443$as_echo_n "checking whether NLS is requested... " >&6; }
12444 # Check whether --enable-nls was given.
12445if test "${enable_nls+set}" = set; then :
12446 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
12447else
12448 USE_NLS=yes
81ecdfbb
RW
12449fi
12450
12451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12452$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
12453
12454
12455
12456
12457
12458
12459# Prepare PATH_SEPARATOR.
12460# The user is always right.
12461if test "${PATH_SEPARATOR+set}" != set; then
12462 echo "#! /bin/sh" >conf$$.sh
12463 echo "exit 0" >>conf$$.sh
12464 chmod +x conf$$.sh
12465 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12466 PATH_SEPARATOR=';'
12467 else
12468 PATH_SEPARATOR=:
12469 fi
12470 rm -f conf$$.sh
12471fi
12472
12473# Find out how to test for executable files. Don't use a zero-byte file,
12474# as systems may use methods other than mode bits to determine executability.
12475cat >conf$$.file <<_ASEOF
12476#! /bin/sh
12477exit 0
12478_ASEOF
12479chmod +x conf$$.file
12480if test -x conf$$.file >/dev/null 2>&1; then
12481 ac_executable_p="test -x"
12482else
12483 ac_executable_p="test -f"
12484fi
12485rm -f conf$$.file
12486
12487# Extract the first word of "msgfmt", so it can be a program name with args.
12488set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12489{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12490$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12491if ${ac_cv_path_MSGFMT+:} false; then :
81ecdfbb 12492 $as_echo_n "(cached) " >&6
d7040cdb
SE
12493else
12494 case "$MSGFMT" in
12495 [\\/]* | ?:[\\/]*)
12496 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12497 ;;
12498 *)
12499 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12500 for ac_dir in $PATH; do
12501 IFS="$ac_save_IFS"
12502 test -z "$ac_dir" && ac_dir=.
12503 for ac_exec_ext in '' $ac_executable_extensions; do
12504 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12505 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12506 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12507 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12508 break 2
12509 fi
12510 fi
12511 done
12512 done
12513 IFS="$ac_save_IFS"
12514 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12515 ;;
12516esac
12517fi
12518MSGFMT="$ac_cv_path_MSGFMT"
12519if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12521$as_echo "$MSGFMT" >&6; }
d7040cdb 12522else
81ecdfbb
RW
12523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12524$as_echo "no" >&6; }
d7040cdb
SE
12525fi
12526
12527 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12528set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12530$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12531if ${ac_cv_path_GMSGFMT+:} false; then :
81ecdfbb 12532 $as_echo_n "(cached) " >&6
d7040cdb
SE
12533else
12534 case $GMSGFMT in
12535 [\\/]* | ?:[\\/]*)
12536 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12537 ;;
12538 *)
12539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12540for as_dir in $PATH
12541do
12542 IFS=$as_save_IFS
12543 test -z "$as_dir" && as_dir=.
81ecdfbb 12544 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12545 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12546 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12548 break 2
12549 fi
12550done
81ecdfbb
RW
12551 done
12552IFS=$as_save_IFS
d7040cdb
SE
12553
12554 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12555 ;;
12556esac
12557fi
12558GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12559if test -n "$GMSGFMT"; then
81ecdfbb
RW
12560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12561$as_echo "$GMSGFMT" >&6; }
d7040cdb 12562else
81ecdfbb
RW
12563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12564$as_echo "no" >&6; }
d7040cdb
SE
12565fi
12566
12567
12568
81ecdfbb 12569
d7040cdb
SE
12570# Prepare PATH_SEPARATOR.
12571# The user is always right.
12572if test "${PATH_SEPARATOR+set}" != set; then
12573 echo "#! /bin/sh" >conf$$.sh
12574 echo "exit 0" >>conf$$.sh
12575 chmod +x conf$$.sh
12576 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12577 PATH_SEPARATOR=';'
12578 else
12579 PATH_SEPARATOR=:
12580 fi
12581 rm -f conf$$.sh
12582fi
12583
12584# Find out how to test for executable files. Don't use a zero-byte file,
12585# as systems may use methods other than mode bits to determine executability.
12586cat >conf$$.file <<_ASEOF
12587#! /bin/sh
12588exit 0
12589_ASEOF
12590chmod +x conf$$.file
12591if test -x conf$$.file >/dev/null 2>&1; then
12592 ac_executable_p="test -x"
12593else
12594 ac_executable_p="test -f"
12595fi
12596rm -f conf$$.file
12597
12598# Extract the first word of "xgettext", so it can be a program name with args.
12599set dummy xgettext; ac_word=$2
81ecdfbb
RW
12600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12601$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12602if ${ac_cv_path_XGETTEXT+:} false; then :
81ecdfbb 12603 $as_echo_n "(cached) " >&6
d7040cdb
SE
12604else
12605 case "$XGETTEXT" in
12606 [\\/]* | ?:[\\/]*)
12607 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12608 ;;
12609 *)
12610 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12611 for ac_dir in $PATH; do
12612 IFS="$ac_save_IFS"
12613 test -z "$ac_dir" && ac_dir=.
12614 for ac_exec_ext in '' $ac_executable_extensions; do
12615 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12616 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12617 (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
12618 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12619 break 2
12620 fi
12621 fi
12622 done
12623 done
12624 IFS="$ac_save_IFS"
12625 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12626 ;;
12627esac
12628fi
12629XGETTEXT="$ac_cv_path_XGETTEXT"
12630if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
12631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12632$as_echo "$XGETTEXT" >&6; }
d7040cdb 12633else
81ecdfbb
RW
12634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12635$as_echo "no" >&6; }
d7040cdb
SE
12636fi
12637
12638 rm -f messages.po
12639
12640
12641# Prepare PATH_SEPARATOR.
12642# The user is always right.
12643if test "${PATH_SEPARATOR+set}" != set; then
12644 echo "#! /bin/sh" >conf$$.sh
12645 echo "exit 0" >>conf$$.sh
12646 chmod +x conf$$.sh
12647 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12648 PATH_SEPARATOR=';'
12649 else
12650 PATH_SEPARATOR=:
12651 fi
12652 rm -f conf$$.sh
12653fi
12654
12655# Find out how to test for executable files. Don't use a zero-byte file,
12656# as systems may use methods other than mode bits to determine executability.
12657cat >conf$$.file <<_ASEOF
12658#! /bin/sh
12659exit 0
12660_ASEOF
12661chmod +x conf$$.file
12662if test -x conf$$.file >/dev/null 2>&1; then
12663 ac_executable_p="test -x"
12664else
12665 ac_executable_p="test -f"
12666fi
12667rm -f conf$$.file
12668
12669# Extract the first word of "msgmerge", so it can be a program name with args.
12670set dummy msgmerge; ac_word=$2
81ecdfbb
RW
12671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12672$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12673if ${ac_cv_path_MSGMERGE+:} false; then :
81ecdfbb 12674 $as_echo_n "(cached) " >&6
d7040cdb
SE
12675else
12676 case "$MSGMERGE" in
12677 [\\/]* | ?:[\\/]*)
12678 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12679 ;;
12680 *)
12681 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12682 for ac_dir in $PATH; do
12683 IFS="$ac_save_IFS"
12684 test -z "$ac_dir" && ac_dir=.
12685 for ac_exec_ext in '' $ac_executable_extensions; do
12686 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12687 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12688 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12689 break 2
12690 fi
12691 fi
12692 done
12693 done
12694 IFS="$ac_save_IFS"
12695 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12696 ;;
12697esac
12698fi
12699MSGMERGE="$ac_cv_path_MSGMERGE"
12700if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
12701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12702$as_echo "$MSGMERGE" >&6; }
d7040cdb 12703else
81ecdfbb
RW
12704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12705$as_echo "no" >&6; }
d7040cdb
SE
12706fi
12707
12708
12709 if test "$GMSGFMT" != ":"; then
12710 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12711 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12712 : ;
12713 else
12714 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12716$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
12717 GMSGFMT=":"
12718 fi
12719 fi
12720
12721 if test "$XGETTEXT" != ":"; then
12722 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12723 (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
12724 : ;
12725 else
81ecdfbb
RW
12726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12727$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
12728 XGETTEXT=":"
12729 fi
12730 rm -f messages.po
12731 fi
12732
81ecdfbb 12733 ac_config_commands="$ac_config_commands default-1"
d7040cdb
SE
12734
12735
12736
81ecdfbb
RW
12737
12738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12739$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12740 # Check whether --enable-maintainer-mode was given.
12741if test "${enable_maintainer_mode+set}" = set; then :
12742 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
42ecbf5e 12743else
d7040cdb 12744 USE_MAINTAINER_MODE=no
81ecdfbb 12745fi
d7040cdb 12746
81ecdfbb
RW
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12748$as_echo "$USE_MAINTAINER_MODE" >&6; }
12749 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
12750 MAINTAINER_MODE_TRUE=
12751 MAINTAINER_MODE_FALSE='#'
12752else
12753 MAINTAINER_MODE_TRUE='#'
12754 MAINTAINER_MODE_FALSE=
42ecbf5e 12755fi
d7040cdb
SE
12756
12757 MAINT=$MAINTAINER_MODE_TRUE
12758
12759
81ecdfbb 12760 if false; then
d7040cdb
SE
12761 GENINSRC_NEVER_TRUE=
12762 GENINSRC_NEVER_FALSE='#'
12763else
12764 GENINSRC_NEVER_TRUE='#'
12765 GENINSRC_NEVER_FALSE=
42ecbf5e 12766fi
d7040cdb
SE
12767
12768
12769if test -n "$EXEEXT"; then
20e95c23 12770
81ecdfbb 12771$as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
42ecbf5e 12772
252b5132
RH
12773fi
12774
d7040cdb
SE
12775cat >>confdefs.h <<_ACEOF
12776#define EXECUTABLE_SUFFIX "${EXEEXT}"
12777_ACEOF
42ecbf5e 12778
252b5132 12779
d7040cdb 12780# host-specific stuff:
252b5132 12781
d7040cdb 12782HDEFINES=
252b5132 12783
d7040cdb 12784. ${srcdir}/../bfd/configure.host
252b5132 12785
252b5132 12786
d7040cdb 12787AR=${AR-ar}
252b5132 12788
d7040cdb
SE
12789if test -n "$ac_tool_prefix"; then
12790 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12791set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
12792{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12793$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12794if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 12795 $as_echo_n "(cached) " >&6
d7040cdb
SE
12796else
12797 if test -n "$RANLIB"; then
12798 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12799else
12800as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12801for as_dir in $PATH
12802do
12803 IFS=$as_save_IFS
12804 test -z "$as_dir" && as_dir=.
81ecdfbb 12805 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12806 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12807 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 12808 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12809 break 2
12810 fi
12811done
81ecdfbb
RW
12812 done
12813IFS=$as_save_IFS
252b5132 12814
d7040cdb
SE
12815fi
12816fi
12817RANLIB=$ac_cv_prog_RANLIB
12818if test -n "$RANLIB"; then
81ecdfbb
RW
12819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12820$as_echo "$RANLIB" >&6; }
d7040cdb 12821else
81ecdfbb
RW
12822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12823$as_echo "no" >&6; }
d7040cdb 12824fi
20e95c23 12825
81ecdfbb 12826
d7040cdb
SE
12827fi
12828if test -z "$ac_cv_prog_RANLIB"; then
12829 ac_ct_RANLIB=$RANLIB
12830 # Extract the first word of "ranlib", so it can be a program name with args.
12831set dummy ranlib; ac_word=$2
81ecdfbb
RW
12832{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12833$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12834if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 12835 $as_echo_n "(cached) " >&6
252b5132 12836else
d7040cdb
SE
12837 if test -n "$ac_ct_RANLIB"; then
12838 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12839else
12840as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12841for as_dir in $PATH
12842do
12843 IFS=$as_save_IFS
12844 test -z "$as_dir" && as_dir=.
81ecdfbb 12845 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12846 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12847 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 12848 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12849 break 2
12850 fi
12851done
81ecdfbb
RW
12852 done
12853IFS=$as_save_IFS
20e95c23 12854
d7040cdb
SE
12855fi
12856fi
12857ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12858if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
12859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12860$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 12861else
81ecdfbb
RW
12862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12863$as_echo "no" >&6; }
d7040cdb
SE
12864fi
12865
81ecdfbb
RW
12866 if test "x$ac_ct_RANLIB" = x; then
12867 RANLIB=":"
d7040cdb 12868 else
81ecdfbb
RW
12869 case $cross_compiling:$ac_tool_warned in
12870yes:)
12871{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12872$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12873ac_tool_warned=yes ;;
12874esac
12875 RANLIB=$ac_ct_RANLIB
d7040cdb 12876 fi
81ecdfbb
RW
12877else
12878 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 12879fi
d7040cdb 12880
d7040cdb
SE
12881
12882
12883# Put a plausible default for CC_FOR_BUILD in Makefile.
12884if test -z "$CC_FOR_BUILD"; then
12885 if test "x$cross_compiling" = "xno"; then
12886 CC_FOR_BUILD='$(CC)'
12887 else
12888 CC_FOR_BUILD=gcc
12889 fi
12890fi
20e95c23 12891
d7040cdb
SE
12892# Also set EXEEXT_FOR_BUILD.
12893if test "x$cross_compiling" = "xno"; then
12894 EXEEXT_FOR_BUILD='$(EXEEXT)'
12895else
81ecdfbb
RW
12896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12897$as_echo_n "checking for build system executable suffix... " >&6; }
d0ac1c44 12898if ${bfd_cv_build_exeext+:} false; then :
81ecdfbb 12899 $as_echo_n "(cached) " >&6
d7040cdb
SE
12900else
12901 rm -f conftest*
12902 echo 'int main () { return 0; }' > conftest.c
12903 bfd_cv_build_exeext=
12904 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12905 for file in conftest.*; do
12906 case $file in
12907 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12908 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12909 esac
12910 done
12911 rm -f conftest*
12912 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
252b5132 12913fi
81ecdfbb
RW
12914{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12915$as_echo "$bfd_cv_build_exeext" >&6; }
d7040cdb
SE
12916 EXEEXT_FOR_BUILD=""
12917 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
252b5132
RH
12918fi
12919
12920
d7040cdb
SE
12921DEMANGLER_NAME=c++filt
12922case "${host}" in
12923 *-*-go32* | *-*-msdos*)
12924 DEMANGLER_NAME=cxxfilt
12925esac
8a965946
ILT
12926
12927
87b9f255
AM
12928# We use headers from include/ that check various HAVE_*_H macros, thus
12929# should ensure they are set by configure. This is true even when C99
12930# guarantees they are available.
12931# plugin-api.h tests HAVE_STDINT_H and HAVE_INTTYPES_H
12932# Besides those, we need to check anything used in binutils/ not in C99.
13acb58d 12933for ac_header in fcntl.h inttypes.h stdint.h sys/file.h \
985e0264 12934 sys/stat.h sys/time.h sys/types.h unistd.h
81ecdfbb
RW
12935do :
12936 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12937ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 12938if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
12939 cat >>confdefs.h <<_ACEOF
12940#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12941_ACEOF
42ecbf5e 12942
81ecdfbb 12943fi
42ecbf5e 12944
81ecdfbb 12945done
42ecbf5e 12946
81ecdfbb
RW
12947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12948$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
d0ac1c44 12949if ${ac_cv_header_sys_wait_h+:} false; then :
81ecdfbb 12950 $as_echo_n "(cached) " >&6
42ecbf5e 12951else
81ecdfbb 12952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 12953/* end confdefs.h. */
252b5132
RH
12954#include <sys/types.h>
12955#include <sys/wait.h>
12956#ifndef WEXITSTATUS
81ecdfbb 12957# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
252b5132
RH
12958#endif
12959#ifndef WIFEXITED
42ecbf5e 12960# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
252b5132 12961#endif
42ecbf5e
DJ
12962
12963int
12964main ()
12965{
12966 int s;
12967 wait (&s);
12968 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12969 ;
12970 return 0;
12971}
12972_ACEOF
81ecdfbb 12973if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
12974 ac_cv_header_sys_wait_h=yes
12975else
81ecdfbb 12976 ac_cv_header_sys_wait_h=no
252b5132 12977fi
81ecdfbb 12978rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 12979fi
81ecdfbb
RW
12980{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12981$as_echo "$ac_cv_header_sys_wait_h" >&6; }
d15b04bd 12982if test $ac_cv_header_sys_wait_h = yes; then
42ecbf5e 12983
81ecdfbb 12984$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
252b5132 12985
252b5132
RH
12986fi
12987
34156b23
L
12988
12989
12990
12991 for ac_header in $ac_header_list
12992do :
12993 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12994ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
12995"
12996if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12997 cat >>confdefs.h <<_ACEOF
12998#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12999_ACEOF
13000
13001fi
13002
13003done
13004
13005
13006
13007
13008
13009
13010
13011
13012for ac_func in getpagesize
13013do :
13014 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
13015if test "x$ac_cv_func_getpagesize" = xyes; then :
13016 cat >>confdefs.h <<_ACEOF
13017#define HAVE_GETPAGESIZE 1
13018_ACEOF
13019
13020fi
13021done
13022
13023{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
13024$as_echo_n "checking for working mmap... " >&6; }
13025if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
13026 $as_echo_n "(cached) " >&6
13027else
13028 if test "$cross_compiling" = yes; then :
13029 ac_cv_func_mmap_fixed_mapped=no
13030else
13031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13032/* end confdefs.h. */
13033$ac_includes_default
13034/* malloc might have been renamed as rpl_malloc. */
13035#undef malloc
13036
13037/* Thanks to Mike Haertel and Jim Avera for this test.
13038 Here is a matrix of mmap possibilities:
13039 mmap private not fixed
13040 mmap private fixed at somewhere currently unmapped
13041 mmap private fixed at somewhere already mapped
13042 mmap shared not fixed
13043 mmap shared fixed at somewhere currently unmapped
13044 mmap shared fixed at somewhere already mapped
13045 For private mappings, we should verify that changes cannot be read()
13046 back from the file, nor mmap's back from the file at a different
13047 address. (There have been systems where private was not correctly
13048 implemented like the infamous i386 svr4.0, and systems where the
13049 VM page cache was not coherent with the file system buffer cache
13050 like early versions of FreeBSD and possibly contemporary NetBSD.)
13051 For shared mappings, we should conversely verify that changes get
13052 propagated back to all the places they're supposed to be.
13053
13054 Grep wants private fixed already mapped.
13055 The main things grep needs to know about mmap are:
13056 * does it exist and is it safe to write into the mmap'd area
13057 * how to use it (BSD variants) */
13058
13059#include <fcntl.h>
13060#include <sys/mman.h>
13061
13062#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
13063char *malloc ();
13064#endif
13065
13066/* This mess was copied from the GNU getpagesize.h. */
13067#ifndef HAVE_GETPAGESIZE
13068# ifdef _SC_PAGESIZE
13069# define getpagesize() sysconf(_SC_PAGESIZE)
13070# else /* no _SC_PAGESIZE */
13071# ifdef HAVE_SYS_PARAM_H
13072# include <sys/param.h>
13073# ifdef EXEC_PAGESIZE
13074# define getpagesize() EXEC_PAGESIZE
13075# else /* no EXEC_PAGESIZE */
13076# ifdef NBPG
13077# define getpagesize() NBPG * CLSIZE
13078# ifndef CLSIZE
13079# define CLSIZE 1
13080# endif /* no CLSIZE */
13081# else /* no NBPG */
13082# ifdef NBPC
13083# define getpagesize() NBPC
13084# else /* no NBPC */
13085# ifdef PAGESIZE
13086# define getpagesize() PAGESIZE
13087# endif /* PAGESIZE */
13088# endif /* no NBPC */
13089# endif /* no NBPG */
13090# endif /* no EXEC_PAGESIZE */
13091# else /* no HAVE_SYS_PARAM_H */
13092# define getpagesize() 8192 /* punt totally */
13093# endif /* no HAVE_SYS_PARAM_H */
13094# endif /* no _SC_PAGESIZE */
13095
13096#endif /* no HAVE_GETPAGESIZE */
13097
13098int
13099main ()
13100{
13101 char *data, *data2, *data3;
13102 const char *cdata2;
13103 int i, pagesize;
13104 int fd, fd2;
13105
13106 pagesize = getpagesize ();
13107
13108 /* First, make a file with some known garbage in it. */
13109 data = (char *) malloc (pagesize);
13110 if (!data)
13111 return 1;
13112 for (i = 0; i < pagesize; ++i)
13113 *(data + i) = rand ();
13114 umask (0);
13115 fd = creat ("conftest.mmap", 0600);
13116 if (fd < 0)
13117 return 2;
13118 if (write (fd, data, pagesize) != pagesize)
13119 return 3;
13120 close (fd);
13121
13122 /* Next, check that the tail of a page is zero-filled. File must have
13123 non-zero length, otherwise we risk SIGBUS for entire page. */
13124 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
13125 if (fd2 < 0)
13126 return 4;
13127 cdata2 = "";
13128 if (write (fd2, cdata2, 1) != 1)
13129 return 5;
13130 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
13131 if (data2 == MAP_FAILED)
13132 return 6;
13133 for (i = 0; i < pagesize; ++i)
13134 if (*(data2 + i))
13135 return 7;
13136 close (fd2);
13137 if (munmap (data2, pagesize))
13138 return 8;
13139
13140 /* Next, try to mmap the file at a fixed address which already has
13141 something else allocated at it. If we can, also make sure that
13142 we see the same garbage. */
13143 fd = open ("conftest.mmap", O_RDWR);
13144 if (fd < 0)
13145 return 9;
13146 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
13147 MAP_PRIVATE | MAP_FIXED, fd, 0L))
13148 return 10;
13149 for (i = 0; i < pagesize; ++i)
13150 if (*(data + i) != *(data2 + i))
13151 return 11;
13152
13153 /* Finally, make sure that changes to the mapped area do not
13154 percolate back to the file as seen by read(). (This is a bug on
13155 some variants of i386 svr4.0.) */
13156 for (i = 0; i < pagesize; ++i)
13157 *(data2 + i) = *(data2 + i) + 1;
13158 data3 = (char *) malloc (pagesize);
13159 if (!data3)
13160 return 12;
13161 if (read (fd, data3, pagesize) != pagesize)
13162 return 13;
13163 for (i = 0; i < pagesize; ++i)
13164 if (*(data + i) != *(data3 + i))
13165 return 14;
13166 close (fd);
13167 return 0;
13168}
13169_ACEOF
13170if ac_fn_c_try_run "$LINENO"; then :
13171 ac_cv_func_mmap_fixed_mapped=yes
13172else
13173 ac_cv_func_mmap_fixed_mapped=no
13174fi
13175rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13176 conftest.$ac_objext conftest.beam conftest.$ac_ext
13177fi
13178
13179fi
13180{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
13181$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
13182if test $ac_cv_func_mmap_fixed_mapped = yes; then
13183
13184$as_echo "#define HAVE_MMAP 1" >>confdefs.h
13185
13186fi
13187rm -f conftest.mmap conftest.txt
13188
d7229d6a 13189for ac_func in fseeko fseeko64 getc_unlocked mkdtemp mkstemp utimensat utimes
81ecdfbb
RW
13190do :
13191 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13192ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 13193if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb
RW
13194 cat >>confdefs.h <<_ACEOF
13195#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13196_ACEOF
42ecbf5e 13197
81ecdfbb
RW
13198fi
13199done
42ecbf5e 13200
42ecbf5e 13201
985e0264 13202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
3bfcb652 13203$as_echo_n "checking for mbstate_t... " >&6; }
985e0264 13204cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3bfcb652
NC
13205/* end confdefs.h. */
13206#include <wchar.h>
13207int
13208main ()
13209{
13210mbstate_t teststate;
13211 ;
13212 return 0;
13213}
13214_ACEOF
13215if ac_fn_c_try_compile "$LINENO"; then :
13216 have_mbstate_t=yes
13217else
13218 have_mbstate_t=no
13219fi
13220rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
985e0264 13221{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
3bfcb652 13222$as_echo "$have_mbstate_t" >&6; }
985e0264 13223if test x"$have_mbstate_t" = xyes; then
3bfcb652
NC
13224
13225$as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13226
985e0264
AM
13227fi
13228
13229# Copied from gnulib stat-time.m4.
13230# We should just switch over to using gnulib.
13231ac_fn_c_check_member "$LINENO" "struct stat" "st_atim.tv_nsec" "ac_cv_member_struct_stat_st_atim_tv_nsec" "#include <sys/types.h>
13232 #include <sys/stat.h>
13233"
13234if test "x$ac_cv_member_struct_stat_st_atim_tv_nsec" = xyes; then :
13235
13236cat >>confdefs.h <<_ACEOF
13237#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
13238_ACEOF
13239
13240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct stat.st_atim is of type struct timespec" >&5
13241$as_echo_n "checking whether struct stat.st_atim is of type struct timespec... " >&6; }
13242if ${ac_cv_typeof_struct_stat_st_atim_is_struct_timespec+:} false; then :
13243 $as_echo_n "(cached) " >&6
13244else
13245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13246/* end confdefs.h. */
13247
13248 #include <sys/types.h>
13249 #include <sys/stat.h>
13250 #if HAVE_SYS_TIME_H
13251 # include <sys/time.h>
13252 #endif
13253 #include <time.h>
13254 struct timespec ts;
13255 struct stat st;
13256
13257int
13258main ()
13259{
13260
13261 st.st_atim = ts;
13262
13263 ;
13264 return 0;
13265}
13266_ACEOF
13267if ac_fn_c_try_compile "$LINENO"; then :
13268 ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
13269else
13270 ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=no
13271fi
13272rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13273fi
13274{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&5
13275$as_echo "$ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&6; }
13276 if test $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec = yes; then
13277
13278$as_echo "#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1" >>confdefs.h
13279
13280 fi
13281else
13282 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec.tv_nsec" "ac_cv_member_struct_stat_st_atimespec_tv_nsec" "#include <sys/types.h>
13283 #include <sys/stat.h>
13284"
13285if test "x$ac_cv_member_struct_stat_st_atimespec_tv_nsec" = xyes; then :
13286
13287cat >>confdefs.h <<_ACEOF
13288#define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
13289_ACEOF
13290
13291
13292else
13293 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimensec" "ac_cv_member_struct_stat_st_atimensec" "#include <sys/types.h>
13294 #include <sys/stat.h>
13295"
13296if test "x$ac_cv_member_struct_stat_st_atimensec" = xyes; then :
13297
13298cat >>confdefs.h <<_ACEOF
13299#define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
13300_ACEOF
13301
13302
13303else
13304 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim.st__tim.tv_nsec" "ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" "#include <sys/types.h>
13305 #include <sys/stat.h>
13306"
13307if test "x$ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" = xyes; then :
13308
13309cat >>confdefs.h <<_ACEOF
13310#define HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC 1
13311_ACEOF
13312
13313
13314fi
13315
13316fi
13317
13318fi
13319
13320fi
13321
d15b04bd 13322
81ecdfbb
RW
13323# Some systems have frexp only in -lm, not in -lc.
13324{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13325$as_echo_n "checking for library containing frexp... " >&6; }
d0ac1c44 13326if ${ac_cv_search_frexp+:} false; then :
81ecdfbb 13327 $as_echo_n "(cached) " >&6
f9c026a8 13328else
81ecdfbb
RW
13329 ac_func_search_save_LIBS=$LIBS
13330cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f9c026a8 13331/* end confdefs.h. */
f9c026a8 13332
81ecdfbb
RW
13333/* Override any GCC internal prototype to avoid an error.
13334 Use char because int might match the return type of a GCC
f9c026a8 13335 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
13336#ifdef __cplusplus
13337extern "C"
13338#endif
42ecbf5e
DJ
13339char frexp ();
13340int
13341main ()
13342{
81ecdfbb 13343return frexp ();
42ecbf5e
DJ
13344 ;
13345 return 0;
13346}
13347_ACEOF
81ecdfbb
RW
13348for ac_lib in '' m; do
13349 if test -z "$ac_lib"; then
13350 ac_res="none required"
13351 else
13352 ac_res=-l$ac_lib
42ecbf5e 13353 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
13354 fi
13355 if ac_fn_c_try_link "$LINENO"; then :
13356 ac_cv_search_frexp=$ac_res
13357fi
13358rm -f core conftest.err conftest.$ac_objext \
13359 conftest$ac_exeext
d0ac1c44 13360 if ${ac_cv_search_frexp+:} false; then :
81ecdfbb
RW
13361 break
13362fi
13363done
d0ac1c44 13364if ${ac_cv_search_frexp+:} false; then :
42ecbf5e 13365
f353eb8a 13366else
81ecdfbb 13367 ac_cv_search_frexp=no
e5a52504 13368fi
81ecdfbb 13369rm conftest.$ac_ext
42ecbf5e
DJ
13370LIBS=$ac_func_search_save_LIBS
13371fi
81ecdfbb
RW
13372{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13373$as_echo "$ac_cv_search_frexp" >&6; }
13374ac_res=$ac_cv_search_frexp
13375if test "$ac_res" != no; then :
13376 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 13377
f353eb8a
ILT
13378fi
13379
42ecbf5e 13380
44350750
NC
13381
13382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13383$as_echo_n "checking for LC_MESSAGES... " >&6; }
d0ac1c44 13384if ${am_cv_val_LC_MESSAGES+:} false; then :
44350750
NC
13385 $as_echo_n "(cached) " >&6
13386else
13387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13388/* end confdefs.h. */
13389#include <locale.h>
13390int
13391main ()
13392{
13393return LC_MESSAGES
13394 ;
13395 return 0;
13396}
13397_ACEOF
13398if ac_fn_c_try_link "$LINENO"; then :
13399 am_cv_val_LC_MESSAGES=yes
13400else
13401 am_cv_val_LC_MESSAGES=no
13402fi
13403rm -f core conftest.err conftest.$ac_objext \
13404 conftest$ac_exeext conftest.$ac_ext
13405fi
13406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13407$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13408 if test $am_cv_val_LC_MESSAGES = yes; then
13409
13410$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13411
13412 fi
13413
13414
81ecdfbb
RW
13415{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13416$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
d0ac1c44 13417if ${bu_cv_decl_getopt_unistd_h+:} false; then :
81ecdfbb 13418 $as_echo_n "(cached) " >&6
e46eba98 13419else
81ecdfbb 13420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13421/* end confdefs.h. */
e46eba98 13422#include <unistd.h>
42ecbf5e
DJ
13423int
13424main ()
13425{
e46eba98 13426extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
13427 ;
13428 return 0;
13429}
13430_ACEOF
81ecdfbb 13431if ac_fn_c_try_compile "$LINENO"; then :
e46eba98
NC
13432 bu_cv_decl_getopt_unistd_h=yes
13433else
81ecdfbb 13434 bu_cv_decl_getopt_unistd_h=no
e46eba98 13435fi
81ecdfbb 13436rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e46eba98
NC
13437fi
13438
81ecdfbb
RW
13439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13440$as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
e46eba98 13441if test $bu_cv_decl_getopt_unistd_h = yes; then
42ecbf5e 13442
81ecdfbb 13443$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
e46eba98
NC
13444
13445fi
13446
252b5132
RH
13447# Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13448# by default.
81ecdfbb
RW
13449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13450$as_echo_n "checking for utime.h... " >&6; }
d0ac1c44 13451if ${bu_cv_header_utime_h+:} false; then :
81ecdfbb 13452 $as_echo_n "(cached) " >&6
42ecbf5e 13453else
81ecdfbb 13454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13455/* end confdefs.h. */
252b5132
RH
13456#include <sys/types.h>
13457#ifdef HAVE_TIME_H
13458#include <time.h>
13459#endif
13460#include <utime.h>
42ecbf5e
DJ
13461int
13462main ()
13463{
252b5132 13464struct utimbuf s;
42ecbf5e
DJ
13465 ;
13466 return 0;
13467}
13468_ACEOF
81ecdfbb 13469if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13470 bu_cv_header_utime_h=yes
13471else
81ecdfbb 13472 bu_cv_header_utime_h=no
252b5132 13473fi
81ecdfbb 13474rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
13475fi
13476
81ecdfbb
RW
13477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13478$as_echo "$bu_cv_header_utime_h" >&6; }
252b5132 13479if test $bu_cv_header_utime_h = yes; then
42ecbf5e 13480
81ecdfbb 13481$as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
252b5132
RH
13482
13483fi
13484
1f5345a6 13485ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
d0ac1c44 13486if test "x$ac_cv_have_decl_asprintf" = xyes; then :
1f5345a6
ST
13487 ac_have_decl=1
13488else
13489 ac_have_decl=0
13490fi
13491
13492cat >>confdefs.h <<_ACEOF
13493#define HAVE_DECL_ASPRINTF $ac_have_decl
13494_ACEOF
952781e8 13495ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
d0ac1c44 13496if test "x$ac_cv_have_decl_environ" = xyes; then :
952781e8
AM
13497 ac_have_decl=1
13498else
13499 ac_have_decl=0
13500fi
13501
13502cat >>confdefs.h <<_ACEOF
13503#define HAVE_DECL_ENVIRON $ac_have_decl
13504_ACEOF
952781e8 13505ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
d0ac1c44 13506if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
81ecdfbb 13507 ac_have_decl=1
252b5132 13508else
81ecdfbb 13509 ac_have_decl=0
252b5132 13510fi
252b5132 13511
398ee8f1 13512cat >>confdefs.h <<_ACEOF
952781e8 13513#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
398ee8f1 13514_ACEOF
952781e8 13515ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
d0ac1c44 13516if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
81ecdfbb 13517 ac_have_decl=1
398ee8f1 13518else
81ecdfbb 13519 ac_have_decl=0
398ee8f1 13520fi
252b5132 13521
398ee8f1 13522cat >>confdefs.h <<_ACEOF
952781e8 13523#define HAVE_DECL_STPCPY $ac_have_decl
b7d4af3a 13524_ACEOF
b737d304
RO
13525ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13526if test "x$ac_cv_have_decl_strnlen" = xyes; then :
13527 ac_have_decl=1
13528else
13529 ac_have_decl=0
13530fi
13531
13532cat >>confdefs.h <<_ACEOF
13533#define HAVE_DECL_STRNLEN $ac_have_decl
13534_ACEOF
db50c840
EB
13535
13536
2cac01e3 13537# Link in zlib/zstd if we can. This allows us to read compressed debug
ed2b5077
L
13538# sections. This is used only by readelf.c (objdump uses bfd for
13539# reading compressed sections).
13540
13541 # Use the system's zlib library.
39f3de7c
L
13542 zlibdir="-L\$(top_builddir)/../zlib"
13543 zlibinc="-I\$(top_srcdir)/../zlib"
52546677 13544
0ee42ecd
L
13545# Check whether --with-system-zlib was given.
13546if test "${with_system_zlib+set}" = set; then :
afa59b79
L
13547 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13548 zlibdir=
13549 zlibinc=
13550 fi
52546677 13551
52546677
RM
13552fi
13553
13554
52546677 13555
1b315056 13556
252b5132 13557
ed2b5077 13558
2cac01e3
FS
13559# Check whether --with-zstd was given.
13560if test "${with_zstd+set}" = set; then :
13561 withval=$with_zstd;
13562else
13563 with_zstd=auto
13564fi
13565
13566
13567if test "$with_zstd" != no; then :
13568
13569pkg_failed=no
200164d4
CL
13570{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libzstd >= 1.4.0" >&5
13571$as_echo_n "checking for libzstd >= 1.4.0... " >&6; }
2cac01e3
FS
13572
13573if test -n "$ZSTD_CFLAGS"; then
13574 pkg_cv_ZSTD_CFLAGS="$ZSTD_CFLAGS"
13575 elif test -n "$PKG_CONFIG"; then
13576 if test -n "$PKG_CONFIG" && \
200164d4
CL
13577 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
13578 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
2cac01e3
FS
13579 ac_status=$?
13580 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13581 test $ac_status = 0; }; then
200164d4 13582 pkg_cv_ZSTD_CFLAGS=`$PKG_CONFIG --cflags "libzstd >= 1.4.0" 2>/dev/null`
2cac01e3
FS
13583 test "x$?" != "x0" && pkg_failed=yes
13584else
13585 pkg_failed=yes
13586fi
13587 else
13588 pkg_failed=untried
13589fi
13590if test -n "$ZSTD_LIBS"; then
13591 pkg_cv_ZSTD_LIBS="$ZSTD_LIBS"
13592 elif test -n "$PKG_CONFIG"; then
13593 if test -n "$PKG_CONFIG" && \
200164d4
CL
13594 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
13595 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
2cac01e3
FS
13596 ac_status=$?
13597 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13598 test $ac_status = 0; }; then
200164d4 13599 pkg_cv_ZSTD_LIBS=`$PKG_CONFIG --libs "libzstd >= 1.4.0" 2>/dev/null`
2cac01e3
FS
13600 test "x$?" != "x0" && pkg_failed=yes
13601else
13602 pkg_failed=yes
13603fi
13604 else
13605 pkg_failed=untried
13606fi
13607
13608if test $pkg_failed = no; then
13609 pkg_save_LDFLAGS="$LDFLAGS"
13610 LDFLAGS="$LDFLAGS $pkg_cv_ZSTD_LIBS"
13611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13612/* end confdefs.h. */
13613
13614int
13615main ()
13616{
13617
13618 ;
13619 return 0;
13620}
13621_ACEOF
13622if ac_fn_c_try_link "$LINENO"; then :
13623
13624else
13625 pkg_failed=yes
13626fi
13627rm -f core conftest.err conftest.$ac_objext \
13628 conftest$ac_exeext conftest.$ac_ext
13629 LDFLAGS=$pkg_save_LDFLAGS
13630fi
13631
13632
13633
13634if test $pkg_failed = yes; then
13635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13636$as_echo "no" >&6; }
13637
13638if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13639 _pkg_short_errors_supported=yes
13640else
13641 _pkg_short_errors_supported=no
13642fi
13643 if test $_pkg_short_errors_supported = yes; then
200164d4 13644 ZSTD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
2cac01e3 13645 else
200164d4 13646 ZSTD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
2cac01e3
FS
13647 fi
13648 # Put the nasty error message in config.log where it belongs
13649 echo "$ZSTD_PKG_ERRORS" >&5
13650
13651
13652 if test "$with_zstd" = yes; then
13653 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
13654 fi
13655
13656elif test $pkg_failed = untried; then
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13658$as_echo "no" >&6; }
13659
13660 if test "$with_zstd" = yes; then
13661 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
13662 fi
13663
13664else
13665 ZSTD_CFLAGS=$pkg_cv_ZSTD_CFLAGS
13666 ZSTD_LIBS=$pkg_cv_ZSTD_LIBS
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13668$as_echo "yes" >&6; }
13669
13670
13671$as_echo "#define HAVE_ZSTD 1" >>confdefs.h
13672
13673
13674fi
13675
13676fi
13677
13678
13679
252b5132 13680case "${host}" in
8a965946 13681*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e 13682
81ecdfbb 13683$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
252b5132
RH
13684 ;;
13685esac
13686
2952f10c
SM
13687# Support for the msgpack C library.
13688
13689# Check whether --with-msgpack was given.
13690if test "${with_msgpack+set}" = set; then :
13691 withval=$with_msgpack;
13692else
13693 with_msgpack=auto
13694fi
13695
13696
544c5619 13697if test "$with_msgpack" != no; then :
2952f10c
SM
13698
13699pkg_failed=no
13700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for msgpack" >&5
13701$as_echo_n "checking for msgpack... " >&6; }
13702
13703if test -n "$MSGPACK_CFLAGS"; then
13704 pkg_cv_MSGPACK_CFLAGS="$MSGPACK_CFLAGS"
13705 elif test -n "$PKG_CONFIG"; then
13706 if test -n "$PKG_CONFIG" && \
13707 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"msgpack\""; } >&5
13708 ($PKG_CONFIG --exists --print-errors "msgpack") 2>&5
13709 ac_status=$?
13710 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13711 test $ac_status = 0; }; then
13712 pkg_cv_MSGPACK_CFLAGS=`$PKG_CONFIG --cflags "msgpack" 2>/dev/null`
13713 test "x$?" != "x0" && pkg_failed=yes
13714else
13715 pkg_failed=yes
13716fi
13717 else
13718 pkg_failed=untried
13719fi
13720if test -n "$MSGPACK_LIBS"; then
13721 pkg_cv_MSGPACK_LIBS="$MSGPACK_LIBS"
13722 elif test -n "$PKG_CONFIG"; then
13723 if test -n "$PKG_CONFIG" && \
13724 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"msgpack\""; } >&5
13725 ($PKG_CONFIG --exists --print-errors "msgpack") 2>&5
13726 ac_status=$?
13727 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13728 test $ac_status = 0; }; then
13729 pkg_cv_MSGPACK_LIBS=`$PKG_CONFIG --libs "msgpack" 2>/dev/null`
13730 test "x$?" != "x0" && pkg_failed=yes
13731else
13732 pkg_failed=yes
13733fi
13734 else
13735 pkg_failed=untried
13736fi
13737
13738if test $pkg_failed = no; then
13739 pkg_save_LDFLAGS="$LDFLAGS"
13740 LDFLAGS="$LDFLAGS $pkg_cv_MSGPACK_LIBS"
13741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13742/* end confdefs.h. */
13743
13744int
13745main ()
13746{
13747
13748 ;
13749 return 0;
13750}
13751_ACEOF
13752if ac_fn_c_try_link "$LINENO"; then :
13753
13754else
13755 pkg_failed=yes
13756fi
13757rm -f core conftest.err conftest.$ac_objext \
13758 conftest$ac_exeext conftest.$ac_ext
13759 LDFLAGS=$pkg_save_LDFLAGS
13760fi
13761
13762
13763
13764if test $pkg_failed = yes; then
13765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13766$as_echo "no" >&6; }
13767
13768if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13769 _pkg_short_errors_supported=yes
13770else
13771 _pkg_short_errors_supported=no
13772fi
13773 if test $_pkg_short_errors_supported = yes; then
13774 MSGPACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "msgpack" 2>&1`
13775 else
13776 MSGPACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "msgpack" 2>&1`
13777 fi
13778 # Put the nasty error message in config.log where it belongs
13779 echo "$MSGPACK_PKG_ERRORS" >&5
13780
544c5619
AM
13781 if test "$with_msgpack" = yes; then :
13782 as_fn_error $? "--with-msgpack was given, but msgpack is missing or unusable." "$LINENO" 5
13783fi
2952f10c
SM
13784elif test $pkg_failed = untried; then
13785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13786$as_echo "no" >&6; }
544c5619
AM
13787 if test "$with_msgpack" = yes; then :
13788 as_fn_error $? "--with-msgpack was given, but msgpack is missing or unusable." "$LINENO" 5
13789fi
2952f10c
SM
13790else
13791 MSGPACK_CFLAGS=$pkg_cv_MSGPACK_CFLAGS
13792 MSGPACK_LIBS=$pkg_cv_MSGPACK_LIBS
13793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13794$as_echo "yes" >&6; }
13795
2952f10c
SM
13796$as_echo "#define HAVE_MSGPACK 1" >>confdefs.h
13797
2952f10c
SM
13798fi
13799fi
13800
252b5132
RH
13801# target-specific stuff:
13802
13803# Canonicalize the secondary target names.
13804if test -n "$enable_targets"; then
13805 for targ in `echo $enable_targets | sed 's/,/ /g'`
13806 do
6d83c84b 13807 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
13808 if test -n "$result"; then
13809 canon_targets="$canon_targets $result"
13810 else
13811 # Allow targets that config.sub doesn't recognize, like "all".
13812 canon_targets="$canon_targets $targ"
13813 fi
13814 done
13815fi
13816
81ecdfbb 13817ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
d0ac1c44 13818if test "x$ac_cv_header_iconv_h" = xyes; then :
5ba684e2
NC
13819
13820fi
13821
13822
13823
13824 if test "X$prefix" = "XNONE"; then
13825 acl_final_prefix="$ac_default_prefix"
13826 else
13827 acl_final_prefix="$prefix"
13828 fi
13829 if test "X$exec_prefix" = "XNONE"; then
13830 acl_final_exec_prefix='${prefix}'
13831 else
13832 acl_final_exec_prefix="$exec_prefix"
13833 fi
13834 acl_save_prefix="$prefix"
13835 prefix="$acl_final_prefix"
13836 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13837 prefix="$acl_save_prefix"
13838
13839
81ecdfbb
RW
13840# Check whether --with-gnu-ld was given.
13841if test "${with_gnu_ld+set}" = set; then :
13842 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5ba684e2
NC
13843else
13844 with_gnu_ld=no
81ecdfbb
RW
13845fi
13846
5ba684e2
NC
13847# Prepare PATH_SEPARATOR.
13848# The user is always right.
13849if test "${PATH_SEPARATOR+set}" != set; then
13850 echo "#! /bin/sh" >conf$$.sh
13851 echo "exit 0" >>conf$$.sh
13852 chmod +x conf$$.sh
13853 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13854 PATH_SEPARATOR=';'
13855 else
13856 PATH_SEPARATOR=:
13857 fi
13858 rm -f conf$$.sh
13859fi
13860ac_prog=ld
13861if test "$GCC" = yes; then
13862 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
13863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13864$as_echo_n "checking for ld used by GCC... " >&6; }
5ba684e2
NC
13865 case $host in
13866 *-*-mingw*)
13867 # gcc leaves a trailing carriage return which upsets mingw
13868 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13869 *)
13870 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13871 esac
13872 case $ac_prog in
13873 # Accept absolute paths.
13874 [\\/]* | [A-Za-z]:[\\/]*)
13875 re_direlt='/[^/][^/]*/\.\./'
13876 # Canonicalize the path of ld
13877 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13878 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13879 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13880 done
13881 test -z "$LD" && LD="$ac_prog"
13882 ;;
13883 "")
13884 # If it fails, then pretend we aren't using GCC.
13885 ac_prog=ld
13886 ;;
13887 *)
13888 # If it is relative, then search for the first ld in PATH.
13889 with_gnu_ld=unknown
13890 ;;
13891 esac
13892elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13894$as_echo_n "checking for GNU ld... " >&6; }
5ba684e2 13895else
81ecdfbb
RW
13896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13897$as_echo_n "checking for non-GNU ld... " >&6; }
5ba684e2 13898fi
d0ac1c44 13899if ${acl_cv_path_LD+:} false; then :
81ecdfbb 13900 $as_echo_n "(cached) " >&6
5ba684e2
NC
13901else
13902 if test -z "$LD"; then
13903 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13904 for ac_dir in $PATH; do
13905 test -z "$ac_dir" && ac_dir=.
13906 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13907 acl_cv_path_LD="$ac_dir/$ac_prog"
13908 # Check to see if the program is GNU ld. I'd rather use --version,
13909 # but apparently some GNU ld's only accept -v.
13910 # Break only if it was the GNU/non-GNU ld that we prefer.
67d1991b 13911 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | $EGREP '(GNU|with BFD)' > /dev/null; then
5ba684e2
NC
13912 test "$with_gnu_ld" != no && break
13913 else
13914 test "$with_gnu_ld" != yes && break
13915 fi
13916 fi
13917 done
13918 IFS="$ac_save_ifs"
13919else
13920 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13921fi
13922fi
13923
13924LD="$acl_cv_path_LD"
13925if test -n "$LD"; then
81ecdfbb
RW
13926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13927$as_echo "$LD" >&6; }
5ba684e2 13928else
81ecdfbb
RW
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13930$as_echo "no" >&6; }
5ba684e2 13931fi
d0ac1c44 13932test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
13933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13934$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 13935if ${acl_cv_prog_gnu_ld+:} false; then :
81ecdfbb 13936 $as_echo_n "(cached) " >&6
5ba684e2
NC
13937else
13938 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
67d1991b 13939if $LD -v 2>&1 </dev/null | $EGREP '(GNU|with BFD)' 1>&5; then
5ba684e2
NC
13940 acl_cv_prog_gnu_ld=yes
13941else
13942 acl_cv_prog_gnu_ld=no
13943fi
13944fi
81ecdfbb
RW
13945{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13946$as_echo "$acl_cv_prog_gnu_ld" >&6; }
5ba684e2
NC
13947with_gnu_ld=$acl_cv_prog_gnu_ld
13948
13949
13950
81ecdfbb
RW
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13952$as_echo_n "checking for shared library run path origin... " >&6; }
d0ac1c44 13953if ${acl_cv_rpath+:} false; then :
81ecdfbb 13954 $as_echo_n "(cached) " >&6
5ba684e2
NC
13955else
13956
13957 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13958 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13959 . ./conftest.sh
13960 rm -f ./conftest.sh
13961 acl_cv_rpath=done
13962
13963fi
81ecdfbb
RW
13964{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13965$as_echo "$acl_cv_rpath" >&6; }
5ba684e2
NC
13966 wl="$acl_cv_wl"
13967 libext="$acl_cv_libext"
13968 shlibext="$acl_cv_shlibext"
13969 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13970 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13971 hardcode_direct="$acl_cv_hardcode_direct"
13972 hardcode_minus_L="$acl_cv_hardcode_minus_L"
81ecdfbb
RW
13973 # Check whether --enable-rpath was given.
13974if test "${enable_rpath+set}" = set; then :
13975 enableval=$enable_rpath; :
5ba684e2
NC
13976else
13977 enable_rpath=yes
81ecdfbb
RW
13978fi
13979
5ba684e2
NC
13980
13981
13982
13983
13984
13985
13986
13987 use_additional=yes
13988
13989 acl_save_prefix="$prefix"
13990 prefix="$acl_final_prefix"
13991 acl_save_exec_prefix="$exec_prefix"
13992 exec_prefix="$acl_final_exec_prefix"
13993
13994 eval additional_includedir=\"$includedir\"
13995 eval additional_libdir=\"$libdir\"
13996
13997 exec_prefix="$acl_save_exec_prefix"
13998 prefix="$acl_save_prefix"
13999
14000
81ecdfbb
RW
14001# Check whether --with-libiconv-prefix was given.
14002if test "${with_libiconv_prefix+set}" = set; then :
14003 withval=$with_libiconv_prefix;
5ba684e2
NC
14004 if test "X$withval" = "Xno"; then
14005 use_additional=no
14006 else
14007 if test "X$withval" = "X"; then
14008
14009 acl_save_prefix="$prefix"
14010 prefix="$acl_final_prefix"
14011 acl_save_exec_prefix="$exec_prefix"
14012 exec_prefix="$acl_final_exec_prefix"
14013
14014 eval additional_includedir=\"$includedir\"
14015 eval additional_libdir=\"$libdir\"
14016
14017 exec_prefix="$acl_save_exec_prefix"
14018 prefix="$acl_save_prefix"
14019
14020 else
14021 additional_includedir="$withval/include"
14022 additional_libdir="$withval/lib"
14023 fi
14024 fi
14025
81ecdfbb
RW
14026fi
14027
9f1528a1
AB
14028
14029# Check whether --with-libiconv-type was given.
14030if test "${with_libiconv_type+set}" = set; then :
14031 withval=$with_libiconv_type; with_libiconv_type=$withval
14032else
14033 with_libiconv_type=auto
14034fi
14035
14036 lib_type=`eval echo \$with_libiconv_type`
14037
5ba684e2
NC
14038 LIBICONV=
14039 LTLIBICONV=
14040 INCICONV=
14041 rpathdirs=
14042 ltrpathdirs=
14043 names_already_handled=
14044 names_next_round='iconv '
14045 while test -n "$names_next_round"; do
14046 names_this_round="$names_next_round"
14047 names_next_round=
14048 for name in $names_this_round; do
14049 already_handled=
14050 for n in $names_already_handled; do
14051 if test "$n" = "$name"; then
14052 already_handled=yes
14053 break
14054 fi
14055 done
14056 if test -z "$already_handled"; then
14057 names_already_handled="$names_already_handled $name"
14058 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14059 eval value=\"\$HAVE_LIB$uppername\"
14060 if test -n "$value"; then
14061 if test "$value" = yes; then
14062 eval value=\"\$LIB$uppername\"
14063 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
14064 eval value=\"\$LTLIB$uppername\"
14065 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
14066 else
14067 :
14068 fi
14069 else
14070 found_dir=
14071 found_la=
14072 found_so=
14073 found_a=
14074 if test $use_additional = yes; then
9f1528a1 14075 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
5ba684e2
NC
14076 found_dir="$additional_libdir"
14077 found_so="$additional_libdir/lib$name.$shlibext"
14078 if test -f "$additional_libdir/lib$name.la"; then
14079 found_la="$additional_libdir/lib$name.la"
14080 fi
9f1528a1 14081 elif test x$lib_type != xshared; then
5ba684e2
NC
14082 if test -f "$additional_libdir/lib$name.$libext"; then
14083 found_dir="$additional_libdir"
14084 found_a="$additional_libdir/lib$name.$libext"
14085 if test -f "$additional_libdir/lib$name.la"; then
14086 found_la="$additional_libdir/lib$name.la"
14087 fi
14088 fi
14089 fi
14090 fi
14091 if test "X$found_dir" = "X"; then
14092 for x in $LDFLAGS $LTLIBICONV; do
14093
14094 acl_save_prefix="$prefix"
14095 prefix="$acl_final_prefix"
14096 acl_save_exec_prefix="$exec_prefix"
14097 exec_prefix="$acl_final_exec_prefix"
14098 eval x=\"$x\"
14099 exec_prefix="$acl_save_exec_prefix"
14100 prefix="$acl_save_prefix"
14101
14102 case "$x" in
14103 -L*)
14104 dir=`echo "X$x" | sed -e 's/^X-L//'`
9f1528a1 14105 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
5ba684e2
NC
14106 found_dir="$dir"
14107 found_so="$dir/lib$name.$shlibext"
14108 if test -f "$dir/lib$name.la"; then
14109 found_la="$dir/lib$name.la"
14110 fi
9f1528a1 14111 elif test x$lib_type != xshared; then
5ba684e2
NC
14112 if test -f "$dir/lib$name.$libext"; then
14113 found_dir="$dir"
14114 found_a="$dir/lib$name.$libext"
14115 if test -f "$dir/lib$name.la"; then
14116 found_la="$dir/lib$name.la"
14117 fi
14118 fi
14119 fi
14120 ;;
14121 esac
14122 if test "X$found_dir" != "X"; then
14123 break
14124 fi
14125 done
14126 fi
14127 if test "X$found_dir" != "X"; then
14128 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
14129 if test "X$found_so" != "X"; then
14130 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14131 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14132 else
14133 haveit=
14134 for x in $ltrpathdirs; do
14135 if test "X$x" = "X$found_dir"; then
14136 haveit=yes
14137 break
14138 fi
14139 done
14140 if test -z "$haveit"; then
14141 ltrpathdirs="$ltrpathdirs $found_dir"
14142 fi
14143 if test "$hardcode_direct" = yes; then
14144 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14145 else
14146 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14147 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14148 haveit=
14149 for x in $rpathdirs; do
14150 if test "X$x" = "X$found_dir"; then
14151 haveit=yes
14152 break
14153 fi
14154 done
14155 if test -z "$haveit"; then
14156 rpathdirs="$rpathdirs $found_dir"
14157 fi
14158 else
14159 haveit=
14160 for x in $LDFLAGS $LIBICONV; do
14161
14162 acl_save_prefix="$prefix"
14163 prefix="$acl_final_prefix"
14164 acl_save_exec_prefix="$exec_prefix"
14165 exec_prefix="$acl_final_exec_prefix"
14166 eval x=\"$x\"
14167 exec_prefix="$acl_save_exec_prefix"
14168 prefix="$acl_save_prefix"
14169
14170 if test "X$x" = "X-L$found_dir"; then
14171 haveit=yes
14172 break
14173 fi
14174 done
14175 if test -z "$haveit"; then
14176 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14177 fi
14178 if test "$hardcode_minus_L" != no; then
14179 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14180 else
14181 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14182 fi
14183 fi
14184 fi
14185 fi
14186 else
14187 if test "X$found_a" != "X"; then
14188 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14189 else
14190 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14191 fi
14192 fi
14193 additional_includedir=
14194 case "$found_dir" in
14195 */lib | */lib/)
14196 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14197 additional_includedir="$basedir/include"
14198 ;;
14199 esac
14200 if test "X$additional_includedir" != "X"; then
14201 if test "X$additional_includedir" != "X/usr/include"; then
14202 haveit=
14203 if test "X$additional_includedir" = "X/usr/local/include"; then
14204 if test -n "$GCC"; then
14205 case $host_os in
14206 linux*) haveit=yes;;
14207 esac
14208 fi
14209 fi
14210 if test -z "$haveit"; then
14211 for x in $CPPFLAGS $INCICONV; do
14212
14213 acl_save_prefix="$prefix"
14214 prefix="$acl_final_prefix"
14215 acl_save_exec_prefix="$exec_prefix"
14216 exec_prefix="$acl_final_exec_prefix"
14217 eval x=\"$x\"
14218 exec_prefix="$acl_save_exec_prefix"
14219 prefix="$acl_save_prefix"
14220
14221 if test "X$x" = "X-I$additional_includedir"; then
14222 haveit=yes
14223 break
14224 fi
14225 done
14226 if test -z "$haveit"; then
14227 if test -d "$additional_includedir"; then
14228 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14229 fi
14230 fi
14231 fi
14232 fi
14233 fi
14234 if test -n "$found_la"; then
14235 save_libdir="$libdir"
14236 case "$found_la" in
14237 */* | *\\*) . "$found_la" ;;
14238 *) . "./$found_la" ;;
14239 esac
14240 libdir="$save_libdir"
14241 for dep in $dependency_libs; do
14242 case "$dep" in
14243 -L*)
14244 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14245 if test "X$additional_libdir" != "X/usr/lib"; then
14246 haveit=
14247 if test "X$additional_libdir" = "X/usr/local/lib"; then
14248 if test -n "$GCC"; then
14249 case $host_os in
14250 linux*) haveit=yes;;
14251 esac
14252 fi
14253 fi
14254 if test -z "$haveit"; then
14255 haveit=
14256 for x in $LDFLAGS $LIBICONV; do
14257
14258 acl_save_prefix="$prefix"
14259 prefix="$acl_final_prefix"
14260 acl_save_exec_prefix="$exec_prefix"
14261 exec_prefix="$acl_final_exec_prefix"
14262 eval x=\"$x\"
14263 exec_prefix="$acl_save_exec_prefix"
14264 prefix="$acl_save_prefix"
14265
14266 if test "X$x" = "X-L$additional_libdir"; then
14267 haveit=yes
14268 break
14269 fi
14270 done
14271 if test -z "$haveit"; then
14272 if test -d "$additional_libdir"; then
14273 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14274 fi
14275 fi
14276 haveit=
14277 for x in $LDFLAGS $LTLIBICONV; do
14278
14279 acl_save_prefix="$prefix"
14280 prefix="$acl_final_prefix"
14281 acl_save_exec_prefix="$exec_prefix"
14282 exec_prefix="$acl_final_exec_prefix"
14283 eval x=\"$x\"
14284 exec_prefix="$acl_save_exec_prefix"
14285 prefix="$acl_save_prefix"
14286
14287 if test "X$x" = "X-L$additional_libdir"; then
14288 haveit=yes
14289 break
14290 fi
14291 done
14292 if test -z "$haveit"; then
14293 if test -d "$additional_libdir"; then
14294 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14295 fi
14296 fi
14297 fi
14298 fi
14299 ;;
14300 -R*)
14301 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14302 if test "$enable_rpath" != no; then
14303 haveit=
14304 for x in $rpathdirs; do
14305 if test "X$x" = "X$dir"; then
14306 haveit=yes
14307 break
14308 fi
14309 done
14310 if test -z "$haveit"; then
14311 rpathdirs="$rpathdirs $dir"
14312 fi
14313 haveit=
14314 for x in $ltrpathdirs; do
14315 if test "X$x" = "X$dir"; then
14316 haveit=yes
14317 break
14318 fi
14319 done
14320 if test -z "$haveit"; then
14321 ltrpathdirs="$ltrpathdirs $dir"
14322 fi
14323 fi
14324 ;;
14325 -l*)
14326 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14327 ;;
14328 *.la)
14329 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14330 ;;
14331 *)
14332 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14333 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14334 ;;
14335 esac
14336 done
14337 fi
14338 else
9f1528a1
AB
14339 if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
14340 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14341 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14342 else
14343 LIBICONV="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
14344 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
14345 fi
5ba684e2
NC
14346 fi
14347 fi
14348 fi
14349 done
14350 done
14351 if test "X$rpathdirs" != "X"; then
14352 if test -n "$hardcode_libdir_separator"; then
14353 alldirs=
14354 for found_dir in $rpathdirs; do
14355 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14356 done
14357 acl_save_libdir="$libdir"
14358 libdir="$alldirs"
14359 eval flag=\"$hardcode_libdir_flag_spec\"
14360 libdir="$acl_save_libdir"
14361 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14362 else
14363 for found_dir in $rpathdirs; do
14364 acl_save_libdir="$libdir"
14365 libdir="$found_dir"
14366 eval flag=\"$hardcode_libdir_flag_spec\"
14367 libdir="$acl_save_libdir"
14368 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14369 done
14370 fi
14371 fi
14372 if test "X$ltrpathdirs" != "X"; then
14373 for found_dir in $ltrpathdirs; do
14374 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14375 done
14376 fi
14377
14378
14379
14380
14381
14382
14383
81ecdfbb
RW
14384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14385$as_echo_n "checking for iconv... " >&6; }
d0ac1c44 14386if ${am_cv_func_iconv+:} false; then :
81ecdfbb 14387 $as_echo_n "(cached) " >&6
5ba684e2
NC
14388else
14389
14390 am_cv_func_iconv="no, consider installing GNU libiconv"
14391 am_cv_lib_iconv=no
cfe101c6
YS
14392 am_save_CPPFLAGS="$CPPFLAGS"
14393 CPPFLAGS="$CPPFLAGS $INCICONV"
81ecdfbb 14394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14395/* end confdefs.h. */
14396#include <stdlib.h>
14397#include <iconv.h>
14398int
14399main ()
14400{
14401iconv_t cd = iconv_open("","");
14402 iconv(cd,NULL,NULL,NULL,NULL);
14403 iconv_close(cd);
14404 ;
14405 return 0;
14406}
14407_ACEOF
81ecdfbb 14408if ac_fn_c_try_link "$LINENO"; then :
5ba684e2 14409 am_cv_func_iconv=yes
5ba684e2 14410fi
81ecdfbb
RW
14411rm -f core conftest.err conftest.$ac_objext \
14412 conftest$ac_exeext conftest.$ac_ext
cfe101c6
YS
14413 CPPFLAGS="$am_save_CPPFLAGS"
14414
14415 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14416 for _libs in .libs _libs; do
14417 am_save_CPPFLAGS="$CPPFLAGS"
14418 am_save_LIBS="$LIBS"
14419 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14420 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14422/* end confdefs.h. */
14423#include <stdlib.h>
14424#include <iconv.h>
14425int
14426main ()
14427{
14428iconv_t cd = iconv_open("","");
14429 iconv(cd,NULL,NULL,NULL,NULL);
14430 iconv_close(cd);
14431 ;
14432 return 0;
14433}
14434_ACEOF
14435if ac_fn_c_try_link "$LINENO"; then :
14436 INCICONV="-I../libiconv/include"
14437 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14438 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14439 am_cv_lib_iconv=yes
14440 am_cv_func_iconv=yes
14441fi
14442rm -f core conftest.err conftest.$ac_objext \
14443 conftest$ac_exeext conftest.$ac_ext
14444 CPPFLAGS="$am_save_CPPFLAGS"
14445 LIBS="$am_save_LIBS"
14446 if test "$am_cv_func_iconv" = "yes"; then
14447 break
14448 fi
14449 done
14450 fi
14451
5ba684e2 14452 if test "$am_cv_func_iconv" != yes; then
cfe101c6 14453 am_save_CPPFLAGS="$CPPFLAGS"
5ba684e2 14454 am_save_LIBS="$LIBS"
5d762de0 14455 CPPFLAGS="$CPPFLAGS $INCICONV"
5ba684e2 14456 LIBS="$LIBS $LIBICONV"
81ecdfbb 14457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14458/* end confdefs.h. */
14459#include <stdlib.h>
14460#include <iconv.h>
14461int
14462main ()
14463{
14464iconv_t cd = iconv_open("","");
14465 iconv(cd,NULL,NULL,NULL,NULL);
14466 iconv_close(cd);
14467 ;
14468 return 0;
14469}
14470_ACEOF
81ecdfbb 14471if ac_fn_c_try_link "$LINENO"; then :
5ba684e2
NC
14472 am_cv_lib_iconv=yes
14473 am_cv_func_iconv=yes
5ba684e2 14474fi
81ecdfbb
RW
14475rm -f core conftest.err conftest.$ac_objext \
14476 conftest$ac_exeext conftest.$ac_ext
cfe101c6 14477 CPPFLAGS="$am_save_CPPFLAGS"
5ba684e2
NC
14478 LIBS="$am_save_LIBS"
14479 fi
14480
14481fi
81ecdfbb
RW
14482{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14483$as_echo "$am_cv_func_iconv" >&6; }
5ba684e2
NC
14484 if test "$am_cv_func_iconv" = yes; then
14485
81ecdfbb 14486$as_echo "#define HAVE_ICONV 1" >>confdefs.h
5ba684e2
NC
14487
14488 fi
14489 if test "$am_cv_lib_iconv" = yes; then
cfe101c6
YS
14490
14491 for element in $INCICONV; do
14492 haveit=
14493 for x in $CPPFLAGS; do
14494
14495 acl_save_prefix="$prefix"
14496 prefix="$acl_final_prefix"
14497 acl_save_exec_prefix="$exec_prefix"
14498 exec_prefix="$acl_final_exec_prefix"
14499 eval x=\"$x\"
14500 exec_prefix="$acl_save_exec_prefix"
14501 prefix="$acl_save_prefix"
14502
14503 if test "X$x" = "X$element"; then
14504 haveit=yes
14505 break
14506 fi
14507 done
14508 if test -z "$haveit"; then
14509 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14510 fi
14511 done
14512
81ecdfbb
RW
14513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14514$as_echo_n "checking how to link with libiconv... " >&6; }
14515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14516$as_echo "$LIBICONV" >&6; }
5ba684e2 14517 else
5ba684e2
NC
14518 LIBICONV=
14519 LTLIBICONV=
14520 fi
14521
14522
14523
14524 if test "$am_cv_func_iconv" = yes; then
81ecdfbb
RW
14525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14526$as_echo_n "checking for iconv declaration... " >&6; }
d0ac1c44 14527 if ${am_cv_proto_iconv+:} false; then :
81ecdfbb 14528 $as_echo_n "(cached) " >&6
5ba684e2
NC
14529else
14530
81ecdfbb 14531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14532/* end confdefs.h. */
14533
14534#include <stdlib.h>
14535#include <iconv.h>
14536extern
14537#ifdef __cplusplus
14538"C"
14539#endif
14540#if defined(__STDC__) || defined(__cplusplus)
14541size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14542#else
14543size_t iconv();
14544#endif
14545
14546int
14547main ()
14548{
14549
14550 ;
14551 return 0;
14552}
14553_ACEOF
81ecdfbb 14554if ac_fn_c_try_compile "$LINENO"; then :
5ba684e2
NC
14555 am_cv_proto_iconv_arg1=""
14556else
81ecdfbb 14557 am_cv_proto_iconv_arg1="const"
5ba684e2 14558fi
81ecdfbb 14559rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ba684e2
NC
14560 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
14561fi
14562
14563 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 14564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
5ba684e2 14565 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
14566$as_echo "${ac_t:-
14567 }$am_cv_proto_iconv" >&6; }
5ba684e2
NC
14568
14569cat >>confdefs.h <<_ACEOF
14570#define ICONV_CONST $am_cv_proto_iconv_arg1
14571_ACEOF
14572
14573 fi
14574
14575
252b5132
RH
14576BUILD_SRCONV=
14577BUILD_DLLTOOL=
14578DLLTOOL_DEFS=
7aad4c3d 14579DLLTOOL_DEFAULT=
252b5132 14580BUILD_WINDRES=
692ed3e7 14581BUILD_WINDMC=
252b5132
RH
14582BUILD_DLLWRAP=
14583BUILD_MISC=
1d97d67f 14584BUILD_INSTALL_MISC=
8b1e6df3 14585OBJDUMP_DEFS=
6abcee90
TG
14586OBJDUMP_PRIVATE_VECTORS=
14587OBJDUMP_PRIVATE_OFILES=
14588od_vectors=
252b5132
RH
14589
14590for targ in $target $canon_targets
14591do
b5c37946
SJ
14592 case $targ in
14593 all | *-*-hms*)
252b5132 14594 BUILD_SRCONV='$(SRCONV_PROG)'
b5c37946
SJ
14595 ;;
14596 esac
14597
14598 case $targ in
14599 all | spu-*-*)
14600 BUILD_MISC='bin2c$(EXEEXT_FOR_BUILD)'
14601 ;;
14602 esac
14603
14604 case $targ in
14605 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
14606 BUILD_INSTALL_MISC=embedspu
14607 ;;
14608 esac
14609
14610 case $targ in
14611 mep-*)
14612 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14613 ;;
14614 powerpc*-aix5.[01])
14615 ;;
14616 powerpc*-aix[5-9].*)
14617 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14618 ;;
14619 esac
14620
14621 case $targ in
14622 aarch64-*-mingw*)
b7bf7f1b
AM
14623 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14624 if test -z "$DLLTOOL_DEFAULT"; then
b5c37946 14625 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_AARCH64"
b7bf7f1b 14626 fi
b5c37946
SJ
14627 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_AARCH64"
14628 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14629 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
b7bf7f1b 14630 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
b5c37946
SJ
14631 ;;
14632 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
14633 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14634 if test -z "$DLLTOOL_DEFAULT"; then
675b9d61 14635 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
b5c37946
SJ
14636 fi
14637 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14638 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14639 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14640 ;;
14641 arm-*-pe*)
14642 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14643 if test -z "$DLLTOOL_DEFAULT"; then
675b9d61 14644 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
b5c37946
SJ
14645 fi
14646 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14647 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14648 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14649 ;;
14650 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | all)
14651 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14652 if test -z "$DLLTOOL_DEFAULT"; then
7aad4c3d 14653 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
b5c37946
SJ
14654 fi
14655 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14656 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14657 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14658 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14659 ;;
14660 i[3-7]86-*-interix)
14661 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
14662 if test -z "$DLLTOOL_DEFAULT"; then
675b9d61 14663 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
b5c37946
SJ
14664 fi
14665 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14666 ;;
14667 mcore-*-pe)
14668 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14669 if test -z "$DLLTOOL_DEFAULT"; then
7aad4c3d 14670 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
b5c37946
SJ
14671 fi
14672 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14673 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14674 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14675 ;;
14676 mcore-*-elf)
14677 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14678 if test -z "$DLLTOOL_DEFAULT"; then
7aad4c3d 14679 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
b5c37946
SJ
14680 fi
14681 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
14682 ;;
14683 sh*-*-pe)
14684 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14685 if test -z "$DLLTOOL_DEFAULT"; then
14686 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14687 fi
14688 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14689 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14690 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14691 ;;
14692 x86_64-*-mingw* | x86_64-*-cygwin*)
14693 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14694 if test -z "$DLLTOOL_DEFAULT"; then
14695 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14696 fi
14697 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14698 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14699 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14700 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14701 ;;
14702 esac
6abcee90 14703
b5c37946
SJ
14704 # Add objdump private vectors.
14705 case $targ in
14706 all)
14707 od_vectors="objdump_private_desc_elf32_avr objdump_private_desc_xcoff\
14708 objdump_private_desc_pe objdump_private_desc_mach_o"
14709 ;;
14710 avr-*-*)
14711 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14712 ;;
14713 powerpc*-*-aix* | rs6000-*-aix*)
14714 od_vectors="$od_vectors objdump_private_desc_xcoff"
14715 ;;
14716 *-*-pe* | *-*-cygwin* | *-*-mingw*)
14717 od_vectors="$od_vectors objdump_private_desc_pe"
14718 ;;
14719 *-*-darwin*)
14720 od_vectors="$od_vectors objdump_private_desc_mach_o"
14721 ;;
14722 esac
252b5132
RH
14723done
14724
6abcee90
TG
14725# Uniq objdump private vector, build objdump target ofiles.
14726od_files=
14727f=""
14728for i in $od_vectors ; do
14729 case " $f " in
14730 *" $i "*) ;;
14731 *)
14732 f="$f $i"
14733 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14734 case $i in
6d0cfb9c
DC
14735 objdump_private_desc_elf32_avr)
14736 od_files="$od_files od-elf32_avr" ;;
6abcee90
TG
14737 objdump_private_desc_xcoff)
14738 od_files="$od_files od-xcoff" ;;
45b8517a
NC
14739 objdump_private_desc_pe)
14740 od_files="$od_files od-pe" ;;
c5012cd8
TG
14741 objdump_private_desc_mach_o)
14742 od_files="$od_files od-macho" ;;
d0ac1c44 14743 *) as_fn_error $? "*** unknown private vector $i" "$LINENO" 5 ;;
6abcee90
TG
14744 esac
14745 ;;
14746 esac
14747done
14748
14749# Uniq objdump target ofiles
14750f=""
14751for i in $od_files ; do
14752 case " $f " in
14753 *" $i "*) ;;
14754 *)
14755 f="$f $i"
14756 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14757 ;;
14758 esac
14759done
14760
7aad4c3d
L
14761DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14762
42ecbf5e
DJ
14763if test "${with_windres+set}" = set; then
14764 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14765fi
14766
692ed3e7
NC
14767if test "${with_windmc+set}" = set; then
14768 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14769fi
14770
6abcee90
TG
14771OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14772
14773
692ed3e7 14774
42ecbf5e
DJ
14775
14776
14777
14778
14779
14780
14781
14782
14783
14784
42ecbf5e
DJ
14785cat >>confdefs.h <<_ACEOF
14786#define TARGET "${target}"
14787_ACEOF
14788
14789
14790targ=$target
14791. $srcdir/../bfd/config.bfd
14792if test "x$targ_underscore" = "xyes"; then
14793 UNDERSCORE=1
14794else
14795 UNDERSCORE=0
14796fi
14797
14798cat >>confdefs.h <<_ACEOF
14799#define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14800_ACEOF
14801
14802
14803# Emulation
52fbfb5d
AM
14804targ=$target
14805. ${srcdir}/configure.tgt
14806EMULATION=$targ_emul
14807EMULATION_VECTOR=$targ_emul_vector
42ecbf5e
DJ
14808
14809
14810
14811
108a6f8e
CD
14812# Required for html and install-html
14813
14814
14815
14816
31dd3154 14817
45c06bb7 14818ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
da594c4a 14819
42ecbf5e
DJ
14820cat >confcache <<\_ACEOF
14821# This file is a shell script that caches the results of configure
14822# tests run on this system so they can be shared between configure
14823# scripts and configure runs, see configure's option --config-cache.
14824# It is not useful on other systems. If it contains results you don't
14825# want to keep, you may remove or edit it.
14826#
14827# config.status only pays attention to the cache file if you give it
14828# the --recheck option to rerun configure.
14829#
14830# `ac_cv_env_foo' variables (set or unset) will be overridden when
14831# loading this file, other *unset* `ac_cv_foo' will be assigned the
14832# following values.
14833
14834_ACEOF
14835
14836# The following way of writing the cache mishandles newlines in values,
14837# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14838# So, we kill variables containing newlines.
42ecbf5e
DJ
14839# Ultrix sh set writes to stderr and can't be redirected directly,
14840# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14841(
14842 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14843 eval ac_val=\$$ac_var
14844 case $ac_val in #(
14845 *${as_nl}*)
14846 case $ac_var in #(
14847 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14848$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14849 esac
14850 case $ac_var in #(
14851 _ | IFS | as_nl) ;; #(
14852 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14853 *) { eval $ac_var=; unset $ac_var;} ;;
14854 esac ;;
14855 esac
14856 done
14857
42ecbf5e 14858 (set) 2>&1 |
81ecdfbb
RW
14859 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14860 *${as_nl}ac_space=\ *)
14861 # `set' does not quote correctly, so add quotes: double-quote
14862 # substitution turns \\\\ into \\, and sed turns \\ into \.
42ecbf5e
DJ
14863 sed -n \
14864 "s/'/'\\\\''/g;
14865 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14866 ;; #(
42ecbf5e
DJ
14867 *)
14868 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14869 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 14870 ;;
81ecdfbb
RW
14871 esac |
14872 sort
14873) |
42ecbf5e 14874 sed '
81ecdfbb 14875 /^ac_cv_env_/b end
42ecbf5e 14876 t clear
81ecdfbb 14877 :clear
42ecbf5e
DJ
14878 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14879 t end
81ecdfbb
RW
14880 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14881 :end' >>confcache
14882if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14883 if test -w "$cache_file"; then
d0ac1c44 14884 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
14885 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14886$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
14887 if test ! -f "$cache_file" || test -h "$cache_file"; then
14888 cat confcache >"$cache_file"
14889 else
14890 case $cache_file in #(
14891 */* | ?:*)
14892 mv -f confcache "$cache_file"$$ &&
14893 mv -f "$cache_file"$$ "$cache_file" ;; #(
14894 *)
14895 mv -f confcache "$cache_file" ;;
14896 esac
14897 fi
14898 fi
42ecbf5e 14899 else
81ecdfbb
RW
14900 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14901$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42ecbf5e
DJ
14902 fi
14903fi
14904rm -f confcache
14905
14906test "x$prefix" = xNONE && prefix=$ac_default_prefix
14907# Let make expand exec_prefix.
14908test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14909
42ecbf5e
DJ
14910DEFS=-DHAVE_CONFIG_H
14911
14912ac_libobjs=
14913ac_ltlibobjs=
d0ac1c44 14914U=
42ecbf5e
DJ
14915for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14916 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14917 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14918 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14919 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14920 # will be set to the directory where LIBOBJS objects are built.
14921 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14922 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42ecbf5e
DJ
14923done
14924LIBOBJS=$ac_libobjs
14925
14926LTLIBOBJS=$ac_ltlibobjs
14927
14928
d0ac1c44
SM
14929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14930$as_echo_n "checking that generated files are newer than configure... " >&6; }
14931 if test -n "$am_sleep_pid"; then
14932 # Hide warnings about reused PIDs.
14933 wait $am_sleep_pid 2>/dev/null
14934 fi
14935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14936$as_echo "done" >&6; }
81ecdfbb
RW
14937 if test -n "$EXEEXT"; then
14938 am__EXEEXT_TRUE=
14939 am__EXEEXT_FALSE='#'
14940else
14941 am__EXEEXT_TRUE='#'
14942 am__EXEEXT_FALSE=
42ecbf5e 14943fi
81ecdfbb 14944
87b9f255
AM
14945if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14946 as_fn_error $? "conditional \"AMDEP\" was never defined.
14947Usually this means the macro was only invoked conditionally." "$LINENO" 5
14948fi
14949if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14950 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14951Usually this means the macro was only invoked conditionally." "$LINENO" 5
14952fi
094e34f2
NA
14953if test -z "${ENABLE_LIBCTF_TRUE}" && test -z "${ENABLE_LIBCTF_FALSE}"; then
14954 as_fn_error $? "conditional \"ENABLE_LIBCTF\" was never defined.
14955Usually this means the macro was only invoked conditionally." "$LINENO" 5
14956fi
42ecbf5e 14957if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 14958 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
81ecdfbb 14959Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e 14960fi
d5fbea21 14961if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
d0ac1c44 14962 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
81ecdfbb 14963Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 14964fi
42ecbf5e 14965
d0ac1c44 14966: "${CONFIG_STATUS=./config.status}"
81ecdfbb 14967ac_write_fail=0
42ecbf5e
DJ
14968ac_clean_files_save=$ac_clean_files
14969ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14970{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14971$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14972as_write_fail=0
14973cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42ecbf5e
DJ
14974#! $SHELL
14975# Generated by $as_me.
14976# Run this file to recreate the current configuration.
14977# Compiler output produced by configure, useful for debugging
14978# configure, is in config.log if it exists.
14979
14980debug=false
14981ac_cs_recheck=false
14982ac_cs_silent=false
252b5132 14983
81ecdfbb
RW
14984SHELL=\${CONFIG_SHELL-$SHELL}
14985export SHELL
14986_ASEOF
14987cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14988## -------------------- ##
14989## M4sh Initialization. ##
14990## -------------------- ##
252b5132 14991
81ecdfbb
RW
14992# Be more Bourne compatible
14993DUALCASE=1; export DUALCASE # for MKS sh
14994if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
14995 emulate sh
14996 NULLCMD=:
81ecdfbb 14997 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
14998 # is contrary to our usage. Disable this feature.
14999 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
15000 setopt NO_GLOB_SUBST
15001else
15002 case `(set -o) 2>/dev/null` in #(
15003 *posix*) :
15004 set -o posix ;; #(
15005 *) :
15006 ;;
15007esac
42ecbf5e 15008fi
252b5132 15009
81ecdfbb
RW
15010
15011as_nl='
15012'
15013export as_nl
15014# Printing a long string crashes Solaris 7 /usr/bin/printf.
15015as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15016as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15017as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15018# Prefer a ksh shell builtin over an external printf program on Solaris,
15019# but without wasting forks for bash or zsh.
15020if test -z "$BASH_VERSION$ZSH_VERSION" \
15021 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15022 as_echo='print -r --'
15023 as_echo_n='print -rn --'
15024elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15025 as_echo='printf %s\n'
15026 as_echo_n='printf %s'
15027else
15028 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15029 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15030 as_echo_n='/usr/ucb/echo -n'
15031 else
15032 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15033 as_echo_n_body='eval
15034 arg=$1;
15035 case $arg in #(
15036 *"$as_nl"*)
15037 expr "X$arg" : "X\\(.*\\)$as_nl";
15038 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15039 esac;
15040 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15041 '
15042 export as_echo_n_body
15043 as_echo_n='sh -c $as_echo_n_body as_echo'
15044 fi
15045 export as_echo_body
15046 as_echo='sh -c $as_echo_body as_echo'
15047fi
15048
15049# The user is always right.
15050if test "${PATH_SEPARATOR+set}" != set; then
15051 PATH_SEPARATOR=:
15052 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15053 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15054 PATH_SEPARATOR=';'
15055 }
42ecbf5e 15056fi
252b5132
RH
15057
15058
81ecdfbb
RW
15059# IFS
15060# We need space, tab and new line, in precisely that order. Quoting is
15061# there to prevent editors from complaining about space-tab.
15062# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15063# splitting by setting IFS to empty value.)
15064IFS=" "" $as_nl"
15065
15066# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 15067as_myself=
81ecdfbb
RW
15068case $0 in #((
15069 *[\\/]* ) as_myself=$0 ;;
15070 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15071for as_dir in $PATH
15072do
15073 IFS=$as_save_IFS
15074 test -z "$as_dir" && as_dir=.
15075 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15076 done
15077IFS=$as_save_IFS
15078
15079 ;;
15080esac
15081# We did not find ourselves, most probably we were run as `sh COMMAND'
15082# in which case we are not to be found in the path.
15083if test "x$as_myself" = x; then
15084 as_myself=$0
15085fi
15086if test ! -f "$as_myself"; then
15087 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15088 exit 1
15089fi
15090
15091# Unset variables that we do not need and which cause bugs (e.g. in
15092# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15093# suppresses any "Segmentation fault" message there. '((' could
15094# trigger a bug in pdksh 5.2.14.
15095for as_var in BASH_ENV ENV MAIL MAILPATH
15096do eval test x\${$as_var+set} = xset \
15097 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15098done
42ecbf5e
DJ
15099PS1='$ '
15100PS2='> '
15101PS4='+ '
252b5132 15102
42ecbf5e 15103# NLS nuisances.
81ecdfbb
RW
15104LC_ALL=C
15105export LC_ALL
15106LANGUAGE=C
15107export LANGUAGE
15108
15109# CDPATH.
15110(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15111
15112
d0ac1c44
SM
15113# as_fn_error STATUS ERROR [LINENO LOG_FD]
15114# ----------------------------------------
81ecdfbb
RW
15115# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15116# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 15117# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
15118as_fn_error ()
15119{
d0ac1c44
SM
15120 as_status=$1; test $as_status -eq 0 && as_status=1
15121 if test "$4"; then
15122 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15123 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
42ecbf5e 15124 fi
d0ac1c44 15125 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
15126 as_fn_exit $as_status
15127} # as_fn_error
15128
15129
15130# as_fn_set_status STATUS
15131# -----------------------
15132# Set $? to STATUS, without forking.
15133as_fn_set_status ()
15134{
15135 return $1
15136} # as_fn_set_status
15137
15138# as_fn_exit STATUS
15139# -----------------
15140# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15141as_fn_exit ()
15142{
15143 set +e
15144 as_fn_set_status $1
15145 exit $1
15146} # as_fn_exit
15147
15148# as_fn_unset VAR
15149# ---------------
15150# Portably unset VAR.
15151as_fn_unset ()
15152{
15153 { eval $1=; unset $1;}
15154}
15155as_unset=as_fn_unset
15156# as_fn_append VAR VALUE
15157# ----------------------
15158# Append the text in VALUE to the end of the definition contained in VAR. Take
15159# advantage of any shell optimizations that allow amortized linear growth over
15160# repeated appends, instead of the typical quadratic growth present in naive
15161# implementations.
15162if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15163 eval 'as_fn_append ()
15164 {
15165 eval $1+=\$2
15166 }'
15167else
15168 as_fn_append ()
15169 {
15170 eval $1=\$$1\$2
15171 }
15172fi # as_fn_append
15173
15174# as_fn_arith ARG...
15175# ------------------
15176# Perform arithmetic evaluation on the ARGs, and store the result in the
15177# global $as_val. Take advantage of shells that can avoid forks. The arguments
15178# must be portable across $(()) and expr.
15179if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15180 eval 'as_fn_arith ()
15181 {
15182 as_val=$(( $* ))
15183 }'
15184else
15185 as_fn_arith ()
15186 {
15187 as_val=`expr "$@" || test $? -eq 1`
15188 }
15189fi # as_fn_arith
15190
252b5132 15191
81ecdfbb
RW
15192if expr a : '\(a\)' >/dev/null 2>&1 &&
15193 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
15194 as_expr=expr
15195else
15196 as_expr=false
15197fi
252b5132 15198
81ecdfbb 15199if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
15200 as_basename=basename
15201else
15202 as_basename=false
15203fi
252b5132 15204
81ecdfbb
RW
15205if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15206 as_dirname=dirname
15207else
15208 as_dirname=false
15209fi
8b1e6df3 15210
81ecdfbb 15211as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
15212$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15213 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15214 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15215$as_echo X/"$0" |
15216 sed '/^.*\/\([^/][^/]*\)\/*$/{
15217 s//\1/
15218 q
15219 }
15220 /^X\/\(\/\/\)$/{
15221 s//\1/
15222 q
15223 }
15224 /^X\/\(\/\).*/{
15225 s//\1/
15226 q
15227 }
15228 s/.*/./; q'`
0218d1e4 15229
42ecbf5e
DJ
15230# Avoid depending upon Character Ranges.
15231as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15232as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15233as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15234as_cr_digits='0123456789'
15235as_cr_alnum=$as_cr_Letters$as_cr_digits
252b5132 15236
81ecdfbb
RW
15237ECHO_C= ECHO_N= ECHO_T=
15238case `echo -n x` in #(((((
15239-n*)
15240 case `echo 'xy\c'` in
15241 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15242 xy) ECHO_C='\c';;
15243 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15244 ECHO_T=' ';;
15245 esac;;
15246*)
15247 ECHO_N='-n';;
42ecbf5e 15248esac
eb1e0e80 15249
81ecdfbb
RW
15250rm -f conf$$ conf$$.exe conf$$.file
15251if test -d conf$$.dir; then
15252 rm -f conf$$.dir/conf$$.file
d15b04bd 15253else
81ecdfbb
RW
15254 rm -f conf$$.dir
15255 mkdir conf$$.dir 2>/dev/null
42ecbf5e 15256fi
81ecdfbb
RW
15257if (echo >conf$$.file) 2>/dev/null; then
15258 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 15259 as_ln_s='ln -s'
81ecdfbb
RW
15260 # ... but there are two gotchas:
15261 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15262 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 15263 # In both cases, we have to default to `cp -pR'.
81ecdfbb 15264 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 15265 as_ln_s='cp -pR'
81ecdfbb
RW
15266 elif ln conf$$.file conf$$ 2>/dev/null; then
15267 as_ln_s=ln
15268 else
d0ac1c44 15269 as_ln_s='cp -pR'
252b5132 15270 fi
42ecbf5e 15271else
d0ac1c44 15272 as_ln_s='cp -pR'
252b5132 15273fi
81ecdfbb
RW
15274rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15275rmdir conf$$.dir 2>/dev/null
15276
15277
15278# as_fn_mkdir_p
15279# -------------
15280# Create "$as_dir" as a directory, including parents if necessary.
15281as_fn_mkdir_p ()
15282{
15283
15284 case $as_dir in #(
15285 -*) as_dir=./$as_dir;;
15286 esac
15287 test -d "$as_dir" || eval $as_mkdir_p || {
15288 as_dirs=
15289 while :; do
15290 case $as_dir in #(
15291 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15292 *) as_qdir=$as_dir;;
15293 esac
15294 as_dirs="'$as_qdir' $as_dirs"
15295 as_dir=`$as_dirname -- "$as_dir" ||
15296$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15297 X"$as_dir" : 'X\(//\)[^/]' \| \
15298 X"$as_dir" : 'X\(//\)$' \| \
15299 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15300$as_echo X"$as_dir" |
15301 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15302 s//\1/
15303 q
15304 }
15305 /^X\(\/\/\)[^/].*/{
15306 s//\1/
15307 q
15308 }
15309 /^X\(\/\/\)$/{
15310 s//\1/
15311 q
15312 }
15313 /^X\(\/\).*/{
15314 s//\1/
15315 q
15316 }
15317 s/.*/./; q'`
15318 test -d "$as_dir" && break
15319 done
15320 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 15321 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 15322
252b5132 15323
81ecdfbb 15324} # as_fn_mkdir_p
42ecbf5e 15325if mkdir -p . 2>/dev/null; then
81ecdfbb 15326 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
15327else
15328 test -d ./-p && rmdir ./-p
15329 as_mkdir_p=false
15330fi
81ecdfbb 15331
d0ac1c44
SM
15332
15333# as_fn_executable_p FILE
15334# -----------------------
15335# Test if FILE is an executable regular file.
15336as_fn_executable_p ()
15337{
15338 test -f "$1" && test -x "$1"
15339} # as_fn_executable_p
15340as_test_x='test -x'
15341as_executable_p=as_fn_executable_p
252b5132 15342
42ecbf5e
DJ
15343# Sed expression to map a string onto a valid CPP name.
15344as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15345
15346# Sed expression to map a string onto a valid variable name.
15347as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15348
15349
42ecbf5e 15350exec 6>&1
81ecdfbb
RW
15351## ----------------------------------- ##
15352## Main body of $CONFIG_STATUS script. ##
15353## ----------------------------------- ##
15354_ASEOF
15355test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
42ecbf5e 15356
81ecdfbb
RW
15357cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15358# Save the log message, to keep $0 and so on meaningful, and to
42ecbf5e 15359# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15360# values after options handling.
15361ac_log="
b5c37946 15362This file was extended by binutils $as_me 2.41.50, which was
d0ac1c44 15363generated by GNU Autoconf 2.69. Invocation command line was
42ecbf5e
DJ
15364
15365 CONFIG_FILES = $CONFIG_FILES
15366 CONFIG_HEADERS = $CONFIG_HEADERS
15367 CONFIG_LINKS = $CONFIG_LINKS
15368 CONFIG_COMMANDS = $CONFIG_COMMANDS
15369 $ $0 $@
15370
81ecdfbb
RW
15371on `(hostname || uname -n) 2>/dev/null | sed 1q`
15372"
15373
42ecbf5e
DJ
15374_ACEOF
15375
81ecdfbb
RW
15376case $ac_config_files in *"
15377"*) set x $ac_config_files; shift; ac_config_files=$*;;
15378esac
252b5132 15379
81ecdfbb
RW
15380case $ac_config_headers in *"
15381"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15382esac
e5a52504
MM
15383
15384
81ecdfbb
RW
15385cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15386# Files that config.status was made for.
15387config_files="$ac_config_files"
15388config_headers="$ac_config_headers"
15389config_commands="$ac_config_commands"
d15b04bd 15390
81ecdfbb 15391_ACEOF
42ecbf5e 15392
81ecdfbb 15393cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 15394ac_cs_usage="\
81ecdfbb
RW
15395\`$as_me' instantiates files and other configuration actions
15396from templates according to the current configuration. Unless the files
15397and actions are specified as TAGs, all are instantiated by default.
42ecbf5e 15398
81ecdfbb 15399Usage: $0 [OPTION]... [TAG]...
42ecbf5e
DJ
15400
15401 -h, --help print this help, then exit
81ecdfbb 15402 -V, --version print version number and configuration settings, then exit
d0ac1c44 15403 --config print configuration, then exit
81ecdfbb
RW
15404 -q, --quiet, --silent
15405 do not print progress messages
42ecbf5e
DJ
15406 -d, --debug don't remove temporary files
15407 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15408 --file=FILE[:TEMPLATE]
15409 instantiate the configuration file FILE
15410 --header=FILE[:TEMPLATE]
15411 instantiate the configuration header FILE
42ecbf5e
DJ
15412
15413Configuration files:
15414$config_files
15415
15416Configuration headers:
15417$config_headers
15418
15419Configuration commands:
15420$config_commands
15421
81ecdfbb 15422Report bugs to the package provider."
42ecbf5e 15423
81ecdfbb
RW
15424_ACEOF
15425cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15426ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
42ecbf5e 15427ac_cs_version="\\
b5c37946 15428binutils config.status 2.41.50
d0ac1c44
SM
15429configured by $0, generated by GNU Autoconf 2.69,
15430 with options \\"\$ac_cs_config\\"
42ecbf5e 15431
d0ac1c44 15432Copyright (C) 2012 Free Software Foundation, Inc.
42ecbf5e
DJ
15433This config.status script is free software; the Free Software Foundation
15434gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15435
15436ac_pwd='$ac_pwd'
15437srcdir='$srcdir'
15438INSTALL='$INSTALL'
15439MKDIR_P='$MKDIR_P'
15440AWK='$AWK'
15441test -n "\$AWK" || AWK=awk
42ecbf5e
DJ
15442_ACEOF
15443
81ecdfbb
RW
15444cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15445# The default lists apply if the user does not specify any file.
42ecbf5e
DJ
15446ac_need_defaults=:
15447while test $# != 0
15448do
15449 case $1 in
d0ac1c44 15450 --*=?*)
81ecdfbb
RW
15451 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15452 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42ecbf5e
DJ
15453 ac_shift=:
15454 ;;
d0ac1c44
SM
15455 --*=)
15456 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15457 ac_optarg=
15458 ac_shift=:
15459 ;;
81ecdfbb 15460 *)
42ecbf5e
DJ
15461 ac_option=$1
15462 ac_optarg=$2
15463 ac_shift=shift
15464 ;;
42ecbf5e
DJ
15465 esac
15466
15467 case $ac_option in
15468 # Handling of the options.
42ecbf5e
DJ
15469 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15470 ac_cs_recheck=: ;;
81ecdfbb
RW
15471 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15472 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
15473 --config | --confi | --conf | --con | --co | --c )
15474 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 15475 --debug | --debu | --deb | --de | --d | -d )
42ecbf5e
DJ
15476 debug=: ;;
15477 --file | --fil | --fi | --f )
15478 $ac_shift
81ecdfbb
RW
15479 case $ac_optarg in
15480 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 15481 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
15482 esac
15483 as_fn_append CONFIG_FILES " '$ac_optarg'"
42ecbf5e
DJ
15484 ac_need_defaults=false;;
15485 --header | --heade | --head | --hea )
15486 $ac_shift
81ecdfbb
RW
15487 case $ac_optarg in
15488 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15489 esac
15490 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42ecbf5e 15491 ac_need_defaults=false;;
81ecdfbb
RW
15492 --he | --h)
15493 # Conflict between --help and --header
d0ac1c44 15494 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
15495Try \`$0 --help' for more information.";;
15496 --help | --hel | -h )
15497 $as_echo "$ac_cs_usage"; exit ;;
42ecbf5e
DJ
15498 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15499 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15500 ac_cs_silent=: ;;
15501
15502 # This is an error.
d0ac1c44 15503 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 15504Try \`$0 --help' for more information." ;;
42ecbf5e 15505
81ecdfbb
RW
15506 *) as_fn_append ac_config_targets " $1"
15507 ac_need_defaults=false ;;
42ecbf5e
DJ
15508
15509 esac
15510 shift
15511done
15512
15513ac_configure_extra_args=
15514
15515if $ac_cs_silent; then
15516 exec 6>/dev/null
15517 ac_configure_extra_args="$ac_configure_extra_args --silent"
15518fi
15519
15520_ACEOF
81ecdfbb 15521cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 15522if \$ac_cs_recheck; then
d0ac1c44 15523 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
15524 shift
15525 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15526 CONFIG_SHELL='$SHELL'
15527 export CONFIG_SHELL
15528 exec "\$@"
42ecbf5e
DJ
15529fi
15530
15531_ACEOF
81ecdfbb
RW
15532cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15533exec 5>>config.log
15534{
15535 echo
15536 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15537## Running $as_me. ##
15538_ASBOX
15539 $as_echo "$ac_log"
15540} >&5
42ecbf5e 15541
81ecdfbb
RW
15542_ACEOF
15543cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d15b04bd 15544#
81ecdfbb 15545# INIT-COMMANDS
d15b04bd 15546#
b9583093 15547AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
15548
15549
15550# The HP-UX ksh and POSIX shell print the target directory to stdout
15551# if CDPATH is set.
15552(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15553
15554sed_quote_subst='$sed_quote_subst'
15555double_quote_subst='$double_quote_subst'
15556delay_variable_subst='$delay_variable_subst'
3725885a
RW
15557macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15558macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15559enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15560enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15561pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15562enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15563SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15564ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15565host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15566host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15567host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15568build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15569build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15570build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15571SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15572Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15573GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15574EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15575FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15576LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15577NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15578LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15579max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15580ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15581exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15582lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15583lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15584lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15585reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15586reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15587OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15588deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15589file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15590AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15591AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15592STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15593RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15594old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15595old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15596old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15597lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15598CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15599CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15600compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15601GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15602lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15603lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15604lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15605lt_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"`'
15606objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15607MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15608lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 15609lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 15610lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15611lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15612lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15613need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15614DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15615NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15616LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15617OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15618OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15619libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15620shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15621extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15622archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15623enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15624export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15625whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15626compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15627old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15628old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15629archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15630archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15631module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15632module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15633with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15634allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15635no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15636hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15637hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15638hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15639hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15640hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15641hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15642hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15643hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15644inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15645link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 15646fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
15647always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15648export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15649exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15650include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15651prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15652file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15653variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15654need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15655need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15656version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15657runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15658shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15659shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15660libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15661library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15662soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15663install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15664postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15665postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15666finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15667finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15668hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15669sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15670sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15671hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15672enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15673enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15674enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15675old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15676striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
15677
15678LTCC='$LTCC'
15679LTCFLAGS='$LTCFLAGS'
15680compiler='$compiler_DEFAULT'
15681
3725885a
RW
15682# A function that is used when there is no print builtin or printf.
15683func_fallback_echo ()
15684{
15685 eval 'cat <<_LTECHO_EOF
15686\$1
15687_LTECHO_EOF'
15688}
15689
d7040cdb 15690# Quote evaled strings.
3725885a
RW
15691for var in SHELL \
15692ECHO \
15693SED \
d7040cdb
SE
15694GREP \
15695EGREP \
15696FGREP \
15697LD \
15698NM \
15699LN_S \
15700lt_SP2NL \
15701lt_NL2SP \
15702reload_flag \
718a6fd8 15703OBJDUMP \
d7040cdb
SE
15704deplibs_check_method \
15705file_magic_cmd \
15706AR \
15707AR_FLAGS \
15708STRIP \
15709RANLIB \
15710CC \
15711CFLAGS \
15712compiler \
15713lt_cv_sys_global_symbol_pipe \
15714lt_cv_sys_global_symbol_to_cdecl \
15715lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 15716lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 15717lt_prog_compiler_no_builtin_flag \
df7b86aa 15718lt_prog_compiler_wl \
f2c621e4 15719lt_prog_compiler_pic \
d7040cdb
SE
15720lt_prog_compiler_static \
15721lt_cv_prog_compiler_c_o \
15722need_locks \
718a6fd8
SE
15723DSYMUTIL \
15724NMEDIT \
15725LIPO \
15726OTOOL \
15727OTOOL64 \
d7040cdb
SE
15728shrext_cmds \
15729export_dynamic_flag_spec \
15730whole_archive_flag_spec \
15731compiler_needs_object \
15732with_gnu_ld \
15733allow_undefined_flag \
15734no_undefined_flag \
15735hardcode_libdir_flag_spec \
15736hardcode_libdir_flag_spec_ld \
15737hardcode_libdir_separator \
f2c621e4 15738fix_srcfile_path \
d7040cdb
SE
15739exclude_expsyms \
15740include_expsyms \
15741file_list_spec \
15742variables_saved_for_relink \
15743libname_spec \
15744library_names_spec \
15745soname_spec \
3725885a 15746install_override_mode \
d7040cdb
SE
15747finish_eval \
15748old_striplib \
15749striplib; do
3725885a 15750 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15751 *[\\\\\\\`\\"\\\$]*)
3725885a 15752 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
15753 ;;
15754 *)
15755 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15756 ;;
15757 esac
15758done
15759
15760# Double-quote double-evaled strings.
15761for var in reload_cmds \
15762old_postinstall_cmds \
15763old_postuninstall_cmds \
15764old_archive_cmds \
15765extract_expsyms_cmds \
15766old_archive_from_new_cmds \
15767old_archive_from_expsyms_cmds \
15768archive_cmds \
15769archive_expsym_cmds \
15770module_cmds \
15771module_expsym_cmds \
15772export_symbols_cmds \
15773prelink_cmds \
15774postinstall_cmds \
15775postuninstall_cmds \
15776finish_cmds \
15777sys_lib_search_path_spec \
15778sys_lib_dlsearch_path_spec; do
3725885a 15779 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 15780 *[\\\\\\\`\\"\\\$]*)
3725885a 15781 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
15782 ;;
15783 *)
15784 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15785 ;;
15786 esac
15787done
15788
d7040cdb
SE
15789ac_aux_dir='$ac_aux_dir'
15790xsi_shell='$xsi_shell'
15791lt_shell_append='$lt_shell_append'
15792
15793# See if we are running on zsh, and set the options which allow our
15794# commands through without removal of \ escapes INIT.
15795if test -n "\${ZSH_VERSION+set}" ; then
15796 setopt NO_GLOB_SUBST
15797fi
15798
15799
15800 PACKAGE='$PACKAGE'
15801 VERSION='$VERSION'
15802 TIMESTAMP='$TIMESTAMP'
15803 RM='$RM'
15804 ofile='$ofile'
15805
15806
15807
20e95c23
DJ
15808# Capture the value of obsolete ALL_LINGUAS because we need it to compute
15809 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15810 # from automake.
15811 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15812 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15813 LINGUAS="${LINGUAS-%UNSET%}"
15814
42ecbf5e
DJ
15815
15816_ACEOF
15817
81ecdfbb 15818cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 15819
81ecdfbb 15820# Handling of arguments.
42ecbf5e 15821for ac_config_target in $ac_config_targets
252b5132 15822do
81ecdfbb
RW
15823 case $ac_config_target in
15824 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15825 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15826 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15827 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15828 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
81ecdfbb
RW
15829 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15830
d0ac1c44 15831 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d15b04bd 15832 esac
252b5132
RH
15833done
15834
81ecdfbb 15835
42ecbf5e
DJ
15836# If the user did not use the arguments to specify the items to instantiate,
15837# then the envvar interface is used. Set only those that are not.
15838# We use the long form for the default assignment because of an extremely
15839# bizarre bug on SunOS 4.1.3.
15840if $ac_need_defaults; then
15841 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15842 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15843 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15844fi
15845
15846# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15847# simply because there is no reason against having it here, and in addition,
42ecbf5e 15848# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15849# Hook for its removal unless debugging.
15850# Note that there is a small window in which the directory will not be cleaned:
15851# after its creation but before its name has been assigned to `$tmp'.
42ecbf5e
DJ
15852$debug ||
15853{
d0ac1c44 15854 tmp= ac_tmp=
81ecdfbb 15855 trap 'exit_status=$?
d0ac1c44
SM
15856 : "${ac_tmp:=$tmp}"
15857 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
15858' 0
15859 trap 'as_fn_exit 1' 1 2 13 15
42ecbf5e 15860}
42ecbf5e 15861# Create a (secure) tmp directory for tmp files.
e5a52504 15862
42ecbf5e 15863{
81ecdfbb 15864 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 15865 test -d "$tmp"
42ecbf5e
DJ
15866} ||
15867{
81ecdfbb
RW
15868 tmp=./conf$$-$RANDOM
15869 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
15870} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15871ac_tmp=$tmp
81ecdfbb
RW
15872
15873# Set up the scripts for CONFIG_FILES section.
15874# No need to generate them if there are no CONFIG_FILES.
15875# This happens for instance with `./config.status config.h'.
15876if test -n "$CONFIG_FILES"; then
15877
15878
15879ac_cr=`echo X | tr X '\015'`
15880# On cygwin, bash can eat \r inside `` if the user requested igncr.
15881# But we know of no other shell where ac_cr would be empty at this
15882# point, so we can use a bashism as a fallback.
15883if test "x$ac_cr" = x; then
15884 eval ac_cr=\$\'\\r\'
15885fi
15886ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15887if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 15888 ac_cs_awk_cr='\\r'
81ecdfbb
RW
15889else
15890 ac_cs_awk_cr=$ac_cr
15891fi
15892
d0ac1c44 15893echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
15894_ACEOF
15895
15896
15897{
15898 echo "cat >conf$$subs.awk <<_ACEOF" &&
15899 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15900 echo "_ACEOF"
15901} >conf$$subs.sh ||
d0ac1c44
SM
15902 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15903ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
15904ac_delim='%!_!# '
15905for ac_last_try in false false false false false :; do
15906 . ./conf$$subs.sh ||
d0ac1c44 15907 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
15908
15909 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15910 if test $ac_delim_n = $ac_delim_num; then
15911 break
15912 elif $ac_last_try; then
d0ac1c44 15913 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
15914 else
15915 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15916 fi
15917done
15918rm -f conf$$subs.sh
15919
15920cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15921cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
15922_ACEOF
15923sed -n '
15924h
15925s/^/S["/; s/!.*/"]=/
15926p
15927g
15928s/^[^!]*!//
15929:repl
15930t repl
15931s/'"$ac_delim"'$//
15932t delim
15933:nl
15934h
d0ac1c44 15935s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
15936t more1
15937s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15938p
15939n
15940b repl
15941:more1
15942s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15943p
15944g
15945s/.\{148\}//
15946t nl
15947:delim
15948h
d0ac1c44 15949s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
15950t more2
15951s/["\\]/\\&/g; s/^/"/; s/$/"/
15952p
15953b
15954:more2
15955s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15956p
15957g
15958s/.\{148\}//
15959t delim
15960' <conf$$subs.awk | sed '
15961/^[^""]/{
15962 N
15963 s/\n//
15964}
15965' >>$CONFIG_STATUS || ac_write_fail=1
15966rm -f conf$$subs.awk
15967cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15968_ACAWK
d0ac1c44 15969cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
15970 for (key in S) S_is_set[key] = 1
15971 FS = "\a"
15972
15973}
42ecbf5e 15974{
81ecdfbb
RW
15975 line = $ 0
15976 nfields = split(line, field, "@")
15977 substed = 0
15978 len = length(field[1])
15979 for (i = 2; i < nfields; i++) {
15980 key = field[i]
15981 keylen = length(key)
15982 if (S_is_set[key]) {
15983 value = S[key]
15984 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15985 len += length(value) + length(field[++i])
15986 substed = 1
15987 } else
15988 len += 1 + keylen
15989 }
15990
15991 print line
42ecbf5e
DJ
15992}
15993
81ecdfbb
RW
15994_ACAWK
15995_ACEOF
15996cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15997if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15998 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15999else
16000 cat
d0ac1c44
SM
16001fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16002 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
42ecbf5e
DJ
16003_ACEOF
16004
d0ac1c44
SM
16005# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16006# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
16007# trailing colons and then remove the whole line if VPATH becomes empty
16008# (actually we leave an empty line to preserve line numbers).
16009if test "x$srcdir" = x.; then
d0ac1c44
SM
16010 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16011h
16012s///
16013s/^/:/
16014s/[ ]*$/:/
16015s/:\$(srcdir):/:/g
16016s/:\${srcdir}:/:/g
16017s/:@srcdir@:/:/g
16018s/^:*//
81ecdfbb 16019s/:*$//
d0ac1c44
SM
16020x
16021s/\(=[ ]*\).*/\1/
16022G
16023s/\n//
81ecdfbb
RW
16024s/^[^=]*=[ ]*$//
16025}'
16026fi
e5a52504 16027
81ecdfbb
RW
16028cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16029fi # test -n "$CONFIG_FILES"
252b5132 16030
81ecdfbb
RW
16031# Set up the scripts for CONFIG_HEADERS section.
16032# No need to generate them if there are no CONFIG_HEADERS.
16033# This happens for instance with `./config.status Makefile'.
16034if test -n "$CONFIG_HEADERS"; then
d0ac1c44 16035cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb 16036BEGIN {
42ecbf5e
DJ
16037_ACEOF
16038
81ecdfbb
RW
16039# Transform confdefs.h into an awk script `defines.awk', embedded as
16040# here-document in config.status, that substitutes the proper values into
16041# config.h.in to produce config.h.
16042
16043# Create a delimiter string that does not exist in confdefs.h, to ease
16044# handling of long lines.
16045ac_delim='%!_!# '
16046for ac_last_try in false false :; do
d0ac1c44
SM
16047 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16048 if test -z "$ac_tt"; then
81ecdfbb
RW
16049 break
16050 elif $ac_last_try; then
d0ac1c44 16051 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
81ecdfbb
RW
16052 else
16053 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 16054 fi
81ecdfbb 16055done
252b5132 16056
81ecdfbb
RW
16057# For the awk script, D is an array of macro values keyed by name,
16058# likewise P contains macro parameters if any. Preserve backslash
16059# newline sequences.
16060
16061ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16062sed -n '
16063s/.\{148\}/&'"$ac_delim"'/g
16064t rset
16065:rset
16066s/^[ ]*#[ ]*define[ ][ ]*/ /
16067t def
16068d
16069:def
16070s/\\$//
16071t bsnl
16072s/["\\]/\\&/g
16073s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16074D["\1"]=" \3"/p
16075s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16076d
16077:bsnl
16078s/["\\]/\\&/g
16079s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16080D["\1"]=" \3\\\\\\n"\\/p
16081t cont
16082s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16083t cont
16084d
16085:cont
16086n
16087s/.\{148\}/&'"$ac_delim"'/g
16088t clear
16089:clear
16090s/\\$//
16091t bsnlc
16092s/["\\]/\\&/g; s/^/"/; s/$/"/p
16093d
16094:bsnlc
16095s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16096b cont
16097' <confdefs.h | sed '
16098s/'"$ac_delim"'/"\\\
16099"/g' >>$CONFIG_STATUS || ac_write_fail=1
16100
16101cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16102 for (key in D) D_is_set[key] = 1
16103 FS = "\a"
16104}
16105/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16106 line = \$ 0
16107 split(line, arg, " ")
16108 if (arg[1] == "#") {
16109 defundef = arg[2]
16110 mac1 = arg[3]
16111 } else {
16112 defundef = substr(arg[1], 2)
16113 mac1 = arg[2]
16114 }
16115 split(mac1, mac2, "(") #)
16116 macro = mac2[1]
16117 prefix = substr(line, 1, index(line, defundef) - 1)
16118 if (D_is_set[macro]) {
16119 # Preserve the white space surrounding the "#".
16120 print prefix "define", macro P[macro] D[macro]
16121 next
16122 } else {
16123 # Replace #undef with comments. This is necessary, for example,
16124 # in the case of _POSIX_SOURCE, which is predefined and required
16125 # on some systems where configure will not decide to define it.
16126 if (defundef == "undef") {
16127 print "/*", prefix defundef, macro, "*/"
16128 next
16129 }
16130 }
16131}
16132{ print }
16133_ACAWK
42ecbf5e 16134_ACEOF
81ecdfbb 16135cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 16136 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb
RW
16137fi # test -n "$CONFIG_HEADERS"
16138
16139
16140eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16141shift
16142for ac_tag
16143do
16144 case $ac_tag in
16145 :[FHLC]) ac_mode=$ac_tag; continue;;
16146 esac
16147 case $ac_mode$ac_tag in
16148 :[FHL]*:*);;
d0ac1c44 16149 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
16150 :[FH]-) ac_tag=-:-;;
16151 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16152 esac
16153 ac_save_IFS=$IFS
16154 IFS=:
16155 set x $ac_tag
16156 IFS=$ac_save_IFS
16157 shift
16158 ac_file=$1
16159 shift
16160
16161 case $ac_mode in
16162 :L) ac_source=$1;;
16163 :[FH])
16164 ac_file_inputs=
16165 for ac_f
16166 do
16167 case $ac_f in
d0ac1c44 16168 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
16169 *) # Look for the file first in the build tree, then in the source tree
16170 # (if the path is not absolute). The absolute path cannot be DOS-style,
16171 # because $ac_f cannot contain `:'.
16172 test -f "$ac_f" ||
16173 case $ac_f in
16174 [\\/$]*) false;;
16175 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16176 esac ||
d0ac1c44 16177 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
16178 esac
16179 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16180 as_fn_append ac_file_inputs " '$ac_f'"
16181 done
16182
16183 # Let's still pretend it is `configure' which instantiates (i.e., don't
16184 # use $as_me), people would be surprised to read:
16185 # /* config.h. Generated by config.status. */
16186 configure_input='Generated from '`
16187 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16188 `' by configure.'
16189 if test x"$ac_file" != x-; then
16190 configure_input="$ac_file. $configure_input"
16191 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16192$as_echo "$as_me: creating $ac_file" >&6;}
16193 fi
16194 # Neutralize special characters interpreted by sed in replacement strings.
16195 case $configure_input in #(
16196 *\&* | *\|* | *\\* )
16197 ac_sed_conf_input=`$as_echo "$configure_input" |
16198 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16199 *) ac_sed_conf_input=$configure_input;;
16200 esac
16201
16202 case $ac_tag in
d0ac1c44
SM
16203 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16204 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
16205 esac
16206 ;;
252b5132
RH
16207 esac
16208
81ecdfbb 16209 ac_dir=`$as_dirname -- "$ac_file" ||
42ecbf5e
DJ
16210$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16211 X"$ac_file" : 'X\(//\)[^/]' \| \
16212 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
16213 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16214$as_echo X"$ac_file" |
16215 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16216 s//\1/
16217 q
16218 }
16219 /^X\(\/\/\)[^/].*/{
16220 s//\1/
16221 q
16222 }
16223 /^X\(\/\/\)$/{
16224 s//\1/
16225 q
16226 }
16227 /^X\(\/\).*/{
16228 s//\1/
16229 q
16230 }
16231 s/.*/./; q'`
16232 as_dir="$ac_dir"; as_fn_mkdir_p
42ecbf5e 16233 ac_builddir=.
e5a52504 16234
81ecdfbb
RW
16235case "$ac_dir" in
16236.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16237*)
16238 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16239 # A ".." for each directory in $ac_dir_suffix.
16240 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16241 case $ac_top_builddir_sub in
16242 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16243 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16244 esac ;;
16245esac
16246ac_abs_top_builddir=$ac_pwd
16247ac_abs_builddir=$ac_pwd$ac_dir_suffix
16248# for backward compatibility:
16249ac_top_builddir=$ac_top_build_prefix
42ecbf5e
DJ
16250
16251case $srcdir in
81ecdfbb 16252 .) # We are building in place.
42ecbf5e 16253 ac_srcdir=.
81ecdfbb
RW
16254 ac_top_srcdir=$ac_top_builddir_sub
16255 ac_abs_top_srcdir=$ac_pwd ;;
16256 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 16257 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16258 ac_top_srcdir=$srcdir
16259 ac_abs_top_srcdir=$srcdir ;;
16260 *) # Relative name.
16261 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16262 ac_top_srcdir=$ac_top_build_prefix$srcdir
16263 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 16264esac
81ecdfbb 16265ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 16266
e5a52504 16267
81ecdfbb
RW
16268 case $ac_mode in
16269 :F)
16270 #
16271 # CONFIG_FILE
16272 #
42ecbf5e
DJ
16273
16274 case $INSTALL in
16275 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
16276 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16277 esac
16278 ac_MKDIR_P=$MKDIR_P
16279 case $MKDIR_P in
16280 [\\/$]* | ?:[\\/]* ) ;;
16281 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
d15b04bd 16282 esac
81ecdfbb 16283_ACEOF
e5a52504 16284
81ecdfbb
RW
16285cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16286# If the template does not know about datarootdir, expand it.
16287# FIXME: This hack should be removed a few years after 2.60.
16288ac_datarootdir_hack=; ac_datarootdir_seen=
16289ac_sed_dataroot='
16290/datarootdir/ {
16291 p
16292 q
16293}
16294/@datadir@/p
16295/@docdir@/p
16296/@infodir@/p
16297/@localedir@/p
16298/@mandir@/p'
16299case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16300*datarootdir*) ac_datarootdir_seen=yes;;
16301*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16302 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16303$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16304_ACEOF
16305cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16306 ac_datarootdir_hack='
16307 s&@datadir@&$datadir&g
16308 s&@docdir@&$docdir&g
16309 s&@infodir@&$infodir&g
16310 s&@localedir@&$localedir&g
16311 s&@mandir@&$mandir&g
16312 s&\\\${datarootdir}&$datarootdir&g' ;;
16313esac
42ecbf5e 16314_ACEOF
81ecdfbb
RW
16315
16316# Neutralize VPATH when `$srcdir' = `.'.
16317# Shell code in configure.ac might set extrasub.
16318# FIXME: do we really want to maintain this feature?
16319cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16320ac_sed_extra="$ac_vpsub
42ecbf5e
DJ
16321$extrasub
16322_ACEOF
81ecdfbb 16323cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e
DJ
16324:t
16325/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16326s|@configure_input@|$ac_sed_conf_input|;t t
16327s&@top_builddir@&$ac_top_builddir_sub&;t t
16328s&@top_build_prefix@&$ac_top_build_prefix&;t t
16329s&@srcdir@&$ac_srcdir&;t t
16330s&@abs_srcdir@&$ac_abs_srcdir&;t t
16331s&@top_srcdir@&$ac_top_srcdir&;t t
16332s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16333s&@builddir@&$ac_builddir&;t t
16334s&@abs_builddir@&$ac_abs_builddir&;t t
16335s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16336s&@INSTALL@&$ac_INSTALL&;t t
16337s&@MKDIR_P@&$ac_MKDIR_P&;t t
16338$ac_datarootdir_hack
16339"
d0ac1c44
SM
16340eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16341 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16342
16343test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
16344 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16345 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16346 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 16347 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16348which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 16349$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16350which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 16351
d0ac1c44 16352 rm -f "$ac_tmp/stdin"
42ecbf5e 16353 case $ac_file in
d0ac1c44
SM
16354 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16355 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 16356 esac \
d0ac1c44 16357 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16358 ;;
16359 :H)
16360 #
16361 # CONFIG_HEADER
16362 #
42ecbf5e 16363 if test x"$ac_file" != x-; then
81ecdfbb
RW
16364 {
16365 $as_echo "/* $configure_input */" \
d0ac1c44
SM
16366 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16367 } >"$ac_tmp/config.h" \
16368 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16369 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
16370 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16371$as_echo "$as_me: $ac_file is unchanged" >&6;}
42ecbf5e 16372 else
81ecdfbb 16373 rm -f "$ac_file"
d0ac1c44
SM
16374 mv "$ac_tmp/config.h" "$ac_file" \
16375 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
252b5132 16376 fi
42ecbf5e 16377 else
81ecdfbb 16378 $as_echo "/* $configure_input */" \
d0ac1c44
SM
16379 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16380 || as_fn_error $? "could not create -" "$LINENO" 5
252b5132 16381 fi
81ecdfbb
RW
16382# Compute "$ac_file"'s index in $config_headers.
16383_am_arg="$ac_file"
42ecbf5e
DJ
16384_am_stamp_count=1
16385for _am_header in $config_headers :; do
16386 case $_am_header in
81ecdfbb 16387 $_am_arg | $_am_arg:* )
42ecbf5e
DJ
16388 break ;;
16389 * )
16390 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16391 esac
16392done
81ecdfbb
RW
16393echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16394$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16395 X"$_am_arg" : 'X\(//\)[^/]' \| \
16396 X"$_am_arg" : 'X\(//\)$' \| \
16397 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16398$as_echo X"$_am_arg" |
16399 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16400 s//\1/
16401 q
16402 }
16403 /^X\(\/\/\)[^/].*/{
16404 s//\1/
16405 q
16406 }
16407 /^X\(\/\/\)$/{
16408 s//\1/
16409 q
16410 }
16411 /^X\(\/\).*/{
16412 s//\1/
16413 q
16414 }
16415 s/.*/./; q'`/stamp-h$_am_stamp_count
16416 ;;
42ecbf5e 16417
81ecdfbb
RW
16418 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16419$as_echo "$as_me: executing $ac_file commands" >&6;}
16420 ;;
16421 esac
e5a52504 16422
42ecbf5e 16423
81ecdfbb
RW
16424 case $ac_file$ac_mode in
16425 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
d0ac1c44 16426 # Older Autoconf quotes --file arguments for eval, but not when files
81ecdfbb
RW
16427 # are listed without --file. Let's play safe and only enable the eval
16428 # if we detect the quoting.
b9583093
AM
16429 case $CONFIG_FILES in
16430 *\'*) eval set x "$CONFIG_FILES" ;;
16431 *) set x $CONFIG_FILES ;;
16432 esac
81ecdfbb 16433 shift
b9583093 16434 for mf
81ecdfbb
RW
16435 do
16436 # Strip MF so we end up with the name of the file.
b9583093
AM
16437 mf=`echo "$mf" | sed -e 's/:.*$//'`
16438 # Check whether this is an Automake generated Makefile or not.
16439 # We used to match only the files named 'Makefile.in', but
16440 # some people rename them; so instead we look at the file content.
16441 # Grep'ing the first line is not enough: some people post-process
16442 # each Makefile.in and add a new line on top of each file to say so.
16443 # Grep'ing the whole file is not good either: AIX grep has a line
81ecdfbb 16444 # limit of 2048, but all sed's we know have understand at least 4000.
b9583093
AM
16445 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16446 dirpart=`$as_dirname -- "$mf" ||
16447$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16448 X"$mf" : 'X\(//\)[^/]' \| \
16449 X"$mf" : 'X\(//\)$' \| \
16450 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16451$as_echo X"$mf" |
81ecdfbb
RW
16452 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16453 s//\1/
16454 q
16455 }
16456 /^X\(\/\/\)[^/].*/{
16457 s//\1/
16458 q
16459 }
16460 /^X\(\/\/\)$/{
16461 s//\1/
16462 q
16463 }
16464 /^X\(\/\).*/{
16465 s//\1/
16466 q
16467 }
16468 s/.*/./; q'`
b9583093
AM
16469 else
16470 continue
16471 fi
16472 # Extract the definition of DEPDIR, am__include, and am__quote
16473 # from the Makefile without running 'make'.
16474 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16475 test -z "$DEPDIR" && continue
16476 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16477 test -z "$am__include" && continue
16478 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16479 # Find all dependency output files, they are included files with
16480 # $(DEPDIR) in their names. We invoke sed twice because it is the
16481 # simplest approach to changing $(DEPDIR) to its actual value in the
16482 # expansion.
16483 for file in `sed -n "
16484 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16485 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16486 # Make sure the directory exists.
16487 test -f "$dirpart/$file" && continue
16488 fdir=`$as_dirname -- "$file" ||
16489$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16490 X"$file" : 'X\(//\)[^/]' \| \
16491 X"$file" : 'X\(//\)$' \| \
16492 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16493$as_echo X"$file" |
16494 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
81ecdfbb
RW
16495 s//\1/
16496 q
16497 }
b9583093 16498 /^X\(\/\/\)[^/].*/{
81ecdfbb
RW
16499 s//\1/
16500 q
16501 }
b9583093
AM
16502 /^X\(\/\/\)$/{
16503 s//\1/
16504 q
16505 }
16506 /^X\(\/\).*/{
81ecdfbb
RW
16507 s//\1/
16508 q
16509 }
16510 s/.*/./; q'`
b9583093
AM
16511 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16512 # echo "creating $dirpart/$file"
16513 echo '# dummy' > "$dirpart/$file"
16514 done
42ecbf5e 16515 done
81ecdfbb 16516}
d7040cdb 16517 ;;
81ecdfbb 16518 "libtool":C)
d7040cdb
SE
16519
16520 # See if we are running on zsh, and set the options which allow our
16521 # commands through without removal of \ escapes.
16522 if test -n "${ZSH_VERSION+set}" ; then
16523 setopt NO_GLOB_SUBST
16524 fi
16525
16526 cfgfile="${ofile}T"
16527 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16528 $RM "$cfgfile"
16529
16530 cat <<_LT_EOF >> "$cfgfile"
16531#! $SHELL
16532
16533# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 16534# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
16535# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16536# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16537#
718a6fd8 16538# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 16539# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 16540# Written by Gordon Matzigkeit, 1996
d7040cdb 16541#
718a6fd8 16542# This file is part of GNU Libtool.
d7040cdb 16543#
718a6fd8
SE
16544# GNU Libtool is free software; you can redistribute it and/or
16545# modify it under the terms of the GNU General Public License as
16546# published by the Free Software Foundation; either version 2 of
16547# the License, or (at your option) any later version.
d7040cdb 16548#
718a6fd8
SE
16549# As a special exception to the GNU General Public License,
16550# if you distribute this file as part of a program or library that
16551# is built using GNU Libtool, you may include this file under the
16552# same distribution terms that you use for the rest of that program.
d7040cdb 16553#
718a6fd8
SE
16554# GNU Libtool is distributed in the hope that it will be useful,
16555# but WITHOUT ANY WARRANTY; without even the implied warranty of
16556# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16557# GNU General Public License for more details.
d7040cdb 16558#
718a6fd8
SE
16559# You should have received a copy of the GNU General Public License
16560# along with GNU Libtool; see the file COPYING. If not, a copy
16561# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16562# obtained by writing to the Free Software Foundation, Inc.,
16563# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
16564
16565
16566# The names of the tagged configurations supported by this script.
16567available_tags=""
16568
16569# ### BEGIN LIBTOOL CONFIG
16570
16571# Which release of libtool.m4 was used?
16572macro_version=$macro_version
16573macro_revision=$macro_revision
16574
16575# Whether or not to build shared libraries.
16576build_libtool_libs=$enable_shared
16577
16578# Whether or not to build static libraries.
16579build_old_libs=$enable_static
16580
16581# What type of objects to build.
16582pic_mode=$pic_mode
16583
16584# Whether or not to optimize for fast installation.
16585fast_install=$enable_fast_install
16586
3725885a
RW
16587# Shell to use when invoking shell scripts.
16588SHELL=$lt_SHELL
16589
16590# An echo program that protects backslashes.
16591ECHO=$lt_ECHO
16592
d7040cdb
SE
16593# The host system.
16594host_alias=$host_alias
16595host=$host
16596host_os=$host_os
16597
16598# The build system.
16599build_alias=$build_alias
16600build=$build
16601build_os=$build_os
16602
16603# A sed program that does not truncate output.
16604SED=$lt_SED
16605
16606# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16607Xsed="\$SED -e 1s/^X//"
16608
16609# A grep program that handles long lines.
16610GREP=$lt_GREP
16611
16612# An ERE matcher.
16613EGREP=$lt_EGREP
16614
16615# A literal string matcher.
16616FGREP=$lt_FGREP
16617
16618# A BSD- or MS-compatible name lister.
16619NM=$lt_NM
16620
16621# Whether we need soft or hard links.
16622LN_S=$lt_LN_S
16623
16624# What is the maximum length of a command?
16625max_cmd_len=$max_cmd_len
16626
16627# Object file suffix (normally "o").
16628objext=$ac_objext
16629
16630# Executable file suffix (normally "").
16631exeext=$exeext
16632
16633# whether the shell understands "unset".
16634lt_unset=$lt_unset
16635
16636# turn spaces into newlines.
16637SP2NL=$lt_lt_SP2NL
16638
16639# turn newlines into spaces.
16640NL2SP=$lt_lt_NL2SP
16641
718a6fd8
SE
16642# An object symbol dumper.
16643OBJDUMP=$lt_OBJDUMP
16644
d7040cdb
SE
16645# Method to check whether dependent libraries are shared objects.
16646deplibs_check_method=$lt_deplibs_check_method
16647
f2c621e4 16648# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
16649file_magic_cmd=$lt_file_magic_cmd
16650
16651# The archiver.
16652AR=$lt_AR
16653AR_FLAGS=$lt_AR_FLAGS
16654
16655# A symbol stripping program.
16656STRIP=$lt_STRIP
16657
16658# Commands used to install an old-style archive.
16659RANLIB=$lt_RANLIB
16660old_postinstall_cmds=$lt_old_postinstall_cmds
16661old_postuninstall_cmds=$lt_old_postuninstall_cmds
16662
3725885a
RW
16663# Whether to use a lock for old archive extraction.
16664lock_old_archive_extraction=$lock_old_archive_extraction
16665
d7040cdb
SE
16666# A C compiler.
16667LTCC=$lt_CC
16668
16669# LTCC compiler flags.
16670LTCFLAGS=$lt_CFLAGS
16671
16672# Take the output of nm and produce a listing of raw symbols and C names.
16673global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16674
16675# Transform the output of nm in a proper C declaration.
16676global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16677
16678# Transform the output of nm in a C name address pair.
16679global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16680
718a6fd8
SE
16681# Transform the output of nm in a C name address pair when lib prefix is needed.
16682global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16683
d7040cdb
SE
16684# The name of the directory that contains temporary libtool files.
16685objdir=$objdir
16686
d7040cdb
SE
16687# Used to examine libraries when file_magic_cmd begins with "file".
16688MAGIC_CMD=$MAGIC_CMD
16689
16690# Must we lock files when doing compilation?
16691need_locks=$lt_need_locks
16692
718a6fd8
SE
16693# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16694DSYMUTIL=$lt_DSYMUTIL
16695
16696# Tool to change global to local symbols on Mac OS X.
16697NMEDIT=$lt_NMEDIT
16698
16699# Tool to manipulate fat objects and archives on Mac OS X.
16700LIPO=$lt_LIPO
16701
16702# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16703OTOOL=$lt_OTOOL
16704
16705# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16706OTOOL64=$lt_OTOOL64
16707
d7040cdb
SE
16708# Old archive suffix (normally "a").
16709libext=$libext
16710
16711# Shared library suffix (normally ".so").
16712shrext_cmds=$lt_shrext_cmds
16713
16714# The commands to extract the exported symbol list from a shared archive.
16715extract_expsyms_cmds=$lt_extract_expsyms_cmds
16716
16717# Variables whose values should be saved in libtool wrapper scripts and
16718# restored at link time.
16719variables_saved_for_relink=$lt_variables_saved_for_relink
16720
16721# Do we need the "lib" prefix for modules?
16722need_lib_prefix=$need_lib_prefix
16723
16724# Do we need a version for libraries?
16725need_version=$need_version
16726
16727# Library versioning type.
16728version_type=$version_type
16729
16730# Shared library runtime path variable.
16731runpath_var=$runpath_var
16732
16733# Shared library path variable.
16734shlibpath_var=$shlibpath_var
16735
16736# Is shlibpath searched before the hard-coded library search path?
16737shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16738
16739# Format of library name prefix.
16740libname_spec=$lt_libname_spec
16741
16742# List of archive names. First name is the real one, the rest are links.
16743# The last name is the one that the linker finds with -lNAME
16744library_names_spec=$lt_library_names_spec
16745
16746# The coded name of the library, if different from the real name.
16747soname_spec=$lt_soname_spec
16748
3725885a
RW
16749# Permission mode override for installation of shared libraries.
16750install_override_mode=$lt_install_override_mode
16751
d7040cdb
SE
16752# Command to use after installation of a shared archive.
16753postinstall_cmds=$lt_postinstall_cmds
16754
16755# Command to use after uninstallation of a shared archive.
16756postuninstall_cmds=$lt_postuninstall_cmds
16757
16758# Commands used to finish a libtool library installation in a directory.
16759finish_cmds=$lt_finish_cmds
16760
16761# As "finish_cmds", except a single script fragment to be evaled but
16762# not shown.
16763finish_eval=$lt_finish_eval
16764
16765# Whether we should hardcode library paths into libraries.
16766hardcode_into_libs=$hardcode_into_libs
16767
16768# Compile-time system search path for libraries.
16769sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16770
16771# Run-time system search path for libraries.
16772sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16773
16774# Whether dlopen is supported.
16775dlopen_support=$enable_dlopen
16776
16777# Whether dlopen of programs is supported.
16778dlopen_self=$enable_dlopen_self
16779
16780# Whether dlopen of statically linked programs is supported.
16781dlopen_self_static=$enable_dlopen_self_static
16782
16783# Commands to strip libraries.
16784old_striplib=$lt_old_striplib
16785striplib=$lt_striplib
16786
16787
16788# The linker used to build libraries.
16789LD=$lt_LD
16790
3725885a
RW
16791# How to create reloadable object files.
16792reload_flag=$lt_reload_flag
16793reload_cmds=$lt_reload_cmds
16794
d7040cdb
SE
16795# Commands used to build an old-style archive.
16796old_archive_cmds=$lt_old_archive_cmds
16797
16798# A language specific compiler.
16799CC=$lt_compiler
16800
16801# Is the compiler the GNU compiler?
16802with_gcc=$GCC
16803
16804# Compiler flag to turn off builtin functions.
16805no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16806
df7b86aa
NC
16807# How to pass a linker flag through the compiler.
16808wl=$lt_lt_prog_compiler_wl
16809
f2c621e4
AS
16810# Additional compiler flags for building library objects.
16811pic_flag=$lt_lt_prog_compiler_pic
16812
d7040cdb
SE
16813# Compiler flag to prevent dynamic linking.
16814link_static_flag=$lt_lt_prog_compiler_static
16815
16816# Does compiler simultaneously support -c and -o options?
16817compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16818
16819# Whether or not to add -lc for building shared libraries.
16820build_libtool_need_lc=$archive_cmds_need_lc
16821
16822# Whether or not to disallow shared libs when runtime libs are static.
16823allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16824
16825# Compiler flag to allow reflexive dlopens.
16826export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16827
16828# Compiler flag to generate shared objects directly from archives.
16829whole_archive_flag_spec=$lt_whole_archive_flag_spec
16830
16831# Whether the compiler copes with passing no objects directly.
16832compiler_needs_object=$lt_compiler_needs_object
16833
16834# Create an old-style archive from a shared archive.
16835old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16836
16837# Create a temporary old-style archive to link instead of a shared archive.
16838old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16839
16840# Commands used to build a shared archive.
16841archive_cmds=$lt_archive_cmds
16842archive_expsym_cmds=$lt_archive_expsym_cmds
16843
16844# Commands used to build a loadable module if different from building
16845# a shared archive.
16846module_cmds=$lt_module_cmds
16847module_expsym_cmds=$lt_module_expsym_cmds
16848
16849# Whether we are building with GNU ld or not.
16850with_gnu_ld=$lt_with_gnu_ld
16851
16852# Flag that allows shared libraries with undefined symbols to be built.
16853allow_undefined_flag=$lt_allow_undefined_flag
16854
16855# Flag that enforces no undefined symbols.
16856no_undefined_flag=$lt_no_undefined_flag
16857
16858# Flag to hardcode \$libdir into a binary during linking.
16859# This must work even if \$libdir does not exist
16860hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16861
16862# If ld is used when linking, flag to hardcode \$libdir into a binary
16863# during linking. This must work even if \$libdir does not exist.
16864hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16865
16866# Whether we need a single "-rpath" flag with a separated argument.
16867hardcode_libdir_separator=$lt_hardcode_libdir_separator
16868
16869# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16870# DIR into the resulting binary.
16871hardcode_direct=$hardcode_direct
16872
16873# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16874# DIR into the resulting binary and the resulting library dependency is
16875# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16876# library is relocated.
16877hardcode_direct_absolute=$hardcode_direct_absolute
16878
16879# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16880# into the resulting binary.
16881hardcode_minus_L=$hardcode_minus_L
16882
16883# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16884# into the resulting binary.
16885hardcode_shlibpath_var=$hardcode_shlibpath_var
16886
16887# Set to "yes" if building a shared library automatically hardcodes DIR
16888# into the library and all subsequent libraries and executables linked
16889# against it.
16890hardcode_automatic=$hardcode_automatic
16891
16892# Set to yes if linker adds runtime paths of dependent libraries
16893# to runtime path list.
16894inherit_rpath=$inherit_rpath
16895
16896# Whether libtool must link a program against all its dependency libraries.
16897link_all_deplibs=$link_all_deplibs
16898
f2c621e4
AS
16899# Fix the shell variable \$srcfile for the compiler.
16900fix_srcfile_path=$lt_fix_srcfile_path
16901
d7040cdb
SE
16902# Set to "yes" if exported symbols are required.
16903always_export_symbols=$always_export_symbols
16904
16905# The commands to list exported symbols.
16906export_symbols_cmds=$lt_export_symbols_cmds
16907
16908# Symbols that should not be listed in the preloaded symbols.
16909exclude_expsyms=$lt_exclude_expsyms
16910
16911# Symbols that must always be exported.
16912include_expsyms=$lt_include_expsyms
16913
16914# Commands necessary for linking programs (against libraries) with templates.
16915prelink_cmds=$lt_prelink_cmds
16916
16917# Specify filename containing input files.
16918file_list_spec=$lt_file_list_spec
16919
16920# How to hardcode a shared library path into an executable.
16921hardcode_action=$hardcode_action
16922
16923# ### END LIBTOOL CONFIG
16924
16925_LT_EOF
16926
16927 case $host_os in
16928 aix3*)
16929 cat <<\_LT_EOF >> "$cfgfile"
16930# AIX sometimes has problems with the GCC collect2 program. For some
16931# reason, if we set the COLLECT_NAMES environment variable, the problems
16932# vanish in a puff of smoke.
16933if test "X${COLLECT_NAMES+set}" != Xset; then
16934 COLLECT_NAMES=
16935 export COLLECT_NAMES
16936fi
16937_LT_EOF
16938 ;;
16939 esac
16940
16941
16942ltmain="$ac_aux_dir/ltmain.sh"
16943
16944
16945 # We use sed instead of cat because bash on DJGPP gets confused if
16946 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16947 # text mode, it properly converts lines to CR/LF. This bash problem
16948 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
16949 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16950 || (rm -f "$cfgfile"; exit 1)
16951
16952 case $xsi_shell in
16953 yes)
16954 cat << \_LT_EOF >> "$cfgfile"
16955
16956# func_dirname file append nondir_replacement
16957# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16958# otherwise set result to NONDIR_REPLACEMENT.
16959func_dirname ()
16960{
16961 case ${1} in
16962 */*) func_dirname_result="${1%/*}${2}" ;;
16963 * ) func_dirname_result="${3}" ;;
16964 esac
16965}
16966
16967# func_basename file
16968func_basename ()
16969{
16970 func_basename_result="${1##*/}"
16971}
16972
16973# func_dirname_and_basename file append nondir_replacement
16974# perform func_basename and func_dirname in a single function
16975# call:
16976# dirname: Compute the dirname of FILE. If nonempty,
16977# add APPEND to the result, otherwise set result
16978# to NONDIR_REPLACEMENT.
16979# value returned in "$func_dirname_result"
16980# basename: Compute filename of FILE.
16981# value retuned in "$func_basename_result"
16982# Implementation must be kept synchronized with func_dirname
16983# and func_basename. For efficiency, we do not delegate to
16984# those functions but instead duplicate the functionality here.
16985func_dirname_and_basename ()
16986{
16987 case ${1} in
16988 */*) func_dirname_result="${1%/*}${2}" ;;
16989 * ) func_dirname_result="${3}" ;;
16990 esac
16991 func_basename_result="${1##*/}"
16992}
16993
16994# func_stripname prefix suffix name
16995# strip PREFIX and SUFFIX off of NAME.
16996# PREFIX and SUFFIX must not contain globbing or regex special
16997# characters, hashes, percent signs, but SUFFIX may contain a leading
16998# dot (in which case that matches only a dot).
16999func_stripname ()
17000{
17001 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17002 # positional parameters, so assign one to ordinary parameter first.
17003 func_stripname_result=${3}
17004 func_stripname_result=${func_stripname_result#"${1}"}
17005 func_stripname_result=${func_stripname_result%"${2}"}
17006}
17007
17008# func_opt_split
17009func_opt_split ()
17010{
17011 func_opt_split_opt=${1%%=*}
17012 func_opt_split_arg=${1#*=}
17013}
17014
17015# func_lo2o object
17016func_lo2o ()
17017{
17018 case ${1} in
17019 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17020 *) func_lo2o_result=${1} ;;
17021 esac
17022}
17023
17024# func_xform libobj-or-source
17025func_xform ()
17026{
17027 func_xform_result=${1%.*}.lo
17028}
17029
17030# func_arith arithmetic-term...
17031func_arith ()
17032{
17033 func_arith_result=$(( $* ))
17034}
17035
17036# func_len string
17037# STRING may not start with a hyphen.
17038func_len ()
17039{
17040 func_len_result=${#1}
17041}
17042
17043_LT_EOF
17044 ;;
17045 *) # Bourne compatible functions.
17046 cat << \_LT_EOF >> "$cfgfile"
17047
17048# func_dirname file append nondir_replacement
17049# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17050# otherwise set result to NONDIR_REPLACEMENT.
17051func_dirname ()
17052{
17053 # Extract subdirectory from the argument.
17054 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17055 if test "X$func_dirname_result" = "X${1}"; then
17056 func_dirname_result="${3}"
17057 else
17058 func_dirname_result="$func_dirname_result${2}"
17059 fi
17060}
17061
17062# func_basename file
17063func_basename ()
17064{
17065 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17066}
17067
17068
17069# func_stripname prefix suffix name
17070# strip PREFIX and SUFFIX off of NAME.
17071# PREFIX and SUFFIX must not contain globbing or regex special
17072# characters, hashes, percent signs, but SUFFIX may contain a leading
17073# dot (in which case that matches only a dot).
17074# func_strip_suffix prefix name
17075func_stripname ()
17076{
17077 case ${2} in
17078 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17079 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17080 esac
17081}
17082
17083# sed scripts:
17084my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17085my_sed_long_arg='1s/^-[^=]*=//'
17086
17087# func_opt_split
17088func_opt_split ()
17089{
17090 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17091 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17092}
17093
17094# func_lo2o object
17095func_lo2o ()
17096{
17097 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17098}
17099
17100# func_xform libobj-or-source
17101func_xform ()
17102{
17103 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17104}
17105
17106# func_arith arithmetic-term...
17107func_arith ()
17108{
17109 func_arith_result=`expr "$@"`
17110}
17111
17112# func_len string
17113# STRING may not start with a hyphen.
17114func_len ()
17115{
17116 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17117}
17118
17119_LT_EOF
17120esac
17121
17122case $lt_shell_append in
17123 yes)
17124 cat << \_LT_EOF >> "$cfgfile"
17125
17126# func_append var value
17127# Append VALUE to the end of shell variable VAR.
17128func_append ()
17129{
17130 eval "$1+=\$2"
17131}
17132_LT_EOF
17133 ;;
17134 *)
17135 cat << \_LT_EOF >> "$cfgfile"
17136
17137# func_append var value
17138# Append VALUE to the end of shell variable VAR.
17139func_append ()
17140{
17141 eval "$1=\$$1\$2"
17142}
17143
17144_LT_EOF
17145 ;;
17146 esac
17147
17148
17149 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17150 || (rm -f "$cfgfile"; exit 1)
17151
17152 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
17153 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17154 chmod +x "$ofile"
17155
42ecbf5e 17156 ;;
81ecdfbb 17157 "default-1":C)
20e95c23
DJ
17158 for ac_file in $CONFIG_FILES; do
17159 # Support "outfile[:infile[:infile...]]"
17160 case "$ac_file" in
17161 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17162 esac
17163 # PO directories have a Makefile.in generated from Makefile.in.in.
17164 case "$ac_file" in */Makefile.in)
17165 # Adjust a relative srcdir.
17166 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 17167 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
17168 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17169 # In autoconf-2.13 it is called $ac_given_srcdir.
17170 # In autoconf-2.50 it is called $srcdir.
17171 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17172 case "$ac_given_srcdir" in
17173 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17174 /*) top_srcdir="$ac_given_srcdir" ;;
17175 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17176 esac
17177 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17178 rm -f "$ac_dir/POTFILES"
17179 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17180 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17181 POMAKEFILEDEPS="POTFILES.in"
17182 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17183 # on $ac_dir but don't depend on user-specified configuration
17184 # parameters.
17185 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17186 # The LINGUAS file contains the set of available languages.
17187 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 17188 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
17189 fi
17190 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17191 # Hide the ALL_LINGUAS assigment from automake.
17192 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17193 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17194 else
37a42ee9 17195 # The set of available languages was given in configure.ac.
20e95c23
DJ
17196 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17197 fi
17198 case "$ac_given_srcdir" in
17199 .) srcdirpre= ;;
17200 *) srcdirpre='$(srcdir)/' ;;
17201 esac
17202 POFILES=
17203 GMOFILES=
17204 UPDATEPOFILES=
17205 DUMMYPOFILES=
17206 for lang in $ALL_LINGUAS; do
17207 POFILES="$POFILES $srcdirpre$lang.po"
17208 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17209 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17210 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17211 done
17212 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17213 # environment variable.
17214 INST_LINGUAS=
17215 if test -n "$ALL_LINGUAS"; then
17216 for presentlang in $ALL_LINGUAS; do
17217 useit=no
17218 if test "%UNSET%" != "$LINGUAS"; then
17219 desiredlanguages="$LINGUAS"
17220 else
17221 desiredlanguages="$ALL_LINGUAS"
17222 fi
17223 for desiredlang in $desiredlanguages; do
17224 # Use the presentlang catalog if desiredlang is
17225 # a. equal to presentlang, or
17226 # b. a variant of presentlang (because in this case,
17227 # presentlang can be used as a fallback for messages
17228 # which are not translated in the desiredlang catalog).
17229 case "$desiredlang" in
17230 "$presentlang"*) useit=yes;;
17231 esac
17232 done
17233 if test $useit = yes; then
17234 INST_LINGUAS="$INST_LINGUAS $presentlang"
17235 fi
17236 done
17237 fi
17238 CATALOGS=
17239 if test -n "$INST_LINGUAS"; then
17240 for lang in $INST_LINGUAS; do
17241 CATALOGS="$CATALOGS $lang.gmo"
17242 done
17243 fi
17244 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17245 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"
17246 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17247 if test -f "$f"; then
17248 case "$f" in
17249 *.orig | *.bak | *~) ;;
17250 *) cat "$f" >> "$ac_dir/Makefile" ;;
17251 esac
17252 fi
17253 done
17254 fi
17255 ;;
17256 esac
17257 done ;;
81ecdfbb 17258
42ecbf5e 17259 esac
81ecdfbb 17260done # for ac_tag
e5a52504 17261
42ecbf5e 17262
81ecdfbb 17263as_fn_exit 0
42ecbf5e 17264_ACEOF
42ecbf5e
DJ
17265ac_clean_files=$ac_clean_files_save
17266
81ecdfbb 17267test $ac_write_fail = 0 ||
d0ac1c44 17268 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 17269
42ecbf5e
DJ
17270
17271# configure is writing to config.log, and then calls config.status.
17272# config.status does its own redirection, appending to config.log.
17273# Unfortunately, on DOS this fails, as config.log is still kept open
17274# by configure, so config.status won't be able to write to it; its
17275# output is simply discarded. So we exec the FD to /dev/null,
17276# effectively closing config.log, so it can be properly (re)opened and
17277# appended to by config.status. When coming back to configure, we
17278# need to make the FD available again.
17279if test "$no_create" != yes; then
17280 ac_cs_success=:
17281 ac_config_status_args=
17282 test "$silent" = yes &&
17283 ac_config_status_args="$ac_config_status_args --quiet"
17284 exec 5>/dev/null
17285 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17286 exec 5>>config.log
17287 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17288 # would make configure fail if this is the last instruction.
d0ac1c44 17289 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
17290fi
17291if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17292 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17293$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42ecbf5e 17294fi
252b5132 17295
d546b610
L
17296
17297
17298touch config.status.tmp
17299if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
17300 sed '/as_fn_exit 0/i \
17301sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
17302touch --reference=Makefile Makefile.tmp \
17303mv Makefile.tmp Makefile \
17304' config.status > config.status.tmp
17305 touch --reference=config.status config.status.tmp
17306 mv config.status.tmp config.status
17307 chmod +x config.status
17308 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
17309 touch --reference=Makefile Makefile.tmp
17310 mv Makefile.tmp Makefile
17311else
17312 rm -f config.status.tmp
17313fi