]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/configure
Update version to 2.35.50 and regenerate files
[thirdparty/binutils-gdb.git] / binutils / configure
CommitLineData
252b5132 1#! /bin/sh
252b5132 2# Guess values for system-dependent variables and create Makefiles.
b19d852d 3# Generated by GNU Autoconf 2.69 for binutils 2.35.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'
b19d852d
NC
590PACKAGE_VERSION='2.35.50'
591PACKAGE_STRING='binutils 2.35.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
0ee42ecd
L
651zlibinc
652zlibdir
81ecdfbb
RW
653ALLOCA
654DEMANGLER_NAME
655EXEEXT_FOR_BUILD
656CC_FOR_BUILD
657HDEFINES
658GENINSRC_NEVER_FALSE
659GENINSRC_NEVER_TRUE
660MAINT
661MAINTAINER_MODE_FALSE
662MAINTAINER_MODE_TRUE
663MSGMERGE
664MSGFMT
665MKINSTALLDIRS
666CATOBJEXT
667GENCAT
668INSTOBJEXT
669DATADIRNAME
670CATALOGS
671POSUB
672GMSGFMT
673XGETTEXT
674INCINTL
675LIBINTL_DEP
676LIBINTL
677USE_NLS
678LEXLIB
679LEX_OUTPUT_ROOT
680LEX
681YFLAGS
682YACC
6757cf57 683WARN_WRITE_STRINGS
81ecdfbb 684NO_WERROR
c5da1932 685WARN_CFLAGS_FOR_BUILD
81ecdfbb 686WARN_CFLAGS
094e34f2
NA
687ENABLE_LIBCTF_FALSE
688ENABLE_LIBCTF_TRUE
301a9420 689LIBDEBUGINFOD
81ecdfbb
RW
690OTOOL64
691OTOOL
692LIPO
693NMEDIT
694DSYMUTIL
81ecdfbb
RW
695RANLIB
696AR
697OBJDUMP
698LN_S
699NM
700ac_ct_DUMPBIN
701DUMPBIN
702LD
703FGREP
704SED
705LIBTOOL
706EGREP
707GREP
708CPP
d0ac1c44
SM
709AM_BACKSLASH
710AM_DEFAULT_VERBOSITY
711AM_DEFAULT_V
712AM_V
81ecdfbb
RW
713am__fastdepCC_FALSE
714am__fastdepCC_TRUE
715CCDEPMODE
6eb7d830 716am__nodep
81ecdfbb
RW
717AMDEPBACKSLASH
718AMDEP_FALSE
719AMDEP_TRUE
720am__quote
721am__include
722DEPDIR
723am__untar
724am__tar
725AMTAR
726am__leading_dot
727SET_MAKE
728AWK
729mkdir_p
730MKDIR_P
731INSTALL_STRIP_PROGRAM
732STRIP
733install_sh
734MAKEINFO
735AUTOHEADER
736AUTOMAKE
737AUTOCONF
738ACLOCAL
739VERSION
740PACKAGE
741CYGPATH_W
742am__isrc
743INSTALL_DATA
744INSTALL_SCRIPT
745INSTALL_PROGRAM
746OBJEXT
747EXEEXT
748ac_ct_CC
749CPPFLAGS
750LDFLAGS
751CFLAGS
752CC
753target_os
754target_vendor
755target_cpu
756target
757host_os
758host_vendor
759host_cpu
760host
761build_os
762build_vendor
763build_cpu
764build
765target_alias
766host_alias
767build_alias
768LIBS
769ECHO_T
770ECHO_N
771ECHO_C
772DEFS
773mandir
774localedir
775libdir
776psdir
777pdfdir
778dvidir
779htmldir
780infodir
781docdir
782oldincludedir
783includedir
784localstatedir
785sharedstatedir
786sysconfdir
787datadir
788datarootdir
789libexecdir
790sbindir
791bindir
792program_transform_name
793prefix
794exec_prefix
795PACKAGE_URL
796PACKAGE_BUGREPORT
797PACKAGE_STRING
798PACKAGE_VERSION
799PACKAGE_TARNAME
800PACKAGE_NAME
801PATH_SEPARATOR
802SHELL'
42ecbf5e 803ac_subst_files=''
81ecdfbb
RW
804ac_user_opts='
805enable_option_checking
806enable_dependency_tracking
d0ac1c44 807enable_silent_rules
81ecdfbb
RW
808enable_shared
809enable_static
810with_pic
811enable_fast_install
812with_gnu_ld
813enable_libtool_lock
b879806f
AM
814enable_plugins
815enable_largefile
81ecdfbb 816enable_targets
9cb80f72 817enable_deterministic_archives
7fac9594 818enable_default_strings_all
301a9420 819with_debuginfod
094e34f2 820enable_libctf
81ecdfbb
RW
821enable_werror
822enable_build_warnings
823enable_nls
824enable_maintainer_mode
0ee42ecd 825with_system_zlib
81ecdfbb
RW
826enable_rpath
827with_libiconv_prefix
9f1528a1 828with_libiconv_type
81ecdfbb
RW
829'
830 ac_precious_vars='build_alias
831host_alias
832target_alias
833CC
834CFLAGS
835LDFLAGS
836LIBS
837CPPFLAGS
838CPP
839YACC
840YFLAGS'
841
252b5132
RH
842
843# Initialize some variables set by options.
42ecbf5e
DJ
844ac_init_help=
845ac_init_version=false
81ecdfbb
RW
846ac_unrecognized_opts=
847ac_unrecognized_sep=
252b5132
RH
848# The variables have the same names as the options, with
849# dashes changed to underlines.
42ecbf5e 850cache_file=/dev/null
252b5132 851exec_prefix=NONE
252b5132 852no_create=
252b5132
RH
853no_recursion=
854prefix=NONE
855program_prefix=NONE
856program_suffix=NONE
857program_transform_name=s,x,x,
858silent=
859site=
860srcdir=
252b5132
RH
861verbose=
862x_includes=NONE
863x_libraries=NONE
42ecbf5e
DJ
864
865# Installation directory options.
866# These are left unexpanded so users can "make install exec_prefix=/foo"
867# and all the variables that are supposed to be based on exec_prefix
868# by default will actually change.
869# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 870# (The list follows the same order as the GNU Coding Standards.)
252b5132
RH
871bindir='${exec_prefix}/bin'
872sbindir='${exec_prefix}/sbin'
873libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
874datarootdir='${prefix}/share'
875datadir='${datarootdir}'
252b5132
RH
876sysconfdir='${prefix}/etc'
877sharedstatedir='${prefix}/com'
878localstatedir='${prefix}/var'
252b5132
RH
879includedir='${prefix}/include'
880oldincludedir='/usr/include'
2e98a7bd 881docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
81ecdfbb
RW
882infodir='${datarootdir}/info'
883htmldir='${docdir}'
884dvidir='${docdir}'
885pdfdir='${docdir}'
886psdir='${docdir}'
887libdir='${exec_prefix}/lib'
888localedir='${datarootdir}/locale'
889mandir='${datarootdir}/man'
252b5132 890
252b5132 891ac_prev=
81ecdfbb 892ac_dashdash=
252b5132
RH
893for ac_option
894do
252b5132
RH
895 # If the previous option needs an argument, assign it.
896 if test -n "$ac_prev"; then
81ecdfbb 897 eval $ac_prev=\$ac_option
252b5132
RH
898 ac_prev=
899 continue
900 fi
901
81ecdfbb 902 case $ac_option in
d0ac1c44
SM
903 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
904 *=) ac_optarg= ;;
905 *) ac_optarg=yes ;;
81ecdfbb 906 esac
252b5132
RH
907
908 # Accept the important Cygnus configure options, so we can diagnose typos.
909
81ecdfbb
RW
910 case $ac_dashdash$ac_option in
911 --)
912 ac_dashdash=yes ;;
252b5132
RH
913
914 -bindir | --bindir | --bindi | --bind | --bin | --bi)
915 ac_prev=bindir ;;
916 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42ecbf5e 917 bindir=$ac_optarg ;;
252b5132
RH
918
919 -build | --build | --buil | --bui | --bu)
42ecbf5e 920 ac_prev=build_alias ;;
252b5132 921 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42ecbf5e 922 build_alias=$ac_optarg ;;
252b5132
RH
923
924 -cache-file | --cache-file | --cache-fil | --cache-fi \
925 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
926 ac_prev=cache_file ;;
927 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
928 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42ecbf5e
DJ
929 cache_file=$ac_optarg ;;
930
931 --config-cache | -C)
932 cache_file=config.cache ;;
252b5132 933
81ecdfbb 934 -datadir | --datadir | --datadi | --datad)
252b5132 935 ac_prev=datadir ;;
81ecdfbb 936 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42ecbf5e 937 datadir=$ac_optarg ;;
252b5132 938
81ecdfbb
RW
939 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
940 | --dataroo | --dataro | --datar)
941 ac_prev=datarootdir ;;
942 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
943 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
944 datarootdir=$ac_optarg ;;
945
252b5132 946 -disable-* | --disable-*)
81ecdfbb 947 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
252b5132 948 # Reject names that are not valid shell variable names.
81ecdfbb 949 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 950 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
951 ac_useropt_orig=$ac_useropt
952 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
953 case $ac_user_opts in
954 *"
955"enable_$ac_useropt"
956"*) ;;
957 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
958 ac_unrecognized_sep=', ';;
959 esac
960 eval enable_$ac_useropt=no ;;
961
962 -docdir | --docdir | --docdi | --doc | --do)
963 ac_prev=docdir ;;
964 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
965 docdir=$ac_optarg ;;
966
967 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
968 ac_prev=dvidir ;;
969 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
970 dvidir=$ac_optarg ;;
252b5132
RH
971
972 -enable-* | --enable-*)
81ecdfbb 973 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
252b5132 974 # Reject names that are not valid shell variable names.
81ecdfbb 975 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 976 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
977 ac_useropt_orig=$ac_useropt
978 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
979 case $ac_user_opts in
980 *"
981"enable_$ac_useropt"
982"*) ;;
983 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
984 ac_unrecognized_sep=', ';;
252b5132 985 esac
81ecdfbb 986 eval enable_$ac_useropt=\$ac_optarg ;;
252b5132
RH
987
988 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
989 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
990 | --exec | --exe | --ex)
991 ac_prev=exec_prefix ;;
992 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
993 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
994 | --exec=* | --exe=* | --ex=*)
42ecbf5e 995 exec_prefix=$ac_optarg ;;
252b5132
RH
996
997 -gas | --gas | --ga | --g)
998 # Obsolete; use --with-gas.
999 with_gas=yes ;;
1000
42ecbf5e
DJ
1001 -help | --help | --hel | --he | -h)
1002 ac_init_help=long ;;
1003 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1004 ac_init_help=recursive ;;
1005 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1006 ac_init_help=short ;;
252b5132
RH
1007
1008 -host | --host | --hos | --ho)
42ecbf5e 1009 ac_prev=host_alias ;;
252b5132 1010 -host=* | --host=* | --hos=* | --ho=*)
42ecbf5e 1011 host_alias=$ac_optarg ;;
252b5132 1012
81ecdfbb
RW
1013 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1014 ac_prev=htmldir ;;
1015 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1016 | --ht=*)
1017 htmldir=$ac_optarg ;;
1018
252b5132
RH
1019 -includedir | --includedir | --includedi | --included | --include \
1020 | --includ | --inclu | --incl | --inc)
1021 ac_prev=includedir ;;
1022 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1023 | --includ=* | --inclu=* | --incl=* | --inc=*)
42ecbf5e 1024 includedir=$ac_optarg ;;
252b5132
RH
1025
1026 -infodir | --infodir | --infodi | --infod | --info | --inf)
1027 ac_prev=infodir ;;
1028 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42ecbf5e 1029 infodir=$ac_optarg ;;
252b5132
RH
1030
1031 -libdir | --libdir | --libdi | --libd)
1032 ac_prev=libdir ;;
1033 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42ecbf5e 1034 libdir=$ac_optarg ;;
252b5132
RH
1035
1036 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1037 | --libexe | --libex | --libe)
1038 ac_prev=libexecdir ;;
1039 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1040 | --libexe=* | --libex=* | --libe=*)
42ecbf5e 1041 libexecdir=$ac_optarg ;;
252b5132 1042
81ecdfbb
RW
1043 -localedir | --localedir | --localedi | --localed | --locale)
1044 ac_prev=localedir ;;
1045 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1046 localedir=$ac_optarg ;;
1047
252b5132 1048 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1049 | --localstate | --localstat | --localsta | --localst | --locals)
252b5132
RH
1050 ac_prev=localstatedir ;;
1051 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1052 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42ecbf5e 1053 localstatedir=$ac_optarg ;;
252b5132
RH
1054
1055 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1056 ac_prev=mandir ;;
1057 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42ecbf5e 1058 mandir=$ac_optarg ;;
252b5132
RH
1059
1060 -nfp | --nfp | --nf)
1061 # Obsolete; use --without-fp.
1062 with_fp=no ;;
1063
1064 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42ecbf5e 1065 | --no-cr | --no-c | -n)
252b5132
RH
1066 no_create=yes ;;
1067
1068 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1069 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1070 no_recursion=yes ;;
1071
1072 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1073 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1074 | --oldin | --oldi | --old | --ol | --o)
1075 ac_prev=oldincludedir ;;
1076 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1077 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1078 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42ecbf5e 1079 oldincludedir=$ac_optarg ;;
252b5132
RH
1080
1081 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1082 ac_prev=prefix ;;
1083 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42ecbf5e 1084 prefix=$ac_optarg ;;
252b5132
RH
1085
1086 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1087 | --program-pre | --program-pr | --program-p)
1088 ac_prev=program_prefix ;;
1089 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1090 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42ecbf5e 1091 program_prefix=$ac_optarg ;;
252b5132
RH
1092
1093 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1094 | --program-suf | --program-su | --program-s)
1095 ac_prev=program_suffix ;;
1096 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1097 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42ecbf5e 1098 program_suffix=$ac_optarg ;;
252b5132
RH
1099
1100 -program-transform-name | --program-transform-name \
1101 | --program-transform-nam | --program-transform-na \
1102 | --program-transform-n | --program-transform- \
1103 | --program-transform | --program-transfor \
1104 | --program-transfo | --program-transf \
1105 | --program-trans | --program-tran \
1106 | --progr-tra | --program-tr | --program-t)
1107 ac_prev=program_transform_name ;;
1108 -program-transform-name=* | --program-transform-name=* \
1109 | --program-transform-nam=* | --program-transform-na=* \
1110 | --program-transform-n=* | --program-transform-=* \
1111 | --program-transform=* | --program-transfor=* \
1112 | --program-transfo=* | --program-transf=* \
1113 | --program-trans=* | --program-tran=* \
1114 | --progr-tra=* | --program-tr=* | --program-t=*)
42ecbf5e 1115 program_transform_name=$ac_optarg ;;
252b5132 1116
81ecdfbb
RW
1117 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1118 ac_prev=pdfdir ;;
1119 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1120 pdfdir=$ac_optarg ;;
1121
1122 -psdir | --psdir | --psdi | --psd | --ps)
1123 ac_prev=psdir ;;
1124 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1125 psdir=$ac_optarg ;;
1126
252b5132
RH
1127 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1128 | -silent | --silent | --silen | --sile | --sil)
1129 silent=yes ;;
1130
1131 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1132 ac_prev=sbindir ;;
1133 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1134 | --sbi=* | --sb=*)
42ecbf5e 1135 sbindir=$ac_optarg ;;
252b5132
RH
1136
1137 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1138 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1139 | --sharedst | --shareds | --shared | --share | --shar \
1140 | --sha | --sh)
1141 ac_prev=sharedstatedir ;;
1142 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1143 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1144 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1145 | --sha=* | --sh=*)
42ecbf5e 1146 sharedstatedir=$ac_optarg ;;
252b5132
RH
1147
1148 -site | --site | --sit)
1149 ac_prev=site ;;
1150 -site=* | --site=* | --sit=*)
42ecbf5e 1151 site=$ac_optarg ;;
252b5132
RH
1152
1153 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1154 ac_prev=srcdir ;;
1155 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42ecbf5e 1156 srcdir=$ac_optarg ;;
252b5132
RH
1157
1158 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1159 | --syscon | --sysco | --sysc | --sys | --sy)
1160 ac_prev=sysconfdir ;;
1161 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1162 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42ecbf5e 1163 sysconfdir=$ac_optarg ;;
252b5132
RH
1164
1165 -target | --target | --targe | --targ | --tar | --ta | --t)
42ecbf5e 1166 ac_prev=target_alias ;;
252b5132 1167 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42ecbf5e 1168 target_alias=$ac_optarg ;;
252b5132
RH
1169
1170 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1171 verbose=yes ;;
1172
42ecbf5e
DJ
1173 -version | --version | --versio | --versi | --vers | -V)
1174 ac_init_version=: ;;
252b5132
RH
1175
1176 -with-* | --with-*)
81ecdfbb 1177 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
252b5132 1178 # Reject names that are not valid shell variable names.
81ecdfbb 1179 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1180 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1181 ac_useropt_orig=$ac_useropt
1182 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1183 case $ac_user_opts in
1184 *"
1185"with_$ac_useropt"
1186"*) ;;
1187 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1188 ac_unrecognized_sep=', ';;
252b5132 1189 esac
81ecdfbb 1190 eval with_$ac_useropt=\$ac_optarg ;;
252b5132
RH
1191
1192 -without-* | --without-*)
81ecdfbb 1193 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
252b5132 1194 # Reject names that are not valid shell variable names.
81ecdfbb 1195 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1196 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1197 ac_useropt_orig=$ac_useropt
1198 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1199 case $ac_user_opts in
1200 *"
1201"with_$ac_useropt"
1202"*) ;;
1203 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1204 ac_unrecognized_sep=', ';;
1205 esac
1206 eval with_$ac_useropt=no ;;
252b5132
RH
1207
1208 --x)
1209 # Obsolete; use --with-x.
1210 with_x=yes ;;
1211
1212 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1213 | --x-incl | --x-inc | --x-in | --x-i)
1214 ac_prev=x_includes ;;
1215 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1216 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42ecbf5e 1217 x_includes=$ac_optarg ;;
252b5132
RH
1218
1219 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1220 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1221 ac_prev=x_libraries ;;
1222 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1223 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42ecbf5e 1224 x_libraries=$ac_optarg ;;
252b5132 1225
d0ac1c44
SM
1226 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1227Try \`$0 --help' for more information"
252b5132
RH
1228 ;;
1229
42ecbf5e
DJ
1230 *=*)
1231 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1232 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1233 case $ac_envvar in #(
1234 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1235 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1236 esac
1237 eval $ac_envvar=\$ac_optarg
42ecbf5e
DJ
1238 export $ac_envvar ;;
1239
252b5132 1240 *)
42ecbf5e 1241 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1242 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42ecbf5e 1243 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1244 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1245 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
252b5132
RH
1246 ;;
1247
1248 esac
1249done
1250
1251if test -n "$ac_prev"; then
42ecbf5e 1252 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1253 as_fn_error $? "missing argument to $ac_option"
252b5132
RH
1254fi
1255
81ecdfbb
RW
1256if test -n "$ac_unrecognized_opts"; then
1257 case $enable_option_checking in
1258 no) ;;
d0ac1c44 1259 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1260 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42ecbf5e 1261 esac
81ecdfbb 1262fi
252b5132 1263
81ecdfbb
RW
1264# Check all directory arguments for consistency.
1265for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1266 datadir sysconfdir sharedstatedir localstatedir includedir \
1267 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
e0b2a78c 1268 libdir localedir mandir
252b5132 1269do
81ecdfbb
RW
1270 eval ac_val=\$$ac_var
1271 # Remove trailing slashes.
42ecbf5e 1272 case $ac_val in
81ecdfbb
RW
1273 */ )
1274 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1275 eval $ac_var=\$ac_val;;
252b5132 1276 esac
81ecdfbb
RW
1277 # Be sure to have absolute directory names.
1278 case $ac_val in
1279 [\\/$]* | ?:[\\/]* ) continue;;
1280 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1281 esac
d0ac1c44 1282 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
252b5132
RH
1283done
1284
42ecbf5e
DJ
1285# There might be people who depend on the old broken behavior: `$host'
1286# used to hold the argument of --host etc.
1287# FIXME: To remove some day.
1288build=$build_alias
1289host=$host_alias
1290target=$target_alias
1291
1292# FIXME: To remove some day.
1293if test "x$host_alias" != x; then
1294 if test "x$build_alias" = x; then
1295 cross_compiling=maybe
42ecbf5e
DJ
1296 elif test "x$build_alias" != "x$host_alias"; then
1297 cross_compiling=yes
1298 fi
1299fi
e5a52504 1300
42ecbf5e
DJ
1301ac_tool_prefix=
1302test -n "$host_alias" && ac_tool_prefix=$host_alias-
1303
1304test "$silent" = yes && exec 6>/dev/null
252b5132 1305
252b5132 1306
81ecdfbb
RW
1307ac_pwd=`pwd` && test -n "$ac_pwd" &&
1308ac_ls_di=`ls -di .` &&
1309ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1310 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1311test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1312 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1313
1314
252b5132
RH
1315# Find the source files, if location was not specified.
1316if test -z "$srcdir"; then
1317 ac_srcdir_defaulted=yes
81ecdfbb
RW
1318 # Try the directory containing this script, then the parent directory.
1319 ac_confdir=`$as_dirname -- "$as_myself" ||
1320$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1321 X"$as_myself" : 'X\(//\)[^/]' \| \
1322 X"$as_myself" : 'X\(//\)$' \| \
1323 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1324$as_echo X"$as_myself" |
1325 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1326 s//\1/
1327 q
1328 }
1329 /^X\(\/\/\)[^/].*/{
1330 s//\1/
1331 q
1332 }
1333 /^X\(\/\/\)$/{
1334 s//\1/
1335 q
1336 }
1337 /^X\(\/\).*/{
1338 s//\1/
1339 q
1340 }
1341 s/.*/./; q'`
252b5132 1342 srcdir=$ac_confdir
81ecdfbb 1343 if test ! -r "$srcdir/$ac_unique_file"; then
252b5132
RH
1344 srcdir=..
1345 fi
1346else
1347 ac_srcdir_defaulted=no
1348fi
81ecdfbb
RW
1349if test ! -r "$srcdir/$ac_unique_file"; then
1350 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1351 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1352fi
1353ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1354ac_abs_confdir=`(
d0ac1c44 1355 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1356 pwd)`
1357# When building in place, set srcdir=.
1358if test "$ac_abs_confdir" = "$ac_pwd"; then
1359 srcdir=.
1360fi
1361# Remove unnecessary trailing slashes from srcdir.
1362# Double slashes in file names in object file debugging info
1363# mess up M-x gdb in Emacs.
1364case $srcdir in
1365*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1366esac
1367for ac_var in $ac_precious_vars; do
1368 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1369 eval ac_env_${ac_var}_value=\$${ac_var}
1370 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1371 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1372done
252b5132 1373
42ecbf5e
DJ
1374#
1375# Report the --help message.
1376#
1377if test "$ac_init_help" = "long"; then
1378 # Omit some internal or obsolete options to make the list less imposing.
1379 # This message is too long to be a string in the A/UX 3.1 sh.
1380 cat <<_ACEOF
b19d852d 1381\`configure' configures binutils 2.35.50 to adapt to many kinds of systems.
252b5132 1382
42ecbf5e 1383Usage: $0 [OPTION]... [VAR=VALUE]...
252b5132 1384
42ecbf5e
DJ
1385To assign environment variables (e.g., CC, CFLAGS...), specify them as
1386VAR=VALUE. See below for descriptions of some of the useful variables.
252b5132 1387
42ecbf5e 1388Defaults for the options are specified in brackets.
ac48eca1 1389
42ecbf5e
DJ
1390Configuration:
1391 -h, --help display this help and exit
1392 --help=short display options specific to this package
1393 --help=recursive display the short help of all the included packages
1394 -V, --version display version information and exit
d0ac1c44 1395 -q, --quiet, --silent do not print \`checking ...' messages
42ecbf5e
DJ
1396 --cache-file=FILE cache test results in FILE [disabled]
1397 -C, --config-cache alias for \`--cache-file=config.cache'
1398 -n, --no-create do not create output files
1399 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1400
42ecbf5e
DJ
1401Installation directories:
1402 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1403 [$ac_default_prefix]
42ecbf5e 1404 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1405 [PREFIX]
ac48eca1 1406
42ecbf5e
DJ
1407By default, \`make install' will install all the files in
1408\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1409an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1410for instance \`--prefix=\$HOME'.
ac48eca1 1411
42ecbf5e 1412For better control, use the options below.
ac48eca1 1413
42ecbf5e 1414Fine tuning of the installation directories:
81ecdfbb
RW
1415 --bindir=DIR user executables [EPREFIX/bin]
1416 --sbindir=DIR system admin executables [EPREFIX/sbin]
1417 --libexecdir=DIR program executables [EPREFIX/libexec]
1418 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1419 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1420 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1421 --libdir=DIR object code libraries [EPREFIX/lib]
1422 --includedir=DIR C header files [PREFIX/include]
1423 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1424 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1425 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1426 --infodir=DIR info documentation [DATAROOTDIR/info]
1427 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1428 --mandir=DIR man documentation [DATAROOTDIR/man]
2e98a7bd 1429 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
81ecdfbb
RW
1430 --htmldir=DIR html documentation [DOCDIR]
1431 --dvidir=DIR dvi documentation [DOCDIR]
1432 --pdfdir=DIR pdf documentation [DOCDIR]
1433 --psdir=DIR ps documentation [DOCDIR]
42ecbf5e 1434_ACEOF
ac48eca1 1435
42ecbf5e 1436 cat <<\_ACEOF
252b5132 1437
42ecbf5e
DJ
1438Program names:
1439 --program-prefix=PREFIX prepend PREFIX to installed program names
1440 --program-suffix=SUFFIX append SUFFIX to installed program names
1441 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
252b5132 1442
42ecbf5e
DJ
1443System types:
1444 --build=BUILD configure for building on BUILD [guessed]
1445 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1446 --target=TARGET configure for building compilers for TARGET [HOST]
1447_ACEOF
252b5132 1448fi
252b5132 1449
42ecbf5e 1450if test -n "$ac_init_help"; then
2e98a7bd 1451 case $ac_init_help in
b19d852d 1452 short | recursive ) echo "Configuration of binutils 2.35.50:";;
2e98a7bd 1453 esac
42ecbf5e 1454 cat <<\_ACEOF
252b5132 1455
42ecbf5e 1456Optional Features:
81ecdfbb 1457 --disable-option-checking ignore unrecognized --enable/--with options
42ecbf5e
DJ
1458 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1459 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
d0ac1c44
SM
1460 --enable-dependency-tracking
1461 do not reject slow dependency extractors
1462 --disable-dependency-tracking
1463 speeds up one-time build
1464 --enable-silent-rules less verbose build output (undo: "make V=1")
1465 --disable-silent-rules verbose build output (undo: "make V=0")
81ecdfbb
RW
1466 --enable-shared[=PKGS] build shared libraries [default=yes]
1467 --enable-static[=PKGS] build static libraries [default=yes]
d7040cdb
SE
1468 --enable-fast-install[=PKGS]
1469 optimize for fast installation [default=yes]
42ecbf5e 1470 --disable-libtool-lock avoid locking (might break parallel builds)
b879806f
AM
1471 --enable-plugins Enable support for plugins
1472 --disable-largefile omit support for large files
42ecbf5e 1473 --enable-targets alternative target configurations
9cb80f72
RM
1474 --enable-deterministic-archives
1475 ar and ranlib default to -D behavior
7fac9594
NC
1476 --disable-default-strings-all
1477 strings defaults to --data behavior
094e34f2 1478 --enable-libctf Handle .ctf type-info sections [default=yes]
241a6c40
AM
1479 --enable-werror treat compile warnings as errors
1480 --enable-build-warnings enable build-time compiler warnings
42ecbf5e 1481 --disable-nls do not use Native Language Support
d0ac1c44
SM
1482 --enable-maintainer-mode
1483 enable make rules and dependencies not useful (and
1484 sometimes confusing) to the casual installer
5ba684e2 1485 --disable-rpath do not hardcode runtime library paths
42ecbf5e
DJ
1486
1487Optional Packages:
1488 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1489 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
d7040cdb
SE
1490 --with-pic try to use only PIC/non-PIC objects [default=use
1491 both]
1492 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
301a9420
AM
1493 --with-debuginfod Enable debuginfo lookups with debuginfod
1494 (auto/yes/no)
0ee42ecd 1495 --with-system-zlib use installed libz
5ba684e2
NC
1496 --with-gnu-ld assume the C compiler uses GNU ld default=no
1497 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1498 --without-libiconv-prefix don't search for libiconv in includedir and libdir
9f1528a1 1499 --with-libiconv-type=TYPE type of library to search for (auto/static/shared)
252b5132 1500
42ecbf5e
DJ
1501Some influential environment variables:
1502 CC C compiler command
1503 CFLAGS C compiler flags
1504 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1505 nonstandard directory <lib dir>
81ecdfbb 1506 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1507 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1508 you have headers in a nonstandard directory <include dir>
42ecbf5e 1509 CPP C preprocessor
d0ac1c44
SM
1510 YACC The `Yet Another Compiler Compiler' implementation to use.
1511 Defaults to the first program found out of: `bison -y', `byacc',
1512 `yacc'.
81ecdfbb
RW
1513 YFLAGS The list of arguments that will be passed by default to $YACC.
1514 This script will default YFLAGS to the empty string to avoid a
1515 default value of `-d' given by some make applications.
e5a52504 1516
42ecbf5e
DJ
1517Use these variables to override the choices made by `configure' or to help
1518it to find libraries and programs with nonstandard names/locations.
1519
81ecdfbb 1520Report bugs to the package provider.
42ecbf5e 1521_ACEOF
81ecdfbb 1522ac_status=$?
252b5132
RH
1523fi
1524
42ecbf5e
DJ
1525if test "$ac_init_help" = "recursive"; then
1526 # If there are subdirs, report their specific --help.
42ecbf5e 1527 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1528 test -d "$ac_dir" ||
1529 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1530 continue
42ecbf5e
DJ
1531 ac_builddir=.
1532
81ecdfbb
RW
1533case "$ac_dir" in
1534.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1535*)
1536 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1537 # A ".." for each directory in $ac_dir_suffix.
1538 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1539 case $ac_top_builddir_sub in
1540 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1542 esac ;;
1543esac
1544ac_abs_top_builddir=$ac_pwd
1545ac_abs_builddir=$ac_pwd$ac_dir_suffix
1546# for backward compatibility:
1547ac_top_builddir=$ac_top_build_prefix
252b5132 1548
42ecbf5e 1549case $srcdir in
81ecdfbb 1550 .) # We are building in place.
42ecbf5e 1551 ac_srcdir=.
81ecdfbb
RW
1552 ac_top_srcdir=$ac_top_builddir_sub
1553 ac_abs_top_srcdir=$ac_pwd ;;
1554 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 1555 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1556 ac_top_srcdir=$srcdir
1557 ac_abs_top_srcdir=$srcdir ;;
1558 *) # Relative name.
1559 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1560 ac_top_srcdir=$ac_top_build_prefix$srcdir
1561 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
252b5132 1562esac
81ecdfbb
RW
1563ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1564
1565 cd "$ac_dir" || { ac_status=$?; continue; }
1566 # Check for guested configure.
1567 if test -f "$ac_srcdir/configure.gnu"; then
1568 echo &&
1569 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1570 elif test -f "$ac_srcdir/configure"; then
1571 echo &&
1572 $SHELL "$ac_srcdir/configure" --help=recursive
42ecbf5e 1573 else
81ecdfbb
RW
1574 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1575 fi || ac_status=$?
1576 cd "$ac_pwd" || { ac_status=$?; break; }
42ecbf5e
DJ
1577 done
1578fi
5d64ca4e 1579
81ecdfbb 1580test -n "$ac_init_help" && exit $ac_status
42ecbf5e
DJ
1581if $ac_init_version; then
1582 cat <<\_ACEOF
b19d852d 1583binutils configure 2.35.50
d0ac1c44 1584generated by GNU Autoconf 2.69
5d64ca4e 1585
d0ac1c44 1586Copyright (C) 2012 Free Software Foundation, Inc.
42ecbf5e
DJ
1587This configure script is free software; the Free Software Foundation
1588gives unlimited permission to copy, distribute and modify it.
1589_ACEOF
81ecdfbb 1590 exit
42ecbf5e 1591fi
252b5132 1592
81ecdfbb
RW
1593## ------------------------ ##
1594## Autoconf initialization. ##
1595## ------------------------ ##
e5a52504 1596
81ecdfbb
RW
1597# ac_fn_c_try_compile LINENO
1598# --------------------------
1599# Try to compile conftest.$ac_ext, and return whether this succeeded.
1600ac_fn_c_try_compile ()
42ecbf5e 1601{
81ecdfbb
RW
1602 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603 rm -f conftest.$ac_objext
1604 if { { ac_try="$ac_compile"
1605case "(($ac_try" in
1606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1607 *) ac_try_echo=$ac_try;;
1608esac
1609eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1610$as_echo "$ac_try_echo"; } >&5
1611 (eval "$ac_compile") 2>conftest.err
1612 ac_status=$?
1613 if test -s conftest.err; then
1614 grep -v '^ *+' conftest.err >conftest.er1
1615 cat conftest.er1 >&5
1616 mv -f conftest.er1 conftest.err
1617 fi
1618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1619 test $ac_status = 0; } && {
1620 test -z "$ac_c_werror_flag" ||
1621 test ! -s conftest.err
1622 } && test -s conftest.$ac_objext; then :
1623 ac_retval=0
1624else
1625 $as_echo "$as_me: failed program was:" >&5
1626sed 's/^/| /' conftest.$ac_ext >&5
42ecbf5e 1627
81ecdfbb
RW
1628 ac_retval=1
1629fi
d0ac1c44
SM
1630 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1631 as_fn_set_status $ac_retval
42ecbf5e 1632
81ecdfbb
RW
1633} # ac_fn_c_try_compile
1634
1635# ac_fn_c_try_link LINENO
1636# -----------------------
1637# Try to link conftest.$ac_ext, and return whether this succeeded.
1638ac_fn_c_try_link ()
1639{
1640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641 rm -f conftest.$ac_objext conftest$ac_exeext
1642 if { { ac_try="$ac_link"
1643case "(($ac_try" in
1644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1645 *) ac_try_echo=$ac_try;;
1646esac
1647eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1648$as_echo "$ac_try_echo"; } >&5
1649 (eval "$ac_link") 2>conftest.err
1650 ac_status=$?
1651 if test -s conftest.err; then
1652 grep -v '^ *+' conftest.err >conftest.er1
1653 cat conftest.er1 >&5
1654 mv -f conftest.er1 conftest.err
1655 fi
1656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1657 test $ac_status = 0; } && {
1658 test -z "$ac_c_werror_flag" ||
1659 test ! -s conftest.err
1660 } && test -s conftest$ac_exeext && {
1661 test "$cross_compiling" = yes ||
d0ac1c44 1662 test -x conftest$ac_exeext
81ecdfbb
RW
1663 }; then :
1664 ac_retval=0
1665else
1666 $as_echo "$as_me: failed program was:" >&5
1667sed 's/^/| /' conftest.$ac_ext >&5
1668
1669 ac_retval=1
1670fi
1671 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1672 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1673 # interfere with the next link command; also delete a directory that is
1674 # left behind by Apple's compiler. We do this before executing the actions.
1675 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1676 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1677 as_fn_set_status $ac_retval
81ecdfbb
RW
1678
1679} # ac_fn_c_try_link
1680
1681# ac_fn_c_try_cpp LINENO
1682# ----------------------
1683# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1684ac_fn_c_try_cpp ()
1685{
1686 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1687 if { { ac_try="$ac_cpp conftest.$ac_ext"
1688case "(($ac_try" in
1689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1690 *) ac_try_echo=$ac_try;;
1691esac
1692eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1693$as_echo "$ac_try_echo"; } >&5
1694 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1695 ac_status=$?
1696 if test -s conftest.err; then
1697 grep -v '^ *+' conftest.err >conftest.er1
1698 cat conftest.er1 >&5
1699 mv -f conftest.er1 conftest.err
1700 fi
1701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1702 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1703 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1704 test ! -s conftest.err
1705 }; then :
1706 ac_retval=0
1707else
1708 $as_echo "$as_me: failed program was:" >&5
1709sed 's/^/| /' conftest.$ac_ext >&5
1710
1711 ac_retval=1
1712fi
d0ac1c44
SM
1713 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1714 as_fn_set_status $ac_retval
81ecdfbb
RW
1715
1716} # ac_fn_c_try_cpp
1717
1718# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1719# -------------------------------------------------------
1720# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1721# the include files in INCLUDES and setting the cache variable VAR
1722# accordingly.
1723ac_fn_c_check_header_mongrel ()
1724{
1725 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1726 if eval \${$3+:} false; then :
81ecdfbb
RW
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1728$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1729if eval \${$3+:} false; then :
81ecdfbb
RW
1730 $as_echo_n "(cached) " >&6
1731fi
1732eval ac_res=\$$3
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1734$as_echo "$ac_res" >&6; }
1735else
1736 # Is the header compilable?
1737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1738$as_echo_n "checking $2 usability... " >&6; }
1739cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1740/* end confdefs.h. */
1741$4
1742#include <$2>
1743_ACEOF
1744if ac_fn_c_try_compile "$LINENO"; then :
1745 ac_header_compiler=yes
1746else
1747 ac_header_compiler=no
1748fi
1749rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1750{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1751$as_echo "$ac_header_compiler" >&6; }
1752
1753# Is the header present?
1754{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1755$as_echo_n "checking $2 presence... " >&6; }
1756cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1757/* end confdefs.h. */
1758#include <$2>
1759_ACEOF
1760if ac_fn_c_try_cpp "$LINENO"; then :
1761 ac_header_preproc=yes
1762else
1763 ac_header_preproc=no
1764fi
d0ac1c44 1765rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1766{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1767$as_echo "$ac_header_preproc" >&6; }
1768
1769# So? What about this header?
1770case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1771 yes:no: )
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1773$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1775$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1776 ;;
1777 no:yes:* )
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1779$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1781$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1783$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1785$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1787$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1788 ;;
1789esac
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1791$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1792if eval \${$3+:} false; then :
81ecdfbb
RW
1793 $as_echo_n "(cached) " >&6
1794else
1795 eval "$3=\$ac_header_compiler"
1796fi
1797eval ac_res=\$$3
1798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1799$as_echo "$ac_res" >&6; }
1800fi
d0ac1c44 1801 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1802
1803} # ac_fn_c_check_header_mongrel
1804
1805# ac_fn_c_try_run LINENO
1806# ----------------------
1807# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1808# that executables *can* be run.
1809ac_fn_c_try_run ()
1810{
1811 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1812 if { { ac_try="$ac_link"
1813case "(($ac_try" in
1814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1815 *) ac_try_echo=$ac_try;;
1816esac
1817eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1818$as_echo "$ac_try_echo"; } >&5
1819 (eval "$ac_link") 2>&5
1820 ac_status=$?
1821 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1822 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1823 { { case "(($ac_try" in
1824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1825 *) ac_try_echo=$ac_try;;
1826esac
1827eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1828$as_echo "$ac_try_echo"; } >&5
1829 (eval "$ac_try") 2>&5
1830 ac_status=$?
1831 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1832 test $ac_status = 0; }; }; then :
1833 ac_retval=0
1834else
1835 $as_echo "$as_me: program exited with status $ac_status" >&5
1836 $as_echo "$as_me: failed program was:" >&5
1837sed 's/^/| /' conftest.$ac_ext >&5
1838
1839 ac_retval=$ac_status
1840fi
1841 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1842 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1843 as_fn_set_status $ac_retval
81ecdfbb
RW
1844
1845} # ac_fn_c_try_run
1846
1847# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1848# -------------------------------------------------------
1849# Tests whether HEADER exists and can be compiled using the include files in
1850# INCLUDES, setting the cache variable VAR accordingly.
1851ac_fn_c_check_header_compile ()
1852{
1853 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1855$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1856if eval \${$3+:} false; then :
81ecdfbb
RW
1857 $as_echo_n "(cached) " >&6
1858else
1859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1860/* end confdefs.h. */
1861$4
1862#include <$2>
1863_ACEOF
1864if ac_fn_c_try_compile "$LINENO"; then :
1865 eval "$3=yes"
1866else
1867 eval "$3=no"
1868fi
1869rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1870fi
1871eval ac_res=\$$3
1872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1873$as_echo "$ac_res" >&6; }
d0ac1c44 1874 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1875
1876} # ac_fn_c_check_header_compile
1877
1878# ac_fn_c_check_func LINENO FUNC VAR
1879# ----------------------------------
1880# Tests whether FUNC exists, setting the cache variable VAR accordingly
1881ac_fn_c_check_func ()
1882{
1883 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1885$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1886if eval \${$3+:} false; then :
81ecdfbb
RW
1887 $as_echo_n "(cached) " >&6
1888else
1889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1890/* end confdefs.h. */
1891/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1892 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1893#define $2 innocuous_$2
1894
1895/* System header to define __stub macros and hopefully few prototypes,
1896 which can conflict with char $2 (); below.
1897 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1898 <limits.h> exists even on freestanding compilers. */
1899
1900#ifdef __STDC__
1901# include <limits.h>
1902#else
1903# include <assert.h>
1904#endif
1905
1906#undef $2
1907
1908/* Override any GCC internal prototype to avoid an error.
1909 Use char because int might match the return type of a GCC
1910 builtin and then its argument prototype would still apply. */
1911#ifdef __cplusplus
1912extern "C"
1913#endif
1914char $2 ();
1915/* The GNU C library defines this for functions which it implements
1916 to always fail with ENOSYS. Some functions are actually named
1917 something starting with __ and the normal name is an alias. */
1918#if defined __stub_$2 || defined __stub___$2
1919choke me
1920#endif
1921
1922int
1923main ()
1924{
1925return $2 ();
1926 ;
1927 return 0;
1928}
1929_ACEOF
1930if ac_fn_c_try_link "$LINENO"; then :
1931 eval "$3=yes"
1932else
1933 eval "$3=no"
1934fi
1935rm -f core conftest.err conftest.$ac_objext \
1936 conftest$ac_exeext conftest.$ac_ext
1937fi
1938eval ac_res=\$$3
1939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1940$as_echo "$ac_res" >&6; }
d0ac1c44 1941 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1942
1943} # ac_fn_c_check_func
1944
301a9420
AM
1945# ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1946# ---------------------------------------------
1947# Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1948# accordingly.
1949ac_fn_c_check_decl ()
1950{
1951 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1952 as_decl_name=`echo $2|sed 's/ *(.*//'`
1953 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1955$as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1956if eval \${$3+:} false; then :
1957 $as_echo_n "(cached) " >&6
1958else
1959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1960/* end confdefs.h. */
1961$4
1962int
1963main ()
1964{
1965#ifndef $as_decl_name
1966#ifdef __cplusplus
1967 (void) $as_decl_use;
1968#else
1969 (void) $as_decl_name;
1970#endif
1971#endif
1972
1973 ;
1974 return 0;
1975}
1976_ACEOF
1977if ac_fn_c_try_compile "$LINENO"; then :
1978 eval "$3=yes"
1979else
1980 eval "$3=no"
1981fi
1982rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1983fi
1984eval ac_res=\$$3
1985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1986$as_echo "$ac_res" >&6; }
1987 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1988
1989} # ac_fn_c_check_decl
1990
4c219c2e
AM
1991# ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1992# --------------------------------------------
1993# Tries to find the compile-time value of EXPR in a program that includes
1994# INCLUDES, setting VAR accordingly. Returns whether the value could be
1995# computed
1996ac_fn_c_compute_int ()
1997{
1998 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1999 if test "$cross_compiling" = yes; then
2000 # Depending upon the size, compute the lo and hi bounds.
2001cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2002/* end confdefs.h. */
2003$4
2004int
2005main ()
2006{
2007static int test_array [1 - 2 * !(($2) >= 0)];
d0ac1c44
SM
2008test_array [0] = 0;
2009return test_array [0];
4c219c2e
AM
2010
2011 ;
2012 return 0;
2013}
2014_ACEOF
2015if ac_fn_c_try_compile "$LINENO"; then :
2016 ac_lo=0 ac_mid=0
2017 while :; do
2018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2019/* end confdefs.h. */
2020$4
2021int
2022main ()
2023{
2024static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
2025test_array [0] = 0;
2026return test_array [0];
4c219c2e
AM
2027
2028 ;
2029 return 0;
2030}
2031_ACEOF
2032if ac_fn_c_try_compile "$LINENO"; then :
2033 ac_hi=$ac_mid; break
2034else
2035 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2036 if test $ac_lo -le $ac_mid; then
2037 ac_lo= ac_hi=
2038 break
2039 fi
2040 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2041fi
2042rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2043 done
2044else
2045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2046/* end confdefs.h. */
2047$4
2048int
2049main ()
2050{
2051static int test_array [1 - 2 * !(($2) < 0)];
d0ac1c44
SM
2052test_array [0] = 0;
2053return test_array [0];
4c219c2e
AM
2054
2055 ;
2056 return 0;
2057}
2058_ACEOF
2059if ac_fn_c_try_compile "$LINENO"; then :
2060 ac_hi=-1 ac_mid=-1
2061 while :; do
2062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2063/* end confdefs.h. */
2064$4
2065int
2066main ()
2067{
2068static int test_array [1 - 2 * !(($2) >= $ac_mid)];
d0ac1c44
SM
2069test_array [0] = 0;
2070return test_array [0];
4c219c2e
AM
2071
2072 ;
2073 return 0;
2074}
2075_ACEOF
2076if ac_fn_c_try_compile "$LINENO"; then :
2077 ac_lo=$ac_mid; break
2078else
2079 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2080 if test $ac_mid -le $ac_hi; then
2081 ac_lo= ac_hi=
2082 break
2083 fi
2084 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2085fi
2086rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2087 done
2088else
2089 ac_lo= ac_hi=
2090fi
2091rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2092fi
2093rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2094# Binary search between lo and hi bounds.
2095while test "x$ac_lo" != "x$ac_hi"; do
2096 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2098/* end confdefs.h. */
2099$4
2100int
2101main ()
2102{
2103static int test_array [1 - 2 * !(($2) <= $ac_mid)];
d0ac1c44
SM
2104test_array [0] = 0;
2105return test_array [0];
4c219c2e
AM
2106
2107 ;
2108 return 0;
2109}
2110_ACEOF
2111if ac_fn_c_try_compile "$LINENO"; then :
2112 ac_hi=$ac_mid
2113else
2114 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2115fi
2116rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2117done
2118case $ac_lo in #((
2119?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2120'') ac_retval=1 ;;
2121esac
2122 else
2123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2124/* end confdefs.h. */
2125$4
2126static long int longval () { return $2; }
2127static unsigned long int ulongval () { return $2; }
2128#include <stdio.h>
2129#include <stdlib.h>
2130int
2131main ()
2132{
2133
2134 FILE *f = fopen ("conftest.val", "w");
2135 if (! f)
2136 return 1;
2137 if (($2) < 0)
2138 {
2139 long int i = longval ();
2140 if (i != ($2))
2141 return 1;
2142 fprintf (f, "%ld", i);
2143 }
2144 else
2145 {
2146 unsigned long int i = ulongval ();
2147 if (i != ($2))
2148 return 1;
2149 fprintf (f, "%lu", i);
2150 }
2151 /* Do not output a trailing newline, as this causes \r\n confusion
2152 on some platforms. */
2153 return ferror (f) || fclose (f) != 0;
2154
2155 ;
2156 return 0;
2157}
2158_ACEOF
2159if ac_fn_c_try_run "$LINENO"; then :
2160 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2161else
2162 ac_retval=1
2163fi
2164rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2165 conftest.$ac_objext conftest.beam conftest.$ac_ext
2166rm -f conftest.val
2167
2168 fi
d0ac1c44
SM
2169 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2170 as_fn_set_status $ac_retval
4c219c2e
AM
2171
2172} # ac_fn_c_compute_int
2173
2174# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2175# -------------------------------------------
2176# Tests whether TYPE exists after having included INCLUDES, setting cache
2177# variable VAR accordingly.
2178ac_fn_c_check_type ()
2179{
2180 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2182$as_echo_n "checking for $2... " >&6; }
d0ac1c44 2183if eval \${$3+:} false; then :
4c219c2e
AM
2184 $as_echo_n "(cached) " >&6
2185else
2186 eval "$3=no"
2187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2188/* end confdefs.h. */
2189$4
2190int
2191main ()
2192{
2193if (sizeof ($2))
2194 return 0;
2195 ;
2196 return 0;
2197}
2198_ACEOF
2199if ac_fn_c_try_compile "$LINENO"; then :
2200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2201/* end confdefs.h. */
2202$4
2203int
2204main ()
2205{
2206if (sizeof (($2)))
2207 return 0;
2208 ;
2209 return 0;
2210}
2211_ACEOF
2212if ac_fn_c_try_compile "$LINENO"; then :
2213
2214else
2215 eval "$3=yes"
2216fi
2217rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2218fi
2219rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2220fi
2221eval ac_res=\$$3
2222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2223$as_echo "$ac_res" >&6; }
d0ac1c44 2224 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
4c219c2e
AM
2225
2226} # ac_fn_c_check_type
81ecdfbb
RW
2227cat >config.log <<_ACEOF
2228This file contains any messages produced by compilers while
2229running configure, to aid debugging if configure makes a mistake.
2230
b19d852d 2231It was created by binutils $as_me 2.35.50, which was
d0ac1c44 2232generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2233
2234 $ $0 $@
2235
2236_ACEOF
2237exec 5>>config.log
2238{
2239cat <<_ASUNAME
2240## --------- ##
2241## Platform. ##
2242## --------- ##
2243
2244hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2245uname -m = `(uname -m) 2>/dev/null || echo unknown`
2246uname -r = `(uname -r) 2>/dev/null || echo unknown`
2247uname -s = `(uname -s) 2>/dev/null || echo unknown`
2248uname -v = `(uname -v) 2>/dev/null || echo unknown`
2249
2250/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2251/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2252
2253/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2254/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2255/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2256/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2257/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2258/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2259/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
42ecbf5e
DJ
2260
2261_ASUNAME
2262
2263as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2264for as_dir in $PATH
2265do
2266 IFS=$as_save_IFS
2267 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
2268 $as_echo "PATH: $as_dir"
2269 done
2270IFS=$as_save_IFS
e5a52504 2271
42ecbf5e 2272} >&5
ceae3e33 2273
42ecbf5e 2274cat >&5 <<_ACEOF
e5a52504 2275
42ecbf5e
DJ
2276
2277## ----------- ##
2278## Core tests. ##
2279## ----------- ##
2280
2281_ACEOF
2282
2283
2284# Keep a trace of the command line.
2285# Strip out --no-create and --no-recursion so they do not pile up.
2286# Strip out --silent because we don't want to record it for future runs.
2287# Also quote any args containing shell meta-characters.
2288# Make two passes to allow for proper duplicate-argument suppression.
2289ac_configure_args=
2290ac_configure_args0=
2291ac_configure_args1=
42ecbf5e
DJ
2292ac_must_keep_next=false
2293for ac_pass in 1 2
2294do
2295 for ac_arg
2296 do
2297 case $ac_arg in
2298 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2299 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2300 | -silent | --silent | --silen | --sile | --sil)
2301 continue ;;
81ecdfbb
RW
2302 *\'*)
2303 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2304 esac
2305 case $ac_pass in
81ecdfbb 2306 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42ecbf5e 2307 2)
81ecdfbb 2308 as_fn_append ac_configure_args1 " '$ac_arg'"
42ecbf5e
DJ
2309 if test $ac_must_keep_next = true; then
2310 ac_must_keep_next=false # Got value, back to normal.
2311 else
2312 case $ac_arg in
2313 *=* | --config-cache | -C | -disable-* | --disable-* \
2314 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2315 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2316 | -with-* | --with-* | -without-* | --without-* | --x)
2317 case "$ac_configure_args0 " in
2318 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2319 esac
2320 ;;
2321 -* ) ac_must_keep_next=true ;;
2322 esac
2323 fi
81ecdfbb 2324 as_fn_append ac_configure_args " '$ac_arg'"
42ecbf5e
DJ
2325 ;;
2326 esac
2327 done
2328done
81ecdfbb
RW
2329{ ac_configure_args0=; unset ac_configure_args0;}
2330{ ac_configure_args1=; unset ac_configure_args1;}
42ecbf5e
DJ
2331
2332# When interrupted or exit'd, cleanup temporary files, and complete
2333# config.log. We remove comments because anyway the quotes in there
2334# would cause problems or look ugly.
81ecdfbb
RW
2335# WARNING: Use '\'' to represent an apostrophe within the trap.
2336# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42ecbf5e
DJ
2337trap 'exit_status=$?
2338 # Save into config.log some information that might help in debugging.
2339 {
2340 echo
2341
d0ac1c44 2342 $as_echo "## ---------------- ##
42ecbf5e 2343## Cache variables. ##
d0ac1c44 2344## ---------------- ##"
42ecbf5e
DJ
2345 echo
2346 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2347(
2348 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2349 eval ac_val=\$$ac_var
2350 case $ac_val in #(
2351 *${as_nl}*)
2352 case $ac_var in #(
2353 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2354$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2355 esac
2356 case $ac_var in #(
2357 _ | IFS | as_nl) ;; #(
2358 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2359 *) { eval $ac_var=; unset $ac_var;} ;;
2360 esac ;;
2361 esac
2362 done
42ecbf5e 2363 (set) 2>&1 |
81ecdfbb
RW
2364 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2365 *${as_nl}ac_space=\ *)
42ecbf5e 2366 sed -n \
81ecdfbb
RW
2367 "s/'\''/'\''\\\\'\'''\''/g;
2368 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2369 ;; #(
42ecbf5e 2370 *)
81ecdfbb 2371 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 2372 ;;
81ecdfbb
RW
2373 esac |
2374 sort
2375)
42ecbf5e
DJ
2376 echo
2377
d0ac1c44 2378 $as_echo "## ----------------- ##
42ecbf5e 2379## Output variables. ##
d0ac1c44 2380## ----------------- ##"
42ecbf5e
DJ
2381 echo
2382 for ac_var in $ac_subst_vars
2383 do
81ecdfbb
RW
2384 eval ac_val=\$$ac_var
2385 case $ac_val in
2386 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2387 esac
2388 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2389 done | sort
2390 echo
2391
2392 if test -n "$ac_subst_files"; then
d0ac1c44 2393 $as_echo "## ------------------- ##
81ecdfbb 2394## File substitutions. ##
d0ac1c44 2395## ------------------- ##"
42ecbf5e
DJ
2396 echo
2397 for ac_var in $ac_subst_files
2398 do
81ecdfbb
RW
2399 eval ac_val=\$$ac_var
2400 case $ac_val in
2401 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2402 esac
2403 $as_echo "$ac_var='\''$ac_val'\''"
42ecbf5e
DJ
2404 done | sort
2405 echo
2406 fi
2407
2408 if test -s confdefs.h; then
d0ac1c44 2409 $as_echo "## ----------- ##
42ecbf5e 2410## confdefs.h. ##
d0ac1c44 2411## ----------- ##"
42ecbf5e 2412 echo
81ecdfbb 2413 cat confdefs.h
42ecbf5e
DJ
2414 echo
2415 fi
2416 test "$ac_signal" != 0 &&
81ecdfbb
RW
2417 $as_echo "$as_me: caught signal $ac_signal"
2418 $as_echo "$as_me: exit $exit_status"
42ecbf5e 2419 } >&5
81ecdfbb
RW
2420 rm -f core *.core core.conftest.* &&
2421 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42ecbf5e 2422 exit $exit_status
81ecdfbb 2423' 0
42ecbf5e 2424for ac_signal in 1 2 13 15; do
81ecdfbb 2425 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42ecbf5e
DJ
2426done
2427ac_signal=0
2428
2429# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2430rm -f -r conftest* confdefs.h
2431
2432$as_echo "/* confdefs.h */" > confdefs.h
42ecbf5e
DJ
2433
2434# Predefined preprocessor variables.
2435
2436cat >>confdefs.h <<_ACEOF
2437#define PACKAGE_NAME "$PACKAGE_NAME"
2438_ACEOF
2439
42ecbf5e
DJ
2440cat >>confdefs.h <<_ACEOF
2441#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2442_ACEOF
2443
42ecbf5e
DJ
2444cat >>confdefs.h <<_ACEOF
2445#define PACKAGE_VERSION "$PACKAGE_VERSION"
2446_ACEOF
2447
42ecbf5e
DJ
2448cat >>confdefs.h <<_ACEOF
2449#define PACKAGE_STRING "$PACKAGE_STRING"
2450_ACEOF
2451
42ecbf5e
DJ
2452cat >>confdefs.h <<_ACEOF
2453#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2454_ACEOF
2455
81ecdfbb
RW
2456cat >>confdefs.h <<_ACEOF
2457#define PACKAGE_URL "$PACKAGE_URL"
2458_ACEOF
2459
42ecbf5e
DJ
2460
2461# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2462# Prefer an explicitly selected file to automatically selected ones.
2463ac_site_file1=NONE
2464ac_site_file2=NONE
2465if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2466 # We do not want a PATH search for config.site.
2467 case $CONFIG_SITE in #((
2468 -*) ac_site_file1=./$CONFIG_SITE;;
2469 */*) ac_site_file1=$CONFIG_SITE;;
2470 *) ac_site_file1=./$CONFIG_SITE;;
2471 esac
81ecdfbb
RW
2472elif test "x$prefix" != xNONE; then
2473 ac_site_file1=$prefix/share/config.site
2474 ac_site_file2=$prefix/etc/config.site
2475else
2476 ac_site_file1=$ac_default_prefix/share/config.site
2477 ac_site_file2=$ac_default_prefix/etc/config.site
2478fi
2479for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2480do
2481 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2482 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2484$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42ecbf5e 2485 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2486 . "$ac_site_file" \
2487 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2488$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2489as_fn_error $? "failed to load site script $ac_site_file
2490See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e
DJ
2491 fi
2492done
2493
2494if test -r "$cache_file"; then
d0ac1c44
SM
2495 # Some versions of bash will fail to source /dev/null (special files
2496 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2497 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2499$as_echo "$as_me: loading cache $cache_file" >&6;}
42ecbf5e 2500 case $cache_file in
81ecdfbb
RW
2501 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2502 *) . "./$cache_file";;
42ecbf5e
DJ
2503 esac
2504 fi
2505else
81ecdfbb
RW
2506 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2507$as_echo "$as_me: creating cache $cache_file" >&6;}
42ecbf5e
DJ
2508 >$cache_file
2509fi
2510
34156b23
L
2511as_fn_append ac_header_list " stdlib.h"
2512as_fn_append ac_header_list " unistd.h"
2513as_fn_append ac_header_list " sys/param.h"
42ecbf5e
DJ
2514# Check that the precious variables saved in the cache have kept the same
2515# value.
2516ac_cache_corrupted=false
81ecdfbb 2517for ac_var in $ac_precious_vars; do
42ecbf5e
DJ
2518 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2519 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2520 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2521 eval ac_new_val=\$ac_env_${ac_var}_value
42ecbf5e
DJ
2522 case $ac_old_set,$ac_new_set in
2523 set,)
81ecdfbb
RW
2524 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2525$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42ecbf5e
DJ
2526 ac_cache_corrupted=: ;;
2527 ,set)
81ecdfbb
RW
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2529$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42ecbf5e
DJ
2530 ac_cache_corrupted=: ;;
2531 ,);;
2532 *)
2533 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2534 # differences in whitespace do not lead to failure.
2535 ac_old_val_w=`echo x $ac_old_val`
2536 ac_new_val_w=`echo x $ac_new_val`
2537 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2539$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2540 ac_cache_corrupted=:
2541 else
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2543$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2544 eval $ac_var=\$ac_old_val
2545 fi
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2547$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2549$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42ecbf5e
DJ
2550 fi;;
2551 esac
2552 # Pass precious variables to config.status.
2553 if test "$ac_new_set" = set; then
2554 case $ac_new_val in
81ecdfbb 2555 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42ecbf5e
DJ
2556 *) ac_arg=$ac_var=$ac_new_val ;;
2557 esac
2558 case " $ac_configure_args " in
2559 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2560 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42ecbf5e
DJ
2561 esac
2562 fi
2563done
2564if $ac_cache_corrupted; then
81ecdfbb
RW
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2566$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2568$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2569 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
42ecbf5e 2570fi
81ecdfbb
RW
2571## -------------------- ##
2572## Main body of script. ##
2573## -------------------- ##
42ecbf5e
DJ
2574
2575ac_ext=c
2576ac_cpp='$CPP $CPPFLAGS'
2577ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2578ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2579ac_compiler_gnu=$ac_cv_c_compiler_gnu
2580
2581
2582
42ecbf5e 2583
da594c4a 2584
42ecbf5e
DJ
2585
2586
2587ac_aux_dir=
81ecdfbb 2588for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
2589 if test -f "$ac_dir/install-sh"; then
2590 ac_aux_dir=$ac_dir
2591 ac_install_sh="$ac_aux_dir/install-sh -c"
2592 break
2593 elif test -f "$ac_dir/install.sh"; then
2594 ac_aux_dir=$ac_dir
2595 ac_install_sh="$ac_aux_dir/install.sh -c"
2596 break
2597 elif test -f "$ac_dir/shtool"; then
2598 ac_aux_dir=$ac_dir
2599 ac_install_sh="$ac_aux_dir/shtool install -c"
2600 break
2601 fi
42ecbf5e
DJ
2602done
2603if test -z "$ac_aux_dir"; then
d0ac1c44 2604 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
42ecbf5e 2605fi
81ecdfbb
RW
2606
2607# These three variables are undocumented and unsupported,
2608# and are intended to be withdrawn in a future Autoconf release.
2609# They can cause serious problems if a builder's source tree is in a directory
2610# whose full name contains unusual characters.
2611ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2612ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2613ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2614
42ecbf5e
DJ
2615
2616# Make sure we can run config.sub.
81ecdfbb 2617$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 2618 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
81ecdfbb
RW
2619
2620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2621$as_echo_n "checking build system type... " >&6; }
d0ac1c44 2622if ${ac_cv_build+:} false; then :
81ecdfbb
RW
2623 $as_echo_n "(cached) " >&6
2624else
2625 ac_build_alias=$build_alias
2626test "x$ac_build_alias" = x &&
2627 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2628test "x$ac_build_alias" = x &&
d0ac1c44 2629 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
81ecdfbb 2630ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 2631 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
81ecdfbb
RW
2632
2633fi
2634{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2635$as_echo "$ac_cv_build" >&6; }
2636case $ac_cv_build in
2637*-*-*) ;;
d0ac1c44 2638*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
81ecdfbb 2639esac
42ecbf5e 2640build=$ac_cv_build
81ecdfbb
RW
2641ac_save_IFS=$IFS; IFS='-'
2642set x $ac_cv_build
2643shift
2644build_cpu=$1
2645build_vendor=$2
2646shift; shift
2647# Remember, the first character of IFS is used to create $*,
2648# except with old shells:
2649build_os=$*
2650IFS=$ac_save_IFS
2651case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2652
2653
81ecdfbb
RW
2654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2655$as_echo_n "checking host system type... " >&6; }
d0ac1c44 2656if ${ac_cv_host+:} false; then :
81ecdfbb 2657 $as_echo_n "(cached) " >&6
42ecbf5e 2658else
81ecdfbb
RW
2659 if test "x$host_alias" = x; then
2660 ac_cv_host=$ac_cv_build
2661else
2662 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 2663 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
81ecdfbb 2664fi
42ecbf5e
DJ
2665
2666fi
81ecdfbb
RW
2667{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2668$as_echo "$ac_cv_host" >&6; }
2669case $ac_cv_host in
2670*-*-*) ;;
d0ac1c44 2671*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
81ecdfbb 2672esac
42ecbf5e 2673host=$ac_cv_host
81ecdfbb
RW
2674ac_save_IFS=$IFS; IFS='-'
2675set x $ac_cv_host
2676shift
2677host_cpu=$1
2678host_vendor=$2
2679shift; shift
2680# Remember, the first character of IFS is used to create $*,
2681# except with old shells:
2682host_os=$*
2683IFS=$ac_save_IFS
2684case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2685
2686
81ecdfbb
RW
2687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2688$as_echo_n "checking target system type... " >&6; }
d0ac1c44 2689if ${ac_cv_target+:} false; then :
81ecdfbb
RW
2690 $as_echo_n "(cached) " >&6
2691else
2692 if test "x$target_alias" = x; then
2693 ac_cv_target=$ac_cv_host
42ecbf5e 2694else
81ecdfbb 2695 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 2696 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
81ecdfbb 2697fi
42ecbf5e
DJ
2698
2699fi
81ecdfbb
RW
2700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2701$as_echo "$ac_cv_target" >&6; }
2702case $ac_cv_target in
2703*-*-*) ;;
d0ac1c44 2704*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
81ecdfbb 2705esac
42ecbf5e 2706target=$ac_cv_target
81ecdfbb
RW
2707ac_save_IFS=$IFS; IFS='-'
2708set x $ac_cv_target
2709shift
2710target_cpu=$1
2711target_vendor=$2
2712shift; shift
2713# Remember, the first character of IFS is used to create $*,
2714# except with old shells:
2715target_os=$*
2716IFS=$ac_save_IFS
2717case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
42ecbf5e
DJ
2718
2719
2720# The aliases save the names the user supplied, while $host etc.
2721# will get canonicalized.
2722test -n "$target_alias" &&
2723 test "$program_prefix$program_suffix$program_transform_name" = \
2724 NONENONEs,x,x, &&
2725 program_prefix=${target_alias}-
d0ac1c44
SM
2726# Expand $ac_aux_dir to an absolute path.
2727am_aux_dir=`cd "$ac_aux_dir" && pwd`
2728
42ecbf5e
DJ
2729ac_ext=c
2730ac_cpp='$CPP $CPPFLAGS'
2731ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2732ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2733ac_compiler_gnu=$ac_cv_c_compiler_gnu
2734if test -n "$ac_tool_prefix"; then
2735 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2736set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
2737{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2738$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2739if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2740 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2741else
2742 if test -n "$CC"; then
2743 ac_cv_prog_CC="$CC" # Let the user override the test.
2744else
2745as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2746for as_dir in $PATH
2747do
2748 IFS=$as_save_IFS
2749 test -z "$as_dir" && as_dir=.
81ecdfbb 2750 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2751 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2752 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 2753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2754 break 2
2755 fi
2756done
81ecdfbb
RW
2757 done
2758IFS=$as_save_IFS
42ecbf5e
DJ
2759
2760fi
2761fi
2762CC=$ac_cv_prog_CC
2763if test -n "$CC"; then
81ecdfbb
RW
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2765$as_echo "$CC" >&6; }
42ecbf5e 2766else
81ecdfbb
RW
2767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2768$as_echo "no" >&6; }
42ecbf5e
DJ
2769fi
2770
81ecdfbb 2771
42ecbf5e
DJ
2772fi
2773if test -z "$ac_cv_prog_CC"; then
2774 ac_ct_CC=$CC
2775 # Extract the first word of "gcc", so it can be a program name with args.
2776set dummy gcc; ac_word=$2
81ecdfbb
RW
2777{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2778$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2779if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2780 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2781else
2782 if test -n "$ac_ct_CC"; then
2783 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2784else
2785as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2786for as_dir in $PATH
2787do
2788 IFS=$as_save_IFS
2789 test -z "$as_dir" && as_dir=.
81ecdfbb 2790 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2791 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2792 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 2793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2794 break 2
2795 fi
2796done
81ecdfbb
RW
2797 done
2798IFS=$as_save_IFS
42ecbf5e
DJ
2799
2800fi
2801fi
2802ac_ct_CC=$ac_cv_prog_ac_ct_CC
2803if test -n "$ac_ct_CC"; then
81ecdfbb
RW
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2805$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 2806else
81ecdfbb
RW
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2808$as_echo "no" >&6; }
42ecbf5e
DJ
2809fi
2810
81ecdfbb
RW
2811 if test "x$ac_ct_CC" = x; then
2812 CC=""
2813 else
2814 case $cross_compiling:$ac_tool_warned in
2815yes:)
2816{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2817$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2818ac_tool_warned=yes ;;
2819esac
2820 CC=$ac_ct_CC
2821 fi
42ecbf5e
DJ
2822else
2823 CC="$ac_cv_prog_CC"
2824fi
2825
2826if test -z "$CC"; then
81ecdfbb
RW
2827 if test -n "$ac_tool_prefix"; then
2828 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
42ecbf5e 2829set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
2830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2831$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2832if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2833 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2834else
2835 if test -n "$CC"; then
2836 ac_cv_prog_CC="$CC" # Let the user override the test.
2837else
2838as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2839for as_dir in $PATH
2840do
2841 IFS=$as_save_IFS
2842 test -z "$as_dir" && as_dir=.
81ecdfbb 2843 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2844 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2845 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 2846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2847 break 2
2848 fi
2849done
81ecdfbb
RW
2850 done
2851IFS=$as_save_IFS
42ecbf5e
DJ
2852
2853fi
2854fi
2855CC=$ac_cv_prog_CC
2856if test -n "$CC"; then
81ecdfbb
RW
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2858$as_echo "$CC" >&6; }
42ecbf5e 2859else
81ecdfbb
RW
2860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2861$as_echo "no" >&6; }
42ecbf5e
DJ
2862fi
2863
81ecdfbb
RW
2864
2865 fi
42ecbf5e 2866fi
81ecdfbb 2867if test -z "$CC"; then
42ecbf5e
DJ
2868 # Extract the first word of "cc", so it can be a program name with args.
2869set dummy cc; ac_word=$2
81ecdfbb
RW
2870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2871$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2872if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2873 $as_echo_n "(cached) " >&6
42ecbf5e 2874else
81ecdfbb
RW
2875 if test -n "$CC"; then
2876 ac_cv_prog_CC="$CC" # Let the user override the test.
42ecbf5e 2877else
81ecdfbb 2878 ac_prog_rejected=no
42ecbf5e
DJ
2879as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2880for as_dir in $PATH
2881do
2882 IFS=$as_save_IFS
2883 test -z "$as_dir" && as_dir=.
81ecdfbb 2884 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2885 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
2886 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2887 ac_prog_rejected=yes
2888 continue
2889 fi
2890 ac_cv_prog_CC="cc"
2891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2892 break 2
2893 fi
2894done
81ecdfbb
RW
2895 done
2896IFS=$as_save_IFS
42ecbf5e
DJ
2897
2898if test $ac_prog_rejected = yes; then
2899 # We found a bogon in the path, so make sure we never use it.
2900 set dummy $ac_cv_prog_CC
2901 shift
2902 if test $# != 0; then
2903 # We chose a different compiler from the bogus one.
2904 # However, it has the same basename, so the bogon will be chosen
2905 # first if we set CC to just the basename; use the full file name.
2906 shift
2907 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2908 fi
2909fi
2910fi
2911fi
2912CC=$ac_cv_prog_CC
2913if test -n "$CC"; then
81ecdfbb
RW
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2915$as_echo "$CC" >&6; }
42ecbf5e 2916else
81ecdfbb
RW
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2918$as_echo "no" >&6; }
42ecbf5e
DJ
2919fi
2920
81ecdfbb 2921
42ecbf5e
DJ
2922fi
2923if test -z "$CC"; then
2924 if test -n "$ac_tool_prefix"; then
81ecdfbb 2925 for ac_prog in cl.exe
42ecbf5e
DJ
2926 do
2927 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2928set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
2929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2930$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2931if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 2932 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2933else
2934 if test -n "$CC"; then
2935 ac_cv_prog_CC="$CC" # Let the user override the test.
2936else
2937as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2938for as_dir in $PATH
2939do
2940 IFS=$as_save_IFS
2941 test -z "$as_dir" && as_dir=.
81ecdfbb 2942 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2943 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2944 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 2945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2946 break 2
2947 fi
2948done
81ecdfbb
RW
2949 done
2950IFS=$as_save_IFS
42ecbf5e
DJ
2951
2952fi
2953fi
2954CC=$ac_cv_prog_CC
2955if test -n "$CC"; then
81ecdfbb
RW
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2957$as_echo "$CC" >&6; }
42ecbf5e 2958else
81ecdfbb
RW
2959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2960$as_echo "no" >&6; }
42ecbf5e
DJ
2961fi
2962
81ecdfbb 2963
42ecbf5e
DJ
2964 test -n "$CC" && break
2965 done
2966fi
2967if test -z "$CC"; then
2968 ac_ct_CC=$CC
81ecdfbb 2969 for ac_prog in cl.exe
42ecbf5e
DJ
2970do
2971 # Extract the first word of "$ac_prog", so it can be a program name with args.
2972set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
2973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2974$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 2975if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 2976 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
2977else
2978 if test -n "$ac_ct_CC"; then
2979 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2980else
2981as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2982for as_dir in $PATH
2983do
2984 IFS=$as_save_IFS
2985 test -z "$as_dir" && as_dir=.
81ecdfbb 2986 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 2987 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
42ecbf5e 2988 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 2989 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
2990 break 2
2991 fi
2992done
81ecdfbb
RW
2993 done
2994IFS=$as_save_IFS
42ecbf5e
DJ
2995
2996fi
2997fi
2998ac_ct_CC=$ac_cv_prog_ac_ct_CC
2999if test -n "$ac_ct_CC"; then
81ecdfbb
RW
3000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3001$as_echo "$ac_ct_CC" >&6; }
42ecbf5e 3002else
81ecdfbb
RW
3003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3004$as_echo "no" >&6; }
42ecbf5e
DJ
3005fi
3006
81ecdfbb 3007
42ecbf5e
DJ
3008 test -n "$ac_ct_CC" && break
3009done
3010
81ecdfbb
RW
3011 if test "x$ac_ct_CC" = x; then
3012 CC=""
3013 else
3014 case $cross_compiling:$ac_tool_warned in
3015yes:)
3016{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3017$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3018ac_tool_warned=yes ;;
3019esac
3020 CC=$ac_ct_CC
3021 fi
42ecbf5e
DJ
3022fi
3023
3024fi
3025
3026
81ecdfbb
RW
3027test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3028$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3029as_fn_error $? "no acceptable C compiler found in \$PATH
3030See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e
DJ
3031
3032# Provide some information about the compiler.
81ecdfbb
RW
3033$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3034set X $ac_compile
3035ac_compiler=$2
3036for ac_option in --version -v -V -qversion; do
3037 { { ac_try="$ac_compiler $ac_option >&5"
3038case "(($ac_try" in
3039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3040 *) ac_try_echo=$ac_try;;
3041esac
3042eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3043$as_echo "$ac_try_echo"; } >&5
3044 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
42ecbf5e 3045 ac_status=$?
81ecdfbb
RW
3046 if test -s conftest.err; then
3047 sed '10a\
3048... rest of stderr output deleted ...
3049 10q' conftest.err >conftest.er1
3050 cat conftest.er1 >&5
81ecdfbb 3051 fi
d0ac1c44 3052 rm -f conftest.er1 conftest.err
81ecdfbb
RW
3053 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3054 test $ac_status = 0; }
3055done
42ecbf5e 3056
81ecdfbb 3057cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3058/* end confdefs.h. */
3059
3060int
3061main ()
3062{
3063
3064 ;
3065 return 0;
3066}
3067_ACEOF
3068ac_clean_files_save=$ac_clean_files
d0ac1c44 3069ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
42ecbf5e
DJ
3070# Try to create an executable without -o first, disregard a.out.
3071# It will help us diagnose broken compilers, and finding out an intuition
3072# of exeext.
d0ac1c44
SM
3073{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3074$as_echo_n "checking whether the C compiler works... " >&6; }
81ecdfbb
RW
3075ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3076
3077# The possible output files:
3078ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3079
3080ac_rmfiles=
3081for ac_file in $ac_files
3082do
3083 case $ac_file in
3084 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3085 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3086 esac
3087done
3088rm -f $ac_rmfiles
3089
3090if { { ac_try="$ac_link_default"
3091case "(($ac_try" in
3092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3093 *) ac_try_echo=$ac_try;;
3094esac
3095eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3096$as_echo "$ac_try_echo"; } >&5
3097 (eval "$ac_link_default") 2>&5
3098 ac_status=$?
3099 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3100 test $ac_status = 0; }; then :
3101 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3102# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3103# in a Makefile. We should not override ac_cv_exeext if it was cached,
3104# so that the user can short-circuit this test for compilers unknown to
3105# Autoconf.
3106for ac_file in $ac_files ''
42ecbf5e
DJ
3107do
3108 test -f "$ac_file" || continue
3109 case $ac_file in
81ecdfbb 3110 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
42ecbf5e
DJ
3111 ;;
3112 [ab].out )
3113 # We found the default executable, but exeext='' is most
3114 # certainly right.
3115 break;;
3116 *.* )
81ecdfbb
RW
3117 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3118 then :; else
3119 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3120 fi
3121 # We set ac_cv_exeext here because the later test for it is not
3122 # safe: cross compilers may not add the suffix if given an `-o'
3123 # argument, so we may need to know it at that point already.
3124 # Even if this section looks crufty: it has the advantage of
3125 # actually working.
42ecbf5e
DJ
3126 break;;
3127 * )
3128 break;;
3129 esac
3130done
81ecdfbb
RW
3131test "$ac_cv_exeext" = no && ac_cv_exeext=
3132
42ecbf5e 3133else
81ecdfbb
RW
3134 ac_file=''
3135fi
81ecdfbb 3136if test -z "$ac_file"; then :
d0ac1c44
SM
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3138$as_echo "no" >&6; }
3139$as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3140sed 's/^/| /' conftest.$ac_ext >&5
3141
81ecdfbb
RW
3142{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3143$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3144as_fn_error 77 "C compiler cannot create executables
3145See \`config.log' for more details" "$LINENO" 5; }
3146else
3147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3148$as_echo "yes" >&6; }
42ecbf5e 3149fi
d0ac1c44
SM
3150{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3151$as_echo_n "checking for C compiler default output file name... " >&6; }
3152{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3153$as_echo "$ac_file" >&6; }
42ecbf5e 3154ac_exeext=$ac_cv_exeext
42ecbf5e 3155
d0ac1c44 3156rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
42ecbf5e 3157ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
3158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3159$as_echo_n "checking for suffix of executables... " >&6; }
3160if { { ac_try="$ac_link"
3161case "(($ac_try" in
3162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3163 *) ac_try_echo=$ac_try;;
3164esac
3165eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3166$as_echo "$ac_try_echo"; } >&5
3167 (eval "$ac_link") 2>&5
42ecbf5e 3168 ac_status=$?
81ecdfbb
RW
3169 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3170 test $ac_status = 0; }; then :
42ecbf5e
DJ
3171 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3172# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3173# work properly (i.e., refer to `conftest.exe'), while it won't with
3174# `rm'.
3175for ac_file in conftest.exe conftest conftest.*; do
3176 test -f "$ac_file" || continue
3177 case $ac_file in
81ecdfbb 3178 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
42ecbf5e 3179 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
42ecbf5e
DJ
3180 break;;
3181 * ) break;;
3182 esac
3183done
3184else
81ecdfbb
RW
3185 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3186$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3187as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3188See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e 3189fi
d0ac1c44 3190rm -f conftest conftest$ac_cv_exeext
81ecdfbb
RW
3191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3192$as_echo "$ac_cv_exeext" >&6; }
42ecbf5e
DJ
3193
3194rm -f conftest.$ac_ext
3195EXEEXT=$ac_cv_exeext
3196ac_exeext=$EXEEXT
d0ac1c44
SM
3197cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3198/* end confdefs.h. */
3199#include <stdio.h>
3200int
3201main ()
3202{
3203FILE *f = fopen ("conftest.out", "w");
3204 return ferror (f) || fclose (f) != 0;
3205
3206 ;
3207 return 0;
3208}
3209_ACEOF
3210ac_clean_files="$ac_clean_files conftest.out"
3211# Check that the compiler produces executables we can run. If not, either
3212# the compiler is broken, or we cross compile.
3213{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3214$as_echo_n "checking whether we are cross compiling... " >&6; }
3215if test "$cross_compiling" != yes; then
3216 { { ac_try="$ac_link"
3217case "(($ac_try" in
3218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3219 *) ac_try_echo=$ac_try;;
3220esac
3221eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3222$as_echo "$ac_try_echo"; } >&5
3223 (eval "$ac_link") 2>&5
3224 ac_status=$?
3225 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3226 test $ac_status = 0; }
3227 if { ac_try='./conftest$ac_cv_exeext'
3228 { { case "(($ac_try" in
3229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3230 *) ac_try_echo=$ac_try;;
3231esac
3232eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3233$as_echo "$ac_try_echo"; } >&5
3234 (eval "$ac_try") 2>&5
3235 ac_status=$?
3236 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3237 test $ac_status = 0; }; }; then
3238 cross_compiling=no
3239 else
3240 if test "$cross_compiling" = maybe; then
3241 cross_compiling=yes
3242 else
3243 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3244$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3245as_fn_error $? "cannot run C compiled programs.
3246If you meant to cross compile, use \`--host'.
3247See \`config.log' for more details" "$LINENO" 5; }
3248 fi
3249 fi
3250fi
3251{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3252$as_echo "$cross_compiling" >&6; }
3253
3254rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3255ac_clean_files=$ac_clean_files_save
81ecdfbb
RW
3256{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3257$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 3258if ${ac_cv_objext+:} false; then :
81ecdfbb 3259 $as_echo_n "(cached) " >&6
42ecbf5e 3260else
81ecdfbb 3261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3262/* end confdefs.h. */
3263
3264int
3265main ()
3266{
3267
3268 ;
3269 return 0;
3270}
3271_ACEOF
3272rm -f conftest.o conftest.obj
81ecdfbb
RW
3273if { { ac_try="$ac_compile"
3274case "(($ac_try" in
3275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3276 *) ac_try_echo=$ac_try;;
3277esac
3278eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3279$as_echo "$ac_try_echo"; } >&5
3280 (eval "$ac_compile") 2>&5
3281 ac_status=$?
3282 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3283 test $ac_status = 0; }; then :
3284 for ac_file in conftest.o conftest.obj conftest.*; do
3285 test -f "$ac_file" || continue;
42ecbf5e 3286 case $ac_file in
81ecdfbb 3287 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
42ecbf5e
DJ
3288 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3289 break;;
3290 esac
3291done
3292else
81ecdfbb 3293 $as_echo "$as_me: failed program was:" >&5
42ecbf5e
DJ
3294sed 's/^/| /' conftest.$ac_ext >&5
3295
81ecdfbb
RW
3296{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3297$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
3298as_fn_error $? "cannot compute suffix of object files: cannot compile
3299See \`config.log' for more details" "$LINENO" 5; }
42ecbf5e 3300fi
42ecbf5e
DJ
3301rm -f conftest.$ac_cv_objext conftest.$ac_ext
3302fi
81ecdfbb
RW
3303{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3304$as_echo "$ac_cv_objext" >&6; }
42ecbf5e
DJ
3305OBJEXT=$ac_cv_objext
3306ac_objext=$OBJEXT
81ecdfbb
RW
3307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3308$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 3309if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 3310 $as_echo_n "(cached) " >&6
42ecbf5e 3311else
81ecdfbb 3312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3313/* end confdefs.h. */
3314
3315int
3316main ()
3317{
3318#ifndef __GNUC__
3319 choke me
3320#endif
3321
3322 ;
3323 return 0;
3324}
3325_ACEOF
81ecdfbb 3326if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3327 ac_compiler_gnu=yes
3328else
81ecdfbb 3329 ac_compiler_gnu=no
42ecbf5e 3330fi
81ecdfbb 3331rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e
DJ
3332ac_cv_c_compiler_gnu=$ac_compiler_gnu
3333
3334fi
81ecdfbb
RW
3335{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3336$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3337if test $ac_compiler_gnu = yes; then
3338 GCC=yes
3339else
3340 GCC=
3341fi
42ecbf5e
DJ
3342ac_test_CFLAGS=${CFLAGS+set}
3343ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
3344{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3345$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 3346if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
3347 $as_echo_n "(cached) " >&6
3348else
3349 ac_save_c_werror_flag=$ac_c_werror_flag
3350 ac_c_werror_flag=yes
3351 ac_cv_prog_cc_g=no
3352 CFLAGS="-g"
3353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3354/* end confdefs.h. */
3355
3356int
3357main ()
3358{
3359
3360 ;
3361 return 0;
3362}
3363_ACEOF
81ecdfbb 3364if ac_fn_c_try_compile "$LINENO"; then :
42ecbf5e
DJ
3365 ac_cv_prog_cc_g=yes
3366else
81ecdfbb
RW
3367 CFLAGS=""
3368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3369/* end confdefs.h. */
3370
3371int
3372main ()
3373{
3374
3375 ;
3376 return 0;
3377}
3378_ACEOF
3379if ac_fn_c_try_compile "$LINENO"; then :
3380
3381else
3382 ac_c_werror_flag=$ac_save_c_werror_flag
3383 CFLAGS="-g"
3384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3385/* end confdefs.h. */
3386
3387int
3388main ()
3389{
42ecbf5e 3390
81ecdfbb
RW
3391 ;
3392 return 0;
3393}
3394_ACEOF
3395if ac_fn_c_try_compile "$LINENO"; then :
3396 ac_cv_prog_cc_g=yes
3397fi
3398rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3399fi
81ecdfbb 3400rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42ecbf5e 3401fi
81ecdfbb
RW
3402rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3403 ac_c_werror_flag=$ac_save_c_werror_flag
3404fi
3405{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3406$as_echo "$ac_cv_prog_cc_g" >&6; }
42ecbf5e
DJ
3407if test "$ac_test_CFLAGS" = set; then
3408 CFLAGS=$ac_save_CFLAGS
3409elif test $ac_cv_prog_cc_g = yes; then
3410 if test "$GCC" = yes; then
3411 CFLAGS="-g -O2"
3412 else
3413 CFLAGS="-g"
3414 fi
3415else
3416 if test "$GCC" = yes; then
3417 CFLAGS="-O2"
3418 else
3419 CFLAGS=
3420 fi
3421fi
81ecdfbb
RW
3422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3423$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 3424if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 3425 $as_echo_n "(cached) " >&6
42ecbf5e 3426else
81ecdfbb 3427 ac_cv_prog_cc_c89=no
42ecbf5e 3428ac_save_CC=$CC
81ecdfbb 3429cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3430/* end confdefs.h. */
3431#include <stdarg.h>
3432#include <stdio.h>
d0ac1c44 3433struct stat;
42ecbf5e
DJ
3434/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3435struct buf { int x; };
3436FILE * (*rcsopen) (struct buf *, struct stat *, int);
3437static char *e (p, i)
3438 char **p;
3439 int i;
3440{
3441 return p[i];
3442}
3443static char *f (char * (*g) (char **, int), char **p, ...)
3444{
3445 char *s;
3446 va_list v;
3447 va_start (v,p);
3448 s = g (p, va_arg (v,int));
3449 va_end (v);
3450 return s;
3451}
3452
3453/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3454 function prototypes and stuff, but not '\xHH' hex character constants.
3455 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 3456 as 'x'. The following induces an error, until -std is added to get
42ecbf5e
DJ
3457 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3458 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 3459 that's true only with -std. */
42ecbf5e
DJ
3460int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3461
81ecdfbb
RW
3462/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3463 inside strings and character constants. */
3464#define FOO(x) 'x'
3465int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3466
42ecbf5e
DJ
3467int test (int i, double x);
3468struct s1 {int (*f) (int a);};
3469struct s2 {int (*f) (double a);};
3470int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3471int argc;
3472char **argv;
3473int
3474main ()
3475{
3476return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3477 ;
3478 return 0;
3479}
3480_ACEOF
81ecdfbb
RW
3481for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3482 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
42ecbf5e
DJ
3483do
3484 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
3485 if ac_fn_c_try_compile "$LINENO"; then :
3486 ac_cv_prog_cc_c89=$ac_arg
42ecbf5e 3487fi
81ecdfbb
RW
3488rm -f core conftest.err conftest.$ac_objext
3489 test "x$ac_cv_prog_cc_c89" != "xno" && break
42ecbf5e 3490done
81ecdfbb 3491rm -f conftest.$ac_ext
42ecbf5e
DJ
3492CC=$ac_save_CC
3493
3494fi
81ecdfbb
RW
3495# AC_CACHE_VAL
3496case "x$ac_cv_prog_cc_c89" in
3497 x)
3498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3499$as_echo "none needed" >&6; } ;;
3500 xno)
3501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3502$as_echo "unsupported" >&6; } ;;
42ecbf5e 3503 *)
81ecdfbb
RW
3504 CC="$CC $ac_cv_prog_cc_c89"
3505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3506$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
42ecbf5e 3507esac
81ecdfbb 3508if test "x$ac_cv_prog_cc_c89" != xno; then :
42ecbf5e 3509
42ecbf5e
DJ
3510fi
3511
42ecbf5e
DJ
3512ac_ext=c
3513ac_cpp='$CPP $CPPFLAGS'
3514ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3515ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3516ac_compiler_gnu=$ac_cv_c_compiler_gnu
3517
d0ac1c44
SM
3518ac_ext=c
3519ac_cpp='$CPP $CPPFLAGS'
3520ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3521ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3522ac_compiler_gnu=$ac_cv_c_compiler_gnu
3523{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3524$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3525if ${am_cv_prog_cc_c_o+:} false; then :
3526 $as_echo_n "(cached) " >&6
3527else
3528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3529/* end confdefs.h. */
3530
3531int
3532main ()
3533{
3534
3535 ;
3536 return 0;
3537}
3538_ACEOF
3539 # Make sure it works both with $CC and with simple cc.
3540 # Following AC_PROG_CC_C_O, we do the test twice because some
3541 # compilers refuse to overwrite an existing .o file with -o,
3542 # though they will create one.
3543 am_cv_prog_cc_c_o=yes
3544 for am_i in 1 2; do
3545 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3546 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3547 ac_status=$?
3548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3549 (exit $ac_status); } \
3550 && test -f conftest2.$ac_objext; then
3551 : OK
3552 else
3553 am_cv_prog_cc_c_o=no
3554 break
3555 fi
3556 done
3557 rm -f core conftest*
3558 unset am_i
3559fi
3560{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3561$as_echo "$am_cv_prog_cc_c_o" >&6; }
3562if test "$am_cv_prog_cc_c_o" != yes; then
3563 # Losing compiler, so override with the script.
3564 # FIXME: It is wrong to rewrite CC.
3565 # But if we don't then we get into trouble of one sort or another.
3566 # A longer-term fix would be to have automake use am__CC in this case,
3567 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3568 CC="$am_aux_dir/compile $CC"
3569fi
3570ac_ext=c
3571ac_cpp='$CPP $CPPFLAGS'
3572ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3573ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3574ac_compiler_gnu=$ac_cv_c_compiler_gnu
3575
3576
42ecbf5e 3577
81ecdfbb
RW
3578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3579$as_echo_n "checking for library containing strerror... " >&6; }
d0ac1c44 3580if ${ac_cv_search_strerror+:} false; then :
81ecdfbb 3581 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3582else
3583 ac_func_search_save_LIBS=$LIBS
81ecdfbb 3584cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e
DJ
3585/* end confdefs.h. */
3586
81ecdfbb
RW
3587/* Override any GCC internal prototype to avoid an error.
3588 Use char because int might match the return type of a GCC
3589 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
3590#ifdef __cplusplus
3591extern "C"
3592#endif
42ecbf5e
DJ
3593char strerror ();
3594int
3595main ()
3596{
81ecdfbb 3597return strerror ();
42ecbf5e
DJ
3598 ;
3599 return 0;
3600}
3601_ACEOF
81ecdfbb
RW
3602for ac_lib in '' cposix; do
3603 if test -z "$ac_lib"; then
3604 ac_res="none required"
3605 else
3606 ac_res=-l$ac_lib
42ecbf5e 3607 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
3608 fi
3609 if ac_fn_c_try_link "$LINENO"; then :
3610 ac_cv_search_strerror=$ac_res
3611fi
3612rm -f core conftest.err conftest.$ac_objext \
3613 conftest$ac_exeext
d0ac1c44 3614 if ${ac_cv_search_strerror+:} false; then :
81ecdfbb
RW
3615 break
3616fi
3617done
d0ac1c44 3618if ${ac_cv_search_strerror+:} false; then :
42ecbf5e 3619
42ecbf5e 3620else
81ecdfbb 3621 ac_cv_search_strerror=no
42ecbf5e 3622fi
81ecdfbb 3623rm conftest.$ac_ext
42ecbf5e
DJ
3624LIBS=$ac_func_search_save_LIBS
3625fi
81ecdfbb
RW
3626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3627$as_echo "$ac_cv_search_strerror" >&6; }
3628ac_res=$ac_cv_search_strerror
3629if test "$ac_res" != no; then :
3630 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e
DJ
3631
3632fi
3633
3634
d0ac1c44 3635am__api_version='1.15'
81ecdfbb 3636
42ecbf5e
DJ
3637# Find a good install program. We prefer a C program (faster),
3638# so one script is as good as another. But avoid the broken or
3639# incompatible versions:
3640# SysV /etc/install, /usr/sbin/install
3641# SunOS /usr/etc/install
3642# IRIX /sbin/install
3643# AIX /bin/install
3644# AmigaOS /C/install, which installs bootblocks on floppy discs
3645# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3646# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3647# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3648# OS/2's system install, which has a completely different semantic
3649# ./install, which can be erroneously created by make from ./install.sh.
58c85be7 3650# Reject install programs that cannot install multiple files.
81ecdfbb
RW
3651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3652$as_echo_n "checking for a BSD-compatible install... " >&6; }
42ecbf5e 3653if test -z "$INSTALL"; then
d0ac1c44 3654if ${ac_cv_path_install+:} false; then :
81ecdfbb 3655 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
3656else
3657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3658for as_dir in $PATH
3659do
3660 IFS=$as_save_IFS
3661 test -z "$as_dir" && as_dir=.
81ecdfbb
RW
3662 # Account for people who put trailing slashes in PATH elements.
3663case $as_dir/ in #((
3664 ./ | .// | /[cC]/* | \
42ecbf5e 3665 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
81ecdfbb 3666 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
42ecbf5e
DJ
3667 /usr/ucb/* ) ;;
3668 *)
3669 # OSF1 and SCO ODT 3.0 have their own names for install.
3670 # Don't use installbsd from OSF since it installs stuff as root
3671 # by default.
3672 for ac_prog in ginstall scoinst install; do
3673 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3674 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
42ecbf5e
DJ
3675 if test $ac_prog = install &&
3676 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
252b5132
RH
3677 # AIX install. It has an incompatible calling convention.
3678 :
42ecbf5e
DJ
3679 elif test $ac_prog = install &&
3680 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3681 # program-specific install script used by HP pwplus--don't use.
3682 :
252b5132 3683 else
58c85be7
RW
3684 rm -rf conftest.one conftest.two conftest.dir
3685 echo one > conftest.one
3686 echo two > conftest.two
3687 mkdir conftest.dir
3688 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3689 test -s conftest.one && test -s conftest.two &&
3690 test -s conftest.dir/conftest.one &&
3691 test -s conftest.dir/conftest.two
3692 then
3693 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3694 break 3
3695 fi
252b5132
RH
3696 fi
3697 fi
d15b04bd 3698 done
42ecbf5e
DJ
3699 done
3700 ;;
3701esac
81ecdfbb
RW
3702
3703 done
3704IFS=$as_save_IFS
42ecbf5e 3705
58c85be7 3706rm -rf conftest.one conftest.two conftest.dir
252b5132
RH
3707
3708fi
3709 if test "${ac_cv_path_install+set}" = set; then
42ecbf5e 3710 INSTALL=$ac_cv_path_install
252b5132 3711 else
58c85be7
RW
3712 # As a last resort, use the slow shell script. Don't cache a
3713 # value for INSTALL within a source directory, because that will
252b5132 3714 # break other packages using the cache if that directory is
58c85be7 3715 # removed, or if the value is a relative name.
42ecbf5e 3716 INSTALL=$ac_install_sh
252b5132
RH
3717 fi
3718fi
81ecdfbb
RW
3719{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3720$as_echo "$INSTALL" >&6; }
252b5132
RH
3721
3722# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3723# It thinks the first close brace ends the variable substitution.
3724test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3725
42ecbf5e 3726test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
252b5132
RH
3727
3728test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3729
81ecdfbb
RW
3730{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3731$as_echo_n "checking whether build environment is sane... " >&6; }
81ecdfbb
RW
3732# Reject unsafe characters in $srcdir or the absolute working directory
3733# name. Accept space and tab only in the latter.
3734am_lf='
3735'
3736case `pwd` in
3737 *[\\\"\#\$\&\'\`$am_lf]*)
d0ac1c44 3738 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
81ecdfbb
RW
3739esac
3740case $srcdir in
3741 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
d0ac1c44 3742 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
81ecdfbb
RW
3743esac
3744
d0ac1c44 3745# Do 'set' in a subshell so we don't clobber the current shell's
252b5132
RH
3746# arguments. Must try -L first in case configure is actually a
3747# symlink; some systems play weird games with the mod time of symlinks
3748# (eg FreeBSD returns the mod time of the symlink's containing
3749# directory).
3750if (
d0ac1c44
SM
3751 am_has_slept=no
3752 for am_try in 1 2; do
3753 echo "timestamp, slept: $am_has_slept" > conftest.file
3754 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3755 if test "$*" = "X"; then
3756 # -L didn't work.
3757 set X `ls -t "$srcdir/configure" conftest.file`
3758 fi
3759 if test "$*" != "X $srcdir/configure conftest.file" \
3760 && test "$*" != "X conftest.file $srcdir/configure"; then
3761
3762 # If neither matched, then we have a broken ls. This can happen
3763 # if, for instance, CONFIG_SHELL is bash and it inherits a
3764 # broken ls alias from the environment. This has actually
3765 # happened. Such a system could not be considered "sane".
3766 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3767 alias in your environment" "$LINENO" 5
3768 fi
3769 if test "$2" = conftest.file || test $am_try -eq 2; then
3770 break
3771 fi
3772 # Just in case.
3773 sleep 1
3774 am_has_slept=yes
3775 done
42ecbf5e 3776 test "$2" = conftest.file
252b5132
RH
3777 )
3778then
3779 # Ok.
3780 :
3781else
d0ac1c44 3782 as_fn_error $? "newly created file is older than distributed files!
81ecdfbb 3783Check your system clock" "$LINENO" 5
42ecbf5e 3784fi
81ecdfbb
RW
3785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3786$as_echo "yes" >&6; }
d0ac1c44
SM
3787# If we didn't sleep, we still need to ensure time stamps of config.status and
3788# generated files are strictly newer.
3789am_sleep_pid=
3790if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3791 ( sleep 1 ) &
3792 am_sleep_pid=$!
3793fi
3794
3795rm -f conftest.file
3796
42ecbf5e 3797test "$program_prefix" != NONE &&
81ecdfbb 3798 program_transform_name="s&^&$program_prefix&;$program_transform_name"
42ecbf5e
DJ
3799# Use a double $ so make ignores it.
3800test "$program_suffix" != NONE &&
81ecdfbb
RW
3801 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3802# Double any \ or $.
42ecbf5e 3803# By default was `s,x,x', remove it if useless.
81ecdfbb
RW
3804ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3805program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42ecbf5e 3806
81ecdfbb
RW
3807if test x"${MISSING+set}" != xset; then
3808 case $am_aux_dir in
3809 *\ * | *\ *)
3810 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3811 *)
3812 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3813 esac
3814fi
42ecbf5e 3815# Use eval to expand $SHELL
d0ac1c44
SM
3816if eval "$MISSING --is-lightweight"; then
3817 am_missing_run="$MISSING "
42ecbf5e
DJ
3818else
3819 am_missing_run=
d0ac1c44
SM
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3821$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
42ecbf5e
DJ
3822fi
3823
d0ac1c44 3824if test x"${install_sh+set}" != xset; then
81ecdfbb
RW
3825 case $am_aux_dir in
3826 *\ * | *\ *)
3827 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3828 *)
3829 install_sh="\${SHELL} $am_aux_dir/install-sh"
3830 esac
3831fi
3832
d0ac1c44
SM
3833# Installed binaries are usually stripped using 'strip' when the user
3834# run "make install-strip". However 'strip' might not be the right
81ecdfbb 3835# tool to use in cross-compilation environments, therefore Automake
d0ac1c44 3836# will honor the 'STRIP' environment variable to overrule this program.
81ecdfbb
RW
3837if test "$cross_compiling" != no; then
3838 if test -n "$ac_tool_prefix"; then
3839 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3840set dummy ${ac_tool_prefix}strip; ac_word=$2
3841{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3842$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3843if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 3844 $as_echo_n "(cached) " >&6
42ecbf5e 3845else
81ecdfbb
RW
3846 if test -n "$STRIP"; then
3847 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
42ecbf5e
DJ
3848else
3849as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3850for as_dir in $PATH
3851do
3852 IFS=$as_save_IFS
3853 test -z "$as_dir" && as_dir=.
81ecdfbb 3854 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3855 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3856 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3858 break 2
3859 fi
3860done
3861 done
3862IFS=$as_save_IFS
3863
3864fi
3865fi
3866STRIP=$ac_cv_prog_STRIP
3867if test -n "$STRIP"; then
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3869$as_echo "$STRIP" >&6; }
3870else
3871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3872$as_echo "no" >&6; }
3873fi
3874
3875
3876fi
3877if test -z "$ac_cv_prog_STRIP"; then
3878 ac_ct_STRIP=$STRIP
3879 # Extract the first word of "strip", so it can be a program name with args.
3880set dummy strip; ac_word=$2
3881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3882$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3883if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb
RW
3884 $as_echo_n "(cached) " >&6
3885else
3886 if test -n "$ac_ct_STRIP"; then
3887 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3888else
3889as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3890for as_dir in $PATH
3891do
3892 IFS=$as_save_IFS
3893 test -z "$as_dir" && as_dir=.
3894 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3895 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3896 ac_cv_prog_ac_ct_STRIP="strip"
3897 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42ecbf5e
DJ
3898 break 2
3899 fi
3900done
81ecdfbb
RW
3901 done
3902IFS=$as_save_IFS
3903
3904fi
3905fi
3906ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3907if test -n "$ac_ct_STRIP"; then
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3909$as_echo "$ac_ct_STRIP" >&6; }
3910else
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3912$as_echo "no" >&6; }
3913fi
3914
3915 if test "x$ac_ct_STRIP" = x; then
3916 STRIP=":"
3917 else
3918 case $cross_compiling:$ac_tool_warned in
3919yes:)
3920{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3921$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3922ac_tool_warned=yes ;;
3923esac
3924 STRIP=$ac_ct_STRIP
3925 fi
3926else
3927 STRIP="$ac_cv_prog_STRIP"
3928fi
3929
3930fi
3931INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3932
3933{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3934$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3935if test -z "$MKDIR_P"; then
d0ac1c44 3936 if ${ac_cv_path_mkdir+:} false; then :
81ecdfbb
RW
3937 $as_echo_n "(cached) " >&6
3938else
3939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3940for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3941do
3942 IFS=$as_save_IFS
3943 test -z "$as_dir" && as_dir=.
3944 for ac_prog in mkdir gmkdir; do
3945 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3946 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
81ecdfbb
RW
3947 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3948 'mkdir (GNU coreutils) '* | \
3949 'mkdir (coreutils) '* | \
3950 'mkdir (fileutils) '4.1*)
3951 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3952 break 3;;
3953 esac
3954 done
3955 done
3956 done
3957IFS=$as_save_IFS
3958
3959fi
3960
d0ac1c44 3961 test -d ./--version && rmdir ./--version
81ecdfbb
RW
3962 if test "${ac_cv_path_mkdir+set}" = set; then
3963 MKDIR_P="$ac_cv_path_mkdir -p"
3964 else
3965 # As a last resort, use the slow shell script. Don't cache a
3966 # value for MKDIR_P within a source directory, because that will
3967 # break other packages using the cache if that directory is
3968 # removed, or if the value is a relative name.
81ecdfbb
RW
3969 MKDIR_P="$ac_install_sh -d"
3970 fi
3971fi
3972{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3973$as_echo "$MKDIR_P" >&6; }
3974
81ecdfbb
RW
3975for ac_prog in gawk mawk nawk awk
3976do
3977 # Extract the first word of "$ac_prog", so it can be a program name with args.
3978set dummy $ac_prog; ac_word=$2
3979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3980$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 3981if ${ac_cv_prog_AWK+:} false; then :
81ecdfbb
RW
3982 $as_echo_n "(cached) " >&6
3983else
3984 if test -n "$AWK"; then
3985 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3986else
3987as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3988for as_dir in $PATH
3989do
3990 IFS=$as_save_IFS
3991 test -z "$as_dir" && as_dir=.
3992 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 3993 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
81ecdfbb
RW
3994 ac_cv_prog_AWK="$ac_prog"
3995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3996 break 2
3997 fi
42ecbf5e 3998done
81ecdfbb
RW
3999 done
4000IFS=$as_save_IFS
42ecbf5e
DJ
4001
4002fi
4003fi
4004AWK=$ac_cv_prog_AWK
4005if test -n "$AWK"; then
81ecdfbb
RW
4006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4007$as_echo "$AWK" >&6; }
42ecbf5e 4008else
81ecdfbb
RW
4009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4010$as_echo "no" >&6; }
42ecbf5e
DJ
4011fi
4012
81ecdfbb 4013
42ecbf5e
DJ
4014 test -n "$AWK" && break
4015done
4016
81ecdfbb
RW
4017{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4018$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4019set x ${MAKE-make}
4020ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
d0ac1c44 4021if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
81ecdfbb 4022 $as_echo_n "(cached) " >&6
42ecbf5e
DJ
4023else
4024 cat >conftest.make <<\_ACEOF
81ecdfbb 4025SHELL = /bin/sh
42ecbf5e 4026all:
81ecdfbb 4027 @echo '@@@%%%=$(MAKE)=@@@%%%'
42ecbf5e 4028_ACEOF
d0ac1c44 4029# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
81ecdfbb
RW
4030case `${MAKE-make} -f conftest.make 2>/dev/null` in
4031 *@@@%%%=?*=@@@%%%*)
4032 eval ac_cv_prog_make_${ac_make}_set=yes;;
4033 *)
4034 eval ac_cv_prog_make_${ac_make}_set=no;;
4035esac
42ecbf5e
DJ
4036rm -f conftest.make
4037fi
81ecdfbb
RW
4038if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4040$as_echo "yes" >&6; }
42ecbf5e
DJ
4041 SET_MAKE=
4042else
81ecdfbb
RW
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4044$as_echo "no" >&6; }
42ecbf5e
DJ
4045 SET_MAKE="MAKE=${MAKE-make}"
4046fi
4047
4048rm -rf .tst 2>/dev/null
4049mkdir .tst 2>/dev/null
4050if test -d .tst; then
4051 am__leading_dot=.
4052else
4053 am__leading_dot=_
4054fi
4055rmdir .tst 2>/dev/null
4056
4057DEPDIR="${am__leading_dot}deps"
4058
81ecdfbb 4059ac_config_commands="$ac_config_commands depfiles"
42ecbf5e
DJ
4060
4061
4062am_make=${MAKE-make}
4063cat > confinc << 'END'
4064am__doit:
81ecdfbb 4065 @echo this is the am__doit target
42ecbf5e
DJ
4066.PHONY: am__doit
4067END
4068# If we don't find an include directive, just comment out the code.
81ecdfbb
RW
4069{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4070$as_echo_n "checking for style of include used by $am_make... " >&6; }
42ecbf5e
DJ
4071am__include="#"
4072am__quote=
4073_am_result=none
4074# First try GNU make style include.
4075echo "include confinc" > confmf
d0ac1c44 4076# Ignore all kinds of additional output from 'make'.
81ecdfbb
RW
4077case `$am_make -s -f confmf 2> /dev/null` in #(
4078*the\ am__doit\ target*)
4079 am__include=include
4080 am__quote=
4081 _am_result=GNU
4082 ;;
4083esac
42ecbf5e
DJ
4084# Now try BSD make style include.
4085if test "$am__include" = "#"; then
4086 echo '.include "confinc"' > confmf
81ecdfbb
RW
4087 case `$am_make -s -f confmf 2> /dev/null` in #(
4088 *the\ am__doit\ target*)
4089 am__include=.include
4090 am__quote="\""
4091 _am_result=BSD
4092 ;;
4093 esac
42ecbf5e
DJ
4094fi
4095
4096
81ecdfbb
RW
4097{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4098$as_echo "$_am_result" >&6; }
42ecbf5e
DJ
4099rm -f confinc confmf
4100
81ecdfbb
RW
4101# Check whether --enable-dependency-tracking was given.
4102if test "${enable_dependency_tracking+set}" = set; then :
4103 enableval=$enable_dependency_tracking;
4104fi
42ecbf5e 4105
42ecbf5e
DJ
4106if test "x$enable_dependency_tracking" != xno; then
4107 am_depcomp="$ac_aux_dir/depcomp"
4108 AMDEPBACKSLASH='\'
6eb7d830 4109 am__nodep='_no'
42ecbf5e 4110fi
81ecdfbb 4111 if test "x$enable_dependency_tracking" != xno; then
42ecbf5e
DJ
4112 AMDEP_TRUE=
4113 AMDEP_FALSE='#'
4114else
4115 AMDEP_TRUE='#'
4116 AMDEP_FALSE=
4117fi
4118
4119
d0ac1c44
SM
4120# Check whether --enable-silent-rules was given.
4121if test "${enable_silent_rules+set}" = set; then :
4122 enableval=$enable_silent_rules;
4123fi
4124
4125case $enable_silent_rules in # (((
4126 yes) AM_DEFAULT_VERBOSITY=0;;
4127 no) AM_DEFAULT_VERBOSITY=1;;
4128 *) AM_DEFAULT_VERBOSITY=1;;
4129esac
4130am_make=${MAKE-make}
4131{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4132$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4133if ${am_cv_make_support_nested_variables+:} false; then :
4134 $as_echo_n "(cached) " >&6
4135else
4136 if $as_echo 'TRUE=$(BAR$(V))
4137BAR0=false
4138BAR1=true
4139V=1
4140am__doit:
4141 @$(TRUE)
4142.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4143 am_cv_make_support_nested_variables=yes
4144else
4145 am_cv_make_support_nested_variables=no
4146fi
4147fi
4148{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4149$as_echo "$am_cv_make_support_nested_variables" >&6; }
4150if test $am_cv_make_support_nested_variables = yes; then
4151 AM_V='$(V)'
4152 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4153else
4154 AM_V=$AM_DEFAULT_VERBOSITY
4155 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4156fi
4157AM_BACKSLASH='\'
4158
81ecdfbb
RW
4159if test "`cd $srcdir && pwd`" != "`pwd`"; then
4160 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4161 # is not polluted with repeated "-I."
4162 am__isrc=' -I$(srcdir)'
4163 # test to see if srcdir already configured
4164 if test -f $srcdir/config.status; then
d0ac1c44 4165 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
81ecdfbb 4166 fi
42ecbf5e
DJ
4167fi
4168
4169# test whether we have cygpath
4170if test -z "$CYGPATH_W"; then
4171 if (cygpath --version) >/dev/null 2>/dev/null; then
4172 CYGPATH_W='cygpath -w'
4173 else
4174 CYGPATH_W=echo
4175 fi
4176fi
4177
4178
4179# Define the identity of the package.
2e98a7bd 4180 PACKAGE='binutils'
b19d852d 4181 VERSION='2.35.50'
42ecbf5e
DJ
4182
4183
4184cat >>confdefs.h <<_ACEOF
4185#define PACKAGE "$PACKAGE"
4186_ACEOF
4187
4188
4189cat >>confdefs.h <<_ACEOF
4190#define VERSION "$VERSION"
4191_ACEOF
4192
4193# Some tools Automake needs.
4194
4195ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4196
4197
4198AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4199
4200
4201AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4202
4203
4204AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4205
4206
4207MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4208
d0ac1c44
SM
4209# For better backward compatibility. To be removed once Automake 1.9.x
4210# dies out for good. For more background, see:
4211# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4212# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4213mkdir_p='$(MKDIR_P)'
4214
4215# We need awk for the "check" target (and possibly the TAP driver). The
4216# system "awk" is bad on some platforms.
6eb7d830
AM
4217# Always define AMTAR for backward compatibility. Yes, it's still used
4218# in the wild :-( We should find a proper way to deprecate it ...
4219AMTAR='$${TAR-tar}'
252b5132 4220
d0ac1c44
SM
4221
4222# We'll loop over all known methods to create a tar archive until one works.
4223_am_tools='gnutar pax cpio none'
4224
6eb7d830 4225am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
252b5132
RH
4226
4227
4228
252b5132 4229
d0ac1c44 4230
42ecbf5e
DJ
4231depcc="$CC" am_compiler_list=
4232
81ecdfbb
RW
4233{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4234$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 4235if ${am_cv_CC_dependencies_compiler_type+:} false; then :
81ecdfbb 4236 $as_echo_n "(cached) " >&6
252b5132 4237else
42ecbf5e
DJ
4238 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4239 # We make a subdir and do the tests there. Otherwise we can end up
4240 # making bogus files that we don't know about and never remove. For
4241 # instance it was reported that on HP-UX the gcc test will end up
d0ac1c44
SM
4242 # making a dummy file named 'D' -- because '-MD' means "put the output
4243 # in D".
6eb7d830 4244 rm -rf conftest.dir
42ecbf5e
DJ
4245 mkdir conftest.dir
4246 # Copy depcomp to subdir because otherwise we won't find it if we're
4247 # using a relative directory.
4248 cp "$am_depcomp" conftest.dir
4249 cd conftest.dir
4250 # We will build objects and dependencies in a subdirectory because
4251 # it helps to detect inapplicable dependency modes. For instance
4252 # both Tru64's cc and ICC support -MD to output dependencies as a
4253 # side effect of compilation, but ICC will put the dependencies in
4254 # the current directory while Tru64 will put them in the object
4255 # directory.
4256 mkdir sub
252b5132 4257
42ecbf5e
DJ
4258 am_cv_CC_dependencies_compiler_type=none
4259 if test "$am_compiler_list" = ""; then
4260 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4261 fi
81ecdfbb
RW
4262 am__universal=false
4263 case " $depcc " in #(
4264 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4265 esac
4266
42ecbf5e
DJ
4267 for depmode in $am_compiler_list; do
4268 # Setup a source with many dependencies, because some compilers
4269 # like to wrap large dependency lists on column 80 (with \), and
4270 # we should not choose a depcomp mode which is confused by this.
4271 #
4272 # We need to recreate these files for each test, as the compiler may
4273 # overwrite some of them when testing with obscure command lines.
4274 # This happens at least with the AIX C compiler.
4275 : > sub/conftest.c
4276 for i in 1 2 3 4 5 6; do
4277 echo '#include "conftst'$i'.h"' >> sub/conftest.c
d0ac1c44
SM
4278 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4279 # Solaris 10 /bin/sh.
4280 echo '/* dummy */' > sub/conftst$i.h
42ecbf5e
DJ
4281 done
4282 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4283
d0ac1c44 4284 # We check with '-c' and '-o' for the sake of the "dashmstdout"
81ecdfbb 4285 # mode. It turns out that the SunPro C++ compiler does not properly
d0ac1c44
SM
4286 # handle '-M -o', and we need to detect this. Also, some Intel
4287 # versions had trouble with output in subdirs.
81ecdfbb
RW
4288 am__obj=sub/conftest.${OBJEXT-o}
4289 am__minus_obj="-o $am__obj"
42ecbf5e 4290 case $depmode in
81ecdfbb
RW
4291 gcc)
4292 # This depmode causes a compiler race in universal mode.
4293 test "$am__universal" = false || continue
4294 ;;
42ecbf5e 4295 nosideeffect)
d0ac1c44
SM
4296 # After this tag, mechanisms are not by side-effect, so they'll
4297 # only be used when explicitly requested.
42ecbf5e
DJ
4298 if test "x$enable_dependency_tracking" = xyes; then
4299 continue
4300 else
4301 break
4302 fi
4303 ;;
6eb7d830 4304 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
d0ac1c44 4305 # This compiler won't grok '-c -o', but also, the minuso test has
81ecdfbb
RW
4306 # not run yet. These depmodes are late enough in the game, and
4307 # so weak that their functioning should not be impacted.
4308 am__obj=conftest.${OBJEXT-o}
4309 am__minus_obj=
4310 ;;
42ecbf5e
DJ
4311 none) break ;;
4312 esac
42ecbf5e 4313 if depmode=$depmode \
81ecdfbb 4314 source=sub/conftest.c object=$am__obj \
42ecbf5e 4315 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
81ecdfbb 4316 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
42ecbf5e 4317 >/dev/null 2>conftest.err &&
81ecdfbb 4318 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e 4319 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
81ecdfbb 4320 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
42ecbf5e
DJ
4321 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4322 # icc doesn't choke on unknown options, it will just issue warnings
4323 # or remarks (even with -Werror). So we grep stderr for any message
4324 # that says an option was ignored or not supported.
4325 # When given -MP, icc 7.0 and 7.1 complain thusly:
4326 # icc: Command line warning: ignoring option '-M'; no argument required
4327 # The diagnosis changed in icc 8.0:
4328 # icc: Command line remark: option '-MP' not supported
4329 if (grep 'ignoring option' conftest.err ||
4330 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4331 am_cv_CC_dependencies_compiler_type=$depmode
4332 break
4333 fi
4334 fi
4335 done
4336
4337 cd ..
4338 rm -rf conftest.dir
252b5132 4339else
42ecbf5e 4340 am_cv_CC_dependencies_compiler_type=none
252b5132
RH
4341fi
4342
252b5132 4343fi
81ecdfbb
RW
4344{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4345$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42ecbf5e
DJ
4346CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4347
81ecdfbb 4348 if
42ecbf5e
DJ
4349 test "x$enable_dependency_tracking" != xno \
4350 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4351 am__fastdepCC_TRUE=
4352 am__fastdepCC_FALSE='#'
252b5132 4353else
42ecbf5e
DJ
4354 am__fastdepCC_TRUE='#'
4355 am__fastdepCC_FALSE=
252b5132
RH
4356fi
4357
4358
4359
d0ac1c44
SM
4360# POSIX will say in a future version that running "rm -f" with no argument
4361# is OK; and we want to be able to make that assumption in our Makefile
4362# recipes. So use an aggressive probe to check that the usage we want is
4363# actually supported "in the wild" to an acceptable degree.
4364# See automake bug#10828.
4365# To make any issue more visible, cause the running configure to be aborted
4366# by default if the 'rm' program in use doesn't match our expectations; the
4367# user can still override this though.
4368if rm -f && rm -fr && rm -rf; then : OK; else
4369 cat >&2 <<'END'
4370Oops!
4371
4372Your 'rm' program seems unable to run without file operands specified
4373on the command line, even when the '-f' option is present. This is contrary
4374to the behaviour of most rm programs out there, and not conforming with
4375the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4376
4377Please tell bug-automake@gnu.org about your system, including the value
4378of your $PATH and any error possibly output before this message. This
4379can help us improve future automake versions.
4380
4381END
4382 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4383 echo 'Configuration will proceed anyway, since you have set the' >&2
4384 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4385 echo >&2
4386 else
4387 cat >&2 <<'END'
4388Aborting the configuration process, to ensure you take notice of the issue.
4389
4390You can download and install GNU coreutils to get an 'rm' implementation
4391that behaves properly: <http://www.gnu.org/software/coreutils/>.
4392
4393If you want to complete the configuration process using your problematic
4394'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4395to "yes", and re-run configure.
4396
4397END
4398 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4399 fi
4400fi
4401
42ecbf5e 4402
d45dc31f
SE
4403ac_ext=c
4404ac_cpp='$CPP $CPPFLAGS'
4405ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4406ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4407ac_compiler_gnu=$ac_cv_c_compiler_gnu
4408if test -n "$ac_tool_prefix"; then
4409 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4410set dummy ${ac_tool_prefix}gcc; ac_word=$2
81ecdfbb
RW
4411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4412$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4413if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4414 $as_echo_n "(cached) " >&6
252b5132 4415else
d45dc31f
SE
4416 if test -n "$CC"; then
4417 ac_cv_prog_CC="$CC" # Let the user override the test.
1a09a22c 4418else
d45dc31f
SE
4419as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4420for as_dir in $PATH
4421do
4422 IFS=$as_save_IFS
4423 test -z "$as_dir" && as_dir=.
81ecdfbb 4424 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4425 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4426 ac_cv_prog_CC="${ac_tool_prefix}gcc"
81ecdfbb 4427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4428 break 2
4429 fi
4430done
81ecdfbb
RW
4431 done
4432IFS=$as_save_IFS
ceae3e33 4433
d45dc31f
SE
4434fi
4435fi
4436CC=$ac_cv_prog_CC
4437if test -n "$CC"; then
81ecdfbb
RW
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4439$as_echo "$CC" >&6; }
252b5132 4440else
81ecdfbb
RW
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4442$as_echo "no" >&6; }
252b5132 4443fi
d45dc31f 4444
81ecdfbb 4445
d45dc31f
SE
4446fi
4447if test -z "$ac_cv_prog_CC"; then
4448 ac_ct_CC=$CC
4449 # Extract the first word of "gcc", so it can be a program name with args.
4450set dummy gcc; ac_word=$2
81ecdfbb
RW
4451{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4452$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4453if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4454 $as_echo_n "(cached) " >&6
252b5132 4455else
d45dc31f
SE
4456 if test -n "$ac_ct_CC"; then
4457 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
252b5132 4458else
d45dc31f
SE
4459as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4460for as_dir in $PATH
4461do
4462 IFS=$as_save_IFS
4463 test -z "$as_dir" && as_dir=.
81ecdfbb 4464 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4465 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4466 ac_cv_prog_ac_ct_CC="gcc"
81ecdfbb 4467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4468 break 2
4469 fi
4470done
81ecdfbb
RW
4471 done
4472IFS=$as_save_IFS
d45dc31f 4473
252b5132
RH
4474fi
4475fi
d45dc31f
SE
4476ac_ct_CC=$ac_cv_prog_ac_ct_CC
4477if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4479$as_echo "$ac_ct_CC" >&6; }
252b5132 4480else
81ecdfbb
RW
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4482$as_echo "no" >&6; }
252b5132 4483fi
d45dc31f 4484
81ecdfbb
RW
4485 if test "x$ac_ct_CC" = x; then
4486 CC=""
4487 else
4488 case $cross_compiling:$ac_tool_warned in
4489yes:)
4490{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4491$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4492ac_tool_warned=yes ;;
4493esac
4494 CC=$ac_ct_CC
4495 fi
d45dc31f
SE
4496else
4497 CC="$ac_cv_prog_CC"
4498fi
4499
4500if test -z "$CC"; then
81ecdfbb
RW
4501 if test -n "$ac_tool_prefix"; then
4502 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
d45dc31f 4503set dummy ${ac_tool_prefix}cc; ac_word=$2
81ecdfbb
RW
4504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4505$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4506if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4507 $as_echo_n "(cached) " >&6
252b5132 4508else
d45dc31f
SE
4509 if test -n "$CC"; then
4510 ac_cv_prog_CC="$CC" # Let the user override the test.
252b5132 4511else
d45dc31f
SE
4512as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4513for as_dir in $PATH
4514do
4515 IFS=$as_save_IFS
4516 test -z "$as_dir" && as_dir=.
81ecdfbb 4517 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4518 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4519 ac_cv_prog_CC="${ac_tool_prefix}cc"
81ecdfbb 4520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4521 break 2
4522 fi
4523done
81ecdfbb
RW
4524 done
4525IFS=$as_save_IFS
d45dc31f 4526
252b5132
RH
4527fi
4528fi
d45dc31f
SE
4529CC=$ac_cv_prog_CC
4530if test -n "$CC"; then
81ecdfbb
RW
4531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4532$as_echo "$CC" >&6; }
d45dc31f 4533else
81ecdfbb
RW
4534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4535$as_echo "no" >&6; }
252b5132
RH
4536fi
4537
252b5132 4538
81ecdfbb 4539 fi
d45dc31f
SE
4540fi
4541if test -z "$CC"; then
4542 # Extract the first word of "cc", so it can be a program name with args.
4543set dummy cc; ac_word=$2
81ecdfbb
RW
4544{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4545$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4546if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4547 $as_echo_n "(cached) " >&6
252b5132 4548else
d45dc31f
SE
4549 if test -n "$CC"; then
4550 ac_cv_prog_CC="$CC" # Let the user override the test.
4551else
4552 ac_prog_rejected=no
4553as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4554for as_dir in $PATH
4555do
4556 IFS=$as_save_IFS
4557 test -z "$as_dir" && as_dir=.
81ecdfbb 4558 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4559 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f
SE
4560 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4561 ac_prog_rejected=yes
4562 continue
4563 fi
4564 ac_cv_prog_CC="cc"
81ecdfbb 4565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4566 break 2
4567 fi
4568done
81ecdfbb
RW
4569 done
4570IFS=$as_save_IFS
d45dc31f
SE
4571
4572if test $ac_prog_rejected = yes; then
4573 # We found a bogon in the path, so make sure we never use it.
4574 set dummy $ac_cv_prog_CC
4575 shift
4576 if test $# != 0; then
4577 # We chose a different compiler from the bogus one.
4578 # However, it has the same basename, so the bogon will be chosen
4579 # first if we set CC to just the basename; use the full file name.
4580 shift
4581 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4582 fi
4583fi
4584fi
4585fi
4586CC=$ac_cv_prog_CC
4587if test -n "$CC"; then
81ecdfbb
RW
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4589$as_echo "$CC" >&6; }
d45dc31f 4590else
81ecdfbb
RW
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4592$as_echo "no" >&6; }
252b5132
RH
4593fi
4594
81ecdfbb 4595
d45dc31f
SE
4596fi
4597if test -z "$CC"; then
4598 if test -n "$ac_tool_prefix"; then
81ecdfbb 4599 for ac_prog in cl.exe
d45dc31f
SE
4600 do
4601 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4602set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
4603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4604$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4605if ${ac_cv_prog_CC+:} false; then :
81ecdfbb 4606 $as_echo_n "(cached) " >&6
ac48eca1 4607else
d45dc31f
SE
4608 if test -n "$CC"; then
4609 ac_cv_prog_CC="$CC" # Let the user override the test.
4610else
4611as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4612for as_dir in $PATH
4613do
4614 IFS=$as_save_IFS
4615 test -z "$as_dir" && as_dir=.
81ecdfbb 4616 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4617 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4618 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
81ecdfbb 4619 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4620 break 2
4621 fi
4622done
81ecdfbb
RW
4623 done
4624IFS=$as_save_IFS
ac48eca1 4625
d45dc31f
SE
4626fi
4627fi
4628CC=$ac_cv_prog_CC
4629if test -n "$CC"; then
81ecdfbb
RW
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4631$as_echo "$CC" >&6; }
d45dc31f 4632else
81ecdfbb
RW
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4634$as_echo "no" >&6; }
d45dc31f 4635fi
ac48eca1 4636
81ecdfbb 4637
d45dc31f
SE
4638 test -n "$CC" && break
4639 done
4640fi
4641if test -z "$CC"; then
4642 ac_ct_CC=$CC
81ecdfbb 4643 for ac_prog in cl.exe
d45dc31f
SE
4644do
4645 # Extract the first word of "$ac_prog", so it can be a program name with args.
4646set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
4647{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4648$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4649if ${ac_cv_prog_ac_ct_CC+:} false; then :
81ecdfbb 4650 $as_echo_n "(cached) " >&6
d45dc31f
SE
4651else
4652 if test -n "$ac_ct_CC"; then
4653 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4654else
4655as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4656for as_dir in $PATH
4657do
4658 IFS=$as_save_IFS
4659 test -z "$as_dir" && as_dir=.
81ecdfbb 4660 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4661 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 4662 ac_cv_prog_ac_ct_CC="$ac_prog"
81ecdfbb 4663 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
4664 break 2
4665 fi
4666done
81ecdfbb
RW
4667 done
4668IFS=$as_save_IFS
ac48eca1 4669
d45dc31f
SE
4670fi
4671fi
4672ac_ct_CC=$ac_cv_prog_ac_ct_CC
4673if test -n "$ac_ct_CC"; then
81ecdfbb
RW
4674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4675$as_echo "$ac_ct_CC" >&6; }
d45dc31f 4676else
81ecdfbb
RW
4677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4678$as_echo "no" >&6; }
d45dc31f 4679fi
ac48eca1 4680
81ecdfbb 4681
d45dc31f
SE
4682 test -n "$ac_ct_CC" && break
4683done
ac48eca1 4684
81ecdfbb
RW
4685 if test "x$ac_ct_CC" = x; then
4686 CC=""
4687 else
4688 case $cross_compiling:$ac_tool_warned in
4689yes:)
4690{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4691$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4692ac_tool_warned=yes ;;
4693esac
4694 CC=$ac_ct_CC
4695 fi
d45dc31f 4696fi
ac48eca1
AO
4697
4698fi
ac48eca1 4699
ac48eca1 4700
81ecdfbb
RW
4701test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4702$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4703as_fn_error $? "no acceptable C compiler found in \$PATH
4704See \`config.log' for more details" "$LINENO" 5; }
ac48eca1 4705
d45dc31f 4706# Provide some information about the compiler.
81ecdfbb
RW
4707$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4708set X $ac_compile
4709ac_compiler=$2
4710for ac_option in --version -v -V -qversion; do
4711 { { ac_try="$ac_compiler $ac_option >&5"
4712case "(($ac_try" in
4713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4714 *) ac_try_echo=$ac_try;;
4715esac
4716eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4717$as_echo "$ac_try_echo"; } >&5
4718 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
d45dc31f 4719 ac_status=$?
81ecdfbb
RW
4720 if test -s conftest.err; then
4721 sed '10a\
4722... rest of stderr output deleted ...
4723 10q' conftest.err >conftest.er1
4724 cat conftest.er1 >&5
81ecdfbb 4725 fi
d0ac1c44 4726 rm -f conftest.er1 conftest.err
81ecdfbb
RW
4727 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4728 test $ac_status = 0; }
4729done
ac48eca1 4730
81ecdfbb
RW
4731{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4732$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4733if ${ac_cv_c_compiler_gnu+:} false; then :
81ecdfbb 4734 $as_echo_n "(cached) " >&6
bdcfeba5 4735else
81ecdfbb 4736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4737/* end confdefs.h. */
bdcfeba5 4738
d45dc31f
SE
4739int
4740main ()
4741{
4742#ifndef __GNUC__
4743 choke me
4744#endif
bdcfeba5 4745
d45dc31f
SE
4746 ;
4747 return 0;
4748}
4749_ACEOF
81ecdfbb 4750if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f
SE
4751 ac_compiler_gnu=yes
4752else
81ecdfbb 4753 ac_compiler_gnu=no
bdcfeba5 4754fi
81ecdfbb 4755rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45dc31f 4756ac_cv_c_compiler_gnu=$ac_compiler_gnu
bdcfeba5 4757
bdcfeba5 4758fi
81ecdfbb
RW
4759{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4760$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4761if test $ac_compiler_gnu = yes; then
4762 GCC=yes
4763else
4764 GCC=
4765fi
d45dc31f
SE
4766ac_test_CFLAGS=${CFLAGS+set}
4767ac_save_CFLAGS=$CFLAGS
81ecdfbb
RW
4768{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4769$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4770if ${ac_cv_prog_cc_g+:} false; then :
81ecdfbb
RW
4771 $as_echo_n "(cached) " >&6
4772else
4773 ac_save_c_werror_flag=$ac_c_werror_flag
4774 ac_c_werror_flag=yes
4775 ac_cv_prog_cc_g=no
4776 CFLAGS="-g"
4777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45dc31f 4778/* end confdefs.h. */
ac48eca1 4779
d45dc31f
SE
4780int
4781main ()
4782{
ac48eca1 4783
d45dc31f
SE
4784 ;
4785 return 0;
4786}
4787_ACEOF
81ecdfbb 4788if ac_fn_c_try_compile "$LINENO"; then :
d45dc31f 4789 ac_cv_prog_cc_g=yes
ac48eca1 4790else
81ecdfbb
RW
4791 CFLAGS=""
4792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4793/* end confdefs.h. */
4794
4795int
4796main ()
4797{
4798
4799 ;
4800 return 0;
4801}
4802_ACEOF
4803if ac_fn_c_try_compile "$LINENO"; then :
4804
4805else
4806 ac_c_werror_flag=$ac_save_c_werror_flag
4807 CFLAGS="-g"
4808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4809/* end confdefs.h. */
4810
4811int
4812main ()
4813{
ac48eca1 4814
81ecdfbb
RW
4815 ;
4816 return 0;
4817}
4818_ACEOF
4819if ac_fn_c_try_compile "$LINENO"; then :
4820 ac_cv_prog_cc_g=yes
4821fi
4822rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4823fi
81ecdfbb 4824rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
ac48eca1 4825fi
81ecdfbb
RW
4826rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4827 ac_c_werror_flag=$ac_save_c_werror_flag
4828fi
4829{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4830$as_echo "$ac_cv_prog_cc_g" >&6; }
d45dc31f
SE
4831if test "$ac_test_CFLAGS" = set; then
4832 CFLAGS=$ac_save_CFLAGS
4833elif test $ac_cv_prog_cc_g = yes; then
4834 if test "$GCC" = yes; then
4835 CFLAGS="-g -O2"
ac48eca1 4836 else
d45dc31f 4837 CFLAGS="-g"
42ecbf5e 4838 fi
ac48eca1 4839else
d45dc31f
SE
4840 if test "$GCC" = yes; then
4841 CFLAGS="-O2"
4842 else
4843 CFLAGS=
42ecbf5e 4844 fi
ac48eca1 4845fi
81ecdfbb
RW
4846{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4847$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4848if ${ac_cv_prog_cc_c89+:} false; then :
81ecdfbb 4849 $as_echo_n "(cached) " >&6
d45dc31f 4850else
81ecdfbb 4851 ac_cv_prog_cc_c89=no
d45dc31f 4852ac_save_CC=$CC
81ecdfbb 4853cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 4854/* end confdefs.h. */
d45dc31f
SE
4855#include <stdarg.h>
4856#include <stdio.h>
d0ac1c44 4857struct stat;
d45dc31f
SE
4858/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4859struct buf { int x; };
4860FILE * (*rcsopen) (struct buf *, struct stat *, int);
4861static char *e (p, i)
4862 char **p;
4863 int i;
4864{
4865 return p[i];
4866}
4867static char *f (char * (*g) (char **, int), char **p, ...)
4868{
4869 char *s;
4870 va_list v;
4871 va_start (v,p);
4872 s = g (p, va_arg (v,int));
4873 va_end (v);
4874 return s;
4875}
4876
4877/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4878 function prototypes and stuff, but not '\xHH' hex character constants.
4879 These don't provoke an error unfortunately, instead are silently treated
81ecdfbb 4880 as 'x'. The following induces an error, until -std is added to get
d45dc31f
SE
4881 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4882 array size at least. It's necessary to write '\x00'==0 to get something
81ecdfbb 4883 that's true only with -std. */
d45dc31f 4884int osf4_cc_array ['\x00' == 0 ? 1 : -1];
252b5132 4885
81ecdfbb
RW
4886/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4887 inside strings and character constants. */
4888#define FOO(x) 'x'
4889int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4890
d45dc31f
SE
4891int test (int i, double x);
4892struct s1 {int (*f) (int a);};
4893struct s2 {int (*f) (double a);};
4894int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4895int argc;
4896char **argv;
42ecbf5e
DJ
4897int
4898main ()
4899{
d45dc31f 4900return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
42ecbf5e
DJ
4901 ;
4902 return 0;
4903}
4904_ACEOF
81ecdfbb
RW
4905for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4906 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
d45dc31f
SE
4907do
4908 CC="$ac_save_CC $ac_arg"
81ecdfbb
RW
4909 if ac_fn_c_try_compile "$LINENO"; then :
4910 ac_cv_prog_cc_c89=$ac_arg
252b5132 4911fi
81ecdfbb
RW
4912rm -f core conftest.err conftest.$ac_objext
4913 test "x$ac_cv_prog_cc_c89" != "xno" && break
d45dc31f 4914done
81ecdfbb 4915rm -f conftest.$ac_ext
d45dc31f 4916CC=$ac_save_CC
ac48eca1 4917
252b5132 4918fi
81ecdfbb
RW
4919# AC_CACHE_VAL
4920case "x$ac_cv_prog_cc_c89" in
4921 x)
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4923$as_echo "none needed" >&6; } ;;
4924 xno)
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4926$as_echo "unsupported" >&6; } ;;
d45dc31f 4927 *)
81ecdfbb
RW
4928 CC="$CC $ac_cv_prog_cc_c89"
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4930$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
252b5132 4931esac
81ecdfbb 4932if test "x$ac_cv_prog_cc_c89" != xno; then :
252b5132 4933
d45dc31f 4934fi
ac48eca1 4935
d45dc31f
SE
4936ac_ext=c
4937ac_cpp='$CPP $CPPFLAGS'
4938ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4939ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4940ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 4941
d0ac1c44
SM
4942ac_ext=c
4943ac_cpp='$CPP $CPPFLAGS'
4944ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4945ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4946ac_compiler_gnu=$ac_cv_c_compiler_gnu
4947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4948$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4949if ${am_cv_prog_cc_c_o+:} false; then :
4950 $as_echo_n "(cached) " >&6
4951else
4952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4953/* end confdefs.h. */
4954
4955int
4956main ()
4957{
4958
4959 ;
4960 return 0;
4961}
4962_ACEOF
4963 # Make sure it works both with $CC and with simple cc.
4964 # Following AC_PROG_CC_C_O, we do the test twice because some
4965 # compilers refuse to overwrite an existing .o file with -o,
4966 # though they will create one.
4967 am_cv_prog_cc_c_o=yes
4968 for am_i in 1 2; do
4969 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4970 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4971 ac_status=$?
4972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4973 (exit $ac_status); } \
4974 && test -f conftest2.$ac_objext; then
4975 : OK
4976 else
4977 am_cv_prog_cc_c_o=no
4978 break
4979 fi
4980 done
4981 rm -f core conftest*
4982 unset am_i
4983fi
4984{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4985$as_echo "$am_cv_prog_cc_c_o" >&6; }
4986if test "$am_cv_prog_cc_c_o" != yes; then
4987 # Losing compiler, so override with the script.
4988 # FIXME: It is wrong to rewrite CC.
4989 # But if we don't then we get into trouble of one sort or another.
4990 # A longer-term fix would be to have automake use am__CC in this case,
4991 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4992 CC="$am_aux_dir/compile $CC"
4993fi
4994ac_ext=c
4995ac_cpp='$CPP $CPPFLAGS'
4996ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4997ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4998ac_compiler_gnu=$ac_cv_c_compiler_gnu
4999
5000
7357c5b6
AM
5001ac_ext=c
5002ac_cpp='$CPP $CPPFLAGS'
5003ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5004ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5005ac_compiler_gnu=$ac_cv_c_compiler_gnu
81ecdfbb
RW
5006{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5007$as_echo_n "checking how to run the C preprocessor... " >&6; }
7357c5b6
AM
5008# On Suns, sometimes $CPP names a directory.
5009if test -n "$CPP" && test -d "$CPP"; then
5010 CPP=
5011fi
5012if test -z "$CPP"; then
d0ac1c44 5013 if ${ac_cv_prog_CPP+:} false; then :
81ecdfbb 5014 $as_echo_n "(cached) " >&6
7357c5b6
AM
5015else
5016 # Double quotes because CPP needs to be expanded
5017 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5018 do
5019 ac_preproc_ok=false
5020for ac_c_preproc_warn_flag in '' yes
5021do
5022 # Use a header file that comes with gcc, so configuring glibc
5023 # with a fresh cross-compiler works.
5024 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5025 # <limits.h> exists even on freestanding compilers.
5026 # On the NeXT, cc -E runs the code through the compiler's parser,
5027 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5029/* end confdefs.h. */
5030#ifdef __STDC__
5031# include <limits.h>
5032#else
5033# include <assert.h>
5034#endif
5035 Syntax error
5036_ACEOF
81ecdfbb 5037if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 5038
81ecdfbb 5039else
7357c5b6
AM
5040 # Broken: fails on valid input.
5041continue
5042fi
d0ac1c44 5043rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5044
81ecdfbb 5045 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 5046 # can be detected and how.
81ecdfbb 5047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5048/* end confdefs.h. */
5049#include <ac_nonexistent.h>
5050_ACEOF
81ecdfbb 5051if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
5052 # Broken: success on invalid input.
5053continue
5054else
7357c5b6
AM
5055 # Passes both tests.
5056ac_preproc_ok=:
5057break
5058fi
d0ac1c44 5059rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5060
7357c5b6
AM
5061done
5062# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5063rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb 5064if $ac_preproc_ok; then :
7357c5b6
AM
5065 break
5066fi
d7040cdb 5067
7357c5b6
AM
5068 done
5069 ac_cv_prog_CPP=$CPP
d7040cdb 5070
7357c5b6
AM
5071fi
5072 CPP=$ac_cv_prog_CPP
5073else
5074 ac_cv_prog_CPP=$CPP
5075fi
81ecdfbb
RW
5076{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5077$as_echo "$CPP" >&6; }
7357c5b6
AM
5078ac_preproc_ok=false
5079for ac_c_preproc_warn_flag in '' yes
5080do
5081 # Use a header file that comes with gcc, so configuring glibc
5082 # with a fresh cross-compiler works.
5083 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5084 # <limits.h> exists even on freestanding compilers.
5085 # On the NeXT, cc -E runs the code through the compiler's parser,
5086 # not just through cpp. "Syntax error" is here to catch this case.
81ecdfbb 5087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5088/* end confdefs.h. */
5089#ifdef __STDC__
5090# include <limits.h>
5091#else
5092# include <assert.h>
5093#endif
5094 Syntax error
5095_ACEOF
81ecdfbb 5096if ac_fn_c_try_cpp "$LINENO"; then :
d7040cdb 5097
81ecdfbb 5098else
7357c5b6
AM
5099 # Broken: fails on valid input.
5100continue
5101fi
d0ac1c44 5102rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5103
81ecdfbb 5104 # OK, works on sane cases. Now check whether nonexistent headers
7357c5b6 5105 # can be detected and how.
81ecdfbb 5106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5107/* end confdefs.h. */
5108#include <ac_nonexistent.h>
5109_ACEOF
81ecdfbb 5110if ac_fn_c_try_cpp "$LINENO"; then :
7357c5b6
AM
5111 # Broken: success on invalid input.
5112continue
5113else
7357c5b6
AM
5114 # Passes both tests.
5115ac_preproc_ok=:
5116break
5117fi
d0ac1c44 5118rm -f conftest.err conftest.i conftest.$ac_ext
d7040cdb 5119
7357c5b6
AM
5120done
5121# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5122rm -f conftest.i conftest.err conftest.$ac_ext
81ecdfbb
RW
5123if $ac_preproc_ok; then :
5124
7357c5b6 5125else
81ecdfbb
RW
5126 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5127$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
5128as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5129See \`config.log' for more details" "$LINENO" 5; }
7357c5b6 5130fi
d7040cdb 5131
7357c5b6
AM
5132ac_ext=c
5133ac_cpp='$CPP $CPPFLAGS'
5134ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5135ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5136ac_compiler_gnu=$ac_cv_c_compiler_gnu
d7040cdb
SE
5137
5138
81ecdfbb
RW
5139{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5140$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 5141if ${ac_cv_path_GREP+:} false; then :
81ecdfbb 5142 $as_echo_n "(cached) " >&6
7357c5b6 5143else
81ecdfbb
RW
5144 if test -z "$GREP"; then
5145 ac_path_GREP_found=false
5146 # Loop through the user's path and test for each of PROGNAME-LIST
5147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5148for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5149do
5150 IFS=$as_save_IFS
5151 test -z "$as_dir" && as_dir=.
5152 for ac_prog in grep ggrep; do
5153 for ac_exec_ext in '' $ac_executable_extensions; do
5154 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5155 as_fn_executable_p "$ac_path_GREP" || continue
81ecdfbb
RW
5156# Check for GNU ac_path_GREP and select it if it is found.
5157 # Check for GNU $ac_path_GREP
5158case `"$ac_path_GREP" --version 2>&1` in
5159*GNU*)
5160 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5161*)
5162 ac_count=0
5163 $as_echo_n 0123456789 >"conftest.in"
5164 while :
5165 do
5166 cat "conftest.in" "conftest.in" >"conftest.tmp"
5167 mv "conftest.tmp" "conftest.in"
5168 cp "conftest.in" "conftest.nl"
5169 $as_echo 'GREP' >> "conftest.nl"
5170 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5171 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5172 as_fn_arith $ac_count + 1 && ac_count=$as_val
5173 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5174 # Best one so far, save it but keep looking for a better one
5175 ac_cv_path_GREP="$ac_path_GREP"
5176 ac_path_GREP_max=$ac_count
7357c5b6 5177 fi
81ecdfbb
RW
5178 # 10*(2^10) chars as input seems more than enough
5179 test $ac_count -gt 10 && break
5180 done
5181 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5182esac
5183
5184 $ac_path_GREP_found && break 3
5185 done
5186 done
5187 done
5188IFS=$as_save_IFS
5189 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5190 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5191 fi
5192else
5193 ac_cv_path_GREP=$GREP
5194fi
5195
7357c5b6 5196fi
81ecdfbb
RW
5197{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5198$as_echo "$ac_cv_path_GREP" >&6; }
5199 GREP="$ac_cv_path_GREP"
d7040cdb 5200
d7040cdb 5201
81ecdfbb
RW
5202{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5203$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5204if ${ac_cv_path_EGREP+:} false; then :
81ecdfbb 5205 $as_echo_n "(cached) " >&6
7357c5b6 5206else
81ecdfbb
RW
5207 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5208 then ac_cv_path_EGREP="$GREP -E"
5209 else
5210 if test -z "$EGREP"; then
5211 ac_path_EGREP_found=false
5212 # Loop through the user's path and test for each of PROGNAME-LIST
5213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5214for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5215do
5216 IFS=$as_save_IFS
5217 test -z "$as_dir" && as_dir=.
5218 for ac_prog in egrep; do
5219 for ac_exec_ext in '' $ac_executable_extensions; do
5220 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5221 as_fn_executable_p "$ac_path_EGREP" || continue
81ecdfbb
RW
5222# Check for GNU ac_path_EGREP and select it if it is found.
5223 # Check for GNU $ac_path_EGREP
5224case `"$ac_path_EGREP" --version 2>&1` in
5225*GNU*)
5226 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5227*)
5228 ac_count=0
5229 $as_echo_n 0123456789 >"conftest.in"
5230 while :
5231 do
5232 cat "conftest.in" "conftest.in" >"conftest.tmp"
5233 mv "conftest.tmp" "conftest.in"
5234 cp "conftest.in" "conftest.nl"
5235 $as_echo 'EGREP' >> "conftest.nl"
5236 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5237 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5238 as_fn_arith $ac_count + 1 && ac_count=$as_val
5239 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5240 # Best one so far, save it but keep looking for a better one
5241 ac_cv_path_EGREP="$ac_path_EGREP"
5242 ac_path_EGREP_max=$ac_count
5243 fi
5244 # 10*(2^10) chars as input seems more than enough
5245 test $ac_count -gt 10 && break
5246 done
5247 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5248esac
5249
5250 $ac_path_EGREP_found && break 3
5251 done
5252 done
5253 done
5254IFS=$as_save_IFS
5255 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5256 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5257 fi
5258else
5259 ac_cv_path_EGREP=$EGREP
5260fi
5261
5262 fi
5263fi
5264{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5265$as_echo "$ac_cv_path_EGREP" >&6; }
5266 EGREP="$ac_cv_path_EGREP"
5267
5268
5269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5270$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5271if ${ac_cv_header_stdc+:} false; then :
81ecdfbb
RW
5272 $as_echo_n "(cached) " >&6
5273else
5274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5275/* end confdefs.h. */
5276#include <stdlib.h>
5277#include <stdarg.h>
5278#include <string.h>
5279#include <float.h>
d7040cdb 5280
7357c5b6
AM
5281int
5282main ()
5283{
d7040cdb 5284
7357c5b6
AM
5285 ;
5286 return 0;
5287}
5288_ACEOF
81ecdfbb 5289if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6
AM
5290 ac_cv_header_stdc=yes
5291else
81ecdfbb 5292 ac_cv_header_stdc=no
7357c5b6 5293fi
81ecdfbb 5294rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d7040cdb 5295
7357c5b6
AM
5296if test $ac_cv_header_stdc = yes; then
5297 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
81ecdfbb 5298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5299/* end confdefs.h. */
5300#include <string.h>
d7040cdb 5301
7357c5b6
AM
5302_ACEOF
5303if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5304 $EGREP "memchr" >/dev/null 2>&1; then :
5305
d45dc31f 5306else
7357c5b6
AM
5307 ac_cv_header_stdc=no
5308fi
5309rm -f conftest*
d7040cdb 5310
7357c5b6 5311fi
d7040cdb 5312
7357c5b6
AM
5313if test $ac_cv_header_stdc = yes; then
5314 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
81ecdfbb 5315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5316/* end confdefs.h. */
5317#include <stdlib.h>
d7040cdb 5318
7357c5b6
AM
5319_ACEOF
5320if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb
RW
5321 $EGREP "free" >/dev/null 2>&1; then :
5322
7357c5b6
AM
5323else
5324 ac_cv_header_stdc=no
5325fi
5326rm -f conftest*
d7040cdb 5327
7357c5b6 5328fi
d7040cdb 5329
7357c5b6
AM
5330if test $ac_cv_header_stdc = yes; then
5331 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
81ecdfbb 5332 if test "$cross_compiling" = yes; then :
7357c5b6
AM
5333 :
5334else
81ecdfbb 5335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6
AM
5336/* end confdefs.h. */
5337#include <ctype.h>
81ecdfbb 5338#include <stdlib.h>
7357c5b6
AM
5339#if ((' ' & 0x0FF) == 0x020)
5340# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5341# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5342#else
5343# define ISLOWER(c) \
5344 (('a' <= (c) && (c) <= 'i') \
5345 || ('j' <= (c) && (c) <= 'r') \
5346 || ('s' <= (c) && (c) <= 'z'))
5347# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5348#endif
d7040cdb 5349
7357c5b6
AM
5350#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5351int
5352main ()
5353{
5354 int i;
5355 for (i = 0; i < 256; i++)
5356 if (XOR (islower (i), ISLOWER (i))
5357 || toupper (i) != TOUPPER (i))
81ecdfbb
RW
5358 return 2;
5359 return 0;
7357c5b6
AM
5360}
5361_ACEOF
81ecdfbb 5362if ac_fn_c_try_run "$LINENO"; then :
d7040cdb 5363
81ecdfbb
RW
5364else
5365 ac_cv_header_stdc=no
7357c5b6 5366fi
81ecdfbb
RW
5367rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5368 conftest.$ac_objext conftest.beam conftest.$ac_ext
7357c5b6 5369fi
81ecdfbb 5370
7357c5b6
AM
5371fi
5372fi
81ecdfbb
RW
5373{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5374$as_echo "$ac_cv_header_stdc" >&6; }
7357c5b6 5375if test $ac_cv_header_stdc = yes; then
d7040cdb 5376
81ecdfbb 5377$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d7040cdb 5378
7357c5b6 5379fi
d7040cdb 5380
7357c5b6 5381# On IRIX 5.3, sys/types and inttypes.h are conflicting.
81ecdfbb
RW
5382for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5383 inttypes.h stdint.h unistd.h
5384do :
5385 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5386ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5387"
d0ac1c44 5388if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
5389 cat >>confdefs.h <<_ACEOF
5390#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5391_ACEOF
d7040cdb 5392
81ecdfbb 5393fi
d7040cdb 5394
81ecdfbb 5395done
d7040cdb
SE
5396
5397
5398
81ecdfbb 5399 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5400if test "x$ac_cv_header_minix_config_h" = xyes; then :
81ecdfbb
RW
5401 MINIX=yes
5402else
5403 MINIX=
5404fi
d7040cdb
SE
5405
5406
81ecdfbb 5407 if test "$MINIX" = yes; then
d7040cdb 5408
81ecdfbb 5409$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
d7040cdb 5410
d7040cdb 5411
81ecdfbb 5412$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
d7040cdb
SE
5413
5414
81ecdfbb 5415$as_echo "#define _MINIX 1" >>confdefs.h
d7040cdb 5416
81ecdfbb 5417 fi
d7040cdb
SE
5418
5419
81ecdfbb
RW
5420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5421$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5422if ${ac_cv_safe_to_define___extensions__+:} false; then :
81ecdfbb 5423 $as_echo_n "(cached) " >&6
7357c5b6 5424else
81ecdfbb 5425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357c5b6 5426/* end confdefs.h. */
d7040cdb 5427
d0ac1c44
SM
5428# define __EXTENSIONS__ 1
5429 $ac_includes_default
7357c5b6
AM
5430int
5431main ()
5432{
d7040cdb 5433
7357c5b6
AM
5434 ;
5435 return 0;
5436}
5437_ACEOF
81ecdfbb 5438if ac_fn_c_try_compile "$LINENO"; then :
7357c5b6 5439 ac_cv_safe_to_define___extensions__=yes
d7040cdb 5440else
81ecdfbb 5441 ac_cv_safe_to_define___extensions__=no
d7040cdb 5442fi
81ecdfbb 5443rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7357c5b6 5444fi
81ecdfbb
RW
5445{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5446$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
7357c5b6 5447 test $ac_cv_safe_to_define___extensions__ = yes &&
81ecdfbb 5448 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
d7040cdb 5449
81ecdfbb 5450 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
d7040cdb 5451
81ecdfbb 5452 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
d7040cdb 5453
81ecdfbb 5454 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
d7040cdb 5455
81ecdfbb 5456 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
d7040cdb
SE
5457
5458
e3525117 5459
5691d22d 5460
81ecdfbb 5461
718a6fd8
SE
5462case `pwd` in
5463 *\ * | *\ *)
81ecdfbb
RW
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5465$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
718a6fd8 5466esac
d7040cdb
SE
5467
5468
7357c5b6 5469
f2c621e4
AS
5470macro_version='2.2.7a'
5471macro_revision='1.3134'
7357c5b6
AM
5472
5473
5474
5475
5476
5477
7357c5b6
AM
5478
5479
5480
5481
5482
5483
5484
718a6fd8 5485ltmain="$ac_aux_dir/ltmain.sh"
7357c5b6 5486
3725885a
RW
5487# Backslashify metacharacters that are still active within
5488# double-quoted strings.
5489sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5490
5491# Same as above, but do not quote variable references.
5492double_quote_subst='s/\(["`\\]\)/\\\1/g'
5493
5494# Sed substitution to delay expansion of an escaped shell variable in a
5495# double_quote_subst'ed string.
5496delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5497
5498# Sed substitution to delay expansion of an escaped single quote.
5499delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5500
5501# Sed substitution to avoid accidental globbing in evaled expressions
5502no_glob_subst='s/\*/\\\*/g'
5503
5504ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5505ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5506ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5507
5508{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5509$as_echo_n "checking how to print strings... " >&6; }
5510# Test print first, because it will be a builtin if present.
f2c621e4 5511if test "X`print -r -- -n 2>/dev/null`" = X-n && \
3725885a
RW
5512 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5513 ECHO='print -r --'
5514elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5515 ECHO='printf %s\n'
5516else
5517 # Use this function as a fallback that always works.
5518 func_fallback_echo ()
5519 {
5520 eval 'cat <<_LTECHO_EOF
5521$1
5522_LTECHO_EOF'
5523 }
5524 ECHO='func_fallback_echo'
5525fi
5526
5527# func_echo_all arg...
5528# Invoke $ECHO with all args, space-separated.
5529func_echo_all ()
5530{
5531 $ECHO ""
5532}
5533
5534case "$ECHO" in
5535 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5536$as_echo "printf" >&6; } ;;
5537 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5538$as_echo "print -r" >&6; } ;;
5539 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5540$as_echo "cat" >&6; } ;;
5541esac
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
81ecdfbb
RW
5556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5557$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5558if ${ac_cv_path_SED+:} false; then :
81ecdfbb 5559 $as_echo_n "(cached) " >&6
7357c5b6 5560else
81ecdfbb
RW
5561 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5562 for ac_i in 1 2 3 4 5 6 7; do
5563 ac_script="$ac_script$as_nl$ac_script"
5564 done
5565 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5566 { ac_script=; unset ac_script;}
5567 if test -z "$SED"; then
5568 ac_path_SED_found=false
5569 # Loop through the user's path and test for each of PROGNAME-LIST
5570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357c5b6
AM
5571for as_dir in $PATH
5572do
5573 IFS=$as_save_IFS
5574 test -z "$as_dir" && as_dir=.
81ecdfbb 5575 for ac_prog in sed gsed; do
7357c5b6 5576 for ac_exec_ext in '' $ac_executable_extensions; do
81ecdfbb 5577 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5578 as_fn_executable_p "$ac_path_SED" || continue
81ecdfbb
RW
5579# Check for GNU ac_path_SED and select it if it is found.
5580 # Check for GNU $ac_path_SED
5581case `"$ac_path_SED" --version 2>&1` in
5582*GNU*)
5583 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5584*)
5585 ac_count=0
5586 $as_echo_n 0123456789 >"conftest.in"
5587 while :
5588 do
5589 cat "conftest.in" "conftest.in" >"conftest.tmp"
5590 mv "conftest.tmp" "conftest.in"
5591 cp "conftest.in" "conftest.nl"
5592 $as_echo '' >> "conftest.nl"
5593 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5594 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5595 as_fn_arith $ac_count + 1 && ac_count=$as_val
5596 if test $ac_count -gt ${ac_path_SED_max-0}; then
5597 # Best one so far, save it but keep looking for a better one
5598 ac_cv_path_SED="$ac_path_SED"
5599 ac_path_SED_max=$ac_count
5600 fi
5601 # 10*(2^10) chars as input seems more than enough
5602 test $ac_count -gt 10 && break
5603 done
5604 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5605esac
5606
5607 $ac_path_SED_found && break 3
7357c5b6
AM
5608 done
5609 done
81ecdfbb 5610 done
7357c5b6 5611IFS=$as_save_IFS
81ecdfbb 5612 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5613 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
7357c5b6 5614 fi
81ecdfbb
RW
5615else
5616 ac_cv_path_SED=$SED
7357c5b6
AM
5617fi
5618
81ecdfbb
RW
5619fi
5620{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5621$as_echo "$ac_cv_path_SED" >&6; }
5622 SED="$ac_cv_path_SED"
5623 rm -f conftest.sed
7357c5b6
AM
5624
5625test -z "$SED" && SED=sed
5626Xsed="$SED -e 1s/^X//"
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
81ecdfbb
RW
5638{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5639$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5640if ${ac_cv_path_FGREP+:} false; then :
81ecdfbb 5641 $as_echo_n "(cached) " >&6
7357c5b6 5642else
81ecdfbb
RW
5643 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5644 then ac_cv_path_FGREP="$GREP -F"
5645 else
5646 if test -z "$FGREP"; then
5647 ac_path_FGREP_found=false
5648 # Loop through the user's path and test for each of PROGNAME-LIST
5649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5650for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5651do
5652 IFS=$as_save_IFS
5653 test -z "$as_dir" && as_dir=.
5654 for ac_prog in fgrep; do
5655 for ac_exec_ext in '' $ac_executable_extensions; do
5656 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5657 as_fn_executable_p "$ac_path_FGREP" || continue
81ecdfbb
RW
5658# Check for GNU ac_path_FGREP and select it if it is found.
5659 # Check for GNU $ac_path_FGREP
5660case `"$ac_path_FGREP" --version 2>&1` in
5661*GNU*)
5662 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5663*)
5664 ac_count=0
5665 $as_echo_n 0123456789 >"conftest.in"
5666 while :
5667 do
5668 cat "conftest.in" "conftest.in" >"conftest.tmp"
5669 mv "conftest.tmp" "conftest.in"
5670 cp "conftest.in" "conftest.nl"
5671 $as_echo 'FGREP' >> "conftest.nl"
5672 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5673 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5674 as_fn_arith $ac_count + 1 && ac_count=$as_val
5675 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5676 # Best one so far, save it but keep looking for a better one
5677 ac_cv_path_FGREP="$ac_path_FGREP"
5678 ac_path_FGREP_max=$ac_count
7357c5b6 5679 fi
81ecdfbb
RW
5680 # 10*(2^10) chars as input seems more than enough
5681 test $ac_count -gt 10 && break
5682 done
5683 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5684esac
5685
5686 $ac_path_FGREP_found && break 3
5687 done
5688 done
5689 done
5690IFS=$as_save_IFS
5691 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5692 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
81ecdfbb
RW
5693 fi
5694else
5695 ac_cv_path_FGREP=$FGREP
5696fi
5697
5698 fi
7357c5b6 5699fi
81ecdfbb
RW
5700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5701$as_echo "$ac_cv_path_FGREP" >&6; }
5702 FGREP="$ac_cv_path_FGREP"
7357c5b6
AM
5703
5704
5705test -z "$GREP" && GREP=grep
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
81ecdfbb
RW
5725# Check whether --with-gnu-ld was given.
5726if test "${with_gnu_ld+set}" = set; then :
5727 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
7357c5b6
AM
5728else
5729 with_gnu_ld=no
81ecdfbb
RW
5730fi
5731
7357c5b6
AM
5732ac_prog=ld
5733if test "$GCC" = yes; then
5734 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
5735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5736$as_echo_n "checking for ld used by $CC... " >&6; }
7357c5b6
AM
5737 case $host in
5738 *-*-mingw*)
d45dc31f
SE
5739 # gcc leaves a trailing carriage return which upsets mingw
5740 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5741 *)
5742 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5743 esac
5744 case $ac_prog in
5745 # Accept absolute paths.
d7040cdb 5746 [\\/]* | ?:[\\/]*)
d45dc31f 5747 re_direlt='/[^/][^/]*/\.\./'
d7040cdb
SE
5748 # Canonicalize the pathname of ld
5749 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5750 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5751 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
d45dc31f
SE
5752 done
5753 test -z "$LD" && LD="$ac_prog"
5754 ;;
5755 "")
5756 # If it fails, then pretend we aren't using GCC.
5757 ac_prog=ld
5758 ;;
5759 *)
5760 # If it is relative, then search for the first ld in PATH.
5761 with_gnu_ld=unknown
5762 ;;
5763 esac
5764elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5766$as_echo_n "checking for GNU ld... " >&6; }
d45dc31f 5767else
81ecdfbb
RW
5768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5769$as_echo_n "checking for non-GNU ld... " >&6; }
d45dc31f 5770fi
d0ac1c44 5771if ${lt_cv_path_LD+:} false; then :
81ecdfbb 5772 $as_echo_n "(cached) " >&6
d45dc31f
SE
5773else
5774 if test -z "$LD"; then
d7040cdb 5775 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
d45dc31f 5776 for ac_dir in $PATH; do
d7040cdb 5777 IFS="$lt_save_ifs"
d45dc31f
SE
5778 test -z "$ac_dir" && ac_dir=.
5779 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5780 lt_cv_path_LD="$ac_dir/$ac_prog"
5781 # Check to see if the program is GNU ld. I'd rather use --version,
d7040cdb 5782 # but apparently some variants of GNU ld only accept -v.
d45dc31f 5783 # Break only if it was the GNU/non-GNU ld that we prefer.
d7040cdb
SE
5784 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5785 *GNU* | *'with BFD'*)
d45dc31f 5786 test "$with_gnu_ld" != no && break
d7040cdb
SE
5787 ;;
5788 *)
d45dc31f 5789 test "$with_gnu_ld" != yes && break
d7040cdb
SE
5790 ;;
5791 esac
d45dc31f
SE
5792 fi
5793 done
d7040cdb 5794 IFS="$lt_save_ifs"
d45dc31f
SE
5795else
5796 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5797fi
5798fi
1ad12f97 5799
d45dc31f
SE
5800LD="$lt_cv_path_LD"
5801if test -n "$LD"; then
81ecdfbb
RW
5802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5803$as_echo "$LD" >&6; }
d45dc31f 5804else
81ecdfbb
RW
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5806$as_echo "no" >&6; }
d45dc31f 5807fi
d0ac1c44 5808test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
5809{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5810$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 5811if ${lt_cv_prog_gnu_ld+:} false; then :
81ecdfbb 5812 $as_echo_n "(cached) " >&6
d45dc31f 5813else
d7040cdb
SE
5814 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5815case `$LD -v 2>&1 </dev/null` in
5816*GNU* | *'with BFD'*)
d45dc31f 5817 lt_cv_prog_gnu_ld=yes
d7040cdb
SE
5818 ;;
5819*)
d45dc31f 5820 lt_cv_prog_gnu_ld=no
d7040cdb
SE
5821 ;;
5822esac
d45dc31f 5823fi
81ecdfbb
RW
5824{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5825$as_echo "$lt_cv_prog_gnu_ld" >&6; }
d45dc31f 5826with_gnu_ld=$lt_cv_prog_gnu_ld
569acd2c 5827
d45dc31f 5828
42ecbf5e 5829
d7040cdb
SE
5830
5831
5832
5833
5834
5835
81ecdfbb
RW
5836{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5837$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 5838if ${lt_cv_path_NM+:} false; then :
81ecdfbb 5839 $as_echo_n "(cached) " >&6
d45dc31f
SE
5840else
5841 if test -n "$NM"; then
5842 # Let the user override the test.
5843 lt_cv_path_NM="$NM"
5844else
d7040cdb
SE
5845 lt_nm_to_check="${ac_tool_prefix}nm"
5846 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5847 lt_nm_to_check="$lt_nm_to_check nm"
5848 fi
5849 for lt_tmp_nm in $lt_nm_to_check; do
5850 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5851 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5852 IFS="$lt_save_ifs"
5853 test -z "$ac_dir" && ac_dir=.
5854 tmp_nm="$ac_dir/$lt_tmp_nm"
5855 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5856 # Check to see if the nm accepts a BSD-compat flag.
5857 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5858 # nm: unknown option "B" ignored
5859 # Tru64's nm complains that /dev/null is an invalid object file
5860 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5861 */dev/null* | *'Invalid file or object type'*)
5862 lt_cv_path_NM="$tmp_nm -B"
5863 break
5864 ;;
5865 *)
5866 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5867 */dev/null*)
5868 lt_cv_path_NM="$tmp_nm -p"
5869 break
5870 ;;
5871 *)
5872 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5873 continue # so that we can try to find one that supports BSD flags
5874 ;;
5875 esac
5876 ;;
5877 esac
d45dc31f 5878 fi
d7040cdb
SE
5879 done
5880 IFS="$lt_save_ifs"
d45dc31f 5881 done
d7040cdb 5882 : ${lt_cv_path_NM=no}
d45dc31f 5883fi
a541e3ce 5884fi
81ecdfbb
RW
5885{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5886$as_echo "$lt_cv_path_NM" >&6; }
d7040cdb
SE
5887if test "$lt_cv_path_NM" != "no"; then
5888 NM="$lt_cv_path_NM"
d45dc31f 5889else
d7040cdb 5890 # Didn't find any BSD compatible name lister, look for dumpbin.
3725885a
RW
5891 if test -n "$DUMPBIN"; then :
5892 # Let the user override the test.
5893 else
5894 if test -n "$ac_tool_prefix"; then
5895 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5896 do
5897 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5898set dummy $ac_tool_prefix$ac_prog; ac_word=$2
81ecdfbb
RW
5899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5900$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5901if ${ac_cv_prog_DUMPBIN+:} false; then :
81ecdfbb 5902 $as_echo_n "(cached) " >&6
d45dc31f 5903else
d7040cdb
SE
5904 if test -n "$DUMPBIN"; then
5905 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5906else
5907as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5908for as_dir in $PATH
5909do
5910 IFS=$as_save_IFS
5911 test -z "$as_dir" && as_dir=.
81ecdfbb 5912 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5913 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 5914 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
81ecdfbb 5915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
5916 break 2
5917 fi
5918done
81ecdfbb
RW
5919 done
5920IFS=$as_save_IFS
398ee8f1 5921
d7040cdb
SE
5922fi
5923fi
5924DUMPBIN=$ac_cv_prog_DUMPBIN
5925if test -n "$DUMPBIN"; then
81ecdfbb
RW
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5927$as_echo "$DUMPBIN" >&6; }
d7040cdb 5928else
81ecdfbb
RW
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5930$as_echo "no" >&6; }
d7040cdb 5931fi
d15b04bd 5932
81ecdfbb 5933
d7040cdb
SE
5934 test -n "$DUMPBIN" && break
5935 done
5936fi
5937if test -z "$DUMPBIN"; then
5938 ac_ct_DUMPBIN=$DUMPBIN
3725885a 5939 for ac_prog in dumpbin "link -dump"
d7040cdb
SE
5940do
5941 # Extract the first word of "$ac_prog", so it can be a program name with args.
5942set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
5943{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5944$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 5945if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
81ecdfbb 5946 $as_echo_n "(cached) " >&6
d7040cdb
SE
5947else
5948 if test -n "$ac_ct_DUMPBIN"; then
5949 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5950else
5951as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5952for as_dir in $PATH
5953do
5954 IFS=$as_save_IFS
5955 test -z "$as_dir" && as_dir=.
81ecdfbb 5956 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5957 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 5958 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
81ecdfbb 5959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 5960 break 2
d45dc31f 5961 fi
d7040cdb 5962done
81ecdfbb
RW
5963 done
5964IFS=$as_save_IFS
d15b04bd 5965
d7040cdb
SE
5966fi
5967fi
5968ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5969if test -n "$ac_ct_DUMPBIN"; then
81ecdfbb
RW
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5971$as_echo "$ac_ct_DUMPBIN" >&6; }
d7040cdb 5972else
81ecdfbb
RW
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5974$as_echo "no" >&6; }
d7040cdb 5975fi
42ecbf5e 5976
81ecdfbb 5977
d7040cdb
SE
5978 test -n "$ac_ct_DUMPBIN" && break
5979done
d45dc31f 5980
81ecdfbb
RW
5981 if test "x$ac_ct_DUMPBIN" = x; then
5982 DUMPBIN=":"
5983 else
5984 case $cross_compiling:$ac_tool_warned in
5985yes:)
5986{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5987$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5988ac_tool_warned=yes ;;
5989esac
5990 DUMPBIN=$ac_ct_DUMPBIN
5991 fi
d7040cdb 5992fi
d45dc31f 5993
3725885a
RW
5994 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5995 *COFF*)
5996 DUMPBIN="$DUMPBIN -symbols"
5997 ;;
5998 *)
5999 DUMPBIN=:
6000 ;;
6001 esac
6002 fi
d45dc31f 6003
d7040cdb
SE
6004 if test "$DUMPBIN" != ":"; then
6005 NM="$DUMPBIN"
42ecbf5e 6006 fi
d7040cdb
SE
6007fi
6008test -z "$NM" && NM=nm
d45dc31f 6009
42ecbf5e 6010
d15b04bd 6011
42ecbf5e 6012
d45dc31f 6013
42ecbf5e 6014
81ecdfbb
RW
6015{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6016$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 6017if ${lt_cv_nm_interface+:} false; then :
81ecdfbb 6018 $as_echo_n "(cached) " >&6
d7040cdb
SE
6019else
6020 lt_cv_nm_interface="BSD nm"
6021 echo "int some_variable = 0;" > conftest.$ac_ext
3725885a 6022 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7040cdb
SE
6023 (eval "$ac_compile" 2>conftest.err)
6024 cat conftest.err >&5
3725885a 6025 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7040cdb
SE
6026 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6027 cat conftest.err >&5
3725885a 6028 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7040cdb
SE
6029 cat conftest.out >&5
6030 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6031 lt_cv_nm_interface="MS dumpbin"
6032 fi
6033 rm -f conftest*
42ecbf5e 6034fi
81ecdfbb
RW
6035{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6036$as_echo "$lt_cv_nm_interface" >&6; }
42ecbf5e 6037
81ecdfbb
RW
6038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6039$as_echo_n "checking whether ln -s works... " >&6; }
d7040cdb
SE
6040LN_S=$as_ln_s
6041if test "$LN_S" = "ln -s"; then
81ecdfbb
RW
6042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6043$as_echo "yes" >&6; }
d7040cdb 6044else
81ecdfbb
RW
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6046$as_echo "no, using $LN_S" >&6; }
d7040cdb 6047fi
d45dc31f
SE
6048
6049# find the maximum length of command line arguments
81ecdfbb
RW
6050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6051$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6052if ${lt_cv_sys_max_cmd_len+:} false; then :
81ecdfbb 6053 $as_echo_n "(cached) " >&6
42ecbf5e 6054else
d45dc31f
SE
6055 i=0
6056 teststring="ABCD"
6057
6058 case $build_os in
6059 msdosdjgpp*)
6060 # On DJGPP, this test can blow up pretty badly due to problems in libc
6061 # (any single argument exceeding 2000 bytes causes a buffer overrun
6062 # during glob expansion). Even if it were fixed, the result of this
6063 # check would be larger than it should be.
6064 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6065 ;;
6066
d7040cdb
SE
6067 gnu*)
6068 # Under GNU Hurd, this test is not required because there is
6069 # no limit to the length of command line arguments.
6070 # Libtool will interpret -1 as no limit whatsoever
6071 lt_cv_sys_max_cmd_len=-1;
6072 ;;
6073
718a6fd8 6074 cygwin* | mingw* | cegcc*)
d45dc31f
SE
6075 # On Win9x/ME, this test blows up -- it succeeds, but takes
6076 # about 5 minutes as the teststring grows exponentially.
6077 # Worse, since 9x/ME are not pre-emptively multitasking,
6078 # you end up with a "frozen" computer, even though with patience
6079 # the test eventually succeeds (with a max line length of 256k).
6080 # Instead, let's just punt: use the minimum linelength reported by
6081 # all of the supported platforms: 8192 (on NT/2K/XP).
6082 lt_cv_sys_max_cmd_len=8192;
6083 ;;
6084
3725885a
RW
6085 mint*)
6086 # On MiNT this can take a long time and run out of memory.
6087 lt_cv_sys_max_cmd_len=8192;
6088 ;;
6089
d45dc31f
SE
6090 amigaos*)
6091 # On AmigaOS with pdksh, this test takes hours, literally.
6092 # So we just punt and use a minimum line length of 8192.
6093 lt_cv_sys_max_cmd_len=8192;
6094 ;;
6095
6096 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6097 # This has been around since 386BSD, at least. Likely further.
6098 if test -x /sbin/sysctl; then
6099 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6100 elif test -x /usr/sbin/sysctl; then
6101 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6102 else
d7040cdb 6103 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
d45dc31f
SE
6104 fi
6105 # And add a safety zone
6106 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6107 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6108 ;;
d7040cdb
SE
6109
6110 interix*)
6111 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6112 lt_cv_sys_max_cmd_len=196608
6113 ;;
6114
6115 osf*)
6116 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6117 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6118 # nice to cause kernel panics so lets avoid the loop below.
6119 # First set a reasonable default.
6120 lt_cv_sys_max_cmd_len=16384
6121 #
6122 if test -x /sbin/sysconfig; then
6123 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6124 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6125 esac
6126 fi
6127 ;;
6128 sco3.2v5*)
6129 lt_cv_sys_max_cmd_len=102400
6130 ;;
6131 sysv5* | sco5v6* | sysv4.2uw2*)
6132 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6133 if test -n "$kargmax"; then
6134 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6135 else
6136 lt_cv_sys_max_cmd_len=32768
6137 fi
6138 ;;
6139 *)
718a6fd8
SE
6140 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6141 if test -n "$lt_cv_sys_max_cmd_len"; then
5ba684e2
NC
6142 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6143 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6144 else
6145 # Make teststring a little bigger before we do anything with it.
6146 # a 1K string should be a reasonable start.
6147 for i in 1 2 3 4 5 6 7 8 ; do
6148 teststring=$teststring$teststring
6149 done
6150 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6151 # If test is not a shell built-in, we'll probably end up computing a
6152 # maximum length that is only half of the actual maximum length, but
6153 # we can't tell.
3725885a
RW
6154 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6155 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5ba684e2
NC
6156 test $i != 17 # 1/2 MB should be enough
6157 do
6158 i=`expr $i + 1`
6159 teststring=$teststring$teststring
6160 done
6161 # Only check the string length outside the loop.
6162 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6163 teststring=
6164 # Add a significant safety factor because C++ compilers can tack on
6165 # massive amounts of additional arguments before passing them to the
6166 # linker. It appears as though 1/2 is a usable value.
6167 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6168 fi
d7040cdb 6169 ;;
d45dc31f 6170 esac
42ecbf5e 6171
42ecbf5e
DJ
6172fi
6173
d7040cdb 6174if test -n $lt_cv_sys_max_cmd_len ; then
81ecdfbb
RW
6175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6176$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
252b5132 6177else
81ecdfbb
RW
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6179$as_echo "none" >&6; }
252b5132 6180fi
d7040cdb 6181max_cmd_len=$lt_cv_sys_max_cmd_len
e5a52504 6182
d45dc31f 6183
42ecbf5e 6184
d45dc31f 6185
d45dc31f 6186
d7040cdb 6187
d7040cdb
SE
6188: ${CP="cp -f"}
6189: ${MV="mv -f"}
6190: ${RM="rm -f"}
6191
81ecdfbb
RW
6192{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6193$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
d7040cdb
SE
6194# Try some XSI features
6195xsi_shell=no
6196( _lt_dummy="a/b/c"
f2c621e4
AS
6197 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6198 = c,a/b,, \
718a6fd8
SE
6199 && eval 'test $(( 1 + 1 )) -eq 2 \
6200 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
d7040cdb 6201 && xsi_shell=yes
81ecdfbb
RW
6202{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6203$as_echo "$xsi_shell" >&6; }
d7040cdb
SE
6204
6205
81ecdfbb
RW
6206{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6207$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
d7040cdb
SE
6208lt_shell_append=no
6209( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6210 >/dev/null 2>&1 \
6211 && lt_shell_append=yes
81ecdfbb
RW
6212{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6213$as_echo "$lt_shell_append" >&6; }
d7040cdb
SE
6214
6215
6216if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6217 lt_unset=unset
252b5132 6218else
d7040cdb 6219 lt_unset=false
252b5132
RH
6220fi
6221
d7040cdb
SE
6222
6223
6224
6225
6226# test EBCDIC or ASCII
6227case `echo X|tr X '\101'` in
6228 A) # ASCII based system
6229 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6230 lt_SP2NL='tr \040 \012'
6231 lt_NL2SP='tr \015\012 \040\040'
6232 ;;
6233 *) # EBCDIC based system
6234 lt_SP2NL='tr \100 \n'
6235 lt_NL2SP='tr \r\n \100\100'
6236 ;;
6237esac
6238
6239
6240
6241
6242
6243
6244
6245
6246
81ecdfbb
RW
6247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6248$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6249if ${lt_cv_ld_reload_flag+:} false; then :
81ecdfbb 6250 $as_echo_n "(cached) " >&6
252b5132 6251else
d7040cdb
SE
6252 lt_cv_ld_reload_flag='-r'
6253fi
81ecdfbb
RW
6254{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6255$as_echo "$lt_cv_ld_reload_flag" >&6; }
d7040cdb
SE
6256reload_flag=$lt_cv_ld_reload_flag
6257case $reload_flag in
6258"" | " "*) ;;
6259*) reload_flag=" $reload_flag" ;;
6260esac
6261reload_cmds='$LD$reload_flag -o $output$reload_objs'
6262case $host_os in
6263 darwin*)
6264 if test "$GCC" = yes; then
6265 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6266 else
6267 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6268 fi
6269 ;;
6270esac
6271
6272
6273
6274
6275
6276
6277
6278
6279
718a6fd8
SE
6280if test -n "$ac_tool_prefix"; then
6281 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6282set dummy ${ac_tool_prefix}objdump; ac_word=$2
81ecdfbb
RW
6283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6284$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6285if ${ac_cv_prog_OBJDUMP+:} false; then :
81ecdfbb 6286 $as_echo_n "(cached) " >&6
718a6fd8
SE
6287else
6288 if test -n "$OBJDUMP"; then
6289 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6290else
6291as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6292for as_dir in $PATH
6293do
6294 IFS=$as_save_IFS
6295 test -z "$as_dir" && as_dir=.
81ecdfbb 6296 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6297 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6298 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
81ecdfbb 6299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6300 break 2
6301 fi
6302done
81ecdfbb
RW
6303 done
6304IFS=$as_save_IFS
718a6fd8
SE
6305
6306fi
6307fi
6308OBJDUMP=$ac_cv_prog_OBJDUMP
6309if test -n "$OBJDUMP"; then
81ecdfbb
RW
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6311$as_echo "$OBJDUMP" >&6; }
718a6fd8 6312else
81ecdfbb
RW
6313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6314$as_echo "no" >&6; }
718a6fd8
SE
6315fi
6316
81ecdfbb 6317
718a6fd8
SE
6318fi
6319if test -z "$ac_cv_prog_OBJDUMP"; then
6320 ac_ct_OBJDUMP=$OBJDUMP
6321 # Extract the first word of "objdump", so it can be a program name with args.
6322set dummy objdump; ac_word=$2
81ecdfbb
RW
6323{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6324$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6325if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
81ecdfbb 6326 $as_echo_n "(cached) " >&6
718a6fd8
SE
6327else
6328 if test -n "$ac_ct_OBJDUMP"; then
6329 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6330else
6331as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6332for as_dir in $PATH
6333do
6334 IFS=$as_save_IFS
6335 test -z "$as_dir" && as_dir=.
81ecdfbb 6336 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6337 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 6338 ac_cv_prog_ac_ct_OBJDUMP="objdump"
81ecdfbb 6339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
6340 break 2
6341 fi
6342done
81ecdfbb
RW
6343 done
6344IFS=$as_save_IFS
718a6fd8 6345
718a6fd8
SE
6346fi
6347fi
6348ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6349if test -n "$ac_ct_OBJDUMP"; then
81ecdfbb
RW
6350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6351$as_echo "$ac_ct_OBJDUMP" >&6; }
718a6fd8 6352else
81ecdfbb
RW
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6354$as_echo "no" >&6; }
718a6fd8
SE
6355fi
6356
81ecdfbb
RW
6357 if test "x$ac_ct_OBJDUMP" = x; then
6358 OBJDUMP="false"
6359 else
6360 case $cross_compiling:$ac_tool_warned in
6361yes:)
6362{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6363$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6364ac_tool_warned=yes ;;
6365esac
6366 OBJDUMP=$ac_ct_OBJDUMP
6367 fi
718a6fd8
SE
6368else
6369 OBJDUMP="$ac_cv_prog_OBJDUMP"
6370fi
6371
6372test -z "$OBJDUMP" && OBJDUMP=objdump
6373
6374
6375
6376
6377
6378
6379
6380
d7040cdb 6381
81ecdfbb
RW
6382{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6383$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6384if ${lt_cv_deplibs_check_method+:} false; then :
81ecdfbb 6385 $as_echo_n "(cached) " >&6
d7040cdb
SE
6386else
6387 lt_cv_file_magic_cmd='$MAGIC_CMD'
6388lt_cv_file_magic_test_file=
6389lt_cv_deplibs_check_method='unknown'
6390# Need to set the preceding variable on all platforms that support
6391# interlibrary dependencies.
6392# 'none' -- dependencies not supported.
6393# `unknown' -- same as none, but documents that we really don't know.
6394# 'pass_all' -- all dependencies passed with no checks.
6395# 'test_compile' -- check by making test program.
6396# 'file_magic [[regex]]' -- check by looking for files in library path
6397# which responds to the $file_magic_cmd with a given extended regex.
6398# If you have `file' or equivalent on your system and you're not sure
6399# whether `pass_all' will *always* work, you probably want this one.
6400
6401case $host_os in
50e7d84b 6402aix[4-9]*)
d7040cdb
SE
6403 lt_cv_deplibs_check_method=pass_all
6404 ;;
6405
6406beos*)
6407 lt_cv_deplibs_check_method=pass_all
6408 ;;
6409
6410bsdi[45]*)
6411 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6412 lt_cv_file_magic_cmd='/usr/bin/file -L'
6413 lt_cv_file_magic_test_file=/shlib/libc.so
6414 ;;
6415
6416cygwin*)
6417 # func_win32_libid is a shell function defined in ltmain.sh
6418 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6419 lt_cv_file_magic_cmd='func_win32_libid'
6420 ;;
6421
6422mingw* | pw32*)
6423 # Base MSYS/MinGW do not provide the 'file' command needed by
6424 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6425 # unless we find 'file', for example because we are cross-compiling.
3725885a
RW
6426 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6427 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7040cdb
SE
6428 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6429 lt_cv_file_magic_cmd='func_win32_libid'
6430 else
f2c621e4 6431 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
d7040cdb
SE
6432 lt_cv_file_magic_cmd='$OBJDUMP -f'
6433 fi
6434 ;;
6435
3725885a 6436cegcc*)
718a6fd8
SE
6437 # use the weaker test based on 'objdump'. See mingw*.
6438 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6439 lt_cv_file_magic_cmd='$OBJDUMP -f'
6440 ;;
6441
d7040cdb
SE
6442darwin* | rhapsody*)
6443 lt_cv_deplibs_check_method=pass_all
d45dc31f 6444 ;;
d7040cdb
SE
6445
6446freebsd* | dragonfly*)
6447 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6448 case $host_cpu in
6449 i*86 )
6450 # Not sure whether the presence of OpenBSD here was a mistake.
6451 # Let's accept both of them until this is cleared up.
6452 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6453 lt_cv_file_magic_cmd=/usr/bin/file
6454 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6455 ;;
6456 esac
6457 else
6458 lt_cv_deplibs_check_method=pass_all
6459 fi
6460 ;;
6461
6462gnu*)
6463 lt_cv_deplibs_check_method=pass_all
d45dc31f 6464 ;;
d7040cdb 6465
3725885a
RW
6466haiku*)
6467 lt_cv_deplibs_check_method=pass_all
6468 ;;
6469
d7040cdb
SE
6470hpux10.20* | hpux11*)
6471 lt_cv_file_magic_cmd=/usr/bin/file
6472 case $host_cpu in
6473 ia64*)
6474 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6475 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6476 ;;
6477 hppa*64*)
3725885a 6478 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
6479 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6480 ;;
d45dc31f 6481 *)
3725885a 6482 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7040cdb
SE
6483 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6484 ;;
6485 esac
6486 ;;
42ecbf5e 6487
d7040cdb
SE
6488interix[3-9]*)
6489 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6490 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6491 ;;
42ecbf5e 6492
d7040cdb
SE
6493irix5* | irix6* | nonstopux*)
6494 case $LD in
6495 *-32|*"-32 ") libmagic=32-bit;;
6496 *-n32|*"-n32 ") libmagic=N32;;
6497 *-64|*"-64 ") libmagic=64-bit;;
6498 *) libmagic=never-match;;
6499 esac
6500 lt_cv_deplibs_check_method=pass_all
d45dc31f 6501 ;;
42ecbf5e 6502
d7040cdb 6503# This must be Linux ELF.
58e24671 6504linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
6505 lt_cv_deplibs_check_method=pass_all
6506 ;;
252b5132 6507
d7040cdb
SE
6508netbsd*)
6509 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6510 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f 6511 else
d7040cdb 6512 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
d45dc31f 6513 fi
d7040cdb
SE
6514 ;;
6515
6516newos6*)
6517 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6518 lt_cv_file_magic_cmd=/usr/bin/file
6519 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6520 ;;
6521
6522*nto* | *qnx*)
6523 lt_cv_deplibs_check_method=pass_all
6524 ;;
42ecbf5e 6525
d7040cdb
SE
6526openbsd*)
6527 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6528 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6529 else
6530 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
d45dc31f
SE
6531 fi
6532 ;;
d7040cdb
SE
6533
6534osf3* | osf4* | osf5*)
6535 lt_cv_deplibs_check_method=pass_all
6536 ;;
6537
6538rdos*)
6539 lt_cv_deplibs_check_method=pass_all
6540 ;;
6541
6542solaris*)
6543 lt_cv_deplibs_check_method=pass_all
6544 ;;
6545
6546sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6547 lt_cv_deplibs_check_method=pass_all
6548 ;;
6549
6550sysv4 | sysv4.3*)
6551 case $host_vendor in
6552 motorola)
6553 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]'
6554 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6555 ;;
6556 ncr)
6557 lt_cv_deplibs_check_method=pass_all
6558 ;;
6559 sequent)
6560 lt_cv_file_magic_cmd='/bin/file'
6561 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6562 ;;
6563 sni)
6564 lt_cv_file_magic_cmd='/bin/file'
6565 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6566 lt_cv_file_magic_test_file=/lib/libc.so
6567 ;;
6568 siemens)
6569 lt_cv_deplibs_check_method=pass_all
6570 ;;
6571 pc)
6572 lt_cv_deplibs_check_method=pass_all
6573 ;;
6574 esac
6575 ;;
6576
6577tpf*)
6578 lt_cv_deplibs_check_method=pass_all
6579 ;;
d45dc31f 6580esac
42ecbf5e 6581
d7040cdb 6582fi
81ecdfbb
RW
6583{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6584$as_echo "$lt_cv_deplibs_check_method" >&6; }
d7040cdb
SE
6585file_magic_cmd=$lt_cv_file_magic_cmd
6586deplibs_check_method=$lt_cv_deplibs_check_method
6587test -z "$deplibs_check_method" && deplibs_check_method=unknown
6588
6589
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599
d45dc31f 6600if test -n "$ac_tool_prefix"; then
f2c621e4
AS
6601 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6602set dummy ${ac_tool_prefix}ar; ac_word=$2
81ecdfbb
RW
6603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6604$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6605if ${ac_cv_prog_AR+:} false; then :
81ecdfbb 6606 $as_echo_n "(cached) " >&6
42ecbf5e 6607else
d7040cdb
SE
6608 if test -n "$AR"; then
6609 ac_cv_prog_AR="$AR" # Let the user override the test.
d45dc31f
SE
6610else
6611as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6612for as_dir in $PATH
6613do
6614 IFS=$as_save_IFS
6615 test -z "$as_dir" && as_dir=.
81ecdfbb 6616 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6617 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f2c621e4 6618 ac_cv_prog_AR="${ac_tool_prefix}ar"
81ecdfbb 6619 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6620 break 2
6621 fi
6622done
81ecdfbb
RW
6623 done
6624IFS=$as_save_IFS
42ecbf5e 6625
42ecbf5e 6626fi
d45dc31f 6627fi
d7040cdb
SE
6628AR=$ac_cv_prog_AR
6629if test -n "$AR"; then
81ecdfbb
RW
6630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6631$as_echo "$AR" >&6; }
d45dc31f 6632else
81ecdfbb
RW
6633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6634$as_echo "no" >&6; }
d45dc31f 6635fi
42ecbf5e 6636
81ecdfbb 6637
42ecbf5e 6638fi
f2c621e4 6639if test -z "$ac_cv_prog_AR"; then
d7040cdb 6640 ac_ct_AR=$AR
f2c621e4
AS
6641 # Extract the first word of "ar", so it can be a program name with args.
6642set dummy ar; ac_word=$2
81ecdfbb
RW
6643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6644$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6645if ${ac_cv_prog_ac_ct_AR+:} false; then :
81ecdfbb 6646 $as_echo_n "(cached) " >&6
42ecbf5e 6647else
d7040cdb
SE
6648 if test -n "$ac_ct_AR"; then
6649 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
42ecbf5e 6650else
d45dc31f
SE
6651as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6652for as_dir in $PATH
6653do
6654 IFS=$as_save_IFS
6655 test -z "$as_dir" && as_dir=.
81ecdfbb 6656 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6657 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
f2c621e4 6658 ac_cv_prog_ac_ct_AR="ar"
81ecdfbb 6659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6660 break 2
6661 fi
6662done
81ecdfbb
RW
6663 done
6664IFS=$as_save_IFS
42ecbf5e 6665
42ecbf5e 6666fi
42ecbf5e 6667fi
d7040cdb
SE
6668ac_ct_AR=$ac_cv_prog_ac_ct_AR
6669if test -n "$ac_ct_AR"; then
81ecdfbb
RW
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6671$as_echo "$ac_ct_AR" >&6; }
252b5132 6672else
81ecdfbb
RW
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6674$as_echo "no" >&6; }
252b5132 6675fi
252b5132 6676
81ecdfbb
RW
6677 if test "x$ac_ct_AR" = x; then
6678 AR="false"
6679 else
6680 case $cross_compiling:$ac_tool_warned in
6681yes:)
6682{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6683$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6684ac_tool_warned=yes ;;
6685esac
6686 AR=$ac_ct_AR
6687 fi
df7b86aa 6688else
f2c621e4
AS
6689 AR="$ac_cv_prog_AR"
6690fi
df7b86aa 6691
f2c621e4
AS
6692test -z "$AR" && AR=ar
6693test -z "$AR_FLAGS" && AR_FLAGS=cru
df7b86aa 6694
df7b86aa 6695
df7b86aa 6696
df7b86aa 6697
df7b86aa 6698
d7040cdb
SE
6699
6700
6701
6702
6703
6704
d45dc31f
SE
6705if test -n "$ac_tool_prefix"; then
6706 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6707set dummy ${ac_tool_prefix}strip; ac_word=$2
81ecdfbb
RW
6708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6709$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6710if ${ac_cv_prog_STRIP+:} false; then :
81ecdfbb 6711 $as_echo_n "(cached) " >&6
d45dc31f
SE
6712else
6713 if test -n "$STRIP"; then
6714 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6715else
6716as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6717for as_dir in $PATH
42ecbf5e 6718do
d45dc31f
SE
6719 IFS=$as_save_IFS
6720 test -z "$as_dir" && as_dir=.
81ecdfbb 6721 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6722 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 6723 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
81ecdfbb 6724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6725 break 2
6726 fi
6727done
81ecdfbb
RW
6728 done
6729IFS=$as_save_IFS
d45dc31f
SE
6730
6731fi
6732fi
6733STRIP=$ac_cv_prog_STRIP
6734if test -n "$STRIP"; then
81ecdfbb
RW
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6736$as_echo "$STRIP" >&6; }
252b5132 6737else
81ecdfbb
RW
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6739$as_echo "no" >&6; }
d45dc31f 6740fi
42ecbf5e 6741
81ecdfbb 6742
252b5132 6743fi
d45dc31f
SE
6744if test -z "$ac_cv_prog_STRIP"; then
6745 ac_ct_STRIP=$STRIP
6746 # Extract the first word of "strip", so it can be a program name with args.
6747set dummy strip; ac_word=$2
81ecdfbb
RW
6748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6749$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6750if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
81ecdfbb 6751 $as_echo_n "(cached) " >&6
d45dc31f
SE
6752else
6753 if test -n "$ac_ct_STRIP"; then
6754 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6755else
6756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6757for as_dir in $PATH
6758do
6759 IFS=$as_save_IFS
6760 test -z "$as_dir" && as_dir=.
81ecdfbb 6761 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6762 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d45dc31f 6763 ac_cv_prog_ac_ct_STRIP="strip"
81ecdfbb 6764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d45dc31f
SE
6765 break 2
6766 fi
6767done
81ecdfbb
RW
6768 done
6769IFS=$as_save_IFS
42ecbf5e 6770
d45dc31f
SE
6771fi
6772fi
6773ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6774if test -n "$ac_ct_STRIP"; then
81ecdfbb
RW
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6776$as_echo "$ac_ct_STRIP" >&6; }
d45dc31f 6777else
81ecdfbb
RW
6778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6779$as_echo "no" >&6; }
252b5132 6780fi
e5a52504 6781
81ecdfbb
RW
6782 if test "x$ac_ct_STRIP" = x; then
6783 STRIP=":"
6784 else
6785 case $cross_compiling:$ac_tool_warned in
6786yes:)
6787{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6788$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6789ac_tool_warned=yes ;;
6790esac
6791 STRIP=$ac_ct_STRIP
6792 fi
d45dc31f
SE
6793else
6794 STRIP="$ac_cv_prog_STRIP"
6795fi
e5a52504 6796
d7040cdb 6797test -z "$STRIP" && STRIP=:
d45dc31f 6798
d45dc31f
SE
6799
6800
d45dc31f 6801
d45dc31f
SE
6802
6803
d7040cdb
SE
6804if test -n "$ac_tool_prefix"; then
6805 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6806set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
6807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6808$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6809if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 6810 $as_echo_n "(cached) " >&6
d45dc31f 6811else
d7040cdb
SE
6812 if test -n "$RANLIB"; then
6813 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6814else
6815as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6816for as_dir in $PATH
6817do
6818 IFS=$as_save_IFS
6819 test -z "$as_dir" && as_dir=.
81ecdfbb 6820 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6821 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6822 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 6823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6824 break 2
d45dc31f 6825 fi
d7040cdb 6826done
81ecdfbb
RW
6827 done
6828IFS=$as_save_IFS
d45dc31f 6829
d7040cdb
SE
6830fi
6831fi
6832RANLIB=$ac_cv_prog_RANLIB
6833if test -n "$RANLIB"; then
81ecdfbb
RW
6834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6835$as_echo "$RANLIB" >&6; }
d7040cdb 6836else
81ecdfbb
RW
6837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6838$as_echo "no" >&6; }
d7040cdb 6839fi
d45dc31f 6840
81ecdfbb 6841
d7040cdb
SE
6842fi
6843if test -z "$ac_cv_prog_RANLIB"; then
6844 ac_ct_RANLIB=$RANLIB
6845 # Extract the first word of "ranlib", so it can be a program name with args.
6846set dummy ranlib; ac_word=$2
81ecdfbb
RW
6847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6848$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6849if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 6850 $as_echo_n "(cached) " >&6
d7040cdb
SE
6851else
6852 if test -n "$ac_ct_RANLIB"; then
6853 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6854else
6855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6856for as_dir in $PATH
6857do
6858 IFS=$as_save_IFS
6859 test -z "$as_dir" && as_dir=.
81ecdfbb 6860 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 6862 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 6863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb 6864 break 2
d45dc31f 6865 fi
d7040cdb 6866done
81ecdfbb
RW
6867 done
6868IFS=$as_save_IFS
d45dc31f 6869
d7040cdb
SE
6870fi
6871fi
6872ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6873if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6875$as_echo "$ac_ct_RANLIB" >&6; }
d15b04bd 6876else
81ecdfbb
RW
6877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6878$as_echo "no" >&6; }
d7040cdb 6879fi
252b5132 6880
81ecdfbb
RW
6881 if test "x$ac_ct_RANLIB" = x; then
6882 RANLIB=":"
6883 else
6884 case $cross_compiling:$ac_tool_warned in
6885yes:)
6886{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6887$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6888ac_tool_warned=yes ;;
6889esac
6890 RANLIB=$ac_ct_RANLIB
6891 fi
d7040cdb
SE
6892else
6893 RANLIB="$ac_cv_prog_RANLIB"
6894fi
d45dc31f 6895
d7040cdb 6896test -z "$RANLIB" && RANLIB=:
d45dc31f 6897
d45dc31f 6898
d45dc31f 6899
42ecbf5e 6900
e5a52504 6901
d7040cdb
SE
6902
6903# Determine commands to create old-style static archives.
718a6fd8 6904old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
d7040cdb
SE
6905old_postinstall_cmds='chmod 644 $oldlib'
6906old_postuninstall_cmds=
6907
6908if test -n "$RANLIB"; then
6909 case $host_os in
6910 openbsd*)
6911 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6912 ;;
6913 *)
6914 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6915 ;;
6916 esac
6917 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
d45dc31f 6918fi
d45dc31f 6919
3725885a
RW
6920case $host_os in
6921 darwin*)
6922 lock_old_archive_extraction=yes ;;
6923 *)
6924 lock_old_archive_extraction=no ;;
6925esac
6926
6927
6928
6929
6930
6931
d45dc31f 6932
d45dc31f
SE
6933
6934
d15b04bd 6935
3e321448 6936
d45dc31f 6937
d45dc31f 6938
d45dc31f
SE
6939
6940
d45dc31f 6941
d45dc31f 6942
d45dc31f
SE
6943
6944
6945
6946
6947
6948
6949
d45dc31f 6950
d45dc31f 6951
d45dc31f 6952
d45dc31f 6953
d45dc31f 6954
d45dc31f 6955
d45dc31f 6956
d45dc31f 6957
3e321448
L
6958
6959
d45dc31f
SE
6960
6961
d45dc31f
SE
6962
6963
d45dc31f 6964
d7040cdb
SE
6965# If no C compiler was specified, use CC.
6966LTCC=${LTCC-"$CC"}
42ecbf5e 6967
d7040cdb
SE
6968# If no C compiler flags were specified, use CFLAGS.
6969LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
e5a52504 6970
d7040cdb
SE
6971# Allow CC to be a program name with arguments.
6972compiler=$CC
d15b04bd 6973
d7040cdb
SE
6974
6975# Check for command to grab the raw symbol name followed by C symbol from nm.
81ecdfbb
RW
6976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6977$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 6978if ${lt_cv_sys_global_symbol_pipe+:} false; then :
81ecdfbb 6979 $as_echo_n "(cached) " >&6
d15b04bd 6980else
d7040cdb
SE
6981
6982# These are sane defaults that work on at least a few old systems.
6983# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6984
6985# Character class describing NM global symbol codes.
6986symcode='[BCDEGRST]'
6987
6988# Regexp to match symbols that can be accessed directly from C.
6989sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6990
6991# Define system-specific variables.
6992case $host_os in
6993aix*)
6994 symcode='[BCDT]'
6995 ;;
718a6fd8 6996cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
6997 symcode='[ABCDGISTW]'
6998 ;;
6999hpux*)
7000 if test "$host_cpu" = ia64; then
7001 symcode='[ABCDEGRST]'
42ecbf5e 7002 fi
d7040cdb
SE
7003 ;;
7004irix* | nonstopux*)
7005 symcode='[BCDEGRST]'
7006 ;;
7007osf*)
7008 symcode='[BCDEGQRST]'
7009 ;;
7010solaris*)
7011 symcode='[BDRT]'
7012 ;;
7013sco3.2v5*)
7014 symcode='[DT]'
7015 ;;
7016sysv4.2uw2*)
7017 symcode='[DT]'
7018 ;;
7019sysv5* | sco5v6* | unixware* | OpenUNIX*)
7020 symcode='[ABDT]'
7021 ;;
7022sysv4)
7023 symcode='[DFNSTU]'
7024 ;;
7025esac
d15b04bd 7026
d7040cdb
SE
7027# If we're using GNU nm, then use its standard symbol codes.
7028case `$NM -V 2>&1` in
7029*GNU* | *'with BFD'*)
7030 symcode='[ABCDGIRSTW]' ;;
7031esac
e5a52504 7032
d7040cdb
SE
7033# Transform an extracted symbol line into a proper C declaration.
7034# Some systems (esp. on ia64) link data and code symbols differently,
7357c5b6
AM
7035# so use this general approach.
7036lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d7040cdb 7037
7357c5b6 7038# Transform an extracted symbol line into symbol name and symbol address
f2c621e4
AS
7039lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7040lt_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 7041
7357c5b6
AM
7042# Handle CRLF in mingw tool chain
7043opt_cr=
7044case $build_os in
7045mingw*)
7046 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7047 ;;
7048esac
d7040cdb 7049
7357c5b6
AM
7050# Try without a prefix underscore, then with it.
7051for ac_symprfx in "" "_"; do
d7040cdb 7052
7357c5b6
AM
7053 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7054 symxfrm="\\1 $ac_symprfx\\2 \\2"
d7040cdb 7055
7357c5b6
AM
7056 # Write the raw and C identifiers.
7057 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7058 # Fake it for dumpbin and say T for any non-static function
7059 # and D for any global variable.
7060 # Also find C++ and __fastcall symbols from MSVC++,
7061 # which start with @ or ?.
7062 lt_cv_sys_global_symbol_pipe="$AWK '"\
7063" {last_section=section; section=\$ 3};"\
7064" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7065" \$ 0!~/External *\|/{next};"\
7066" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7067" {if(hide[section]) next};"\
7068" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7069" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7070" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7071" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7072" ' prfx=^$ac_symprfx"
7073 else
7074 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7075 fi
7076
7077 # Check to see that the pipe works correctly.
7078 pipe_works=no
7079
7080 rm -f conftest*
7081 cat > conftest.$ac_ext <<_LT_EOF
7082#ifdef __cplusplus
7083extern "C" {
7084#endif
7085char nm_test_var;
7086void nm_test_func(void);
7087void nm_test_func(void){}
7088#ifdef __cplusplus
d7040cdb 7089}
7357c5b6
AM
7090#endif
7091int main(){nm_test_var='a';nm_test_func();return(0);}
7092_LT_EOF
7093
81ecdfbb 7094 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6 7095 (eval $ac_compile) 2>&5
42ecbf5e 7096 ac_status=$?
81ecdfbb
RW
7097 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7098 test $ac_status = 0; }; then
7357c5b6
AM
7099 # Now try to grab the symbols.
7100 nlist=conftest.nm
3725885a
RW
7101 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7102 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
42ecbf5e 7103 ac_status=$?
81ecdfbb
RW
7104 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7105 test $ac_status = 0; } && test -s "$nlist"; then
7357c5b6
AM
7106 # Try sorting and uniquifying the output.
7107 if sort "$nlist" | uniq > "$nlist"T; then
7108 mv -f "$nlist"T "$nlist"
7109 else
7110 rm -f "$nlist"T
7111 fi
d7040cdb 7112
7357c5b6
AM
7113 # Make sure that we snagged all the symbols we need.
7114 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7115 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7116 cat <<_LT_EOF > conftest.$ac_ext
7117#ifdef __cplusplus
7118extern "C" {
7119#endif
e5a52504 7120
7357c5b6
AM
7121_LT_EOF
7122 # Now generate the symbol file.
7123 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7148cc28 7124
7357c5b6 7125 cat <<_LT_EOF >> conftest.$ac_ext
d7040cdb 7126
7357c5b6 7127/* The mapping between symbol names and symbols. */
f2c621e4 7128const struct {
7357c5b6
AM
7129 const char *name;
7130 void *address;
7131}
7132lt__PROGRAM__LTX_preloaded_symbols[] =
7133{
7134 { "@PROGRAM@", (void *) 0 },
7135_LT_EOF
7136 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7137 cat <<\_LT_EOF >> conftest.$ac_ext
7138 {0, (void *) 0}
7139};
d7040cdb 7140
7357c5b6
AM
7141/* This works around a problem in FreeBSD linker */
7142#ifdef FREEBSD_WORKAROUND
7143static const void *lt_preloaded_setup() {
7144 return lt__PROGRAM__LTX_preloaded_symbols;
7145}
d7040cdb
SE
7146#endif
7147
7357c5b6 7148#ifdef __cplusplus
d7040cdb 7149}
7357c5b6
AM
7150#endif
7151_LT_EOF
7152 # Now try linking the two files.
7153 mv conftest.$ac_objext conftstm.$ac_objext
f2c621e4
AS
7154 lt_save_LIBS="$LIBS"
7155 lt_save_CFLAGS="$CFLAGS"
7357c5b6
AM
7156 LIBS="conftstm.$ac_objext"
7157 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
81ecdfbb 7158 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
7159 (eval $ac_link) 2>&5
7160 ac_status=$?
81ecdfbb
RW
7161 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7162 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7357c5b6
AM
7163 pipe_works=yes
7164 fi
f2c621e4
AS
7165 LIBS="$lt_save_LIBS"
7166 CFLAGS="$lt_save_CFLAGS"
7357c5b6
AM
7167 else
7168 echo "cannot find nm_test_func in $nlist" >&5
7169 fi
7170 else
7171 echo "cannot find nm_test_var in $nlist" >&5
7172 fi
7173 else
7174 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7175 fi
7176 else
7177 echo "$progname: failed program was:" >&5
7178 cat conftest.$ac_ext >&5
7179 fi
718a6fd8 7180 rm -rf conftest* conftst*
7357c5b6
AM
7181
7182 # Do not use the global_symbol_pipe unless it works.
7183 if test "$pipe_works" = yes; then
7184 break
7185 else
7186 lt_cv_sys_global_symbol_pipe=
7187 fi
7188done
d7040cdb 7189
d7040cdb 7190fi
7357c5b6
AM
7191
7192if test -z "$lt_cv_sys_global_symbol_pipe"; then
7193 lt_cv_sys_global_symbol_to_cdecl=
d7040cdb 7194fi
7357c5b6 7195if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
81ecdfbb
RW
7196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7197$as_echo "failed" >&6; }
7357c5b6 7198else
81ecdfbb
RW
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7200$as_echo "ok" >&6; }
d7040cdb 7201fi
20e95c23 7202
20e95c23 7203
20e95c23 7204
20e95c23 7205
20e95c23 7206
20e95c23 7207
20e95c23
DJ
7208
7209
7357c5b6
AM
7210
7211
7212
718a6fd8
SE
7213
7214
7215
7216
7217
7357c5b6 7218
df7b86aa
NC
7219
7220
7221
7222
7357c5b6 7223
81ecdfbb
RW
7224# Check whether --enable-libtool-lock was given.
7225if test "${enable_libtool_lock+set}" = set; then :
7226 enableval=$enable_libtool_lock;
7227fi
7357c5b6 7228
7357c5b6
AM
7229test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7230
7231# Some flags need to be propagated to the compiler or linker for good
7232# libtool support.
7233case $host in
7234ia64-*-hpux*)
7235 # Find out which ABI we are using.
7236 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7237 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7238 (eval $ac_compile) 2>&5
7239 ac_status=$?
81ecdfbb
RW
7240 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7241 test $ac_status = 0; }; then
7357c5b6
AM
7242 case `/usr/bin/file conftest.$ac_objext` in
7243 *ELF-32*)
7244 HPUX_IA64_MODE="32"
7245 ;;
7246 *ELF-64*)
7247 HPUX_IA64_MODE="64"
7248 ;;
7249 esac
7250 fi
7251 rm -rf conftest*
7252 ;;
7253*-*-irix6*)
7254 # Find out which ABI we are using.
3725885a 7255 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
81ecdfbb 7256 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7257 (eval $ac_compile) 2>&5
7258 ac_status=$?
81ecdfbb
RW
7259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7260 test $ac_status = 0; }; then
7357c5b6
AM
7261 if test "$lt_cv_prog_gnu_ld" = yes; then
7262 case `/usr/bin/file conftest.$ac_objext` in
7263 *32-bit*)
7264 LD="${LD-ld} -melf32bsmip"
7265 ;;
7266 *N32*)
7267 LD="${LD-ld} -melf32bmipn32"
7268 ;;
7269 *64-bit*)
7270 LD="${LD-ld} -melf64bmip"
7271 ;;
7272 esac
7273 else
7274 case `/usr/bin/file conftest.$ac_objext` in
7275 *32-bit*)
7276 LD="${LD-ld} -32"
7277 ;;
7278 *N32*)
7279 LD="${LD-ld} -n32"
7280 ;;
7281 *64-bit*)
7282 LD="${LD-ld} -64"
7283 ;;
7284 esac
7285 fi
7286 fi
7287 rm -rf conftest*
7288 ;;
7289
cc9afea3 7290x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7357c5b6
AM
7291s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7292 # Find out which ABI we are using.
7293 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7294 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7357c5b6
AM
7295 (eval $ac_compile) 2>&5
7296 ac_status=$?
81ecdfbb
RW
7297 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7298 test $ac_status = 0; }; then
7357c5b6
AM
7299 case `/usr/bin/file conftest.o` in
7300 *32-bit*)
7301 case $host in
7302 x86_64-*kfreebsd*-gnu)
7303 LD="${LD-ld} -m elf_i386_fbsd"
7304 ;;
7305 x86_64-*linux*)
6d2920c8
L
7306 case `/usr/bin/file conftest.o` in
7307 *x86-64*)
7308 LD="${LD-ld} -m elf32_x86_64"
7309 ;;
7310 *)
7311 LD="${LD-ld} -m elf_i386"
7312 ;;
7313 esac
7357c5b6 7314 ;;
cc9afea3
AM
7315 powerpc64le-*linux*)
7316 LD="${LD-ld} -m elf32lppclinux"
7317 ;;
7318 powerpc64-*linux*)
7357c5b6
AM
7319 LD="${LD-ld} -m elf32ppclinux"
7320 ;;
7321 s390x-*linux*)
7322 LD="${LD-ld} -m elf_s390"
7323 ;;
7324 sparc64-*linux*)
7325 LD="${LD-ld} -m elf32_sparc"
7326 ;;
7327 esac
7328 ;;
7329 *64-bit*)
7330 case $host in
7331 x86_64-*kfreebsd*-gnu)
7332 LD="${LD-ld} -m elf_x86_64_fbsd"
7333 ;;
7334 x86_64-*linux*)
7335 LD="${LD-ld} -m elf_x86_64"
7336 ;;
cc9afea3
AM
7337 powerpcle-*linux*)
7338 LD="${LD-ld} -m elf64lppc"
7339 ;;
7340 powerpc-*linux*)
7357c5b6
AM
7341 LD="${LD-ld} -m elf64ppc"
7342 ;;
7343 s390*-*linux*|s390*-*tpf*)
7344 LD="${LD-ld} -m elf64_s390"
7345 ;;
7346 sparc*-*linux*)
7347 LD="${LD-ld} -m elf64_sparc"
7348 ;;
7349 esac
7350 ;;
7351 esac
7352 fi
7353 rm -rf conftest*
7354 ;;
7355
7356*-*-sco3.2v5*)
7357 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7358 SAVE_CFLAGS="$CFLAGS"
7359 CFLAGS="$CFLAGS -belf"
81ecdfbb
RW
7360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7361$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7362if ${lt_cv_cc_needs_belf+:} false; then :
81ecdfbb 7363 $as_echo_n "(cached) " >&6
d7040cdb 7364else
7357c5b6
AM
7365 ac_ext=c
7366ac_cpp='$CPP $CPPFLAGS'
7367ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7368ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7369ac_compiler_gnu=$ac_cv_c_compiler_gnu
7370
81ecdfbb 7371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 7372/* end confdefs.h. */
20e95c23 7373
7357c5b6
AM
7374int
7375main ()
7376{
7377
7378 ;
7379 return 0;
7380}
d7040cdb 7381_ACEOF
81ecdfbb 7382if ac_fn_c_try_link "$LINENO"; then :
7357c5b6 7383 lt_cv_cc_needs_belf=yes
d15b04bd 7384else
81ecdfbb 7385 lt_cv_cc_needs_belf=no
d7040cdb 7386fi
81ecdfbb
RW
7387rm -f core conftest.err conftest.$ac_objext \
7388 conftest$ac_exeext conftest.$ac_ext
7357c5b6
AM
7389 ac_ext=c
7390ac_cpp='$CPP $CPPFLAGS'
7391ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7392ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7393ac_compiler_gnu=$ac_cv_c_compiler_gnu
20e95c23 7394
718a6fd8 7395fi
81ecdfbb
RW
7396{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7397$as_echo "$lt_cv_cc_needs_belf" >&6; }
718a6fd8
SE
7398 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7399 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7400 CFLAGS="$SAVE_CFLAGS"
7401 fi
7402 ;;
7403sparc*-*solaris*)
7404 # Find out which ABI we are using.
7405 echo 'int i;' > conftest.$ac_ext
81ecdfbb 7406 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
718a6fd8
SE
7407 (eval $ac_compile) 2>&5
7408 ac_status=$?
81ecdfbb
RW
7409 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7410 test $ac_status = 0; }; then
718a6fd8
SE
7411 case `/usr/bin/file conftest.o` in
7412 *64-bit*)
7413 case $lt_cv_prog_gnu_ld in
7414 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7415 *)
7416 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7417 LD="${LD-ld} -64"
7418 fi
7419 ;;
7420 esac
7421 ;;
7422 esac
7423 fi
df7b86aa
NC
7424 rm -rf conftest*
7425 ;;
7426esac
7427
7428need_locks="$enable_libtool_lock"
7429
718a6fd8
SE
7430
7431 case $host_os in
7432 rhapsody* | darwin*)
7433 if test -n "$ac_tool_prefix"; then
7434 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7435set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
81ecdfbb
RW
7436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7437$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7438if ${ac_cv_prog_DSYMUTIL+:} false; then :
81ecdfbb 7439 $as_echo_n "(cached) " >&6
718a6fd8
SE
7440else
7441 if test -n "$DSYMUTIL"; then
7442 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7443else
7444as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7445for as_dir in $PATH
7446do
7447 IFS=$as_save_IFS
7448 test -z "$as_dir" && as_dir=.
81ecdfbb 7449 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7450 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7451 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
81ecdfbb 7452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7453 break 2
7454 fi
7455done
81ecdfbb
RW
7456 done
7457IFS=$as_save_IFS
718a6fd8
SE
7458
7459fi
7460fi
7461DSYMUTIL=$ac_cv_prog_DSYMUTIL
7462if test -n "$DSYMUTIL"; then
81ecdfbb
RW
7463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7464$as_echo "$DSYMUTIL" >&6; }
718a6fd8 7465else
81ecdfbb
RW
7466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7467$as_echo "no" >&6; }
718a6fd8
SE
7468fi
7469
81ecdfbb 7470
718a6fd8
SE
7471fi
7472if test -z "$ac_cv_prog_DSYMUTIL"; then
7473 ac_ct_DSYMUTIL=$DSYMUTIL
7474 # Extract the first word of "dsymutil", so it can be a program name with args.
7475set dummy dsymutil; ac_word=$2
81ecdfbb
RW
7476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7477$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7478if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
81ecdfbb 7479 $as_echo_n "(cached) " >&6
718a6fd8
SE
7480else
7481 if test -n "$ac_ct_DSYMUTIL"; then
7482 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7483else
7484as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7485for as_dir in $PATH
7486do
7487 IFS=$as_save_IFS
7488 test -z "$as_dir" && as_dir=.
81ecdfbb 7489 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7490 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7491 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
81ecdfbb 7492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7493 break 2
7494 fi
7495done
81ecdfbb
RW
7496 done
7497IFS=$as_save_IFS
718a6fd8 7498
718a6fd8
SE
7499fi
7500fi
7501ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7502if test -n "$ac_ct_DSYMUTIL"; then
81ecdfbb
RW
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7504$as_echo "$ac_ct_DSYMUTIL" >&6; }
718a6fd8 7505else
81ecdfbb
RW
7506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7507$as_echo "no" >&6; }
718a6fd8
SE
7508fi
7509
81ecdfbb
RW
7510 if test "x$ac_ct_DSYMUTIL" = x; then
7511 DSYMUTIL=":"
7512 else
7513 case $cross_compiling:$ac_tool_warned in
7514yes:)
7515{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7516$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7517ac_tool_warned=yes ;;
7518esac
7519 DSYMUTIL=$ac_ct_DSYMUTIL
7520 fi
718a6fd8
SE
7521else
7522 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7523fi
7524
7525 if test -n "$ac_tool_prefix"; then
7526 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7527set dummy ${ac_tool_prefix}nmedit; ac_word=$2
81ecdfbb
RW
7528{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7529$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7530if ${ac_cv_prog_NMEDIT+:} false; then :
81ecdfbb 7531 $as_echo_n "(cached) " >&6
718a6fd8
SE
7532else
7533 if test -n "$NMEDIT"; then
7534 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7535else
7536as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7537for as_dir in $PATH
7538do
7539 IFS=$as_save_IFS
7540 test -z "$as_dir" && as_dir=.
81ecdfbb 7541 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7542 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7543 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
81ecdfbb 7544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7545 break 2
7546 fi
7547done
81ecdfbb
RW
7548 done
7549IFS=$as_save_IFS
718a6fd8
SE
7550
7551fi
7552fi
7553NMEDIT=$ac_cv_prog_NMEDIT
7554if test -n "$NMEDIT"; then
81ecdfbb
RW
7555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7556$as_echo "$NMEDIT" >&6; }
718a6fd8 7557else
81ecdfbb
RW
7558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7559$as_echo "no" >&6; }
718a6fd8
SE
7560fi
7561
81ecdfbb 7562
718a6fd8
SE
7563fi
7564if test -z "$ac_cv_prog_NMEDIT"; then
7565 ac_ct_NMEDIT=$NMEDIT
7566 # Extract the first word of "nmedit", so it can be a program name with args.
7567set dummy nmedit; ac_word=$2
81ecdfbb
RW
7568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7569$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7570if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
81ecdfbb 7571 $as_echo_n "(cached) " >&6
718a6fd8
SE
7572else
7573 if test -n "$ac_ct_NMEDIT"; then
7574 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7575else
7576as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7577for as_dir in $PATH
7578do
7579 IFS=$as_save_IFS
7580 test -z "$as_dir" && as_dir=.
81ecdfbb 7581 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7582 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7583 ac_cv_prog_ac_ct_NMEDIT="nmedit"
81ecdfbb 7584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7585 break 2
7586 fi
7587done
81ecdfbb
RW
7588 done
7589IFS=$as_save_IFS
718a6fd8 7590
718a6fd8
SE
7591fi
7592fi
7593ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7594if test -n "$ac_ct_NMEDIT"; then
81ecdfbb
RW
7595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7596$as_echo "$ac_ct_NMEDIT" >&6; }
718a6fd8 7597else
81ecdfbb
RW
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7599$as_echo "no" >&6; }
718a6fd8
SE
7600fi
7601
81ecdfbb
RW
7602 if test "x$ac_ct_NMEDIT" = x; then
7603 NMEDIT=":"
7604 else
7605 case $cross_compiling:$ac_tool_warned in
7606yes:)
7607{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7608$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7609ac_tool_warned=yes ;;
7610esac
7611 NMEDIT=$ac_ct_NMEDIT
7612 fi
718a6fd8
SE
7613else
7614 NMEDIT="$ac_cv_prog_NMEDIT"
7615fi
7616
7617 if test -n "$ac_tool_prefix"; then
7618 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7619set dummy ${ac_tool_prefix}lipo; ac_word=$2
81ecdfbb
RW
7620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7621$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7622if ${ac_cv_prog_LIPO+:} false; then :
81ecdfbb 7623 $as_echo_n "(cached) " >&6
718a6fd8
SE
7624else
7625 if test -n "$LIPO"; then
7626 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7627else
7628as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7629for as_dir in $PATH
7630do
7631 IFS=$as_save_IFS
7632 test -z "$as_dir" && as_dir=.
81ecdfbb 7633 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7634 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7635 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
81ecdfbb 7636 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7637 break 2
7638 fi
7639done
81ecdfbb
RW
7640 done
7641IFS=$as_save_IFS
718a6fd8
SE
7642
7643fi
7644fi
7645LIPO=$ac_cv_prog_LIPO
7646if test -n "$LIPO"; then
81ecdfbb
RW
7647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7648$as_echo "$LIPO" >&6; }
718a6fd8 7649else
81ecdfbb
RW
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7651$as_echo "no" >&6; }
718a6fd8
SE
7652fi
7653
81ecdfbb 7654
718a6fd8
SE
7655fi
7656if test -z "$ac_cv_prog_LIPO"; then
7657 ac_ct_LIPO=$LIPO
7658 # Extract the first word of "lipo", so it can be a program name with args.
7659set dummy lipo; ac_word=$2
81ecdfbb
RW
7660{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7661$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7662if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
81ecdfbb 7663 $as_echo_n "(cached) " >&6
718a6fd8
SE
7664else
7665 if test -n "$ac_ct_LIPO"; then
7666 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7667else
7668as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7669for as_dir in $PATH
7670do
7671 IFS=$as_save_IFS
7672 test -z "$as_dir" && as_dir=.
81ecdfbb 7673 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7674 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7675 ac_cv_prog_ac_ct_LIPO="lipo"
81ecdfbb 7676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7677 break 2
7678 fi
7679done
81ecdfbb
RW
7680 done
7681IFS=$as_save_IFS
718a6fd8 7682
718a6fd8
SE
7683fi
7684fi
7685ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7686if test -n "$ac_ct_LIPO"; then
81ecdfbb
RW
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7688$as_echo "$ac_ct_LIPO" >&6; }
718a6fd8 7689else
81ecdfbb
RW
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7691$as_echo "no" >&6; }
718a6fd8
SE
7692fi
7693
81ecdfbb
RW
7694 if test "x$ac_ct_LIPO" = x; then
7695 LIPO=":"
7696 else
7697 case $cross_compiling:$ac_tool_warned in
7698yes:)
7699{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7700$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7701ac_tool_warned=yes ;;
7702esac
7703 LIPO=$ac_ct_LIPO
7704 fi
718a6fd8
SE
7705else
7706 LIPO="$ac_cv_prog_LIPO"
7707fi
7708
7709 if test -n "$ac_tool_prefix"; then
7710 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7711set dummy ${ac_tool_prefix}otool; ac_word=$2
81ecdfbb
RW
7712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7713$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7714if ${ac_cv_prog_OTOOL+:} false; then :
81ecdfbb 7715 $as_echo_n "(cached) " >&6
718a6fd8
SE
7716else
7717 if test -n "$OTOOL"; then
7718 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7719else
7720as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7721for as_dir in $PATH
7722do
7723 IFS=$as_save_IFS
7724 test -z "$as_dir" && as_dir=.
81ecdfbb 7725 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7726 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7727 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
81ecdfbb 7728 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7729 break 2
7730 fi
7731done
81ecdfbb
RW
7732 done
7733IFS=$as_save_IFS
718a6fd8
SE
7734
7735fi
7736fi
7737OTOOL=$ac_cv_prog_OTOOL
7738if test -n "$OTOOL"; then
81ecdfbb
RW
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7740$as_echo "$OTOOL" >&6; }
718a6fd8 7741else
81ecdfbb
RW
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7743$as_echo "no" >&6; }
718a6fd8
SE
7744fi
7745
81ecdfbb 7746
718a6fd8
SE
7747fi
7748if test -z "$ac_cv_prog_OTOOL"; then
7749 ac_ct_OTOOL=$OTOOL
7750 # Extract the first word of "otool", so it can be a program name with args.
7751set dummy otool; ac_word=$2
81ecdfbb
RW
7752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7753$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7754if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
81ecdfbb 7755 $as_echo_n "(cached) " >&6
718a6fd8
SE
7756else
7757 if test -n "$ac_ct_OTOOL"; then
7758 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7759else
7760as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7761for as_dir in $PATH
7762do
7763 IFS=$as_save_IFS
7764 test -z "$as_dir" && as_dir=.
81ecdfbb 7765 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7766 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7767 ac_cv_prog_ac_ct_OTOOL="otool"
81ecdfbb 7768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7769 break 2
7770 fi
7771done
81ecdfbb
RW
7772 done
7773IFS=$as_save_IFS
718a6fd8 7774
718a6fd8
SE
7775fi
7776fi
7777ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7778if test -n "$ac_ct_OTOOL"; then
81ecdfbb
RW
7779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7780$as_echo "$ac_ct_OTOOL" >&6; }
718a6fd8 7781else
81ecdfbb
RW
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7783$as_echo "no" >&6; }
718a6fd8
SE
7784fi
7785
81ecdfbb
RW
7786 if test "x$ac_ct_OTOOL" = x; then
7787 OTOOL=":"
7788 else
7789 case $cross_compiling:$ac_tool_warned in
7790yes:)
7791{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7792$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7793ac_tool_warned=yes ;;
7794esac
7795 OTOOL=$ac_ct_OTOOL
7796 fi
718a6fd8
SE
7797else
7798 OTOOL="$ac_cv_prog_OTOOL"
7799fi
7800
7801 if test -n "$ac_tool_prefix"; then
7802 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7803set dummy ${ac_tool_prefix}otool64; ac_word=$2
81ecdfbb
RW
7804{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7805$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7806if ${ac_cv_prog_OTOOL64+:} false; then :
81ecdfbb 7807 $as_echo_n "(cached) " >&6
718a6fd8
SE
7808else
7809 if test -n "$OTOOL64"; then
7810 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7811else
7812as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7813for as_dir in $PATH
7814do
7815 IFS=$as_save_IFS
7816 test -z "$as_dir" && as_dir=.
81ecdfbb 7817 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7818 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7819 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
81ecdfbb 7820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7821 break 2
7822 fi
7823done
81ecdfbb
RW
7824 done
7825IFS=$as_save_IFS
718a6fd8
SE
7826
7827fi
7828fi
7829OTOOL64=$ac_cv_prog_OTOOL64
7830if test -n "$OTOOL64"; then
81ecdfbb
RW
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7832$as_echo "$OTOOL64" >&6; }
718a6fd8 7833else
81ecdfbb
RW
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7835$as_echo "no" >&6; }
718a6fd8
SE
7836fi
7837
81ecdfbb 7838
718a6fd8
SE
7839fi
7840if test -z "$ac_cv_prog_OTOOL64"; then
7841 ac_ct_OTOOL64=$OTOOL64
7842 # Extract the first word of "otool64", so it can be a program name with args.
7843set dummy otool64; ac_word=$2
81ecdfbb
RW
7844{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7845$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7846if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
81ecdfbb 7847 $as_echo_n "(cached) " >&6
718a6fd8
SE
7848else
7849 if test -n "$ac_ct_OTOOL64"; then
7850 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7851else
7852as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7853for as_dir in $PATH
7854do
7855 IFS=$as_save_IFS
7856 test -z "$as_dir" && as_dir=.
81ecdfbb 7857 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7858 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
718a6fd8 7859 ac_cv_prog_ac_ct_OTOOL64="otool64"
81ecdfbb 7860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
718a6fd8
SE
7861 break 2
7862 fi
7863done
81ecdfbb
RW
7864 done
7865IFS=$as_save_IFS
718a6fd8 7866
718a6fd8
SE
7867fi
7868fi
7869ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7870if test -n "$ac_ct_OTOOL64"; then
81ecdfbb
RW
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7872$as_echo "$ac_ct_OTOOL64" >&6; }
718a6fd8 7873else
81ecdfbb
RW
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7875$as_echo "no" >&6; }
718a6fd8
SE
7876fi
7877
81ecdfbb
RW
7878 if test "x$ac_ct_OTOOL64" = x; then
7879 OTOOL64=":"
7880 else
7881 case $cross_compiling:$ac_tool_warned in
7882yes:)
7883{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7884$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7885ac_tool_warned=yes ;;
7886esac
7887 OTOOL64=$ac_ct_OTOOL64
7888 fi
718a6fd8
SE
7889else
7890 OTOOL64="$ac_cv_prog_OTOOL64"
7891fi
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
81ecdfbb
RW
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7920$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 7921if ${lt_cv_apple_cc_single_mod+:} false; then :
81ecdfbb 7922 $as_echo_n "(cached) " >&6
718a6fd8
SE
7923else
7924 lt_cv_apple_cc_single_mod=no
7925 if test -z "${LT_MULTI_MODULE}"; then
7926 # By default we will add the -single_module flag. You can override
7927 # by either setting the environment variable LT_MULTI_MODULE
7928 # non-empty at configure time, or by adding -multi_module to the
7929 # link flags.
7930 rm -rf libconftest.dylib*
7931 echo "int foo(void){return 1;}" > conftest.c
7932 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7933-dynamiclib -Wl,-single_module conftest.c" >&5
7934 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7935 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7936 _lt_result=$?
7937 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7938 lt_cv_apple_cc_single_mod=yes
7939 else
7940 cat conftest.err >&5
7941 fi
7942 rm -rf libconftest.dylib*
7943 rm -f conftest.*
7944 fi
7945fi
81ecdfbb
RW
7946{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7947$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7949$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 7950if ${lt_cv_ld_exported_symbols_list+:} false; then :
81ecdfbb 7951 $as_echo_n "(cached) " >&6
718a6fd8
SE
7952else
7953 lt_cv_ld_exported_symbols_list=no
7954 save_LDFLAGS=$LDFLAGS
7955 echo "_main" > conftest.sym
7956 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
81ecdfbb 7957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
718a6fd8
SE
7958/* end confdefs.h. */
7959
7960int
7961main ()
7962{
7963
7964 ;
7965 return 0;
7966}
7967_ACEOF
81ecdfbb 7968if ac_fn_c_try_link "$LINENO"; then :
718a6fd8
SE
7969 lt_cv_ld_exported_symbols_list=yes
7970else
81ecdfbb 7971 lt_cv_ld_exported_symbols_list=no
718a6fd8 7972fi
81ecdfbb
RW
7973rm -f core conftest.err conftest.$ac_objext \
7974 conftest$ac_exeext conftest.$ac_ext
718a6fd8
SE
7975 LDFLAGS="$save_LDFLAGS"
7976
7977fi
81ecdfbb
RW
7978{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7979$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
3725885a
RW
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7981$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 7982if ${lt_cv_ld_force_load+:} false; then :
3725885a
RW
7983 $as_echo_n "(cached) " >&6
7984else
7985 lt_cv_ld_force_load=no
7986 cat > conftest.c << _LT_EOF
7987int forced_loaded() { return 2;}
7988_LT_EOF
7989 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7990 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7991 echo "$AR cru libconftest.a conftest.o" >&5
7992 $AR cru libconftest.a conftest.o 2>&5
7993 cat > conftest.c << _LT_EOF
7994int main() { return 0;}
7995_LT_EOF
7996 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7997 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7998 _lt_result=$?
7999 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8000 lt_cv_ld_force_load=yes
8001 else
8002 cat conftest.err >&5
8003 fi
8004 rm -f conftest.err libconftest.a conftest conftest.c
8005 rm -rf conftest.dSYM
8006
8007fi
8008{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8009$as_echo "$lt_cv_ld_force_load" >&6; }
718a6fd8
SE
8010 case $host_os in
8011 rhapsody* | darwin1.[012])
8012 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8013 darwin1.*)
8014 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8015 darwin*) # darwin 5.x on
8016 # if running on 10.5 or later, the deployment target defaults
8017 # to the OS version, if on x86, and 10.4, the deployment
8018 # target defaults to 10.4. Don't you love it?
8019 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8020 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8021 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6e733cce 8022 10.[012][,.]*)
718a6fd8
SE
8023 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8024 10.*)
8025 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8026 esac
8027 ;;
8028 esac
8029 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8030 _lt_dar_single_mod='$single_module'
8031 fi
8032 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8033 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8034 else
8035 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8036 fi
3725885a 8037 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
718a6fd8
SE
8038 _lt_dsymutil='~$DSYMUTIL $lib || :'
8039 else
8040 _lt_dsymutil=
8041 fi
8042 ;;
8043 esac
8044
718a6fd8 8045for ac_header in dlfcn.h
81ecdfbb
RW
8046do :
8047 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8048"
d0ac1c44 8049if test "x$ac_cv_header_dlfcn_h" = xyes; then :
718a6fd8 8050 cat >>confdefs.h <<_ACEOF
81ecdfbb 8051#define HAVE_DLFCN_H 1
718a6fd8
SE
8052_ACEOF
8053
8054fi
8055
8056done
8057
8058
8059
3725885a
RW
8060
8061
718a6fd8
SE
8062# Set options
8063
8064
8065
8066 enable_dlopen=no
8067
8068
8069 enable_win32_dll=no
8070
8071
81ecdfbb
RW
8072 # Check whether --enable-shared was given.
8073if test "${enable_shared+set}" = set; then :
8074 enableval=$enable_shared; p=${PACKAGE-default}
718a6fd8
SE
8075 case $enableval in
8076 yes) enable_shared=yes ;;
8077 no) enable_shared=no ;;
8078 *)
8079 enable_shared=no
8080 # Look at the argument we got. We use all the common list separators.
8081 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8082 for pkg in $enableval; do
8083 IFS="$lt_save_ifs"
8084 if test "X$pkg" = "X$p"; then
8085 enable_shared=yes
8086 fi
8087 done
8088 IFS="$lt_save_ifs"
8089 ;;
8090 esac
8091else
8092 enable_shared=yes
81ecdfbb 8093fi
718a6fd8
SE
8094
8095
8096
8097
8098
8099
8100
8101
81ecdfbb
RW
8102
8103 # Check whether --enable-static was given.
8104if test "${enable_static+set}" = set; then :
8105 enableval=$enable_static; p=${PACKAGE-default}
718a6fd8
SE
8106 case $enableval in
8107 yes) enable_static=yes ;;
8108 no) enable_static=no ;;
8109 *)
8110 enable_static=no
8111 # Look at the argument we got. We use all the common list separators.
8112 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8113 for pkg in $enableval; do
8114 IFS="$lt_save_ifs"
8115 if test "X$pkg" = "X$p"; then
8116 enable_static=yes
8117 fi
8118 done
8119 IFS="$lt_save_ifs"
8120 ;;
8121 esac
8122else
8123 enable_static=yes
81ecdfbb 8124fi
718a6fd8
SE
8125
8126
8127
8128
8129
8130
8131
8132
8133
81ecdfbb
RW
8134
8135# Check whether --with-pic was given.
8136if test "${with_pic+set}" = set; then :
8137 withval=$with_pic; pic_mode="$withval"
718a6fd8
SE
8138else
8139 pic_mode=default
81ecdfbb
RW
8140fi
8141
718a6fd8
SE
8142
8143test -z "$pic_mode" && pic_mode=default
8144
8145
8146
8147
8148
8149
8150
81ecdfbb
RW
8151 # Check whether --enable-fast-install was given.
8152if test "${enable_fast_install+set}" = set; then :
8153 enableval=$enable_fast_install; p=${PACKAGE-default}
718a6fd8
SE
8154 case $enableval in
8155 yes) enable_fast_install=yes ;;
8156 no) enable_fast_install=no ;;
8157 *)
8158 enable_fast_install=no
8159 # Look at the argument we got. We use all the common list separators.
8160 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8161 for pkg in $enableval; do
8162 IFS="$lt_save_ifs"
8163 if test "X$pkg" = "X$p"; then
8164 enable_fast_install=yes
8165 fi
8166 done
8167 IFS="$lt_save_ifs"
7357c5b6
AM
8168 ;;
8169 esac
718a6fd8
SE
8170else
8171 enable_fast_install=yes
81ecdfbb
RW
8172fi
8173
20e95c23 8174
20e95c23
DJ
8175
8176
42ecbf5e 8177
d7040cdb 8178
20e95c23 8179
d7040cdb 8180
d7040cdb
SE
8181
8182
8183
8184# This can be used to rebuild libtool when needed
8185LIBTOOL_DEPS="$ltmain"
8186
8187# Always use our own libtool.
8188LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8189
8190
8191
8192
8193
8194
8195
8196
8197
8198
8199
8200
8201
8202
8203
8204
8205
8206
8207
8208
8209
8210
8211
3725885a 8212
d7040cdb
SE
8213
8214
8215test -z "$LN_S" && LN_S="ln -s"
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
8226
8227
8228
8229
8230if test -n "${ZSH_VERSION+set}" ; then
8231 setopt NO_GLOB_SUBST
8232fi
8233
81ecdfbb
RW
8234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8235$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 8236if ${lt_cv_objdir+:} false; then :
81ecdfbb 8237 $as_echo_n "(cached) " >&6
20e95c23 8238else
d7040cdb
SE
8239 rm -f .libs 2>/dev/null
8240mkdir .libs 2>/dev/null
8241if test -d .libs; then
8242 lt_cv_objdir=.libs
42ecbf5e 8243else
d7040cdb
SE
8244 # MS-DOS does not allow filenames that begin with a dot.
8245 lt_cv_objdir=_libs
8246fi
8247rmdir .libs 2>/dev/null
42ecbf5e 8248fi
81ecdfbb
RW
8249{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8250$as_echo "$lt_cv_objdir" >&6; }
d7040cdb 8251objdir=$lt_cv_objdir
42ecbf5e 8252
d7040cdb
SE
8253
8254
8255
8256
8257cat >>confdefs.h <<_ACEOF
8258#define LT_OBJDIR "$lt_cv_objdir/"
8259_ACEOF
8260
8261
8262
8263
d7040cdb
SE
8264case $host_os in
8265aix3*)
8266 # AIX sometimes has problems with the GCC collect2 program. For some
8267 # reason, if we set the COLLECT_NAMES environment variable, the problems
8268 # vanish in a puff of smoke.
8269 if test "X${COLLECT_NAMES+set}" != Xset; then
8270 COLLECT_NAMES=
8271 export COLLECT_NAMES
8272 fi
8273 ;;
8274esac
8275
d7040cdb
SE
8276# Global variables:
8277ofile=libtool
8278can_build_shared=yes
8279
8280# All known linkers require a `.a' archive for static linking (except MSVC,
8281# which needs '.lib').
8282libext=a
8283
8284with_gnu_ld="$lt_cv_prog_gnu_ld"
8285
8286old_CC="$CC"
8287old_CFLAGS="$CFLAGS"
8288
8289# Set sane defaults for various variables
8290test -z "$CC" && CC=cc
8291test -z "$LTCC" && LTCC=$CC
8292test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8293test -z "$LD" && LD=ld
8294test -z "$ac_objext" && ac_objext=o
8295
8296for cc_temp in $compiler""; do
8297 case $cc_temp in
8298 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8299 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8300 \-*) ;;
8301 *) break;;
8302 esac
8303done
3725885a 8304cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7040cdb
SE
8305
8306
8307# Only perform the check for file, if the check method requires it
8308test -z "$MAGIC_CMD" && MAGIC_CMD=file
8309case $deplibs_check_method in
8310file_magic*)
8311 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
81ecdfbb
RW
8312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8313$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 8314if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8315 $as_echo_n "(cached) " >&6
42ecbf5e 8316else
d7040cdb
SE
8317 case $MAGIC_CMD in
8318[\\/*] | ?:[\\/]*)
8319 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
20e95c23 8320 ;;
d7040cdb
SE
8321*)
8322 lt_save_MAGIC_CMD="$MAGIC_CMD"
8323 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8324 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8325 for ac_dir in $ac_dummy; do
8326 IFS="$lt_save_ifs"
8327 test -z "$ac_dir" && ac_dir=.
8328 if test -f $ac_dir/${ac_tool_prefix}file; then
8329 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8330 if test -n "$file_magic_test_file"; then
8331 case $deplibs_check_method in
8332 "file_magic "*)
8333 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8334 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8335 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8336 $EGREP "$file_magic_regex" > /dev/null; then
8337 :
8338 else
8339 cat <<_LT_EOF 1>&2
42ecbf5e 8340
d7040cdb
SE
8341*** Warning: the command libtool uses to detect shared libraries,
8342*** $file_magic_cmd, produces output that libtool cannot recognize.
8343*** The result is that libtool may fail to recognize shared libraries
8344*** as such. This will affect the creation of libtool libraries that
8345*** depend on shared libraries, but programs linked with such libtool
8346*** libraries will work regardless of this problem. Nevertheless, you
8347*** may want to report the problem to your system manager and/or to
8348*** bug-libtool@gnu.org
8349
8350_LT_EOF
8351 fi ;;
8352 esac
8353 fi
8354 break
8355 fi
8356 done
8357 IFS="$lt_save_ifs"
8358 MAGIC_CMD="$lt_save_MAGIC_CMD"
20e95c23
DJ
8359 ;;
8360esac
42ecbf5e 8361fi
20e95c23 8362
d7040cdb
SE
8363MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8364if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8366$as_echo "$MAGIC_CMD" >&6; }
42ecbf5e 8367else
81ecdfbb
RW
8368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8369$as_echo "no" >&6; }
42ecbf5e
DJ
8370fi
8371
20e95c23
DJ
8372
8373
42ecbf5e 8374
20e95c23 8375
d7040cdb
SE
8376if test -z "$lt_cv_path_MAGIC_CMD"; then
8377 if test -n "$ac_tool_prefix"; then
81ecdfbb
RW
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8379$as_echo_n "checking for file... " >&6; }
d0ac1c44 8380if ${lt_cv_path_MAGIC_CMD+:} false; then :
81ecdfbb 8381 $as_echo_n "(cached) " >&6
42ecbf5e 8382else
d7040cdb
SE
8383 case $MAGIC_CMD in
8384[\\/*] | ?:[\\/]*)
8385 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8386 ;;
8387*)
8388 lt_save_MAGIC_CMD="$MAGIC_CMD"
8389 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8390 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8391 for ac_dir in $ac_dummy; do
8392 IFS="$lt_save_ifs"
8393 test -z "$ac_dir" && ac_dir=.
8394 if test -f $ac_dir/file; then
8395 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8396 if test -n "$file_magic_test_file"; then
8397 case $deplibs_check_method in
8398 "file_magic "*)
8399 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8400 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8401 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8402 $EGREP "$file_magic_regex" > /dev/null; then
8403 :
8404 else
8405 cat <<_LT_EOF 1>&2
8406
8407*** Warning: the command libtool uses to detect shared libraries,
8408*** $file_magic_cmd, produces output that libtool cannot recognize.
8409*** The result is that libtool may fail to recognize shared libraries
8410*** as such. This will affect the creation of libtool libraries that
8411*** depend on shared libraries, but programs linked with such libtool
8412*** libraries will work regardless of this problem. Nevertheless, you
8413*** may want to report the problem to your system manager and/or to
8414*** bug-libtool@gnu.org
8415
8416_LT_EOF
8417 fi ;;
8418 esac
8419 fi
8420 break
8421 fi
8422 done
8423 IFS="$lt_save_ifs"
8424 MAGIC_CMD="$lt_save_MAGIC_CMD"
8425 ;;
20e95c23
DJ
8426esac
8427fi
d7040cdb
SE
8428
8429MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8430if test -n "$MAGIC_CMD"; then
81ecdfbb
RW
8431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8432$as_echo "$MAGIC_CMD" >&6; }
20e95c23 8433else
81ecdfbb
RW
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8435$as_echo "no" >&6; }
20e95c23
DJ
8436fi
8437
20e95c23 8438
42ecbf5e 8439 else
d7040cdb 8440 MAGIC_CMD=:
42ecbf5e 8441 fi
42ecbf5e 8442fi
42ecbf5e 8443
20e95c23 8444 fi
d7040cdb
SE
8445 ;;
8446esac
42ecbf5e 8447
d7040cdb 8448# Use C for the default configuration in the libtool script
42ecbf5e 8449
d7040cdb
SE
8450lt_save_CC="$CC"
8451ac_ext=c
8452ac_cpp='$CPP $CPPFLAGS'
8453ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8454ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8455ac_compiler_gnu=$ac_cv_c_compiler_gnu
42ecbf5e 8456
42ecbf5e 8457
d7040cdb
SE
8458# Source file extension for C test sources.
8459ac_ext=c
42ecbf5e 8460
d7040cdb
SE
8461# Object file extension for compiled C test sources.
8462objext=o
8463objext=$objext
42ecbf5e 8464
d7040cdb
SE
8465# Code to be used in simple compile tests
8466lt_simple_compile_test_code="int some_variable = 0;"
42ecbf5e 8467
d7040cdb
SE
8468# Code to be used in simple link tests
8469lt_simple_link_test_code='int main(){return(0);}'
42ecbf5e 8470
ac48eca1 8471
42ecbf5e 8472
42ecbf5e 8473
d5fbea21 8474
d5fbea21
DJ
8475
8476
d7040cdb
SE
8477# If no C compiler was specified, use CC.
8478LTCC=${LTCC-"$CC"}
20e95c23 8479
d7040cdb
SE
8480# If no C compiler flags were specified, use CFLAGS.
8481LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
42ecbf5e 8482
d7040cdb
SE
8483# Allow CC to be a program name with arguments.
8484compiler=$CC
252b5132 8485
d7040cdb
SE
8486# Save the default compiler, since it gets overwritten when the other
8487# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8488compiler_DEFAULT=$CC
42ecbf5e 8489
d7040cdb
SE
8490# save warnings/boilerplate of simple test code
8491ac_outfile=conftest.$ac_objext
8492echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8493eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8494_lt_compiler_boilerplate=`cat conftest.err`
8495$RM conftest*
252b5132 8496
d7040cdb
SE
8497ac_outfile=conftest.$ac_objext
8498echo "$lt_simple_link_test_code" >conftest.$ac_ext
8499eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8500_lt_linker_boilerplate=`cat conftest.err`
718a6fd8 8501$RM -r conftest*
252b5132 8502
42ecbf5e 8503
f2c621e4
AS
8504## CAVEAT EMPTOR:
8505## There is no encapsulation within the following macros, do not change
8506## the running order or otherwise move them around unless you know exactly
8507## what you are doing...
d7040cdb 8508if test -n "$compiler"; then
252b5132 8509
d7040cdb 8510lt_prog_compiler_no_builtin_flag=
252b5132 8511
d7040cdb 8512if test "$GCC" = yes; then
3725885a
RW
8513 case $cc_basename in
8514 nvcc*)
8515 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8516 *)
8517 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8518 esac
d15b04bd 8519
81ecdfbb
RW
8520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8521$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 8522if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
81ecdfbb 8523 $as_echo_n "(cached) " >&6
252b5132 8524else
d7040cdb
SE
8525 lt_cv_prog_compiler_rtti_exceptions=no
8526 ac_outfile=conftest.$ac_objext
8527 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8528 lt_compiler_flag="-fno-rtti -fno-exceptions"
8529 # Insert the option either (1) after the last *FLAGS variable, or
8530 # (2) before a word containing "conftest.", or (3) at the end.
8531 # Note that $ac_compile itself does not contain backslashes and begins
8532 # with a dollar sign (not a hyphen), so the echo should work correctly.
8533 # The option is referenced via a variable to avoid confusing sed.
8534 lt_compile=`echo "$ac_compile" | $SED \
8535 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8536 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8537 -e 's:$: $lt_compiler_flag:'`
3725885a 8538 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8539 (eval "$lt_compile" 2>conftest.err)
8540 ac_status=$?
8541 cat conftest.err >&5
3725885a 8542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8543 if (exit $ac_status) && test -s "$ac_outfile"; then
8544 # The compiler can only warn and ignore the option if not recognized
8545 # So say no if there are warnings other than the usual output.
3725885a 8546 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8547 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8548 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8549 lt_cv_prog_compiler_rtti_exceptions=yes
8550 fi
8551 fi
8552 $RM conftest*
42ecbf5e 8553
252b5132 8554fi
81ecdfbb
RW
8555{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8556$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
d7040cdb
SE
8557
8558if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8559 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
20e95c23 8560else
d7040cdb 8561 :
252b5132 8562fi
252b5132
RH
8563
8564fi
d7040cdb
SE
8565
8566
8567
8568
8569
8570
8571 lt_prog_compiler_wl=
8572lt_prog_compiler_pic=
8573lt_prog_compiler_static=
8574
f2c621e4
AS
8575{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8576$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
d7040cdb
SE
8577
8578 if test "$GCC" = yes; then
8579 lt_prog_compiler_wl='-Wl,'
8580 lt_prog_compiler_static='-static'
8581
8582 case $host_os in
8583 aix*)
8584 # All AIX code is PIC.
8585 if test "$host_cpu" = ia64; then
8586 # AIX 5 now supports IA64 processor
8587 lt_prog_compiler_static='-Bstatic'
8588 fi
6c9c0a50 8589 lt_prog_compiler_pic='-fPIC'
d7040cdb
SE
8590 ;;
8591
8592 amigaos*)
718a6fd8
SE
8593 case $host_cpu in
8594 powerpc)
8595 # see comment about AmigaOS4 .so support
8596 lt_prog_compiler_pic='-fPIC'
8597 ;;
8598 m68k)
8599 # FIXME: we need at least 68020 code to build shared libraries, but
8600 # adding the `-m68020' flag to GCC prevents building anything better,
8601 # like `-m68040'.
8602 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8603 ;;
8604 esac
d7040cdb
SE
8605 ;;
8606
8607 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8608 # PIC is the default for these OSes.
8609 ;;
8610
718a6fd8 8611 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8612 # This hack is so that the source file can tell whether it is being
8613 # built for inclusion in a dll (and should export symbols for example).
8614 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8615 # (--disable-auto-import) libraries
8616 lt_prog_compiler_pic='-DDLL_EXPORT'
8617 ;;
8618
8619 darwin* | rhapsody*)
8620 # PIC is the default on this platform
8621 # Common symbols not allowed in MH_DYLIB files
8622 lt_prog_compiler_pic='-fno-common'
8623 ;;
8624
3725885a
RW
8625 haiku*)
8626 # PIC is the default for Haiku.
8627 # The "-static" flag exists, but is broken.
8628 lt_prog_compiler_static=
8629 ;;
8630
d7040cdb 8631 hpux*)
718a6fd8
SE
8632 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8633 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8634 # sets the default TLS model and affects inlining.
d7040cdb 8635 case $host_cpu in
718a6fd8 8636 hppa*64*)
d7040cdb
SE
8637 # +Z the default
8638 ;;
8639 *)
8640 lt_prog_compiler_pic='-fPIC'
8641 ;;
8642 esac
8643 ;;
8644
8645 interix[3-9]*)
8646 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8647 # Instead, we relocate shared libraries at runtime.
8648 ;;
8649
8650 msdosdjgpp*)
8651 # Just because we use GCC doesn't mean we suddenly get shared libraries
8652 # on systems that don't support them.
8653 lt_prog_compiler_can_build_shared=no
8654 enable_shared=no
8655 ;;
8656
8657 *nto* | *qnx*)
8658 # QNX uses GNU C++, but need to define -shared option too, otherwise
8659 # it will coredump.
8660 lt_prog_compiler_pic='-fPIC -shared'
8661 ;;
8662
8663 sysv4*MP*)
8664 if test -d /usr/nec; then
8665 lt_prog_compiler_pic=-Kconform_pic
8666 fi
8667 ;;
8668
8669 *)
8670 lt_prog_compiler_pic='-fPIC'
8671 ;;
8672 esac
3725885a
RW
8673
8674 case $cc_basename in
8675 nvcc*) # Cuda Compiler Driver 2.2
8676 lt_prog_compiler_wl='-Xlinker '
8677 lt_prog_compiler_pic='-Xcompiler -fPIC'
8678 ;;
8679 esac
d7040cdb
SE
8680 else
8681 # PORTME Check for flag to pass linker flags through the system compiler.
8682 case $host_os in
8683 aix*)
8684 lt_prog_compiler_wl='-Wl,'
8685 if test "$host_cpu" = ia64; then
8686 # AIX 5 now supports IA64 processor
8687 lt_prog_compiler_static='-Bstatic'
8688 else
8689 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8690 fi
8691 ;;
d7040cdb 8692
718a6fd8 8693 mingw* | cygwin* | pw32* | os2* | cegcc*)
d7040cdb
SE
8694 # This hack is so that the source file can tell whether it is being
8695 # built for inclusion in a dll (and should export symbols for example).
8696 lt_prog_compiler_pic='-DDLL_EXPORT'
8697 ;;
8698
8699 hpux9* | hpux10* | hpux11*)
8700 lt_prog_compiler_wl='-Wl,'
8701 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8702 # not for PA HP-UX.
8703 case $host_cpu in
8704 hppa*64*|ia64*)
8705 # +Z the default
8706 ;;
8707 *)
8708 lt_prog_compiler_pic='+Z'
8709 ;;
8710 esac
8711 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8712 lt_prog_compiler_static='${wl}-a ${wl}archive'
8713 ;;
8714
8715 irix5* | irix6* | nonstopux*)
8716 lt_prog_compiler_wl='-Wl,'
8717 # PIC (with -KPIC) is the default.
8718 lt_prog_compiler_static='-non_shared'
8719 ;;
8720
58e24671 8721 linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb 8722 case $cc_basename in
718a6fd8
SE
8723 # old Intel for x86_64 which still supported -KPIC.
8724 ecc*)
d7040cdb
SE
8725 lt_prog_compiler_wl='-Wl,'
8726 lt_prog_compiler_pic='-KPIC'
8727 lt_prog_compiler_static='-static'
8728 ;;
718a6fd8
SE
8729 # icc used to be incompatible with GCC.
8730 # ICC 10 doesn't accept -KPIC any more.
8731 icc* | ifort*)
8732 lt_prog_compiler_wl='-Wl,'
8733 lt_prog_compiler_pic='-fPIC'
8734 lt_prog_compiler_static='-static'
8735 ;;
8736 # Lahey Fortran 8.1.
8737 lf95*)
8738 lt_prog_compiler_wl='-Wl,'
8739 lt_prog_compiler_pic='--shared'
8740 lt_prog_compiler_static='--static'
8741 ;;
3725885a 8742 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7040cdb
SE
8743 # Portland Group compilers (*not* the Pentium gcc compiler,
8744 # which looks to be a dead project)
8745 lt_prog_compiler_wl='-Wl,'
8746 lt_prog_compiler_pic='-fpic'
8747 lt_prog_compiler_static='-Bstatic'
8748 ;;
8749 ccc*)
8750 lt_prog_compiler_wl='-Wl,'
8751 # All Alpha code is PIC.
8752 lt_prog_compiler_static='-non_shared'
8753 ;;
3725885a
RW
8754 xl* | bgxl* | bgf* | mpixl*)
8755 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
718a6fd8
SE
8756 lt_prog_compiler_wl='-Wl,'
8757 lt_prog_compiler_pic='-qpic'
8758 lt_prog_compiler_static='-qstaticlink'
8759 ;;
d7040cdb
SE
8760 *)
8761 case `$CC -V 2>&1 | sed 5q` in
3725885a
RW
8762 *Sun\ F* | *Sun*Fortran*)
8763 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7040cdb
SE
8764 lt_prog_compiler_pic='-KPIC'
8765 lt_prog_compiler_static='-Bstatic'
3725885a 8766 lt_prog_compiler_wl=''
d7040cdb 8767 ;;
3725885a
RW
8768 *Sun\ C*)
8769 # Sun C 5.9
d7040cdb
SE
8770 lt_prog_compiler_pic='-KPIC'
8771 lt_prog_compiler_static='-Bstatic'
3725885a 8772 lt_prog_compiler_wl='-Wl,'
d7040cdb
SE
8773 ;;
8774 esac
8775 ;;
8776 esac
8777 ;;
8778
8779 newsos6)
8780 lt_prog_compiler_pic='-KPIC'
8781 lt_prog_compiler_static='-Bstatic'
8782 ;;
8783
8784 *nto* | *qnx*)
8785 # QNX uses GNU C++, but need to define -shared option too, otherwise
8786 # it will coredump.
8787 lt_prog_compiler_pic='-fPIC -shared'
8788 ;;
8789
8790 osf3* | osf4* | osf5*)
8791 lt_prog_compiler_wl='-Wl,'
8792 # All OSF/1 code is PIC.
8793 lt_prog_compiler_static='-non_shared'
8794 ;;
8795
8796 rdos*)
8797 lt_prog_compiler_static='-non_shared'
8798 ;;
8799
8800 solaris*)
8801 lt_prog_compiler_pic='-KPIC'
8802 lt_prog_compiler_static='-Bstatic'
8803 case $cc_basename in
f2c621e4 8804 f77* | f90* | f95*)
d7040cdb
SE
8805 lt_prog_compiler_wl='-Qoption ld ';;
8806 *)
8807 lt_prog_compiler_wl='-Wl,';;
8808 esac
8809 ;;
8810
8811 sunos4*)
8812 lt_prog_compiler_wl='-Qoption ld '
8813 lt_prog_compiler_pic='-PIC'
8814 lt_prog_compiler_static='-Bstatic'
8815 ;;
8816
8817 sysv4 | sysv4.2uw2* | sysv4.3*)
8818 lt_prog_compiler_wl='-Wl,'
8819 lt_prog_compiler_pic='-KPIC'
8820 lt_prog_compiler_static='-Bstatic'
8821 ;;
8822
8823 sysv4*MP*)
8824 if test -d /usr/nec ;then
8825 lt_prog_compiler_pic='-Kconform_pic'
8826 lt_prog_compiler_static='-Bstatic'
8827 fi
8828 ;;
8829
8830 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8831 lt_prog_compiler_wl='-Wl,'
8832 lt_prog_compiler_pic='-KPIC'
8833 lt_prog_compiler_static='-Bstatic'
8834 ;;
8835
8836 unicos*)
8837 lt_prog_compiler_wl='-Wl,'
8838 lt_prog_compiler_can_build_shared=no
8839 ;;
8840
8841 uts4*)
8842 lt_prog_compiler_pic='-pic'
8843 lt_prog_compiler_static='-Bstatic'
8844 ;;
8845
8846 *)
8847 lt_prog_compiler_can_build_shared=no
8848 ;;
8849 esac
8850 fi
8851
8852case $host_os in
8853 # For platforms which do not support PIC, -DPIC is meaningless:
8854 *djgpp*)
8855 lt_prog_compiler_pic=
8856 ;;
8857 *)
8858 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8859 ;;
8860esac
f2c621e4
AS
8861{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8862$as_echo "$lt_prog_compiler_pic" >&6; }
8863
8864
8865
8866
d7040cdb
SE
8867
8868
8869#
8870# Check to make sure the PIC flag actually works.
8871#
8872if test -n "$lt_prog_compiler_pic"; then
81ecdfbb
RW
8873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8874$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 8875if ${lt_cv_prog_compiler_pic_works+:} false; then :
81ecdfbb 8876 $as_echo_n "(cached) " >&6
42ecbf5e 8877else
718a6fd8 8878 lt_cv_prog_compiler_pic_works=no
d7040cdb
SE
8879 ac_outfile=conftest.$ac_objext
8880 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8881 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8882 # Insert the option either (1) after the last *FLAGS variable, or
8883 # (2) before a word containing "conftest.", or (3) at the end.
8884 # Note that $ac_compile itself does not contain backslashes and begins
8885 # with a dollar sign (not a hyphen), so the echo should work correctly.
8886 # The option is referenced via a variable to avoid confusing sed.
8887 lt_compile=`echo "$ac_compile" | $SED \
8888 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8889 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8890 -e 's:$: $lt_compiler_flag:'`
3725885a 8891 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8892 (eval "$lt_compile" 2>conftest.err)
8893 ac_status=$?
8894 cat conftest.err >&5
3725885a 8895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
8896 if (exit $ac_status) && test -s "$ac_outfile"; then
8897 # The compiler can only warn and ignore the option if not recognized
8898 # So say no if there are warnings other than the usual output.
3725885a 8899 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7040cdb
SE
8900 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8901 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8902 lt_cv_prog_compiler_pic_works=yes
d7040cdb
SE
8903 fi
8904 fi
8905 $RM conftest*
42ecbf5e 8906
252b5132 8907fi
81ecdfbb
RW
8908{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8909$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
d7040cdb 8910
718a6fd8 8911if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
d7040cdb
SE
8912 case $lt_prog_compiler_pic in
8913 "" | " "*) ;;
8914 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8915 esac
252b5132 8916else
d7040cdb
SE
8917 lt_prog_compiler_pic=
8918 lt_prog_compiler_can_build_shared=no
252b5132 8919fi
252b5132
RH
8920
8921fi
42ecbf5e 8922
d7040cdb
SE
8923
8924
8925
8926
8927
8928#
8929# Check to make sure the static flag actually works.
8930#
8931wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
81ecdfbb
RW
8932{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8933$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 8934if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 8935 $as_echo_n "(cached) " >&6
42ecbf5e 8936else
718a6fd8 8937 lt_cv_prog_compiler_static_works=no
d7040cdb
SE
8938 save_LDFLAGS="$LDFLAGS"
8939 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8940 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8941 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8942 # The linker can only warn and ignore the option if not recognized
8943 # So say no if there are warnings
8944 if test -s conftest.err; then
8945 # Append any errors to the config.log.
8946 cat conftest.err 1>&5
3725885a 8947 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7040cdb
SE
8948 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8949 if diff conftest.exp conftest.er2 >/dev/null; then
718a6fd8 8950 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8951 fi
8952 else
718a6fd8 8953 lt_cv_prog_compiler_static_works=yes
d7040cdb
SE
8954 fi
8955 fi
718a6fd8 8956 $RM -r conftest*
d7040cdb 8957 LDFLAGS="$save_LDFLAGS"
42ecbf5e 8958
42ecbf5e 8959fi
81ecdfbb
RW
8960{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8961$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d7040cdb 8962
718a6fd8 8963if test x"$lt_cv_prog_compiler_static_works" = xyes; then
d7040cdb
SE
8964 :
8965else
8966 lt_prog_compiler_static=
42ecbf5e 8967fi
42ecbf5e 8968
252b5132 8969
252b5132 8970
42ecbf5e 8971
252b5132 8972
20e95c23 8973
d7040cdb 8974
81ecdfbb
RW
8975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8976$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 8977if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 8978 $as_echo_n "(cached) " >&6
252b5132 8979else
d7040cdb
SE
8980 lt_cv_prog_compiler_c_o=no
8981 $RM -r conftest 2>/dev/null
8982 mkdir conftest
8983 cd conftest
8984 mkdir out
8985 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8986
8987 lt_compiler_flag="-o out/conftest2.$ac_objext"
8988 # Insert the option either (1) after the last *FLAGS variable, or
8989 # (2) before a word containing "conftest.", or (3) at the end.
8990 # Note that $ac_compile itself does not contain backslashes and begins
8991 # with a dollar sign (not a hyphen), so the echo should work correctly.
8992 lt_compile=`echo "$ac_compile" | $SED \
8993 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8994 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8995 -e 's:$: $lt_compiler_flag:'`
3725885a 8996 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
8997 (eval "$lt_compile" 2>out/conftest.err)
8998 ac_status=$?
8999 cat out/conftest.err >&5
3725885a 9000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
9001 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9002 then
9003 # The compiler can only warn and ignore the option if not recognized
9004 # So say no if there are warnings
3725885a 9005 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
9006 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9007 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9008 lt_cv_prog_compiler_c_o=yes
9009 fi
9010 fi
9011 chmod u+w . 2>&5
9012 $RM conftest*
9013 # SGI C++ compiler will create directory out/ii_files/ for
9014 # template instantiation
9015 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9016 $RM out/* && rmdir out
9017 cd ..
9018 $RM -r conftest
9019 $RM conftest*
9020
252b5132 9021fi
81ecdfbb
RW
9022{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9023$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
42ecbf5e 9024
20e95c23 9025
20e95c23
DJ
9026
9027
d7040cdb
SE
9028
9029
81ecdfbb
RW
9030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9031$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 9032if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb 9033 $as_echo_n "(cached) " >&6
42ecbf5e 9034else
d7040cdb
SE
9035 lt_cv_prog_compiler_c_o=no
9036 $RM -r conftest 2>/dev/null
9037 mkdir conftest
9038 cd conftest
9039 mkdir out
9040 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9041
9042 lt_compiler_flag="-o out/conftest2.$ac_objext"
9043 # Insert the option either (1) after the last *FLAGS variable, or
9044 # (2) before a word containing "conftest.", or (3) at the end.
9045 # Note that $ac_compile itself does not contain backslashes and begins
9046 # with a dollar sign (not a hyphen), so the echo should work correctly.
9047 lt_compile=`echo "$ac_compile" | $SED \
9048 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9049 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9050 -e 's:$: $lt_compiler_flag:'`
3725885a 9051 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7040cdb
SE
9052 (eval "$lt_compile" 2>out/conftest.err)
9053 ac_status=$?
9054 cat out/conftest.err >&5
3725885a 9055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7040cdb
SE
9056 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9057 then
9058 # The compiler can only warn and ignore the option if not recognized
9059 # So say no if there are warnings
3725885a 9060 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7040cdb
SE
9061 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9062 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9063 lt_cv_prog_compiler_c_o=yes
9064 fi
9065 fi
9066 chmod u+w . 2>&5
9067 $RM conftest*
9068 # SGI C++ compiler will create directory out/ii_files/ for
9069 # template instantiation
9070 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9071 $RM out/* && rmdir out
9072 cd ..
9073 $RM -r conftest
9074 $RM conftest*
9075
9076fi
81ecdfbb
RW
9077{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9078$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d7040cdb
SE
9079
9080
9081
9082
9083hard_links="nottested"
9084if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9085 # do not overwrite the value of need_locks provided by the user
81ecdfbb
RW
9086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9087$as_echo_n "checking if we can lock with hard links... " >&6; }
d7040cdb
SE
9088 hard_links=yes
9089 $RM conftest*
9090 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9091 touch conftest.a
9092 ln conftest.a conftest.b 2>&5 || hard_links=no
9093 ln conftest.a conftest.b 2>/dev/null && hard_links=no
81ecdfbb
RW
9094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9095$as_echo "$hard_links" >&6; }
d7040cdb 9096 if test "$hard_links" = no; then
81ecdfbb
RW
9097 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9098$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
d7040cdb
SE
9099 need_locks=warn
9100 fi
9101else
9102 need_locks=no
9103fi
9104
9105
9106
9107
9108
9109
81ecdfbb
RW
9110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9111$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d7040cdb
SE
9112
9113 runpath_var=
9114 allow_undefined_flag=
9115 always_export_symbols=no
9116 archive_cmds=
9117 archive_expsym_cmds=
9118 compiler_needs_object=no
9119 enable_shared_with_static_runtimes=no
9120 export_dynamic_flag_spec=
9121 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9122 hardcode_automatic=no
9123 hardcode_direct=no
9124 hardcode_direct_absolute=no
9125 hardcode_libdir_flag_spec=
9126 hardcode_libdir_flag_spec_ld=
9127 hardcode_libdir_separator=
9128 hardcode_minus_L=no
9129 hardcode_shlibpath_var=unsupported
9130 inherit_rpath=no
9131 link_all_deplibs=unknown
9132 module_cmds=
9133 module_expsym_cmds=
9134 old_archive_from_new_cmds=
9135 old_archive_from_expsyms_cmds=
9136 thread_safe_flag_spec=
9137 whole_archive_flag_spec=
9138 # include_expsyms should be a list of space-separated symbols to be *always*
9139 # included in the symbol list
9140 include_expsyms=
9141 # exclude_expsyms can be an extended regexp of symbols to exclude
9142 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9143 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9144 # as well as any symbol that contains `d'.
718a6fd8 9145 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
d7040cdb
SE
9146 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9147 # platforms (ab)use it in PIC code, but their linkers get confused if
9148 # the symbol is explicitly referenced. Since portable code cannot
9149 # rely on this symbol name, it's probably fine to never include it in
9150 # preloaded symbol tables.
718a6fd8 9151 # Exclude shared library initialization/finalization symbols.
d7040cdb
SE
9152 extract_expsyms_cmds=
9153
9154 case $host_os in
718a6fd8 9155 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9156 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9157 # When not using gcc, we currently assume that we are using
9158 # Microsoft Visual C++.
9159 if test "$GCC" != yes; then
9160 with_gnu_ld=no
9161 fi
9162 ;;
9163 interix*)
9164 # we just hope/assume this is gcc and not c89 (= MSVC++)
9165 with_gnu_ld=yes
9166 ;;
9167 openbsd*)
9168 with_gnu_ld=no
9169 ;;
9170 esac
9171
9172 ld_shlibs=yes
3725885a
RW
9173
9174 # On some targets, GNU ld is compatible enough with the native linker
9175 # that we're better off using the native interface for both.
9176 lt_use_gnu_ld_interface=no
d7040cdb 9177 if test "$with_gnu_ld" = yes; then
3725885a
RW
9178 case $host_os in
9179 aix*)
9180 # The AIX port of GNU ld has always aspired to compatibility
9181 # with the native linker. However, as the warning in the GNU ld
9182 # block says, versions before 2.19.5* couldn't really create working
9183 # shared libraries, regardless of the interface used.
9184 case `$LD -v 2>&1` in
9185 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9186 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9187 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9188 *)
9189 lt_use_gnu_ld_interface=yes
9190 ;;
9191 esac
9192 ;;
9193 *)
9194 lt_use_gnu_ld_interface=yes
9195 ;;
9196 esac
9197 fi
9198
9199 if test "$lt_use_gnu_ld_interface" = yes; then
d7040cdb
SE
9200 # If archive_cmds runs LD, not CC, wlarc should be empty
9201 wlarc='${wl}'
9202
9203 # Set some defaults for GNU ld with shared library support. These
9204 # are reset later if shared libraries are not supported. Putting them
9205 # here allows them to be overridden if necessary.
9206 runpath_var=LD_RUN_PATH
9207 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9208 export_dynamic_flag_spec='${wl}--export-dynamic'
9209 # ancient GNU ld didn't support --whole-archive et. al.
9210 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9211 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9212 else
9213 whole_archive_flag_spec=
9214 fi
9215 supports_anon_versioning=no
9216 case `$LD -v 2>&1` in
3725885a 9217 *GNU\ gold*) supports_anon_versioning=yes ;;
d7040cdb
SE
9218 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9219 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9220 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9221 *\ 2.11.*) ;; # other 2.11 versions
9222 *) supports_anon_versioning=yes ;;
9223 esac
9224
9225 # See if GNU ld supports shared libraries.
9226 case $host_os in
50e7d84b 9227 aix[3-9]*)
d7040cdb
SE
9228 # On AIX/PPC, the GNU linker is very broken
9229 if test "$host_cpu" != ia64; then
9230 ld_shlibs=no
9231 cat <<_LT_EOF 1>&2
9232
3725885a 9233*** Warning: the GNU linker, at least up to release 2.19, is reported
d7040cdb
SE
9234*** to be unable to reliably create shared libraries on AIX.
9235*** Therefore, libtool is disabling shared libraries support. If you
3725885a
RW
9236*** really care for shared libraries, you may want to install binutils
9237*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9238*** You will then need to restart the configuration process.
d7040cdb
SE
9239
9240_LT_EOF
9241 fi
9242 ;;
9243
9244 amigaos*)
718a6fd8
SE
9245 case $host_cpu in
9246 powerpc)
9247 # see comment about AmigaOS4 .so support
9248 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9249 archive_expsym_cmds=''
9250 ;;
9251 m68k)
9252 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)'
9253 hardcode_libdir_flag_spec='-L$libdir'
9254 hardcode_minus_L=yes
9255 ;;
9256 esac
d7040cdb
SE
9257 ;;
9258
9259 beos*)
9260 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9261 allow_undefined_flag=unsupported
9262 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9263 # support --undefined. This deserves some investigation. FIXME
9264 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9265 else
9266 ld_shlibs=no
9267 fi
9268 ;;
9269
718a6fd8 9270 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9271 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9272 # as there is no search path for DLLs.
9273 hardcode_libdir_flag_spec='-L$libdir'
3725885a 9274 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7040cdb
SE
9275 allow_undefined_flag=unsupported
9276 always_export_symbols=no
9277 enable_shared_with_static_runtimes=yes
f2c621e4 9278 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
9279
9280 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9281 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9282 # If the export-symbols file already is a .def file (1st line
9283 # is EXPORTS), use it as is; otherwise, prepend...
9284 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9285 cp $export_symbols $output_objdir/$soname.def;
9286 else
9287 echo EXPORTS > $output_objdir/$soname.def;
9288 cat $export_symbols >> $output_objdir/$soname.def;
9289 fi~
9290 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9291 else
9292 ld_shlibs=no
9293 fi
9294 ;;
9295
3725885a
RW
9296 haiku*)
9297 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9298 link_all_deplibs=yes
9299 ;;
9300
d7040cdb
SE
9301 interix[3-9]*)
9302 hardcode_direct=no
9303 hardcode_shlibpath_var=no
9304 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9305 export_dynamic_flag_spec='${wl}-E'
9306 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9307 # Instead, shared libraries are loaded at an image base (0x10000000 by
9308 # default) and relocated if they conflict, which is a slow very memory
9309 # consuming and fragmenting process. To avoid this, we pick a random,
9310 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9311 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9312 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9313 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'
9314 ;;
9315
58e24671 9316 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
9317 tmp_diet=no
9318 if test "$host_os" = linux-dietlibc; then
9319 case $cc_basename in
9320 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9321 esac
9322 fi
9323 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9324 && test "$tmp_diet" = no
9325 then
6e733cce 9326 tmp_addflag=' $pic_flag'
718a6fd8 9327 tmp_sharedflag='-shared'
d7040cdb
SE
9328 case $cc_basename,$host_cpu in
9329 pgcc*) # Portland Group C compiler
3725885a 9330 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
9331 tmp_addflag=' $pic_flag'
9332 ;;
3725885a
RW
9333 pgf77* | pgf90* | pgf95* | pgfortran*)
9334 # Portland Group f77 and f90 compilers
9335 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
9336 tmp_addflag=' $pic_flag -Mnomain' ;;
9337 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9338 tmp_addflag=' -i_dynamic' ;;
9339 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9340 tmp_addflag=' -i_dynamic -nofor_main' ;;
9341 ifc* | ifort*) # Intel Fortran compiler
9342 tmp_addflag=' -nofor_main' ;;
718a6fd8
SE
9343 lf95*) # Lahey Fortran 8.1
9344 whole_archive_flag_spec=
9345 tmp_sharedflag='--shared' ;;
3725885a 9346 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
718a6fd8
SE
9347 tmp_sharedflag='-qmkshrobj'
9348 tmp_addflag= ;;
3725885a
RW
9349 nvcc*) # Cuda Compiler Driver 2.2
9350 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'
9351 compiler_needs_object=yes
9352 ;;
d7040cdb
SE
9353 esac
9354 case `$CC -V 2>&1 | sed 5q` in
9355 *Sun\ C*) # Sun C 5.9
3725885a 9356 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
9357 compiler_needs_object=yes
9358 tmp_sharedflag='-G' ;;
9359 *Sun\ F*) # Sun Fortran 8.3
9360 tmp_sharedflag='-G' ;;
d7040cdb
SE
9361 esac
9362 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9363
9364 if test "x$supports_anon_versioning" = xyes; then
9365 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9366 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9367 echo "local: *; };" >> $output_objdir/$libname.ver~
9368 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9369 fi
718a6fd8
SE
9370
9371 case $cc_basename in
3725885a 9372 xlf* | bgf* | bgxlf* | mpixlf*)
718a6fd8
SE
9373 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9374 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9375 hardcode_libdir_flag_spec=
9376 hardcode_libdir_flag_spec_ld='-rpath $libdir'
f2c621e4 9377 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
718a6fd8
SE
9378 if test "x$supports_anon_versioning" = xyes; then
9379 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9380 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9381 echo "local: *; };" >> $output_objdir/$libname.ver~
f2c621e4 9382 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
718a6fd8
SE
9383 fi
9384 ;;
9385 esac
d7040cdb
SE
9386 else
9387 ld_shlibs=no
9388 fi
9389 ;;
9390
9391 netbsd*)
9392 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9393 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9394 wlarc=
9395 else
f2c621e4
AS
9396 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9397 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9398 fi
9399 ;;
9400
9401 solaris*)
9402 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9403 ld_shlibs=no
9404 cat <<_LT_EOF 1>&2
9405
9406*** Warning: The releases 2.8.* of the GNU linker cannot reliably
9407*** create shared libraries on Solaris systems. Therefore, libtool
9408*** is disabling shared libraries support. We urge you to upgrade GNU
9409*** binutils to release 2.9.1 or newer. Another option is to modify
9410*** your PATH or compiler configuration so that the native linker is
9411*** used, and then restart.
9412
9413_LT_EOF
9414 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9415 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9416 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9417 else
9418 ld_shlibs=no
9419 fi
9420 ;;
9421
9422 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9423 case `$LD -v 2>&1` in
9424 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9425 ld_shlibs=no
9426 cat <<_LT_EOF 1>&2
9427
9428*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9429*** reliably create shared libraries on SCO systems. Therefore, libtool
9430*** is disabling shared libraries support. We urge you to upgrade GNU
9431*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9432*** your PATH or compiler configuration so that the native linker is
9433*** used, and then restart.
9434
9435_LT_EOF
9436 ;;
9437 *)
9438 # For security reasons, it is highly recommended that you always
9439 # use absolute paths for naming shared libraries, and exclude the
9440 # DT_RUNPATH tag from executables and libraries. But doing so
9441 # requires that you compile everything twice, which is a pain.
9442 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9443 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9444 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9445 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9446 else
9447 ld_shlibs=no
9448 fi
9449 ;;
9450 esac
9451 ;;
9452
9453 sunos4*)
9454 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9455 wlarc=
9456 hardcode_direct=yes
9457 hardcode_shlibpath_var=no
9458 ;;
9459
9460 *)
9461 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
f2c621e4
AS
9462 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9463 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
d7040cdb
SE
9464 else
9465 ld_shlibs=no
9466 fi
9467 ;;
9468 esac
9469
9470 if test "$ld_shlibs" = no; then
9471 runpath_var=
9472 hardcode_libdir_flag_spec=
9473 export_dynamic_flag_spec=
9474 whole_archive_flag_spec=
9475 fi
9476 else
9477 # PORTME fill in a description of your system's linker (not GNU ld)
9478 case $host_os in
9479 aix3*)
9480 allow_undefined_flag=unsupported
9481 always_export_symbols=yes
9482 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'
9483 # Note: this linker hardcodes the directories in LIBPATH if there
9484 # are no directories specified by -L.
9485 hardcode_minus_L=yes
9486 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9487 # Neither direct hardcoding nor static linking is supported with a
9488 # broken collect2.
9489 hardcode_direct=unsupported
9490 fi
9491 ;;
9492
50e7d84b 9493 aix[4-9]*)
d7040cdb
SE
9494 if test "$host_cpu" = ia64; then
9495 # On IA64, the linker does run time linking by default, so we don't
9496 # have to do anything special.
9497 aix_use_runtimelinking=no
9498 exp_sym_flag='-Bexport'
9499 no_entry_flag=""
9500 else
9501 # If we're using GNU nm, then we don't want the "-C" option.
9502 # -C means demangle to AIX nm, but means don't demangle with GNU nm
3725885a
RW
9503 # Also, AIX nm treats weak defined symbols like other global
9504 # defined symbols, whereas GNU nm marks them as "W".
d7040cdb 9505 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
3725885a 9506 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 9507 else
5c14705f 9508 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
9509 fi
9510 aix_use_runtimelinking=no
9511
9512 # Test if we are trying to use run time linking or normal
9513 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9514 # need to do runtime linking.
50e7d84b 9515 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
d7040cdb
SE
9516 for ld_flag in $LDFLAGS; do
9517 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9518 aix_use_runtimelinking=yes
9519 break
9520 fi
9521 done
9522 ;;
9523 esac
9524
9525 exp_sym_flag='-bexport'
9526 no_entry_flag='-bnoentry'
9527 fi
9528
9529 # When large executables or shared objects are built, AIX ld can
9530 # have problems creating the table of contents. If linking a library
9531 # or program results in "error TOC overflow" add -mminimal-toc to
9532 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9533 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9534
9535 archive_cmds=''
9536 hardcode_direct=yes
9537 hardcode_direct_absolute=yes
9538 hardcode_libdir_separator=':'
9539 link_all_deplibs=yes
9540 file_list_spec='${wl}-f,'
9541
9542 if test "$GCC" = yes; then
9543 case $host_os in aix4.[012]|aix4.[012].*)
9544 # We only want to do this on AIX 4.2 and lower, the check
9545 # below for broken collect2 doesn't work under 4.3+
9546 collect2name=`${CC} -print-prog-name=collect2`
9547 if test -f "$collect2name" &&
9548 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9549 then
9550 # We have reworked collect2
9551 :
9552 else
9553 # We have old collect2
9554 hardcode_direct=unsupported
9555 # It fails to find uninstalled libraries when the uninstalled
9556 # path is not listed in the libpath. Setting hardcode_minus_L
9557 # to unsupported forces relinking
9558 hardcode_minus_L=yes
9559 hardcode_libdir_flag_spec='-L$libdir'
9560 hardcode_libdir_separator=
9561 fi
9562 ;;
9563 esac
9564 shared_flag='-shared'
9565 if test "$aix_use_runtimelinking" = yes; then
9566 shared_flag="$shared_flag "'${wl}-G'
9567 fi
9568 else
9569 # not using gcc
9570 if test "$host_cpu" = ia64; then
9571 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9572 # chokes on -Wl,-G. The following line is correct:
9573 shared_flag='-G'
9574 else
9575 if test "$aix_use_runtimelinking" = yes; then
9576 shared_flag='${wl}-G'
9577 else
9578 shared_flag='${wl}-bM:SRE'
9579 fi
9580 fi
9581 fi
9582
718a6fd8 9583 export_dynamic_flag_spec='${wl}-bexpall'
d7040cdb
SE
9584 # It seems that -bexpall does not export symbols beginning with
9585 # underscore (_), so it is better to generate a list of symbols to export.
9586 always_export_symbols=yes
9587 if test "$aix_use_runtimelinking" = yes; then
9588 # Warning - without using the other runtime loading flags (-brtl),
9589 # -berok will link without error, but may produce a broken library.
9590 allow_undefined_flag='-berok'
9591 # Determine the default libpath from the value encoded in an
9592 # empty executable.
f2c621e4 9593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9594/* end confdefs.h. */
d7040cdb
SE
9595
9596int
9597main ()
9598{
9599
9600 ;
9601 return 0;
9602}
42ecbf5e 9603_ACEOF
81ecdfbb 9604if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9605
f2c621e4
AS
9606lt_aix_libpath_sed='
9607 /Import File Strings/,/^$/ {
9608 /^0/ {
9609 s/^0 *\(.*\)$/\1/
9610 p
9611 }
9612 }'
9613aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9614# Check for a 64-bit object if we didn't find anything.
9615if test -z "$aix_libpath"; then
9616 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9617fi
252b5132 9618fi
81ecdfbb
RW
9619rm -f core conftest.err conftest.$ac_objext \
9620 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9621if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
252b5132 9622
d7040cdb 9623 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
3725885a 9624 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
9625 else
9626 if test "$host_cpu" = ia64; then
9627 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9628 allow_undefined_flag="-z nodefs"
9629 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"
9630 else
9631 # Determine the default libpath from the value encoded in an
9632 # empty executable.
f2c621e4 9633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 9634/* end confdefs.h. */
d7040cdb
SE
9635
9636int
9637main ()
9638{
9639
9640 ;
9641 return 0;
9642}
42ecbf5e 9643_ACEOF
81ecdfbb 9644if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 9645
f2c621e4
AS
9646lt_aix_libpath_sed='
9647 /Import File Strings/,/^$/ {
9648 /^0/ {
9649 s/^0 *\(.*\)$/\1/
9650 p
9651 }
9652 }'
9653aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9654# Check for a 64-bit object if we didn't find anything.
9655if test -z "$aix_libpath"; then
9656 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9657fi
252b5132 9658fi
81ecdfbb
RW
9659rm -f core conftest.err conftest.$ac_objext \
9660 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9661if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
d7040cdb
SE
9662
9663 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9664 # Warning - without using the other run time loading flags,
9665 # -berok will link without error, but may produce a broken library.
9666 no_undefined_flag=' ${wl}-bernotok'
9667 allow_undefined_flag=' ${wl}-berok'
3725885a
RW
9668 if test "$with_gnu_ld" = yes; then
9669 # We only use this code for GNU lds that support --whole-archive.
9670 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9671 else
9672 # Exported symbols can be pulled into shared objects from archives
9673 whole_archive_flag_spec='$convenience'
9674 fi
d7040cdb
SE
9675 archive_cmds_need_lc=yes
9676 # This is similar to how AIX traditionally builds its shared libraries.
9677 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'
9678 fi
9679 fi
9680 ;;
42ecbf5e 9681
d7040cdb 9682 amigaos*)
718a6fd8
SE
9683 case $host_cpu in
9684 powerpc)
9685 # see comment about AmigaOS4 .so support
9686 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9687 archive_expsym_cmds=''
9688 ;;
9689 m68k)
9690 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)'
9691 hardcode_libdir_flag_spec='-L$libdir'
9692 hardcode_minus_L=yes
9693 ;;
9694 esac
d7040cdb 9695 ;;
252b5132 9696
d7040cdb
SE
9697 bsdi[45]*)
9698 export_dynamic_flag_spec=-rdynamic
9699 ;;
252b5132 9700
718a6fd8 9701 cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
9702 # When not using gcc, we currently assume that we are using
9703 # Microsoft Visual C++.
9704 # hardcode_libdir_flag_spec is actually meaningless, as there is
9705 # no search path for DLLs.
f2c621e4
AS
9706 hardcode_libdir_flag_spec=' '
9707 allow_undefined_flag=unsupported
9708 # Tell ltmain to make .lib files, not .a files.
9709 libext=lib
9710 # Tell ltmain to make .dll files, not .so files.
9711 shrext_cmds=".dll"
9712 # FIXME: Setting linknames here is a bad hack.
9713 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9714 # The linker will automatically build a .lib file if we build a DLL.
9715 old_archive_from_new_cmds='true'
9716 # FIXME: Should let the user specify the lib program.
9717 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9718 fix_srcfile_path='`cygpath -w "$srcfile"`'
9719 enable_shared_with_static_runtimes=yes
d7040cdb 9720 ;;
252b5132 9721
d7040cdb 9722 darwin* | rhapsody*)
c46f8c51 9723
718a6fd8
SE
9724
9725 archive_cmds_need_lc=no
9726 hardcode_direct=no
9727 hardcode_automatic=yes
9728 hardcode_shlibpath_var=unsupported
3725885a
RW
9729 if test "$lt_cv_ld_force_load" = "yes"; then
9730 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\"`'
9731 else
9732 whole_archive_flag_spec=''
9733 fi
718a6fd8
SE
9734 link_all_deplibs=yes
9735 allow_undefined_flag="$_lt_dar_allow_undefined"
9736 case $cc_basename in
9737 ifort*) _lt_dar_can_shared=yes ;;
9738 *) _lt_dar_can_shared=$GCC ;;
9739 esac
9740 if test "$_lt_dar_can_shared" = "yes"; then
3725885a 9741 output_verbose_link_cmd=func_echo_all
718a6fd8
SE
9742 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9743 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9744 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}"
9745 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}"
9746
9747 else
9748 ld_shlibs=no
9749 fi
9750
d7040cdb 9751 ;;
42ecbf5e 9752
d7040cdb
SE
9753 dgux*)
9754 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9755 hardcode_libdir_flag_spec='-L$libdir'
9756 hardcode_shlibpath_var=no
9757 ;;
252b5132 9758
d7040cdb
SE
9759 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9760 # support. Future versions do this automatically, but an explicit c++rt0.o
9761 # does not break anything, and helps significantly (at the cost of a little
9762 # extra space).
9763 freebsd2.2*)
9764 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9765 hardcode_libdir_flag_spec='-R$libdir'
9766 hardcode_direct=yes
9767 hardcode_shlibpath_var=no
9768 ;;
252b5132 9769
d7040cdb 9770 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6d2920c8 9771 freebsd2.*)
d7040cdb
SE
9772 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9773 hardcode_direct=yes
9774 hardcode_minus_L=yes
9775 hardcode_shlibpath_var=no
9776 ;;
42ecbf5e 9777
d7040cdb
SE
9778 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9779 freebsd* | dragonfly*)
f2c621e4 9780 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9781 hardcode_libdir_flag_spec='-R$libdir'
9782 hardcode_direct=yes
9783 hardcode_shlibpath_var=no
9784 ;;
252b5132 9785
d7040cdb
SE
9786 hpux9*)
9787 if test "$GCC" = yes; then
f2c621e4 9788 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
9789 else
9790 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'
9791 fi
9792 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9793 hardcode_libdir_separator=:
9794 hardcode_direct=yes
9795
9796 # hardcode_minus_L: Not really in the search PATH,
9797 # but as the default location of the library.
9798 hardcode_minus_L=yes
9799 export_dynamic_flag_spec='${wl}-E'
9800 ;;
20e95c23 9801
d7040cdb 9802 hpux10*)
3725885a 9803 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
f2c621e4 9804 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9805 else
9806 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9807 fi
9808 if test "$with_gnu_ld" = no; then
9809 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9810 hardcode_libdir_flag_spec_ld='+b $libdir'
9811 hardcode_libdir_separator=:
9812 hardcode_direct=yes
9813 hardcode_direct_absolute=yes
9814 export_dynamic_flag_spec='${wl}-E'
9815 # hardcode_minus_L: Not really in the search PATH,
9816 # but as the default location of the library.
9817 hardcode_minus_L=yes
9818 fi
9819 ;;
20e95c23 9820
d7040cdb 9821 hpux11*)
3725885a 9822 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7040cdb
SE
9823 case $host_cpu in
9824 hppa*64*)
9825 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9826 ;;
9827 ia64*)
f2c621e4 9828 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9829 ;;
9830 *)
f2c621e4 9831 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb
SE
9832 ;;
9833 esac
9834 else
9835 case $host_cpu in
9836 hppa*64*)
9837 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9838 ;;
9839 ia64*)
9840 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9841 ;;
9842 *)
3725885a
RW
9843
9844 # Older versions of the 11.00 compiler do not understand -b yet
9845 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9847$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 9848if ${lt_cv_prog_compiler__b+:} false; then :
3725885a
RW
9849 $as_echo_n "(cached) " >&6
9850else
9851 lt_cv_prog_compiler__b=no
9852 save_LDFLAGS="$LDFLAGS"
9853 LDFLAGS="$LDFLAGS -b"
9854 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9855 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9856 # The linker can only warn and ignore the option if not recognized
9857 # So say no if there are warnings
9858 if test -s conftest.err; then
9859 # Append any errors to the config.log.
9860 cat conftest.err 1>&5
9861 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9862 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9863 if diff conftest.exp conftest.er2 >/dev/null; then
9864 lt_cv_prog_compiler__b=yes
9865 fi
9866 else
9867 lt_cv_prog_compiler__b=yes
9868 fi
9869 fi
9870 $RM -r conftest*
9871 LDFLAGS="$save_LDFLAGS"
9872
9873fi
9874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9875$as_echo "$lt_cv_prog_compiler__b" >&6; }
9876
9877if test x"$lt_cv_prog_compiler__b" = xyes; then
9878 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9879else
9880 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9881fi
9882
d7040cdb
SE
9883 ;;
9884 esac
9885 fi
9886 if test "$with_gnu_ld" = no; then
9887 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9888 hardcode_libdir_separator=:
9889
9890 case $host_cpu in
9891 hppa*64*|ia64*)
9892 hardcode_direct=no
9893 hardcode_shlibpath_var=no
9894 ;;
9895 *)
9896 hardcode_direct=yes
9897 hardcode_direct_absolute=yes
9898 export_dynamic_flag_spec='${wl}-E'
9899
9900 # hardcode_minus_L: Not really in the search PATH,
9901 # but as the default location of the library.
9902 hardcode_minus_L=yes
9903 ;;
9904 esac
9905 fi
9906 ;;
9907
9908 irix5* | irix6* | nonstopux*)
9909 if test "$GCC" = yes; then
f2c621e4 9910 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
9911 # Try to use the -exported_symbol ld option, if it does not
9912 # work, assume that -exports_file does not work either and
9913 # implicitly export all symbols.
f2c621e4
AS
9914 save_LDFLAGS="$LDFLAGS"
9915 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb 9917/* end confdefs.h. */
f2c621e4 9918int foo(void) {}
42ecbf5e 9919_ACEOF
81ecdfbb 9920if ac_fn_c_try_link "$LINENO"; then :
f2c621e4
AS
9921 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'
9922
42ecbf5e 9923fi
81ecdfbb
RW
9924rm -f core conftest.err conftest.$ac_objext \
9925 conftest$ac_exeext conftest.$ac_ext
f2c621e4 9926 LDFLAGS="$save_LDFLAGS"
d7040cdb 9927 else
3725885a
RW
9928 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'
9929 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
9930 fi
9931 archive_cmds_need_lc='no'
9932 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9933 hardcode_libdir_separator=:
9934 inherit_rpath=yes
9935 link_all_deplibs=yes
9936 ;;
42ecbf5e 9937
d7040cdb
SE
9938 netbsd*)
9939 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9940 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9941 else
9942 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9943 fi
9944 hardcode_libdir_flag_spec='-R$libdir'
9945 hardcode_direct=yes
9946 hardcode_shlibpath_var=no
9947 ;;
42ecbf5e 9948
d7040cdb
SE
9949 newsos6)
9950 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9951 hardcode_direct=yes
9952 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9953 hardcode_libdir_separator=:
9954 hardcode_shlibpath_var=no
9955 ;;
42ecbf5e 9956
d7040cdb
SE
9957 *nto* | *qnx*)
9958 ;;
252b5132 9959
d7040cdb 9960 openbsd*)
718a6fd8
SE
9961 if test -f /usr/libexec/ld.so; then
9962 hardcode_direct=yes
9963 hardcode_shlibpath_var=no
9964 hardcode_direct_absolute=yes
9965 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
d7040cdb 9966 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
718a6fd8 9967 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
d7040cdb 9968 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
718a6fd8
SE
9969 export_dynamic_flag_spec='${wl}-E'
9970 else
9971 case $host_os in
9972 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9973 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9974 hardcode_libdir_flag_spec='-R$libdir'
9975 ;;
9976 *)
9977 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9978 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9979 ;;
9980 esac
9981 fi
9982 else
9983 ld_shlibs=no
d7040cdb
SE
9984 fi
9985 ;;
252b5132 9986
d7040cdb
SE
9987 os2*)
9988 hardcode_libdir_flag_spec='-L$libdir'
9989 hardcode_minus_L=yes
9990 allow_undefined_flag=unsupported
3725885a 9991 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
9992 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9993 ;;
2481e6a2 9994
d7040cdb
SE
9995 osf3*)
9996 if test "$GCC" = yes; then
9997 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
3725885a 9998 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
9999 else
10000 allow_undefined_flag=' -expect_unresolved \*'
3725885a 10001 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
10002 fi
10003 archive_cmds_need_lc='no'
10004 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10005 hardcode_libdir_separator=:
10006 ;;
42ecbf5e 10007
d7040cdb
SE
10008 osf4* | osf5*) # as osf3* with the addition of -msym flag
10009 if test "$GCC" = yes; then
10010 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
f2c621e4 10011 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
10012 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10013 else
10014 allow_undefined_flag=' -expect_unresolved \*'
3725885a 10015 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 10016 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 10017 $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 10018
d7040cdb
SE
10019 # Both c and cxx compiler support -rpath directly
10020 hardcode_libdir_flag_spec='-rpath $libdir'
10021 fi
10022 archive_cmds_need_lc='no'
10023 hardcode_libdir_separator=:
10024 ;;
10025
10026 solaris*)
10027 no_undefined_flag=' -z defs'
10028 if test "$GCC" = yes; then
10029 wlarc='${wl}'
f2c621e4 10030 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
d7040cdb 10031 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
f2c621e4 10032 $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
10033 else
10034 case `$CC -V 2>&1` in
10035 *"Compilers 5.0"*)
10036 wlarc=''
10037 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10038 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10039 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10040 ;;
10041 *)
10042 wlarc='${wl}'
10043 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10044 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10045 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10046 ;;
10047 esac
10048 fi
10049 hardcode_libdir_flag_spec='-R$libdir'
10050 hardcode_shlibpath_var=no
10051 case $host_os in
10052 solaris2.[0-5] | solaris2.[0-5].*) ;;
10053 *)
10054 # The compiler driver will combine and reorder linker options,
10055 # but understands `-z linker_flag'. GCC discards it without `$wl',
10056 # but is careful enough not to reorder.
10057 # Supported since Solaris 2.6 (maybe 2.5.1?)
10058 if test "$GCC" = yes; then
10059 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10060 else
10061 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10062 fi
10063 ;;
10064 esac
10065 link_all_deplibs=yes
10066 ;;
10067
10068 sunos4*)
10069 if test "x$host_vendor" = xsequent; then
10070 # Use $CC to link under sequent, because it throws in some extra .o
10071 # files that make .init and .fini sections work.
10072 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10073 else
10074 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10075 fi
10076 hardcode_libdir_flag_spec='-L$libdir'
10077 hardcode_direct=yes
10078 hardcode_minus_L=yes
10079 hardcode_shlibpath_var=no
10080 ;;
10081
10082 sysv4)
10083 case $host_vendor in
10084 sni)
10085 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10086 hardcode_direct=yes # is this really true???
10087 ;;
10088 siemens)
10089 ## LD is ld it makes a PLAMLIB
10090 ## CC just makes a GrossModule.
10091 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10092 reload_cmds='$CC -r -o $output$reload_objs'
10093 hardcode_direct=no
10094 ;;
10095 motorola)
10096 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10097 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10098 ;;
10099 esac
10100 runpath_var='LD_RUN_PATH'
10101 hardcode_shlibpath_var=no
10102 ;;
10103
10104 sysv4.3*)
10105 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10106 hardcode_shlibpath_var=no
10107 export_dynamic_flag_spec='-Bexport'
10108 ;;
10109
10110 sysv4*MP*)
10111 if test -d /usr/nec; then
10112 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10113 hardcode_shlibpath_var=no
10114 runpath_var=LD_RUN_PATH
10115 hardcode_runpath_var=yes
10116 ld_shlibs=yes
10117 fi
10118 ;;
10119
10120 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10121 no_undefined_flag='${wl}-z,text'
10122 archive_cmds_need_lc=no
10123 hardcode_shlibpath_var=no
10124 runpath_var='LD_RUN_PATH'
10125
10126 if test "$GCC" = yes; then
10127 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10128 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10129 else
10130 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10131 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10132 fi
10133 ;;
10134
10135 sysv5* | sco3.2v5* | sco5v6*)
10136 # Note: We can NOT use -z defs as we might desire, because we do not
10137 # link with -lc, and that would cause any symbols used from libc to
10138 # always be unresolved, which means just about no library would
10139 # ever link correctly. If we're not using GNU ld we use -z text
10140 # though, which does catch some bad symbols but isn't as heavy-handed
10141 # as -z defs.
10142 no_undefined_flag='${wl}-z,text'
10143 allow_undefined_flag='${wl}-z,nodefs'
10144 archive_cmds_need_lc=no
10145 hardcode_shlibpath_var=no
10146 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10147 hardcode_libdir_separator=':'
10148 link_all_deplibs=yes
10149 export_dynamic_flag_spec='${wl}-Bexport'
10150 runpath_var='LD_RUN_PATH'
10151
10152 if test "$GCC" = yes; then
10153 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10154 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10155 else
10156 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10157 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10158 fi
10159 ;;
10160
10161 uts4*)
10162 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10163 hardcode_libdir_flag_spec='-L$libdir'
10164 hardcode_shlibpath_var=no
10165 ;;
10166
10167 *)
10168 ld_shlibs=no
10169 ;;
10170 esac
10171
10172 if test x$host_vendor = xsni; then
10173 case $host in
10174 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10175 export_dynamic_flag_spec='${wl}-Blargedynsym'
10176 ;;
10177 esac
10178 fi
10179 fi
10180
81ecdfbb
RW
10181{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10182$as_echo "$ld_shlibs" >&6; }
d7040cdb
SE
10183test "$ld_shlibs" = no && can_build_shared=no
10184
10185with_gnu_ld=$with_gnu_ld
10186
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201#
10202# Do we need to explicitly link libc?
10203#
10204case "x$archive_cmds_need_lc" in
10205x|xyes)
10206 # Assume -lc should be added
10207 archive_cmds_need_lc=yes
10208
10209 if test "$enable_shared" = yes && test "$GCC" = yes; then
10210 case $archive_cmds in
10211 *'~'*)
10212 # FIXME: we may have to deal with multi-command sequences.
10213 ;;
10214 '$CC '*)
10215 # Test whether the compiler implicitly links with -lc since on some
10216 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10217 # to ld, don't add -lc before -lgcc.
81ecdfbb
RW
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10219$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 10220if ${lt_cv_archive_cmds_need_lc+:} false; then :
81ecdfbb 10221 $as_echo_n "(cached) " >&6
39144654
RW
10222else
10223 $RM conftest*
10224 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d7040cdb 10225
81ecdfbb 10226 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
d7040cdb 10227 (eval $ac_compile) 2>&5
20e95c23 10228 ac_status=$?
81ecdfbb
RW
10229 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10230 test $ac_status = 0; } 2>conftest.err; then
39144654
RW
10231 soname=conftest
10232 lib=conftest
10233 libobjs=conftest.$ac_objext
10234 deplibs=
10235 wl=$lt_prog_compiler_wl
10236 pic_flag=$lt_prog_compiler_pic
10237 compiler_flags=-v
10238 linker_flags=-v
10239 verstring=
10240 output_objdir=.
10241 libname=conftest
10242 lt_save_allow_undefined_flag=$allow_undefined_flag
10243 allow_undefined_flag=
81ecdfbb 10244 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
d7040cdb 10245 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
20e95c23 10246 ac_status=$?
81ecdfbb
RW
10247 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10248 test $ac_status = 0; }
39144654
RW
10249 then
10250 lt_cv_archive_cmds_need_lc=no
10251 else
10252 lt_cv_archive_cmds_need_lc=yes
10253 fi
10254 allow_undefined_flag=$lt_save_allow_undefined_flag
10255 else
10256 cat conftest.err 1>&5
10257 fi
10258 $RM conftest*
10259
10260fi
81ecdfbb
RW
10261{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10262$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
39144654 10263 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
d7040cdb
SE
10264 ;;
10265 esac
10266 fi
10267 ;;
10268esac
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
81ecdfbb
RW
10426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10427$as_echo_n "checking dynamic linker characteristics... " >&6; }
718a6fd8
SE
10428
10429if test "$GCC" = yes; then
d7040cdb
SE
10430 case $host_os in
10431 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10432 *) lt_awk_arg="/^libraries:/" ;;
10433 esac
3725885a
RW
10434 case $host_os in
10435 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10436 *) lt_sed_strip_eq="s,=/,/,g" ;;
10437 esac
10438 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10439 case $lt_search_path_spec in
10440 *\;*)
d7040cdb
SE
10441 # if the path contains ";" then we assume it to be the separator
10442 # otherwise default to the standard path separator (i.e. ":") - it is
10443 # assumed that no part of a normal pathname contains ";" but that should
10444 # okay in the real world where ";" in dirpaths is itself problematic.
3725885a
RW
10445 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10446 ;;
10447 *)
10448 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10449 ;;
10450 esac
d7040cdb
SE
10451 # Ok, now we have the path, separated by spaces, we can step through it
10452 # and add multilib dir if necessary.
10453 lt_tmp_lt_search_path_spec=
10454 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10455 for lt_sys_path in $lt_search_path_spec; do
10456 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10457 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10458 else
10459 test -d "$lt_sys_path" && \
10460 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10461 fi
10462 done
3725885a 10463 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7040cdb
SE
10464BEGIN {RS=" "; FS="/|\n";} {
10465 lt_foo="";
10466 lt_count=0;
10467 for (lt_i = NF; lt_i > 0; lt_i--) {
10468 if ($lt_i != "" && $lt_i != ".") {
10469 if ($lt_i == "..") {
10470 lt_count++;
10471 } else {
10472 if (lt_count == 0) {
10473 lt_foo="/" $lt_i lt_foo;
10474 } else {
10475 lt_count--;
10476 }
10477 }
10478 }
10479 }
10480 if (lt_foo != "") { lt_freq[lt_foo]++; }
10481 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10482}'`
3725885a
RW
10483 # AWK program above erroneously prepends '/' to C:/dos/paths
10484 # for these hosts.
10485 case $host_os in
10486 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10487 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10488 esac
10489 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7040cdb
SE
10490else
10491 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10492fi
10493library_names_spec=
10494libname_spec='lib$name'
10495soname_spec=
10496shrext_cmds=".so"
10497postinstall_cmds=
10498postuninstall_cmds=
10499finish_cmds=
10500finish_eval=
10501shlibpath_var=
10502shlibpath_overrides_runpath=unknown
10503version_type=none
10504dynamic_linker="$host_os ld.so"
10505sys_lib_dlsearch_path_spec="/lib /usr/lib"
10506need_lib_prefix=unknown
10507hardcode_into_libs=no
10508
10509# when you set need_version to no, make sure it does not cause -set_version
10510# flags to be left without arguments
10511need_version=unknown
10512
10513case $host_os in
10514aix3*)
10515 version_type=linux
10516 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10517 shlibpath_var=LIBPATH
10518
10519 # AIX 3 has no versioning support, so we append a major version to the name.
10520 soname_spec='${libname}${release}${shared_ext}$major'
10521 ;;
10522
50e7d84b 10523aix[4-9]*)
d7040cdb
SE
10524 version_type=linux
10525 need_lib_prefix=no
10526 need_version=no
10527 hardcode_into_libs=yes
10528 if test "$host_cpu" = ia64; then
10529 # AIX 5 supports IA64
10530 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10531 shlibpath_var=LD_LIBRARY_PATH
10532 else
10533 # With GCC up to 2.95.x, collect2 would create an import file
10534 # for dependence libraries. The import file would start with
10535 # the line `#! .'. This would cause the generated library to
10536 # depend on `.', always an invalid library. This was fixed in
10537 # development snapshots of GCC prior to 3.0.
10538 case $host_os in
10539 aix4 | aix4.[01] | aix4.[01].*)
10540 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10541 echo ' yes '
10542 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10543 :
10544 else
10545 can_build_shared=no
10546 fi
10547 ;;
10548 esac
10549 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10550 # soname into executable. Probably we can add versioning support to
10551 # collect2, so additional links can be useful in future.
10552 if test "$aix_use_runtimelinking" = yes; then
10553 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10554 # instead of lib<name>.a to let people know that these are not
10555 # typical AIX shared libraries.
10556 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10557 else
10558 # We preserve .a as extension for shared libraries through AIX4.2
10559 # and later when we are not doing run time linking.
10560 library_names_spec='${libname}${release}.a $libname.a'
10561 soname_spec='${libname}${release}${shared_ext}$major'
10562 fi
10563 shlibpath_var=LIBPATH
10564 fi
10565 ;;
10566
10567amigaos*)
718a6fd8
SE
10568 case $host_cpu in
10569 powerpc)
10570 # Since July 2007 AmigaOS4 officially supports .so libraries.
10571 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10572 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10573 ;;
10574 m68k)
d7040cdb
SE
10575 library_names_spec='$libname.ixlibrary $libname.a'
10576 # Create ${libname}_ixlibrary.a entries in /sys/libs.
3725885a 10577 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
10578 ;;
10579 esac
d7040cdb
SE
10580 ;;
10581
10582beos*)
10583 library_names_spec='${libname}${shared_ext}'
10584 dynamic_linker="$host_os ld.so"
10585 shlibpath_var=LIBRARY_PATH
10586 ;;
10587
10588bsdi[45]*)
10589 version_type=linux
10590 need_version=no
10591 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10592 soname_spec='${libname}${release}${shared_ext}$major'
10593 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10594 shlibpath_var=LD_LIBRARY_PATH
10595 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10596 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10597 # the default ld.so.conf also contains /usr/contrib/lib and
10598 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10599 # libtool to hard-code these into programs
10600 ;;
10601
718a6fd8 10602cygwin* | mingw* | pw32* | cegcc*)
d7040cdb
SE
10603 version_type=windows
10604 shrext_cmds=".dll"
10605 need_version=no
10606 need_lib_prefix=no
10607
f2c621e4
AS
10608 case $GCC,$host_os in
10609 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
d7040cdb
SE
10610 library_names_spec='$libname.dll.a'
10611 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10612 postinstall_cmds='base_file=`basename \${file}`~
10613 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10614 dldir=$destdir/`dirname \$dlpath`~
10615 test -d \$dldir || mkdir -p \$dldir~
10616 $install_prog $dir/$dlname \$dldir/$dlname~
10617 chmod a+x \$dldir/$dlname~
10618 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10619 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10620 fi'
10621 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10622 dlpath=$dir/\$dldll~
10623 $RM \$dlpath'
10624 shlibpath_overrides_runpath=yes
10625
10626 case $host_os in
10627 cygwin*)
10628 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10629 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
3725885a
RW
10630
10631 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7040cdb 10632 ;;
718a6fd8 10633 mingw* | cegcc*)
d7040cdb
SE
10634 # MinGW DLLs use traditional 'lib' prefix
10635 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7040cdb
SE
10636 ;;
10637 pw32*)
10638 # pw32 DLLs use 'pw' prefix rather than 'lib'
10639 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10640 ;;
10641 esac
10642 ;;
10643
10644 *)
10645 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10646 ;;
10647 esac
f2c621e4 10648 dynamic_linker='Win32 ld.exe'
d7040cdb
SE
10649 # FIXME: first we should search . and the directory the executable is in
10650 shlibpath_var=PATH
10651 ;;
10652
10653darwin* | rhapsody*)
10654 dynamic_linker="$host_os dyld"
10655 version_type=darwin
10656 need_lib_prefix=no
10657 need_version=no
10658 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10659 soname_spec='${libname}${release}${major}$shared_ext'
10660 shlibpath_overrides_runpath=yes
10661 shlibpath_var=DYLD_LIBRARY_PATH
10662 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10663
10664 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10665 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10666 ;;
10667
10668dgux*)
10669 version_type=linux
10670 need_lib_prefix=no
10671 need_version=no
10672 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10673 soname_spec='${libname}${release}${shared_ext}$major'
10674 shlibpath_var=LD_LIBRARY_PATH
10675 ;;
10676
d7040cdb
SE
10677freebsd* | dragonfly*)
10678 # DragonFly does not have aout. When/if they implement a new
10679 # versioning mechanism, adjust this.
10680 if test -x /usr/bin/objformat; then
10681 objformat=`/usr/bin/objformat`
10682 else
10683 case $host_os in
6d2920c8 10684 freebsd[23].*) objformat=aout ;;
d7040cdb
SE
10685 *) objformat=elf ;;
10686 esac
10687 fi
10688 version_type=freebsd-$objformat
10689 case $version_type in
10690 freebsd-elf*)
10691 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10692 need_version=no
10693 need_lib_prefix=no
10694 ;;
10695 freebsd-*)
10696 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10697 need_version=yes
10698 ;;
10699 esac
10700 shlibpath_var=LD_LIBRARY_PATH
10701 case $host_os in
6d2920c8 10702 freebsd2.*)
d7040cdb
SE
10703 shlibpath_overrides_runpath=yes
10704 ;;
10705 freebsd3.[01]* | freebsdelf3.[01]*)
10706 shlibpath_overrides_runpath=yes
10707 hardcode_into_libs=yes
10708 ;;
10709 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10710 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10711 shlibpath_overrides_runpath=no
10712 hardcode_into_libs=yes
10713 ;;
10714 *) # from 4.6 on, and DragonFly
10715 shlibpath_overrides_runpath=yes
10716 hardcode_into_libs=yes
10717 ;;
10718 esac
10719 ;;
10720
10721gnu*)
10722 version_type=linux
10723 need_lib_prefix=no
10724 need_version=no
10725 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10726 soname_spec='${libname}${release}${shared_ext}$major'
10727 shlibpath_var=LD_LIBRARY_PATH
10728 hardcode_into_libs=yes
10729 ;;
10730
3725885a
RW
10731haiku*)
10732 version_type=linux
10733 need_lib_prefix=no
10734 need_version=no
10735 dynamic_linker="$host_os runtime_loader"
10736 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10737 soname_spec='${libname}${release}${shared_ext}$major'
10738 shlibpath_var=LIBRARY_PATH
10739 shlibpath_overrides_runpath=yes
f2c621e4 10740 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
3725885a
RW
10741 hardcode_into_libs=yes
10742 ;;
10743
d7040cdb
SE
10744hpux9* | hpux10* | hpux11*)
10745 # Give a soname corresponding to the major version so that dld.sl refuses to
10746 # link against other versions.
10747 version_type=sunos
10748 need_lib_prefix=no
10749 need_version=no
10750 case $host_cpu in
10751 ia64*)
10752 shrext_cmds='.so'
10753 hardcode_into_libs=yes
10754 dynamic_linker="$host_os dld.so"
10755 shlibpath_var=LD_LIBRARY_PATH
10756 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10757 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10758 soname_spec='${libname}${release}${shared_ext}$major'
10759 if test "X$HPUX_IA64_MODE" = X32; then
10760 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10761 else
10762 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10763 fi
10764 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10765 ;;
10766 hppa*64*)
10767 shrext_cmds='.sl'
10768 hardcode_into_libs=yes
10769 dynamic_linker="$host_os dld.sl"
10770 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10771 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10772 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10773 soname_spec='${libname}${release}${shared_ext}$major'
10774 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10775 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10776 ;;
10777 *)
10778 shrext_cmds='.sl'
10779 dynamic_linker="$host_os dld.sl"
10780 shlibpath_var=SHLIB_PATH
10781 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10782 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10783 soname_spec='${libname}${release}${shared_ext}$major'
10784 ;;
10785 esac
3725885a 10786 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7040cdb 10787 postinstall_cmds='chmod 555 $lib'
3725885a
RW
10788 # or fails outright, so override atomically:
10789 install_override_mode=555
d7040cdb
SE
10790 ;;
10791
10792interix[3-9]*)
10793 version_type=linux
10794 need_lib_prefix=no
10795 need_version=no
10796 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10797 soname_spec='${libname}${release}${shared_ext}$major'
10798 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10799 shlibpath_var=LD_LIBRARY_PATH
10800 shlibpath_overrides_runpath=no
10801 hardcode_into_libs=yes
10802 ;;
10803
10804irix5* | irix6* | nonstopux*)
10805 case $host_os in
10806 nonstopux*) version_type=nonstopux ;;
10807 *)
10808 if test "$lt_cv_prog_gnu_ld" = yes; then
10809 version_type=linux
10810 else
10811 version_type=irix
10812 fi ;;
10813 esac
10814 need_lib_prefix=no
10815 need_version=no
10816 soname_spec='${libname}${release}${shared_ext}$major'
10817 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10818 case $host_os in
10819 irix5* | nonstopux*)
10820 libsuff= shlibsuff=
10821 ;;
10822 *)
10823 case $LD in # libtool.m4 will add one of these switches to LD
10824 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10825 libsuff= shlibsuff= libmagic=32-bit;;
10826 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10827 libsuff=32 shlibsuff=N32 libmagic=N32;;
10828 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10829 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10830 *) libsuff= shlibsuff= libmagic=never-match;;
10831 esac
10832 ;;
10833 esac
10834 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10835 shlibpath_overrides_runpath=no
10836 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10837 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10838 hardcode_into_libs=yes
10839 ;;
10840
10841# No shared lib support for Linux oldld, aout, or coff.
10842linux*oldld* | linux*aout* | linux*coff*)
10843 dynamic_linker=no
10844 ;;
10845
10846# This must be Linux ELF.
58e24671 10847linux* | k*bsd*-gnu | kopensolaris*-gnu)
d7040cdb
SE
10848 version_type=linux
10849 need_lib_prefix=no
10850 need_version=no
10851 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10852 soname_spec='${libname}${release}${shared_ext}$major'
10853 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10854 shlibpath_var=LD_LIBRARY_PATH
10855 shlibpath_overrides_runpath=no
39144654 10856
d7040cdb 10857 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 10858 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
81ecdfbb 10859 $as_echo_n "(cached) " >&6
39144654
RW
10860else
10861 lt_cv_shlibpath_overrides_runpath=no
10862 save_LDFLAGS=$LDFLAGS
10863 save_libdir=$libdir
10864 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10865 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
81ecdfbb 10866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
10867/* end confdefs.h. */
10868
10869int
10870main ()
10871{
10872
10873 ;
10874 return 0;
10875}
10876_ACEOF
81ecdfbb
RW
10877if ac_fn_c_try_link "$LINENO"; then :
10878 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
39144654 10879 lt_cv_shlibpath_overrides_runpath=yes
d7040cdb 10880fi
d7040cdb 10881fi
81ecdfbb
RW
10882rm -f core conftest.err conftest.$ac_objext \
10883 conftest$ac_exeext conftest.$ac_ext
39144654
RW
10884 LDFLAGS=$save_LDFLAGS
10885 libdir=$save_libdir
10886
10887fi
10888
10889 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d7040cdb
SE
10890
10891 # This implies no fast_install, which is unacceptable.
10892 # Some rework will be needed to allow for fast_install
10893 # before this can be enabled.
10894 hardcode_into_libs=yes
10895
10896 # Append ld.so.conf contents to the search path
10897 if test -f /etc/ld.so.conf; then
3725885a 10898 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 10899 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
d7040cdb
SE
10900 fi
10901
10902 # We used to test for /lib/ld.so.1 and disable shared libraries on
10903 # powerpc, because MkLinux only supported shared libraries with the
10904 # GNU dynamic linker. Since this was broken with cross compilers,
10905 # most powerpc-linux boxes support dynamic linking these days and
10906 # people can always --disable-shared, the test was removed, and we
10907 # assume the GNU/Linux dynamic linker is in use.
10908 dynamic_linker='GNU/Linux ld.so'
10909 ;;
10910
10911netbsd*)
10912 version_type=sunos
10913 need_lib_prefix=no
10914 need_version=no
10915 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10916 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10917 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10918 dynamic_linker='NetBSD (a.out) ld.so'
10919 else
10920 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10921 soname_spec='${libname}${release}${shared_ext}$major'
10922 dynamic_linker='NetBSD ld.elf_so'
10923 fi
10924 shlibpath_var=LD_LIBRARY_PATH
10925 shlibpath_overrides_runpath=yes
10926 hardcode_into_libs=yes
10927 ;;
10928
10929newsos6)
10930 version_type=linux
10931 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10932 shlibpath_var=LD_LIBRARY_PATH
10933 shlibpath_overrides_runpath=yes
10934 ;;
10935
10936*nto* | *qnx*)
10937 version_type=qnx
10938 need_lib_prefix=no
10939 need_version=no
10940 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10941 soname_spec='${libname}${release}${shared_ext}$major'
10942 shlibpath_var=LD_LIBRARY_PATH
10943 shlibpath_overrides_runpath=no
10944 hardcode_into_libs=yes
10945 dynamic_linker='ldqnx.so'
10946 ;;
10947
10948openbsd*)
10949 version_type=sunos
10950 sys_lib_dlsearch_path_spec="/usr/lib"
10951 need_lib_prefix=no
10952 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10953 case $host_os in
10954 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10955 *) need_version=no ;;
10956 esac
10957 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10958 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10959 shlibpath_var=LD_LIBRARY_PATH
10960 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10961 case $host_os in
10962 openbsd2.[89] | openbsd2.[89].*)
10963 shlibpath_overrides_runpath=no
10964 ;;
10965 *)
10966 shlibpath_overrides_runpath=yes
10967 ;;
10968 esac
10969 else
10970 shlibpath_overrides_runpath=yes
10971 fi
10972 ;;
10973
10974os2*)
10975 libname_spec='$name'
10976 shrext_cmds=".dll"
10977 need_lib_prefix=no
10978 library_names_spec='$libname${shared_ext} $libname.a'
10979 dynamic_linker='OS/2 ld.exe'
10980 shlibpath_var=LIBPATH
10981 ;;
10982
10983osf3* | osf4* | osf5*)
10984 version_type=osf
10985 need_lib_prefix=no
10986 need_version=no
10987 soname_spec='${libname}${release}${shared_ext}$major'
10988 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10989 shlibpath_var=LD_LIBRARY_PATH
10990 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10991 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10992 ;;
10993
10994rdos*)
10995 dynamic_linker=no
10996 ;;
10997
10998solaris*)
10999 version_type=linux
11000 need_lib_prefix=no
11001 need_version=no
11002 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11003 soname_spec='${libname}${release}${shared_ext}$major'
11004 shlibpath_var=LD_LIBRARY_PATH
11005 shlibpath_overrides_runpath=yes
11006 hardcode_into_libs=yes
11007 # ldd complains unless libraries are executable
11008 postinstall_cmds='chmod +x $lib'
11009 ;;
11010
11011sunos4*)
11012 version_type=sunos
11013 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11014 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11015 shlibpath_var=LD_LIBRARY_PATH
11016 shlibpath_overrides_runpath=yes
11017 if test "$with_gnu_ld" = yes; then
11018 need_lib_prefix=no
11019 fi
11020 need_version=yes
11021 ;;
11022
11023sysv4 | sysv4.3*)
11024 version_type=linux
11025 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11026 soname_spec='${libname}${release}${shared_ext}$major'
11027 shlibpath_var=LD_LIBRARY_PATH
11028 case $host_vendor in
11029 sni)
11030 shlibpath_overrides_runpath=no
11031 need_lib_prefix=no
11032 runpath_var=LD_RUN_PATH
11033 ;;
11034 siemens)
11035 need_lib_prefix=no
11036 ;;
11037 motorola)
11038 need_lib_prefix=no
11039 need_version=no
11040 shlibpath_overrides_runpath=no
11041 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11042 ;;
11043 esac
11044 ;;
11045
11046sysv4*MP*)
11047 if test -d /usr/nec ;then
11048 version_type=linux
11049 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11050 soname_spec='$libname${shared_ext}.$major'
11051 shlibpath_var=LD_LIBRARY_PATH
11052 fi
11053 ;;
11054
11055sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11056 version_type=freebsd-elf
11057 need_lib_prefix=no
11058 need_version=no
11059 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11060 soname_spec='${libname}${release}${shared_ext}$major'
11061 shlibpath_var=LD_LIBRARY_PATH
11062 shlibpath_overrides_runpath=yes
11063 hardcode_into_libs=yes
11064 if test "$with_gnu_ld" = yes; then
11065 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11066 else
11067 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11068 case $host_os in
11069 sco3.2v5*)
11070 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11071 ;;
11072 esac
11073 fi
11074 sys_lib_dlsearch_path_spec='/usr/lib'
11075 ;;
11076
11077tpf*)
11078 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11079 version_type=linux
11080 need_lib_prefix=no
11081 need_version=no
718a6fd8 11082 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d7040cdb
SE
11083 shlibpath_var=LD_LIBRARY_PATH
11084 shlibpath_overrides_runpath=no
11085 hardcode_into_libs=yes
11086 ;;
11087
11088uts4*)
11089 version_type=linux
11090 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11091 soname_spec='${libname}${release}${shared_ext}$major'
11092 shlibpath_var=LD_LIBRARY_PATH
11093 ;;
11094
11095*)
11096 dynamic_linker=no
11097 ;;
11098esac
81ecdfbb
RW
11099{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11100$as_echo "$dynamic_linker" >&6; }
d7040cdb
SE
11101test "$dynamic_linker" = no && can_build_shared=no
11102
11103variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11104if test "$GCC" = yes; then
11105 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11106fi
11107
718a6fd8
SE
11108if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11109 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11110fi
11111if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11112 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11113fi
11114
d7040cdb
SE
11115
11116
11117
11118
11119
11120
11121
11122
11123
11124
11125
11126
11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
11191
11192
11193
11194
3725885a
RW
11195
11196
11197
11198
11199
d7040cdb
SE
11200
11201
11202
11203
11204
11205
81ecdfbb
RW
11206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11207$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
d7040cdb
SE
11208hardcode_action=
11209if test -n "$hardcode_libdir_flag_spec" ||
11210 test -n "$runpath_var" ||
11211 test "X$hardcode_automatic" = "Xyes" ; then
11212
11213 # We can hardcode non-existent directories.
11214 if test "$hardcode_direct" != no &&
11215 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11216 # have to relink, otherwise we might link with an installed library
11217 # when we should be linking with a yet-to-be-installed one
11218 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11219 test "$hardcode_minus_L" != no; then
11220 # Linking always hardcodes the temporary library directory.
11221 hardcode_action=relink
11222 else
11223 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11224 hardcode_action=immediate
11225 fi
11226else
11227 # We cannot hardcode anything, or else we can only hardcode existing
11228 # directories.
11229 hardcode_action=unsupported
11230fi
81ecdfbb
RW
11231{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11232$as_echo "$hardcode_action" >&6; }
d7040cdb
SE
11233
11234if test "$hardcode_action" = relink ||
11235 test "$inherit_rpath" = yes; then
11236 # Fast installation is not supported
11237 enable_fast_install=no
11238elif test "$shlibpath_overrides_runpath" = yes ||
11239 test "$enable_shared" = no; then
11240 # Fast installation is not necessary
11241 enable_fast_install=needless
11242fi
11243
11244
11245
11246
11247
11248
11249 if test "x$enable_dlopen" != xyes; then
11250 enable_dlopen=unknown
11251 enable_dlopen_self=unknown
11252 enable_dlopen_self_static=unknown
11253else
11254 lt_cv_dlopen=no
11255 lt_cv_dlopen_libs=
11256
11257 case $host_os in
11258 beos*)
11259 lt_cv_dlopen="load_add_on"
11260 lt_cv_dlopen_libs=
11261 lt_cv_dlopen_self=yes
11262 ;;
11263
718a6fd8 11264 mingw* | pw32* | cegcc*)
d7040cdb
SE
11265 lt_cv_dlopen="LoadLibrary"
11266 lt_cv_dlopen_libs=
11267 ;;
11268
11269 cygwin*)
11270 lt_cv_dlopen="dlopen"
11271 lt_cv_dlopen_libs=
11272 ;;
11273
11274 darwin*)
11275 # if libdl is installed we need to link against it
81ecdfbb
RW
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11277$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11278if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 11279 $as_echo_n "(cached) " >&6
d7040cdb
SE
11280else
11281 ac_check_lib_save_LIBS=$LIBS
11282LIBS="-ldl $LIBS"
81ecdfbb 11283cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11284/* end confdefs.h. */
11285
81ecdfbb
RW
11286/* Override any GCC internal prototype to avoid an error.
11287 Use char because int might match the return type of a GCC
11288 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11289#ifdef __cplusplus
11290extern "C"
11291#endif
d7040cdb
SE
11292char dlopen ();
11293int
11294main ()
11295{
81ecdfbb 11296return dlopen ();
d7040cdb
SE
11297 ;
11298 return 0;
11299}
11300_ACEOF
81ecdfbb 11301if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11302 ac_cv_lib_dl_dlopen=yes
11303else
81ecdfbb 11304 ac_cv_lib_dl_dlopen=no
d7040cdb 11305fi
81ecdfbb
RW
11306rm -f core conftest.err conftest.$ac_objext \
11307 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11308LIBS=$ac_check_lib_save_LIBS
11309fi
81ecdfbb
RW
11310{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11311$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11312if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
d7040cdb
SE
11313 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11314else
11315
11316 lt_cv_dlopen="dyld"
11317 lt_cv_dlopen_libs=
11318 lt_cv_dlopen_self=yes
11319
11320fi
11321
11322 ;;
11323
11324 *)
81ecdfbb 11325 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 11326if test "x$ac_cv_func_shl_load" = xyes; then :
d7040cdb
SE
11327 lt_cv_dlopen="shl_load"
11328else
81ecdfbb
RW
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11330$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 11331if ${ac_cv_lib_dld_shl_load+:} false; then :
81ecdfbb 11332 $as_echo_n "(cached) " >&6
d7040cdb
SE
11333else
11334 ac_check_lib_save_LIBS=$LIBS
11335LIBS="-ldld $LIBS"
81ecdfbb 11336cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11337/* end confdefs.h. */
11338
81ecdfbb
RW
11339/* Override any GCC internal prototype to avoid an error.
11340 Use char because int might match the return type of a GCC
11341 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11342#ifdef __cplusplus
11343extern "C"
11344#endif
d7040cdb
SE
11345char shl_load ();
11346int
11347main ()
11348{
81ecdfbb 11349return shl_load ();
d7040cdb
SE
11350 ;
11351 return 0;
11352}
11353_ACEOF
81ecdfbb 11354if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11355 ac_cv_lib_dld_shl_load=yes
11356else
81ecdfbb 11357 ac_cv_lib_dld_shl_load=no
d7040cdb 11358fi
81ecdfbb
RW
11359rm -f core conftest.err conftest.$ac_objext \
11360 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11361LIBS=$ac_check_lib_save_LIBS
11362fi
81ecdfbb
RW
11363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11364$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 11365if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
718a6fd8 11366 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
d7040cdb 11367else
81ecdfbb 11368 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 11369if test "x$ac_cv_func_dlopen" = xyes; then :
81ecdfbb 11370 lt_cv_dlopen="dlopen"
d7040cdb 11371else
81ecdfbb
RW
11372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11373$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 11374if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb
RW
11375 $as_echo_n "(cached) " >&6
11376else
11377 ac_check_lib_save_LIBS=$LIBS
11378LIBS="-ldl $LIBS"
11379cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb 11380/* end confdefs.h. */
d7040cdb 11381
81ecdfbb
RW
11382/* Override any GCC internal prototype to avoid an error.
11383 Use char because int might match the return type of a GCC
11384 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11385#ifdef __cplusplus
11386extern "C"
d7040cdb 11387#endif
d7040cdb 11388char dlopen ();
d7040cdb
SE
11389int
11390main ()
11391{
81ecdfbb 11392return dlopen ();
d7040cdb
SE
11393 ;
11394 return 0;
11395}
11396_ACEOF
81ecdfbb
RW
11397if ac_fn_c_try_link "$LINENO"; then :
11398 ac_cv_lib_dl_dlopen=yes
d7040cdb 11399else
81ecdfbb 11400 ac_cv_lib_dl_dlopen=no
d7040cdb 11401fi
81ecdfbb
RW
11402rm -f core conftest.err conftest.$ac_objext \
11403 conftest$ac_exeext conftest.$ac_ext
11404LIBS=$ac_check_lib_save_LIBS
d7040cdb 11405fi
81ecdfbb
RW
11406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11407$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 11408if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
81ecdfbb 11409 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
d7040cdb 11410else
81ecdfbb
RW
11411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11412$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 11413if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 11414 $as_echo_n "(cached) " >&6
d7040cdb
SE
11415else
11416 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11417LIBS="-lsvld $LIBS"
11418cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11419/* end confdefs.h. */
11420
81ecdfbb
RW
11421/* Override any GCC internal prototype to avoid an error.
11422 Use char because int might match the return type of a GCC
11423 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11424#ifdef __cplusplus
11425extern "C"
11426#endif
d7040cdb
SE
11427char dlopen ();
11428int
11429main ()
11430{
81ecdfbb 11431return dlopen ();
d7040cdb
SE
11432 ;
11433 return 0;
11434}
11435_ACEOF
81ecdfbb
RW
11436if ac_fn_c_try_link "$LINENO"; then :
11437 ac_cv_lib_svld_dlopen=yes
d7040cdb 11438else
81ecdfbb 11439 ac_cv_lib_svld_dlopen=no
d7040cdb 11440fi
81ecdfbb
RW
11441rm -f core conftest.err conftest.$ac_objext \
11442 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11443LIBS=$ac_check_lib_save_LIBS
11444fi
81ecdfbb
RW
11445{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11446$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 11447if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
81ecdfbb 11448 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
d7040cdb 11449else
81ecdfbb
RW
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11451$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 11452if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 11453 $as_echo_n "(cached) " >&6
d7040cdb
SE
11454else
11455 ac_check_lib_save_LIBS=$LIBS
81ecdfbb
RW
11456LIBS="-ldld $LIBS"
11457cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d7040cdb
SE
11458/* end confdefs.h. */
11459
81ecdfbb
RW
11460/* Override any GCC internal prototype to avoid an error.
11461 Use char because int might match the return type of a GCC
11462 builtin and then its argument prototype would still apply. */
d7040cdb
SE
11463#ifdef __cplusplus
11464extern "C"
11465#endif
81ecdfbb 11466char dld_link ();
d7040cdb
SE
11467int
11468main ()
11469{
81ecdfbb 11470return dld_link ();
d7040cdb
SE
11471 ;
11472 return 0;
11473}
11474_ACEOF
81ecdfbb 11475if ac_fn_c_try_link "$LINENO"; then :
d7040cdb
SE
11476 ac_cv_lib_dld_dld_link=yes
11477else
81ecdfbb 11478 ac_cv_lib_dld_dld_link=no
d7040cdb 11479fi
81ecdfbb
RW
11480rm -f core conftest.err conftest.$ac_objext \
11481 conftest$ac_exeext conftest.$ac_ext
d7040cdb
SE
11482LIBS=$ac_check_lib_save_LIBS
11483fi
81ecdfbb
RW
11484{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11485$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 11486if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
718a6fd8 11487 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
d7040cdb
SE
11488fi
11489
11490
11491fi
11492
11493
11494fi
11495
11496
11497fi
11498
11499
11500fi
11501
11502
11503fi
11504
11505 ;;
11506 esac
11507
11508 if test "x$lt_cv_dlopen" != xno; then
11509 enable_dlopen=yes
11510 else
11511 enable_dlopen=no
11512 fi
11513
11514 case $lt_cv_dlopen in
11515 dlopen)
11516 save_CPPFLAGS="$CPPFLAGS"
11517 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11518
11519 save_LDFLAGS="$LDFLAGS"
11520 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11521
11522 save_LIBS="$LIBS"
11523 LIBS="$lt_cv_dlopen_libs $LIBS"
11524
81ecdfbb
RW
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11526$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 11527if ${lt_cv_dlopen_self+:} false; then :
81ecdfbb 11528 $as_echo_n "(cached) " >&6
d7040cdb
SE
11529else
11530 if test "$cross_compiling" = yes; then :
11531 lt_cv_dlopen_self=cross
11532else
11533 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11534 lt_status=$lt_dlunknown
11535 cat > conftest.$ac_ext <<_LT_EOF
094e34f2 11536#line 11536 "configure"
d7040cdb
SE
11537#include "confdefs.h"
11538
11539#if HAVE_DLFCN_H
11540#include <dlfcn.h>
11541#endif
11542
11543#include <stdio.h>
11544
11545#ifdef RTLD_GLOBAL
11546# define LT_DLGLOBAL RTLD_GLOBAL
11547#else
11548# ifdef DL_GLOBAL
11549# define LT_DLGLOBAL DL_GLOBAL
11550# else
11551# define LT_DLGLOBAL 0
11552# endif
11553#endif
11554
11555/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11556 find out it does not work in some platform. */
11557#ifndef LT_DLLAZY_OR_NOW
11558# ifdef RTLD_LAZY
11559# define LT_DLLAZY_OR_NOW RTLD_LAZY
11560# else
11561# ifdef DL_LAZY
11562# define LT_DLLAZY_OR_NOW DL_LAZY
11563# else
11564# ifdef RTLD_NOW
11565# define LT_DLLAZY_OR_NOW RTLD_NOW
11566# else
11567# ifdef DL_NOW
11568# define LT_DLLAZY_OR_NOW DL_NOW
11569# else
11570# define LT_DLLAZY_OR_NOW 0
11571# endif
11572# endif
11573# endif
11574# endif
11575#endif
11576
3725885a
RW
11577/* When -fvisbility=hidden is used, assume the code has been annotated
11578 correspondingly for the symbols needed. */
11579#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11580void fnord () __attribute__((visibility("default")));
3725885a
RW
11581#endif
11582
f2c621e4 11583void fnord () { int i=42; }
d7040cdb
SE
11584int main ()
11585{
11586 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11587 int status = $lt_dlunknown;
11588
11589 if (self)
11590 {
11591 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11592 else
11593 {
11594 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11595 else puts (dlerror ());
11596 }
d7040cdb
SE
11597 /* dlclose (self); */
11598 }
11599 else
11600 puts (dlerror ());
11601
718a6fd8 11602 return status;
d7040cdb
SE
11603}
11604_LT_EOF
81ecdfbb 11605 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11606 (eval $ac_link) 2>&5
11607 ac_status=$?
81ecdfbb
RW
11608 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11609 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11610 (./conftest; exit; ) >&5 2>/dev/null
11611 lt_status=$?
11612 case x$lt_status in
11613 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11614 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11615 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11616 esac
11617 else :
11618 # compilation failed
11619 lt_cv_dlopen_self=no
11620 fi
11621fi
11622rm -fr conftest*
11623
11624
11625fi
81ecdfbb
RW
11626{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11627$as_echo "$lt_cv_dlopen_self" >&6; }
d7040cdb
SE
11628
11629 if test "x$lt_cv_dlopen_self" = xyes; then
11630 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
81ecdfbb
RW
11631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11632$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 11633if ${lt_cv_dlopen_self_static+:} false; then :
81ecdfbb 11634 $as_echo_n "(cached) " >&6
d7040cdb
SE
11635else
11636 if test "$cross_compiling" = yes; then :
11637 lt_cv_dlopen_self_static=cross
11638else
11639 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11640 lt_status=$lt_dlunknown
11641 cat > conftest.$ac_ext <<_LT_EOF
094e34f2 11642#line 11642 "configure"
d7040cdb
SE
11643#include "confdefs.h"
11644
11645#if HAVE_DLFCN_H
11646#include <dlfcn.h>
11647#endif
11648
11649#include <stdio.h>
11650
11651#ifdef RTLD_GLOBAL
11652# define LT_DLGLOBAL RTLD_GLOBAL
11653#else
11654# ifdef DL_GLOBAL
11655# define LT_DLGLOBAL DL_GLOBAL
11656# else
11657# define LT_DLGLOBAL 0
11658# endif
11659#endif
11660
11661/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11662 find out it does not work in some platform. */
11663#ifndef LT_DLLAZY_OR_NOW
11664# ifdef RTLD_LAZY
11665# define LT_DLLAZY_OR_NOW RTLD_LAZY
11666# else
11667# ifdef DL_LAZY
11668# define LT_DLLAZY_OR_NOW DL_LAZY
11669# else
11670# ifdef RTLD_NOW
11671# define LT_DLLAZY_OR_NOW RTLD_NOW
11672# else
11673# ifdef DL_NOW
11674# define LT_DLLAZY_OR_NOW DL_NOW
11675# else
11676# define LT_DLLAZY_OR_NOW 0
11677# endif
11678# endif
11679# endif
11680# endif
11681#endif
11682
3725885a
RW
11683/* When -fvisbility=hidden is used, assume the code has been annotated
11684 correspondingly for the symbols needed. */
11685#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
f2c621e4 11686void fnord () __attribute__((visibility("default")));
3725885a
RW
11687#endif
11688
f2c621e4 11689void fnord () { int i=42; }
d7040cdb
SE
11690int main ()
11691{
11692 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11693 int status = $lt_dlunknown;
11694
11695 if (self)
11696 {
11697 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
3725885a
RW
11698 else
11699 {
11700 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11701 else puts (dlerror ());
11702 }
d7040cdb
SE
11703 /* dlclose (self); */
11704 }
11705 else
11706 puts (dlerror ());
11707
718a6fd8 11708 return status;
d7040cdb
SE
11709}
11710_LT_EOF
81ecdfbb 11711 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
d7040cdb
SE
11712 (eval $ac_link) 2>&5
11713 ac_status=$?
81ecdfbb
RW
11714 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11715 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
d7040cdb
SE
11716 (./conftest; exit; ) >&5 2>/dev/null
11717 lt_status=$?
11718 case x$lt_status in
11719 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11720 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11721 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11722 esac
11723 else :
11724 # compilation failed
11725 lt_cv_dlopen_self_static=no
11726 fi
11727fi
11728rm -fr conftest*
11729
11730
11731fi
81ecdfbb
RW
11732{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11733$as_echo "$lt_cv_dlopen_self_static" >&6; }
d7040cdb
SE
11734 fi
11735
11736 CPPFLAGS="$save_CPPFLAGS"
11737 LDFLAGS="$save_LDFLAGS"
11738 LIBS="$save_LIBS"
11739 ;;
11740 esac
11741
11742 case $lt_cv_dlopen_self in
11743 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11744 *) enable_dlopen_self=unknown ;;
11745 esac
11746
11747 case $lt_cv_dlopen_self_static in
11748 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11749 *) enable_dlopen_self_static=unknown ;;
11750 esac
11751fi
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
11763
11764
11765
11766
11767
11768
11769striplib=
11770old_striplib=
81ecdfbb
RW
11771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11772$as_echo_n "checking whether stripping libraries is possible... " >&6; }
d7040cdb
SE
11773if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11774 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11775 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
81ecdfbb
RW
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11777$as_echo "yes" >&6; }
d7040cdb
SE
11778else
11779# FIXME - insert some real tests, host_os isn't really good enough
11780 case $host_os in
11781 darwin*)
11782 if test -n "$STRIP" ; then
11783 striplib="$STRIP -x"
11784 old_striplib="$STRIP -S"
81ecdfbb
RW
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11786$as_echo "yes" >&6; }
d7040cdb 11787 else
81ecdfbb
RW
11788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11789$as_echo "no" >&6; }
d7040cdb
SE
11790 fi
11791 ;;
11792 *)
81ecdfbb
RW
11793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11794$as_echo "no" >&6; }
d7040cdb
SE
11795 ;;
11796 esac
11797fi
11798
11799
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809
11810 # Report which library types will actually be built
81ecdfbb
RW
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11812$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11814$as_echo "$can_build_shared" >&6; }
d7040cdb 11815
81ecdfbb
RW
11816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11817$as_echo_n "checking whether to build shared libraries... " >&6; }
d7040cdb
SE
11818 test "$can_build_shared" = "no" && enable_shared=no
11819
11820 # On AIX, shared libraries and static libraries use the same namespace, and
11821 # are all built from PIC.
11822 case $host_os in
11823 aix3*)
11824 test "$enable_shared" = yes && enable_static=no
11825 if test -n "$RANLIB"; then
11826 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11827 postinstall_cmds='$RANLIB $lib'
11828 fi
11829 ;;
11830
50e7d84b 11831 aix[4-9]*)
d7040cdb
SE
11832 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11833 test "$enable_shared" = yes && enable_static=no
11834 fi
11835 ;;
11836 esac
81ecdfbb
RW
11837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11838$as_echo "$enable_shared" >&6; }
d7040cdb 11839
81ecdfbb
RW
11840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11841$as_echo_n "checking whether to build static libraries... " >&6; }
d7040cdb
SE
11842 # Make sure either enable_shared or enable_static is yes.
11843 test "$enable_shared" = yes || enable_static=yes
81ecdfbb
RW
11844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11845$as_echo "$enable_static" >&6; }
d7040cdb
SE
11846
11847
11848
11849
11850fi
11851ac_ext=c
11852ac_cpp='$CPP $CPPFLAGS'
11853ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11854ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11855ac_compiler_gnu=$ac_cv_c_compiler_gnu
11856
11857CC="$lt_save_CC"
11858
11859
11860
11861
11862
11863
11864
11865
11866
11867
11868
11869
11870
81ecdfbb 11871 ac_config_commands="$ac_config_commands libtool"
d7040cdb
SE
11872
11873
11874
11875
11876# Only expand once:
11877
11878
11879
b879806f
AM
11880# The tests for host and target for $enable_largefile require
11881# canonical names.
11882
11883
11884
11885# As the $enable_largefile decision depends on --enable-plugins we must set it
11886# even in directories otherwise not depending on the $plugins option.
11887
11888
11889 maybe_plugins=no
11890 for ac_header in dlfcn.h
11891do :
11892 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11893"
d0ac1c44 11894if test "x$ac_cv_header_dlfcn_h" = xyes; then :
b879806f
AM
11895 cat >>confdefs.h <<_ACEOF
11896#define HAVE_DLFCN_H 1
11897_ACEOF
11898 maybe_plugins=yes
11899fi
11900
11901done
11902
11903 for ac_header in windows.h
11904do :
11905 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11906"
d0ac1c44 11907if test "x$ac_cv_header_windows_h" = xyes; then :
b879806f
AM
11908 cat >>confdefs.h <<_ACEOF
11909#define HAVE_WINDOWS_H 1
11910_ACEOF
11911 maybe_plugins=yes
11912fi
11913
11914done
11915
11916
11917 # Check whether --enable-plugins was given.
11918if test "${enable_plugins+set}" = set; then :
11919 enableval=$enable_plugins; case "${enableval}" in
11920 no) plugins=no ;;
11921 *) plugins=yes
11922 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 11923 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
b879806f
AM
11924 fi ;;
11925 esac
11926else
11927 plugins=$maybe_plugins
11928
11929fi
11930
2974be62 11931 if test "$plugins" = "yes"; then
3cba8b6c
L
11932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11933$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 11934if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11935 $as_echo_n "(cached) " >&6
11936else
11937 ac_func_search_save_LIBS=$LIBS
11938cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11939/* end confdefs.h. */
11940
11941/* Override any GCC internal prototype to avoid an error.
11942 Use char because int might match the return type of a GCC
11943 builtin and then its argument prototype would still apply. */
11944#ifdef __cplusplus
11945extern "C"
11946#endif
3cba8b6c 11947char dlsym ();
2974be62
AM
11948int
11949main ()
11950{
3cba8b6c 11951return dlsym ();
2974be62
AM
11952 ;
11953 return 0;
11954}
11955_ACEOF
11956for ac_lib in '' dl; do
11957 if test -z "$ac_lib"; then
11958 ac_res="none required"
11959 else
11960 ac_res=-l$ac_lib
11961 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11962 fi
11963 if ac_fn_c_try_link "$LINENO"; then :
3cba8b6c 11964 ac_cv_search_dlsym=$ac_res
2974be62
AM
11965fi
11966rm -f core conftest.err conftest.$ac_objext \
11967 conftest$ac_exeext
d0ac1c44 11968 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11969 break
11970fi
11971done
d0ac1c44 11972if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
11973
11974else
3cba8b6c 11975 ac_cv_search_dlsym=no
2974be62
AM
11976fi
11977rm conftest.$ac_ext
11978LIBS=$ac_func_search_save_LIBS
11979fi
3cba8b6c
L
11980{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11981$as_echo "$ac_cv_search_dlsym" >&6; }
11982ac_res=$ac_cv_search_dlsym
2974be62
AM
11983if test "$ac_res" != no; then :
11984 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11985
11986fi
11987
11988 fi
b879806f
AM
11989
11990
11991case "${host}" in
11992 sparc-*-solaris*|i[3-7]86-*-solaris*)
11993 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11994 # are mutually exclusive; and without procfs support, the bfd/ elf module
11995 # cannot provide certain routines such as elfcore_write_prpsinfo
11996 # or elfcore_write_prstatus. So unless the user explicitly requested
11997 # large-file support through the --enable-largefile switch, disable
11998 # large-file support in favor of procfs support.
11999 test "${target}" = "${host}" -a "x$plugins" = xno \
12000 && : ${enable_largefile="no"}
12001 ;;
12002esac
12003
12004# Check whether --enable-largefile was given.
12005if test "${enable_largefile+set}" = set; then :
12006 enableval=$enable_largefile;
12007fi
12008
12009if test "$enable_largefile" != no; then
12010
12011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
12012$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
d0ac1c44 12013if ${ac_cv_sys_largefile_CC+:} false; then :
b879806f
AM
12014 $as_echo_n "(cached) " >&6
12015else
12016 ac_cv_sys_largefile_CC=no
12017 if test "$GCC" != yes; then
12018 ac_save_CC=$CC
12019 while :; do
12020 # IRIX 6.2 and later do not support large files by default,
12021 # so use the C compiler's -n32 option if that helps.
12022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12023/* end confdefs.h. */
12024#include <sys/types.h>
12025 /* Check that off_t can represent 2**63 - 1 correctly.
12026 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12027 since some C++ compilers masquerading as C compilers
12028 incorrectly reject 9223372036854775807. */
e0b2a78c 12029#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
12030 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12031 && LARGE_OFF_T % 2147483647 == 1)
12032 ? 1 : -1];
12033int
12034main ()
12035{
12036
12037 ;
12038 return 0;
12039}
12040_ACEOF
12041 if ac_fn_c_try_compile "$LINENO"; then :
12042 break
12043fi
12044rm -f core conftest.err conftest.$ac_objext
12045 CC="$CC -n32"
12046 if ac_fn_c_try_compile "$LINENO"; then :
12047 ac_cv_sys_largefile_CC=' -n32'; break
12048fi
12049rm -f core conftest.err conftest.$ac_objext
12050 break
12051 done
12052 CC=$ac_save_CC
12053 rm -f conftest.$ac_ext
12054 fi
12055fi
12056{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
12057$as_echo "$ac_cv_sys_largefile_CC" >&6; }
12058 if test "$ac_cv_sys_largefile_CC" != no; then
12059 CC=$CC$ac_cv_sys_largefile_CC
12060 fi
12061
12062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
12063$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
d0ac1c44 12064if ${ac_cv_sys_file_offset_bits+:} false; then :
b879806f
AM
12065 $as_echo_n "(cached) " >&6
12066else
12067 while :; do
12068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12069/* end confdefs.h. */
12070#include <sys/types.h>
12071 /* Check that off_t can represent 2**63 - 1 correctly.
12072 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12073 since some C++ compilers masquerading as C compilers
12074 incorrectly reject 9223372036854775807. */
e0b2a78c 12075#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
12076 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12077 && LARGE_OFF_T % 2147483647 == 1)
12078 ? 1 : -1];
12079int
12080main ()
12081{
12082
12083 ;
12084 return 0;
12085}
12086_ACEOF
12087if ac_fn_c_try_compile "$LINENO"; then :
12088 ac_cv_sys_file_offset_bits=no; break
12089fi
12090rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12092/* end confdefs.h. */
12093#define _FILE_OFFSET_BITS 64
12094#include <sys/types.h>
12095 /* Check that off_t can represent 2**63 - 1 correctly.
12096 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12097 since some C++ compilers masquerading as C compilers
12098 incorrectly reject 9223372036854775807. */
e0b2a78c 12099#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
12100 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12101 && LARGE_OFF_T % 2147483647 == 1)
12102 ? 1 : -1];
12103int
12104main ()
12105{
12106
12107 ;
12108 return 0;
12109}
12110_ACEOF
12111if ac_fn_c_try_compile "$LINENO"; then :
12112 ac_cv_sys_file_offset_bits=64; break
12113fi
12114rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12115 ac_cv_sys_file_offset_bits=unknown
12116 break
12117done
12118fi
12119{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12120$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12121case $ac_cv_sys_file_offset_bits in #(
12122 no | unknown) ;;
12123 *)
12124cat >>confdefs.h <<_ACEOF
12125#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12126_ACEOF
12127;;
12128esac
12129rm -rf conftest*
12130 if test $ac_cv_sys_file_offset_bits = unknown; then
12131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12132$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
d0ac1c44 12133if ${ac_cv_sys_large_files+:} false; then :
b879806f
AM
12134 $as_echo_n "(cached) " >&6
12135else
12136 while :; do
12137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12138/* end confdefs.h. */
12139#include <sys/types.h>
12140 /* Check that off_t can represent 2**63 - 1 correctly.
12141 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12142 since some C++ compilers masquerading as C compilers
12143 incorrectly reject 9223372036854775807. */
e0b2a78c 12144#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
12145 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12146 && LARGE_OFF_T % 2147483647 == 1)
12147 ? 1 : -1];
12148int
12149main ()
12150{
12151
12152 ;
12153 return 0;
12154}
12155_ACEOF
12156if ac_fn_c_try_compile "$LINENO"; then :
12157 ac_cv_sys_large_files=no; break
12158fi
12159rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12161/* end confdefs.h. */
12162#define _LARGE_FILES 1
12163#include <sys/types.h>
12164 /* Check that off_t can represent 2**63 - 1 correctly.
12165 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12166 since some C++ compilers masquerading as C compilers
12167 incorrectly reject 9223372036854775807. */
e0b2a78c 12168#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
b879806f
AM
12169 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12170 && LARGE_OFF_T % 2147483647 == 1)
12171 ? 1 : -1];
12172int
12173main ()
12174{
12175
12176 ;
12177 return 0;
12178}
12179_ACEOF
12180if ac_fn_c_try_compile "$LINENO"; then :
12181 ac_cv_sys_large_files=1; break
12182fi
12183rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12184 ac_cv_sys_large_files=unknown
12185 break
12186done
12187fi
12188{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12189$as_echo "$ac_cv_sys_large_files" >&6; }
12190case $ac_cv_sys_large_files in #(
12191 no | unknown) ;;
12192 *)
12193cat >>confdefs.h <<_ACEOF
12194#define _LARGE_FILES $ac_cv_sys_large_files
12195_ACEOF
12196;;
12197esac
12198rm -rf conftest*
12199 fi
d0ac1c44
SM
12200
12201
b879806f
AM
12202fi
12203
12204
12205
81ecdfbb
RW
12206# Check whether --enable-targets was given.
12207if test "${enable_targets+set}" = set; then :
12208 enableval=$enable_targets; case "${enableval}" in
d0ac1c44 12209 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
d7040cdb
SE
12210 ;;
12211 no) enable_targets= ;;
12212 *) enable_targets=$enableval ;;
12213esac
81ecdfbb
RW
12214fi
12215
9cb80f72
RM
12216# Check whether --enable-deterministic-archives was given.
12217if test "${enable_deterministic_archives+set}" = set; then :
12218 enableval=$enable_deterministic_archives;
12219if test "${enableval}" = no; then
12220 default_ar_deterministic=0
12221else
12222 default_ar_deterministic=1
12223fi
12224else
12225 default_ar_deterministic=0
12226fi
12227
12228
12229
12230cat >>confdefs.h <<_ACEOF
12231#define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
12232_ACEOF
12233
12234
7fac9594
NC
12235# Check whether --enable-default-strings-all was given.
12236if test "${enable_default_strings_all+set}" = set; then :
12237 enableval=$enable_default_strings_all;
12238if test "${enableval}" = no; then
12239 default_strings_all=0
12240else
12241 default_strings_all=1
12242fi
12243else
12244 default_strings_all=1
12245fi
12246
12247
12248
301a9420
AM
12249# Enable debuginfod
12250
12251# Check whether --with-debuginfod was given.
12252if test "${with_debuginfod+set}" = set; then :
12253 withval=$with_debuginfod;
12254else
12255 with_debuginfod=auto
12256fi
12257
12258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use debuginfod" >&5
12259$as_echo_n "checking whether to use debuginfod... " >&6; }
12260{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_debuginfod" >&5
12261$as_echo "$with_debuginfod" >&6; }
12262
12263if test "${with_debuginfod}" = no; then
12264 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod support disabled; some features may be unavailable." >&5
12265$as_echo "$as_me: WARNING: debuginfod support disabled; some features may be unavailable." >&2;}
12266else
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for debuginfod_begin in -ldebuginfod" >&5
12268$as_echo_n "checking for debuginfod_begin in -ldebuginfod... " >&6; }
12269if ${ac_cv_lib_debuginfod_debuginfod_begin+:} false; then :
12270 $as_echo_n "(cached) " >&6
12271else
12272 ac_check_lib_save_LIBS=$LIBS
12273LIBS="-ldebuginfod $LIBS"
12274cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12275/* end confdefs.h. */
12276
12277/* Override any GCC internal prototype to avoid an error.
12278 Use char because int might match the return type of a GCC
12279 builtin and then its argument prototype would still apply. */
12280#ifdef __cplusplus
12281extern "C"
12282#endif
12283char debuginfod_begin ();
12284int
12285main ()
12286{
12287return debuginfod_begin ();
12288 ;
12289 return 0;
12290}
12291_ACEOF
12292if ac_fn_c_try_link "$LINENO"; then :
12293 ac_cv_lib_debuginfod_debuginfod_begin=yes
12294else
12295 ac_cv_lib_debuginfod_debuginfod_begin=no
12296fi
12297rm -f core conftest.err conftest.$ac_objext \
12298 conftest$ac_exeext conftest.$ac_ext
12299LIBS=$ac_check_lib_save_LIBS
12300fi
12301{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_debuginfod_debuginfod_begin" >&5
12302$as_echo "$ac_cv_lib_debuginfod_debuginfod_begin" >&6; }
12303if test "x$ac_cv_lib_debuginfod_debuginfod_begin" = xyes; then :
12304 have_debuginfod_lib=yes
12305fi
12306
12307 ac_fn_c_check_decl "$LINENO" "debuginfod_begin" "ac_cv_have_decl_debuginfod_begin" "#include <elfutils/debuginfod.h>
12308"
12309if test "x$ac_cv_have_decl_debuginfod_begin" = xyes; then :
12310 have_debuginfod_h=yes
12311fi
12312
12313 if test "x$have_debuginfod_lib" = "xyes" -a \
12314 "x$have_debuginfod_h" = "xyes"; then
12315
12316$as_echo "#define HAVE_LIBDEBUGINFOD 1" >>confdefs.h
12317
12318 LIBDEBUGINFOD="-ldebuginfod"
12319
12320 else
12321
12322 if test "$with_debuginfod" = yes; then
12323 as_fn_error $? "debuginfod is missing or unusable" "$LINENO" 5
12324 else
12325 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod is missing or unusable; some features may be unavailable." >&5
12326$as_echo "$as_me: WARNING: debuginfod is missing or unusable; some features may be unavailable." >&2;}
12327 fi
12328 fi
12329fi
12330
12331
12332
7fac9594
NC
12333cat >>confdefs.h <<_ACEOF
12334#define DEFAULT_STRINGS_ALL $default_strings_all
12335_ACEOF
12336
12337
094e34f2
NA
12338 # Check whether --enable-libctf was given.
12339if test "${enable_libctf+set}" = set; then :
12340 enableval=$enable_libctf;
12341 case "$enableval" in
12342 yes|no) ;;
12343 *) as_fn_error $? "Argument to enable/disable libctf must be yes or no" "$LINENO" 5 ;;
12344 esac
12345
12346else
12347 enable_libctf=yes
12348fi
12349
12350
12351if test "${enable_libctf}" = yes; then
12352
12353$as_echo "#define ENABLE_LIBCTF 1" >>confdefs.h
12354
12355fi
12356 if test "${enable_libctf}" = yes; then
12357 ENABLE_LIBCTF_TRUE=
12358 ENABLE_LIBCTF_FALSE='#'
12359else
12360 ENABLE_LIBCTF_TRUE='#'
12361 ENABLE_LIBCTF_FALSE=
12362fi
12363
12364
d7040cdb 12365
270c9937
JB
12366# Set the 'development' global.
12367. $srcdir/../bfd/development.sh
12368
c5da1932
VZ
12369# Set acp_cpp_for_build variable
12370ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12371
9780e045 12372# Default set of GCC warnings to enable.
397841b5 12373GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
c5da1932 12374GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
9780e045
NC
12375
12376# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
397841b5
AM
12377cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12378/* end confdefs.h. */
12379__GNUC__
12380_ACEOF
12381if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12382 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
397841b5
AM
12383
12384else
12385 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12386fi
12387rm -f conftest*
12388
d7040cdb 12389
9780e045
NC
12390# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12391cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12392/* end confdefs.h. */
12393__GNUC__
12394_ACEOF
12395if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12396 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
9780e045
NC
12397
12398else
12399 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12400fi
12401rm -f conftest*
12402
12403
6757cf57
TS
12404# Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12405WARN_WRITE_STRINGS=""
12406cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12407/* end confdefs.h. */
12408__GNUC__
12409_ACEOF
12410if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107326d 12411 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
6757cf57
TS
12412
12413else
12414 WARN_WRITE_STRINGS="-Wwrite-strings"
12415fi
12416rm -f conftest*
12417
9780e045 12418
96fe4562 12419# Verify CC_FOR_BUILD to be compatible with warning flags
c5da1932
VZ
12420
12421# Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12422cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12423/* end confdefs.h. */
12424__GNUC__
12425_ACEOF
12426if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12427 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12428
12429else
12430 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12431fi
12432rm -f conftest*
12433
12434
12435# Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12436cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12437/* end confdefs.h. */
12438__GNUC__
12439_ACEOF
12440if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
3107326d 12441 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
c5da1932
VZ
12442
12443else
12444 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12445fi
12446rm -f conftest*
12447
12448
81ecdfbb
RW
12449# Check whether --enable-werror was given.
12450if test "${enable_werror+set}" = set; then :
12451 enableval=$enable_werror; case "${enableval}" in
d7040cdb
SE
12452 yes | y) ERROR_ON_WARNING="yes" ;;
12453 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 12454 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
d7040cdb 12455 esac
81ecdfbb
RW
12456fi
12457
d7040cdb 12458
397841b5 12459# Disable -Wformat by default when using gcc on mingw
bb8541b9
L
12460case "${host}" in
12461 *-*-mingw32*)
12462 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12463 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
c5da1932 12464 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
bb8541b9
L
12465 fi
12466 ;;
12467 *) ;;
12468esac
12469
270c9937
JB
12470# Enable -Werror by default when using gcc. Turn it off for releases.
12471if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
d7040cdb
SE
12472 ERROR_ON_WARNING=yes
12473fi
12474
12475NO_WERROR=
12476if test "${ERROR_ON_WARNING}" = yes ; then
9780e045 12477 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
c5da1932 12478 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
d7040cdb
SE
12479 NO_WERROR="-Wno-error"
12480fi
12481
12482if test "${GCC}" = yes ; then
12483 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
c5da1932 12484 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
d7040cdb
SE
12485fi
12486
81ecdfbb
RW
12487# Check whether --enable-build-warnings was given.
12488if test "${enable_build_warnings+set}" = set; then :
12489 enableval=$enable_build_warnings; case "${enableval}" in
c5da1932
VZ
12490 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12491 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
d7040cdb
SE
12492 no) if test "${GCC}" = yes ; then
12493 WARN_CFLAGS="-w"
c5da1932 12494 WARN_CFLAGS_FOR_BUILD="-w"
d7040cdb
SE
12495 fi;;
12496 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12497 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12498 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
d7040cdb 12499 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c5da1932
VZ
12500 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12501 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12502 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12503 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
d7040cdb 12504esac
81ecdfbb
RW
12505fi
12506
d7040cdb
SE
12507
12508if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12509 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12510fi
12511
12512
12513
12514
12515
6757cf57 12516
c5da1932 12517
81ecdfbb 12518ac_config_headers="$ac_config_headers config.h:config.in"
d7040cdb
SE
12519
12520
df7b86aa
NC
12521
12522
d7040cdb 12523if test -z "$target" ; then
d0ac1c44 12524 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12525fi
12526if test -z "$host" ; then
d0ac1c44 12527 as_fn_error $? "Unrecognized host system type; please check config.sub." "$LINENO" 5
d7040cdb
SE
12528fi
12529
12530for ac_prog in 'bison -y' byacc
12531do
12532 # Extract the first word of "$ac_prog", so it can be a program name with args.
12533set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12535$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12536if ${ac_cv_prog_YACC+:} false; then :
81ecdfbb 12537 $as_echo_n "(cached) " >&6
d7040cdb
SE
12538else
12539 if test -n "$YACC"; then
12540 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12541else
12542as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12543for as_dir in $PATH
12544do
12545 IFS=$as_save_IFS
12546 test -z "$as_dir" && as_dir=.
81ecdfbb 12547 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12548 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12549 ac_cv_prog_YACC="$ac_prog"
81ecdfbb 12550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12551 break 2
12552 fi
12553done
81ecdfbb
RW
12554 done
12555IFS=$as_save_IFS
d7040cdb
SE
12556
12557fi
12558fi
12559YACC=$ac_cv_prog_YACC
12560if test -n "$YACC"; then
81ecdfbb
RW
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12562$as_echo "$YACC" >&6; }
d7040cdb 12563else
81ecdfbb
RW
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12565$as_echo "no" >&6; }
d7040cdb
SE
12566fi
12567
81ecdfbb 12568
d7040cdb
SE
12569 test -n "$YACC" && break
12570done
12571test -n "$YACC" || YACC="yacc"
12572
12573for ac_prog in flex lex
12574do
12575 # Extract the first word of "$ac_prog", so it can be a program name with args.
12576set dummy $ac_prog; ac_word=$2
81ecdfbb
RW
12577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12578$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12579if ${ac_cv_prog_LEX+:} false; then :
81ecdfbb 12580 $as_echo_n "(cached) " >&6
d7040cdb
SE
12581else
12582 if test -n "$LEX"; then
12583 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12584else
12585as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12586for as_dir in $PATH
12587do
12588 IFS=$as_save_IFS
12589 test -z "$as_dir" && as_dir=.
81ecdfbb 12590 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12591 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12592 ac_cv_prog_LEX="$ac_prog"
81ecdfbb 12593 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12594 break 2
12595 fi
12596done
81ecdfbb
RW
12597 done
12598IFS=$as_save_IFS
d7040cdb
SE
12599
12600fi
12601fi
12602LEX=$ac_cv_prog_LEX
12603if test -n "$LEX"; then
81ecdfbb
RW
12604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12605$as_echo "$LEX" >&6; }
d7040cdb 12606else
81ecdfbb
RW
12607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12608$as_echo "no" >&6; }
d7040cdb
SE
12609fi
12610
81ecdfbb 12611
d7040cdb
SE
12612 test -n "$LEX" && break
12613done
12614test -n "$LEX" || LEX=":"
12615
3d961d0d
AM
12616case "$LEX" in
12617 :|*"missing "*) ;;
12618 *) cat >conftest.l <<_ACEOF
81ecdfbb
RW
12619%%
12620a { ECHO; }
12621b { REJECT; }
12622c { yymore (); }
12623d { yyless (1); }
d0ac1c44
SM
12624e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12625 yyless ((input () != 0)); }
81ecdfbb
RW
12626f { unput (yytext[0]); }
12627. { BEGIN INITIAL; }
12628%%
12629#ifdef YYTEXT_POINTER
12630extern char *yytext;
d7040cdb 12631#endif
d7040cdb 12632int
81ecdfbb 12633main (void)
d7040cdb 12634{
81ecdfbb 12635 return ! yylex () + ! yywrap ();
d7040cdb
SE
12636}
12637_ACEOF
81ecdfbb
RW
12638{ { ac_try="$LEX conftest.l"
12639case "(($ac_try" in
12640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12641 *) ac_try_echo=$ac_try;;
12642esac
12643eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12644$as_echo "$ac_try_echo"; } >&5
12645 (eval "$LEX conftest.l") 2>&5
d7040cdb 12646 ac_status=$?
81ecdfbb
RW
12647 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12648 test $ac_status = 0; }
12649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12650$as_echo_n "checking lex output file root... " >&6; }
d0ac1c44 12651if ${ac_cv_prog_lex_root+:} false; then :
81ecdfbb 12652 $as_echo_n "(cached) " >&6
d7040cdb 12653else
d7040cdb 12654
81ecdfbb
RW
12655if test -f lex.yy.c; then
12656 ac_cv_prog_lex_root=lex.yy
12657elif test -f lexyy.c; then
12658 ac_cv_prog_lex_root=lexyy
12659else
d0ac1c44 12660 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
d7040cdb 12661fi
d7040cdb 12662fi
81ecdfbb
RW
12663{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12664$as_echo "$ac_cv_prog_lex_root" >&6; }
12665LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
d7040cdb 12666
81ecdfbb
RW
12667if test -z "${LEXLIB+set}"; then
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12669$as_echo_n "checking lex library... " >&6; }
d0ac1c44 12670if ${ac_cv_lib_lex+:} false; then :
81ecdfbb 12671 $as_echo_n "(cached) " >&6
d7040cdb 12672else
d7040cdb 12673
81ecdfbb
RW
12674 ac_save_LIBS=$LIBS
12675 ac_cv_lib_lex='none needed'
12676 for ac_lib in '' -lfl -ll; do
12677 LIBS="$ac_lib $ac_save_LIBS"
12678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12679/* end confdefs.h. */
12680`cat $LEX_OUTPUT_ROOT.c`
12681_ACEOF
12682if ac_fn_c_try_link "$LINENO"; then :
12683 ac_cv_lib_lex=$ac_lib
d7040cdb 12684fi
81ecdfbb
RW
12685rm -f core conftest.err conftest.$ac_objext \
12686 conftest$ac_exeext conftest.$ac_ext
12687 test "$ac_cv_lib_lex" != 'none needed' && break
12688 done
12689 LIBS=$ac_save_LIBS
d7040cdb
SE
12690
12691fi
81ecdfbb
RW
12692{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12693$as_echo "$ac_cv_lib_lex" >&6; }
12694 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
d7040cdb
SE
12695fi
12696
d7040cdb 12697
81ecdfbb
RW
12698{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12699$as_echo_n "checking whether yytext is a pointer... " >&6; }
d0ac1c44 12700if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
81ecdfbb 12701 $as_echo_n "(cached) " >&6
d7040cdb
SE
12702else
12703 # POSIX says lex can declare yytext either as a pointer or an array; the
81ecdfbb 12704# default is implementation-dependent. Figure out which it is, since
d7040cdb
SE
12705# not all implementations provide the %pointer and %array declarations.
12706ac_cv_prog_lex_yytext_pointer=no
d7040cdb 12707ac_save_LIBS=$LIBS
81ecdfbb
RW
12708LIBS="$LEXLIB $ac_save_LIBS"
12709cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12710/* end confdefs.h. */
d0ac1c44
SM
12711
12712 #define YYTEXT_POINTER 1
d7040cdb
SE
12713`cat $LEX_OUTPUT_ROOT.c`
12714_ACEOF
81ecdfbb 12715if ac_fn_c_try_link "$LINENO"; then :
d7040cdb 12716 ac_cv_prog_lex_yytext_pointer=yes
d7040cdb 12717fi
81ecdfbb
RW
12718rm -f core conftest.err conftest.$ac_objext \
12719 conftest$ac_exeext conftest.$ac_ext
d7040cdb 12720LIBS=$ac_save_LIBS
d7040cdb
SE
12721
12722fi
81ecdfbb
RW
12723{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12724$as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
d7040cdb
SE
12725if test $ac_cv_prog_lex_yytext_pointer = yes; then
12726
81ecdfbb 12727$as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
d7040cdb
SE
12728
12729fi
81ecdfbb 12730rm -f conftest.l $LEX_OUTPUT_ROOT.c
3d961d0d
AM
12731 ;;
12732esac
d7040cdb
SE
12733if test "$LEX" = :; then
12734 LEX=${am_missing_run}flex
12735fi
12736
e184813f 12737ALL_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
12738# If we haven't got the data from the intl directory,
12739# assume NLS is disabled.
12740USE_NLS=no
12741LIBINTL=
12742LIBINTL_DEP=
12743INCINTL=
12744XGETTEXT=
12745GMSGFMT=
12746POSUB=
12747
12748if test -f ../intl/config.intl; then
12749 . ../intl/config.intl
12750fi
81ecdfbb
RW
12751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12752$as_echo_n "checking whether NLS is requested... " >&6; }
d7040cdb 12753if test x"$USE_NLS" != xyes; then
81ecdfbb
RW
12754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12755$as_echo "no" >&6; }
d7040cdb 12756else
81ecdfbb
RW
12757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12758$as_echo "yes" >&6; }
d7040cdb 12759
81ecdfbb 12760$as_echo "#define ENABLE_NLS 1" >>confdefs.h
d7040cdb
SE
12761
12762
81ecdfbb
RW
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12764$as_echo_n "checking for catalogs to be installed... " >&6; }
d7040cdb
SE
12765 # Look for .po and .gmo files in the source directory.
12766 CATALOGS=
12767 XLINGUAS=
12768 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12769 # If there aren't any .gmo files the shell will give us the
12770 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12771 # weeded out.
12772 case "$cat" in *\**)
12773 continue;;
12774 esac
12775 # The quadruple backslash is collapsed to a double backslash
12776 # by the backticks, then collapsed again by the double quotes,
12777 # leaving us with one backslash in the sed expression (right
12778 # before the dot that mustn't act as a wildcard).
12779 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12780 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12781 # The user is allowed to set LINGUAS to a list of languages to
12782 # install catalogs for. If it's empty that means "all of them."
12783 if test "x$LINGUAS" = x; then
12784 CATALOGS="$CATALOGS $cat"
12785 XLINGUAS="$XLINGUAS $lang"
12786 else
12787 case "$LINGUAS" in *$lang*)
12788 CATALOGS="$CATALOGS $cat"
12789 XLINGUAS="$XLINGUAS $lang"
12790 ;;
12791 esac
12792 fi
12793 done
12794 LINGUAS="$XLINGUAS"
81ecdfbb
RW
12795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12796$as_echo "$LINGUAS" >&6; }
d7040cdb
SE
12797
12798
12799 DATADIRNAME=share
12800
12801 INSTOBJEXT=.mo
12802
12803 GENCAT=gencat
12804
12805 CATOBJEXT=.gmo
12806
12807fi
12808
12809 MKINSTALLDIRS=
12810 if test -n "$ac_aux_dir"; then
12811 case "$ac_aux_dir" in
12812 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12813 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12814 esac
12815 fi
12816 if test -z "$MKINSTALLDIRS"; then
12817 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12818 fi
12819
12820
12821
81ecdfbb
RW
12822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12823$as_echo_n "checking whether NLS is requested... " >&6; }
12824 # Check whether --enable-nls was given.
12825if test "${enable_nls+set}" = set; then :
12826 enableval=$enable_nls; USE_NLS=$enableval
d7040cdb
SE
12827else
12828 USE_NLS=yes
81ecdfbb
RW
12829fi
12830
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12832$as_echo "$USE_NLS" >&6; }
d7040cdb
SE
12833
12834
12835
12836
12837
12838
12839# Prepare PATH_SEPARATOR.
12840# The user is always right.
12841if test "${PATH_SEPARATOR+set}" != set; then
12842 echo "#! /bin/sh" >conf$$.sh
12843 echo "exit 0" >>conf$$.sh
12844 chmod +x conf$$.sh
12845 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12846 PATH_SEPARATOR=';'
12847 else
12848 PATH_SEPARATOR=:
12849 fi
12850 rm -f conf$$.sh
12851fi
12852
12853# Find out how to test for executable files. Don't use a zero-byte file,
12854# as systems may use methods other than mode bits to determine executability.
12855cat >conf$$.file <<_ASEOF
12856#! /bin/sh
12857exit 0
12858_ASEOF
12859chmod +x conf$$.file
12860if test -x conf$$.file >/dev/null 2>&1; then
12861 ac_executable_p="test -x"
12862else
12863 ac_executable_p="test -f"
12864fi
12865rm -f conf$$.file
12866
12867# Extract the first word of "msgfmt", so it can be a program name with args.
12868set dummy msgfmt; ac_word=$2
81ecdfbb
RW
12869{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12870$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12871if ${ac_cv_path_MSGFMT+:} false; then :
81ecdfbb 12872 $as_echo_n "(cached) " >&6
d7040cdb
SE
12873else
12874 case "$MSGFMT" in
12875 [\\/]* | ?:[\\/]*)
12876 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12877 ;;
12878 *)
12879 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12880 for ac_dir in $PATH; do
12881 IFS="$ac_save_IFS"
12882 test -z "$ac_dir" && ac_dir=.
12883 for ac_exec_ext in '' $ac_executable_extensions; do
12884 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12885 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12886 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12887 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12888 break 2
12889 fi
12890 fi
12891 done
12892 done
12893 IFS="$ac_save_IFS"
12894 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12895 ;;
12896esac
12897fi
12898MSGFMT="$ac_cv_path_MSGFMT"
12899if test "$MSGFMT" != ":"; then
81ecdfbb
RW
12900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12901$as_echo "$MSGFMT" >&6; }
d7040cdb 12902else
81ecdfbb
RW
12903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12904$as_echo "no" >&6; }
d7040cdb
SE
12905fi
12906
12907 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12908set dummy gmsgfmt; ac_word=$2
81ecdfbb
RW
12909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12910$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12911if ${ac_cv_path_GMSGFMT+:} false; then :
81ecdfbb 12912 $as_echo_n "(cached) " >&6
d7040cdb
SE
12913else
12914 case $GMSGFMT in
12915 [\\/]* | ?:[\\/]*)
12916 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12917 ;;
12918 *)
12919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12920for as_dir in $PATH
12921do
12922 IFS=$as_save_IFS
12923 test -z "$as_dir" && as_dir=.
81ecdfbb 12924 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 12925 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 12926 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
81ecdfbb 12927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
12928 break 2
12929 fi
12930done
81ecdfbb
RW
12931 done
12932IFS=$as_save_IFS
d7040cdb
SE
12933
12934 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12935 ;;
12936esac
12937fi
12938GMSGFMT=$ac_cv_path_GMSGFMT
d7040cdb 12939if test -n "$GMSGFMT"; then
81ecdfbb
RW
12940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12941$as_echo "$GMSGFMT" >&6; }
d7040cdb 12942else
81ecdfbb
RW
12943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12944$as_echo "no" >&6; }
d7040cdb
SE
12945fi
12946
12947
12948
81ecdfbb 12949
d7040cdb
SE
12950# Prepare PATH_SEPARATOR.
12951# The user is always right.
12952if test "${PATH_SEPARATOR+set}" != set; then
12953 echo "#! /bin/sh" >conf$$.sh
12954 echo "exit 0" >>conf$$.sh
12955 chmod +x conf$$.sh
12956 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12957 PATH_SEPARATOR=';'
12958 else
12959 PATH_SEPARATOR=:
12960 fi
12961 rm -f conf$$.sh
12962fi
12963
12964# Find out how to test for executable files. Don't use a zero-byte file,
12965# as systems may use methods other than mode bits to determine executability.
12966cat >conf$$.file <<_ASEOF
12967#! /bin/sh
12968exit 0
12969_ASEOF
12970chmod +x conf$$.file
12971if test -x conf$$.file >/dev/null 2>&1; then
12972 ac_executable_p="test -x"
12973else
12974 ac_executable_p="test -f"
12975fi
12976rm -f conf$$.file
12977
12978# Extract the first word of "xgettext", so it can be a program name with args.
12979set dummy xgettext; ac_word=$2
81ecdfbb
RW
12980{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12981$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 12982if ${ac_cv_path_XGETTEXT+:} false; then :
81ecdfbb 12983 $as_echo_n "(cached) " >&6
d7040cdb
SE
12984else
12985 case "$XGETTEXT" in
12986 [\\/]* | ?:[\\/]*)
12987 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12988 ;;
12989 *)
12990 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12991 for ac_dir in $PATH; do
12992 IFS="$ac_save_IFS"
12993 test -z "$ac_dir" && ac_dir=.
12994 for ac_exec_ext in '' $ac_executable_extensions; do
12995 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12996 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12997 (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
12998 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12999 break 2
13000 fi
13001 fi
13002 done
13003 done
13004 IFS="$ac_save_IFS"
13005 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13006 ;;
13007esac
13008fi
13009XGETTEXT="$ac_cv_path_XGETTEXT"
13010if test "$XGETTEXT" != ":"; then
81ecdfbb
RW
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13012$as_echo "$XGETTEXT" >&6; }
d7040cdb 13013else
81ecdfbb
RW
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13015$as_echo "no" >&6; }
d7040cdb
SE
13016fi
13017
13018 rm -f messages.po
13019
13020
13021# Prepare PATH_SEPARATOR.
13022# The user is always right.
13023if test "${PATH_SEPARATOR+set}" != set; then
13024 echo "#! /bin/sh" >conf$$.sh
13025 echo "exit 0" >>conf$$.sh
13026 chmod +x conf$$.sh
13027 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13028 PATH_SEPARATOR=';'
13029 else
13030 PATH_SEPARATOR=:
13031 fi
13032 rm -f conf$$.sh
13033fi
13034
13035# Find out how to test for executable files. Don't use a zero-byte file,
13036# as systems may use methods other than mode bits to determine executability.
13037cat >conf$$.file <<_ASEOF
13038#! /bin/sh
13039exit 0
13040_ASEOF
13041chmod +x conf$$.file
13042if test -x conf$$.file >/dev/null 2>&1; then
13043 ac_executable_p="test -x"
13044else
13045 ac_executable_p="test -f"
13046fi
13047rm -f conf$$.file
13048
13049# Extract the first word of "msgmerge", so it can be a program name with args.
13050set dummy msgmerge; ac_word=$2
81ecdfbb
RW
13051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13052$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13053if ${ac_cv_path_MSGMERGE+:} false; then :
81ecdfbb 13054 $as_echo_n "(cached) " >&6
d7040cdb
SE
13055else
13056 case "$MSGMERGE" in
13057 [\\/]* | ?:[\\/]*)
13058 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13059 ;;
13060 *)
13061 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13062 for ac_dir in $PATH; do
13063 IFS="$ac_save_IFS"
13064 test -z "$ac_dir" && ac_dir=.
13065 for ac_exec_ext in '' $ac_executable_extensions; do
13066 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13067 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13068 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13069 break 2
13070 fi
13071 fi
13072 done
13073 done
13074 IFS="$ac_save_IFS"
13075 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13076 ;;
13077esac
13078fi
13079MSGMERGE="$ac_cv_path_MSGMERGE"
13080if test "$MSGMERGE" != ":"; then
81ecdfbb
RW
13081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13082$as_echo "$MSGMERGE" >&6; }
d7040cdb 13083else
81ecdfbb
RW
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13085$as_echo "no" >&6; }
d7040cdb
SE
13086fi
13087
13088
13089 if test "$GMSGFMT" != ":"; then
13090 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13091 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13092 : ;
13093 else
13094 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
81ecdfbb
RW
13095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13096$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
d7040cdb
SE
13097 GMSGFMT=":"
13098 fi
13099 fi
13100
13101 if test "$XGETTEXT" != ":"; then
13102 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13103 (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
13104 : ;
13105 else
81ecdfbb
RW
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13107$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
d7040cdb
SE
13108 XGETTEXT=":"
13109 fi
13110 rm -f messages.po
13111 fi
13112
81ecdfbb 13113 ac_config_commands="$ac_config_commands default-1"
d7040cdb
SE
13114
13115
13116
81ecdfbb
RW
13117
13118{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13119$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13120 # Check whether --enable-maintainer-mode was given.
13121if test "${enable_maintainer_mode+set}" = set; then :
13122 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
42ecbf5e 13123else
d7040cdb 13124 USE_MAINTAINER_MODE=no
81ecdfbb 13125fi
d7040cdb 13126
81ecdfbb
RW
13127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13128$as_echo "$USE_MAINTAINER_MODE" >&6; }
13129 if test $USE_MAINTAINER_MODE = yes; then
d7040cdb
SE
13130 MAINTAINER_MODE_TRUE=
13131 MAINTAINER_MODE_FALSE='#'
13132else
13133 MAINTAINER_MODE_TRUE='#'
13134 MAINTAINER_MODE_FALSE=
42ecbf5e 13135fi
d7040cdb
SE
13136
13137 MAINT=$MAINTAINER_MODE_TRUE
13138
13139
81ecdfbb 13140 if false; then
d7040cdb
SE
13141 GENINSRC_NEVER_TRUE=
13142 GENINSRC_NEVER_FALSE='#'
13143else
13144 GENINSRC_NEVER_TRUE='#'
13145 GENINSRC_NEVER_FALSE=
42ecbf5e 13146fi
d7040cdb
SE
13147
13148
13149if test -n "$EXEEXT"; then
20e95c23 13150
81ecdfbb 13151$as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
42ecbf5e 13152
252b5132
RH
13153fi
13154
d7040cdb
SE
13155cat >>confdefs.h <<_ACEOF
13156#define EXECUTABLE_SUFFIX "${EXEEXT}"
13157_ACEOF
42ecbf5e 13158
252b5132 13159
d7040cdb 13160# host-specific stuff:
252b5132 13161
d7040cdb 13162HDEFINES=
252b5132 13163
d7040cdb 13164. ${srcdir}/../bfd/configure.host
252b5132 13165
252b5132 13166
d7040cdb 13167AR=${AR-ar}
252b5132 13168
d7040cdb
SE
13169if test -n "$ac_tool_prefix"; then
13170 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13171set dummy ${ac_tool_prefix}ranlib; ac_word=$2
81ecdfbb
RW
13172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13173$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13174if ${ac_cv_prog_RANLIB+:} false; then :
81ecdfbb 13175 $as_echo_n "(cached) " >&6
d7040cdb
SE
13176else
13177 if test -n "$RANLIB"; then
13178 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13179else
13180as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13181for as_dir in $PATH
13182do
13183 IFS=$as_save_IFS
13184 test -z "$as_dir" && as_dir=.
81ecdfbb 13185 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13186 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13187 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
81ecdfbb 13188 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13189 break 2
13190 fi
13191done
81ecdfbb
RW
13192 done
13193IFS=$as_save_IFS
252b5132 13194
d7040cdb
SE
13195fi
13196fi
13197RANLIB=$ac_cv_prog_RANLIB
13198if test -n "$RANLIB"; then
81ecdfbb
RW
13199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
13200$as_echo "$RANLIB" >&6; }
d7040cdb 13201else
81ecdfbb
RW
13202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13203$as_echo "no" >&6; }
d7040cdb 13204fi
20e95c23 13205
81ecdfbb 13206
d7040cdb
SE
13207fi
13208if test -z "$ac_cv_prog_RANLIB"; then
13209 ac_ct_RANLIB=$RANLIB
13210 # Extract the first word of "ranlib", so it can be a program name with args.
13211set dummy ranlib; ac_word=$2
81ecdfbb
RW
13212{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13213$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 13214if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
81ecdfbb 13215 $as_echo_n "(cached) " >&6
252b5132 13216else
d7040cdb
SE
13217 if test -n "$ac_ct_RANLIB"; then
13218 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13219else
13220as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13221for as_dir in $PATH
13222do
13223 IFS=$as_save_IFS
13224 test -z "$as_dir" && as_dir=.
81ecdfbb 13225 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 13226 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d7040cdb 13227 ac_cv_prog_ac_ct_RANLIB="ranlib"
81ecdfbb 13228 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d7040cdb
SE
13229 break 2
13230 fi
13231done
81ecdfbb
RW
13232 done
13233IFS=$as_save_IFS
20e95c23 13234
d7040cdb
SE
13235fi
13236fi
13237ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13238if test -n "$ac_ct_RANLIB"; then
81ecdfbb
RW
13239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
13240$as_echo "$ac_ct_RANLIB" >&6; }
d7040cdb 13241else
81ecdfbb
RW
13242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13243$as_echo "no" >&6; }
d7040cdb
SE
13244fi
13245
81ecdfbb
RW
13246 if test "x$ac_ct_RANLIB" = x; then
13247 RANLIB=":"
d7040cdb 13248 else
81ecdfbb
RW
13249 case $cross_compiling:$ac_tool_warned in
13250yes:)
13251{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13252$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13253ac_tool_warned=yes ;;
13254esac
13255 RANLIB=$ac_ct_RANLIB
d7040cdb 13256 fi
81ecdfbb
RW
13257else
13258 RANLIB="$ac_cv_prog_RANLIB"
d7040cdb 13259fi
d7040cdb 13260
d7040cdb
SE
13261
13262
13263# Put a plausible default for CC_FOR_BUILD in Makefile.
13264if test -z "$CC_FOR_BUILD"; then
13265 if test "x$cross_compiling" = "xno"; then
13266 CC_FOR_BUILD='$(CC)'
13267 else
13268 CC_FOR_BUILD=gcc
13269 fi
13270fi
20e95c23 13271
d7040cdb
SE
13272# Also set EXEEXT_FOR_BUILD.
13273if test "x$cross_compiling" = "xno"; then
13274 EXEEXT_FOR_BUILD='$(EXEEXT)'
13275else
81ecdfbb
RW
13276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13277$as_echo_n "checking for build system executable suffix... " >&6; }
d0ac1c44 13278if ${bfd_cv_build_exeext+:} false; then :
81ecdfbb 13279 $as_echo_n "(cached) " >&6
d7040cdb
SE
13280else
13281 rm -f conftest*
13282 echo 'int main () { return 0; }' > conftest.c
13283 bfd_cv_build_exeext=
13284 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
13285 for file in conftest.*; do
13286 case $file in
13287 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13288 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13289 esac
13290 done
13291 rm -f conftest*
13292 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
252b5132 13293fi
81ecdfbb
RW
13294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13295$as_echo "$bfd_cv_build_exeext" >&6; }
d7040cdb
SE
13296 EXEEXT_FOR_BUILD=""
13297 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
252b5132
RH
13298fi
13299
13300
d7040cdb
SE
13301DEMANGLER_NAME=c++filt
13302case "${host}" in
13303 *-*-go32* | *-*-msdos*)
13304 DEMANGLER_NAME=cxxfilt
13305esac
8a965946
ILT
13306
13307
4c219c2e
AM
13308# The cast to long int works around a bug in the HP C Compiler
13309# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13310# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13311# This bug is HP SR number 8606223364.
13312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13313$as_echo_n "checking size of long... " >&6; }
d0ac1c44 13314if ${ac_cv_sizeof_long+:} false; then :
4c219c2e
AM
13315 $as_echo_n "(cached) " >&6
13316else
13317 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13318
13319else
13320 if test "$ac_cv_type_long" = yes; then
13321 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13322$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13323as_fn_error 77 "cannot compute sizeof (long)
13324See \`config.log' for more details" "$LINENO" 5; }
4c219c2e
AM
13325 else
13326 ac_cv_sizeof_long=0
13327 fi
13328fi
13329
13330fi
13331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13332$as_echo "$ac_cv_sizeof_long" >&6; }
13333
13334
13335
13336cat >>confdefs.h <<_ACEOF
13337#define SIZEOF_LONG $ac_cv_sizeof_long
13338_ACEOF
13339
13340
13341ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
d0ac1c44 13342if test "x$ac_cv_type_long_long" = xyes; then :
4c219c2e
AM
13343
13344cat >>confdefs.h <<_ACEOF
13345#define HAVE_LONG_LONG 1
13346_ACEOF
13347
13348# The cast to long int works around a bug in the HP C Compiler
13349# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13350# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13351# This bug is HP SR number 8606223364.
13352{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13353$as_echo_n "checking size of long long... " >&6; }
d0ac1c44 13354if ${ac_cv_sizeof_long_long+:} false; then :
4c219c2e
AM
13355 $as_echo_n "(cached) " >&6
13356else
13357 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13358
13359else
13360 if test "$ac_cv_type_long_long" = yes; then
13361 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13362$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
13363as_fn_error 77 "cannot compute sizeof (long long)
13364See \`config.log' for more details" "$LINENO" 5; }
4c219c2e
AM
13365 else
13366 ac_cv_sizeof_long_long=0
13367 fi
13368fi
13369
13370fi
13371{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13372$as_echo "$ac_cv_sizeof_long_long" >&6; }
13373
13374
13375
13376cat >>confdefs.h <<_ACEOF
13377#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13378_ACEOF
13379
13380
13381fi
13382
13383
3bfcb652 13384for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h locale.h sys/param.h wchar.h
81ecdfbb
RW
13385do :
13386 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13387ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 13388if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
81ecdfbb
RW
13389 cat >>confdefs.h <<_ACEOF
13390#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13391_ACEOF
42ecbf5e 13392
81ecdfbb 13393fi
42ecbf5e 13394
81ecdfbb 13395done
42ecbf5e 13396
81ecdfbb
RW
13397{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
13398$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
d0ac1c44 13399if ${ac_cv_header_sys_wait_h+:} false; then :
81ecdfbb 13400 $as_echo_n "(cached) " >&6
42ecbf5e 13401else
81ecdfbb 13402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13403/* end confdefs.h. */
252b5132
RH
13404#include <sys/types.h>
13405#include <sys/wait.h>
13406#ifndef WEXITSTATUS
81ecdfbb 13407# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
252b5132
RH
13408#endif
13409#ifndef WIFEXITED
42ecbf5e 13410# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
252b5132 13411#endif
42ecbf5e
DJ
13412
13413int
13414main ()
13415{
13416 int s;
13417 wait (&s);
13418 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
13419 ;
13420 return 0;
13421}
13422_ACEOF
81ecdfbb 13423if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
13424 ac_cv_header_sys_wait_h=yes
13425else
81ecdfbb 13426 ac_cv_header_sys_wait_h=no
252b5132 13427fi
81ecdfbb 13428rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132 13429fi
81ecdfbb
RW
13430{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
13431$as_echo "$ac_cv_header_sys_wait_h" >&6; }
d15b04bd 13432if test $ac_cv_header_sys_wait_h = yes; then
42ecbf5e 13433
81ecdfbb 13434$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
252b5132
RH
13435
13436fi
13437
df7b86aa
NC
13438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13439$as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
d0ac1c44 13440if ${gcc_cv_header_string+:} false; then :
df7b86aa
NC
13441 $as_echo_n "(cached) " >&6
13442else
13443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13444/* end confdefs.h. */
13445#include <string.h>
13446#include <strings.h>
13447int
13448main ()
13449{
13450
13451 ;
13452 return 0;
13453}
13454_ACEOF
13455if ac_fn_c_try_compile "$LINENO"; then :
13456 gcc_cv_header_string=yes
13457else
13458 gcc_cv_header_string=no
13459fi
13460rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13461fi
13462{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13463$as_echo "$gcc_cv_header_string" >&6; }
13464if test $gcc_cv_header_string = yes; then
13465
13466$as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13467
13468fi
13469
d0ac1c44
SM
13470ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13471if test "x$ac_cv_type_size_t" = xyes; then :
13472
13473else
13474
13475cat >>confdefs.h <<_ACEOF
13476#define size_t unsigned int
13477_ACEOF
13478
13479fi
13480
252b5132
RH
13481# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13482# for constant arguments. Useless!
81ecdfbb
RW
13483{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13484$as_echo_n "checking for working alloca.h... " >&6; }
d0ac1c44 13485if ${ac_cv_working_alloca_h+:} false; then :
81ecdfbb 13486 $as_echo_n "(cached) " >&6
42ecbf5e 13487else
81ecdfbb 13488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13489/* end confdefs.h. */
252b5132 13490#include <alloca.h>
42ecbf5e
DJ
13491int
13492main ()
13493{
13494char *p = (char *) alloca (2 * sizeof (int));
81ecdfbb 13495 if (p) return 0;
42ecbf5e
DJ
13496 ;
13497 return 0;
13498}
13499_ACEOF
81ecdfbb 13500if ac_fn_c_try_link "$LINENO"; then :
42ecbf5e
DJ
13501 ac_cv_working_alloca_h=yes
13502else
81ecdfbb 13503 ac_cv_working_alloca_h=no
42ecbf5e 13504fi
81ecdfbb
RW
13505rm -f core conftest.err conftest.$ac_objext \
13506 conftest$ac_exeext conftest.$ac_ext
42ecbf5e 13507fi
81ecdfbb
RW
13508{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13509$as_echo "$ac_cv_working_alloca_h" >&6; }
42ecbf5e
DJ
13510if test $ac_cv_working_alloca_h = yes; then
13511
81ecdfbb 13512$as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
252b5132
RH
13513
13514fi
13515
81ecdfbb
RW
13516{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13517$as_echo_n "checking for alloca... " >&6; }
d0ac1c44 13518if ${ac_cv_func_alloca_works+:} false; then :
81ecdfbb 13519 $as_echo_n "(cached) " >&6
252b5132 13520else
81ecdfbb 13521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13522/* end confdefs.h. */
252b5132
RH
13523#ifdef __GNUC__
13524# define alloca __builtin_alloca
13525#else
13526# ifdef _MSC_VER
13527# include <malloc.h>
13528# define alloca _alloca
13529# else
81ecdfbb 13530# ifdef HAVE_ALLOCA_H
252b5132
RH
13531# include <alloca.h>
13532# else
13533# ifdef _AIX
13534 #pragma alloca
13535# else
13536# ifndef alloca /* predefined by HP cc +Olibcalls */
d0ac1c44 13537void *alloca (size_t);
252b5132
RH
13538# endif
13539# endif
13540# endif
13541# endif
13542#endif
13543
42ecbf5e
DJ
13544int
13545main ()
13546{
13547char *p = (char *) alloca (1);
81ecdfbb 13548 if (p) return 0;
42ecbf5e
DJ
13549 ;
13550 return 0;
13551}
13552_ACEOF
81ecdfbb 13553if ac_fn_c_try_link "$LINENO"; then :
252b5132
RH
13554 ac_cv_func_alloca_works=yes
13555else
81ecdfbb 13556 ac_cv_func_alloca_works=no
252b5132 13557fi
81ecdfbb
RW
13558rm -f core conftest.err conftest.$ac_objext \
13559 conftest$ac_exeext conftest.$ac_ext
252b5132 13560fi
81ecdfbb
RW
13561{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13562$as_echo "$ac_cv_func_alloca_works" >&6; }
252b5132 13563
252b5132 13564if test $ac_cv_func_alloca_works = yes; then
e5a52504 13565
81ecdfbb 13566$as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
e5a52504 13567
42ecbf5e 13568else
d15b04bd 13569 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
42ecbf5e
DJ
13570# that cause trouble. Some versions do not even contain alloca or
13571# contain a buggy version. If you still want to use their alloca,
13572# use ar to extract alloca.o from them instead of compiling alloca.c.
13573
81ecdfbb 13574ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
42ecbf5e 13575
81ecdfbb 13576$as_echo "#define C_ALLOCA 1" >>confdefs.h
252b5132
RH
13577
13578
81ecdfbb
RW
13579{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13580$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
d0ac1c44 13581if ${ac_cv_os_cray+:} false; then :
81ecdfbb 13582 $as_echo_n "(cached) " >&6
252b5132 13583else
81ecdfbb 13584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13585/* end confdefs.h. */
81ecdfbb 13586#if defined CRAY && ! defined CRAY2
252b5132
RH
13587webecray
13588#else
13589wenotbecray
13590#endif
13591
42ecbf5e 13592_ACEOF
252b5132 13593if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
81ecdfbb 13594 $EGREP "webecray" >/dev/null 2>&1; then :
252b5132
RH
13595 ac_cv_os_cray=yes
13596else
252b5132
RH
13597 ac_cv_os_cray=no
13598fi
13599rm -f conftest*
13600
13601fi
81ecdfbb
RW
13602{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13603$as_echo "$ac_cv_os_cray" >&6; }
d15b04bd 13604if test $ac_cv_os_cray = yes; then
42ecbf5e 13605 for ac_func in _getb67 GETB67 getb67; do
81ecdfbb
RW
13606 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13607ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 13608if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
42ecbf5e
DJ
13609
13610cat >>confdefs.h <<_ACEOF
252b5132 13611#define CRAY_STACKSEG_END $ac_func
42ecbf5e 13612_ACEOF
252b5132 13613
42ecbf5e 13614 break
252b5132
RH
13615fi
13616
42ecbf5e 13617 done
252b5132
RH
13618fi
13619
81ecdfbb
RW
13620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13621$as_echo_n "checking stack direction for C alloca... " >&6; }
d0ac1c44 13622if ${ac_cv_c_stack_direction+:} false; then :
81ecdfbb 13623 $as_echo_n "(cached) " >&6
252b5132 13624else
81ecdfbb 13625 if test "$cross_compiling" = yes; then :
252b5132
RH
13626 ac_cv_c_stack_direction=0
13627else
81ecdfbb 13628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 13629/* end confdefs.h. */
81ecdfbb 13630$ac_includes_default
42ecbf5e 13631int
d0ac1c44 13632find_stack_direction (int *addr, int depth)
252b5132 13633{
d0ac1c44
SM
13634 int dir, dummy = 0;
13635 if (! addr)
13636 addr = &dummy;
13637 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
13638 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
13639 return dir + dummy;
252b5132 13640}
42ecbf5e
DJ
13641
13642int
d0ac1c44 13643main (int argc, char **argv)
252b5132 13644{
d0ac1c44 13645 return find_stack_direction (0, argc + !argv + 20) < 0;
252b5132 13646}
42ecbf5e 13647_ACEOF
81ecdfbb 13648if ac_fn_c_try_run "$LINENO"; then :
252b5132
RH
13649 ac_cv_c_stack_direction=1
13650else
81ecdfbb 13651 ac_cv_c_stack_direction=-1
252b5132 13652fi
81ecdfbb
RW
13653rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13654 conftest.$ac_objext conftest.beam conftest.$ac_ext
252b5132
RH
13655fi
13656
81ecdfbb
RW
13657fi
13658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13659$as_echo "$ac_cv_c_stack_direction" >&6; }
42ecbf5e 13660cat >>confdefs.h <<_ACEOF
252b5132 13661#define STACK_DIRECTION $ac_cv_c_stack_direction
42ecbf5e
DJ
13662_ACEOF
13663
252b5132
RH
13664
13665fi
13666
34156b23
L
13667
13668
13669
13670 for ac_header in $ac_header_list
13671do :
13672 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13673ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
13674"
13675if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13676 cat >>confdefs.h <<_ACEOF
13677#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13678_ACEOF
13679
13680fi
13681
13682done
13683
13684
13685
13686
13687
13688
13689
13690
13691for ac_func in getpagesize
13692do :
13693 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
13694if test "x$ac_cv_func_getpagesize" = xyes; then :
13695 cat >>confdefs.h <<_ACEOF
13696#define HAVE_GETPAGESIZE 1
13697_ACEOF
13698
13699fi
13700done
13701
13702{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
13703$as_echo_n "checking for working mmap... " >&6; }
13704if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
13705 $as_echo_n "(cached) " >&6
13706else
13707 if test "$cross_compiling" = yes; then :
13708 ac_cv_func_mmap_fixed_mapped=no
13709else
13710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13711/* end confdefs.h. */
13712$ac_includes_default
13713/* malloc might have been renamed as rpl_malloc. */
13714#undef malloc
13715
13716/* Thanks to Mike Haertel and Jim Avera for this test.
13717 Here is a matrix of mmap possibilities:
13718 mmap private not fixed
13719 mmap private fixed at somewhere currently unmapped
13720 mmap private fixed at somewhere already mapped
13721 mmap shared not fixed
13722 mmap shared fixed at somewhere currently unmapped
13723 mmap shared fixed at somewhere already mapped
13724 For private mappings, we should verify that changes cannot be read()
13725 back from the file, nor mmap's back from the file at a different
13726 address. (There have been systems where private was not correctly
13727 implemented like the infamous i386 svr4.0, and systems where the
13728 VM page cache was not coherent with the file system buffer cache
13729 like early versions of FreeBSD and possibly contemporary NetBSD.)
13730 For shared mappings, we should conversely verify that changes get
13731 propagated back to all the places they're supposed to be.
13732
13733 Grep wants private fixed already mapped.
13734 The main things grep needs to know about mmap are:
13735 * does it exist and is it safe to write into the mmap'd area
13736 * how to use it (BSD variants) */
13737
13738#include <fcntl.h>
13739#include <sys/mman.h>
13740
13741#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
13742char *malloc ();
13743#endif
13744
13745/* This mess was copied from the GNU getpagesize.h. */
13746#ifndef HAVE_GETPAGESIZE
13747# ifdef _SC_PAGESIZE
13748# define getpagesize() sysconf(_SC_PAGESIZE)
13749# else /* no _SC_PAGESIZE */
13750# ifdef HAVE_SYS_PARAM_H
13751# include <sys/param.h>
13752# ifdef EXEC_PAGESIZE
13753# define getpagesize() EXEC_PAGESIZE
13754# else /* no EXEC_PAGESIZE */
13755# ifdef NBPG
13756# define getpagesize() NBPG * CLSIZE
13757# ifndef CLSIZE
13758# define CLSIZE 1
13759# endif /* no CLSIZE */
13760# else /* no NBPG */
13761# ifdef NBPC
13762# define getpagesize() NBPC
13763# else /* no NBPC */
13764# ifdef PAGESIZE
13765# define getpagesize() PAGESIZE
13766# endif /* PAGESIZE */
13767# endif /* no NBPC */
13768# endif /* no NBPG */
13769# endif /* no EXEC_PAGESIZE */
13770# else /* no HAVE_SYS_PARAM_H */
13771# define getpagesize() 8192 /* punt totally */
13772# endif /* no HAVE_SYS_PARAM_H */
13773# endif /* no _SC_PAGESIZE */
13774
13775#endif /* no HAVE_GETPAGESIZE */
13776
13777int
13778main ()
13779{
13780 char *data, *data2, *data3;
13781 const char *cdata2;
13782 int i, pagesize;
13783 int fd, fd2;
13784
13785 pagesize = getpagesize ();
13786
13787 /* First, make a file with some known garbage in it. */
13788 data = (char *) malloc (pagesize);
13789 if (!data)
13790 return 1;
13791 for (i = 0; i < pagesize; ++i)
13792 *(data + i) = rand ();
13793 umask (0);
13794 fd = creat ("conftest.mmap", 0600);
13795 if (fd < 0)
13796 return 2;
13797 if (write (fd, data, pagesize) != pagesize)
13798 return 3;
13799 close (fd);
13800
13801 /* Next, check that the tail of a page is zero-filled. File must have
13802 non-zero length, otherwise we risk SIGBUS for entire page. */
13803 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
13804 if (fd2 < 0)
13805 return 4;
13806 cdata2 = "";
13807 if (write (fd2, cdata2, 1) != 1)
13808 return 5;
13809 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
13810 if (data2 == MAP_FAILED)
13811 return 6;
13812 for (i = 0; i < pagesize; ++i)
13813 if (*(data2 + i))
13814 return 7;
13815 close (fd2);
13816 if (munmap (data2, pagesize))
13817 return 8;
13818
13819 /* Next, try to mmap the file at a fixed address which already has
13820 something else allocated at it. If we can, also make sure that
13821 we see the same garbage. */
13822 fd = open ("conftest.mmap", O_RDWR);
13823 if (fd < 0)
13824 return 9;
13825 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
13826 MAP_PRIVATE | MAP_FIXED, fd, 0L))
13827 return 10;
13828 for (i = 0; i < pagesize; ++i)
13829 if (*(data + i) != *(data2 + i))
13830 return 11;
13831
13832 /* Finally, make sure that changes to the mapped area do not
13833 percolate back to the file as seen by read(). (This is a bug on
13834 some variants of i386 svr4.0.) */
13835 for (i = 0; i < pagesize; ++i)
13836 *(data2 + i) = *(data2 + i) + 1;
13837 data3 = (char *) malloc (pagesize);
13838 if (!data3)
13839 return 12;
13840 if (read (fd, data3, pagesize) != pagesize)
13841 return 13;
13842 for (i = 0; i < pagesize; ++i)
13843 if (*(data + i) != *(data3 + i))
13844 return 14;
13845 close (fd);
13846 return 0;
13847}
13848_ACEOF
13849if ac_fn_c_try_run "$LINENO"; then :
13850 ac_cv_func_mmap_fixed_mapped=yes
13851else
13852 ac_cv_func_mmap_fixed_mapped=no
13853fi
13854rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13855 conftest.$ac_objext conftest.beam conftest.$ac_ext
13856fi
13857
13858fi
13859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
13860$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
13861if test $ac_cv_func_mmap_fixed_mapped = yes; then
13862
13863$as_echo "#define HAVE_MMAP 1" >>confdefs.h
13864
13865fi
13866rm -f conftest.mmap conftest.txt
13867
44350750 13868for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
81ecdfbb
RW
13869do :
13870 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13871ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 13872if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb
RW
13873 cat >>confdefs.h <<_ACEOF
13874#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13875_ACEOF
42ecbf5e 13876
81ecdfbb
RW
13877fi
13878done
42ecbf5e 13879
81ecdfbb 13880ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
d0ac1c44 13881if test "x$ac_cv_func_mkstemp" = xyes; then :
42ecbf5e 13882
81ecdfbb 13883$as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
42ecbf5e 13884
81ecdfbb 13885fi
42ecbf5e 13886
81ecdfbb 13887ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
d0ac1c44 13888if test "x$ac_cv_func_mkdtemp" = xyes; then :
42ecbf5e 13889
81ecdfbb 13890$as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
42ecbf5e 13891
81ecdfbb 13892fi
d15b04bd 13893
3bfcb652
NC
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13895$as_echo_n "checking for mbstate_t... " >&6; }
13896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13897/* end confdefs.h. */
13898#include <wchar.h>
13899int
13900main ()
13901{
13902mbstate_t teststate;
13903 ;
13904 return 0;
13905}
13906_ACEOF
13907if ac_fn_c_try_compile "$LINENO"; then :
13908 have_mbstate_t=yes
13909else
13910 have_mbstate_t=no
13911fi
13912rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13914$as_echo "$have_mbstate_t" >&6; }
13915 if test x"$have_mbstate_t" = xyes; then
13916
13917$as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13918
13919 fi
d15b04bd 13920
81ecdfbb
RW
13921# Some systems have frexp only in -lm, not in -lc.
13922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13923$as_echo_n "checking for library containing frexp... " >&6; }
d0ac1c44 13924if ${ac_cv_search_frexp+:} false; then :
81ecdfbb 13925 $as_echo_n "(cached) " >&6
f9c026a8 13926else
81ecdfbb
RW
13927 ac_func_search_save_LIBS=$LIBS
13928cat confdefs.h - <<_ACEOF >conftest.$ac_ext
f9c026a8 13929/* end confdefs.h. */
f9c026a8 13930
81ecdfbb
RW
13931/* Override any GCC internal prototype to avoid an error.
13932 Use char because int might match the return type of a GCC
f9c026a8 13933 builtin and then its argument prototype would still apply. */
42ecbf5e
DJ
13934#ifdef __cplusplus
13935extern "C"
13936#endif
42ecbf5e
DJ
13937char frexp ();
13938int
13939main ()
13940{
81ecdfbb 13941return frexp ();
42ecbf5e
DJ
13942 ;
13943 return 0;
13944}
13945_ACEOF
81ecdfbb
RW
13946for ac_lib in '' m; do
13947 if test -z "$ac_lib"; then
13948 ac_res="none required"
13949 else
13950 ac_res=-l$ac_lib
42ecbf5e 13951 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
81ecdfbb
RW
13952 fi
13953 if ac_fn_c_try_link "$LINENO"; then :
13954 ac_cv_search_frexp=$ac_res
13955fi
13956rm -f core conftest.err conftest.$ac_objext \
13957 conftest$ac_exeext
d0ac1c44 13958 if ${ac_cv_search_frexp+:} false; then :
81ecdfbb
RW
13959 break
13960fi
13961done
d0ac1c44 13962if ${ac_cv_search_frexp+:} false; then :
42ecbf5e 13963
f353eb8a 13964else
81ecdfbb 13965 ac_cv_search_frexp=no
e5a52504 13966fi
81ecdfbb 13967rm conftest.$ac_ext
42ecbf5e
DJ
13968LIBS=$ac_func_search_save_LIBS
13969fi
81ecdfbb
RW
13970{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13971$as_echo "$ac_cv_search_frexp" >&6; }
13972ac_res=$ac_cv_search_frexp
13973if test "$ac_res" != no; then :
13974 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
42ecbf5e 13975
f353eb8a
ILT
13976fi
13977
42ecbf5e 13978
44350750
NC
13979
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13981$as_echo_n "checking for LC_MESSAGES... " >&6; }
d0ac1c44 13982if ${am_cv_val_LC_MESSAGES+:} false; then :
44350750
NC
13983 $as_echo_n "(cached) " >&6
13984else
13985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13986/* end confdefs.h. */
13987#include <locale.h>
13988int
13989main ()
13990{
13991return LC_MESSAGES
13992 ;
13993 return 0;
13994}
13995_ACEOF
13996if ac_fn_c_try_link "$LINENO"; then :
13997 am_cv_val_LC_MESSAGES=yes
13998else
13999 am_cv_val_LC_MESSAGES=no
14000fi
14001rm -f core conftest.err conftest.$ac_objext \
14002 conftest$ac_exeext conftest.$ac_ext
14003fi
14004{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
14005$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
14006 if test $am_cv_val_LC_MESSAGES = yes; then
14007
14008$as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
14009
14010 fi
14011
14012
81ecdfbb
RW
14013{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
14014$as_echo_n "checking for time_t in time.h... " >&6; }
d0ac1c44 14015if ${bu_cv_decl_time_t_time_h+:} false; then :
81ecdfbb 14016 $as_echo_n "(cached) " >&6
252b5132 14017else
81ecdfbb 14018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 14019/* end confdefs.h. */
252b5132 14020#include <time.h>
42ecbf5e
DJ
14021int
14022main ()
14023{
252b5132 14024time_t i;
42ecbf5e
DJ
14025 ;
14026 return 0;
14027}
14028_ACEOF
81ecdfbb 14029if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
14030 bu_cv_decl_time_t_time_h=yes
14031else
81ecdfbb 14032 bu_cv_decl_time_t_time_h=no
252b5132 14033fi
81ecdfbb 14034rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
14035fi
14036
81ecdfbb
RW
14037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
14038$as_echo "$bu_cv_decl_time_t_time_h" >&6; }
252b5132 14039if test $bu_cv_decl_time_t_time_h = yes; then
42ecbf5e 14040
81ecdfbb 14041$as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
252b5132
RH
14042
14043fi
14044
81ecdfbb
RW
14045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
14046$as_echo_n "checking for time_t in sys/types.h... " >&6; }
d0ac1c44 14047if ${bu_cv_decl_time_t_types_h+:} false; then :
81ecdfbb 14048 $as_echo_n "(cached) " >&6
252b5132 14049else
81ecdfbb 14050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 14051/* end confdefs.h. */
252b5132 14052#include <sys/types.h>
42ecbf5e
DJ
14053int
14054main ()
14055{
252b5132 14056time_t i;
42ecbf5e
DJ
14057 ;
14058 return 0;
14059}
14060_ACEOF
81ecdfbb 14061if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
14062 bu_cv_decl_time_t_types_h=yes
14063else
81ecdfbb 14064 bu_cv_decl_time_t_types_h=no
252b5132 14065fi
81ecdfbb 14066rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
14067fi
14068
81ecdfbb
RW
14069{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
14070$as_echo "$bu_cv_decl_time_t_types_h" >&6; }
252b5132 14071if test $bu_cv_decl_time_t_types_h = yes; then
42ecbf5e 14072
81ecdfbb 14073$as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
252b5132
RH
14074
14075fi
14076
81ecdfbb
RW
14077{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14078$as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
d0ac1c44 14079if ${bu_cv_decl_getopt_unistd_h+:} false; then :
81ecdfbb 14080 $as_echo_n "(cached) " >&6
e46eba98 14081else
81ecdfbb 14082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 14083/* end confdefs.h. */
e46eba98 14084#include <unistd.h>
42ecbf5e
DJ
14085int
14086main ()
14087{
e46eba98 14088extern int getopt (int, char *const*, const char *);
42ecbf5e
DJ
14089 ;
14090 return 0;
14091}
14092_ACEOF
81ecdfbb 14093if ac_fn_c_try_compile "$LINENO"; then :
e46eba98
NC
14094 bu_cv_decl_getopt_unistd_h=yes
14095else
81ecdfbb 14096 bu_cv_decl_getopt_unistd_h=no
e46eba98 14097fi
81ecdfbb 14098rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
e46eba98
NC
14099fi
14100
81ecdfbb
RW
14101{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
14102$as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
e46eba98 14103if test $bu_cv_decl_getopt_unistd_h = yes; then
42ecbf5e 14104
81ecdfbb 14105$as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
e46eba98
NC
14106
14107fi
14108
252b5132
RH
14109# Under Next 3.2 <utime.h> apparently does not define struct utimbuf
14110# by default.
81ecdfbb
RW
14111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
14112$as_echo_n "checking for utime.h... " >&6; }
d0ac1c44 14113if ${bu_cv_header_utime_h+:} false; then :
81ecdfbb 14114 $as_echo_n "(cached) " >&6
42ecbf5e 14115else
81ecdfbb 14116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42ecbf5e 14117/* end confdefs.h. */
252b5132
RH
14118#include <sys/types.h>
14119#ifdef HAVE_TIME_H
14120#include <time.h>
14121#endif
14122#include <utime.h>
42ecbf5e
DJ
14123int
14124main ()
14125{
252b5132 14126struct utimbuf s;
42ecbf5e
DJ
14127 ;
14128 return 0;
14129}
14130_ACEOF
81ecdfbb 14131if ac_fn_c_try_compile "$LINENO"; then :
252b5132
RH
14132 bu_cv_header_utime_h=yes
14133else
81ecdfbb 14134 bu_cv_header_utime_h=no
252b5132 14135fi
81ecdfbb 14136rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
252b5132
RH
14137fi
14138
81ecdfbb
RW
14139{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
14140$as_echo "$bu_cv_header_utime_h" >&6; }
252b5132 14141if test $bu_cv_header_utime_h = yes; then
42ecbf5e 14142
81ecdfbb 14143$as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
252b5132
RH
14144
14145fi
14146
1f5345a6 14147ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
d0ac1c44 14148if test "x$ac_cv_have_decl_asprintf" = xyes; then :
1f5345a6
ST
14149 ac_have_decl=1
14150else
14151 ac_have_decl=0
14152fi
14153
14154cat >>confdefs.h <<_ACEOF
14155#define HAVE_DECL_ASPRINTF $ac_have_decl
14156_ACEOF
952781e8 14157ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
d0ac1c44 14158if test "x$ac_cv_have_decl_environ" = xyes; then :
952781e8
AM
14159 ac_have_decl=1
14160else
14161 ac_have_decl=0
14162fi
14163
14164cat >>confdefs.h <<_ACEOF
14165#define HAVE_DECL_ENVIRON $ac_have_decl
14166_ACEOF
81ecdfbb 14167ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
d0ac1c44 14168if test "x$ac_cv_have_decl_fprintf" = xyes; then :
81ecdfbb 14169 ac_have_decl=1
252b5132 14170else
81ecdfbb
RW
14171 ac_have_decl=0
14172fi
398ee8f1 14173
81ecdfbb
RW
14174cat >>confdefs.h <<_ACEOF
14175#define HAVE_DECL_FPRINTF $ac_have_decl
42ecbf5e 14176_ACEOF
952781e8 14177ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
d0ac1c44 14178if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
81ecdfbb 14179 ac_have_decl=1
252b5132 14180else
81ecdfbb 14181 ac_have_decl=0
252b5132 14182fi
252b5132 14183
398ee8f1 14184cat >>confdefs.h <<_ACEOF
952781e8 14185#define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
398ee8f1 14186_ACEOF
952781e8 14187ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
d0ac1c44 14188if test "x$ac_cv_have_decl_getenv" = xyes; then :
81ecdfbb 14189 ac_have_decl=1
398ee8f1 14190else
81ecdfbb
RW
14191 ac_have_decl=0
14192fi
3e321448
L
14193
14194cat >>confdefs.h <<_ACEOF
952781e8 14195#define HAVE_DECL_GETENV $ac_have_decl
42ecbf5e 14196_ACEOF
81ecdfbb 14197ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
d0ac1c44 14198if test "x$ac_cv_have_decl_sbrk" = xyes; then :
81ecdfbb 14199 ac_have_decl=1
252b5132 14200else
81ecdfbb 14201 ac_have_decl=0
252b5132 14202fi
252b5132 14203
398ee8f1 14204cat >>confdefs.h <<_ACEOF
81ecdfbb 14205#define HAVE_DECL_SBRK $ac_have_decl
398ee8f1 14206_ACEOF
952781e8 14207ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
d0ac1c44 14208if test "x$ac_cv_have_decl_snprintf" = xyes; then :
81ecdfbb 14209 ac_have_decl=1
398ee8f1 14210else
81ecdfbb 14211 ac_have_decl=0
398ee8f1 14212fi
252b5132 14213
398ee8f1 14214cat >>confdefs.h <<_ACEOF
952781e8 14215#define HAVE_DECL_SNPRINTF $ac_have_decl
398ee8f1 14216_ACEOF
952781e8 14217ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
d0ac1c44 14218if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
81ecdfbb 14219 ac_have_decl=1
398ee8f1 14220else
81ecdfbb 14221 ac_have_decl=0
398ee8f1 14222fi
252b5132 14223
398ee8f1 14224cat >>confdefs.h <<_ACEOF
952781e8 14225#define HAVE_DECL_STPCPY $ac_have_decl
b7d4af3a 14226_ACEOF
952781e8 14227ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
d0ac1c44 14228if test "x$ac_cv_have_decl_strnlen" = xyes; then :
81ecdfbb 14229 ac_have_decl=1
b7d4af3a 14230else
81ecdfbb 14231 ac_have_decl=0
b7d4af3a 14232fi
b7d4af3a
JW
14233
14234cat >>confdefs.h <<_ACEOF
952781e8 14235#define HAVE_DECL_STRNLEN $ac_have_decl
b7d4af3a 14236_ACEOF
952781e8 14237ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
d0ac1c44 14238if test "x$ac_cv_have_decl_strstr" = xyes; then :
81ecdfbb 14239 ac_have_decl=1
b7d4af3a 14240else
81ecdfbb 14241 ac_have_decl=0
db50c840 14242fi
db50c840
EB
14243
14244cat >>confdefs.h <<_ACEOF
952781e8 14245#define HAVE_DECL_STRSTR $ac_have_decl
db50c840 14246_ACEOF
81ecdfbb 14247ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
d0ac1c44 14248if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
81ecdfbb 14249 ac_have_decl=1
db50c840 14250else
81ecdfbb 14251 ac_have_decl=0
db50c840 14252fi
db50c840
EB
14253
14254cat >>confdefs.h <<_ACEOF
81ecdfbb 14255#define HAVE_DECL_VSNPRINTF $ac_have_decl
db50c840
EB
14256_ACEOF
14257
14258
ed2b5077
L
14259# Link in zlib if we can. This allows us to read compressed debug
14260# sections. This is used only by readelf.c (objdump uses bfd for
14261# reading compressed sections).
14262
14263 # Use the system's zlib library.
39f3de7c
L
14264 zlibdir="-L\$(top_builddir)/../zlib"
14265 zlibinc="-I\$(top_srcdir)/../zlib"
52546677 14266
0ee42ecd
L
14267# Check whether --with-system-zlib was given.
14268if test "${with_system_zlib+set}" = set; then :
afa59b79
L
14269 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14270 zlibdir=
14271 zlibinc=
14272 fi
52546677 14273
52546677
RM
14274fi
14275
14276
52546677 14277
1b315056 14278
252b5132 14279
ed2b5077 14280
252b5132 14281case "${host}" in
8a965946 14282*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
42ecbf5e 14283
81ecdfbb 14284$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
252b5132
RH
14285 ;;
14286esac
14287
14288# target-specific stuff:
14289
14290# Canonicalize the secondary target names.
14291if test -n "$enable_targets"; then
14292 for targ in `echo $enable_targets | sed 's/,/ /g'`
14293 do
6d83c84b 14294 result=`$ac_config_sub $targ 2>/dev/null`
252b5132
RH
14295 if test -n "$result"; then
14296 canon_targets="$canon_targets $result"
14297 else
14298 # Allow targets that config.sub doesn't recognize, like "all".
14299 canon_targets="$canon_targets $targ"
14300 fi
14301 done
14302fi
14303
81ecdfbb 14304ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
d0ac1c44 14305if test "x$ac_cv_header_iconv_h" = xyes; then :
5ba684e2
NC
14306
14307fi
14308
14309
14310
14311 if test "X$prefix" = "XNONE"; then
14312 acl_final_prefix="$ac_default_prefix"
14313 else
14314 acl_final_prefix="$prefix"
14315 fi
14316 if test "X$exec_prefix" = "XNONE"; then
14317 acl_final_exec_prefix='${prefix}'
14318 else
14319 acl_final_exec_prefix="$exec_prefix"
14320 fi
14321 acl_save_prefix="$prefix"
14322 prefix="$acl_final_prefix"
14323 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
14324 prefix="$acl_save_prefix"
14325
14326
81ecdfbb
RW
14327# Check whether --with-gnu-ld was given.
14328if test "${with_gnu_ld+set}" = set; then :
14329 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5ba684e2
NC
14330else
14331 with_gnu_ld=no
81ecdfbb
RW
14332fi
14333
5ba684e2
NC
14334# Prepare PATH_SEPARATOR.
14335# The user is always right.
14336if test "${PATH_SEPARATOR+set}" != set; then
14337 echo "#! /bin/sh" >conf$$.sh
14338 echo "exit 0" >>conf$$.sh
14339 chmod +x conf$$.sh
14340 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
14341 PATH_SEPARATOR=';'
14342 else
14343 PATH_SEPARATOR=:
14344 fi
14345 rm -f conf$$.sh
14346fi
14347ac_prog=ld
14348if test "$GCC" = yes; then
14349 # Check if gcc -print-prog-name=ld gives a path.
81ecdfbb
RW
14350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
14351$as_echo_n "checking for ld used by GCC... " >&6; }
5ba684e2
NC
14352 case $host in
14353 *-*-mingw*)
14354 # gcc leaves a trailing carriage return which upsets mingw
14355 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
14356 *)
14357 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
14358 esac
14359 case $ac_prog in
14360 # Accept absolute paths.
14361 [\\/]* | [A-Za-z]:[\\/]*)
14362 re_direlt='/[^/][^/]*/\.\./'
14363 # Canonicalize the path of ld
14364 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
14365 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
14366 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
14367 done
14368 test -z "$LD" && LD="$ac_prog"
14369 ;;
14370 "")
14371 # If it fails, then pretend we aren't using GCC.
14372 ac_prog=ld
14373 ;;
14374 *)
14375 # If it is relative, then search for the first ld in PATH.
14376 with_gnu_ld=unknown
14377 ;;
14378 esac
14379elif test "$with_gnu_ld" = yes; then
81ecdfbb
RW
14380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
14381$as_echo_n "checking for GNU ld... " >&6; }
5ba684e2 14382else
81ecdfbb
RW
14383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
14384$as_echo_n "checking for non-GNU ld... " >&6; }
5ba684e2 14385fi
d0ac1c44 14386if ${acl_cv_path_LD+:} false; then :
81ecdfbb 14387 $as_echo_n "(cached) " >&6
5ba684e2
NC
14388else
14389 if test -z "$LD"; then
14390 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
14391 for ac_dir in $PATH; do
14392 test -z "$ac_dir" && ac_dir=.
14393 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
14394 acl_cv_path_LD="$ac_dir/$ac_prog"
14395 # Check to see if the program is GNU ld. I'd rather use --version,
14396 # but apparently some GNU ld's only accept -v.
14397 # Break only if it was the GNU/non-GNU ld that we prefer.
14398 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
14399 test "$with_gnu_ld" != no && break
14400 else
14401 test "$with_gnu_ld" != yes && break
14402 fi
14403 fi
14404 done
14405 IFS="$ac_save_ifs"
14406else
14407 acl_cv_path_LD="$LD" # Let the user override the test with a path.
14408fi
14409fi
14410
14411LD="$acl_cv_path_LD"
14412if test -n "$LD"; then
81ecdfbb
RW
14413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
14414$as_echo "$LD" >&6; }
5ba684e2 14415else
81ecdfbb
RW
14416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14417$as_echo "no" >&6; }
5ba684e2 14418fi
d0ac1c44 14419test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
81ecdfbb
RW
14420{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
14421$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 14422if ${acl_cv_prog_gnu_ld+:} false; then :
81ecdfbb 14423 $as_echo_n "(cached) " >&6
5ba684e2
NC
14424else
14425 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
14426if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
14427 acl_cv_prog_gnu_ld=yes
14428else
14429 acl_cv_prog_gnu_ld=no
14430fi
14431fi
81ecdfbb
RW
14432{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
14433$as_echo "$acl_cv_prog_gnu_ld" >&6; }
5ba684e2
NC
14434with_gnu_ld=$acl_cv_prog_gnu_ld
14435
14436
14437
81ecdfbb
RW
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
14439$as_echo_n "checking for shared library run path origin... " >&6; }
d0ac1c44 14440if ${acl_cv_rpath+:} false; then :
81ecdfbb 14441 $as_echo_n "(cached) " >&6
5ba684e2
NC
14442else
14443
14444 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
14445 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
14446 . ./conftest.sh
14447 rm -f ./conftest.sh
14448 acl_cv_rpath=done
14449
14450fi
81ecdfbb
RW
14451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
14452$as_echo "$acl_cv_rpath" >&6; }
5ba684e2
NC
14453 wl="$acl_cv_wl"
14454 libext="$acl_cv_libext"
14455 shlibext="$acl_cv_shlibext"
14456 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
14457 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
14458 hardcode_direct="$acl_cv_hardcode_direct"
14459 hardcode_minus_L="$acl_cv_hardcode_minus_L"
81ecdfbb
RW
14460 # Check whether --enable-rpath was given.
14461if test "${enable_rpath+set}" = set; then :
14462 enableval=$enable_rpath; :
5ba684e2
NC
14463else
14464 enable_rpath=yes
81ecdfbb
RW
14465fi
14466
5ba684e2
NC
14467
14468
14469
14470
14471
14472
14473
14474 use_additional=yes
14475
14476 acl_save_prefix="$prefix"
14477 prefix="$acl_final_prefix"
14478 acl_save_exec_prefix="$exec_prefix"
14479 exec_prefix="$acl_final_exec_prefix"
14480
14481 eval additional_includedir=\"$includedir\"
14482 eval additional_libdir=\"$libdir\"
14483
14484 exec_prefix="$acl_save_exec_prefix"
14485 prefix="$acl_save_prefix"
14486
14487
81ecdfbb
RW
14488# Check whether --with-libiconv-prefix was given.
14489if test "${with_libiconv_prefix+set}" = set; then :
14490 withval=$with_libiconv_prefix;
5ba684e2
NC
14491 if test "X$withval" = "Xno"; then
14492 use_additional=no
14493 else
14494 if test "X$withval" = "X"; then
14495
14496 acl_save_prefix="$prefix"
14497 prefix="$acl_final_prefix"
14498 acl_save_exec_prefix="$exec_prefix"
14499 exec_prefix="$acl_final_exec_prefix"
14500
14501 eval additional_includedir=\"$includedir\"
14502 eval additional_libdir=\"$libdir\"
14503
14504 exec_prefix="$acl_save_exec_prefix"
14505 prefix="$acl_save_prefix"
14506
14507 else
14508 additional_includedir="$withval/include"
14509 additional_libdir="$withval/lib"
14510 fi
14511 fi
14512
81ecdfbb
RW
14513fi
14514
9f1528a1
AB
14515
14516# Check whether --with-libiconv-type was given.
14517if test "${with_libiconv_type+set}" = set; then :
14518 withval=$with_libiconv_type; with_libiconv_type=$withval
14519else
14520 with_libiconv_type=auto
14521fi
14522
14523 lib_type=`eval echo \$with_libiconv_type`
14524
5ba684e2
NC
14525 LIBICONV=
14526 LTLIBICONV=
14527 INCICONV=
14528 rpathdirs=
14529 ltrpathdirs=
14530 names_already_handled=
14531 names_next_round='iconv '
14532 while test -n "$names_next_round"; do
14533 names_this_round="$names_next_round"
14534 names_next_round=
14535 for name in $names_this_round; do
14536 already_handled=
14537 for n in $names_already_handled; do
14538 if test "$n" = "$name"; then
14539 already_handled=yes
14540 break
14541 fi
14542 done
14543 if test -z "$already_handled"; then
14544 names_already_handled="$names_already_handled $name"
14545 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14546 eval value=\"\$HAVE_LIB$uppername\"
14547 if test -n "$value"; then
14548 if test "$value" = yes; then
14549 eval value=\"\$LIB$uppername\"
14550 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
14551 eval value=\"\$LTLIB$uppername\"
14552 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
14553 else
14554 :
14555 fi
14556 else
14557 found_dir=
14558 found_la=
14559 found_so=
14560 found_a=
14561 if test $use_additional = yes; then
9f1528a1 14562 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
5ba684e2
NC
14563 found_dir="$additional_libdir"
14564 found_so="$additional_libdir/lib$name.$shlibext"
14565 if test -f "$additional_libdir/lib$name.la"; then
14566 found_la="$additional_libdir/lib$name.la"
14567 fi
9f1528a1 14568 elif test x$lib_type != xshared; then
5ba684e2
NC
14569 if test -f "$additional_libdir/lib$name.$libext"; then
14570 found_dir="$additional_libdir"
14571 found_a="$additional_libdir/lib$name.$libext"
14572 if test -f "$additional_libdir/lib$name.la"; then
14573 found_la="$additional_libdir/lib$name.la"
14574 fi
14575 fi
14576 fi
14577 fi
14578 if test "X$found_dir" = "X"; then
14579 for x in $LDFLAGS $LTLIBICONV; do
14580
14581 acl_save_prefix="$prefix"
14582 prefix="$acl_final_prefix"
14583 acl_save_exec_prefix="$exec_prefix"
14584 exec_prefix="$acl_final_exec_prefix"
14585 eval x=\"$x\"
14586 exec_prefix="$acl_save_exec_prefix"
14587 prefix="$acl_save_prefix"
14588
14589 case "$x" in
14590 -L*)
14591 dir=`echo "X$x" | sed -e 's/^X-L//'`
9f1528a1 14592 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
5ba684e2
NC
14593 found_dir="$dir"
14594 found_so="$dir/lib$name.$shlibext"
14595 if test -f "$dir/lib$name.la"; then
14596 found_la="$dir/lib$name.la"
14597 fi
9f1528a1 14598 elif test x$lib_type != xshared; then
5ba684e2
NC
14599 if test -f "$dir/lib$name.$libext"; then
14600 found_dir="$dir"
14601 found_a="$dir/lib$name.$libext"
14602 if test -f "$dir/lib$name.la"; then
14603 found_la="$dir/lib$name.la"
14604 fi
14605 fi
14606 fi
14607 ;;
14608 esac
14609 if test "X$found_dir" != "X"; then
14610 break
14611 fi
14612 done
14613 fi
14614 if test "X$found_dir" != "X"; then
14615 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
14616 if test "X$found_so" != "X"; then
14617 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14618 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14619 else
14620 haveit=
14621 for x in $ltrpathdirs; do
14622 if test "X$x" = "X$found_dir"; then
14623 haveit=yes
14624 break
14625 fi
14626 done
14627 if test -z "$haveit"; then
14628 ltrpathdirs="$ltrpathdirs $found_dir"
14629 fi
14630 if test "$hardcode_direct" = yes; then
14631 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14632 else
14633 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14634 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14635 haveit=
14636 for x in $rpathdirs; do
14637 if test "X$x" = "X$found_dir"; then
14638 haveit=yes
14639 break
14640 fi
14641 done
14642 if test -z "$haveit"; then
14643 rpathdirs="$rpathdirs $found_dir"
14644 fi
14645 else
14646 haveit=
14647 for x in $LDFLAGS $LIBICONV; do
14648
14649 acl_save_prefix="$prefix"
14650 prefix="$acl_final_prefix"
14651 acl_save_exec_prefix="$exec_prefix"
14652 exec_prefix="$acl_final_exec_prefix"
14653 eval x=\"$x\"
14654 exec_prefix="$acl_save_exec_prefix"
14655 prefix="$acl_save_prefix"
14656
14657 if test "X$x" = "X-L$found_dir"; then
14658 haveit=yes
14659 break
14660 fi
14661 done
14662 if test -z "$haveit"; then
14663 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14664 fi
14665 if test "$hardcode_minus_L" != no; then
14666 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14667 else
14668 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14669 fi
14670 fi
14671 fi
14672 fi
14673 else
14674 if test "X$found_a" != "X"; then
14675 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14676 else
14677 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14678 fi
14679 fi
14680 additional_includedir=
14681 case "$found_dir" in
14682 */lib | */lib/)
14683 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14684 additional_includedir="$basedir/include"
14685 ;;
14686 esac
14687 if test "X$additional_includedir" != "X"; then
14688 if test "X$additional_includedir" != "X/usr/include"; then
14689 haveit=
14690 if test "X$additional_includedir" = "X/usr/local/include"; then
14691 if test -n "$GCC"; then
14692 case $host_os in
14693 linux*) haveit=yes;;
14694 esac
14695 fi
14696 fi
14697 if test -z "$haveit"; then
14698 for x in $CPPFLAGS $INCICONV; do
14699
14700 acl_save_prefix="$prefix"
14701 prefix="$acl_final_prefix"
14702 acl_save_exec_prefix="$exec_prefix"
14703 exec_prefix="$acl_final_exec_prefix"
14704 eval x=\"$x\"
14705 exec_prefix="$acl_save_exec_prefix"
14706 prefix="$acl_save_prefix"
14707
14708 if test "X$x" = "X-I$additional_includedir"; then
14709 haveit=yes
14710 break
14711 fi
14712 done
14713 if test -z "$haveit"; then
14714 if test -d "$additional_includedir"; then
14715 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14716 fi
14717 fi
14718 fi
14719 fi
14720 fi
14721 if test -n "$found_la"; then
14722 save_libdir="$libdir"
14723 case "$found_la" in
14724 */* | *\\*) . "$found_la" ;;
14725 *) . "./$found_la" ;;
14726 esac
14727 libdir="$save_libdir"
14728 for dep in $dependency_libs; do
14729 case "$dep" in
14730 -L*)
14731 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14732 if test "X$additional_libdir" != "X/usr/lib"; then
14733 haveit=
14734 if test "X$additional_libdir" = "X/usr/local/lib"; then
14735 if test -n "$GCC"; then
14736 case $host_os in
14737 linux*) haveit=yes;;
14738 esac
14739 fi
14740 fi
14741 if test -z "$haveit"; then
14742 haveit=
14743 for x in $LDFLAGS $LIBICONV; do
14744
14745 acl_save_prefix="$prefix"
14746 prefix="$acl_final_prefix"
14747 acl_save_exec_prefix="$exec_prefix"
14748 exec_prefix="$acl_final_exec_prefix"
14749 eval x=\"$x\"
14750 exec_prefix="$acl_save_exec_prefix"
14751 prefix="$acl_save_prefix"
14752
14753 if test "X$x" = "X-L$additional_libdir"; then
14754 haveit=yes
14755 break
14756 fi
14757 done
14758 if test -z "$haveit"; then
14759 if test -d "$additional_libdir"; then
14760 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14761 fi
14762 fi
14763 haveit=
14764 for x in $LDFLAGS $LTLIBICONV; do
14765
14766 acl_save_prefix="$prefix"
14767 prefix="$acl_final_prefix"
14768 acl_save_exec_prefix="$exec_prefix"
14769 exec_prefix="$acl_final_exec_prefix"
14770 eval x=\"$x\"
14771 exec_prefix="$acl_save_exec_prefix"
14772 prefix="$acl_save_prefix"
14773
14774 if test "X$x" = "X-L$additional_libdir"; then
14775 haveit=yes
14776 break
14777 fi
14778 done
14779 if test -z "$haveit"; then
14780 if test -d "$additional_libdir"; then
14781 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14782 fi
14783 fi
14784 fi
14785 fi
14786 ;;
14787 -R*)
14788 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14789 if test "$enable_rpath" != no; then
14790 haveit=
14791 for x in $rpathdirs; do
14792 if test "X$x" = "X$dir"; then
14793 haveit=yes
14794 break
14795 fi
14796 done
14797 if test -z "$haveit"; then
14798 rpathdirs="$rpathdirs $dir"
14799 fi
14800 haveit=
14801 for x in $ltrpathdirs; do
14802 if test "X$x" = "X$dir"; then
14803 haveit=yes
14804 break
14805 fi
14806 done
14807 if test -z "$haveit"; then
14808 ltrpathdirs="$ltrpathdirs $dir"
14809 fi
14810 fi
14811 ;;
14812 -l*)
14813 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14814 ;;
14815 *.la)
14816 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14817 ;;
14818 *)
14819 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14820 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14821 ;;
14822 esac
14823 done
14824 fi
14825 else
9f1528a1
AB
14826 if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
14827 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14828 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14829 else
14830 LIBICONV="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
14831 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
14832 fi
5ba684e2
NC
14833 fi
14834 fi
14835 fi
14836 done
14837 done
14838 if test "X$rpathdirs" != "X"; then
14839 if test -n "$hardcode_libdir_separator"; then
14840 alldirs=
14841 for found_dir in $rpathdirs; do
14842 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14843 done
14844 acl_save_libdir="$libdir"
14845 libdir="$alldirs"
14846 eval flag=\"$hardcode_libdir_flag_spec\"
14847 libdir="$acl_save_libdir"
14848 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14849 else
14850 for found_dir in $rpathdirs; do
14851 acl_save_libdir="$libdir"
14852 libdir="$found_dir"
14853 eval flag=\"$hardcode_libdir_flag_spec\"
14854 libdir="$acl_save_libdir"
14855 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14856 done
14857 fi
14858 fi
14859 if test "X$ltrpathdirs" != "X"; then
14860 for found_dir in $ltrpathdirs; do
14861 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14862 done
14863 fi
14864
14865
14866
14867
14868
14869
14870
81ecdfbb
RW
14871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14872$as_echo_n "checking for iconv... " >&6; }
d0ac1c44 14873if ${am_cv_func_iconv+:} false; then :
81ecdfbb 14874 $as_echo_n "(cached) " >&6
5ba684e2
NC
14875else
14876
14877 am_cv_func_iconv="no, consider installing GNU libiconv"
14878 am_cv_lib_iconv=no
cfe101c6
YS
14879 am_save_CPPFLAGS="$CPPFLAGS"
14880 CPPFLAGS="$CPPFLAGS $INCICONV"
81ecdfbb 14881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14882/* end confdefs.h. */
14883#include <stdlib.h>
14884#include <iconv.h>
14885int
14886main ()
14887{
14888iconv_t cd = iconv_open("","");
14889 iconv(cd,NULL,NULL,NULL,NULL);
14890 iconv_close(cd);
14891 ;
14892 return 0;
14893}
14894_ACEOF
81ecdfbb 14895if ac_fn_c_try_link "$LINENO"; then :
5ba684e2 14896 am_cv_func_iconv=yes
5ba684e2 14897fi
81ecdfbb
RW
14898rm -f core conftest.err conftest.$ac_objext \
14899 conftest$ac_exeext conftest.$ac_ext
cfe101c6
YS
14900 CPPFLAGS="$am_save_CPPFLAGS"
14901
14902 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14903 for _libs in .libs _libs; do
14904 am_save_CPPFLAGS="$CPPFLAGS"
14905 am_save_LIBS="$LIBS"
14906 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14907 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14909/* end confdefs.h. */
14910#include <stdlib.h>
14911#include <iconv.h>
14912int
14913main ()
14914{
14915iconv_t cd = iconv_open("","");
14916 iconv(cd,NULL,NULL,NULL,NULL);
14917 iconv_close(cd);
14918 ;
14919 return 0;
14920}
14921_ACEOF
14922if ac_fn_c_try_link "$LINENO"; then :
14923 INCICONV="-I../libiconv/include"
14924 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14925 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14926 am_cv_lib_iconv=yes
14927 am_cv_func_iconv=yes
14928fi
14929rm -f core conftest.err conftest.$ac_objext \
14930 conftest$ac_exeext conftest.$ac_ext
14931 CPPFLAGS="$am_save_CPPFLAGS"
14932 LIBS="$am_save_LIBS"
14933 if test "$am_cv_func_iconv" = "yes"; then
14934 break
14935 fi
14936 done
14937 fi
14938
5ba684e2 14939 if test "$am_cv_func_iconv" != yes; then
cfe101c6 14940 am_save_CPPFLAGS="$CPPFLAGS"
5ba684e2 14941 am_save_LIBS="$LIBS"
5d762de0 14942 CPPFLAGS="$CPPFLAGS $INCICONV"
5ba684e2 14943 LIBS="$LIBS $LIBICONV"
81ecdfbb 14944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
14945/* end confdefs.h. */
14946#include <stdlib.h>
14947#include <iconv.h>
14948int
14949main ()
14950{
14951iconv_t cd = iconv_open("","");
14952 iconv(cd,NULL,NULL,NULL,NULL);
14953 iconv_close(cd);
14954 ;
14955 return 0;
14956}
14957_ACEOF
81ecdfbb 14958if ac_fn_c_try_link "$LINENO"; then :
5ba684e2
NC
14959 am_cv_lib_iconv=yes
14960 am_cv_func_iconv=yes
5ba684e2 14961fi
81ecdfbb
RW
14962rm -f core conftest.err conftest.$ac_objext \
14963 conftest$ac_exeext conftest.$ac_ext
cfe101c6 14964 CPPFLAGS="$am_save_CPPFLAGS"
5ba684e2
NC
14965 LIBS="$am_save_LIBS"
14966 fi
14967
14968fi
81ecdfbb
RW
14969{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14970$as_echo "$am_cv_func_iconv" >&6; }
5ba684e2
NC
14971 if test "$am_cv_func_iconv" = yes; then
14972
81ecdfbb 14973$as_echo "#define HAVE_ICONV 1" >>confdefs.h
5ba684e2
NC
14974
14975 fi
14976 if test "$am_cv_lib_iconv" = yes; then
cfe101c6
YS
14977
14978 for element in $INCICONV; do
14979 haveit=
14980 for x in $CPPFLAGS; do
14981
14982 acl_save_prefix="$prefix"
14983 prefix="$acl_final_prefix"
14984 acl_save_exec_prefix="$exec_prefix"
14985 exec_prefix="$acl_final_exec_prefix"
14986 eval x=\"$x\"
14987 exec_prefix="$acl_save_exec_prefix"
14988 prefix="$acl_save_prefix"
14989
14990 if test "X$x" = "X$element"; then
14991 haveit=yes
14992 break
14993 fi
14994 done
14995 if test -z "$haveit"; then
14996 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14997 fi
14998 done
14999
81ecdfbb
RW
15000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
15001$as_echo_n "checking how to link with libiconv... " >&6; }
15002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
15003$as_echo "$LIBICONV" >&6; }
5ba684e2 15004 else
5ba684e2
NC
15005 LIBICONV=
15006 LTLIBICONV=
15007 fi
15008
15009
15010
15011 if test "$am_cv_func_iconv" = yes; then
81ecdfbb
RW
15012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
15013$as_echo_n "checking for iconv declaration... " >&6; }
d0ac1c44 15014 if ${am_cv_proto_iconv+:} false; then :
81ecdfbb 15015 $as_echo_n "(cached) " >&6
5ba684e2
NC
15016else
15017
81ecdfbb 15018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5ba684e2
NC
15019/* end confdefs.h. */
15020
15021#include <stdlib.h>
15022#include <iconv.h>
15023extern
15024#ifdef __cplusplus
15025"C"
15026#endif
15027#if defined(__STDC__) || defined(__cplusplus)
15028size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
15029#else
15030size_t iconv();
15031#endif
15032
15033int
15034main ()
15035{
15036
15037 ;
15038 return 0;
15039}
15040_ACEOF
81ecdfbb 15041if ac_fn_c_try_compile "$LINENO"; then :
5ba684e2
NC
15042 am_cv_proto_iconv_arg1=""
15043else
81ecdfbb 15044 am_cv_proto_iconv_arg1="const"
5ba684e2 15045fi
81ecdfbb 15046rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5ba684e2
NC
15047 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);"
15048fi
15049
15050 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
81ecdfbb 15051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
5ba684e2 15052 }$am_cv_proto_iconv" >&5
81ecdfbb
RW
15053$as_echo "${ac_t:-
15054 }$am_cv_proto_iconv" >&6; }
5ba684e2
NC
15055
15056cat >>confdefs.h <<_ACEOF
15057#define ICONV_CONST $am_cv_proto_iconv_arg1
15058_ACEOF
15059
15060 fi
15061
15062
252b5132 15063all_targets=false
252b5132
RH
15064BUILD_SRCONV=
15065BUILD_DLLTOOL=
15066DLLTOOL_DEFS=
7aad4c3d 15067DLLTOOL_DEFAULT=
252b5132 15068BUILD_WINDRES=
692ed3e7 15069BUILD_WINDMC=
252b5132
RH
15070BUILD_DLLWRAP=
15071BUILD_MISC=
1d97d67f 15072BUILD_INSTALL_MISC=
8b1e6df3 15073OBJDUMP_DEFS=
6abcee90
TG
15074OBJDUMP_PRIVATE_VECTORS=
15075OBJDUMP_PRIVATE_OFILES=
15076od_vectors=
252b5132
RH
15077
15078for targ in $target $canon_targets
15079do
15080 if test "x$targ" = "xall"; then
15081 all_targets=true
252b5132 15082 BUILD_SRCONV='$(SRCONV_PROG)'
1d97d67f 15083 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
003bc0ba
NC
15084 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15085 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15086 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15087 if test -z "$DLLTOOL_DEFAULT"; then
15088 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15089 fi
15090 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15091 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
1ab52cbe 15092 od_vectors="$od_vectors objdump_private_desc_xcoff"
252b5132 15093 else
252b5132
RH
15094 case $targ in
15095 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
15096 esac
6abcee90 15097
252b5132 15098 case $targ in
361dff73 15099 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
7148cc28 15100 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15101 if test -z "$DLLTOOL_DEFAULT"; then
15102 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
15103 fi
7148cc28
NC
15104 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
15105 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15106 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7148cc28
NC
15107 ;;
15108 arm-*-pe*)
252b5132 15109 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15110 if test -z "$DLLTOOL_DEFAULT"; then
15111 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
15112 fi
252b5132
RH
15113 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
15114 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15115 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 15116 ;;
ee36d918 15117 x86_64-*-mingw* | x86_64-*-cygwin*)
99ad8390 15118 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15119 if test -z "$DLLTOOL_DEFAULT"; then
15120 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
15121 fi
99ad8390
NC
15122 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
15123 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15124 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
99ad8390
NC
15125 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
15126 ;;
80c7c40a 15127 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
252b5132 15128 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15129 if test -z "$DLLTOOL_DEFAULT"; then
15130 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15131 fi
252b5132
RH
15132 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15133 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15134 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
252b5132 15135 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
7a7b06ef 15136 ;;
80c7c40a 15137 i[3-7]86-*-interix)
7a7b06ef 15138 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
7aad4c3d
L
15139 if test -z "$DLLTOOL_DEFAULT"; then
15140 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15141 fi
7a7b06ef
ILT
15142 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15143 ;;
f0660b73
NC
15144 powerpc*-aix5.[01])
15145 ;;
e5231592 15146 powerpc*-aix[5-9].*)
f0660b73
NC
15147 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
15148 ;;
e1d5b1e7 15149 powerpc*-*-pe* | powerpc*-*-cygwin*)
252b5132 15150 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15151 if test -z "$DLLTOOL_DEFAULT"; then
15152 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
15153 fi
252b5132
RH
15154 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
15155 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15156 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 15157 ;;
59678365 15158 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
1ab52cbe
AM
15159 case "$BUILD_INSTALL_MISC" in
15160 *embedspu*) ;;
15161 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
15162 esac
669a9a2a 15163 ;;
e1d5b1e7 15164 sh*-*-pe)
8a0e0f38 15165 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15166 if test -z "$DLLTOOL_DEFAULT"; then
15167 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
15168 fi
8a0e0f38
NC
15169 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
15170 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15171 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
8a0e0f38 15172 ;;
cd14b966 15173 spu-*-*)
1d97d67f 15174 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
cd14b966 15175 ;;
e1d5b1e7 15176 mips*-*-pe)
8a0e0f38 15177 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15178 if test -z "$DLLTOOL_DEFAULT"; then
15179 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
15180 fi
8a0e0f38
NC
15181 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
15182 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15183 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 15184 ;;
27a710e5 15185 mcore-*-pe)
661016bb 15186 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15187 if test -z "$DLLTOOL_DEFAULT"; then
15188 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
15189 fi
661016bb
NC
15190 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
15191 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
692ed3e7 15192 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
7a7b06ef 15193 ;;
27a710e5 15194 mcore-*-elf)
661016bb 15195 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
7aad4c3d
L
15196 if test -z "$DLLTOOL_DEFAULT"; then
15197 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
15198 fi
661016bb 15199 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
7a7b06ef 15200 ;;
15ab5209
DB
15201 mep-*)
15202 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
15203 ;;
252b5132 15204 esac
6abcee90
TG
15205
15206 # Add objdump private vectors.
15207 case $targ in
6d0cfb9c
DC
15208 avr-*-*)
15209 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
15210 ;;
52fe4420 15211 powerpc*-*-aix* | rs6000-*-aix*)
c5012cd8
TG
15212 od_vectors="$od_vectors objdump_private_desc_xcoff"
15213 ;;
15214 *-*-darwin*)
15215 od_vectors="$od_vectors objdump_private_desc_mach_o"
6abcee90
TG
15216 ;;
15217 esac
252b5132
RH
15218 fi
15219done
15220
6abcee90
TG
15221# Uniq objdump private vector, build objdump target ofiles.
15222od_files=
15223f=""
15224for i in $od_vectors ; do
15225 case " $f " in
15226 *" $i "*) ;;
15227 *)
15228 f="$f $i"
15229 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
15230 case $i in
6d0cfb9c
DC
15231 objdump_private_desc_elf32_avr)
15232 od_files="$od_files od-elf32_avr" ;;
6abcee90
TG
15233 objdump_private_desc_xcoff)
15234 od_files="$od_files od-xcoff" ;;
c5012cd8
TG
15235 objdump_private_desc_mach_o)
15236 od_files="$od_files od-macho" ;;
d0ac1c44 15237 *) as_fn_error $? "*** unknown private vector $i" "$LINENO" 5 ;;
6abcee90
TG
15238 esac
15239 ;;
15240 esac
15241done
15242
15243# Uniq objdump target ofiles
15244f=""
15245for i in $od_files ; do
15246 case " $f " in
15247 *" $i "*) ;;
15248 *)
15249 f="$f $i"
15250 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
15251 ;;
15252 esac
15253done
15254
7aad4c3d
L
15255DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
15256
42ecbf5e
DJ
15257if test "${with_windres+set}" = set; then
15258 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15259fi
15260
692ed3e7
NC
15261if test "${with_windmc+set}" = set; then
15262 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15263fi
15264
6abcee90
TG
15265OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
15266
15267
692ed3e7 15268
42ecbf5e
DJ
15269
15270
15271
15272
15273
15274
15275
15276
15277
15278
42ecbf5e
DJ
15279cat >>confdefs.h <<_ACEOF
15280#define TARGET "${target}"
15281_ACEOF
15282
15283
15284targ=$target
15285. $srcdir/../bfd/config.bfd
15286if test "x$targ_underscore" = "xyes"; then
15287 UNDERSCORE=1
15288else
15289 UNDERSCORE=0
15290fi
15291
15292cat >>confdefs.h <<_ACEOF
15293#define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
15294_ACEOF
15295
15296
15297# Emulation
52fbfb5d
AM
15298targ=$target
15299. ${srcdir}/configure.tgt
15300EMULATION=$targ_emul
15301EMULATION_VECTOR=$targ_emul_vector
42ecbf5e
DJ
15302
15303
15304
15305
108a6f8e
CD
15306# Required for html and install-html
15307
15308
15309
15310
31dd3154 15311
81ecdfbb 15312ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
da594c4a 15313
42ecbf5e
DJ
15314cat >confcache <<\_ACEOF
15315# This file is a shell script that caches the results of configure
15316# tests run on this system so they can be shared between configure
15317# scripts and configure runs, see configure's option --config-cache.
15318# It is not useful on other systems. If it contains results you don't
15319# want to keep, you may remove or edit it.
15320#
15321# config.status only pays attention to the cache file if you give it
15322# the --recheck option to rerun configure.
15323#
15324# `ac_cv_env_foo' variables (set or unset) will be overridden when
15325# loading this file, other *unset* `ac_cv_foo' will be assigned the
15326# following values.
15327
15328_ACEOF
15329
15330# The following way of writing the cache mishandles newlines in values,
15331# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 15332# So, we kill variables containing newlines.
42ecbf5e
DJ
15333# Ultrix sh set writes to stderr and can't be redirected directly,
15334# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
15335(
15336 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15337 eval ac_val=\$$ac_var
15338 case $ac_val in #(
15339 *${as_nl}*)
15340 case $ac_var in #(
15341 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15342$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15343 esac
15344 case $ac_var in #(
15345 _ | IFS | as_nl) ;; #(
15346 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15347 *) { eval $ac_var=; unset $ac_var;} ;;
15348 esac ;;
15349 esac
15350 done
15351
42ecbf5e 15352 (set) 2>&1 |
81ecdfbb
RW
15353 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15354 *${as_nl}ac_space=\ *)
15355 # `set' does not quote correctly, so add quotes: double-quote
15356 # substitution turns \\\\ into \\, and sed turns \\ into \.
42ecbf5e
DJ
15357 sed -n \
15358 "s/'/'\\\\''/g;
15359 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 15360 ;; #(
42ecbf5e
DJ
15361 *)
15362 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 15363 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42ecbf5e 15364 ;;
81ecdfbb
RW
15365 esac |
15366 sort
15367) |
42ecbf5e 15368 sed '
81ecdfbb 15369 /^ac_cv_env_/b end
42ecbf5e 15370 t clear
81ecdfbb 15371 :clear
42ecbf5e
DJ
15372 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15373 t end
81ecdfbb
RW
15374 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15375 :end' >>confcache
15376if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15377 if test -w "$cache_file"; then
d0ac1c44 15378 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
15379 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15380$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
15381 if test ! -f "$cache_file" || test -h "$cache_file"; then
15382 cat confcache >"$cache_file"
15383 else
15384 case $cache_file in #(
15385 */* | ?:*)
15386 mv -f confcache "$cache_file"$$ &&
15387 mv -f "$cache_file"$$ "$cache_file" ;; #(
15388 *)
15389 mv -f confcache "$cache_file" ;;
15390 esac
15391 fi
15392 fi
42ecbf5e 15393 else
81ecdfbb
RW
15394 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15395$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
42ecbf5e
DJ
15396 fi
15397fi
15398rm -f confcache
15399
15400test "x$prefix" = xNONE && prefix=$ac_default_prefix
15401# Let make expand exec_prefix.
15402test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15403
42ecbf5e
DJ
15404DEFS=-DHAVE_CONFIG_H
15405
15406ac_libobjs=
15407ac_ltlibobjs=
d0ac1c44 15408U=
42ecbf5e
DJ
15409for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15410 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
15411 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15412 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15413 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15414 # will be set to the directory where LIBOBJS objects are built.
15415 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15416 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42ecbf5e
DJ
15417done
15418LIBOBJS=$ac_libobjs
15419
15420LTLIBOBJS=$ac_ltlibobjs
15421
15422
d0ac1c44
SM
15423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15424$as_echo_n "checking that generated files are newer than configure... " >&6; }
15425 if test -n "$am_sleep_pid"; then
15426 # Hide warnings about reused PIDs.
15427 wait $am_sleep_pid 2>/dev/null
15428 fi
15429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15430$as_echo "done" >&6; }
42ecbf5e 15431if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
d0ac1c44 15432 as_fn_error $? "conditional \"AMDEP\" was never defined.
81ecdfbb 15433Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e
DJ
15434fi
15435if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
d0ac1c44 15436 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
81ecdfbb
RW
15437Usually this means the macro was only invoked conditionally." "$LINENO" 5
15438fi
15439 if test -n "$EXEEXT"; then
15440 am__EXEEXT_TRUE=
15441 am__EXEEXT_FALSE='#'
15442else
15443 am__EXEEXT_TRUE='#'
15444 am__EXEEXT_FALSE=
42ecbf5e 15445fi
81ecdfbb 15446
094e34f2
NA
15447if test -z "${ENABLE_LIBCTF_TRUE}" && test -z "${ENABLE_LIBCTF_FALSE}"; then
15448 as_fn_error $? "conditional \"ENABLE_LIBCTF\" was never defined.
15449Usually this means the macro was only invoked conditionally." "$LINENO" 5
15450fi
42ecbf5e 15451if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 15452 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
81ecdfbb 15453Usually this means the macro was only invoked conditionally." "$LINENO" 5
42ecbf5e 15454fi
d5fbea21 15455if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
d0ac1c44 15456 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
81ecdfbb 15457Usually this means the macro was only invoked conditionally." "$LINENO" 5
d5fbea21 15458fi
42ecbf5e 15459
d0ac1c44 15460: "${CONFIG_STATUS=./config.status}"
81ecdfbb 15461ac_write_fail=0
42ecbf5e
DJ
15462ac_clean_files_save=$ac_clean_files
15463ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
15464{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15465$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15466as_write_fail=0
15467cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42ecbf5e
DJ
15468#! $SHELL
15469# Generated by $as_me.
15470# Run this file to recreate the current configuration.
15471# Compiler output produced by configure, useful for debugging
15472# configure, is in config.log if it exists.
15473
15474debug=false
15475ac_cs_recheck=false
15476ac_cs_silent=false
252b5132 15477
81ecdfbb
RW
15478SHELL=\${CONFIG_SHELL-$SHELL}
15479export SHELL
15480_ASEOF
15481cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15482## -------------------- ##
15483## M4sh Initialization. ##
15484## -------------------- ##
252b5132 15485
81ecdfbb
RW
15486# Be more Bourne compatible
15487DUALCASE=1; export DUALCASE # for MKS sh
15488if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42ecbf5e
DJ
15489 emulate sh
15490 NULLCMD=:
81ecdfbb 15491 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42ecbf5e
DJ
15492 # is contrary to our usage. Disable this feature.
15493 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
15494 setopt NO_GLOB_SUBST
15495else
15496 case `(set -o) 2>/dev/null` in #(
15497 *posix*) :
15498 set -o posix ;; #(
15499 *) :
15500 ;;
15501esac
42ecbf5e 15502fi
252b5132 15503
81ecdfbb
RW
15504
15505as_nl='
15506'
15507export as_nl
15508# Printing a long string crashes Solaris 7 /usr/bin/printf.
15509as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15510as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15511as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15512# Prefer a ksh shell builtin over an external printf program on Solaris,
15513# but without wasting forks for bash or zsh.
15514if test -z "$BASH_VERSION$ZSH_VERSION" \
15515 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15516 as_echo='print -r --'
15517 as_echo_n='print -rn --'
15518elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15519 as_echo='printf %s\n'
15520 as_echo_n='printf %s'
15521else
15522 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15523 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15524 as_echo_n='/usr/ucb/echo -n'
15525 else
15526 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15527 as_echo_n_body='eval
15528 arg=$1;
15529 case $arg in #(
15530 *"$as_nl"*)
15531 expr "X$arg" : "X\\(.*\\)$as_nl";
15532 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15533 esac;
15534 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15535 '
15536 export as_echo_n_body
15537 as_echo_n='sh -c $as_echo_n_body as_echo'
15538 fi
15539 export as_echo_body
15540 as_echo='sh -c $as_echo_body as_echo'
15541fi
15542
15543# The user is always right.
15544if test "${PATH_SEPARATOR+set}" != set; then
15545 PATH_SEPARATOR=:
15546 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15547 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15548 PATH_SEPARATOR=';'
15549 }
42ecbf5e 15550fi
252b5132
RH
15551
15552
81ecdfbb
RW
15553# IFS
15554# We need space, tab and new line, in precisely that order. Quoting is
15555# there to prevent editors from complaining about space-tab.
15556# (If _AS_PATH_WALK were called with IFS unset, it would disable word
15557# splitting by setting IFS to empty value.)
15558IFS=" "" $as_nl"
15559
15560# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 15561as_myself=
81ecdfbb
RW
15562case $0 in #((
15563 *[\\/]* ) as_myself=$0 ;;
15564 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15565for as_dir in $PATH
15566do
15567 IFS=$as_save_IFS
15568 test -z "$as_dir" && as_dir=.
15569 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15570 done
15571IFS=$as_save_IFS
15572
15573 ;;
15574esac
15575# We did not find ourselves, most probably we were run as `sh COMMAND'
15576# in which case we are not to be found in the path.
15577if test "x$as_myself" = x; then
15578 as_myself=$0
15579fi
15580if test ! -f "$as_myself"; then
15581 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15582 exit 1
15583fi
15584
15585# Unset variables that we do not need and which cause bugs (e.g. in
15586# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15587# suppresses any "Segmentation fault" message there. '((' could
15588# trigger a bug in pdksh 5.2.14.
15589for as_var in BASH_ENV ENV MAIL MAILPATH
15590do eval test x\${$as_var+set} = xset \
15591 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15592done
42ecbf5e
DJ
15593PS1='$ '
15594PS2='> '
15595PS4='+ '
252b5132 15596
42ecbf5e 15597# NLS nuisances.
81ecdfbb
RW
15598LC_ALL=C
15599export LC_ALL
15600LANGUAGE=C
15601export LANGUAGE
15602
15603# CDPATH.
15604(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15605
15606
d0ac1c44
SM
15607# as_fn_error STATUS ERROR [LINENO LOG_FD]
15608# ----------------------------------------
81ecdfbb
RW
15609# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15610# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 15611# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
15612as_fn_error ()
15613{
d0ac1c44
SM
15614 as_status=$1; test $as_status -eq 0 && as_status=1
15615 if test "$4"; then
15616 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15617 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
42ecbf5e 15618 fi
d0ac1c44 15619 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
15620 as_fn_exit $as_status
15621} # as_fn_error
15622
15623
15624# as_fn_set_status STATUS
15625# -----------------------
15626# Set $? to STATUS, without forking.
15627as_fn_set_status ()
15628{
15629 return $1
15630} # as_fn_set_status
15631
15632# as_fn_exit STATUS
15633# -----------------
15634# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15635as_fn_exit ()
15636{
15637 set +e
15638 as_fn_set_status $1
15639 exit $1
15640} # as_fn_exit
15641
15642# as_fn_unset VAR
15643# ---------------
15644# Portably unset VAR.
15645as_fn_unset ()
15646{
15647 { eval $1=; unset $1;}
15648}
15649as_unset=as_fn_unset
15650# as_fn_append VAR VALUE
15651# ----------------------
15652# Append the text in VALUE to the end of the definition contained in VAR. Take
15653# advantage of any shell optimizations that allow amortized linear growth over
15654# repeated appends, instead of the typical quadratic growth present in naive
15655# implementations.
15656if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15657 eval 'as_fn_append ()
15658 {
15659 eval $1+=\$2
15660 }'
15661else
15662 as_fn_append ()
15663 {
15664 eval $1=\$$1\$2
15665 }
15666fi # as_fn_append
15667
15668# as_fn_arith ARG...
15669# ------------------
15670# Perform arithmetic evaluation on the ARGs, and store the result in the
15671# global $as_val. Take advantage of shells that can avoid forks. The arguments
15672# must be portable across $(()) and expr.
15673if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15674 eval 'as_fn_arith ()
15675 {
15676 as_val=$(( $* ))
15677 }'
15678else
15679 as_fn_arith ()
15680 {
15681 as_val=`expr "$@" || test $? -eq 1`
15682 }
15683fi # as_fn_arith
15684
252b5132 15685
81ecdfbb
RW
15686if expr a : '\(a\)' >/dev/null 2>&1 &&
15687 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42ecbf5e
DJ
15688 as_expr=expr
15689else
15690 as_expr=false
15691fi
252b5132 15692
81ecdfbb 15693if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42ecbf5e
DJ
15694 as_basename=basename
15695else
15696 as_basename=false
15697fi
252b5132 15698
81ecdfbb
RW
15699if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15700 as_dirname=dirname
15701else
15702 as_dirname=false
15703fi
8b1e6df3 15704
81ecdfbb 15705as_me=`$as_basename -- "$0" ||
42ecbf5e
DJ
15706$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15707 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
15708 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15709$as_echo X/"$0" |
15710 sed '/^.*\/\([^/][^/]*\)\/*$/{
15711 s//\1/
15712 q
15713 }
15714 /^X\/\(\/\/\)$/{
15715 s//\1/
15716 q
15717 }
15718 /^X\/\(\/\).*/{
15719 s//\1/
15720 q
15721 }
15722 s/.*/./; q'`
0218d1e4 15723
42ecbf5e
DJ
15724# Avoid depending upon Character Ranges.
15725as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15726as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15727as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15728as_cr_digits='0123456789'
15729as_cr_alnum=$as_cr_Letters$as_cr_digits
252b5132 15730
81ecdfbb
RW
15731ECHO_C= ECHO_N= ECHO_T=
15732case `echo -n x` in #(((((
15733-n*)
15734 case `echo 'xy\c'` in
15735 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15736 xy) ECHO_C='\c';;
15737 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15738 ECHO_T=' ';;
15739 esac;;
15740*)
15741 ECHO_N='-n';;
42ecbf5e 15742esac
eb1e0e80 15743
81ecdfbb
RW
15744rm -f conf$$ conf$$.exe conf$$.file
15745if test -d conf$$.dir; then
15746 rm -f conf$$.dir/conf$$.file
d15b04bd 15747else
81ecdfbb
RW
15748 rm -f conf$$.dir
15749 mkdir conf$$.dir 2>/dev/null
42ecbf5e 15750fi
81ecdfbb
RW
15751if (echo >conf$$.file) 2>/dev/null; then
15752 if ln -s conf$$.file conf$$ 2>/dev/null; then
42ecbf5e 15753 as_ln_s='ln -s'
81ecdfbb
RW
15754 # ... but there are two gotchas:
15755 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15756 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 15757 # In both cases, we have to default to `cp -pR'.
81ecdfbb 15758 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 15759 as_ln_s='cp -pR'
81ecdfbb
RW
15760 elif ln conf$$.file conf$$ 2>/dev/null; then
15761 as_ln_s=ln
15762 else
d0ac1c44 15763 as_ln_s='cp -pR'
252b5132 15764 fi
42ecbf5e 15765else
d0ac1c44 15766 as_ln_s='cp -pR'
252b5132 15767fi
81ecdfbb
RW
15768rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15769rmdir conf$$.dir 2>/dev/null
15770
15771
15772# as_fn_mkdir_p
15773# -------------
15774# Create "$as_dir" as a directory, including parents if necessary.
15775as_fn_mkdir_p ()
15776{
15777
15778 case $as_dir in #(
15779 -*) as_dir=./$as_dir;;
15780 esac
15781 test -d "$as_dir" || eval $as_mkdir_p || {
15782 as_dirs=
15783 while :; do
15784 case $as_dir in #(
15785 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15786 *) as_qdir=$as_dir;;
15787 esac
15788 as_dirs="'$as_qdir' $as_dirs"
15789 as_dir=`$as_dirname -- "$as_dir" ||
15790$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15791 X"$as_dir" : 'X\(//\)[^/]' \| \
15792 X"$as_dir" : 'X\(//\)$' \| \
15793 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15794$as_echo X"$as_dir" |
15795 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15796 s//\1/
15797 q
15798 }
15799 /^X\(\/\/\)[^/].*/{
15800 s//\1/
15801 q
15802 }
15803 /^X\(\/\/\)$/{
15804 s//\1/
15805 q
15806 }
15807 /^X\(\/\).*/{
15808 s//\1/
15809 q
15810 }
15811 s/.*/./; q'`
15812 test -d "$as_dir" && break
15813 done
15814 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 15815 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 15816
252b5132 15817
81ecdfbb 15818} # as_fn_mkdir_p
42ecbf5e 15819if mkdir -p . 2>/dev/null; then
81ecdfbb 15820 as_mkdir_p='mkdir -p "$as_dir"'
42ecbf5e
DJ
15821else
15822 test -d ./-p && rmdir ./-p
15823 as_mkdir_p=false
15824fi
81ecdfbb 15825
d0ac1c44
SM
15826
15827# as_fn_executable_p FILE
15828# -----------------------
15829# Test if FILE is an executable regular file.
15830as_fn_executable_p ()
15831{
15832 test -f "$1" && test -x "$1"
15833} # as_fn_executable_p
15834as_test_x='test -x'
15835as_executable_p=as_fn_executable_p
252b5132 15836
42ecbf5e
DJ
15837# Sed expression to map a string onto a valid CPP name.
15838as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15839
15840# Sed expression to map a string onto a valid variable name.
15841as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15842
15843
42ecbf5e 15844exec 6>&1
81ecdfbb
RW
15845## ----------------------------------- ##
15846## Main body of $CONFIG_STATUS script. ##
15847## ----------------------------------- ##
15848_ASEOF
15849test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
42ecbf5e 15850
81ecdfbb
RW
15851cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15852# Save the log message, to keep $0 and so on meaningful, and to
42ecbf5e 15853# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15854# values after options handling.
15855ac_log="
b19d852d 15856This file was extended by binutils $as_me 2.35.50, which was
d0ac1c44 15857generated by GNU Autoconf 2.69. Invocation command line was
42ecbf5e
DJ
15858
15859 CONFIG_FILES = $CONFIG_FILES
15860 CONFIG_HEADERS = $CONFIG_HEADERS
15861 CONFIG_LINKS = $CONFIG_LINKS
15862 CONFIG_COMMANDS = $CONFIG_COMMANDS
15863 $ $0 $@
15864
81ecdfbb
RW
15865on `(hostname || uname -n) 2>/dev/null | sed 1q`
15866"
15867
42ecbf5e
DJ
15868_ACEOF
15869
81ecdfbb
RW
15870case $ac_config_files in *"
15871"*) set x $ac_config_files; shift; ac_config_files=$*;;
15872esac
252b5132 15873
81ecdfbb
RW
15874case $ac_config_headers in *"
15875"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15876esac
e5a52504
MM
15877
15878
81ecdfbb
RW
15879cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15880# Files that config.status was made for.
15881config_files="$ac_config_files"
15882config_headers="$ac_config_headers"
15883config_commands="$ac_config_commands"
d15b04bd 15884
81ecdfbb 15885_ACEOF
42ecbf5e 15886
81ecdfbb 15887cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 15888ac_cs_usage="\
81ecdfbb
RW
15889\`$as_me' instantiates files and other configuration actions
15890from templates according to the current configuration. Unless the files
15891and actions are specified as TAGs, all are instantiated by default.
42ecbf5e 15892
81ecdfbb 15893Usage: $0 [OPTION]... [TAG]...
42ecbf5e
DJ
15894
15895 -h, --help print this help, then exit
81ecdfbb 15896 -V, --version print version number and configuration settings, then exit
d0ac1c44 15897 --config print configuration, then exit
81ecdfbb
RW
15898 -q, --quiet, --silent
15899 do not print progress messages
42ecbf5e
DJ
15900 -d, --debug don't remove temporary files
15901 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15902 --file=FILE[:TEMPLATE]
15903 instantiate the configuration file FILE
15904 --header=FILE[:TEMPLATE]
15905 instantiate the configuration header FILE
42ecbf5e
DJ
15906
15907Configuration files:
15908$config_files
15909
15910Configuration headers:
15911$config_headers
15912
15913Configuration commands:
15914$config_commands
15915
81ecdfbb 15916Report bugs to the package provider."
42ecbf5e 15917
81ecdfbb
RW
15918_ACEOF
15919cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15920ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
42ecbf5e 15921ac_cs_version="\\
b19d852d 15922binutils config.status 2.35.50
d0ac1c44
SM
15923configured by $0, generated by GNU Autoconf 2.69,
15924 with options \\"\$ac_cs_config\\"
42ecbf5e 15925
d0ac1c44 15926Copyright (C) 2012 Free Software Foundation, Inc.
42ecbf5e
DJ
15927This config.status script is free software; the Free Software Foundation
15928gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15929
15930ac_pwd='$ac_pwd'
15931srcdir='$srcdir'
15932INSTALL='$INSTALL'
15933MKDIR_P='$MKDIR_P'
15934AWK='$AWK'
15935test -n "\$AWK" || AWK=awk
42ecbf5e
DJ
15936_ACEOF
15937
81ecdfbb
RW
15938cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15939# The default lists apply if the user does not specify any file.
42ecbf5e
DJ
15940ac_need_defaults=:
15941while test $# != 0
15942do
15943 case $1 in
d0ac1c44 15944 --*=?*)
81ecdfbb
RW
15945 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15946 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42ecbf5e
DJ
15947 ac_shift=:
15948 ;;
d0ac1c44
SM
15949 --*=)
15950 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15951 ac_optarg=
15952 ac_shift=:
15953 ;;
81ecdfbb 15954 *)
42ecbf5e
DJ
15955 ac_option=$1
15956 ac_optarg=$2
15957 ac_shift=shift
15958 ;;
42ecbf5e
DJ
15959 esac
15960
15961 case $ac_option in
15962 # Handling of the options.
42ecbf5e
DJ
15963 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15964 ac_cs_recheck=: ;;
81ecdfbb
RW
15965 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15966 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
15967 --config | --confi | --conf | --con | --co | --c )
15968 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 15969 --debug | --debu | --deb | --de | --d | -d )
42ecbf5e
DJ
15970 debug=: ;;
15971 --file | --fil | --fi | --f )
15972 $ac_shift
81ecdfbb
RW
15973 case $ac_optarg in
15974 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 15975 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
15976 esac
15977 as_fn_append CONFIG_FILES " '$ac_optarg'"
42ecbf5e
DJ
15978 ac_need_defaults=false;;
15979 --header | --heade | --head | --hea )
15980 $ac_shift
81ecdfbb
RW
15981 case $ac_optarg in
15982 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15983 esac
15984 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42ecbf5e 15985 ac_need_defaults=false;;
81ecdfbb
RW
15986 --he | --h)
15987 # Conflict between --help and --header
d0ac1c44 15988 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
15989Try \`$0 --help' for more information.";;
15990 --help | --hel | -h )
15991 $as_echo "$ac_cs_usage"; exit ;;
42ecbf5e
DJ
15992 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15993 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15994 ac_cs_silent=: ;;
15995
15996 # This is an error.
d0ac1c44 15997 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 15998Try \`$0 --help' for more information." ;;
42ecbf5e 15999
81ecdfbb
RW
16000 *) as_fn_append ac_config_targets " $1"
16001 ac_need_defaults=false ;;
42ecbf5e
DJ
16002
16003 esac
16004 shift
16005done
16006
16007ac_configure_extra_args=
16008
16009if $ac_cs_silent; then
16010 exec 6>/dev/null
16011 ac_configure_extra_args="$ac_configure_extra_args --silent"
16012fi
16013
16014_ACEOF
81ecdfbb 16015cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42ecbf5e 16016if \$ac_cs_recheck; then
d0ac1c44 16017 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
16018 shift
16019 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16020 CONFIG_SHELL='$SHELL'
16021 export CONFIG_SHELL
16022 exec "\$@"
42ecbf5e
DJ
16023fi
16024
16025_ACEOF
81ecdfbb
RW
16026cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16027exec 5>>config.log
16028{
16029 echo
16030 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16031## Running $as_me. ##
16032_ASBOX
16033 $as_echo "$ac_log"
16034} >&5
42ecbf5e 16035
81ecdfbb
RW
16036_ACEOF
16037cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d15b04bd 16038#
81ecdfbb 16039# INIT-COMMANDS
d15b04bd 16040#
42ecbf5e 16041AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
d7040cdb
SE
16042
16043
16044# The HP-UX ksh and POSIX shell print the target directory to stdout
16045# if CDPATH is set.
16046(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16047
16048sed_quote_subst='$sed_quote_subst'
16049double_quote_subst='$double_quote_subst'
16050delay_variable_subst='$delay_variable_subst'
3725885a
RW
16051macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16052macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16053enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16054enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16055pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16056enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16057SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16058ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16059host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16060host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16061host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16062build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16063build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16064build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16065SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16066Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16067GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16068EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16069FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16070LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16071NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16072LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16073max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16074ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16075exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16076lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16077lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16078lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16079reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16080reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16081OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16082deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16083file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16084AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16085AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16086STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16087RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16088old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16089old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16090old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16091lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16092CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16093CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16094compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16095GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16096lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16097lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16098lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16099lt_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"`'
16100objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16101MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16102lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
df7b86aa 16103lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
f2c621e4 16104lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
3725885a
RW
16105lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16106lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16107need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16108DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16109NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16110LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16111OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16112OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16113libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16114shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16115extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16116archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16117enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16118export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16119whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16120compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16121old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16122old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16123archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16124archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16125module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16126module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16127with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16128allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16129no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16130hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16131hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16132hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16133hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16134hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16135hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16136hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16137hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16138inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16139link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
f2c621e4 16140fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
3725885a
RW
16141always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16142export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16143exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16144include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16145prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16146file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16147variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16148need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16149need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16150version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16151runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16152shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16153shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16154libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16155library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16156soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16157install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16158postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16159postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16160finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16161finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16162hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16163sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16164sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16165hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16166enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16167enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16168enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16169old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16170striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7040cdb
SE
16171
16172LTCC='$LTCC'
16173LTCFLAGS='$LTCFLAGS'
16174compiler='$compiler_DEFAULT'
16175
3725885a
RW
16176# A function that is used when there is no print builtin or printf.
16177func_fallback_echo ()
16178{
16179 eval 'cat <<_LTECHO_EOF
16180\$1
16181_LTECHO_EOF'
16182}
16183
d7040cdb 16184# Quote evaled strings.
3725885a
RW
16185for var in SHELL \
16186ECHO \
16187SED \
d7040cdb
SE
16188GREP \
16189EGREP \
16190FGREP \
16191LD \
16192NM \
16193LN_S \
16194lt_SP2NL \
16195lt_NL2SP \
16196reload_flag \
718a6fd8 16197OBJDUMP \
d7040cdb
SE
16198deplibs_check_method \
16199file_magic_cmd \
16200AR \
16201AR_FLAGS \
16202STRIP \
16203RANLIB \
16204CC \
16205CFLAGS \
16206compiler \
16207lt_cv_sys_global_symbol_pipe \
16208lt_cv_sys_global_symbol_to_cdecl \
16209lt_cv_sys_global_symbol_to_c_name_address \
718a6fd8 16210lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7040cdb 16211lt_prog_compiler_no_builtin_flag \
df7b86aa 16212lt_prog_compiler_wl \
f2c621e4 16213lt_prog_compiler_pic \
d7040cdb
SE
16214lt_prog_compiler_static \
16215lt_cv_prog_compiler_c_o \
16216need_locks \
718a6fd8
SE
16217DSYMUTIL \
16218NMEDIT \
16219LIPO \
16220OTOOL \
16221OTOOL64 \
d7040cdb
SE
16222shrext_cmds \
16223export_dynamic_flag_spec \
16224whole_archive_flag_spec \
16225compiler_needs_object \
16226with_gnu_ld \
16227allow_undefined_flag \
16228no_undefined_flag \
16229hardcode_libdir_flag_spec \
16230hardcode_libdir_flag_spec_ld \
16231hardcode_libdir_separator \
f2c621e4 16232fix_srcfile_path \
d7040cdb
SE
16233exclude_expsyms \
16234include_expsyms \
16235file_list_spec \
16236variables_saved_for_relink \
16237libname_spec \
16238library_names_spec \
16239soname_spec \
3725885a 16240install_override_mode \
d7040cdb
SE
16241finish_eval \
16242old_striplib \
16243striplib; do
3725885a 16244 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16245 *[\\\\\\\`\\"\\\$]*)
3725885a 16246 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7040cdb
SE
16247 ;;
16248 *)
16249 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16250 ;;
16251 esac
16252done
16253
16254# Double-quote double-evaled strings.
16255for var in reload_cmds \
16256old_postinstall_cmds \
16257old_postuninstall_cmds \
16258old_archive_cmds \
16259extract_expsyms_cmds \
16260old_archive_from_new_cmds \
16261old_archive_from_expsyms_cmds \
16262archive_cmds \
16263archive_expsym_cmds \
16264module_cmds \
16265module_expsym_cmds \
16266export_symbols_cmds \
16267prelink_cmds \
16268postinstall_cmds \
16269postuninstall_cmds \
16270finish_cmds \
16271sys_lib_search_path_spec \
16272sys_lib_dlsearch_path_spec; do
3725885a 16273 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7040cdb 16274 *[\\\\\\\`\\"\\\$]*)
3725885a 16275 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7040cdb
SE
16276 ;;
16277 *)
16278 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16279 ;;
16280 esac
16281done
16282
d7040cdb
SE
16283ac_aux_dir='$ac_aux_dir'
16284xsi_shell='$xsi_shell'
16285lt_shell_append='$lt_shell_append'
16286
16287# See if we are running on zsh, and set the options which allow our
16288# commands through without removal of \ escapes INIT.
16289if test -n "\${ZSH_VERSION+set}" ; then
16290 setopt NO_GLOB_SUBST
16291fi
16292
16293
16294 PACKAGE='$PACKAGE'
16295 VERSION='$VERSION'
16296 TIMESTAMP='$TIMESTAMP'
16297 RM='$RM'
16298 ofile='$ofile'
16299
16300
16301
20e95c23
DJ
16302# Capture the value of obsolete ALL_LINGUAS because we need it to compute
16303 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16304 # from automake.
16305 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16306 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16307 LINGUAS="${LINGUAS-%UNSET%}"
16308
42ecbf5e
DJ
16309
16310_ACEOF
16311
81ecdfbb 16312cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e 16313
81ecdfbb 16314# Handling of arguments.
42ecbf5e 16315for ac_config_target in $ac_config_targets
252b5132 16316do
81ecdfbb
RW
16317 case $ac_config_target in
16318 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16319 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16320 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16321 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16322 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16323 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16324 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16325
d0ac1c44 16326 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d15b04bd 16327 esac
252b5132
RH
16328done
16329
81ecdfbb 16330
42ecbf5e
DJ
16331# If the user did not use the arguments to specify the items to instantiate,
16332# then the envvar interface is used. Set only those that are not.
16333# We use the long form for the default assignment because of an extremely
16334# bizarre bug on SunOS 4.1.3.
16335if $ac_need_defaults; then
16336 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16337 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16338 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16339fi
16340
16341# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 16342# simply because there is no reason against having it here, and in addition,
42ecbf5e 16343# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
16344# Hook for its removal unless debugging.
16345# Note that there is a small window in which the directory will not be cleaned:
16346# after its creation but before its name has been assigned to `$tmp'.
42ecbf5e
DJ
16347$debug ||
16348{
d0ac1c44 16349 tmp= ac_tmp=
81ecdfbb 16350 trap 'exit_status=$?
d0ac1c44
SM
16351 : "${ac_tmp:=$tmp}"
16352 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
16353' 0
16354 trap 'as_fn_exit 1' 1 2 13 15
42ecbf5e 16355}
42ecbf5e 16356# Create a (secure) tmp directory for tmp files.
e5a52504 16357
42ecbf5e 16358{
81ecdfbb 16359 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 16360 test -d "$tmp"
42ecbf5e
DJ
16361} ||
16362{
81ecdfbb
RW
16363 tmp=./conf$$-$RANDOM
16364 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
16365} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16366ac_tmp=$tmp
81ecdfbb
RW
16367
16368# Set up the scripts for CONFIG_FILES section.
16369# No need to generate them if there are no CONFIG_FILES.
16370# This happens for instance with `./config.status config.h'.
16371if test -n "$CONFIG_FILES"; then
16372
16373
16374ac_cr=`echo X | tr X '\015'`
16375# On cygwin, bash can eat \r inside `` if the user requested igncr.
16376# But we know of no other shell where ac_cr would be empty at this
16377# point, so we can use a bashism as a fallback.
16378if test "x$ac_cr" = x; then
16379 eval ac_cr=\$\'\\r\'
16380fi
16381ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16382if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 16383 ac_cs_awk_cr='\\r'
81ecdfbb
RW
16384else
16385 ac_cs_awk_cr=$ac_cr
16386fi
16387
d0ac1c44 16388echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
81ecdfbb
RW
16389_ACEOF
16390
16391
16392{
16393 echo "cat >conf$$subs.awk <<_ACEOF" &&
16394 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16395 echo "_ACEOF"
16396} >conf$$subs.sh ||
d0ac1c44
SM
16397 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16398ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
16399ac_delim='%!_!# '
16400for ac_last_try in false false false false false :; do
16401 . ./conf$$subs.sh ||
d0ac1c44 16402 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
16403
16404 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16405 if test $ac_delim_n = $ac_delim_num; then
16406 break
16407 elif $ac_last_try; then
d0ac1c44 16408 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
16409 else
16410 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16411 fi
16412done
16413rm -f conf$$subs.sh
16414
16415cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 16416cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
16417_ACEOF
16418sed -n '
16419h
16420s/^/S["/; s/!.*/"]=/
16421p
16422g
16423s/^[^!]*!//
16424:repl
16425t repl
16426s/'"$ac_delim"'$//
16427t delim
16428:nl
16429h
d0ac1c44 16430s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
16431t more1
16432s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16433p
16434n
16435b repl
16436:more1
16437s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16438p
16439g
16440s/.\{148\}//
16441t nl
16442:delim
16443h
d0ac1c44 16444s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
16445t more2
16446s/["\\]/\\&/g; s/^/"/; s/$/"/
16447p
16448b
16449:more2
16450s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16451p
16452g
16453s/.\{148\}//
16454t delim
16455' <conf$$subs.awk | sed '
16456/^[^""]/{
16457 N
16458 s/\n//
16459}
16460' >>$CONFIG_STATUS || ac_write_fail=1
16461rm -f conf$$subs.awk
16462cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16463_ACAWK
d0ac1c44 16464cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
16465 for (key in S) S_is_set[key] = 1
16466 FS = "\a"
16467
16468}
42ecbf5e 16469{
81ecdfbb
RW
16470 line = $ 0
16471 nfields = split(line, field, "@")
16472 substed = 0
16473 len = length(field[1])
16474 for (i = 2; i < nfields; i++) {
16475 key = field[i]
16476 keylen = length(key)
16477 if (S_is_set[key]) {
16478 value = S[key]
16479 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16480 len += length(value) + length(field[++i])
16481 substed = 1
16482 } else
16483 len += 1 + keylen
16484 }
16485
16486 print line
42ecbf5e
DJ
16487}
16488
81ecdfbb
RW
16489_ACAWK
16490_ACEOF
16491cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16492if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16493 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16494else
16495 cat
d0ac1c44
SM
16496fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16497 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
42ecbf5e
DJ
16498_ACEOF
16499
d0ac1c44
SM
16500# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16501# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
16502# trailing colons and then remove the whole line if VPATH becomes empty
16503# (actually we leave an empty line to preserve line numbers).
16504if test "x$srcdir" = x.; then
d0ac1c44
SM
16505 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16506h
16507s///
16508s/^/:/
16509s/[ ]*$/:/
16510s/:\$(srcdir):/:/g
16511s/:\${srcdir}:/:/g
16512s/:@srcdir@:/:/g
16513s/^:*//
81ecdfbb 16514s/:*$//
d0ac1c44
SM
16515x
16516s/\(=[ ]*\).*/\1/
16517G
16518s/\n//
81ecdfbb
RW
16519s/^[^=]*=[ ]*$//
16520}'
16521fi
e5a52504 16522
81ecdfbb
RW
16523cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16524fi # test -n "$CONFIG_FILES"
252b5132 16525
81ecdfbb
RW
16526# Set up the scripts for CONFIG_HEADERS section.
16527# No need to generate them if there are no CONFIG_HEADERS.
16528# This happens for instance with `./config.status Makefile'.
16529if test -n "$CONFIG_HEADERS"; then
d0ac1c44 16530cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb 16531BEGIN {
42ecbf5e
DJ
16532_ACEOF
16533
81ecdfbb
RW
16534# Transform confdefs.h into an awk script `defines.awk', embedded as
16535# here-document in config.status, that substitutes the proper values into
16536# config.h.in to produce config.h.
16537
16538# Create a delimiter string that does not exist in confdefs.h, to ease
16539# handling of long lines.
16540ac_delim='%!_!# '
16541for ac_last_try in false false :; do
d0ac1c44
SM
16542 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16543 if test -z "$ac_tt"; then
81ecdfbb
RW
16544 break
16545 elif $ac_last_try; then
d0ac1c44 16546 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
81ecdfbb
RW
16547 else
16548 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
252b5132 16549 fi
81ecdfbb 16550done
252b5132 16551
81ecdfbb
RW
16552# For the awk script, D is an array of macro values keyed by name,
16553# likewise P contains macro parameters if any. Preserve backslash
16554# newline sequences.
16555
16556ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16557sed -n '
16558s/.\{148\}/&'"$ac_delim"'/g
16559t rset
16560:rset
16561s/^[ ]*#[ ]*define[ ][ ]*/ /
16562t def
16563d
16564:def
16565s/\\$//
16566t bsnl
16567s/["\\]/\\&/g
16568s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16569D["\1"]=" \3"/p
16570s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16571d
16572:bsnl
16573s/["\\]/\\&/g
16574s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16575D["\1"]=" \3\\\\\\n"\\/p
16576t cont
16577s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16578t cont
16579d
16580:cont
16581n
16582s/.\{148\}/&'"$ac_delim"'/g
16583t clear
16584:clear
16585s/\\$//
16586t bsnlc
16587s/["\\]/\\&/g; s/^/"/; s/$/"/p
16588d
16589:bsnlc
16590s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16591b cont
16592' <confdefs.h | sed '
16593s/'"$ac_delim"'/"\\\
16594"/g' >>$CONFIG_STATUS || ac_write_fail=1
16595
16596cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16597 for (key in D) D_is_set[key] = 1
16598 FS = "\a"
16599}
16600/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16601 line = \$ 0
16602 split(line, arg, " ")
16603 if (arg[1] == "#") {
16604 defundef = arg[2]
16605 mac1 = arg[3]
16606 } else {
16607 defundef = substr(arg[1], 2)
16608 mac1 = arg[2]
16609 }
16610 split(mac1, mac2, "(") #)
16611 macro = mac2[1]
16612 prefix = substr(line, 1, index(line, defundef) - 1)
16613 if (D_is_set[macro]) {
16614 # Preserve the white space surrounding the "#".
16615 print prefix "define", macro P[macro] D[macro]
16616 next
16617 } else {
16618 # Replace #undef with comments. This is necessary, for example,
16619 # in the case of _POSIX_SOURCE, which is predefined and required
16620 # on some systems where configure will not decide to define it.
16621 if (defundef == "undef") {
16622 print "/*", prefix defundef, macro, "*/"
16623 next
16624 }
16625 }
16626}
16627{ print }
16628_ACAWK
42ecbf5e 16629_ACEOF
81ecdfbb 16630cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 16631 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb
RW
16632fi # test -n "$CONFIG_HEADERS"
16633
16634
16635eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16636shift
16637for ac_tag
16638do
16639 case $ac_tag in
16640 :[FHLC]) ac_mode=$ac_tag; continue;;
16641 esac
16642 case $ac_mode$ac_tag in
16643 :[FHL]*:*);;
d0ac1c44 16644 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
16645 :[FH]-) ac_tag=-:-;;
16646 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16647 esac
16648 ac_save_IFS=$IFS
16649 IFS=:
16650 set x $ac_tag
16651 IFS=$ac_save_IFS
16652 shift
16653 ac_file=$1
16654 shift
16655
16656 case $ac_mode in
16657 :L) ac_source=$1;;
16658 :[FH])
16659 ac_file_inputs=
16660 for ac_f
16661 do
16662 case $ac_f in
d0ac1c44 16663 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
16664 *) # Look for the file first in the build tree, then in the source tree
16665 # (if the path is not absolute). The absolute path cannot be DOS-style,
16666 # because $ac_f cannot contain `:'.
16667 test -f "$ac_f" ||
16668 case $ac_f in
16669 [\\/$]*) false;;
16670 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16671 esac ||
d0ac1c44 16672 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
81ecdfbb
RW
16673 esac
16674 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16675 as_fn_append ac_file_inputs " '$ac_f'"
16676 done
16677
16678 # Let's still pretend it is `configure' which instantiates (i.e., don't
16679 # use $as_me), people would be surprised to read:
16680 # /* config.h. Generated by config.status. */
16681 configure_input='Generated from '`
16682 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16683 `' by configure.'
16684 if test x"$ac_file" != x-; then
16685 configure_input="$ac_file. $configure_input"
16686 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16687$as_echo "$as_me: creating $ac_file" >&6;}
16688 fi
16689 # Neutralize special characters interpreted by sed in replacement strings.
16690 case $configure_input in #(
16691 *\&* | *\|* | *\\* )
16692 ac_sed_conf_input=`$as_echo "$configure_input" |
16693 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16694 *) ac_sed_conf_input=$configure_input;;
16695 esac
16696
16697 case $ac_tag in
d0ac1c44
SM
16698 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16699 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
16700 esac
16701 ;;
252b5132
RH
16702 esac
16703
81ecdfbb 16704 ac_dir=`$as_dirname -- "$ac_file" ||
42ecbf5e
DJ
16705$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16706 X"$ac_file" : 'X\(//\)[^/]' \| \
16707 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
16708 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16709$as_echo X"$ac_file" |
16710 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16711 s//\1/
16712 q
16713 }
16714 /^X\(\/\/\)[^/].*/{
16715 s//\1/
16716 q
16717 }
16718 /^X\(\/\/\)$/{
16719 s//\1/
16720 q
16721 }
16722 /^X\(\/\).*/{
16723 s//\1/
16724 q
16725 }
16726 s/.*/./; q'`
16727 as_dir="$ac_dir"; as_fn_mkdir_p
42ecbf5e 16728 ac_builddir=.
e5a52504 16729
81ecdfbb
RW
16730case "$ac_dir" in
16731.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16732*)
16733 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16734 # A ".." for each directory in $ac_dir_suffix.
16735 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16736 case $ac_top_builddir_sub in
16737 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16738 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16739 esac ;;
16740esac
16741ac_abs_top_builddir=$ac_pwd
16742ac_abs_builddir=$ac_pwd$ac_dir_suffix
16743# for backward compatibility:
16744ac_top_builddir=$ac_top_build_prefix
42ecbf5e
DJ
16745
16746case $srcdir in
81ecdfbb 16747 .) # We are building in place.
42ecbf5e 16748 ac_srcdir=.
81ecdfbb
RW
16749 ac_top_srcdir=$ac_top_builddir_sub
16750 ac_abs_top_srcdir=$ac_pwd ;;
16751 [\\/]* | ?:[\\/]* ) # Absolute name.
42ecbf5e 16752 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
16753 ac_top_srcdir=$srcdir
16754 ac_abs_top_srcdir=$srcdir ;;
16755 *) # Relative name.
16756 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16757 ac_top_srcdir=$ac_top_build_prefix$srcdir
16758 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42ecbf5e 16759esac
81ecdfbb 16760ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
252b5132 16761
e5a52504 16762
81ecdfbb
RW
16763 case $ac_mode in
16764 :F)
16765 #
16766 # CONFIG_FILE
16767 #
42ecbf5e
DJ
16768
16769 case $INSTALL in
16770 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
81ecdfbb
RW
16771 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16772 esac
16773 ac_MKDIR_P=$MKDIR_P
16774 case $MKDIR_P in
16775 [\\/$]* | ?:[\\/]* ) ;;
16776 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
d15b04bd 16777 esac
81ecdfbb 16778_ACEOF
e5a52504 16779
81ecdfbb
RW
16780cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16781# If the template does not know about datarootdir, expand it.
16782# FIXME: This hack should be removed a few years after 2.60.
16783ac_datarootdir_hack=; ac_datarootdir_seen=
16784ac_sed_dataroot='
16785/datarootdir/ {
16786 p
16787 q
16788}
16789/@datadir@/p
16790/@docdir@/p
16791/@infodir@/p
16792/@localedir@/p
16793/@mandir@/p'
16794case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16795*datarootdir*) ac_datarootdir_seen=yes;;
16796*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16797 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16798$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16799_ACEOF
16800cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16801 ac_datarootdir_hack='
16802 s&@datadir@&$datadir&g
16803 s&@docdir@&$docdir&g
16804 s&@infodir@&$infodir&g
16805 s&@localedir@&$localedir&g
16806 s&@mandir@&$mandir&g
16807 s&\\\${datarootdir}&$datarootdir&g' ;;
16808esac
42ecbf5e 16809_ACEOF
81ecdfbb
RW
16810
16811# Neutralize VPATH when `$srcdir' = `.'.
16812# Shell code in configure.ac might set extrasub.
16813# FIXME: do we really want to maintain this feature?
16814cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16815ac_sed_extra="$ac_vpsub
42ecbf5e
DJ
16816$extrasub
16817_ACEOF
81ecdfbb 16818cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42ecbf5e
DJ
16819:t
16820/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
81ecdfbb
RW
16821s|@configure_input@|$ac_sed_conf_input|;t t
16822s&@top_builddir@&$ac_top_builddir_sub&;t t
16823s&@top_build_prefix@&$ac_top_build_prefix&;t t
16824s&@srcdir@&$ac_srcdir&;t t
16825s&@abs_srcdir@&$ac_abs_srcdir&;t t
16826s&@top_srcdir@&$ac_top_srcdir&;t t
16827s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16828s&@builddir@&$ac_builddir&;t t
16829s&@abs_builddir@&$ac_abs_builddir&;t t
16830s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16831s&@INSTALL@&$ac_INSTALL&;t t
16832s&@MKDIR_P@&$ac_MKDIR_P&;t t
16833$ac_datarootdir_hack
16834"
d0ac1c44
SM
16835eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16836 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16837
16838test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
16839 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16840 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16841 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 16842 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16843which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 16844$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 16845which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 16846
d0ac1c44 16847 rm -f "$ac_tmp/stdin"
42ecbf5e 16848 case $ac_file in
d0ac1c44
SM
16849 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16850 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 16851 esac \
d0ac1c44 16852 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
16853 ;;
16854 :H)
16855 #
16856 # CONFIG_HEADER
16857 #
42ecbf5e 16858 if test x"$ac_file" != x-; then
81ecdfbb
RW
16859 {
16860 $as_echo "/* $configure_input */" \
d0ac1c44
SM
16861 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16862 } >"$ac_tmp/config.h" \
16863 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16864 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
16865 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16866$as_echo "$as_me: $ac_file is unchanged" >&6;}
42ecbf5e 16867 else
81ecdfbb 16868 rm -f "$ac_file"
d0ac1c44
SM
16869 mv "$ac_tmp/config.h" "$ac_file" \
16870 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
252b5132 16871 fi
42ecbf5e 16872 else
81ecdfbb 16873 $as_echo "/* $configure_input */" \
d0ac1c44
SM
16874 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16875 || as_fn_error $? "could not create -" "$LINENO" 5
252b5132 16876 fi
81ecdfbb
RW
16877# Compute "$ac_file"'s index in $config_headers.
16878_am_arg="$ac_file"
42ecbf5e
DJ
16879_am_stamp_count=1
16880for _am_header in $config_headers :; do
16881 case $_am_header in
81ecdfbb 16882 $_am_arg | $_am_arg:* )
42ecbf5e
DJ
16883 break ;;
16884 * )
16885 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16886 esac
16887done
81ecdfbb
RW
16888echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16889$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16890 X"$_am_arg" : 'X\(//\)[^/]' \| \
16891 X"$_am_arg" : 'X\(//\)$' \| \
16892 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16893$as_echo X"$_am_arg" |
16894 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16895 s//\1/
16896 q
16897 }
16898 /^X\(\/\/\)[^/].*/{
16899 s//\1/
16900 q
16901 }
16902 /^X\(\/\/\)$/{
16903 s//\1/
16904 q
16905 }
16906 /^X\(\/\).*/{
16907 s//\1/
16908 q
16909 }
16910 s/.*/./; q'`/stamp-h$_am_stamp_count
16911 ;;
42ecbf5e 16912
81ecdfbb
RW
16913 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16914$as_echo "$as_me: executing $ac_file commands" >&6;}
16915 ;;
16916 esac
e5a52504 16917
42ecbf5e 16918
81ecdfbb
RW
16919 case $ac_file$ac_mode in
16920 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
d0ac1c44 16921 # Older Autoconf quotes --file arguments for eval, but not when files
81ecdfbb
RW
16922 # are listed without --file. Let's play safe and only enable the eval
16923 # if we detect the quoting.
16924 case $CONFIG_FILES in
16925 *\'*) eval set x "$CONFIG_FILES" ;;
16926 *) set x $CONFIG_FILES ;;
16927 esac
16928 shift
16929 for mf
16930 do
16931 # Strip MF so we end up with the name of the file.
16932 mf=`echo "$mf" | sed -e 's/:.*$//'`
16933 # Check whether this is an Automake generated Makefile or not.
d0ac1c44 16934 # We used to match only the files named 'Makefile.in', but
81ecdfbb
RW
16935 # some people rename them; so instead we look at the file content.
16936 # Grep'ing the first line is not enough: some people post-process
16937 # each Makefile.in and add a new line on top of each file to say so.
16938 # Grep'ing the whole file is not good either: AIX grep has a line
16939 # limit of 2048, but all sed's we know have understand at least 4000.
16940 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16941 dirpart=`$as_dirname -- "$mf" ||
42ecbf5e
DJ
16942$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16943 X"$mf" : 'X\(//\)[^/]' \| \
16944 X"$mf" : 'X\(//\)$' \| \
81ecdfbb
RW
16945 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16946$as_echo X"$mf" |
16947 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16948 s//\1/
16949 q
16950 }
16951 /^X\(\/\/\)[^/].*/{
16952 s//\1/
16953 q
16954 }
16955 /^X\(\/\/\)$/{
16956 s//\1/
16957 q
16958 }
16959 /^X\(\/\).*/{
16960 s//\1/
16961 q
16962 }
16963 s/.*/./; q'`
16964 else
16965 continue
16966 fi
16967 # Extract the definition of DEPDIR, am__include, and am__quote
d0ac1c44 16968 # from the Makefile without running 'make'.
81ecdfbb
RW
16969 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16970 test -z "$DEPDIR" && continue
16971 am__include=`sed -n 's/^am__include = //p' < "$mf"`
d0ac1c44 16972 test -z "$am__include" && continue
81ecdfbb 16973 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
81ecdfbb
RW
16974 # Find all dependency output files, they are included files with
16975 # $(DEPDIR) in their names. We invoke sed twice because it is the
16976 # simplest approach to changing $(DEPDIR) to its actual value in the
16977 # expansion.
16978 for file in `sed -n "
16979 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
d0ac1c44 16980 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
81ecdfbb
RW
16981 # Make sure the directory exists.
16982 test -f "$dirpart/$file" && continue
16983 fdir=`$as_dirname -- "$file" ||
42ecbf5e
DJ
16984$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16985 X"$file" : 'X\(//\)[^/]' \| \
16986 X"$file" : 'X\(//\)$' \| \
81ecdfbb
RW
16987 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16988$as_echo X"$file" |
16989 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16990 s//\1/
16991 q
16992 }
16993 /^X\(\/\/\)[^/].*/{
16994 s//\1/
16995 q
16996 }
16997 /^X\(\/\/\)$/{
16998 s//\1/
16999 q
17000 }
17001 /^X\(\/\).*/{
17002 s//\1/
17003 q
17004 }
17005 s/.*/./; q'`
17006 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17007 # echo "creating $dirpart/$file"
17008 echo '# dummy' > "$dirpart/$file"
42ecbf5e 17009 done
42ecbf5e 17010 done
81ecdfbb 17011}
d7040cdb 17012 ;;
81ecdfbb 17013 "libtool":C)
d7040cdb
SE
17014
17015 # See if we are running on zsh, and set the options which allow our
17016 # commands through without removal of \ escapes.
17017 if test -n "${ZSH_VERSION+set}" ; then
17018 setopt NO_GLOB_SUBST
17019 fi
17020
17021 cfgfile="${ofile}T"
17022 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17023 $RM "$cfgfile"
17024
17025 cat <<_LT_EOF >> "$cfgfile"
17026#! $SHELL
17027
17028# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
718a6fd8 17029# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
d7040cdb
SE
17030# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17031# NOTE: Changes made to this file will be lost: look at ltmain.sh.
17032#
718a6fd8 17033# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
f2c621e4 17034# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
718a6fd8 17035# Written by Gordon Matzigkeit, 1996
d7040cdb 17036#
718a6fd8 17037# This file is part of GNU Libtool.
d7040cdb 17038#
718a6fd8
SE
17039# GNU Libtool is free software; you can redistribute it and/or
17040# modify it under the terms of the GNU General Public License as
17041# published by the Free Software Foundation; either version 2 of
17042# the License, or (at your option) any later version.
d7040cdb 17043#
718a6fd8
SE
17044# As a special exception to the GNU General Public License,
17045# if you distribute this file as part of a program or library that
17046# is built using GNU Libtool, you may include this file under the
17047# same distribution terms that you use for the rest of that program.
d7040cdb 17048#
718a6fd8
SE
17049# GNU Libtool is distributed in the hope that it will be useful,
17050# but WITHOUT ANY WARRANTY; without even the implied warranty of
17051# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17052# GNU General Public License for more details.
d7040cdb 17053#
718a6fd8
SE
17054# You should have received a copy of the GNU General Public License
17055# along with GNU Libtool; see the file COPYING. If not, a copy
17056# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17057# obtained by writing to the Free Software Foundation, Inc.,
17058# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d7040cdb
SE
17059
17060
17061# The names of the tagged configurations supported by this script.
17062available_tags=""
17063
17064# ### BEGIN LIBTOOL CONFIG
17065
17066# Which release of libtool.m4 was used?
17067macro_version=$macro_version
17068macro_revision=$macro_revision
17069
17070# Whether or not to build shared libraries.
17071build_libtool_libs=$enable_shared
17072
17073# Whether or not to build static libraries.
17074build_old_libs=$enable_static
17075
17076# What type of objects to build.
17077pic_mode=$pic_mode
17078
17079# Whether or not to optimize for fast installation.
17080fast_install=$enable_fast_install
17081
3725885a
RW
17082# Shell to use when invoking shell scripts.
17083SHELL=$lt_SHELL
17084
17085# An echo program that protects backslashes.
17086ECHO=$lt_ECHO
17087
d7040cdb
SE
17088# The host system.
17089host_alias=$host_alias
17090host=$host
17091host_os=$host_os
17092
17093# The build system.
17094build_alias=$build_alias
17095build=$build
17096build_os=$build_os
17097
17098# A sed program that does not truncate output.
17099SED=$lt_SED
17100
17101# Sed that helps us avoid accidentally triggering echo(1) options like -n.
17102Xsed="\$SED -e 1s/^X//"
17103
17104# A grep program that handles long lines.
17105GREP=$lt_GREP
17106
17107# An ERE matcher.
17108EGREP=$lt_EGREP
17109
17110# A literal string matcher.
17111FGREP=$lt_FGREP
17112
17113# A BSD- or MS-compatible name lister.
17114NM=$lt_NM
17115
17116# Whether we need soft or hard links.
17117LN_S=$lt_LN_S
17118
17119# What is the maximum length of a command?
17120max_cmd_len=$max_cmd_len
17121
17122# Object file suffix (normally "o").
17123objext=$ac_objext
17124
17125# Executable file suffix (normally "").
17126exeext=$exeext
17127
17128# whether the shell understands "unset".
17129lt_unset=$lt_unset
17130
17131# turn spaces into newlines.
17132SP2NL=$lt_lt_SP2NL
17133
17134# turn newlines into spaces.
17135NL2SP=$lt_lt_NL2SP
17136
718a6fd8
SE
17137# An object symbol dumper.
17138OBJDUMP=$lt_OBJDUMP
17139
d7040cdb
SE
17140# Method to check whether dependent libraries are shared objects.
17141deplibs_check_method=$lt_deplibs_check_method
17142
f2c621e4 17143# Command to use when deplibs_check_method == "file_magic".
d7040cdb
SE
17144file_magic_cmd=$lt_file_magic_cmd
17145
17146# The archiver.
17147AR=$lt_AR
17148AR_FLAGS=$lt_AR_FLAGS
17149
17150# A symbol stripping program.
17151STRIP=$lt_STRIP
17152
17153# Commands used to install an old-style archive.
17154RANLIB=$lt_RANLIB
17155old_postinstall_cmds=$lt_old_postinstall_cmds
17156old_postuninstall_cmds=$lt_old_postuninstall_cmds
17157
3725885a
RW
17158# Whether to use a lock for old archive extraction.
17159lock_old_archive_extraction=$lock_old_archive_extraction
17160
d7040cdb
SE
17161# A C compiler.
17162LTCC=$lt_CC
17163
17164# LTCC compiler flags.
17165LTCFLAGS=$lt_CFLAGS
17166
17167# Take the output of nm and produce a listing of raw symbols and C names.
17168global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17169
17170# Transform the output of nm in a proper C declaration.
17171global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17172
17173# Transform the output of nm in a C name address pair.
17174global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17175
718a6fd8
SE
17176# Transform the output of nm in a C name address pair when lib prefix is needed.
17177global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17178
d7040cdb
SE
17179# The name of the directory that contains temporary libtool files.
17180objdir=$objdir
17181
d7040cdb
SE
17182# Used to examine libraries when file_magic_cmd begins with "file".
17183MAGIC_CMD=$MAGIC_CMD
17184
17185# Must we lock files when doing compilation?
17186need_locks=$lt_need_locks
17187
718a6fd8
SE
17188# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17189DSYMUTIL=$lt_DSYMUTIL
17190
17191# Tool to change global to local symbols on Mac OS X.
17192NMEDIT=$lt_NMEDIT
17193
17194# Tool to manipulate fat objects and archives on Mac OS X.
17195LIPO=$lt_LIPO
17196
17197# ldd/readelf like tool for Mach-O binaries on Mac OS X.
17198OTOOL=$lt_OTOOL
17199
17200# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17201OTOOL64=$lt_OTOOL64
17202
d7040cdb
SE
17203# Old archive suffix (normally "a").
17204libext=$libext
17205
17206# Shared library suffix (normally ".so").
17207shrext_cmds=$lt_shrext_cmds
17208
17209# The commands to extract the exported symbol list from a shared archive.
17210extract_expsyms_cmds=$lt_extract_expsyms_cmds
17211
17212# Variables whose values should be saved in libtool wrapper scripts and
17213# restored at link time.
17214variables_saved_for_relink=$lt_variables_saved_for_relink
17215
17216# Do we need the "lib" prefix for modules?
17217need_lib_prefix=$need_lib_prefix
17218
17219# Do we need a version for libraries?
17220need_version=$need_version
17221
17222# Library versioning type.
17223version_type=$version_type
17224
17225# Shared library runtime path variable.
17226runpath_var=$runpath_var
17227
17228# Shared library path variable.
17229shlibpath_var=$shlibpath_var
17230
17231# Is shlibpath searched before the hard-coded library search path?
17232shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17233
17234# Format of library name prefix.
17235libname_spec=$lt_libname_spec
17236
17237# List of archive names. First name is the real one, the rest are links.
17238# The last name is the one that the linker finds with -lNAME
17239library_names_spec=$lt_library_names_spec
17240
17241# The coded name of the library, if different from the real name.
17242soname_spec=$lt_soname_spec
17243
3725885a
RW
17244# Permission mode override for installation of shared libraries.
17245install_override_mode=$lt_install_override_mode
17246
d7040cdb
SE
17247# Command to use after installation of a shared archive.
17248postinstall_cmds=$lt_postinstall_cmds
17249
17250# Command to use after uninstallation of a shared archive.
17251postuninstall_cmds=$lt_postuninstall_cmds
17252
17253# Commands used to finish a libtool library installation in a directory.
17254finish_cmds=$lt_finish_cmds
17255
17256# As "finish_cmds", except a single script fragment to be evaled but
17257# not shown.
17258finish_eval=$lt_finish_eval
17259
17260# Whether we should hardcode library paths into libraries.
17261hardcode_into_libs=$hardcode_into_libs
17262
17263# Compile-time system search path for libraries.
17264sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17265
17266# Run-time system search path for libraries.
17267sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17268
17269# Whether dlopen is supported.
17270dlopen_support=$enable_dlopen
17271
17272# Whether dlopen of programs is supported.
17273dlopen_self=$enable_dlopen_self
17274
17275# Whether dlopen of statically linked programs is supported.
17276dlopen_self_static=$enable_dlopen_self_static
17277
17278# Commands to strip libraries.
17279old_striplib=$lt_old_striplib
17280striplib=$lt_striplib
17281
17282
17283# The linker used to build libraries.
17284LD=$lt_LD
17285
3725885a
RW
17286# How to create reloadable object files.
17287reload_flag=$lt_reload_flag
17288reload_cmds=$lt_reload_cmds
17289
d7040cdb
SE
17290# Commands used to build an old-style archive.
17291old_archive_cmds=$lt_old_archive_cmds
17292
17293# A language specific compiler.
17294CC=$lt_compiler
17295
17296# Is the compiler the GNU compiler?
17297with_gcc=$GCC
17298
17299# Compiler flag to turn off builtin functions.
17300no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17301
df7b86aa
NC
17302# How to pass a linker flag through the compiler.
17303wl=$lt_lt_prog_compiler_wl
17304
f2c621e4
AS
17305# Additional compiler flags for building library objects.
17306pic_flag=$lt_lt_prog_compiler_pic
17307
d7040cdb
SE
17308# Compiler flag to prevent dynamic linking.
17309link_static_flag=$lt_lt_prog_compiler_static
17310
17311# Does compiler simultaneously support -c and -o options?
17312compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17313
17314# Whether or not to add -lc for building shared libraries.
17315build_libtool_need_lc=$archive_cmds_need_lc
17316
17317# Whether or not to disallow shared libs when runtime libs are static.
17318allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17319
17320# Compiler flag to allow reflexive dlopens.
17321export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17322
17323# Compiler flag to generate shared objects directly from archives.
17324whole_archive_flag_spec=$lt_whole_archive_flag_spec
17325
17326# Whether the compiler copes with passing no objects directly.
17327compiler_needs_object=$lt_compiler_needs_object
17328
17329# Create an old-style archive from a shared archive.
17330old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17331
17332# Create a temporary old-style archive to link instead of a shared archive.
17333old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17334
17335# Commands used to build a shared archive.
17336archive_cmds=$lt_archive_cmds
17337archive_expsym_cmds=$lt_archive_expsym_cmds
17338
17339# Commands used to build a loadable module if different from building
17340# a shared archive.
17341module_cmds=$lt_module_cmds
17342module_expsym_cmds=$lt_module_expsym_cmds
17343
17344# Whether we are building with GNU ld or not.
17345with_gnu_ld=$lt_with_gnu_ld
17346
17347# Flag that allows shared libraries with undefined symbols to be built.
17348allow_undefined_flag=$lt_allow_undefined_flag
17349
17350# Flag that enforces no undefined symbols.
17351no_undefined_flag=$lt_no_undefined_flag
17352
17353# Flag to hardcode \$libdir into a binary during linking.
17354# This must work even if \$libdir does not exist
17355hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17356
17357# If ld is used when linking, flag to hardcode \$libdir into a binary
17358# during linking. This must work even if \$libdir does not exist.
17359hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17360
17361# Whether we need a single "-rpath" flag with a separated argument.
17362hardcode_libdir_separator=$lt_hardcode_libdir_separator
17363
17364# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17365# DIR into the resulting binary.
17366hardcode_direct=$hardcode_direct
17367
17368# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17369# DIR into the resulting binary and the resulting library dependency is
17370# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17371# library is relocated.
17372hardcode_direct_absolute=$hardcode_direct_absolute
17373
17374# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17375# into the resulting binary.
17376hardcode_minus_L=$hardcode_minus_L
17377
17378# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17379# into the resulting binary.
17380hardcode_shlibpath_var=$hardcode_shlibpath_var
17381
17382# Set to "yes" if building a shared library automatically hardcodes DIR
17383# into the library and all subsequent libraries and executables linked
17384# against it.
17385hardcode_automatic=$hardcode_automatic
17386
17387# Set to yes if linker adds runtime paths of dependent libraries
17388# to runtime path list.
17389inherit_rpath=$inherit_rpath
17390
17391# Whether libtool must link a program against all its dependency libraries.
17392link_all_deplibs=$link_all_deplibs
17393
f2c621e4
AS
17394# Fix the shell variable \$srcfile for the compiler.
17395fix_srcfile_path=$lt_fix_srcfile_path
17396
d7040cdb
SE
17397# Set to "yes" if exported symbols are required.
17398always_export_symbols=$always_export_symbols
17399
17400# The commands to list exported symbols.
17401export_symbols_cmds=$lt_export_symbols_cmds
17402
17403# Symbols that should not be listed in the preloaded symbols.
17404exclude_expsyms=$lt_exclude_expsyms
17405
17406# Symbols that must always be exported.
17407include_expsyms=$lt_include_expsyms
17408
17409# Commands necessary for linking programs (against libraries) with templates.
17410prelink_cmds=$lt_prelink_cmds
17411
17412# Specify filename containing input files.
17413file_list_spec=$lt_file_list_spec
17414
17415# How to hardcode a shared library path into an executable.
17416hardcode_action=$hardcode_action
17417
17418# ### END LIBTOOL CONFIG
17419
17420_LT_EOF
17421
17422 case $host_os in
17423 aix3*)
17424 cat <<\_LT_EOF >> "$cfgfile"
17425# AIX sometimes has problems with the GCC collect2 program. For some
17426# reason, if we set the COLLECT_NAMES environment variable, the problems
17427# vanish in a puff of smoke.
17428if test "X${COLLECT_NAMES+set}" != Xset; then
17429 COLLECT_NAMES=
17430 export COLLECT_NAMES
17431fi
17432_LT_EOF
17433 ;;
17434 esac
17435
17436
17437ltmain="$ac_aux_dir/ltmain.sh"
17438
17439
17440 # We use sed instead of cat because bash on DJGPP gets confused if
17441 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17442 # text mode, it properly converts lines to CR/LF. This bash problem
17443 # is reportedly fixed, but why not run on old versions too?
f2c621e4
AS
17444 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17445 || (rm -f "$cfgfile"; exit 1)
17446
17447 case $xsi_shell in
17448 yes)
17449 cat << \_LT_EOF >> "$cfgfile"
17450
17451# func_dirname file append nondir_replacement
17452# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17453# otherwise set result to NONDIR_REPLACEMENT.
17454func_dirname ()
17455{
17456 case ${1} in
17457 */*) func_dirname_result="${1%/*}${2}" ;;
17458 * ) func_dirname_result="${3}" ;;
17459 esac
17460}
17461
17462# func_basename file
17463func_basename ()
17464{
17465 func_basename_result="${1##*/}"
17466}
17467
17468# func_dirname_and_basename file append nondir_replacement
17469# perform func_basename and func_dirname in a single function
17470# call:
17471# dirname: Compute the dirname of FILE. If nonempty,
17472# add APPEND to the result, otherwise set result
17473# to NONDIR_REPLACEMENT.
17474# value returned in "$func_dirname_result"
17475# basename: Compute filename of FILE.
17476# value retuned in "$func_basename_result"
17477# Implementation must be kept synchronized with func_dirname
17478# and func_basename. For efficiency, we do not delegate to
17479# those functions but instead duplicate the functionality here.
17480func_dirname_and_basename ()
17481{
17482 case ${1} in
17483 */*) func_dirname_result="${1%/*}${2}" ;;
17484 * ) func_dirname_result="${3}" ;;
17485 esac
17486 func_basename_result="${1##*/}"
17487}
17488
17489# func_stripname prefix suffix name
17490# strip PREFIX and SUFFIX off of NAME.
17491# PREFIX and SUFFIX must not contain globbing or regex special
17492# characters, hashes, percent signs, but SUFFIX may contain a leading
17493# dot (in which case that matches only a dot).
17494func_stripname ()
17495{
17496 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17497 # positional parameters, so assign one to ordinary parameter first.
17498 func_stripname_result=${3}
17499 func_stripname_result=${func_stripname_result#"${1}"}
17500 func_stripname_result=${func_stripname_result%"${2}"}
17501}
17502
17503# func_opt_split
17504func_opt_split ()
17505{
17506 func_opt_split_opt=${1%%=*}
17507 func_opt_split_arg=${1#*=}
17508}
17509
17510# func_lo2o object
17511func_lo2o ()
17512{
17513 case ${1} in
17514 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17515 *) func_lo2o_result=${1} ;;
17516 esac
17517}
17518
17519# func_xform libobj-or-source
17520func_xform ()
17521{
17522 func_xform_result=${1%.*}.lo
17523}
17524
17525# func_arith arithmetic-term...
17526func_arith ()
17527{
17528 func_arith_result=$(( $* ))
17529}
17530
17531# func_len string
17532# STRING may not start with a hyphen.
17533func_len ()
17534{
17535 func_len_result=${#1}
17536}
17537
17538_LT_EOF
17539 ;;
17540 *) # Bourne compatible functions.
17541 cat << \_LT_EOF >> "$cfgfile"
17542
17543# func_dirname file append nondir_replacement
17544# Compute the dirname of FILE. If nonempty, add APPEND to the result,
17545# otherwise set result to NONDIR_REPLACEMENT.
17546func_dirname ()
17547{
17548 # Extract subdirectory from the argument.
17549 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17550 if test "X$func_dirname_result" = "X${1}"; then
17551 func_dirname_result="${3}"
17552 else
17553 func_dirname_result="$func_dirname_result${2}"
17554 fi
17555}
17556
17557# func_basename file
17558func_basename ()
17559{
17560 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17561}
17562
17563
17564# func_stripname prefix suffix name
17565# strip PREFIX and SUFFIX off of NAME.
17566# PREFIX and SUFFIX must not contain globbing or regex special
17567# characters, hashes, percent signs, but SUFFIX may contain a leading
17568# dot (in which case that matches only a dot).
17569# func_strip_suffix prefix name
17570func_stripname ()
17571{
17572 case ${2} in
17573 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17574 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17575 esac
17576}
17577
17578# sed scripts:
17579my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17580my_sed_long_arg='1s/^-[^=]*=//'
17581
17582# func_opt_split
17583func_opt_split ()
17584{
17585 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17586 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17587}
17588
17589# func_lo2o object
17590func_lo2o ()
17591{
17592 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17593}
17594
17595# func_xform libobj-or-source
17596func_xform ()
17597{
17598 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17599}
17600
17601# func_arith arithmetic-term...
17602func_arith ()
17603{
17604 func_arith_result=`expr "$@"`
17605}
17606
17607# func_len string
17608# STRING may not start with a hyphen.
17609func_len ()
17610{
17611 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17612}
17613
17614_LT_EOF
17615esac
17616
17617case $lt_shell_append in
17618 yes)
17619 cat << \_LT_EOF >> "$cfgfile"
17620
17621# func_append var value
17622# Append VALUE to the end of shell variable VAR.
17623func_append ()
17624{
17625 eval "$1+=\$2"
17626}
17627_LT_EOF
17628 ;;
17629 *)
17630 cat << \_LT_EOF >> "$cfgfile"
17631
17632# func_append var value
17633# Append VALUE to the end of shell variable VAR.
17634func_append ()
17635{
17636 eval "$1=\$$1\$2"
17637}
17638
17639_LT_EOF
17640 ;;
17641 esac
17642
17643
17644 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17645 || (rm -f "$cfgfile"; exit 1)
17646
17647 mv -f "$cfgfile" "$ofile" ||
d7040cdb
SE
17648 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17649 chmod +x "$ofile"
17650
42ecbf5e 17651 ;;
81ecdfbb 17652 "default-1":C)
20e95c23
DJ
17653 for ac_file in $CONFIG_FILES; do
17654 # Support "outfile[:infile[:infile...]]"
17655 case "$ac_file" in
17656 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17657 esac
17658 # PO directories have a Makefile.in generated from Makefile.in.in.
17659 case "$ac_file" in */Makefile.in)
17660 # Adjust a relative srcdir.
17661 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
3cac54d2 17662 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
20e95c23
DJ
17663 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17664 # In autoconf-2.13 it is called $ac_given_srcdir.
17665 # In autoconf-2.50 it is called $srcdir.
17666 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17667 case "$ac_given_srcdir" in
17668 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17669 /*) top_srcdir="$ac_given_srcdir" ;;
17670 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17671 esac
17672 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17673 rm -f "$ac_dir/POTFILES"
17674 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17675 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17676 POMAKEFILEDEPS="POTFILES.in"
17677 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17678 # on $ac_dir but don't depend on user-specified configuration
17679 # parameters.
17680 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17681 # The LINGUAS file contains the set of available languages.
17682 if test -n "$OBSOLETE_ALL_LINGUAS"; then
37a42ee9 17683 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
17684 fi
17685 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17686 # Hide the ALL_LINGUAS assigment from automake.
17687 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17688 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17689 else
37a42ee9 17690 # The set of available languages was given in configure.ac.
20e95c23
DJ
17691 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17692 fi
17693 case "$ac_given_srcdir" in
17694 .) srcdirpre= ;;
17695 *) srcdirpre='$(srcdir)/' ;;
17696 esac
17697 POFILES=
17698 GMOFILES=
17699 UPDATEPOFILES=
17700 DUMMYPOFILES=
17701 for lang in $ALL_LINGUAS; do
17702 POFILES="$POFILES $srcdirpre$lang.po"
17703 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17704 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17705 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17706 done
17707 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17708 # environment variable.
17709 INST_LINGUAS=
17710 if test -n "$ALL_LINGUAS"; then
17711 for presentlang in $ALL_LINGUAS; do
17712 useit=no
17713 if test "%UNSET%" != "$LINGUAS"; then
17714 desiredlanguages="$LINGUAS"
17715 else
17716 desiredlanguages="$ALL_LINGUAS"
17717 fi
17718 for desiredlang in $desiredlanguages; do
17719 # Use the presentlang catalog if desiredlang is
17720 # a. equal to presentlang, or
17721 # b. a variant of presentlang (because in this case,
17722 # presentlang can be used as a fallback for messages
17723 # which are not translated in the desiredlang catalog).
17724 case "$desiredlang" in
17725 "$presentlang"*) useit=yes;;
17726 esac
17727 done
17728 if test $useit = yes; then
17729 INST_LINGUAS="$INST_LINGUAS $presentlang"
17730 fi
17731 done
17732 fi
17733 CATALOGS=
17734 if test -n "$INST_LINGUAS"; then
17735 for lang in $INST_LINGUAS; do
17736 CATALOGS="$CATALOGS $lang.gmo"
17737 done
17738 fi
17739 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17740 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"
17741 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17742 if test -f "$f"; then
17743 case "$f" in
17744 *.orig | *.bak | *~) ;;
17745 *) cat "$f" >> "$ac_dir/Makefile" ;;
17746 esac
17747 fi
17748 done
17749 fi
17750 ;;
17751 esac
17752 done ;;
81ecdfbb 17753
42ecbf5e 17754 esac
81ecdfbb 17755done # for ac_tag
e5a52504 17756
42ecbf5e 17757
81ecdfbb 17758as_fn_exit 0
42ecbf5e 17759_ACEOF
42ecbf5e
DJ
17760ac_clean_files=$ac_clean_files_save
17761
81ecdfbb 17762test $ac_write_fail = 0 ||
d0ac1c44 17763 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 17764
42ecbf5e
DJ
17765
17766# configure is writing to config.log, and then calls config.status.
17767# config.status does its own redirection, appending to config.log.
17768# Unfortunately, on DOS this fails, as config.log is still kept open
17769# by configure, so config.status won't be able to write to it; its
17770# output is simply discarded. So we exec the FD to /dev/null,
17771# effectively closing config.log, so it can be properly (re)opened and
17772# appended to by config.status. When coming back to configure, we
17773# need to make the FD available again.
17774if test "$no_create" != yes; then
17775 ac_cs_success=:
17776 ac_config_status_args=
17777 test "$silent" = yes &&
17778 ac_config_status_args="$ac_config_status_args --quiet"
17779 exec 5>/dev/null
17780 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17781 exec 5>>config.log
17782 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17783 # would make configure fail if this is the last instruction.
d0ac1c44 17784 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
17785fi
17786if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17788$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42ecbf5e 17789fi
252b5132 17790